]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.5.3 5.5.3
authorAndreas Steffen <andreas.steffen@strongswan.org>
Mon, 29 May 2017 10:02:48 +0000 (12:02 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Mon, 29 May 2017 10:02:48 +0000 (12:02 +0200)
configure.ac
testing/testing.conf

index 30edbbac4fdec2ff7e90db88fdaf46309dec8a07..1ca254e61338093314f47de0f0f383162980a3ce 100644 (file)
@@ -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
index 547967d9942446d6788feabf0969ca918abb2dce..eeb69ea3d54bcfcf8f360a3e173c9a9bffd856ed 100644 (file)
@@ -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}