diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2006-06-26 11:35:51 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2006-06-26 11:35:51 +0000 |
commit | 6bdb8dc1a62c9bb4b0fd7e19e5f2b63357029c9d (patch) | |
tree | 7047fbf7a1a0ae2a3fa7b61e0d444b8648e4e752 /testing/testing.conf | |
parent | 55fc0aea7f632d151b076c636752f0fa712cde86 (diff) | |
download | vyos-strongswan-6bdb8dc1a62c9bb4b0fd7e19e5f2b63357029c9d.tar.gz vyos-strongswan-6bdb8dc1a62c9bb4b0fd7e19e5f2b63357029c9d.zip |
Update to 2.7.2.
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" |