diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-06-19 17:00:34 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-06-19 17:00:34 +0200 |
commit | c4963c92acda0f69ec9bd3e14b6444cc87600654 (patch) | |
tree | 83e6f5d4062721c0596eb2ca55b54240d7678f55 /testing | |
parent | c7f76958d7017fa7595c64e7142c765887b58407 (diff) | |
download | strongswan-c4963c92acda0f69ec9bd3e14b6444cc87600654.tar.bz2 strongswan-c4963c92acda0f69ec9bd3e14b6444cc87600654.tar.xz |
version bump to 4.3.3
Diffstat (limited to 'testing')
-rw-r--r-- | testing/INSTALL | 8 | ||||
-rwxr-xr-x | testing/testing.conf | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/testing/INSTALL b/testing/INSTALL index 87bb787c8..681376ffc 100644 --- a/testing/INSTALL +++ b/testing/INSTALL @@ -53,22 +53,22 @@ are required for the strongSwan testing environment: * A vanilla Linux kernel on which the UML kernel will be based on. We recommend the use of - http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.29.4.tar.bz2 + http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.30.tar.bz2 * The Linux kernel 2.6.29 does not require any patches for the uml guest kernel to successfully start up. * The matching .config file required to compile the UML kernel: - http://download.strongswan.org/uml/.config-2.6.29 + http://download.strongswan.org/uml/.config-2.6.30 * A gentoo-based UML file system (compressed size 130 MBytes) found at - http://download.strongswan.org/uml/gentoo-fs-20090325.tar.bz2 + http://download.strongswan.org/uml/gentoo-fs-20090615.tar.bz2 * The latest strongSwan distribution - http://download.strongswan.org/strongswan-4.3.2.tar.bz2 + http://download.strongswan.org/strongswan-4.3.3.tar.bz2 3. Creating the environment diff --git a/testing/testing.conf b/testing/testing.conf index 39bff6805..881c66bbe 100755 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -31,7 +31,7 @@ KERNELCONFIG=$UMLTESTDIR/.config-2.6.30 #UMLPATCH=$UMLTESTDIR/aead_init.patch.bz2 # Bzipped source of strongSwan -STRONGSWAN=$UMLTESTDIR/strongswan-4.3.2.tar.bz2 +STRONGSWAN=$UMLTESTDIR/strongswan-4.3.3.tar.bz2 # strongSwan compile options (use "yes" or "no") USE_LIBCURL="yes" @@ -54,7 +54,7 @@ USE_TEST_VECTORS="yes" USE_GCRYPT="yes" # Gentoo linux root filesystem -ROOTFS=$UMLTESTDIR/gentoo-fs-20090325.tar.bz2 +ROOTFS=$UMLTESTDIR/gentoo-fs-20090615.tar.bz2 # Size of the finished root filesystem in MB ROOTFSSIZE=600 |