diff options
Diffstat (limited to 'testing/testing.conf')
-rwxr-xr-x | testing/testing.conf | 6 |
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" |