version bump to 4.2.2
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ dnl ===========================
|
|||||||
dnl initialize & set some vars
|
dnl initialize & set some vars
|
||||||
dnl ===========================
|
dnl ===========================
|
||||||
|
|
||||||
AC_INIT(strongSwan,4.2.1)
|
AC_INIT(strongSwan,4.2.2)
|
||||||
AM_INIT_AUTOMAKE(tar-ustar)
|
AM_INIT_AUTOMAKE(tar-ustar)
|
||||||
AC_C_BIGENDIAN
|
AC_C_BIGENDIAN
|
||||||
AC_SUBST(confdir, '${sysconfdir}')
|
AC_SUBST(confdir, '${sysconfdir}')
|
||||||
|
|||||||
+2
-1
@@ -206,7 +206,8 @@ static struct vid_struct _vid_tab[] = {
|
|||||||
/*
|
/*
|
||||||
* strongSwan
|
* strongSwan
|
||||||
*/
|
*/
|
||||||
DEC_MD5_VID(STRONGSWAN, "strongSwan 4.2.1")
|
DEC_MD5_VID(STRONGSWAN, "strongSwan 4.2.2")
|
||||||
|
DEC_MD5_VID(STRONGSWAN_4_2_1, "strongSwan 4.2.1")
|
||||||
DEC_MD5_VID(STRONGSWAN_4_2_0, "strongSwan 4.2.0")
|
DEC_MD5_VID(STRONGSWAN_4_2_0, "strongSwan 4.2.0")
|
||||||
DEC_MD5_VID(STRONGSWAN_4_1_11,"strongSwan 4.1.11")
|
DEC_MD5_VID(STRONGSWAN_4_1_11,"strongSwan 4.1.11")
|
||||||
DEC_MD5_VID(STRONGSWAN_4_1_10,"strongSwan 4.1.10")
|
DEC_MD5_VID(STRONGSWAN_4_1_10,"strongSwan 4.1.10")
|
||||||
|
|||||||
@@ -117,6 +117,7 @@ enum known_vendorid {
|
|||||||
VID_STRONGSWAN_4_1_11 = 99,
|
VID_STRONGSWAN_4_1_11 = 99,
|
||||||
|
|
||||||
VID_STRONGSWAN_4_2_0 =100,
|
VID_STRONGSWAN_4_2_0 =100,
|
||||||
|
VID_STRONGSWAN_4_2_1 =101,
|
||||||
|
|
||||||
/* 101 - 200 : NAT-Traversal */
|
/* 101 - 200 : NAT-Traversal */
|
||||||
VID_NATT_STENBERG_01 =151,
|
VID_NATT_STENBERG_01 =151,
|
||||||
|
|||||||
+1
-1
@@ -71,7 +71,7 @@ are required for the strongSwan testing environment:
|
|||||||
|
|
||||||
* The latest strongSwan distribution
|
* The latest strongSwan distribution
|
||||||
|
|
||||||
http://download.strongswan.org/strongswan-4.2.1.tar.bz2
|
http://download.strongswan.org/strongswan-4.2.2.tar.bz2
|
||||||
|
|
||||||
|
|
||||||
3. Creating the environment
|
3. Creating the environment
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ KERNELCONFIG=$UMLTESTDIR/.config-2.6.24
|
|||||||
#UMLPATCH=$UMLTESTDIR/uml_jmpbuf-2.6.18.patch.bz2
|
#UMLPATCH=$UMLTESTDIR/uml_jmpbuf-2.6.18.patch.bz2
|
||||||
|
|
||||||
# Bzipped source of strongSwan
|
# Bzipped source of strongSwan
|
||||||
STRONGSWAN=$UMLTESTDIR/strongswan-4.2.1.tar.bz2
|
STRONGSWAN=$UMLTESTDIR/strongswan-4.2.2.tar.bz2
|
||||||
|
|
||||||
# strongSwan compile options (use "yes" or "no")
|
# strongSwan compile options (use "yes" or "no")
|
||||||
USE_LIBCURL="yes"
|
USE_LIBCURL="yes"
|
||||||
|
|||||||
Reference in New Issue
Block a user