diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2008-07-22 11:15:02 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2008-07-22 11:15:02 +0000 |
commit | 28b1253a360f2615e5818eb6fa7d2019ab17d2b5 (patch) | |
tree | f6a8a82c7dca24fcef0e62d1ee9067586f0640db | |
parent | 030bbfa60ee5e3ac4f1491d921f4f8997b65793f (diff) | |
download | vyos-strongswan-28b1253a360f2615e5818eb6fa7d2019ab17d2b5.tar.gz vyos-strongswan-28b1253a360f2615e5818eb6fa7d2019ab17d2b5.zip |
- Disable the tests, they don't compile.
-rw-r--r-- | debian/changelog | 3 | ||||
-rwxr-xr-x | debian/rules | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index b74077950..d410f2cb7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,8 +9,7 @@ strongswan (4.2.4-1) unstable; urgency=medium (e.g. with esp=aes256gcm16) starting with kernel 2.6.25 and enables dead peer detection by default. Note that charon (IKEv2) now uses the new /etc/strongswan.conf. - * Enabled building of VIA Padlock and openssl crypto plugins and unit and - integrity testing. + * Enabled building of VIA Padlock and openssl crypto plugins. * 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 2efeccb1a..ec5318cb5 100755 --- a/debian/rules +++ b/debian/rules @@ -22,8 +22,7 @@ configure-stamp: patch --with-default-pkcs11=/usr/lib/opensc-pkcs11.so \ --enable-xml \ --enable-p2p --enable-manager \ - --enable-padlock --enable-openssl \ - --enable-integrity-test --enable-unit-tests + --enable-padlock --enable-openssl # 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 |