diff options
Diffstat (limited to 'testing/testing.conf')
-rwxr-xr-x | testing/testing.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/testing.conf b/testing/testing.conf index c7852d28f..55716ebaa 100755 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -31,7 +31,7 @@ KERNELCONFIG=$UMLTESTDIR/.config-2.6.33 UMLPATCH=$UMLTESTDIR/aes_gmac.patch.bz2 # Bzipped source of strongSwan -STRONGSWAN=$UMLTESTDIR/strongswan-4.4.0.tar.bz2 +STRONGSWAN=$UMLTESTDIR/strongswan-4.4.1.tar.bz2 # strongSwan compile options (use "yes" or "no") USE_LIBCURL="yes" @@ -56,6 +56,7 @@ USE_SOCKET_DEFAULT="yes" USE_SOCKET_DYNAMIC="yes" USE_DHCP="yes" USE_FARP="yes" +USE_ADDRBLOCK="yes" # Gentoo linux root filesystem ROOTFS=$UMLTESTDIR/gentoo-fs-20090615.tar.bz2 |