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

« back to all changes in this revision

Viewing changes to debian/openswan-modules-source-build/modules/openswan/linux/net/Makefile.fs2_2.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: Makefile.fs2_2.patch,v 1.6 2002/07/28 23:12:39 mcr Exp $
2
 
--- linux/net/Makefile.preipsec Tue Jun 20 17:32:27 2000
3
 
+++ linux/net/Makefile  Fri Jun 30 14:44:38 2000
4
 
@@ -195,6 +195,16 @@
5
 
   endif
6
 
 endif
7
 
 
8
 
+ifeq ($(CONFIG_IPSEC),y)
9
 
+ALL_SUB_DIRS += ipsec
10
 
+SUB_DIRS += ipsec
11
 
+else
12
 
+  ifeq ($(CONFIG_IPSEC),m)
13
 
+  ALL_SUB_DIRS += ipsec
14
 
+  MOD_SUB_DIRS += ipsec
15
 
+  endif
16
 
+endif
17
 
+
18
 
 # We must attach netsyms.o to socket.o, as otherwise there is nothing
19
 
 # to pull the object file from the archive.
20