Fri Mar 11 11:25:27 2011 UTC ()
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
<stepan@golosunov.pp.ru> in <http://bugs.debian.org/610617>.

** 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" <bugzilla@tut.by> and Roman Mamedov
<rm@romanrm.ru> in <http://bugs.debian.org/615947> and
<http://bugs.debian.org/615949> respectively.

** Update gnulib files and translations.

** API and ABI is backwards compatible with the previous version.


(wiz)
diff -r1.73 -r1.74 pkgsrc/devel/libidn/Makefile
diff -r1.48 -r1.49 pkgsrc/devel/libidn/distinfo
diff -r1.4 -r1.5 pkgsrc/devel/libidn/patches/patch-ad

cvs diff -r1.73 -r1.74 pkgsrc/devel/libidn/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/libidn/Makefile 2011/01/03 03:11:14 1.73
+++ pkgsrc/devel/libidn/Makefile 2011/03/11 11:25:27 1.74
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.73 2011/01/03 03:11:14 obache Exp $ 1# $NetBSD: Makefile,v 1.74 2011/03/11 11:25:27 wiz Exp $
2 2
3DISTNAME= libidn-1.19 3DISTNAME= libidn-1.20
4CATEGORIES= devel 4CATEGORIES= devel
5MASTER_SITES= ftp://alpha.gnu.org/pub/gnu/libidn/ \ 5MASTER_SITES= ftp://alpha.gnu.org/pub/gnu/libidn/ \
6 http://ftp.gnu.org/gnu/libidn/ 6 http://ftp.gnu.org/gnu/libidn/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.gnu.org/software/libidn/ 9HOMEPAGE= http://www.gnu.org/software/libidn/
10COMMENT= Internationalized Domain Names command line tool 10COMMENT= Internationalized Domain Names command line tool
11LICENSE= gnu-gpl-v3 AND gnu-lgpl-v2.1 11LICENSE= gnu-gpl-v3 AND gnu-lgpl-v2.1
12 12
13PKG_INSTALLATION_TYPES= overwrite pkgviews 13PKG_INSTALLATION_TYPES= overwrite pkgviews
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16USE_LIBTOOL= yes 16USE_LIBTOOL= yes

cvs diff -r1.48 -r1.49 pkgsrc/devel/libidn/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/libidn/distinfo 2010/06/15 09:23:05 1.48
+++ pkgsrc/devel/libidn/distinfo 2011/03/11 11:25:27 1.49
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.48 2010/06/15 09:23:05 wiz Exp $ 1$NetBSD: distinfo,v 1.49 2011/03/11 11:25:27 wiz Exp $
2 2
3SHA1 (libidn-1.19.tar.gz) = 2b6dcb500e8135a9444a250d7df76f545915f25f 3SHA1 (libidn-1.20.tar.gz) = 2518486487c275b9d6f133b4688318b951af1580
4RMD160 (libidn-1.19.tar.gz) = 71c520b6e4b1ec770bb9c9253f5b40dfc6b3d682 4RMD160 (libidn-1.20.tar.gz) = a84eeacbdf9ca04d8fe0dab7bd3a6265f8d4443a
5Size (libidn-1.19.tar.gz) = 3207771 bytes 5Size (libidn-1.20.tar.gz) = 3308423 bytes
6SHA1 (patch-aa) = 412f1b609b81ade44c694f1a24f5b37d57c383c0 6SHA1 (patch-aa) = 412f1b609b81ade44c694f1a24f5b37d57c383c0
7SHA1 (patch-ad) = 33df9d159d8f061eb3843101de022a0b9024f58c 7SHA1 (patch-ad) = 6fc237cc8fac778e208cff71aa07c0f28881645e

cvs diff -r1.4 -r1.5 pkgsrc/devel/libidn/patches/Attic/patch-ad (expand / switch to unified diff)

--- pkgsrc/devel/libidn/patches/Attic/patch-ad 2010/02/07 16:00:12 1.4
+++ pkgsrc/devel/libidn/patches/Attic/patch-ad 2011/03/11 11:25:27 1.5
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1$NetBSD: patch-ad,v 1.4 2010/02/07 16:00:12 wiz Exp $ 1$NetBSD: patch-ad,v 1.5 2011/03/11 11:25:27 wiz Exp $
2 2
3--- doc/Makefile.in.orig 2010-02-05 11:09:23.000000000 +0000 3--- doc/Makefile.in.orig 2011-03-01 14:23:27.000000000 +0000
4+++ doc/Makefile.in 4+++ doc/Makefile.in
5@@ -793,7 +793,7 @@ GDOC_MAN_EXTRA_ARGS = -module $(PACKAGE) 5@@ -921,7 +921,7 @@ GDOC_MAN_EXTRA_ARGS = -module $(PACKAGE)
6 -copyright "2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Simon Josefsson" \ 6 -copyright "2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Simon Josefsson" \
7 -verbatimcopying 7 -verbatimcopying
8  8
9-BUILT_SOURCES = Makefile.gdoc 9-BUILT_SOURCES = Makefile.gdoc
10+BUILT_SOURCES = # Makefile.gdoc 10+BUILT_SOURCES = # Makefile.gdoc
11  11
12 # 12 #
13 ### idna.c 13 ### idna.c