From: Andreas Steffen Date: Wed, 31 Oct 2018 13:22:03 +0000 (+0100) Subject: Version bump to 5.7.2dr2 X-Git-Tag: 5.7.2dr2^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e80eb235d473fbc955a309ac09b09ec5227606f;p=thirdparty%2Fstrongswan.git Version bump to 5.7.2dr2 --- diff --git a/NEWS b/NEWS index e7208998b8..5870fe0cbe 100644 --- a/NEWS +++ b/NEWS @@ -18,7 +18,7 @@ strongswan-5.7.2 - The sshkey and agent plugins support Ed25519/Ed448 SSH keys and signatures. -- Ed25519, ChaCha20/Poly1305 and AES-CCM were added to the botan plugin. +- Ed25519, ChaCha20/Poly1305, SHA-3 and AES-CCM were added to the botan plugin. - The mysql plugin now properly handles database connections with transactions under heavy load. diff --git a/configure.ac b/configure.ac index 0ff2819c67..295e9df312 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # initialize & set some vars # ============================ -AC_INIT([strongSwan],[5.7.2dr1]) +AC_INIT([strongSwan],[5.7.2dr2]) AM_INIT_AUTOMAKE(m4_esyscmd([ echo tar-ustar echo subdir-objects diff --git a/testing/testing.conf b/testing/testing.conf index 344e94a546..073dc74e11 100644 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -31,7 +31,7 @@ fi : ${KERNELPATCH=ha-4.16-abicompat.patch.bz2} # strongSwan version used in tests -: ${SWANVERSION=5.7.2dr1} +: ${SWANVERSION=5.7.2dr2} # Build directory where the guest kernel and images will be built : ${BUILDDIR=$TESTDIR/build}