summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-libs/libxslt: drop 1.1.41Sam James2024-12-071-1/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libxslt: add 1.1.42Sam James2024-11-101-0/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libxslt: add 1.1.41Sam James2024-07-041-0/+1
| | | | | | | | | | | | I did backport patches to help work with older libxml2 but the tests don't build (implicit func decls) and then I saw Nick mention in a bug [0] that 2.13 is required to fix all known problems anyway, so let's require that (sorry). [0] https://gitlab.gnome.org/GNOME/libxslt/-/issues/116#note_2155804 Closes: https://bugs.gentoo.org/935151 Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libxslt: drop 1.1.37-r1, 1.1.38Sam James2023-12-281-2/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libxslt: Version bump to 1.1.39Guillermo Joandet2023-11-171-0/+1
| | | | | | Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33857 Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libxslt: Version bump to 1.1.38Guillermo Joandet2023-05-101-0/+1
| | | | | | Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/30932 Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libxslt: drop 1.1.35Sam James2022-10-281-1/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libxslt: drop 1.1.36Sam James2022-08-291-1/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libxslt: add 1.1.37Sam James2022-08-291-0/+1
| | | | | | | | | | | | | Upstream release is made with latest automake version but that doesn't include mgorny's fix, so it's still a bit broken, and we need to use python_optimize [0]. I've asked upstream (automake) for a new release but not sure if it'll happen. Even then, would take a while to filter into e.g. Debian. [0] https://git.savannah.gnu.org/cgit/automake.git/commit/?id=bde43d0481ff540418271ac37012a574a4fcf097 Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libxslt: add 1.1.36Sam James2022-08-181-0/+1
| | | | | Bug: https://bugs.gentoo.org/582130 Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libxslt: drop 1.1.34-r2Sam James2022-04-171-2/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libxslt: add 1.1.35Sam James2022-02-171-0/+1
| | | | | | | | | Note that maintainership has officially changed and verify-sig is therefore dropped for now as upstream aren't offering PGP signatures for now: https://gitlab.gnome.org/GNOME/libxml2/-/issues/313#note_1387405. Closes: https://bugs.gentoo.org/833508 Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libxslt: add verify-sig supportSam James2021-05-131-0/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/libxslt: Remove oldMichał Górny2020-11-081-2/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-libs/libxslt: security bump to 1.1.34Sam James2020-07-291-0/+1
| | | | | | | | | | | | | Note that we need the new dev-libs/libxml-2.9.10:2 in order for tests to build successfully. Let's require it in general because upstream may have written their code expecting other properties which didn't show up during testing. Bug: https://bugs.gentoo.org/700386 Closes: https://bugs.gentoo.org/703274 Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-libs/libxslt: security cleanupThomas Deutschmann2019-07-071-1/+0
| | | | | | Bug: https://bugs.gentoo.org/684206 Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-libs/libxslt: bump with patch for CVE-2019-11068Robin H. Johnson2019-05-131-0/+2
| | | | | | Fixes: https://bugs.gentoo.org/684206 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-libs/libxslt: remove oldMart Raudsepp2018-09-171-1/+0
| | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10
* dev-libs/libxslt: bump to 1.1.32Mart Raudsepp2018-04-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop the m4 patch that adds CXXFLAGS with unknown reasons of existing; it shouldn't be necessary as no AC_LANG([C++]) or such is used in configure.ac, so lets try without. simplify-python and python static modules disabling patches are kept for now, just having to adjust for the upstream rename of configure.in to configure.ac xslt-config breakage was fixed upstream in a different way, thus should not need that patch anymore, either. xlocale.h glibc removal was handled differently as well, via AC_CHECK_HEADERS([locale.h xlocale.h]) AC_CHECK_FUNCS([strxfrm_l]) with HAVE_LOCALE_H and HAVE_XLOCALE_H in the installed xsltlocale.h, about which I'm not sure how consumers are supposed to handle it when directly or indirectly including xsltlocale.h (presumably doing their own AC_CHECK_HEADERS call?), but that similar before as well via ifdef XSLT_LOCALE_XLOCALE in 1.1.30. "rm -r .. || die" instead of "rm -rf .." while here and fix unnecessary removal of non-existing non-python examples. There actually is a C example, but not installed (due to requiring ICU), so we'd have to doins it instead with USE=examples, but meh. Due to no -f, python examples have to be removed only if use python. Closes: https://bugs.gentoo.org/632214 Bug: https://bugs.gentoo.org/637310 Package-Manager: Portage-2.3.28, Repoman-2.3.9
* dev-libs/libxslt: security cleanupMart Raudsepp2018-03-021-1/+0
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/libxslt: stable 1.1.30-r2 for sparc, bug #635938 (thanks to Rolf ↵Sergei Trofimovich2017-12-021-1/+1
| | | | | | | Eike Beer) Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
* dev-libs/libxslt: stable 1.1.30-r2 for hppa, bug #635938Sergei Trofimovich2017-11-231-1/+1
| | | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="hppa"
* dev-libs/libxslt: security version bump 1.1.29-r1 → 1.1.30Gilles Dartiguelongue2017-09-051-0/+1
| | | | | | Refs: https://bugs.gentoo.org/show_bug.cgi?id=598204 Refs: https://bugs.gentoo.org/show_bug.cgi?id=612194 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-libs/libxslt: remove old.Michael Weber2017-03-291-1/+0
| | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --include-arches="arm arm64 ppc ppc64"
* dev-libs/libxslt: Version bumpPacho Ramos2016-05-291-0/+1
| | | | Package-Manager: portage-2.3.0_rc1
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+1
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed