]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.5.1dr2 5.5.1dr2
authorAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 26 Aug 2016 20:55:41 +0000 (22:55 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 26 Aug 2016 20:55:41 +0000 (22:55 +0200)
configure.ac
testing/testing.conf

index 408152a84eeab11c75d9d9275ca231d6b636fe3b..40ef5c0907334ef133844f20f0d159d4a8f14156 100644 (file)
@@ -19,7 +19,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.5.1dr1])
+AC_INIT([strongSwan],[5.5.1dr2])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index c5fff053bf2497eef883fb5c8ffa8a15bafcd440..c27dbfbb8f3a8a8cdd8adc2f07dcb4b9f0bce08a 100644 (file)
@@ -24,14 +24,14 @@ fi
 : ${TESTDIR=/srv/strongswan-testing}
 
 # Kernel configuration
-: ${KERNELVERSION=4.7}
+: ${KERNELVERSION=4.7.2}
 : ${KERNEL=linux-$KERNELVERSION}
 : ${KERNELTARBALL=$KERNEL.tar.xz}
 : ${KERNELCONFIG=$DIR/../config/kernel/config-4.7}
 : ${KERNELPATCH=ha-4.4-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=5.5.1dr1}
+: ${SWANVERSION=5.5.1dr2}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}