diff options
author | wiz <wiz@pkgsrc.org> | 2011-11-30 20:43:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-11-30 20:43:53 +0000 |
commit | 4cb5d32dd7f89fe2a1cccf2b405f566d8c9ffb48 (patch) | |
tree | 1e84625163075d1f6e2800da2186ca9d89f36994 /devel/libidn | |
parent | fc096ea688abf2ab76a0f238a7c1bb737af79c1d (diff) | |
download | pkgsrc-4cb5d32dd7f89fe2a1cccf2b405f566d8c9ffb48.tar.gz |
Update to 1.23:
* Version 1.23 (released 2011-11-25) [stable]
** stringprep.h: Now #include's sys/types.h instead of unistd.h for ssize_t.
Some systems (e.g., Mingw with MSVC 9) does not have unistd.h.
** idn-free.h: Protect prototypes with 'extern "C"' marker.
Reported by Bittner Ede <bittner.ede@euronetrt.hu>.
** doc: Update link to experimental TLD tables.
The new link is <https://github.com/gnuthor/tldchk>.
** Update gnulib files and translations.
** QA: Improved cyclo output. Update GTK-DOC files. Various bugfixes.
** API and ABI is backwards compatible with the previous version.
Diffstat (limited to 'devel/libidn')
-rw-r--r-- | devel/libidn/Makefile | 4 | ||||
-rw-r--r-- | devel/libidn/PLIST | 3 | ||||
-rw-r--r-- | devel/libidn/distinfo | 10 | ||||
-rw-r--r-- | devel/libidn/patches/patch-ad | 8 |
4 files changed, 13 insertions, 12 deletions
diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile index b95175ad799..5b145c74996 100644 --- a/devel/libidn/Makefile +++ b/devel/libidn/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.77 2011/05/05 07:46:44 adam Exp $ +# $NetBSD: Makefile,v 1.78 2011/11/30 20:43:53 wiz Exp $ -DISTNAME= libidn-1.22 +DISTNAME= libidn-1.23 CATEGORIES= devel MASTER_SITES= ftp://alpha.gnu.org/pub/gnu/libidn/ \ http://ftp.gnu.org/gnu/libidn/ diff --git a/devel/libidn/PLIST b/devel/libidn/PLIST index b69788acb56..4a1a8b29daf 100644 --- a/devel/libidn/PLIST +++ b/devel/libidn/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.17 2009/03/07 11:07:42 wiz Exp $ +@comment $NetBSD: PLIST,v 1.18 2011/11/30 20:43:53 wiz Exp $ bin/idn include/idn-free.h include/idn-int.h @@ -74,5 +74,6 @@ share/locale/nl/LC_MESSAGES/libidn.mo share/locale/pl/LC_MESSAGES/libidn.mo share/locale/ro/LC_MESSAGES/libidn.mo share/locale/sr/LC_MESSAGES/libidn.mo +share/locale/uk/LC_MESSAGES/libidn.mo share/locale/vi/LC_MESSAGES/libidn.mo share/locale/zh_CN/LC_MESSAGES/libidn.mo diff --git a/devel/libidn/distinfo b/devel/libidn/distinfo index 33004cdbc66..f31815d88b6 100644 --- a/devel/libidn/distinfo +++ b/devel/libidn/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.51 2011/05/05 07:46:44 adam Exp $ +$NetBSD: distinfo,v 1.52 2011/11/30 20:43:54 wiz Exp $ -SHA1 (libidn-1.22.tar.gz) = 8358e897c24d534438f6b5694c25e85889d860c3 -RMD160 (libidn-1.22.tar.gz) = 46773bd6192faaeef52c88b6aa8d2e3242f2cdd8 -Size (libidn-1.22.tar.gz) = 3356444 bytes +SHA1 (libidn-1.23.tar.gz) = 98b00aeb8240a7a6e02f338edd6ef08adbc31a34 +RMD160 (libidn-1.23.tar.gz) = 22922f29abe5045f4cb1c30d3b3f75950e5b8b1c +Size (libidn-1.23.tar.gz) = 3477618 bytes SHA1 (patch-aa) = 412f1b609b81ade44c694f1a24f5b37d57c383c0 -SHA1 (patch-ad) = 6fc237cc8fac778e208cff71aa07c0f28881645e +SHA1 (patch-ad) = 9affc7fd3d16ba80f68c6d32b765e67124979aa2 diff --git a/devel/libidn/patches/patch-ad b/devel/libidn/patches/patch-ad index 494030b9891..fcaa1223eda 100644 --- a/devel/libidn/patches/patch-ad +++ b/devel/libidn/patches/patch-ad @@ -1,9 +1,9 @@ -$NetBSD: patch-ad,v 1.5 2011/03/11 11:25:27 wiz Exp $ +$NetBSD: patch-ad,v 1.6 2011/11/30 20:43:54 wiz Exp $ ---- doc/Makefile.in.orig 2011-03-01 14:23:27.000000000 +0000 +--- doc/Makefile.in.orig 2011-11-25 10:38:08.000000000 +0000 +++ doc/Makefile.in -@@ -921,7 +921,7 @@ GDOC_MAN_EXTRA_ARGS = -module $(PACKAGE) - -copyright "2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Simon Josefsson" \ +@@ -1103,7 +1103,7 @@ GDOC_MAN_EXTRA_ARGS = -module $(PACKAGE) + -copyright "2002-2011 Simon Josefsson" \ -verbatimcopying -BUILT_SOURCES = Makefile.gdoc |