summaryrefslogtreecommitdiff
path: root/textproc/libxslt
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-9/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-08-07add patch from upstream CVS to fix buffer overflow in RC4 cryptodrochner3-2/+177
code (CVE-2008-2935), bump PKGREVISION
2008-05-22update to libxslt 1.2.4recht3-7/+8
fixes the security issue reported in: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1767 http://secunia.com/advisories/30315/ http://bugzilla.gnome.org/show_bug.cgi?id=527297 1.1.24: May 13 20088: - Documentation: man page fix (Vincent Lefevre). - Bug fixes: pattern bug fix, key initialization problems, exclusion of unknown namespaced element on top of stylesheets, python generator syntactic cleanup (Martin)
2008-04-18textproc/libxslt [1.22 -> 1.2.23]bjs3-20/+20
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.
2008-03-11PR pkg/38224: Another case of me doing a bad LOWER_OPSYS totnn1-2/+2
MACHINE_PLATFORM conversion. Will revist all of these to make sure they were correct.
2007-10-16Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead.tnn1-2/+2
2007-08-29Update to 1.1.22, provided by Blair Sadewitz in private mail:wiz4-15/+15
* Bug fixes: RVT cleanup problems (William Brack), exclude-result-prefix bug (William Brack), stylesheet compilation error handling (Rob Richards). * Portability fixes: improve build with VS2005 (Rob Richards), fixing build on AIX (Bjorn Wiberg), fix the security file checks on Windows (Roland Schwarz and Rob Richards). * Improvement: add an --encoding option to xsltproc (Drazen Kacar).
2007-07-12update to 1.1.21drochner3-97/+6
changes: bugfixes, documentation update
2007-02-05Update MASTER_SITES, xmlsoft.org seems to have problemsadam2-8/+9
2007-02-01update to 1.1.20drochner8-66/+122
changes: -Portability fixes -Bug fixes -python stylesheet compare and transform context access -EXSLT string replace support -xsltproc better low level error handling mostly from Blair Sadewitz per mail to tech-pkg
2007-01-16Updated libxslt to 1.1.19.rillig3-26/+6
Changes since 1.1.18: 1.1.19: Nov 29 2006: - Bug fixes: entities within attributes (William Brack), Python detection problem (Joseph Sacco), in-scope namespace bug (Mike Hommey), Result value tree caching bug (William Brack)
2006-11-22./configure demands libxml2>=2.6.27.ghen1-2/+2
2006-11-21Add a patch from libxslt CVS:recht3-2/+22
* libxslt/transform.c: fixed problem with entity handling within xsltCopyAttrListNoOverwrite (#352907) http://bugzilla.gnome.org/show_bug.cgi?id=352907
2006-11-05DESTDIR support.joerg1-1/+2
2006-10-30update to 1.1.18drochner3-10/+12
changes: -portability and build fixes -bug fixes -improvements: internal cleanup, new xsltproc flag to apply Xinclude to stylesheets -documentation improvements
2006-10-01added support for IRIX 5schwarz1-1/+6
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-08correct libxml2 dependency, from Masao Uebayashidrochner1-2/+2
2006-06-13update to 1.1.17drochner2-6/+6
changes: -bug fixes: some regression tests, attribute/namespaces output, problem in mixed xsl:value-of and xsl:text uses -improvements: internal refactoring, use of the XPath object cache in libxml2-2.6.25
2006-05-03update to 1.1.16drochner4-15/+16
changes: portability fixes (Solaris, IRIX, HP-UX)
2006-04-12The documentation files are installed into share/doc instead ofrillig4-106/+97
share/doc/html. Bumped PKGREVISION.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed2-5/+5
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg2-3/+4
2005-12-24Missed "make mps".kim1-1/+3
2005-12-24There is no "==" operator in test(1).kim2-0/+26
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+1
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-09-05update to 1.1.15recht2-6/+6
1.1.15: Sep 04 2005: - build fixes: Windows build cleanups and updates (Igor Zlatkovic), remove jhbuild warnings - bug fixes: negative number formatting (William Brack), number formatting per mille definition (William Brack), XInclude default values (William), text copy bugs (William), bug related to xmlXPathContext size, reuse libxml2 memory management for text nodes, dictionnary text bug, forbid variables in match (needs libxml2-2.6.21) - improvements: EXSLT dyn:map (Mark Vakoc), - documentation: EXSLT date and time functions namespace in man (Jonathan Wakely)
2005-07-16Remove some unnecessarily strong dependencies on perl that resultedjlam2-4/+2
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-3/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-04-09update to libxslt-1.1.4recht2-7/+7
update BUILDLINK_DEPENDS on libxml2 to 2.6.17 (for module support) noted by reed@ 1.1.14: Apr 02 2005: - bug fixes: text node on stylesheet document without a dictionary (William Brack), more checking of XSLT syntax, calling xsltInit() multiple times, mode values interning raised by Mark Vakoc, bug in pattern matching with ancestors, bug in patterna matching with cascading select, xinclude and document() problem, build outside of source tree (Mike Castle) - improvement: added a --nodict mode to xsltproc to check problems for docuemtns without dictionnaries
2005-03-21update to libxslt-1.1.13recht3-19/+19
1.1.13: Mar 13 2005: - build fixes: 64bits cleanup (William Brack), python 2.4 test (William), LIBXSLT_VERSION_EXTRA on Windows (William), Windows makefiles fixes (Joel Reed), libgcrypt-devel requires for RPM spec. - bug fixes: exslt day-of-week-in-month (Sal Paradise), xsl:call-template should not change the current template rule (William Brack), evaluation of global variables (William Brack), RVT's in XPath predicates (William), namespace URI on template names (Mark Vakoc), stat() for Windows patch (Aleksey Gurtovoy), pattern expression fixes (William Brack), out of memory detection misses (William), parserOptions propagation (William), exclude-result-prefixes fix (William), // patten fix (William). - extensions: module support (Joel Reed), dictionnary based speedups trying to get rid of xmlStrEqual as much as possible. - documentation: added Wiki (Joel Reed)
2005-03-20Include sys/types.h and stdint.h if they are available.recht2-1/+20
Fixes the build on DragonFly. patch provided by Todd Willey in PR 29276
2005-02-24Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-12-30Backout last change because the check in "buildlink3.mk" doesn't worktron2-20/+4
and therefore causes build failures in e.g. the "kdewebdev3" package.
2004-12-28If the crypto option has not been enabled, don't depend on libgcrypt,xtraeme1-2/+7
make it conditionally.
2004-12-28Add an option to disable the crypto extensions (it's enabled by defaultxtraeme1-2/+13
as before) so users that don't need this, can disable it via PKG_OPTIONS.libxslt=-crypto.
2004-10-31update to libxslt-1.1.12recht4-19/+23
1.1.12: Oct 29 2004: - build fixes: warnings removal (William). - bug fixes: attribute document pointer fix (Mark Vakoc), exslt date negative periods (William Brack), generated tree structure fixes, namespace lookup fix, use reentrant gmtime_r (William Brack), exslt:funtion namespace fix (William), potential NULL pointer reference (Dennis Dams, William), force string interning on generated documents. - documentation: update of the second tutorial (Panagiotis Louridas), add exslt doc in rpm packages, fix the xsltproc man page.
2004-10-25Update textproc/libxslt to 1.1.11.xtraeme3-7/+10
Changes: - bug fixes: xsl:include problems (William Brack), UTF8 number pattern (William), date-time validation (William), namespace fix (William), various Exslt date fixes (William), error callback fixes, leak with namespaced global variable, attempt to fix a weird problem #153137 - improvements: exslt:date-sum tests (Derek Poon) - documentation: second tutorial by Panagiotis Lourida
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-9/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-02Update to 1.1.10:jmmv3-8/+8
- build fix: NUL in c file blocking compilation on Solaris, Windows build (Igor Zlatkovic) - fix: key initialization problem (William Brack) - documentation: fixed missing man page description for --path
2004-08-24update to 1.1.9drochner3-8/+8
changes: -improvements: EXSLT date:sum added (Joel Reed), hook for document loading for David Hyatt, xsltproc --nodtdattr to avoid defaulting DTD attributes, extend xsltproc --version with CVS stamp (William). +bugfixes
2004-07-06Raise DEPENDS to the latest and greatest (1.1.8) since, as noted by wiz,recht1-2/+2
we have to do a recursive PKGREVISION bump anyway since libxslt now needs libgcrypt..
2004-07-06libxslt needs libgcrypt to buildrecht2-2/+4