diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2017-05-29 12:02:48 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2017-05-29 12:02:48 +0200 |
commit | 65ce7ec0c4b83534f5b01ea0c0d517b8fde0cca4 (patch) | |
tree | 6e2d922fbec6a2e092143cb1aed517aca7714cec | |
parent | 8622a74292191af784ebaa86b134eaa57a0552c6 (diff) | |
download | strongswan-5.5.3.tar.bz2 strongswan-5.5.3.tar.xz |
Version bump to 5.5.35.5.3
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | testing/testing.conf | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 30edbbac4..1ca254e61 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # initialize & set some vars # ============================ -AC_INIT([strongSwan],[5.5.3dr2]) +AC_INIT([strongSwan],[5.5.3]) AM_INIT_AUTOMAKE(m4_esyscmd([ echo tar-ustar echo subdir-objects diff --git a/testing/testing.conf b/testing/testing.conf index 547967d99..eeb69ea3d 100644 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -24,14 +24,14 @@ fi : ${TESTDIR=/srv/strongswan-testing} # Kernel configuration -: ${KERNELVERSION=4.11} +: ${KERNELVERSION=4.10.17} : ${KERNEL=linux-$KERNELVERSION} : ${KERNELTARBALL=$KERNEL.tar.xz} -: ${KERNELCONFIG=$DIR/../config/kernel/config-4.11} +: ${KERNELCONFIG=$DIR/../config/kernel/config-4.10} : ${KERNELPATCH=ha-4.4-abicompat.patch.bz2} # strongSwan version used in tests -: ${SWANVERSION=5.5.3dr2} +: ${SWANVERSION=5.5.3} # Build directory where the guest kernel and images will be built : ${BUILDDIR=$TESTDIR/build} |