Commit graph

22 commits

Author SHA1 Message Date
wiz
8292204475 *: recursive bump for perl 5.36 2022-06-28 11:30:51 +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
d107fc9693 *: use MASTER_SITE_PERL_CPAN 2020-09-08 13:16:33 +00:00
wiz
00da7815c0 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +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
1c739a34c4 Update to 2.500
Upstream changes:
2.500 2018-10-06
        - update to Unicode 10.0.0
        - Net::IDN::UTS46: remove workarounds for pre-9.0.0 test vectors; the
          module now more closely follows the written spec
        - Net::IDN::UTS46: fix validation for some non-valid characters
        - Net::IDN::UTS46: for perl 5.8.x/5.10.x, include workaround for bidi
          validation where some labels would incorrectly be marked as invalid
          [B1] because of a bug in perl's Unicode implementation
        - Net::IDN::Punycode: fix for warnings under perl ≤ 5.8.7 (EXPERIMENTAL)
2018-10-20 13:34:10 +00:00
wen
25691ca1a0 Update to 2.401
Upstream changes:
2.401 (2018-09-20)
        - FIXES: #127056: [PATCH 1/2] Fix domain_to_ascii AllowUnassigned param
          (report and patch by SKJM)
        - FIXES: #127057: [PATCH 2/2] Fix domain_to_unicode AllowUnassigned
          param (report and patch by SKJM)
2018-10-02 00:47:31 +00:00
wiz
93b46879c7 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
ryoon
543e538acd Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
wiz
066c6a93c7 Updated p5-Net-IDN-Encode to 2.400.
2.400 (2017-01-01)
	- new release version
	- remove author tests
	- more spelling fixes

2.399_20161227
	- FIXES #119468: [PATCH] spelling fixes (reported by GREGOA)
	- possible fix for utf8 warnings under perl 5.8.x

2.399_20161210
	- update to Unicode 9.0.0
	- changed generation of tests so that TODO is no longer required when
	  the module author's perl doesn't support the newest Unicode version
2017-01-04 14:47:46 +00:00
wiz
42946afbff Updated p5-Net-IDN-Encode to 2.303.
2.303 (2016-12-10)
	- FIXES: warnings when compiling lib/Net/IDN/Punycode.xs
	  (reported/patch provided by paul@c***-***.org)

2.302 (2016-12-07)
	- Fixes memory bug introduced by fix for #118924

2.301 (2016-12-03)
	- FIXES: #118924: encode_punycode heap overflow
	  (reported by Alexander Bluhm)
2016-12-12 09:46:49 +00:00
wiz
86a78fce2e Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +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
wiz
ef81943c37 Update to 2.300:
2.300 (2015-06-17)
	- update to Unicode 8.0.0
2015-07-23 12:21:34 +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
6d65ac63a1 Update to 2.202:
2.202 (2015-04-18)
	- use updated IdnaTest.txt from Unicode 7.0.0 database
	  FIXES: #96749: Fails with bleadperl
	- documentation updates, point to perl Unicode tutorials
	- tests for domain xn--zcaa.de;
	  REJECTED: #103205 for Net-IDN-Encode: conversion of domain name
2015-04-19 18:10:46 +00:00
wiz
f5af6eeee1 Update to 2.201. Add test dependency.
2.201 (2014-08-30)
	- correct handling of uppercase a-labels in
	  domain_to_{ascii,unicode}
	- FIXES: #98354: Capitalized ACE prefix does not work (reported
	  by victor@*****.ru)
2014-09-06 13:42:37 +00:00
mef
6ef600e027 Correction to HOMEPAGE and COMMENT lines 2014-07-16 20:58:09 +00:00
mef
641c14fb26 Import p5-Net-IDN-Encode-2.200 as textproc/p5-Net-IDN-Encode.
Perl module including following modules
Net::IDN::Encode   -- Internationalized Domain Names in
                     Applications (IDNA)
Net::IDN::UTS46    -- Unicode IDNA Compatibility Processing
                     (UTS #46)
Net::IDN::Punycode -- ASCII-compatible encoding of Unicode
                     (Punycode, RFC 3492)
(security/caff needs this module),  thanks gdt@.
2014-07-16 12:10:02 +00:00