Commit graph

100 commits

Author SHA1 Message Date
wiz
8292204475 *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
adam
f5e35d538b revbump for textproc/icu update 2022-04-18 19:09:40 +00:00
adam
b6d9bd86bc revbump for icu and libffi 2021-12-08 16:01:42 +00:00
nia
a643c936b3 textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
2021-10-26 11:21:28 +00:00
nia
e05b375eba textproc: Remove SHA1 hashes for distfiles 2021-10-07 15:00:34 +00:00
wiz
6eae1297d5 *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
wiz
bb2968b276 p5-XML-LibXML: update to 2.0207.
2.0207  2021-04-17
    - Small cleanups:
        - https://github.com/shlomif/perl-XML-LibXML/pull/63
        - Thanks to @Grinnz , @Kritzefitz and @atoomic .
2021-04-27 16:28:36 +00:00
adam
9d0e79c401 revbump for textproc/icu 2021-04-21 11:40:12 +00:00
ryoon
2831546220 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
wiz
c4ac7d28cd p5-XML-LibXML: update to 2.0206.
2.0206  2020-09-15
    - Add expand_entities => 1 to the instantiation at lib/XML/LibXML/SAX.pm
        - in order to fix https://rt.cpan.org/Public/Bug/Display.html?id=132759
        - failing XML-Simple tests
        - Thanks to SREZIC , and GRANTM .
    - Update HACKING.txt .
2020-09-20 07:46:55 +00:00
wiz
6decd27ede p5-XML-LibXML: remove unnecessary patch 2020-09-07 19:46:34 +00:00
wiz
4cd06f46ab p5-XML-LibXML: update to 2.0205.
2.0205  2020-05-08
    - Add XML::LibXML to the XML/SAX/ParserDetails.ini configuration file
    upon installation.
        - https://rt.cpan.org/Public/Bug/Display.html?id=132523
        - https://github.com/shlomif/perl-XML-LibXML/pull/49
        - Thanks to SREZIC , @genio , and @plicease .

2.0204  2020-03-17
    - Require a recent Alien::Libxml2.
        - https://rt.cpan.org/Public/Bug/Display.html?id=132129
        - Thanks to SREZIC

2.0203  2020-03-11
    - Use Alien::Base::Wrapper for better portability.
        - https://github.com/shlomif/perl-XML-LibXML/pull/45
        - Thanks to @plicease

2.0202  2020-01-13
    - Disable loading external DTDs or external entities by default
        - Thanks to Tim Retout
    - Docs: Noting that HTTPS doesn't work for schema-loading either.
        - Thanks to Jason McIntosh
    - Allow to parse RelaxNG without accessing network
        - Thanks to PALI
    - Allow to parse XML Schema without accessing network
        - Thanks to PALI
    - Add Test-Count assertion count checking using
      https://metacpan.org/pod/Code::TidyAll::Plugin::TestCount

2.0201  2019-05-25
    - Set MIN_PERL_VERSION to 5.8.1.
    - Alien::Libxml2 Makefile.PL cleanups.
    - Update the README for grammar and info.
    - Link to XML-LibXML "by Example"
        - https://github.com/shlomif/perl-XML-LibXML/pull/36
        - Thanks to @Grinnz .

2.0200  2019-03-23
    - Convert to use Alien::Libxml2 .
        - https://github.com/shlomif/perl-XML-LibXML/pull/30
        - Thanks to @genio and @plicease .
2020-09-07 16:59:46 +00:00
wiz
00da7815c0 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
adam
6bd0c30da6 Revbump for icu 2020-06-02 08:22:31 +00:00
wiz
84e123ddd2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
nia
d5c846b3af Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.

This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.

Reviewed by hand to hopefully make sure no unwanted changes sneak in.
2019-06-30 20:14:13 +00:00
wen
abbeaec7f3 Update to 2.0134
Upstream changes:
2.0134  2019-02-10
    - Fix overzealous POD escaping in the docs' synposes
        - https://github.com/shlomif/perl-XML-LibXML/issues/26
        - Thanks to @davorg.

