diff options
author | Yves-Alexis Perez <corsac@corsac.net> | 2017-12-17 15:46:07 +0100 |
---|---|---|
committer | Yves-Alexis Perez <corsac@corsac.net> | 2017-12-17 15:46:07 +0100 |
commit | 212dd67d4515ae78a9ce5d71cc3083c80153ab14 (patch) | |
tree | 00a9ed877347316ed3b817b5de1d1e50174554aa /debian | |
parent | fdd7bbc42af067d8fd9143e671b29ed2677fc363 (diff) | |
download | vyos-strongswan-212dd67d4515ae78a9ce5d71cc3083c80153ab14.tar.gz vyos-strongswan-212dd67d4515ae78a9ce5d71cc3083c80153ab14.zip |
move updown plugin from -starter to -libcharon. closes: #884578
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rw-r--r-- | debian/strongswan-libcharon.install | 5 | ||||
-rw-r--r-- | debian/strongswan-starter.install | 5 |
4 files changed, 13 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog index ec6acda79..7c77261b1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +strongswan (5.6.1-3) UNRELEASED; urgency=medium + + * move updown plugin from -starter to -libcharon. closes: #884578 + + -- Yves-Alexis Perez <corsac@debian.org> Sun, 17 Dec 2017 15:45:36 +0100 + strongswan (5.6.1-2) unstable; urgency=medium * move counters plugin from -starter to -libcharon. closes: #882431 diff --git a/debian/control b/debian/control index 7c9847bfa..3866691ac 100644 --- a/debian/control +++ b/debian/control @@ -214,8 +214,8 @@ Architecture: any Depends: libstrongswan (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} -Breaks: strongswan-starter (<= 5.6.1-1) -Replaces: strongswan-starter (<= 5.6.1-1) +Breaks: strongswan-starter (<= 5.6.1-2) +Replaces: strongswan-starter (<= 5.6.1-2) Suggests: libcharon-extra-plugins Description: strongSwan charon library The strongSwan VPN suite uses the native IPsec stack in the standard diff --git a/debian/strongswan-libcharon.install b/debian/strongswan-libcharon.install index 922794561..6cc9e73ae 100644 --- a/debian/strongswan-libcharon.install +++ b/debian/strongswan-libcharon.install @@ -8,3 +8,8 @@ etc/strongswan.d/charon/socket-default.conf usr/lib/ipsec/plugins/libstrongswan-counters.so usr/share/strongswan/templates/config/plugins/counters.conf etc/strongswan.d/charon/counters.conf +# updown +usr/lib/ipsec/plugins/libstrongswan-updown.so +usr/share/strongswan/templates/config/plugins/updown.conf +etc/strongswan.d/charon/updown.conf +usr/lib/ipsec/_updown diff --git a/debian/strongswan-starter.install b/debian/strongswan-starter.install index 7b02b0a8e..9a4c0d169 100644 --- a/debian/strongswan-starter.install +++ b/debian/strongswan-starter.install @@ -10,11 +10,6 @@ etc/ipsec.secrets usr/share/man/man8/ipsec.8 usr/share/man/man5/ipsec.conf.5 usr/share/man/man5/ipsec.secrets.5 -#updown -usr/lib/ipsec/plugins/libstrongswan-updown.so -usr/share/strongswan/templates/config/plugins/updown.conf -etc/strongswan.d/charon/updown.conf -usr/lib/ipsec/_updown #stroke usr/lib/ipsec/stroke usr/lib/ipsec/plugins/libstrongswan-stroke.so |