version bump to 4.2.6

This commit is contained in:
Andreas Steffen 2008-07-28 09:14:07 +00:00
parent 7c04589335
commit 5c96dab653
5 changed files with 6 additions and 4 deletions

View File

@ -16,7 +16,7 @@ dnl ===========================
dnl initialize & set some vars dnl initialize & set some vars
dnl =========================== dnl ===========================
AC_INIT(strongSwan,4.2.5) AC_INIT(strongSwan,4.2.6)
AM_INIT_AUTOMAKE(tar-ustar) AM_INIT_AUTOMAKE(tar-ustar)
AC_C_BIGENDIAN AC_C_BIGENDIAN
AC_SUBST(confdir, '${sysconfdir}') AC_SUBST(confdir, '${sysconfdir}')

View File

@ -206,7 +206,8 @@ static struct vid_struct _vid_tab[] = {
/* /*
* strongSwan * strongSwan
*/ */
DEC_MD5_VID(STRONGSWAN, "strongSwan 4.2.5") DEC_MD5_VID(STRONGSWAN, "strongSwan 4.2.6")
DEC_MD5_VID(STRONGSWAN_4_2_5, "strongSwan 4.2.5")
DEC_MD5_VID(STRONGSWAN_4_2_4, "strongSwan 4.2.4") DEC_MD5_VID(STRONGSWAN_4_2_4, "strongSwan 4.2.4")
DEC_MD5_VID(STRONGSWAN_4_2_3, "strongSwan 4.2.3") 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_2, "strongSwan 4.2.2")

View File

@ -121,6 +121,7 @@ enum known_vendorid {
VID_STRONGSWAN_4_2_2 =102, VID_STRONGSWAN_4_2_2 =102,
VID_STRONGSWAN_4_2_3 =103, VID_STRONGSWAN_4_2_3 =103,
VID_STRONGSWAN_4_2_4 =104, VID_STRONGSWAN_4_2_4 =104,
VID_STRONGSWAN_4_2_5 =105,
/* 101 - 200 : NAT-Traversal */ /* 101 - 200 : NAT-Traversal */
VID_NATT_STENBERG_01 =151, VID_NATT_STENBERG_01 =151,

View File

@ -70,7 +70,7 @@ are required for the strongSwan testing environment:
* The latest strongSwan distribution * The latest strongSwan distribution
http://download.strongswan.org/strongswan-4.2.5.tar.bz2 http://download.strongswan.org/strongswan-4.2.6.tar.bz2
3. Creating the environment 3. Creating the environment

View File

@ -33,7 +33,7 @@ KERNELCONFIG=$UMLTESTDIR/.config-2.6.26
UMLPATCH=$UMLTESTDIR/uml-2.6.26.patch.bz2 UMLPATCH=$UMLTESTDIR/uml-2.6.26.patch.bz2
# Bzipped source of strongSwan # Bzipped source of strongSwan
STRONGSWAN=$UMLTESTDIR/strongswan-4.2.5.tar.bz2 STRONGSWAN=$UMLTESTDIR/strongswan-4.2.6.tar.bz2
# strongSwan compile options (use "yes" or "no") # strongSwan compile options (use "yes" or "no")
USE_LIBCURL="yes" USE_LIBCURL="yes"