diff options
| author | Oleksandr Kuchmystyi <o.kuchmystyi@vyos.io> | 2026-06-03 11:31:27 +0300 |
|---|---|---|
| committer | Oleksandr Kuchmystyi <o.kuchmystyi@vyos.io> | 2026-06-03 11:31:27 +0300 |
| commit | 3cd5171c960db3afda85be27fad7e2f8d7ea6194 (patch) | |
| tree | e6dcb625eb9b58f32c24793734e82d39918ac6a9 /debian/control | |
| parent | f420c2913a30cac5d61f94061466f6f6ccf7d81c (diff) | |
| download | vyos-1x-3cd5171c960db3afda85be27fad7e2f8d7ea6194.tar.gz vyos-1x-3cd5171c960db3afda85be27fad7e2f8d7ea6194.zip | |
ipsec: T8954: Bump strongSwan deps to version 5.9.11-2+vyos0
When strongSwan package is not available on `packages.vyos.net`,
it causes the Debain 5.9.8 package version to be used, which fails the tests.
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/debian/control b/debian/control index 3e2b41ca6..d3333e088 100644 --- a/debian/control +++ b/debian/control @@ -303,14 +303,14 @@ Depends: nfct, nftables (>= 0.9.3), # For "vpn ipsec" - strongswan (>= 5.9), - strongswan-swanctl (>= 5.9), - charon-systemd, - libcharon-extra-plugins (>=5.9), - libcharon-extauth-plugins (>=5.9), - libstrongswan-extra-plugins (>=5.9), - libstrongswan-standard-plugins (>=5.9), - python3-vici (>= 5.7.2), + strongswan (>= 5.9.11), + strongswan-swanctl (>= 5.9.11), + charon-systemd (>= 5.9.11), + libcharon-extra-plugins (>= 5.9.11), + libcharon-extauth-plugins (>= 5.9.11), + libstrongswan-extra-plugins (>= 5.9.11), + libstrongswan-standard-plugins (>= 5.9.11), + python3-vici (>= 5.9.11), # End "vpn ipsec" # For "nat64" jool, |
