~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_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: Makefile.fs2_0.patch,v 1.8 2002/07/28 23:12:39 mcr Exp $
2
 
--- linux/net/Makefile.preipsec Mon Jul 13 16:47:40 1998
3
 
+++ linux/net/Makefile  Thu Sep 16 11:26:31 1999
4
 
@@ -64,6 +64,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
 
 L_TARGET     := network.a
19
 
 L_OBJS      := socket.o protocols.o sysctl_net.o $(join $(SUB_DIRS),$(SUB_DIRS:%=/%.o))
20
 
 ifeq ($(CONFIG_NET),y)