From: <smi...@us...> - 2004-03-12 03:03:37
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28658/scripts/configuration Modified Files: Tag: rel-1-0-patches freeswan.config Log Message: - updated linux-wlan-ng to v0.2.1-pre20 - added Super-FreeS/WAN v1.99.8 - removed the standard FreeS/WAN + Patches - added Kernel patch to fix new mremap vulnerability - added Kernel patch for "Rusty's broken brain" error/failure. Index: freeswan.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/freeswan.config,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -u -d -r1.2 -r1.2.2.1 --- freeswan.config 2 Oct 2003 15:58:26 -0000 1.2 +++ freeswan.config 12 Mar 2004 02:36:31 -0000 1.2.2.1 @@ -5,17 +5,4 @@ # # http://www.devil-linux.org -menu_add "Networking|VPN" bool "FreeS/WAN (IPSec)" CONFIG_FREESWAN -if [ "$CONFIG_FREESWAN" = "y" ]; then - menu_add "Networking|VPN" bool "FreeS/WAN Modular ALGO Support (AES, 3DES, SHA2, etc.)" CONFIG_FREESWAN_ALG - menu_add "Networking|VPN" bool "FreeS/WAN Notify/Delete SA Patch" CONFIG_FREESWAN_NOTIFY - if [ "$CONFIG_FREESWAN_NOTIFY" = "y" ]; then - if [ "$CONFIG_FREESWAN_ALG" = "y" ]; then - if [ "$CONFIG_X509_FREESWAN" = "y" ]; then - menu_add "Networking|VPN" bool "FreeS/WAN NAT Traversal Patch" CONFIG_FREESWAN_NAT - fi - else - menu_add "Networking|VPN" bool "FreeS/WAN NAT Traversal Patch" CONFIG_FREESWAN_NAT - fi - fi -fi +menu_add "Networking|VPN" bool "Super-FreeS/WAN (IPSec) for 2.4 " CONFIG_SUPER_FREESWAN |