version bump to 4.2.4

This commit is contained in:
Andreas Steffen
2008-05-25 10:35:39 +00:00
parent f9b1bcad24
commit 8f7074cf2e
5 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ dnl ===========================
dnl initialize & set some vars
dnl ===========================
AC_INIT(strongSwan,4.2.3)
AC_INIT(strongSwan,4.2.4)
AM_INIT_AUTOMAKE(tar-ustar)
AC_C_BIGENDIAN
AC_SUBST(confdir, '${sysconfdir}')
+2 -1
View File
@@ -206,7 +206,8 @@ static struct vid_struct _vid_tab[] = {
/*
* strongSwan
*/
DEC_MD5_VID(STRONGSWAN, "strongSwan 4.2.3")
DEC_MD5_VID(STRONGSWAN, "strongSwan 4.2.4")
DEC_MD5_VID(STRONGSWAN_4_2_3, "strongSwan 4.2.3")
DEC_MD5_VID(STRONGSWAN_4_2_2, "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")
+1
View File
@@ -119,6 +119,7 @@ enum known_vendorid {
VID_STRONGSWAN_4_2_0 =100,
VID_STRONGSWAN_4_2_1 =101,
VID_STRONGSWAN_4_2_2 =102,
VID_STRONGSWAN_4_2_3 =103,
/* 101 - 200 : NAT-Traversal */
VID_NATT_STENBERG_01 =151,
+1 -1
View File
@@ -71,7 +71,7 @@ are required for the strongSwan testing environment:
* The latest strongSwan distribution
http://download.strongswan.org/strongswan-4.2.3.tar.bz2
http://download.strongswan.org/strongswan-4.2.4.tar.bz2
3. Creating the environment
+2 -1
View File
@@ -34,13 +34,14 @@ KERNELCONFIG=$UMLTESTDIR/.config-2.6.26
#UMLPATCH=$UMLTESTDIR/uml_jmpbuf-2.6.18.patch.bz2
# Bzipped source of strongSwan
STRONGSWAN=$UMLTESTDIR/strongswan-4.2.3.tar.bz2
STRONGSWAN=$UMLTESTDIR/strongswan-4.2.4.tar.bz2
# strongSwan compile options (use "yes" or "no")
USE_LIBCURL="yes"
USE_LDAP="yes"
USE_EAP_AKA="yes"
USE EAP_SIM="yes"
USE_EAP_MD5="yes"
USE_SQL="yes"
USE_MEDIATION="yes"
USE_INTEGRITY_TEST="no"