pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/libxslt
Module Name: pkgsrc
Committed By: bjs
Date: Fri Apr 18 20:43:55 UTC 2008
Modified Files:
pkgsrc/textproc/libxslt: Makefile distinfo
pkgsrc/textproc/libxslt/patches: patch-aa
Log Message:
textproc/libxslt [1.22 -> 1.2.23]
one nominal change in pkgsrc:
- MASTER_SITES+=${MASTER_SITE_GNOME} is commented out. They evidently
have not placed this product on their shelves yet.
changes since prior release
---------------------------
* python/generator.py: fix an infinite loop bug
* libxslt/xsltutils.c: avoid a scary realloc() loop should fix
#520383
* libexslt/date.c: applied patch from Peter Pawlowski fixing
a timezone offset problem, fixes #521680
* libxslt/namespaces.c: a bit of space/tabs cleanup
* doc/xsltproc.xml doc/xsltproc.1 doc/xsltproc.html: small fix to
man page synopsis, should fix #525822
* libexslt/functions.c: fixed minor error reported on the mailing
list by Mark Howe, which caused a segfault if func:result was
postitioned as top-level element.
* doc/xsltproc.xml doc/xsltproc.1: fix maxdepth default value
documentation fixes #519921.
* libxslt/extensions.c: fixed minor error bug #516483
* libxslt/xslt.c: applied documentation patch from Jason Viers
for xsltParseStylesheetDoc
* doc/xslt.html doc/docbook.html: fix links for Cygwin DocBook
setup as suggested by Philippe Bourcier
* libxslt/keys.c, libxslt/pattern.c, libxslt/xsltInternals.h:
fixed a problem on superfluous re-generation of keys reported
on the mailing list by Josef Urban.
* configure.in: avoid a problem in configure if an old gcrypt
version is installed, patch from Brent Cowgill, fixes #500390
* libexslt/common.c, libexslt/dynamic.c: After discussion on
Bugzilla with Peter Pawlowski, added same code for preventing
deletion of function result during garbage collection (see
bug #495995).
* libexslt/strings.c: Added code to mark the results of
str:tokenize and str:split as "function result" to avoid
garbage-collecting them during global variable initialisation.
Should fix bug #495995.
* python/libxslt.c: changed iterator argument for Py_Dict_Next
from int to ssize_t (seems Python docs are incorrect) to fix
x86_64 bug #489854.
* python/libxslt.c: applied patch from Daniel Gryniewicz to
fix a segfault caused by a parameter array not being preset
to zero.
To generate a diff of this commit:
cvs rdiff -r1.79 -r1.80 pkgsrc/textproc/libxslt/Makefile
cvs rdiff -r1.47 -r1.48 pkgsrc/textproc/libxslt/distinfo
cvs rdiff -r1.18 -r1.19 pkgsrc/textproc/libxslt/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index