~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/Makefile

  • 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
 
# FreeS/WAN subdir makefile
2
 
# Copyright (C) 1998-2001  Henry Spencer.
3
 
4
 
# This program is free software; you can redistribute it and/or modify it
5
 
# under the terms of the GNU General Public License as published by the
6
 
# Free Software Foundation; either version 2 of the License, or (at your
7
 
# option) any later version.  See <http://www.fsf.org/copyleft/gpl.txt>.
8
 
9
 
# This program is distributed in the hope that it will be useful, but
10
 
# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
11
 
# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12
 
# for more details.
13
 
#
14
 
# RCSID $Id: Makefile,v 1.7 2002/06/02 22:02:14 mcr Exp $
15
 
 
16
 
FREESWANSRCDIR=..
17
 
#SUBDIRS=net/ipsec
18
 
 
19
 
include $(FREESWANSRCDIR)/Makefile.inc
20
 
 
21
 
def:
22
 
        @echo "Please read doc/intro.html or INSTALL before running make"
23
 
        @false
24
 
 
25
 
cleanall distclean mostlyclean realclean install programs checkprograms check clean spotless modules install_file_list:
26
 
        @true
27
 
 
28
 
#       @for d in $(SUBDIRS); \
29
 
#       do \
30
 
#               (cd $$d && $(MAKE) TOPDIR=${KERNELSRC} FREESWANSRCDIR=$(FREESWANSRCDIR)/.. $@ ) || exit 1 ; \
31
 
#       done
32