diff options
author | taca <taca@pkgsrc.org> | 2010-12-22 15:44:40 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-12-22 15:44:40 +0000 |
commit | bf964817d3ea17a8e6f6cefc3724ad033fb080c8 (patch) | |
tree | bfa6f4311ecb13efd89d3ea77880906315b593a3 /net | |
parent | 20e8d57aa27249e8c48f0cd8a4cb45addd806992 (diff) | |
download | pkgsrc-bf964817d3ea17a8e6f6cefc3724ad033fb080c8.tar.gz |
Update pear-Net_IDNA2 package to 0.1.1.
0.1.1 2010-12-09 17:35 UTC
* Added initial support for IDNA2008. This is needed for characters like the
German "Eszett" which would otherwise be turned into "ss" during nameprep.
Use $n->setParams('version', '2008') to use the "new" IDNA-encoding. Default
is still IDNA2003 for backwards-compatibility. Further aspects of
IDNA2008-encoding (for example some checks) should be added later according
to RFCs.
* #16466: Unit tests (testcaseses from draft-josefsson-idn-test-vectors;
thanks to Daniel)
* Unit tests (coverage, refactoring/cleanup, more tests)
* #17542: URIs get mangled when decoding (UTF8-fix)
* Codingstyle fixes
* fixed handling of URLs with more than a domain-name (fixed opposite of
parse_url())
* Added specialized and spl exceptions
* #17533: Releases and roles do not seem to work.
Diffstat (limited to 'net')
-rw-r--r-- | net/pear-Net_IDNA2/Makefile | 4 | ||||
-rw-r--r-- | net/pear-Net_IDNA2/distinfo | 9 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/pear-Net_IDNA2/Makefile b/net/pear-Net_IDNA2/Makefile index bc6d69c224f..f594984ce87 100644 --- a/net/pear-Net_IDNA2/Makefile +++ b/net/pear-Net_IDNA2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/12/09 07:44:57 adam Exp $ +# $NetBSD: Makefile,v 1.2 2010/12/22 15:44:40 taca Exp $ -DISTNAME= Net_IDNA2-0.1.0 +DISTNAME= Net_IDNA2-0.1.1 CATEGORIES+= net MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/net/pear-Net_IDNA2/distinfo b/net/pear-Net_IDNA2/distinfo index dbb95a76c83..30d880d64bc 100644 --- a/net/pear-Net_IDNA2/distinfo +++ b/net/pear-Net_IDNA2/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/12/09 07:44:57 adam Exp $ +$NetBSD: distinfo,v 1.2 2010/12/22 15:44:40 taca Exp $ -SHA1 (pear/Net_IDNA2-0.1.0.tgz) = e0f001b7fdf8f3ebfb083eba3e5b75f9d71e9bad -RMD160 (pear/Net_IDNA2-0.1.0.tgz) = 5b23816197255357ab8c48b4912bd86b03e07d19 -Size (pear/Net_IDNA2-0.1.0.tgz) = 22138 bytes -SHA1 (patch-aa) = 644e752b3c7b8fab4378c9375e0dbc0f55228321 +SHA1 (pear/Net_IDNA2-0.1.1.tgz) = 32f1d5fd5348bd0fc49100045a065b2827ed55f9 +RMD160 (pear/Net_IDNA2-0.1.1.tgz) = 6e707a818e386224b7b9b43f10621fa8fd1e4af6 +Size (pear/Net_IDNA2-0.1.1.tgz) = 24193 bytes |