Version bump to 5.1.1
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@
|
|||||||
# initialize & set some vars
|
# initialize & set some vars
|
||||||
# ============================
|
# ============================
|
||||||
|
|
||||||
AC_INIT([strongSwan],[5.1.1rc1])
|
AC_INIT([strongSwan],[5.1.1])
|
||||||
AM_INIT_AUTOMAKE([tar-ustar subdir-objects])
|
AM_INIT_AUTOMAKE([tar-ustar subdir-objects])
|
||||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
|
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
|
||||||
AC_CONFIG_MACRO_DIR([m4/config])
|
AC_CONFIG_MACRO_DIR([m4/config])
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -24,14 +24,14 @@ fi
|
|||||||
: ${TESTDIR=/srv/strongswan-testing}
|
: ${TESTDIR=/srv/strongswan-testing}
|
||||||
|
|
||||||
# Kernel configuration
|
# Kernel configuration
|
||||||
: ${KERNELVERSION=3.8.1}
|
: ${KERNELVERSION=3.11.6}
|
||||||
: ${KERNEL=linux-$KERNELVERSION}
|
: ${KERNEL=linux-$KERNELVERSION}
|
||||||
: ${KERNELTARBALL=$KERNEL.tar.bz2}
|
: ${KERNELTARBALL=$KERNEL.tar.bz2}
|
||||||
: ${KERNELCONFIG=$DIR/../config/kernel/config-3.8}
|
: ${KERNELCONFIG=$DIR/../config/kernel/config-3.11}
|
||||||
: ${KERNELPATCH=ha-3.8-abicompat.patch.bz2}
|
: ${KERNELPATCH=ha-3.11-abicompat.patch.bz2}
|
||||||
|
|
||||||
# strongSwan version used in tests
|
# strongSwan version used in tests
|
||||||
: ${SWANVERSION=5.0.3}
|
: ${SWANVERSION=5.1.1}
|
||||||
|
|
||||||
# Build directory where the guest kernel and images will be built
|
# Build directory where the guest kernel and images will be built
|
||||||
: ${BUILDDIR=$TESTDIR/build}
|
: ${BUILDDIR=$TESTDIR/build}
|
||||||
|
|||||||
Reference in New Issue
Block a user