diff options
author | wiz <wiz@pkgsrc.org> | 2013-06-14 21:06:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-06-14 21:06:22 +0000 |
commit | f2708aacef655da240ac819bf6305be57dc3ccd3 (patch) | |
tree | 6946ae4dbbc42b8364b732237e040d5cbe12eb3e /devel/libidn | |
parent | 5fe8049e46a17c967a8506dc6c23e53f4d886df6 (diff) | |
download | pkgsrc-f2708aacef655da240ac819bf6305be57dc3ccd3.tar.gz |
Update to 1.27:
* Version 1.27 (released 2013-06-05) [stable]
** Java library can be built using Maven. Speed improvements.
Thanks to several patches from Stefan Larsson. Testing indicate 70-90
times faster node/name/resource-prep.
** Update gnulib files and translations.
** API and ABI is backwards compatible with the previous version.
Diffstat (limited to 'devel/libidn')
-rw-r--r-- | devel/libidn/Makefile | 5 | ||||
-rw-r--r-- | devel/libidn/distinfo | 10 | ||||
-rw-r--r-- | devel/libidn/patches/patch-ad | 8 |
3 files changed, 11 insertions, 12 deletions
diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile index 12e7436e2df..29ad0b19bb3 100644 --- a/devel/libidn/Makefile +++ b/devel/libidn/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.84 2013/05/31 12:40:00 wiz Exp $ +# $NetBSD: Makefile,v 1.85 2013/06/14 21:06:22 wiz Exp $ -DISTNAME= libidn-1.26 -PKGREVISION= 1 +DISTNAME= libidn-1.27 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 5fb3dbfea12..59dbddaae9e 100644 --- a/devel/libidn/distinfo +++ b/devel/libidn/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.55 2012/12/16 11:14:35 wiz Exp $ +$NetBSD: distinfo,v 1.56 2013/06/14 21:06:22 wiz Exp $ -SHA1 (libidn-1.26.tar.gz) = b1cb40646a96dadbfc41d060d23dfb382eec1128 -RMD160 (libidn-1.26.tar.gz) = a047e5ae640498df810dd32675758d582672ee87 -Size (libidn-1.26.tar.gz) = 3400972 bytes +SHA1 (libidn-1.27.tar.gz) = 67364d0cc331f2ea93f09a1b436dc606db16ad4d +RMD160 (libidn-1.27.tar.gz) = 852adc36005d128092e35b03dea1df33fa62f997 +Size (libidn-1.27.tar.gz) = 3431595 bytes SHA1 (patch-aa) = c97ade5696f5f31ed49e789155799b8de238b35e -SHA1 (patch-ad) = 2b8f25de31627d90829ebde6b92c24012fc1fff9 +SHA1 (patch-ad) = e841511ab19a654b91548cad570d1da3305eb858 diff --git a/devel/libidn/patches/patch-ad b/devel/libidn/patches/patch-ad index 88ebc3e4f16..0cb161be2bb 100644 --- a/devel/libidn/patches/patch-ad +++ b/devel/libidn/patches/patch-ad @@ -1,9 +1,9 @@ -$NetBSD: patch-ad,v 1.7 2012/01/17 15:44:43 adam Exp $ +$NetBSD: patch-ad,v 1.8 2013/06/14 21:06:22 wiz Exp $ ---- doc/Makefile.in.orig 2012-01-10 20:21:06.000000000 +0000 +--- doc/Makefile.in.orig 2013-06-05 19:59:41.000000000 +0000 +++ doc/Makefile.in -@@ -1107,7 +1107,7 @@ GDOC_MAN_EXTRA_ARGS = -module $(PACKAGE) - -copyright "2002-2012 Simon Josefsson" \ +@@ -1154,7 +1154,7 @@ GDOC_MAN_EXTRA_ARGS = -module $(PACKAGE) + -copyright "2002-2013 Simon Josefsson" \ -verbatimcopying -BUILT_SOURCES = Makefile.gdoc |