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

« back to all changes in this revision

Viewing changes to debian/patches/412786_xmlwf_man_standard_fix.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
 
## 412786_xmlwf_man_standard_fix.dpatch by Cameron McCormack and
3
 
##     Ardo van Rangelrooij <ardo@debian.org>
4
 
##
5
 
## All lines beginning with `## DP:' are a description of the patch.
6
 
## DP: GROFF expects a macro name after a leading point. So remove
7
 
## DP:   the linebreak and avoid the warning.
8
 
## DP:
9
 
## DP: There is no well-formedness constraint in XML
10
 
## DP:   that requires the XML declaration.
11
 
## DP:
12
 
## DP: <URL:http://bugs.debian.org/412786>
13
 
 
14
 
@DPATCH@
15
 
diff -urNad expat-2.0.1~/doc/xmlwf.sgml expat-2.0.1/doc/xmlwf.sgml
16
 
--- expat-2.0.1~/doc/xmlwf.sgml 2003-01-24 19:34:03.000000000 +0100
17
 
+++ expat-2.0.1/doc/xmlwf.sgml  2008-05-07 04:06:39.000000000 +0200
18
 
@@ -286,8 +286,7 @@
19
 
   This gives a fairly accurate idea of the raw speed of Expat itself
20
 
   without client overhead.
21
 
   <option>-t</option> turns off most of the output options
22
 
-  (<option>-d</option>, <option>-m</option>, <option>-c</option>,
23
 
-  ...).
24
 
+  (<option>-d</option>, <option>-m</option>, <option>-c</option>, ...).
25
 
           </para>
26
 
         </listitem>
27
 
       </varlistentry>
28
 
@@ -389,11 +388,6 @@
29
 
   <refsect1>
30
 
     <title>BUGS</title>
31
 
        <para>
32
 
-       According to the W3C standard, an XML file without a
33
 
-       declaration at the beginning is not considered well-formed.
34
 
-       However, <command>&dhpackage;</command> allows this to pass.
35
 
-       </para>
36
 
-       <para>
37
 
        <command>&dhpackage;</command> returns a 0 - noerr result,
38
 
        even if the file is not well-formed.  There is no good way for
39
 
        a program to use <command>&dhpackage;</command> to quickly