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.
This commit is contained in:
parent
20e8d57aa2
commit
bf964817d3
2 changed files with 6 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue