diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2006-06-26 11:32:54 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2006-06-26 11:32:54 +0000 |
commit | 6782d06a206e8aa8304d4ec9518361aecd1b9472 (patch) | |
tree | 8ea2727105be2e0191d89f7a101f43ba8b59c810 /testing/testing.conf | |
parent | aa0f5b38aec14428b4b80e06f90ff781f8bca5f1 (diff) | |
download | vyos-strongswan-6782d06a206e8aa8304d4ec9518361aecd1b9472.tar.gz vyos-strongswan-6782d06a206e8aa8304d4ec9518361aecd1b9472.zip |
Load /tmp/tmp.dFxzTv5957/strongswan-2.7.2 into
branches/source-dist/debian/strongswan.
Diffstat (limited to 'testing/testing.conf')
-rwxr-xr-x | testing/testing.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/testing.conf b/testing/testing.conf index 92a138288..dc5c74fbf 100755 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -14,27 +14,27 @@ # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License # for more details. # -# RCSID $Id: testing.conf,v 1.52 2006/04/24 16:58:03 as Exp $ +# RCSID $Id: testing.conf,v 1.54 2006/06/22 13:07:24 as Exp $ # Root directory of testing UMLTESTDIR=~/strongswan-testing # Bzipped kernel sources # (file extension .tar.bz2 required) -KERNEL=$UMLTESTDIR/linux-2.6.16.9.tar.bz2 +KERNEL=$UMLTESTDIR/linux-2.6.17.1.tar.bz2 # Extract kernel version KERNELVERSION=`basename $KERNEL .tar.bz2 | sed -e 's/linux-//'` # Kernel configuration file -KERNELCONFIG=$UMLTESTDIR/.config-2.6.16 +KERNELCONFIG=$UMLTESTDIR/.config-2.6.17 # Bzipped uml patch for kernel # (not needed anymore for 2.6.9 kernel or higher) UMLPATCH= # Bzipped source of strongSwan -STRONGSWAN=$UMLTESTDIR/strongswan-2.7.0.tar.bz2 +STRONGSWAN=$UMLTESTDIR/strongswan-2.7.2.tar.bz2 # strongSwan compile options (use "yes" or "no") USE_LIBCURL="yes" |