diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 17 | ||||
-rwxr-xr-x | debian/rules | 4 |
2 files changed, 10 insertions, 11 deletions
diff --git a/debian/changelog b/debian/changelog index c55cdd1f1..a23584f5e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,14 +1,13 @@ -strongswan (4.2.9-1) UNRELEASED; urgency=low +strongswan (4.2.9-1) unstable; urgency=low - * (NOT RELEASED YET) New upstream release + * New upstream release, fixes a MOBIKE issue. + Closes: #507542: strongswan: endless loop + * Explicitly enable compilation with libcurl for CRL fetching + Closes: #497756: strongswan: not compiled with curl support; crl + fetching not available + * Enable compilation with SSH agent support. - -- Rene Mayrhofer <rene@mayrhofer.eu.org> Fri, 05 Dec 2008 17:21:42 +0100 - -strongswan (4.2.8-1) UNRELEASED; urgency=low - - * (NOT RELEASED YET) New upstream release - - -- Rene Mayrhofer <rene@mayrhofer.eu.org> Wed, 29 Oct 2008 12:23:37 +0100 + -- Rene Mayrhofer <rmayr@debian.org> Fri, 05 Dec 2008 17:21:42 +0100 strongswan (4.2.4-5) unstable; urgency=high diff --git a/debian/rules b/debian/rules index 90ccca852..34053f91b 100755 --- a/debian/rules +++ b/debian/rules @@ -12,12 +12,12 @@ export DEB_BUILD_HARDENING=1 CONFIGUREARGS := --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --libexecdir=/usr/lib \ - --enable-http --enable-ldap \ + --enable-http --enable-ldap --enable-curl \ --enable-nonblocking --enable-thread \ --enable-smartcard --enable-cisco-quirks \ --with-default-pkcs11=/usr/lib/opensc-pkcs11.so \ --enable-mediation \ - --enable-openssl \ + --enable-openssl --enable-agent \ --disable-aes --disable-des --disable-fips-prf --disable-gmp \ --disable-md5 --disable-sha1 --disable-sha2 # Could enable --enable-nat-transport, but this is actually insecure, |