~ubuntu-branches/ubuntu/hardy/openswan/hardy-updates

« back to all changes in this revision

Viewing changes to linux/net/Config.in.fs2_0.patch

  • Committer: Bazaar Package Importer
  • Author(s): Rene Mayrhofer
  • Date: 2005-01-27 16:10:11 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050127161011-idgybmyz3vwhpfiq
Tags: 2.3.0-2
Urgency HIGH due to security issue and problems with build-deps in sarge.
* Fix the security issue. Please see
  http://www.idefense.com/application/poi/display?id=190&
      type=vulnerabilities&flashstatus=false
  for more details. Thanks to Martin Schulze for informing me about
  this issue.
  Closes: #292458: Openswan XAUTH/PAM Buffer Overflow Vulnerability
* Added a Build-Dependency to lynx.
  Closes: #291143: openswan: FTBFS: Missing build dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
RCSID $Id: Config.in.fs2_0.patch,v 1.7 2002/07/28 23:12:39 mcr Exp $
 
1
RCSID $Id: Config.in.fs2_0.patch,v 1.8 2004/07/10 19:10:30 mcr Exp $
2
2
--- linux/net/Config.in.preipsec        Mon Jul 13 16:47:40 1998
3
3
+++ linux/net/Config.in Thu Sep 16 11:26:31 1999
4
4
@@ -24,4 +24,8 @@
5
5
 if [ "$CONFIG_NETLINK" = "y" ]; then
6
6
   bool 'Routing messages' CONFIG_RTNETLINK
7
7
 fi
8
 
+tristate 'IP Security Protocol (FreeS/WAN IPSEC)' CONFIG_IPSEC
9
 
+if [ "$CONFIG_IPSEC" != "n" ]; then
 
8
+tristate 'IP Security Protocol (Openswan IPSEC)' CONFIG_KLIPS
 
9
+if [ "$CONFIG_KLIPS" != "n" ]; then
10
10
+  source net/ipsec/Config.in
11
11
+fi
12
12
 endmenu