Skip to content

Commit 7cf3f97

Browse files
committed
Version bump to 5.7.2dr4
1 parent 77e4a42 commit 7cf3f97

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# initialize & set some vars
2020
# ============================
2121

22-
AC_INIT([strongSwan],[5.7.2dr3])
22+
AC_INIT([strongSwan],[5.7.2dr4])
2323
AM_INIT_AUTOMAKE(m4_esyscmd([
2424
echo tar-ustar
2525
echo subdir-objects

testing/testing.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ fi
2424
: ${TESTDIR=/srv/strongswan-testing}
2525

2626
# Kernel configuration
27-
: ${KERNELVERSION=4.19.1}
27+
: ${KERNELVERSION=4.19.8}
2828
: ${KERNEL=linux-$KERNELVERSION}
2929
: ${KERNELTARBALL=$KERNEL.tar.xz}
3030
: ${KERNELCONFIG=$DIR/../config/kernel/config-4.19}
3131
: ${KERNELPATCH=ha-4.16-abicompat.patch.bz2}
3232

3333
# strongSwan version used in tests
34-
: ${SWANVERSION=5.7.2dr3}
34+
: ${SWANVERSION=5.7.2dr4}
3535

3636
# Build directory where the guest kernel and images will be built
3737
: ${BUILDDIR=$TESTDIR/build}
@@ -48,7 +48,7 @@ fi
4848

4949
# Base image settings
5050
# The base image is a pristine OS installation created using debootstrap.
51-
: ${BASEIMGSIZE=1600}
51+
: ${BASEIMGSIZE=1800}
5252
: ${BASEIMGSUITE=stretch}
5353
: ${BASEIMGARCH=amd64}
5454
: ${BASEIMG=$IMGDIR/debian-$BASEIMGSUITE-$BASEIMGARCH.$IMGEXT}

0 commit comments

Comments
 (0)