2.0133  2019-02-02
    - Mark as working with libxml2 2.9.9 ( and below ).
    - Allow LibParser to be provided for all methods
        - https://github.com/shlomif/perl-XML-LibXML/pull/23
        - Thanks to @lavock .
    - Portability fixes by Reini Urban and others.
        - https://github.com/shlomif/perl-XML-LibXML/pull/18 .
        - Thanks!
2019-03-16 13:22:28 +00:00
wiz
93b46879c7 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
wen
7f6c7ee3eb Update to 2.0132
Upstream changes:
2.0132  2017-10-28
    - Revert setNamespace() enhancements that broke some dependent tests:
        - commit df9fdc6659cb2e4e9bc896e58c02dfd79b430fbb
        - add t/48_rt123379_setNamespace.t .
        - Thanks to Alexander Bluhm and Slaven Rezic for the reports and
        the test.

2.0131  2017-10-24
    - Re-include the missing *.pod documents.
        - https://rt.cpan.org/Ticket/Display.html?id=123362
        - Thanks to Stephen for the report.
        - Add t/pod-files-presence.t to test for it in the future.
    - Merge https://github.com/shlomif/perl-XML-LibXML/pull/8
        - Fix bug in Node::replaceChild()
        - Thanks to @Mipu94 .
2017-10-31 07:37:29 +00:00
wiz
a7dc4b98ea p5-XML-LibXML: update to 2.0130.
2.0130  2017-10-18
    - Fix the tests with libxml2-2.9.6 .
        - https://rt.cpan.org/Public/Bug/Display.html?id=122958
        - Thanks to Daniel Macks for the report and ppisar for a patch.
    - setNamespace() Enhancements.
        - Thanks to E. Choroba.
2017-10-23 13:05:55 +00:00
ryoon
b9d9d2fc30 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
wiz
ccbf548410 Updated p5-XML-LibXML to 2.0129.
2.0129  2017-03-14
    - Add example/create-sample-html-document.pl .
        - https://rt.cpan.org/Ticket/Display.html?id=117923
    - Add support for the set_document_locator() SAX method .
        - Thanks to Alexander Batyrshin for the pull-request.
    - Make parsing of large perl strings much faster.
        - https://github.com/shlomif/perl-XML-LibXML/pull/5
        - Thanks to Cedric Cellier for the pull-request.
2017-03-16 13:03:30 +00:00
mef
701f8d8092 Updated textproc/p5-XML-LibXML to 2.0128
----------------------------------------
2.0128  2016-07-24
    - Hopefully add the .pod files again as they were missing from 2.0127.
        - https://github.com/shlomif/perl-XML-LibXML/issues/3
        - Thanks to Paul Howarth for the report.
        - This was caused by ExtUtils::Manifest just warning that the files
        referenced in the "MANIFEST" file were not present and still
        continuing to prepare the archive as usual. A "do-what-I-don't-want-to"
        thing.
2016-07-26 14:16:49 +00:00
wiz
03cbcaeaed Updated p5-XML-LibXML to 2.0127.
2.0127  2016-07-22
    - Make sure t/release-kwalitee.t and other tests do not run by default.
        - Only with AUTHOR_TESTING or RELEASE_TESTING specified.
        - Thanks to Lance Wicks for the pull request.
        - https://rt.cpan.org/Ticket/Display.html?id=115586
        - https://rt.cpan.org/Ticket/Display.html?id=115859
2016-07-24 06:30:42 +00:00
wiz
2a3209401c Updated p5-XML-LibXML to 2.0126.
2.0126  2016-06-24
    - Workaround RT#114638:
        - 2.9.4 broke XSD Schema support.
        - https://rt.cpan.org/Public/Bug/Display.html?id=114638
        - https://github.com/shlomif/libxml2-2.9.4-reader-schema-regression
        - https://bugzilla.gnome.org/show_bug.cgi?id=766834
        - https://github.com/shlomif/perl-XML-LibXML/pull/1
        - Thanks to Paul for the report and to RURBAN for a pull-req.
    - Add t/release-kwalitee.t for testing CPANTS Kwalitee.
