diff options
author | wiz <wiz@pkgsrc.org> | 2012-12-16 11:14:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-12-16 11:14:34 +0000 |
commit | 1ef177f7a9ed79bf1b7a590487474e67e653756f (patch) | |
tree | fbf1290a6b9dc7dfd672fcd1bc4c642f517960f4 /devel | |
parent | ba6e81e7c65181b177129e668a271a29ee6fa166 (diff) | |
download | pkgsrc-1ef177f7a9ed79bf1b7a590487474e67e653756f.tar.gz |
Update to 1.26:
* Version 1.26 (released 2012-12-11) [stable]
** libidn, idna_to_ascii: Propagate error on malloc failure.
Reported by Sarat Chandra Addepalli <s.addepalli@samsung.com>.
** libidn, tld_get_4: Fix out of bounds read access violation.
** i18n: Added Croatian translation. Updated Vietnamese translation.
Thanks to Tomislav Krznar and Trần Ngọc Quân.
** java: Permit usage by Apache projects.
Thanks to Oliver Hitz and Angus Turner.
** tests: Improve tld self-tests.
** API and ABI is backwards compatible with the previous version.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libidn/Makefile | 5 | ||||
-rw-r--r-- | devel/libidn/PLIST | 3 | ||||
-rw-r--r-- | devel/libidn/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile index 2b570c920af..202d880e814 100644 --- a/devel/libidn/Makefile +++ b/devel/libidn/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.82 2012/10/31 11:17:16 asau Exp $ +# $NetBSD: Makefile,v 1.83 2012/12/16 11:14:34 wiz Exp $ -DISTNAME= libidn-1.25 -PKGREVISION= 1 +DISTNAME= libidn-1.26 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 4a1a8b29daf..f2b240e63d3 100644 --- a/devel/libidn/PLIST +++ b/devel/libidn/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.18 2011/11/30 20:43:53 wiz Exp $ +@comment $NetBSD: PLIST,v 1.19 2012/12/16 11:14:35 wiz Exp $ bin/idn include/idn-free.h include/idn-int.h @@ -67,6 +67,7 @@ share/locale/en@quot/LC_MESSAGES/libidn.mo share/locale/eo/LC_MESSAGES/libidn.mo share/locale/fi/LC_MESSAGES/libidn.mo share/locale/fr/LC_MESSAGES/libidn.mo +share/locale/hr/LC_MESSAGES/libidn.mo share/locale/id/LC_MESSAGES/libidn.mo share/locale/it/LC_MESSAGES/libidn.mo share/locale/ja/LC_MESSAGES/libidn.mo diff --git a/devel/libidn/distinfo b/devel/libidn/distinfo index 23fa48857ed..5fb3dbfea12 100644 --- a/devel/libidn/distinfo +++ b/devel/libidn/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.54 2012/05/29 14:43:06 wiz Exp $ +$NetBSD: distinfo,v 1.55 2012/12/16 11:14:35 wiz Exp $ -SHA1 (libidn-1.25.tar.gz) = 92e64fd5a6428bda6ade2c3cde475b76455cd7dd -RMD160 (libidn-1.25.tar.gz) = e14088d528d57686df723ce001ee5dc05aee8870 -Size (libidn-1.25.tar.gz) = 3390531 bytes +SHA1 (libidn-1.26.tar.gz) = b1cb40646a96dadbfc41d060d23dfb382eec1128 +RMD160 (libidn-1.26.tar.gz) = a047e5ae640498df810dd32675758d582672ee87 +Size (libidn-1.26.tar.gz) = 3400972 bytes SHA1 (patch-aa) = c97ade5696f5f31ed49e789155799b8de238b35e SHA1 (patch-ad) = 2b8f25de31627d90829ebde6b92c24012fc1fff9 |