From bf964817d3ea17a8e6f6cefc3724ad033fb080c8 Mon Sep 17 00:00:00 2001 From: taca Date: Wed, 22 Dec 2010 15:44:40 +0000 Subject: [PATCH] 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. --- net/pear-Net_IDNA2/Makefile | 4 ++-- 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 bc6d69c224f0..f594984ce87c 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 dbb95a76c830..30d880d64bc7 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