diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2008-07-22 10:53:21 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2008-07-22 10:53:21 +0000 |
commit | 8c9f644448eef35943fc03039f022dbea08cc89f (patch) | |
tree | 35925b042d956eadd7781ddbd6f530cdb83c9868 /debian | |
parent | c040eb4e46463c36a222e2e5999f128fd327d81b (diff) | |
download | vyos-strongswan-8c9f644448eef35943fc03039f022dbea08cc89f.tar.gz vyos-strongswan-8c9f644448eef35943fc03039f022dbea08cc89f.zip |
- Disable --enable-dbus. configure no longer needs it.
- Document enabling the new crypto plugins.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 020da8ef0..d672d5e18 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,8 +8,10 @@ strongswan (4.2.4-1) unstable; urgency=medium 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. + Note that charon (IKEv2) now used /etc/strongswan.conf as its config + file. + * Enabled building of VIA Padlock and openssl crypto plugins and unit and + integrity testing. * 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. diff --git a/debian/rules b/debian/rules index 86616de57..76789a746 100755 --- a/debian/rules +++ b/debian/rules @@ -20,7 +20,7 @@ configure-stamp: patch --enable-nonblocking --enable-thread \ --enable-smartcard --enable-cisco-quirks \ --with-default-pkcs11=/usr/lib/opensc-pkcs11.so \ - --enable-dbus --enable-xml \ + --enable-xml \ --enable-p2p --enable-manager \ --enable-padlock --enable-openssl \ --enable-integrity-test --enable-unit-tests |