File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919# initialize & set some vars
2020# ============================
2121
22- AC_INIT ( [ strongSwan] ,[ 5.7.2dr3 ] )
22+ AC_INIT ( [ strongSwan] ,[ 5.7.2dr4 ] )
2323AM_INIT_AUTOMAKE ( m4_esyscmd ( [
2424 echo tar-ustar
2525 echo subdir-objects
Original file line number Diff line number Diff line change 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}
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 }
You can’t perform that action at this time.
0 commit comments