From f7f12d0ebad66c619e64c97de10c972e705d8fb4 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 11 Mar 2011 11:25:27 +0000 Subject: Update to 1.20: * Version 1.20 (released 2011-03-01) [?] ** libidn: Fix bug in ToUnicode to compare 'xn--' case-insensitively. The problem is typically noticed when an upper ACE case string is converted to Unicode. Before, this would return the input rather than converting the ACE form to Unicode. Reported by Stepan Golosunov in . ** tests: Added self-test tst_idna3 to catch any regression of problem above. ** idn: Only print copyright and license blurb when used interactively. Reported by "Andrew O. Shadoura" and Roman Mamedov in and respectively. ** Update gnulib files and translations. ** API and ABI is backwards compatible with the previous version. --- devel/libidn/Makefile | 4 ++-- devel/libidn/distinfo | 10 +++++----- devel/libidn/patches/patch-ad | 8 ++++---- 3 files changed, 11 insertions(+), 11 deletions(-) (limited to 'devel/libidn') diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile index 4f10d50b868..5484f940772 100644 --- a/devel/libidn/Makefile +++ b/devel/libidn/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.73 2011/01/03 03:11:14 obache Exp $ +# $NetBSD: Makefile,v 1.74 2011/03/11 11:25:27 wiz Exp $ -DISTNAME= libidn-1.19 +DISTNAME= libidn-1.20 CATEGORIES= devel MASTER_SITES= ftp://alpha.gnu.org/pub/gnu/libidn/ \ http://ftp.gnu.org/gnu/libidn/ diff --git a/devel/libidn/distinfo b/devel/libidn/distinfo index 73869ec2e26..02900570895 100644 --- a/devel/libidn/distinfo +++ b/devel/libidn/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.48 2010/06/15 09:23:05 wiz Exp $ +$NetBSD: distinfo,v 1.49 2011/03/11 11:25:27 wiz Exp $ -SHA1 (libidn-1.19.tar.gz) = 2b6dcb500e8135a9444a250d7df76f545915f25f -RMD160 (libidn-1.19.tar.gz) = 71c520b6e4b1ec770bb9c9253f5b40dfc6b3d682 -Size (libidn-1.19.tar.gz) = 3207771 bytes +SHA1 (libidn-1.20.tar.gz) = 2518486487c275b9d6f133b4688318b951af1580 +RMD160 (libidn-1.20.tar.gz) = a84eeacbdf9ca04d8fe0dab7bd3a6265f8d4443a +Size (libidn-1.20.tar.gz) = 3308423 bytes SHA1 (patch-aa) = 412f1b609b81ade44c694f1a24f5b37d57c383c0 -SHA1 (patch-ad) = 33df9d159d8f061eb3843101de022a0b9024f58c +SHA1 (patch-ad) = 6fc237cc8fac778e208cff71aa07c0f28881645e diff --git a/devel/libidn/patches/patch-ad b/devel/libidn/patches/patch-ad index 5eee014f184..494030b9891 100644 --- a/devel/libidn/patches/patch-ad +++ b/devel/libidn/patches/patch-ad @@ -1,9 +1,9 @@ -$NetBSD: patch-ad,v 1.4 2010/02/07 16:00:12 wiz Exp $ +$NetBSD: patch-ad,v 1.5 2011/03/11 11:25:27 wiz Exp $ ---- doc/Makefile.in.orig 2010-02-05 11:09:23.000000000 +0000 +--- doc/Makefile.in.orig 2011-03-01 14:23:27.000000000 +0000 +++ doc/Makefile.in -@@ -793,7 +793,7 @@ GDOC_MAN_EXTRA_ARGS = -module $(PACKAGE) - -copyright "2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Simon Josefsson" \ +@@ -921,7 +921,7 @@ GDOC_MAN_EXTRA_ARGS = -module $(PACKAGE) + -copyright "2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Simon Josefsson" \ -verbatimcopying -BUILT_SOURCES = Makefile.gdoc -- cgit v1.2.3