summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Mayrhofer <rene@mayrhofer.eu.org>2008-07-22 10:38:33 +0000
committerRene Mayrhofer <rene@mayrhofer.eu.org>2008-07-22 10:38:33 +0000
commita88f238270c27b9717987bf7b05715dab0765587 (patch)
tree31973d3296604d1a0979cfc904ca5f46b9513a50
parentc931ea1dcbb1beb7f580278c1edb49c0fa1798d9 (diff)
downloadvyos-strongswan-a88f238270c27b9717987bf7b05715dab0765587.tar.gz
vyos-strongswan-a88f238270c27b9717987bf7b05715dab0765587.zip
- Drop dbus support. The new configure no longer uses it.
-rw-r--r--debian/changelog8
-rwxr-xr-xdebian/rules4
2 files changed, 8 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index d13183220..b6d5d16b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,16 +5,18 @@ strongswan (4.2.4-1) unstable; urgency=low
this version now supports AES-CCM (e.g. with esp=aes128ccm12) and AES-GCM
(e.g. with esp=aes256gcm16) starting with kernel 2.6.25 and enables dead
peer detection by default.
+ Note that charon (IKEv2) now used /etc/strongswan.conf as its
+ config file.
* Drop patch to rename AES_cbc_encrypt so as not to conflict with an
openssl method of the same name. This has been applied upstream.
+ * This new upstream version no longer uses dbus.
+ Closes: #475098: charon needs dbus but strongswan does not depend on dbus
+ Closes: #475099: charon does not work any more
* Apply patch to ipsec init script to fix bashism.
Closes: #473703: strongswan: bashism in /bin/sh script
* Updated Czech debconf translation.
Closes: #480928: [l10n] Updated Czech translation of strongswan debconf
messages
- * Need to depend on dbus, since charon is now being compiled with dbus
- support. Mea culpa.
- Closes: #475098: charon needs dbus but strongswan does not depend on dbus
-- Rene Mayrhofer <rmayr@debian.org> Thu, 10 Jul 2008 14:40:43 +0200
diff --git a/debian/rules b/debian/rules
index b84c43fa1..86616de57 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,9 @@ configure-stamp: patch
--enable-smartcard --enable-cisco-quirks \
--with-default-pkcs11=/usr/lib/opensc-pkcs11.so \
--enable-dbus --enable-xml \
- --enable-p2p --enable-manager
+ --enable-p2p --enable-manager \
+ --enable-padlock --enable-openssl \
+ --enable-integrity-test --enable-unit-tests
# Could enable --enable-nat-transport, but this is actually insecure,
# so don't!
# And for --enable-eap-sim we would need the library, which we don't