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

« back to all changes in this revision

Viewing changes to debian/patches/302191_install_expat_config_h.diff

  • 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
## 302191_install_expat_config_h.dpatch by Raphael Bossek
 
2
##   and Arno van Rangelrooij <arno@debian.org>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: To get information about the expat library and how it was build the
 
6
## DP:   expat_config.h file is mandatory. Without this file other applications
 
7
## DP:   may fail to build. This is the case for the latest python-4suite packages
 
8
## DP:   where the expat_config.h is refered.
 
9
## DP:
 
10
## DP: <URL:http://bugs.debian.org/302191>
 
11
 
 
12
diff -urNad expat-2.0.1~/Makefile.in expat-2.0.1/Makefile.in
 
13
--- expat-2.0.1~/Makefile.in    2007-05-09 20:38:50.000000000 +0200
 
14
+++ expat-2.0.1/Makefile.in     2008-05-07 02:23:11.000000000 +0200
 
15
@@ -41,7 +41,7 @@
 
16
 mkinstalldirs = $(SHELL) $(top_srcdir)/conftools/mkinstalldirs
 
17
 
 
18
 MANFILE = $(srcdir)/doc/xmlwf.1
 
19
-APIHEADER = $(srcdir)/lib/expat.h $(srcdir)/lib/expat_external.h
 
20
+APIHEADER = $(srcdir)/lib/expat.h $(srcdir)/lib/expat_external.h expat_config.h
 
21
 LIBRARY = libexpat.la
 
22
 
 
23
 DESTDIR = $(INSTALL_ROOT)