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

« back to all changes in this revision

Viewing changes to programs/_plutoload/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:
11
11
# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12
12
# for more details.
13
13
#
14
 
# RCSID $Id: Makefile,v 1.3 2002/08/02 16:01:19 mcr Exp $
 
14
# RCSID $Id: Makefile,v 1.4 2004/04/03 19:44:43 ken Exp $
15
15
 
16
 
FREESWANSRCDIR=../..
17
 
include ${FREESWANSRCDIR}/Makefile.inc
 
16
OPENSWANSRCDIR=../..
 
17
include ${OPENSWANSRCDIR}/Makefile.inc
18
18
 
19
19
PROGRAM=_plutoload
20
20
PROGRAMDIR=${LIBDIR}
23
23
 
24
24
#
25
25
# $Log: Makefile,v $
 
26
# Revision 1.4  2004/04/03 19:44:43  ken
 
27
# FREESWANSRCDIR -> OPENSWANSRCDIR (patch by folken)
 
28
#
26
29
# Revision 1.3  2002/08/02 16:01:19  mcr
27
30
#       moved user visible programs to $PREFIX/libexec, while moving
28
31
#       private files to $PREFIX/lib.