diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 6 | ||||
-rw-r--r-- | debian/libcharon-extra-plugins.install | 3 | ||||
-rw-r--r-- | debian/libstrongswan-extra-plugins.install | 3 |
4 files changed, 8 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index a1e1510fc..624204325 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ strongswan (5.5.3-2) UNRELEASED; urgency=medium * debian/control: - fix typo in libstrongswan-extra-plugins long description. + * move curve25519 plugin from libcharon-extra-plugins to + libstrongswan-extra-plugins -- Yves-Alexis Perez <corsac@debian.org> Fri, 23 Jun 2017 21:47:11 +0200 diff --git a/debian/control b/debian/control index 0f188d9c0..0829c8cde 100644 --- a/debian/control +++ b/debian/control @@ -126,8 +126,8 @@ Architecture: any Depends: libstrongswan (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} -Breaks: libstrongswan (<= 5.1.1-1), strongswan-ike (<= 5.1.1-1) -Replaces: libstrongswan (<= 5.1.1-1), strongswan-ike (<= 5.1.1-1) +Breaks: libstrongswan (<= 5.1.1-1), strongswan-ike (<= 5.1.1-1), libcharon-extra-plugins (<= 5.5.3-1) +Replaces: libstrongswan (<= 5.1.1-1), strongswan-ike (<= 5.1.1-1), libcharon-extra-plugins (<= 5.5.3-1) Description: strongSwan utility and crypto library (extra plugins) The strongSwan VPN suite uses the native IPsec stack in the standard Linux kernel. It supports both the IKEv1 and IKEv2 protocols. @@ -142,6 +142,7 @@ Description: strongSwan utility and crypto library (extra plugins) - cmac (CMAC cipher mode wrapper) - ctr (CTR cipher mode wrapper) - curl (libcurl based HTTP/FTP fetcher) + - curve25519 (support for Diffie-Hellman group 31 using Curve25519 and - gcrypt (Crypto backend based on libgcrypt, provides RSA/DH/ciphers/hashers/rng) - ldap (LDAP fetching plugin based on libldap) @@ -166,7 +167,6 @@ Description: strongSwan charon library (extra plugins) - addrblock (Narrow traffic selectors to RFC 3779 address blocks in X.509 certificates) - certexpire (Export expiration dates of used certificates) - - curve25519 (support for Diffie-Hellman group 31 using Curve25519 and support for the Ed25519 digital signature algorithm for IKEv2) - eap-aka (Generic EAP-AKA protocol handler using different backends) - eap-gtc (EAP-GTC protocol handler authenticating with XAuth backends) diff --git a/debian/libcharon-extra-plugins.install b/debian/libcharon-extra-plugins.install index 7cdab1bdf..7b0bd2be6 100644 --- a/debian/libcharon-extra-plugins.install +++ b/debian/libcharon-extra-plugins.install @@ -1,7 +1,6 @@ # libcharon plugins usr/lib/ipsec/plugins/libstrongswan-addrblock.so usr/lib/ipsec/plugins/libstrongswan-certexpire.so -usr/lib/ipsec/plugins/libstrongswan-curve25519.so usr/lib/ipsec/plugins/libstrongswan-eap*.so usr/lib/ipsec/plugins/libstrongswan-error-notify.so usr/lib/ipsec/plugins/libstrongswan-ha.so @@ -15,7 +14,6 @@ usr/lib/ipsec/plugins/libstrongswan-xauth-*.so # standard configuration files usr/share/strongswan/templates/config/plugins/addrblock.conf usr/share/strongswan/templates/config/plugins/certexpire.conf -usr/share/strongswan/templates/config/plugins/curve25519.conf usr/share/strongswan/templates/config/plugins/eap-*.conf usr/share/strongswan/templates/config/plugins/error-notify.conf usr/share/strongswan/templates/config/plugins/ha.conf @@ -30,7 +28,6 @@ usr/share/strongswan/templates/config/strongswan.d/tnc.conf etc/strongswan.d/tnc.conf etc/strongswan.d/charon/addrblock.conf etc/strongswan.d/charon/certexpire.conf -etc/strongswan.d/charon/curve25519.conf etc/strongswan.d/charon/eap-*.conf etc/strongswan.d/charon/error-notify.conf etc/strongswan.d/charon/ha.conf diff --git a/debian/libstrongswan-extra-plugins.install b/debian/libstrongswan-extra-plugins.install index 18d643066..de2fdcfd4 100644 --- a/debian/libstrongswan-extra-plugins.install +++ b/debian/libstrongswan-extra-plugins.install @@ -3,6 +3,7 @@ usr/lib/ipsec/plugins/libstrongswan-ccm.so usr/lib/ipsec/plugins/libstrongswan-cmac.so usr/lib/ipsec/plugins/libstrongswan-ctr.so usr/lib/ipsec/plugins/libstrongswan-curl.so +usr/lib/ipsec/plugins/libstrongswan-curve25519.so usr/lib/ipsec/plugins/libstrongswan-gcrypt.so usr/lib/ipsec/plugins/libstrongswan-ldap.so usr/lib/ipsec/plugins/libstrongswan-pkcs11.so @@ -12,6 +13,7 @@ usr/share/strongswan/templates/config/plugins/ccm.conf usr/share/strongswan/templates/config/plugins/cmac.conf usr/share/strongswan/templates/config/plugins/ctr.conf usr/share/strongswan/templates/config/plugins/curl.conf +usr/share/strongswan/templates/config/plugins/curve25519.conf usr/share/strongswan/templates/config/plugins/gcrypt.conf usr/share/strongswan/templates/config/plugins/ldap.conf usr/share/strongswan/templates/config/plugins/pkcs11.conf @@ -20,6 +22,7 @@ etc/strongswan.d/charon/ccm.conf etc/strongswan.d/charon/cmac.conf etc/strongswan.d/charon/ctr.conf etc/strongswan.d/charon/curl.conf +etc/strongswan.d/charon/curve25519.conf etc/strongswan.d/charon/gcrypt.conf etc/strongswan.d/charon/ldap.conf etc/strongswan.d/charon/pkcs11.conf |