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