aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.in2
-rw-r--r--src/pluto/vendor.c3
-rw-r--r--src/pluto/vendor.h1
-rw-r--r--testing/INSTALL2
-rwxr-xr-xtesting/testing.conf2
5 files changed, 6 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index f9824bbb2..26c3e5369 100644
--- a/configure.in
+++ b/configure.in
@@ -16,7 +16,7 @@ dnl ===========================
dnl initialize & set some vars
dnl ===========================
-AC_INIT(strongSwan,4.2.1)
+AC_INIT(strongSwan,4.2.2)
AM_INIT_AUTOMAKE(tar-ustar)
AC_C_BIGENDIAN
AC_SUBST(confdir, '${sysconfdir}')
diff --git a/src/pluto/vendor.c b/src/pluto/vendor.c
index 1904176b8..83de5eda1 100644
--- a/src/pluto/vendor.c
+++ b/src/pluto/vendor.c
@@ -206,7 +206,8 @@ static struct vid_struct _vid_tab[] = {
/*
* 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_1_11,"strongSwan 4.1.11")
DEC_MD5_VID(STRONGSWAN_4_1_10,"strongSwan 4.1.10")
diff --git a/src/pluto/vendor.h b/src/pluto/vendor.h
index 9814b6aa2..678e62253 100644
--- a/src/pluto/vendor.h
+++ b/src/pluto/vendor.h
@@ -117,6 +117,7 @@ enum known_vendorid {
VID_STRONGSWAN_4_1_11 = 99,
VID_STRONGSWAN_4_2_0 =100,
+ VID_STRONGSWAN_4_2_1 =101,
/* 101 - 200 : NAT-Traversal */
VID_NATT_STENBERG_01 =151,
diff --git a/testing/INSTALL b/testing/INSTALL
index 5cb5d6f9b..e31abc62d 100644
--- a/testing/INSTALL
+++ b/testing/INSTALL
@@ -71,7 +71,7 @@ are required for the strongSwan testing environment:
* 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
diff --git a/testing/testing.conf b/testing/testing.conf
index a2b5722d4..c63b4b2e6 100755
--- a/testing/testing.conf
+++ b/testing/testing.conf
@@ -34,7 +34,7 @@ KERNELCONFIG=$UMLTESTDIR/.config-2.6.24
#UMLPATCH=$UMLTESTDIR/uml_jmpbuf-2.6.18.patch.bz2
# 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")
USE_LIBCURL="yes"