~ubuntu-branches/ubuntu/utopic/expat/utopic

« back to all changes in this revision

Viewing changes to debian/patches/485129_fix_underquotation_in_m4.dpatch

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-03-20 22:37:22 UTC
  • mfrom: (1.1.4) (5.1.7 precise)
  • Revision ID: package-import@ubuntu.com-20120320223722-wq8sq4gykhlvc8j9
Tags: 2.1.0~beta3-1
* QA upload.
* Beta release 2.1.0 beta3. Closes: #663579.
  - CVE-2012-1147 - Resource leak in readfilemap.c.
  - CVE-2012-1148 - Memory leak in poolGrow.
  - CVE-2012-0876 - Hash DOS attack.
  - Remove patches applied upstream.
* Remove Daniel from uploaders (orphaned package).
* Update package format to 3.0.
* Enable hardened build. Closes: #653526.
* Add a symbols file.
* Install expat pkgconfig file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh /usr/share/dpatch/dpatch-run
2
 
## 485129_fix_underquotation_in_m4.dpatch by Daniel Leidert (dale) <daniel.leidert@wgdd.de>
3
 
##
4
 
## All lines beginning with `## DP:' are a description of the patch.
5
 
## DP: Satisfy aclocal complaining with:
6
 
## DP:   "warning: underquoted definition of AM_WITH_EXPAT"
7
 
## DP:
8
 
## DP: <URL:http://bugs.debian.org/485129>
9
 
 
10
 
@DPATCH@
11
 
diff -urNad trunk~/conftools/expat.m4 trunk/conftools/expat.m4
12
 
--- trunk~/conftools/expat.m4   2001-11-09 05:55:33.000000000 +0100
13
 
+++ trunk/conftools/expat.m4    2008-06-08 20:10:28.000000000 +0200
14
 
@@ -7,7 +7,7 @@
15
 
 dnl In addition, an Automake conditional EXPAT_INSTALLED is set accordingly.
16
 
 dnl This is necessary to adapt a whole lot of packages that have expat
17
 
 dnl bundled as a static library.
18
 
-AC_DEFUN(AM_WITH_EXPAT,
19
 
+AC_DEFUN([AM_WITH_EXPAT],
20
 
 [ AC_ARG_WITH(expat,
21
 
              [  --with-expat=PREFIX     Use system Expat library],
22
 
              , with_expat=no)