]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Version bump to 5.7.2dr3 5.7.2dr3
authorAndreas Steffen <andreas.steffen@strongswan.org>
Mon, 12 Nov 2018 15:24:53 +0000 (16:24 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Mon, 12 Nov 2018 15:24:53 +0000 (16:24 +0100)
configure.ac
testing/testing.conf

index 295e9df31245df4c2fae3d9436a7f15a7ee0b35e..418b10aef3e18e67d50f27d7dd4ef34431d62706 100644 (file)
@@ -19,7 +19,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.7.2dr2])
+AC_INIT([strongSwan],[5.7.2dr3])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index 073dc74e11a53483293b0f31f731907cebd20ae7..633fd3d6bdf98814f70a7b373d288b16ceba4977 100644 (file)
@@ -24,14 +24,14 @@ fi
 : ${TESTDIR=/srv/strongswan-testing}
 
 # Kernel configuration
-: ${KERNELVERSION=4.19}
+: ${KERNELVERSION=4.19.1}
 : ${KERNEL=linux-$KERNELVERSION}
 : ${KERNELTARBALL=$KERNEL.tar.xz}
 : ${KERNELCONFIG=$DIR/../config/kernel/config-4.19}
 : ${KERNELPATCH=ha-4.16-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=5.7.2dr2}
+: ${SWANVERSION=5.7.2dr3}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}