diff options
| author | Daniil Baturin <daniil@vyos.io> | 2026-06-03 17:16:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-03 17:16:10 +0100 |
| commit | 7e23c9385da506731d72878becab4cb5de0171ef (patch) | |
| tree | 065f180688fe3fe0c75fd5aa2b88fc2773e13a78 | |
| parent | e6f189da269ca50cfe322daaa79ae0493119cf33 (diff) | |
| parent | 3cd5171c960db3afda85be27fad7e2f8d7ea6194 (diff) | |
| download | vyos-1x-7e23c9385da506731d72878becab4cb5de0171ef.tar.gz vyos-1x-7e23c9385da506731d72878becab4cb5de0171ef.zip | |
Merge pull request #5251 from alexandr-san4ez/T8954-rolling
ipsec: T8954: Bump strongSwan deps to version 5.9.11
| -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, |
