summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorYves-Alexis Perez <corsac@debian.org>2013-04-30 18:27:47 +0200
committerYves-Alexis Perez <corsac@debian.org>2013-04-30 18:27:47 +0200
commit6e51e811890555304b44cd882333e5dc40850b24 (patch)
treec8a765ac9037acebaf6b77635cca13182c32950c /debian
parentc495ff95c6aa7895442a9f7551a47588247022a0 (diff)
downloadvyos-strongswan-6e51e811890555304b44cd882333e5dc40850b24.tar.gz
vyos-strongswan-6e51e811890555304b44cd882333e5dc40850b24.zip
Configure and install rdrand plugin
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rw-r--r--debian/libstrongswan.install1
-rwxr-xr-xdebian/rules1
3 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 7f7c5613a..a1beabbcd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,7 +14,7 @@ strongswan (5.0.4-1) UNRELEASED; urgency=low
- add --enable-xauth-eap and --enable-xauth-pam.
- remove pluto handling since it's gone
- don't special-case XAuth on kFreeBSD anymore.
- - add --enable-attr-sql.
+ - add --enable-attr-sql and --enable-rdrand.
- build using all hardening flags.
- use -Wl,--as-needed -Wl,-O1 for LDFLAGS.
* debian/control:
@@ -30,6 +30,7 @@ strongswan (5.0.4-1) UNRELEASED; urgency=low
* debian/libstrongswan.install:
- install new pkcs7, xauth-eap, xauth-generic, xauth-pam and nonce plugins.
- install libpttls files (experimental implementation of PT-TLS, RFC 6876)
+ - install rdrand plugin.
* debian/strongswan.docs: CREDITS file is gone.
* debian/ipsec.secrets.proto: remove reference to pluto.
* debian/strongswan-starter.* remove references to pluto.
diff --git a/debian/libstrongswan.install b/debian/libstrongswan.install
index 903a2d966..e3678e4a0 100644
--- a/debian/libstrongswan.install
+++ b/debian/libstrongswan.install
@@ -48,4 +48,5 @@ usr/lib/ipsec/plugins/libstrongswan-nonce.so
usr/lib/ipsec/plugins/libstrongswan-xauth-eap.so
usr/lib/ipsec/plugins/libstrongswan-xauth-generic.so
usr/lib/ipsec/plugins/libstrongswan-xauth-pam.so
+usr/lib/ipsec/plugins/libstrongswan-rdrand.so
etc/strongswan.conf
diff --git a/debian/rules b/debian/rules
index 0ad2f5b86..c76816404 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,6 +18,7 @@ CONFIGUREARGS := --libdir=/usr/lib --libexecdir=/usr/lib \
--enable-test-vectors \
--enable-xauth-eap --enable-xauth-pam \
--enable-attr-sql \
+ --enable-rdrand \
--disable-blowfish --disable-des # BSD-Young license
#--with-user=strongswan --with-group=nogroup
# --enable-kernel-pfkey --enable-kernel-klips \