Package: xmlstarlet / 1.6.1-2

Metadata

Package Version Patches format
xmlstarlet 1.6.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
40 use debian docbook xsl.patch | (download)

doc/doc.mk | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 use stylesheets from docbook-xsl-ns package.
50 fix format security.patch | (download)

src/trans.c | 2 1 + 1 - 0 !
src/xml.c | 6 3 + 3 - 0 !
src/xml_C14N.c | 12 6 + 6 - 0 !
src/xml_edit.c | 14 7 + 7 - 0 !
src/xml_elem.c | 8 4 + 4 - 0 !
src/xml_escape.c | 4 2 + 2 - 0 !
src/xml_pyx.c | 24 12 + 12 - 0 !
src/xml_select.c | 20 10 + 10 - 0 !
src/xml_trans.c | 6 3 + 3 - 0 !
9 files changed, 48 insertions(+), 48 deletions(-)

 fix format string literals and avoid gcc error: 
             "format not a string literal and no format arguments 
             [-Werror=format-security]"
60 avoid silent rules.patch | (download)

configure.ac | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 don't hide the real compiler flags to allow automatic checks for
             missing (hardening) flags via blhc. It avoids buildd log scanner
             tag W-compiler-flags-hidden.
70 remove link usr lib.patch | (download)

configure.ac | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 remove links from /usr/lib to fix #722870.
80 fix unesc dquot.patch | (download)

src/xml_escape.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 unesc fails to handle " and ' correctly because it thinks they are too long.
90 fix upstream version.patch | (download)

Makefile.am | 11 1 + 10 - 0 !
configure.ac | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 11 deletions(-)

 do not get version from git repository, get upstream version from 
Debian environment variable.