head 1.4; access; symbols pkgsrc-2017Q2:1.3.0.38 pkgsrc-2017Q2-base:1.3 pkgsrc-2017Q1:1.3.0.36 pkgsrc-2017Q1-base:1.3 pkgsrc-2016Q4:1.3.0.34 pkgsrc-2016Q4-base:1.3 pkgsrc-2016Q3:1.3.0.32 pkgsrc-2016Q3-base:1.3 pkgsrc-2016Q2:1.3.0.30 pkgsrc-2016Q2-base:1.3 pkgsrc-2016Q1:1.3.0.28 pkgsrc-2016Q1-base:1.3 pkgsrc-2015Q4:1.3.0.26 pkgsrc-2015Q4-base:1.3 pkgsrc-2015Q3:1.3.0.24 pkgsrc-2015Q3-base:1.3 pkgsrc-2015Q2:1.3.0.22 pkgsrc-2015Q2-base:1.3 pkgsrc-2015Q1:1.3.0.20 pkgsrc-2015Q1-base:1.3 pkgsrc-2014Q4:1.3.0.18 pkgsrc-2014Q4-base:1.3 pkgsrc-2014Q3:1.3.0.16 pkgsrc-2014Q3-base:1.3 pkgsrc-2014Q2:1.3.0.14 pkgsrc-2014Q2-base:1.3 pkgsrc-2014Q1:1.3.0.12 pkgsrc-2014Q1-base:1.3 pkgsrc-2013Q4:1.3.0.10 pkgsrc-2013Q4-base:1.3 pkgsrc-2013Q3:1.3.0.8 pkgsrc-2013Q3-base:1.3 pkgsrc-2013Q2:1.3.0.6 pkgsrc-2013Q2-base:1.3 pkgsrc-2013Q1:1.3.0.4 pkgsrc-2013Q1-base:1.3 pkgsrc-2012Q4:1.3.0.2 pkgsrc-2012Q4-base:1.3 pkgsrc-2012Q3:1.2.0.2 pkgsrc-2012Q3-base:1.2 pkgsrc-2012Q2:1.1.0.16 pkgsrc-2012Q2-base:1.1 pkgsrc-2012Q1:1.1.0.14 pkgsrc-2012Q1-base:1.1 pkgsrc-2011Q4:1.1.0.12 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q3:1.1.0.10 pkgsrc-2011Q3-base:1.1 pkgsrc-2011Q2:1.1.0.8 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.6 pkgsrc-2011Q1-base:1.1 pkgsrc-2010Q4:1.1.0.4 pkgsrc-2010Q4-base:1.1 pkgsrc-2010Q3:1.1.0.2 pkgsrc-2010Q3-base:1.1; locks; strict; comment @# @; 1.4 date 2017.09.10.20.56.24; author wiz; state dead; branches; next 1.3; commitid yScLGcIKpGLD2H6A; 1.3 date 2012.11.27.12.17.51; author adam; state Exp; branches; next 1.2; 1.2 date 2012.09.15.10.26.02; author adam; state Exp; branches; next 1.1; 1.1 date 2010.09.08.13.53.00; author tez; state Exp; branches; next ; desc @@ 1.4 log @Updated libxslt to 1.1.30. .1.30: Sep 04 2017 • Documentation: Misc doc fixes (Nick Wellnhofer) • Portability: Look for libxml2 via pkg-config first (Elliott Sales de Andrade), Change default SOPREFIX on Windows to "bin" (Nick Wellnhofer), Add WIN32_EXTRA_LDFLAGS to tests/plugins/ Makefile.am (Michael Haubenwallner) • Bug Fixes: Also fix memory hazards in exsltFuncResultElem (Nick Wellnhofer), Fix NULL deref in xsltDefaultSortFunction (Nick Wellnhofer), Fix memory hazards in exsltFuncFunctionFunction (Nick Wellnhofer), Fix memory leaks in EXSLT error paths (Nick Wellnhofer), Fix memory leak in str:concat with empty node-set (Nick Wellnhofer), Fix memory leaks in error paths (Nick Wellnhofer), Switch to xmlUTF8Strsize in numbers.c (Nick Wellnhofer), Fix NULL pointer deref in xsltFormatNumberFunction (Nick Wellnhofer), Fix UTF-8 check in str:padding (Nick Wellnhofer), Fix xmlStrPrintf argument (Nick Wellnhofer), Check for overflow in _exsltDateParseGYear (Nick Wellnhofer), Fix double to int conversion (Nick Wellnhofer), Check for overflow in exsltDateParseDuration (Nick Wellnhofer), Change version of xsltMaxVars back to 1.0.24 (Nick Wellnhofer), Disable xsltCopyTextString optimization for extensions (Nick Wellnhofer), Create DOCTYPE for HTML version 5 (Nick Wellnhofer), Make xsl:decimal-format work with namespaces (Nick Wellnhofer), Remove norm:localTime extension function (Nick Wellnhofer), Check for integer overflow in xsltAddTextString (Nick Wellnhofer), Detect infinite recursion when evaluating function arguments (Nick Wellnhofer), Fix memory leak in xsltElementAvailableFunction (Nick Wellnhofer), Fix for pattern predicates calling functions (Nick Wellnhofer), Fix cmd.exe invocations in Makefile.mingw (Nick Wellnhofer), Don't try to install index.sgml (Nick Wellnhofer), Fix symbols.xml (Nick Wellnhofer), Fix heap overread in xsltFormatNumberConversion (Nick Wellnhofer), Fix for non-element nodes (Nick Wellnhofer), Fix unreachable code in xsltAddChild (mahendra.n), Change version number in xsl:version warning (Nick Wellnhofer), Avoid infinite recursion after failed param evaluation (Nick Wellnhofer), Stop if potential recursion is detected (Nick Wellnhofer), Consider built-in templates in apply-imports (Nick Wellnhofer), Fix precedence with multiple attribute sets (Nick Wellnhofer), Rework attribute set resolution (Nick Wellnhofer) • Improvements: Add .travis.yml (Nick Wellnhofer), Silence tests a little (Nick Wellnhofer), Set LIBXML_SRC to absolute path (Nick Wellnhofer), Add missing #include (Nick Wellnhofer), Adjust expected error messages in tests (Nick Wellnhofer), Make xsltDebug more quiet (Nick Wellnhofer), New-line terminate error message that missed this convention (Jan Pokorný), Use xmlBuffers in EXSLT string functions (Nick Wellnhofer), Switch to xmlUTF8Strsize in EXSLT string functions (Nick Wellnhofer), Check for return value of xmlUTF8Strlen (Nick Wellnhofer), Avoid double/long round trip in FORMAT_ITEM (Nick Wellnhofer), Separate date and duration structs (Nick Wellnhofer), Check for overflow in _exsltDateDifference (Nick Wellnhofer), Clamp seconds field of durations (Nick Wellnhofer), Change _exsltDateAddDurCalc parameter types (Nick Wellnhofer), Fix date:difference with time zones (Nick Wellnhofer), Rework division/remainder arithmetic in date.c (Nick Wellnhofer), Remove exsltDateCastDateToNumber (Nick Wellnhofer), Change internal representation of years (Nick Wellnhofer), Optimize IS_LEAP (Nick Wellnhofer), Link libraries with libm (Jussi Kukkonen), Rename xsltCopyTreeInternal to xsltCopyTree (Nick Wellnhofer), Update linker version script (Nick Wellnhofer), Add local wildcard to version script (Nick Wellnhofer), Make some symbols static (Nick Wellnhofer), Remove redundant NULL check in xsltNumberComp (mahendra.n), Fix forwards compatibility for imported stylesheets (Nick Wellnhofer), Reduce warnings in forwards-compatible mode (Nick Wellnhofer), Precompute XSLT elements after preprocessing (Nick Wellnhofer), Fix whitespace in xsltParseStylesheetTop (Nick Wellnhofer), Consolidate recursion checks (Nick Wellnhofer), Treat XSLT_STATE_STOPPED same as errors (Nick Wellnhofer), Make sure that XSLT_STATE_STOPPED isn't overwritten (Nick Wellnhofer), Add comment regarding built-in templates and params (Nick Wellnhofer), Rewrite memory management of local RVTs (Nick Wellnhofer), Validate QNames of attribute sets (Nick Wellnhofer), Add xsl:attribute-set regression tests (Nick Wellnhofer), Ignore imported stylesheets in xsltApplyAttributeSet (Nick Wellnhofer) @ text @$NetBSD: patch-ah,v 1.3 2012/11/27 12:17:51 adam Exp $ Fix syms file for stricter solaris ld --- libxslt/libxslt_solaris.syms.orig 2012-11-27 12:04:43.000000000 +0000 +++ libxslt/libxslt_solaris.syms @@@@ -107,7 +107,7 @@@@ LIBXML2_1.0.11 { xsltFreeCompMatchList; xsltFreeTemplateHashes; xsltGetTemplate; - xsltMatchPattern; +# xsltMatchPattern; xsltTestCompMatchList; # preproc @@@@ -407,7 +407,7 @@@@ LIBXML2_1.1.18 { global: # xsltInternals - xsltConstNamespaceNameXSLT; # variable +# xsltConstNamespaceNameXSLT; # variable xsltExtensionInstructionResultFinalize; xsltExtensionInstructionResultRegister; xsltInitCtxtKey; @@@@ -416,24 +416,24 @@@@ LIBXML2_1.1.18 { xsltInit; # xsltInternals - xsltParseAnyXSLTElem; - xsltParseSequenceConstructor; - xsltPointerListAddSize; - xsltPointerListClear; - xsltPointerListCreate; - xsltPointerListFree; +# xsltParseAnyXSLTElem; +# xsltParseSequenceConstructor; +# xsltPointerListAddSize; +# xsltPointerListClear; +# xsltPointerListCreate; +# xsltPointerListFree; xsltRegisterLocalRVT; xsltReleaseRVT; - xsltRestoreDocumentNamespaces; +# xsltRestoreDocumentNamespaces; # extensions - xsltStyleStylesheetLevelGetExtData; +# xsltStyleStylesheetLevelGetExtData; # xsltInternals # xsltTransStorageAdd; removed in 1.1.28 # xsltTransStorageRemove; removed in 1.1.28 xsltUninit; - xsltXSLTAttrMarker; # variable +# xsltXSLTAttrMarker; # variable } LIBXML2_1.1.9; LIBXML2_1.1.20 { @@@@ -476,6 +476,10 @@@@ LIBXML2_1.1.26 { # transform xsltProcessOneNode; + +# Solaris ld needs explicit auto-reduction (or, alternatively, "-B local") + local: + *; } LIBXML2_1.1.25; LIBXML2_1.1.27 { @ 1.3 log @Changes 1.1.28: Portability: * Fix python build by using libxsltmod_la_CPPFLAGS instead of AM_CPPFLAGS, * configure should be more careful with linker script, * add gcrypt library in LIBADD, not LDFLAGS, as recommended Bug fixes: * Fix generate-id() to avoid generating the same ID, * Fix crash with empty xsl:key/@@match attribute, * Crash when passing an uninitialized variable to document(), * Add missing test docs to EXTRA_DIST, * Fix regression: Default namespace not correctly used Cleanups: * Remove xsltTransStorageAdd and xsltTransStorageRemove from symbols.xml, * autogen.sh cleanup, * consistent use of xslt processor, * Add object files in tests/plugins to .gitignore, * Fix error on bug-165 regression test, * Remove xsltTransStorageAdd and xsltTransStorageRemove @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Changes 1.1.27: Portability: * xincludestyle wasn't protected with LIBXML_XINCLUDE_ENABLED, * Portability fix for testThreads.c, * FreeBSD portability fixes, * check for gmtime - on mingw* hosts will enable date-time function, * use only native crypto-API for mingw* hosts, * autogen: Only check for libtoolize, * minimal mingw support, * configure: acconfig.h is deprecated since autoconf-2.50, * Fix a small out of tree compilation issue, * Fix python generator to not use deprecated xmllib, * link python module with python library Documentation: * Tiny doc improvement, * Various documentation fixes for docs on internals Bug fixes @ text @d1 1 a1 1 $NetBSD: patch-ah,v 1.1 2010/09/08 13:53:00 tez Exp $ d5 1 a5 1 --- libxslt/libxslt_solaris.syms.orig 2012-09-15 09:51:49.000000000 +0000 d12 1 a12 1 +# xsltMatchPattern; d21 1 a21 1 +# xsltConstNamespaceNameXSLT; # variable d35 6 a40 6 +# xsltParseAnyXSLTElem; +# xsltParseSequenceConstructor; +# xsltPointerListAddSize; +# xsltPointerListClear; +# xsltPointerListCreate; +# xsltPointerListFree; d44 1 a44 1 +# xsltRestoreDocumentNamespaces; d48 1 a48 1 +# xsltStyleStylesheetLevelGetExtData; d51 2 a52 4 - xsltTransStorageAdd; - xsltTransStorageRemove; +# xsltTransStorageAdd; +# xsltTransStorageRemove; d55 1 a55 1 +# xsltXSLTAttrMarker; # variable @ 1.1 log @fix build using solaris ld which is more picky about not ignoring bogus stuff in the symbol file, by copying to an alternate file and patching. based on info from http://www.mail-archive.com/xml@@gnome.org/msg07624.html @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 fix syms file for stricter solaris ld d5 3 a7 3 --- libxslt/libxslt_solaris.syms.orig 2010-08-23 15:27:58.923572700 -0500 +++ libxslt/libxslt_solaris.syms 2010-08-23 15:32:43.661353200 -0500 @@@@ -107,7 +107,7 @@@@ d16 1 a16 1 @@@@ -406,7 +406,7 @@@@ d25 1 a25 1 @@@@ -415,24 +415,24 @@@@ d61 1 a61 1 @@@@ -475,5 +475,9 @@@@ d71 1 @