Package: libxslt / 1.1.43-0.2

Metadata

Package Version Patches format
libxslt 1.1.43-0.2 3.0 (quilt)

Patch series

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

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

 fix autoconf automake


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 | 8 5 + 3 - 0 !
1 file changed, 5 insertions(+), 3 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

gnome libxslt bug 139 apple fix.diff | (download)

libxslt/functions.c | 16 15 + 1 - 0 !
libxslt/transform.c | 3 2 + 1 - 0 !
libxslt/transformInternals.h | 9 9 + 0 - 0 !
3 files changed, 26 insertions(+), 2 deletions(-)

 [patch] libxslt: type confusion in xmlnode.psvi between stylesheet
 and source nodes

* libxslt/functions.c:
(xsltDocumentFunctionLoadDocument):
- Implement fix suggested by Ivan Fratric.  This copies the xmlDoc,
  calls xsltCleanupSourceDoc() to remove pvsi fields, then adds the
  xmlDoc to tctxt->docList.
- Add error handling for functions that may return NULL.
* libxslt/transform.c:
- Remove static keyword so this can be called from
  xsltDocumentFunctionLoadDocument().
* libxslt/transformInternals.h: Add.
(xsltCleanupSourceDoc): Add declaration.

Fixes #139.