summaryrefslogtreecommitdiff
path: root/testing/testing.conf
diff options
context:
space:
mode:
authorRene Mayrhofer <rene@mayrhofer.eu.org>2006-08-23 20:25:09 +0000
committerRene Mayrhofer <rene@mayrhofer.eu.org>2006-08-23 20:25:09 +0000
commiteed3bb6c48563b865be5560448577e7cfe4ce443 (patch)
treea35911c5b0d26edcb0da52cc166e5b7be1e3d383 /testing/testing.conf
parent3ad120037ad5203580a68f3cafbb2664071fb654 (diff)
downloadvyos-strongswan-eed3bb6c48563b865be5560448577e7cfe4ce443.tar.gz
vyos-strongswan-eed3bb6c48563b865be5560448577e7cfe4ce443.zip
- Updated to new upstream version.
Diffstat (limited to 'testing/testing.conf')
-rwxr-xr-xtesting/testing.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/testing.conf b/testing/testing.conf
index dc5c74fbf..4f323d354 100755
--- a/testing/testing.conf
+++ b/testing/testing.conf
@@ -14,14 +14,14 @@
# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
# for more details.
#
-# RCSID $Id: testing.conf,v 1.54 2006/06/22 13:07:24 as Exp $
+# RCSID $Id: testing.conf,v 1.56 2006/08/03 10:20:54 as Exp $
# Root directory of testing
UMLTESTDIR=~/strongswan-testing
# Bzipped kernel sources
# (file extension .tar.bz2 required)
-KERNEL=$UMLTESTDIR/linux-2.6.17.1.tar.bz2
+KERNEL=$UMLTESTDIR/linux-2.6.17.7.tar.bz2
# Extract kernel version
KERNELVERSION=`basename $KERNEL .tar.bz2 | sed -e 's/linux-//'`
@@ -34,7 +34,7 @@ KERNELCONFIG=$UMLTESTDIR/.config-2.6.17
UMLPATCH=
# Bzipped source of strongSwan
-STRONGSWAN=$UMLTESTDIR/strongswan-2.7.2.tar.bz2
+STRONGSWAN=$UMLTESTDIR/strongswan-2.7.3.tar.bz2
# strongSwan compile options (use "yes" or "no")
USE_LIBCURL="yes"