version bump to 4.1.6

This commit is contained in:
Andreas Steffen 2007-08-08 08:17:48 +00:00
parent 037575682a
commit 3dcf9dbd70
6 changed files with 12 additions and 4 deletions

6
NEWS
View File

@ -1,3 +1,9 @@
strongswan-4.1.6
----------------
-
strongswan-4.1.5
----------------

View File

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

View File

@ -205,7 +205,8 @@ static struct vid_struct _vid_tab[] = {
/*
* strongSwan
*/
DEC_MD5_VID(STRONGSWAN, "strongSwan 4.1.5")
DEC_MD5_VID(STRONGSWAN, "strongSwan 4.1.6")
DEC_MD5_VID(STRONGSWAN_4_1_5, "strongSwan 4.1.5")
DEC_MD5_VID(STRONGSWAN_4_1_4, "strongSwan 4.1.4")
DEC_MD5_VID(STRONGSWAN_4_1_3, "strongSwan 4.1.3")
DEC_MD5_VID(STRONGSWAN_4_1_2, "strongSwan 4.1.2")

View File

@ -106,6 +106,7 @@ enum known_vendorid {
VID_STRONGSWAN_4_1_2 = 90,
VID_STRONGSWAN_4_1_3 = 91,
VID_STRONGSWAN_4_1_4 = 92,
VID_STRONGSWAN_4_1_5 = 93,
/* 101 - 200 : NAT-Traversal */
VID_NATT_STENBERG_01 =101,

View File

@ -71,7 +71,7 @@ are required for the strongSwan testing environment:
* The latest strongSwan distribution
http://download.strongswan.org/strongswan-4.1.5.tar.gz
http://download.strongswan.org/strongswan-4.1.6.tar.gz
3. Creating the environment

View File

@ -34,7 +34,7 @@ KERNELCONFIG=$UMLTESTDIR/.config-2.6.22
#UMLPATCH=$UMLTESTDIR/uml_jmpbuf-2.6.18.patch.bz2
# Bzipped source of strongSwan
STRONGSWAN=$UMLTESTDIR/strongswan-4.1.5.tar.bz2
STRONGSWAN=$UMLTESTDIR/strongswan-4.1.6.tar.bz2
# strongSwan compile options (use "yes" or "no")
USE_LIBCURL="yes"