Package: libxslt / 1.1.34-4+deb11u1

Metadata

Package Version Patches format
libxslt 1.1.34-4+deb11u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 fix autoconf automake.patch | (download)

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

 fix autoconf automake


0002 Make generate id deterministic.patch | (download)

libxslt/functions.c | 91 90 + 1 - 0 !
libxslt/functions.h | 7 7 + 0 - 0 !
libxslt/transform.c | 8 8 + 0 - 0 !
libxslt/xsltInternals.h | 2 2 + 0 - 0 !
4 files changed, 107 insertions(+), 1 deletion(-)

 make generate-id deterministic

0003 remove plugin in xslt config.patch | (download)

xslt-config.in | 5 0 + 5 - 0 !
1 file changed, 5 deletions(-)

 remove-plugin-in-xslt-config

Done in Debian upload 1.1.29-1

0004 do not clean manpage.patch | (download)

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

 use the just-built xsltproc and the packaged stylesheet to rebuild
 the manpage if needed

Bug-Debian: https://bugs.debian.org/947914
0005 Drop libdir and static linking information from xslt.patch | (download)

xslt-config.in | 15 2 + 13 - 0 !
1 file changed, 2 insertions(+), 13 deletions(-)

 drop libdir and static linking information from xslt-config

See https://bugs.debian.org/952115 for the static linking details.

Bug-Debian: https://bugs.debian.org/952768

0006 Fix use after free in xsltApplyTemplates.patch | (download)

libxslt/transform.c | 119 7 + 112 - 0 !
1 file changed, 7 insertions(+), 112 deletions(-)

 fix use-after-free in xsltapplytemplates