summaryrefslogtreecommitdiff
path: root/textproc/libxslt
AgeCommit message (Collapse)AuthorFilesLines
2022-11-23massive revision bump after textproc/icu updateadam2-3/+4
2022-10-13{py-,}libxslt: update to 1.1.37wiz7-304/+63
v1.1.37: Aug 29 2022 ### Improvements - Don't use deprecated libxml2 macros - Don't mess with xmlDefaultSAXHandler ### Build system - Require automake-1.16.3 or later - Remove generated files from distribution - Add missing compile definition for static builds to Autotools (Mike Dalessio) v1.1.36: Aug 17 2022 ### Removals and deprecations - Remove SVN keyword anchors - Remove CVS and SVN-related code - Remove README.cvs-commits - Remove ChangeLog - Remove xsltwin32config.h ### Improvements - Simplify xsltexports.h and exsltexports.h - Don't overlink executables with gcrypt - Fix quadratic behavior with variables and parameters - Remove case labels with XPointer location types - Add configure~ to .gitignore - Stop calling deprecated libxml2 functions ### Portability - Use portable python shebangs (David Seifert) - Remove useless __CYGWIN__ checks - Remove cruft from win32config.h - crypto.c: Silence a compiler warning on Windows (Chun-wei Fan) ### Build system - Add missing compile definition for static builds to CMake - Avoid obsolescent `test -a` constructs (David Seifert) - Only link libxml2 statically in purely static build - Set AC_CONFIG_MACRO_DIR - Allow AM_MAINTAINER_MODE to be disabled - Streamline and fix documentation installation - Don't try to recreate COPYING symlink - Remove special configuration for certain maintainers - configure.ac: produce tar.xz only (GNOME policy) (David Seifert) - Detect libm using libtool's macros (David Seifert) - configure.ac: disable static libraries by default (David Seifert) - python/Makefile.am: nest python docs in $(docdir) (David Seifert) - python/Makefile.am: rely on global AM_INIT_AUTOMAKE (David Seifert) - configure.ac: remove useless AC_SUBST (David Seifert) - Use AM_PATH_PYTHON/PKG_CHECK_MODULES for python bindings (David Seifert) - Change libxml2 Python config - Don't check for standard C89 library functions - Don't check for standard C89 headers - Remove --with-html-dir option - Also check for glibtoolize in autogen.sh - Rework documentation build system - Remove old website - CMake: Relax check for enabling crypto support on Windows (Chun-wei Fan) - Remove obsolete AC_HEADER_STDC autoconf macro (Vadim Zeitlin) - Remove special configuration for old maintainers ### Test suite, CI - Remove test involving XPointer range-to function - Test recursion in EXSLT dynamic functions - Add CI job for static build ### Documentation - Move tutorial images v1.1.35: Feb 16 2022: - Security: [CVE-2021-30560] Fix use-after-free in xsltApplyTemplates Fix memory leak in xsltDocumentElem (David King) Fix memory leak in xsltCompileIdKeyPattern (David King) Fix double-free with stylesheets containing entity nodes - Fixed regressions: Fix performance regression with predicates in patterns Fix regression in xsltComputeSortResult - Bug fixes: Fix conflict resolution for templates with same priority Fix xsl:number generating invalid UTF-8 Support attribute value templates in xsl:sort lang attributes Don't pass first <xsl:sort> in <xsl:apply-templates> twice Fix quadratic runtime with text and <xsl:message> Don't allow empty EXSLT durations - Improvements: Add xsltproc --huge Argument via libxml XML_PARSE_HUGE (William N. Braswell, Jr.) - Tests, code quality, fuzzing: Remove .travis.yml Fix some misleading indentation (David King) Use actual types for templates in struct _xsltStylesheet Add CI for CMake on MSVC (Markus Rickert) Check for null pointer before calling freelocale Add CI test for Python 3 Don't set maxDepth in XPath contexts Transfer XPath limits to XPtr context Stop using maxParserDepth XPath limit Make long-to-double cast explicit in date.c Disable LeakSanitizer Run clang CI tests with -Wimplicit-int-conversion Fix implicit-int-conversion warning in exslt/crypto.c Fix clang -Wimplicit-int-conversion warning (David Kilzer) Fix clang -Wconditional-uninitialized warning in libxslt/numbers.c (David Kilzer) Fix -Wshadow warnings in libexslt/dynamic.c (David Kilzer) Also search parent dir for source XML when fuzzing - Build system, portability: Add CMake build files (Markus Rickert) Initial support for Python 3 (Suleyman Poyraz) Call ANSI versions of WinAPI functions explicitly Remove redundant flags from pkg-config files Suppress automake warning in tests/XSLTMark Fix linking libexslt dynamic library when using MinGW (Vadim Zeitlin) Added platform specific path separators (Dmitriy Korovkin) win32: allow passing *FLAGS on command line Fix export of xsltExtMarker on Windows (David Kilzer) Fix redundant includes already in libexslt.h (David Kilzer) Minor fixes to configure.js Fix variable syntax in Python configuration Add new EXSLT string tests to EXTRA_DIST Fix xml2-config check in configure script win32: Add configuration for profiler (Chun-wei Fan) Check whether 'xml2-config --dynamic' is supported - Documentation: Add Makefile rule to regenerate xsltproc.html Update links Remove MAINTAINERS Upload documentation to GitLab Pages Add documentation in devhelp format Add --enable-rebuild-docs configure option Fix libexslt header summaries Fix validity of tutorial XML (David King) Use DocBook URL for tutorial DTD (David King) Update libxslt.doap Add missing options to xsltproc man page
2022-09-13libxslt: address CVE-2021-30560gutteridge3-3/+163
Cherry-picked from the (new) upstream's 1.1.35 release.
2022-06-28*: recursive bump for perl 5.36wiz2-4/+4
2022-04-18revbump for textproc/icu updateadam2-4/+4
2021-12-08revbump for icu and libffiadam2-4/+4
2021-10-26textproc: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./textproc/convertlit/distinfo clit18src.zip
2021-10-07textproc: Remove SHA1 hashes for distfilesnia1-2/+1
2021-05-24*: recursive bump for perl 5.34wiz1-2/+2
2021-05-24libxslt: fix libxml2 detection with libxml2 >= 2.9.11mcf2-1/+19
xml2-config from libxml2 >= 2.9.11 now exits with non-zero status for invalid arguments. libxslt called xml2-config with the invalid `print` option to probe for its existence, so with new libxml2 it now skipped detection via xml2-config entirely causing a build failure. Apply upstream patch to correct this invalid xml2-config usage.
2021-04-21revbump for textproc/icuadam2-4/+4
2020-11-05*: Recursive revbump from textproc/icu-68.1ryoon2-4/+4
2020-08-31*: bump PKGREVISION for perl-5.32.wiz1-2/+2
2020-06-02Revbump for icuadam2-4/+4
2020-04-02libxslt: fix man pagewiz1-1/+11
Addresses PR 55123 with a SUBST_SED. Bump PKGREVISION.
2019-11-06libxslt: update to 1.1.34.wiz5-14/+13
The release is out, includes a number of bug fixes and portability patches. Some improvement about enabling fuzzers and removings some of the issues found, some having security implications, users are invited to upgrade. Documentation: - Fix EXSLT web pages (Nick Wellnhofer) - Regenerate web pages (Nick Wellnhofer) - Fix Git link in news.html (Nick Wellnhofer) - Minor documentation fixes after recent changes (Nick Wellnhofer) - Fix typos (Jan Pokorný) - Regenerate symbols and API docs (Nick Wellnhofer) - Regenerate EXSLT website (Nick Wellnhofer) Portability: - Remove stubs when compiling without debugger or profiler (Nick Wellnhofer) - configure.ac: Invoke PKG_CHECK_MODULES for building shared libraries (Hugh McMaster) - configure.ac: Conditionally determine whether xml2-config should pass shared libraries or static libraries (Hugh McMaster) - xslt-config.in: Fix broken --prefix=DIR support (Hugh McMaster) - libexslt.pc.in: Do not expose private library dependencies unless invoked (Hugh McMaster) - libxslt.pc.in: Do not expose private library dependencies unless invoked (Hugh McMaster) - Fix -Wformat-overflow warning (GCC 9) (Nick Wellnhofer) - Stop including ansidecl.h (Nick Wellnhofer) - Remove WIN32_EXTRA_* variables (Nick Wellnhofer) - Fix vsnprintf in Python bindings on Windows (Nick Wellnhofer) - Build without winsock (Nick Wellnhofer) - Stop redefining snprintf on MinGW (Nick Wellnhofer) Bug Fixes: - xsl:template without name and match attributes should not be allowed (Nikolai Weibull) - Make sure that Python tests exit with error code (Nick Wellnhofer) - Improve handling of invalid UTF-8 in format-number (Nick Wellnhofer) - Fix dangling pointer in xsltCopyText (Nick Wellnhofer) - Fix memory leak in pattern compilation error path (Nick Wellnhofer) - Fix uninitialized read with UTF-8 grouping chars (Nick Wellnhofer) - Fix integer overflow in FORMAT_GYEAR (Nick Wellnhofer) - Fix performance regression with xsl:number (Nick Wellnhofer) - Backup XPath context node in xsltInitCtxtKey (Nick Wellnhofer) - Fix unsigned integer overflow in date.c (Nick Wellnhofer) - Fix insertion of xsl:fallback content (Nick Wellnhofer) - Avoid quadratic behavior in xsltSaveResultTo (Nick Wellnhofer) - Fix numbering in non-Latin scripts (Nick Wellnhofer) - Fix uninitialized read of xsl:number token (Nick Wellnhofer) - Fix integer overflow in _exsltDateDayInWeek (Nick Wellnhofer) - Rework xsltAttrVT allocation (Nick Wellnhofer) - Fix check of xsltTestCompMatch return value (Nick Wellnhofer) - Fix security framework bypass (Nick Wellnhofer) - Use xmlNewTextChild in EXSLT dyn:map (Nick Wellnhofer) - Fix float casts in exsltDateDuration (Nick Wellnhofer) - Always set context node before calling XPath iterators (Nick Wellnhofer) - Fix attribute precedence with xsl:use-attribute-sets (Nick Wellnhofer) - Backup context node in exsltFuncFunctionFunction (Nick Wellnhofer) - Initialize ctxt->output before evaluating global vars (Nick Wellnhofer) - Fix memory leak in EXSLT functions error path (Nick Wellnhofer) Improvements: - Enable continuous integration via GitLab CI (Nick Wellnhofer) - Fix -Wimplicit-fallthrough warnings (Nick Wellnhofer) - Adjust number of API index pages (Nick Wellnhofer) - Make xsltCompileRelativePathPattern non-recursive (Nick Wellnhofer) - Check that crypto:rc4_decrypt produces valid UTF-8 (Nick Wellnhofer) - Avoid recursion in keys.c:skipPredicate (Nick Wellnhofer) - xslt-config.in: Simply handling of $all_flags (Hugh McMaster) - xslt-config.in: Add a --dynamic option to --libs (Hugh McMaster) - xslt-config.in: Simplify basic library handling (Hugh McMaster) - xslt-config.in: Remove unused variable (Hugh McMaster) - xslt-config: Simply handling of --cflags (Hugh McMaster) - Add Travis test with MemorySanitizer (Nick Wellnhofer) - Run Travis ASan tests under Xenial (Nick Wellnhofer) - Improve fuzzers (Nick Wellnhofer) - Always reuse XPath context (Nick Wellnhofer) - Compile with -Wextra (Nick Wellnhofer) - Make profiler support optional (Nick Wellnhofer) - Hide unused code when compiling without debugger (Nick Wellnhofer) - Reorganize fuzzing code (Nick Wellnhofer) - Simplify .gitignore (Nick Wellnhofer) - Optional operation limit (Nick Wellnhofer) - Improve seed corpus and dictionary (Nick Wellnhofer) - Reuse XPath context when compiling stylesheets (Nick Wellnhofer) - Reuse XPath context in dyn:map (Nick Wellnhofer) - Reuse XPath context in saxon:expression (Nick Wellnhofer) - Add libFuzzer targets (Nick Wellnhofer) - Adjust error message in expected test output (Nick Wellnhofer) - Change bug tracker URL (Nick Wellnhofer) - Change git repo URL (Nick Wellnhofer) - Regenerate NEWS (Nick Wellnhofer) - Fix misleading indentation in security.c (Nick Wellnhofer) Cleanups: - Remove empty TODO file (Nick Wellnhofer) - Remove generated file libxsltclass.txt from version control (Nick Wellnhofer) - Rebuild docs (Nick Wellnhofer) Thanks to Nick and everybody who helped to build this release!
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz1-1/+2
2019-01-09libxslt: updated to 1.1.33adam4-11/+10
v1.1.33: Portability: Variables need 'extern' in static lib on Cygwin Really declare dllexport/dllimport for Cygwin Fix callback signatures in Python bindings Fix transform callback signatures Fix extension callback signatures Fix deallocator signatures Fix XPath callback signatures Fix hash callback signatures Bug Fixes: Don't cache direct evaluation of patterns with variables Move function result RVTs to context variable Fix EXSLT functions returning RVTs from outer scopes Fix handling of RVTs returned from nested EXSLT functions Fix typos Improvements: Run Travis ASan tests with "sudo: required" Cleanups: Remove doc/libxslt-decl.txt Docs for 1.1.32 release
2018-08-22Recursive bump for perl5-5.28.0wiz1-1/+2
2017-11-23libxslt: update to 1.1.32.wiz3-23/+7
1.1.32: Nov 02 2017 Portability: Add missing limits.h include (Nick Wellnhofer), Also run Windows tests with --maxdepth 200 (Nick Wellnhofer), Disable some MSVC warnings (Nick Wellnhofer), Fix deprecated Travis compiler flag (Nick Wellnhofer), Run general tests with maxdepth=200 (Nick Wellnhofer), Use _WIN32 macro instead of WIN32 (Nick Wellnhofer), Fix xsltproc newlines on Windows (Nick Wellnhofer), Fix Windows compiler warnings (Nick Wellnhofer), Rework locale feature tests (Nick Wellnhofer) Improvements: Rebuild win32/libxslt.def.src (Nick Wellnhofer), Fix compiler warnings in Python bindings (Nick Wellnhofer) v1.1.31: Oct 06 2017 Portability: Fix win32/configure.js (Nick Wellnhofer) Bug Fixes: Fix pkg-config related regressions in configure script (Nick Wellnhofer) Improvements: Adjust expected error output for libxml2 changes (Nick Wellnhofer), Misc autoconf updates (Nick Wellnhofer)
2017-09-11Fix for POSIX shell portabilityryoon2-2/+17
* Replace == with = in a test condition
2017-09-10Updated libxslt to 1.1.30.wiz5-138/+9
.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 <xsl:number level="any"/> 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)
2017-05-23Add patch for CVE-2017-5029tez3-3/+62
2017-05-16Fix previous. Turns out we provided setup.py (!), but it had no rcsiddholland2-36/+1
so I didn't notice. Fix rpath handling. Needs to link to libxml2mod.so explicitly.
2017-05-15PR pkg/47444 diro: py-libxslt is broken. Needs to link explicitly todholland2-1/+36
libxml2mod.so, so do that and fix rpath handling.
2017-01-19Convert all occurrences (353 by my count) ofagc1-3/+3
MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly.
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz1-1/+2
2016-05-29Updated libxslt to 1.1.29.wiz3-19/+27
Add Makefile.common for use by py-libxslt. 1.1.29: May 24 2016: - Security: CVE-2015-7995 Fix for type confusion in preprocessing attributes (Daniel Veillard) - Documentation: - Portability: Fix a portibility problem with previous commit (Eduard Sanou), Fix MingW build (Nick Wellnhofer), Correctly emulate snprintf on older MSVC versions (Nick Wellnhofer), Add Python script to run some tests on Windows (Nick Wellnhofer), Remove /OPT:NOWIN98 option (Nick Wellnhofer), Visual Studio 14 CTP defines snprintf() (Daniel Veillard), Use AC_PATH_TOOL to find libgcrypt-config and xml2-config (Micha¿ Górny), Use $libdir for LIBXSLT_DEFAULT_PLUGINS_PATH (larryhaja), Use mkdir macro also in case if mingw32. (Lars Kanis), Add math library to executable link flags (Nick Wellnhofer), Fix quoting of xlocale test program in configure.in (Nick Wellnhofer) - Bug Fixes: Fix OOB heap read in xsltExtModuleRegisterDynamic (Nick Wellnhofer), Remove CDATA markup from libxslt_tutorial.c (Nick Wellnhofer), Remove generated headers from dist tarball (Nick Wellnhofer), Mark XML file argument as repeatable (Nick Wellnhofer), Keep timezone in date:add (Nick Wellnhofer), Fix buffer overflow in exsltDateFormat (Nick Wellnhofer), Fix saxon:line-number with namespace nodes (Nick Wellnhofer), Fix dyn:map with namespace nodes (Nick Wellnhofer), Fix error handling in Saxon extension functions (Nick Wellnhofer), Fix double free in libexslt hash functions (Nick Wellnhofer), Fix libxslt format warnings (David Kilzer), Fix xsltNumberFormatGetMultipleLevel (Nick Wellnhofer), Fix use-after-free in xsltDocumentFunctionLoadDocument (Nick Wellnhofer), Always initialize EXSLT month and day to 1 (Nick Wellnhofer), Fix possible NULL pointer deref in transform.c (mahendra.n), Fix possible NULL pointer deref in xsltCopyTextString (Nick Wellnhofer), Fix possible NULL pointer deref in libexslt/functions.c (Nick Wellnhofer), Fix possible NULL pointer deref in xsltproc.c (mahendra.n), Fix possible NULL pointer deref in preproc.c (mahendra.n), Fix LIBXSLT_DEFAULT_PLUGINS_PATH in xsltconfig.h (Nick Wellnhofer), Fix memory leak in xsltNumberFormat (Albert Astals Cid), Error in doc/Makefile.am (Brice De Bruyne), Detect attribute sets recursions in more cases (Daniel Veillard), Check name vales for attribute-set elements (Daniel Veillard), Fix hang with namespace-alias, fixes #700689 (Shaun McCance), Fix str:align with UTF-8 strings (Nick Wellnhofer), Fix for compiled XPath helpers (Nick Wellnhofer), Check return value of exsltFuncNewFunctionData (Nick Wellnhofer), Fix return value of xsltRegisterExtModuleElement (Nick Wellnhofer), Call xmlNodeGetSpacePreserve with element node (Nick Wellnhofer), Set namespaces before evaluating xsl:number (Nick Wellnhofer), Make --maxvars option work (Per Hedeland), Set correct context node when initializing xsl:keys (Nick Wellnhofer), Fix for bug 436589 (Imran Azeezullah), Memory leak in xsltCompileIdKeyPattern error path (Nick Wellnhofer), Fix handling of UTF-8 strings in EXSLT crypto module (Nick Wellnhofer), Fix certain patterns with predicates (Nick Wellnhofer), Fix direct pattern matching (Nick Wellnhofer), Fix str:padding to work with UTF-8 strings (Nick Wellnhofer), EXSLT function str:replace() is broken as-is (Nick Wellnhofer), Fix a couple of places where (f)printf parameters were broken (Daniel Veillard) - Improvements: Add support timestamps from environment (Daniel Veillard), Add missing tests to dist tarball (Nick Wellnhofer), Improve error message in xsltAddTemplate and fix test (Nick Wellnhofer), Allow REC tests with empty stdout (Nick Wellnhofer), Fix GPL license in HTML files as well (Nick Wellnhofer), Fix status message in EXSLT dynamic tests (Nick Wellnhofer), Add public function macros to xsltlocale.h (Nick Wellnhofer), Make valgrind tests work with libtool (Nick Wellnhofer), Add a couple of xsl:number tests (Nick Wellnhofer), Lower and upper bound for format token "i" (Nick Wellnhofer), Lower bound for format token "a" (Nick Wellnhofer), Handle negative xsl:number values (Nick Wellnhofer), Round xsl:number values to nearest integer (Nick Wellnhofer), Allow {URI}NCName syntax for user parameters (Nick Wellnhofer), Fix endTimer parameter type (Nick Wellnhofer), Fix error messages for unsupported methods (Nick Wellnhofer), Replace sprintf with snprintf (David Kilzer), Enforce two digit exponent under MSVC (Nick Wellnhofer), Rework xsltNumberFormat to fix warning (Nick Wellnhofer), Fix a couple of GPL licences found in the documentation (Daniel Veillard), Use hash table to lookup named templates (Christian Ceelen), Fix to reg tests post 737840 fix (Daniel Veillard), Don't fail build the man page if xsltproc is not present (Daniel Veillard), Re-adding xsltproc.1 (Daniel Veillard), Fix time type in xsltSaveProfiling (Nick Wellnhofer), Remove unused parameters (Nick Wellnhofer), Suppress unused variable warning. (Nick Wellnhofer), Remove unused variable in xsltGenerateIdFunction (Nick Wellnhofer), Add test case for XPath function args in error case (Nick Wellnhofer), Add comment about known-to-fail test (Nick Wellnhofer), Adjust expected test output (Nick Wellnhofer), Helper functions to evaluate compiled XPath expressions (Nick Wellnhofer), Add tests for crypto:rc4 (Nick Wellnhofer), Add first test case for EXSLT crypto module (Nick Wellnhofer), Separate function for predicate matching in patterns (Nick Wellnhofer), Initialize pseudo random number generator with current time or optional command line parameter (Nils Werner), Adding doc update related to 1.1.28 (Daniel Veillard) - Cleanups: Remove bogus test file (Nick Wellnhofer), Add warning message to expected test output (Nick Wellnhofer)
2016-02-26Use OPSYSVARS.jperkin1-8/+6
2015-11-04Add SHA512 digests for distfiles for textproc categoryagc1-1/+2
Problems found locating distfiles: Package cabocha: missing distfile cabocha-0.68.tar.bz2 Package convertlit: missing distfile clit18src.zip Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-07-09fix typo (thanks dholland@)richard1-2/+2
2015-07-08Add docbook-xml and docbook-xsl to avoid nonet load failures as well asrichard2-4/+10
add to xsltproc-nonet.mk a variable XSLTPROC_PATH allowing packages to specify where to find locally files such as dtds, avoiding warnings like 'warning: failed to load external entity'. At the same time add a BUILD_DEPENDS to libxslt for xsltproc-nonet.mk and bump PKGREVISION.
2015-07-04avoid "compilation error: file ./xsltproc.xml line 10 element refentry"richard1-1/+4
by making sure docbook-xml and docbook-xsl available during build (per wiz@)
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-12-15The "rename" rule is a published synonym for the "opt" transform rule, howeverjperkin1-2/+2
only the latter is supported by cwrappers. Change them all to "opt" rules for consistency and to gain compatibility with cwrappers.
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2014-01-01Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump.wiz2-4/+4
2013-05-31Bump all packages for perl-5.18, thatwiz1-1/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-11-27Changes 1.1.28:adam3-25/+22
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
2012-10-25Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2012-09-15Also remove some patchesadam3-150/+0
2012-09-15Changes 1.1.27:adam4-29/+25
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
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd2-4/+4
2012-03-12Fix for CVE-2011-3970 from:tez3-3/+21
http://git.gnome.org/browse/libxslt/commit/?id=fe5a4fa33eb85bce3253ed3742b1ea6c4b59b41b per https://bugzilla.redhat.com/show_bug.cgi?id=788826
2011-04-22recursive bump from gettext-lib shlib bump.obache2-3/+4
2011-02-28Reset maintainer for retired developers.wiz1-2/+2
2010-09-08fix build using solaris ld which is more picky about not ignoring bogustez3-2/+80
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
2010-04-13update to 1.1.26drochner6-215/+51
changes: -fix for CVE-2008-2935 (was patched in pkgsrc) -misc fixes and improvements