diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2016-09-21 14:14:42 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2016-09-21 14:14:42 +0200 |
commit | e31ed9ab9899c3d6d36b6a047e5f51b5ec445eaf (patch) | |
tree | 0eb9936c9273fc0e3c0ecebb34ba99f36f9e8ef4 /testing/testing.conf | |
parent | 188b190a70c9e730bfa9f6edb836252832e2880b (diff) | |
download | strongswan-5.5.1dr4.tar.bz2 strongswan-5.5.1dr4.tar.xz |
Version bump to 5.5.1dr45.5.1dr4
Diffstat (limited to 'testing/testing.conf')
-rw-r--r-- | testing/testing.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/testing.conf b/testing/testing.conf index c27dbfbb8..deccd6512 100644 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -24,14 +24,14 @@ fi : ${TESTDIR=/srv/strongswan-testing} # Kernel configuration -: ${KERNELVERSION=4.7.2} +: ${KERNELVERSION=4.7.4} : ${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.1dr2} +: ${SWANVERSION=5.5.1dr4} # Build directory where the guest kernel and images will be built : ${BUILDDIR=$TESTDIR/build} |