From c60198b2bde7364b2d497f5adb972508a284b41c Mon Sep 17 00:00:00 2001 From: Rene Mayrhofer Date: Sat, 6 Dec 2008 09:46:22 +0000 Subject: - Fix bugs by enabling curl (and the other one just with a new upstream release.) - Also enable SSH agent interface. --- debian/changelog | 17 ++++++++--------- debian/rules | 4 ++-- 2 files changed, 10 insertions(+), 11 deletions(-) (limited to 'debian') 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 Fri, 05 Dec 2008 17:21:42 +0100 - -strongswan (4.2.8-1) UNRELEASED; urgency=low - - * (NOT RELEASED YET) New upstream release - - -- Rene Mayrhofer Wed, 29 Oct 2008 12:23:37 +0100 + -- Rene Mayrhofer 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, -- cgit v1.2.3