2016-06-30 17:42:38 +00:00
wiz
86a78fce2e Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
wiz
34eb6bcab4 Updated p5-XML-LibXML to 2.0125.
2.0125  2016-05-30
    - Moved the repository from Mercurial and BitBucket to Git and GitHub:
        - https://github.com/shlomif/perl-XML-LibXML
        - This was done to better encourage contributions to XML::LiBXML and
        to be able to use the better Continuous Integration options that
        are available for GitHub projects.
2016-06-06 11:55:36 +00:00
wiz
3aeb87e31f Update p5-XML-LibXML to 2.0124. Fix some pkglint while here.
2.0124  2016-02-27
    - Fix XML::LibXML::Text->attributes() to return an empty list in list
    context.
        - https://rt.cpan.org/Ticket/Display.html?id=112470
        - Thanks to Rob Dixon for the report.
2016-03-03 12:54:03 +00:00
wiz
52c6f63c37 Update p5-XML-LibXML to 2.0123:
2.0123  2015-12-06
    - Get rid of an undef-warning in XML::LibXML::Reader .
        - https://rt.cpan.org/Ticket/Display.html?id=106830
        - Thanks to Rich for the report and testcase.
    - Apply patch from Debian for rewording the documentation.
        - https://rt.cpan.org/Ticket/Display.html?id=110116
        - Some extra rewording has been done by SHLOMIF.
        - Thanks to Gregor Herrman and the Debian Team
2015-12-09 19:56:20 +00:00
agc
2eddae48e5 Add SHA512 digests for distfiles for textproc category
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-11-04 01:59:17 +00:00
mef
1b70a39e71 Update to 2.0122
----------------
2.0122  2015-09-01
    - Enable the memory test on cygwin as well as Linux.
        - https://rt.cpan.org/Ticket/Display.html?id=104666
        - Thanks to https://me.yahoo.com/howdidwegetherereally#f714d for
        the report.
    - Fix a typo in createElementNS
        - https://rt.cpan.org/Public/Bug/Display.html?id=106807
        - Thanks to Rich for the report.
2015-09-01 23:44:59 +00:00
wiz
2e65d464e8 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:50:58 +00:00
wiz
bdc985319b Update to 2.0121:
2.0121  2015-05-03
    - Mention CVE-2015-3451 and related links in the Changes (= this file)
    entry for 2.0119.
        - Thanks to Tilmann Haak for pointing it out.
2015-05-06 07:43:04 +00:00
mef
04d30d94dd Update to 2.0120
----------------
2.0120  2015-05-01
    - Replace the test for the previous change with a more meaningful one.
        - Change was to preserve unset options after a _clone() call.
        - https://access.redhat.com/security/cve/CVE-2015-3451
        - Thanks to Salvatore Bonaccorso from Debian for the report and
        for a proposed fix (which was further refined by Shlomi Fish).
2015-05-02 02:31:22 +00:00
wiz
f0a67ea5c2 Update to 2.0119:
2.0119  2015-04-23
    - Preserve unset options after a _clone() call (e.g: in load_xml()).
        - This caused expand_entities(0) to not be preserved/etc.
        - Thanks to Tilmann Haak from xing.com for the report.
2015-04-26 07:47:18 +00:00
wiz
e8246d8dec Update to 2.0118:
2.0118  2015-02-05
    - Add $Config{incpath} to the include paths on Win32.
        - Fixes https://rt.cpan.org/Ticket/Display.html?id=101944
        - Thanks to Marek for the report and propsed fix.
2015-02-08 14:12:50 +00:00
wiz
7f6fb57769 Update to 2.0117:
2.0117  2014-10-26
    - Makefile.PL : don't require a recentish ExtUtils::MakeMaker.
        - https://rt.cpan.org/Ticket/Display.html?id=83322
        - Thanks to Slaven Rezic for the report.
    - Fix broken t/02parse.t with non-English locale with recent perls.
        - https://rt.cpan.org/Public/Bug/Display.html?id=97805
        - Thanks to Slaven Rezic for the report.
2014-10-29 17:22:39 +00:00
wiz
e8647fedbb Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
schmonz
c8e19fe04c Recompute patch checksum for previous (since a comment was added to it). 2014-06-11 00:44:01 +00:00
joerg
c125592ebd Fix linking against libxml2. Disable auto-configuration which uses
broken mix of linker and compiler invocation.
2014-06-10 22:38:48 +00:00
wiz
5454702905 Fix linkage.
The so was not linked against libxml2, breaking the module completely.

