]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.8.1dr1 5.8.1dr1
authorAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 26 Jun 2019 15:32:33 +0000 (17:32 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Wed, 26 Jun 2019 15:32:33 +0000 (17:32 +0200)
configure.ac
testing/testing.conf

index ffc17daf08d7dd5d87a816b48c5d3e30a8e8f532..186202a83043526905eb230335d2c80b2bd1e225 100644 (file)
@@ -19,7 +19,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.8.0])
+AC_INIT([strongSwan],[5.8.1dr1])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index b533302da69ba9fabfa29d742e95e2042ce4d784..0810ecae9322916d5c6d8a57c0728f7db9b4dc94 100644 (file)
@@ -24,14 +24,14 @@ fi
 : ${TESTDIR=/srv/strongswan-testing}
 
 # Kernel configuration
-: ${KERNELVERSION=5.1.3}
+: ${KERNELVERSION=5.1.15}
 : ${KERNEL=linux-$KERNELVERSION}
 : ${KERNELTARBALL=$KERNEL.tar.xz}
 : ${KERNELCONFIG=$DIR/../config/kernel/config-5.1}
 : ${KERNELPATCH=ha-5.0-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=5.8.0}
+: ${SWANVERSION=5.8.1dr1}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}