mirror of
https://github.com/strongswan/strongswan.git
synced 2025-12-07 00:00:13 -05:00
version bump to 4.2.12
This commit is contained in:
parent
7d13e08dc4
commit
9599ee1597
@ -16,7 +16,7 @@ dnl ===========================
|
||||
dnl initialize & set some vars
|
||||
dnl ===========================
|
||||
|
||||
AC_INIT(strongSwan,4.2.11)
|
||||
AC_INIT(strongSwan,4.2.12)
|
||||
AM_INIT_AUTOMAKE(tar-ustar)
|
||||
AC_C_BIGENDIAN
|
||||
AC_SUBST(confdir, '${sysconfdir}')
|
||||
|
||||
@ -206,7 +206,8 @@ static struct vid_struct _vid_tab[] = {
|
||||
/*
|
||||
* strongSwan
|
||||
*/
|
||||
DEC_MD5_VID(STRONGSWAN, "strongSwan 4.2.11")
|
||||
DEC_MD5_VID(STRONGSWAN, "strongSwan 4.2.12")
|
||||
DEC_MD5_VID(STRONGSWAN_4_2_11,"strongSwan 4.2.11")
|
||||
DEC_MD5_VID(STRONGSWAN_4_2_10,"strongSwan 4.2.10")
|
||||
DEC_MD5_VID(STRONGSWAN_4_2_9, "strongSwan 4.2.9")
|
||||
DEC_MD5_VID(STRONGSWAN_4_2_8, "strongSwan 4.2.8")
|
||||
|
||||
@ -127,6 +127,7 @@ enum known_vendorid {
|
||||
VID_STRONGSWAN_4_2_8 =108,
|
||||
VID_STRONGSWAN_4_2_9 =109,
|
||||
VID_STRONGSWAN_4_2_10 =110,
|
||||
VID_STRONGSWAN_4_2_11 =111,
|
||||
|
||||
/* 101 - 200 : NAT-Traversal */
|
||||
VID_NATT_STENBERG_01 =151,
|
||||
|
||||
@ -68,7 +68,7 @@ are required for the strongSwan testing environment:
|
||||
|
||||
* The latest strongSwan distribution
|
||||
|
||||
http://download.strongswan.org/strongswan-4.2.11.tar.bz2
|
||||
http://download.strongswan.org/strongswan-4.2.12.tar.bz2
|
||||
|
||||
|
||||
3. Creating the environment
|
||||
|
||||
@ -33,7 +33,7 @@ KERNELCONFIG=$UMLTESTDIR/.config-2.6.28
|
||||
#UMLPATCH=$UMLTESTDIR/uml-2.6.26.patch.bz2
|
||||
|
||||
# Bzipped source of strongSwan
|
||||
STRONGSWAN=$UMLTESTDIR/strongswan-4.2.11.tar.bz2
|
||||
STRONGSWAN=$UMLTESTDIR/strongswan-4.2.12.tar.bz2
|
||||
|
||||
# strongSwan compile options (use "yes" or "no")
|
||||
USE_LIBCURL="yes"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user