Bump PKGREVISION.
2014-06-05 09:24:48 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
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-05-29 23:35:13 +00:00
obache
eeecd96069 No direct dependencies on zlib and xz, those are came from libxml2. 2014-05-20 09:51:14 +00:00
rodent
bcb7c689a0 Needs zlib and xz when PREFER_PKGSRC=yes, seems. 2014-05-19 00:23:35 +00:00
wen
5c28d6c224 Update to 2.0116
Upstream changes:
2.0116  2014-04-12
    - t/cpan-changes.t : minimum version of Test::CPAN::Changes.
        - This is to avoid test failures such as:
            - http://www.cpantesters.org/cpan/report/69ee1a2a-6c09-1014-be8f-3786912f2992

2.0115  2014-04-03
    - Fix double free when calling $node->addSibling with text nodes.
          - https://rt.cpan.org/Ticket/Display.html?id=94149
          - Thanks to Jeff Trout for the report.

2.0114  2014-04-03
    - Fix memory leaks and segfaults related to removal and insertion of
      DTD nodes.
        - https://rt.cpan.org/Ticket/Display.html?id=80521
    - Fix memory leak in $node->removeChildNodes

2.0113  2014-03-14
    - Fix test failures with older libxml2 versions.
        - https://rt.cpan.org/Ticket/Display.html?id=93852
        - Thanks to Nick Wellnhofer for the patch.
        - Thanks to the CPAN Testers for reporting this issue.

2.0112  2014-03-13
    - Fix segfaults when accessing attributes of DTD nodes
        - https://rt.cpan.org/Ticket/Display.html?id=71076
        - Thanks to Ralph Merridew for the report.
    - Make $schema->validate work with elements. This uses
      xmlSchemaValidateOneElement under the hood.
        - https://rt.cpan.org/Ticket/Display.html?id=93496
        - Thanks to Jeremy Marshall for the report.
    - Fix https://rt.cpan.org/Ticket/Display.html?id=93429 .
        - Thanks to Nick Wellnhofer for the report and test.
    - Apply patch to build with MSVC on Windows.
        - https://rt.cpan.org/Ticket/Display.html?id=90064
        - Thanks to Nick Wellnhofer for the investigation and the patch.

2.0111  2014-03-05
    - Skip t/40reader_mem_error.t with libxml2 < 2.7.4
      The failure is probably due to a known double-free bug.
        - https://rt.cpan.org/Ticket/Display.html?id=84564
        - https://bugzilla.gnome.org/show_bug.cgi?id=447899
        - Thanks to Nick Wellnhofer for the pull request.
    - Die if a file handle with an encoding layer returns more bytes
      than requested in parse_fh.
        - https://rt.cpan.org/Ticket/Display.html?id=78448
    - Make insertData, deleteData, replaceData work correctly with UTF-8
      strings.
    - Fix substringData
        - https://rt.cpan.org/Ticket/Display.html?id=88730
    - Fix "Threads still failing?" Bug report.
        - https://rt.cpan.org/Ticket/Display.html?id=91800
        - Thanks to Daniel for the bug report and a test case, and to
        YOREEK for the patch.

2.0110  2014-02-01
    - Add "use strict;" and "use warnings;" to all modules (CPANTS).
    - MIN_PERL_VERSION (CPANTS).
    - Add a LICENSE section to the POD (CPANTS).

2.0109  2014-01-31
    - Fix for requiring XML::LibXML inside two loops in perl-5.19.6 and up.
        - https://rt.cpan.org/Ticket/Display.html?id=92606
        - Thanks to Father Chrysostomos for the investigation, the test
        case, and the fix.
        - There are other ways to reproduce the bug, but the tests tests
        for a require inside two loops.

2.0108  2013-12-17
    - Replace local $^W with << no warnings 'portable'; >> in t/15nodelist.t
        - Should fix https://rt.cpan.org/Public/Bug/Display.html?id=88017
        - Thanks to "pagenyon" for the report.
    - Fix hash key typo in SAX/Builder.pm - "LocalName" was mis-capitalised.
        - https://rt.cpan.org/Public/Bug/Display.html?id=91433
        - Thanks to Thomas Berger for the report and for a reproducing
        testcase.
    - Convert from "use base" to the more modern "use parent".
2014-05-03 12:37:21 +00:00
wen
c2fcde4238 Update to 2.0107
Upstream changes:
2.0107          Thu 31 Oct 09:12:03 IST 2013
    - Add a unique_key method for namespace objects.
        - https://bitbucket.org/shlomif/perl-xml-libxml/pull-request/24/unique_key-method-for-namespace-objects/diff
        - Thanks to garfieldnate for the pull request.
    - Grammar fixes in the documentation.
        - https://rt.cpan.org/Ticket/Display.html?id=89718
        - Thanks to Gregor Herrman and the Debian Team
2013-11-30 10:07:36 +00:00
wen
61bebe5528 Update to 2.0106
Upstream changes:
2.0106          Tue 17 Sep 19:08:31 IDT 2013
    - Import croak from "use Carp;" to fix a missing croak definition.
        - https://rt.cpan.org/Ticket/Display.html?id=88624
    - Update Devel::CheckLib under "./inc" to 1.01 :
        - Should fix https://rt.cpan.org/Public/Bug/Display.html?id=81297

2.0105          Sat  7 Sep 20:18:06 IDT 2013
    - Pull some commits from Jason Mash (JRMASH) to add convenience methods
      to the XML::LibXML::NodeList module.
          - New method 'to_literal_delimited($separator)'
          - New method 'to_literal_list()'
    - Fix t/35huge_mode.t on libxml2 versions less than 2.7.0.
        - Fixes https://rt.cpan.org/Ticket/Display.html?id=88375
        - Thanks to Yuriy / YOREEK for the patch.
    - Add toStringC14N_v1_1() to XML::LibXML::Node.
        - Fixes https://rt.cpan.org/Public/Bug/Display.html?id=88254
        - Thanks to Ulrich for the report and for a patch of sorts.
2013-10-13 04:19:40 +00:00
wiz
8388e37ed8 Update to 2.0104:
2.0104          Fri 30 Aug 12:36:06 IDT 2013
    - Fix https://rt.cpan.org/Ticket/Display.html?id=88060
        - Use quoted version number in the SYNOPSIS.
        - Thanks to Philipp Gortan for the report.
    - Apply a patch from Yuriy / YOREEK for test failures with a
    directory component that contains whitespace.
        - https://rt.cpan.org/Ticket/Display.html?id=86665
2013-09-05 19:45:17 +00:00
wen
07a4ad5c51 Restore the line of PKGNAME 2013-08-24 02:13:21 +00:00
wen
cb34a6e150 Update to 2.0103
Upstream changes:
2.0103          Thu 22 Aug 08:34:46 IDT 2013
    - Apply patch from Yuriy / YOREEK for test failures in t/40reader.t:
        - https://rt.cpan.org/Public/Bug/Display.html?id=83779
        - Changed the variable name to start with an underscore for internal
        use.

2.0102          Mon 19 Aug 15:14:13 IDT 2013
    - Fixed https://rt.cpan.org/Ticket/Display.html?id=83744
        - XPathContext memory leak on registerFunction.
        - Thanks to DGINEV for the report and Yuriy for the patch.
    - Apply proposed fix for https://rt.cpan.org/Ticket/Display.html?id=80521
        - "replaceNode() segfaults when copying DTD nodes with ATTLISTs"
        - Thanks to GUIDO@cpan.org for the report and to YOREEK for
        the patch.
    - Apply fix for https://rt.cpan.org/Ticket/Display.html?id=83779
        - "building on RHEL-5-64 fails"
        - Thanks to mathias@koerber.org for the report, SREZIC@cpan.org
        and d.thomas@its.uq.edu.au for taking part and Yuriy for the patch.

2.0101          Thu 15 Aug 08:29:15 IDT 2013
    - Fixed https://rt.cpan.org/Ticket/Display.html?id=87089 .
        - "HTML doctype differs for string/scalar input"
        - Thanks to NGLENN for the report and to Yuriy for the tests and
        fix.
2013-08-24 02:06:47 +00:00