diff options
author | wiz <wiz> | 2012-05-29 14:43:06 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-05-29 14:43:06 +0000 |
commit | 242d5aa89c1d5f067cd0aee9ceab6404afccee69 (patch) | |
tree | 0bb20e0cfb57a40e4cad831d235e979be99f8e41 /devel/libidn | |
parent | d3df82ff6cd306d9f464a3147889e14a70d6ca7e (diff) | |
download | pkgsrc-242d5aa89c1d5f067cd0aee9ceab6404afccee69.tar.gz |
Update to 1.25:
* Version 1.25 (released 2012-05-23) [stable]
** MSVC: Build fixes related to _GL_ATTRIBUTE_CONST and _GL_ATTRIBUTE_PURE.
Reported by Bartosz Brachaczek <b.brachaczek@gmail.com>.
** examples: Fix compiler warning about ignoring return value from fgets.
** tests: Ship with a valgrind suppressions file for the strlen issue.
See tests/libidn.supp and bottom of HACKING for discussion.
** 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 | 4 | ||||
-rw-r--r-- | devel/libidn/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile index bedd1d13f7a..143cf02f1ca 100644 --- a/devel/libidn/Makefile +++ b/devel/libidn/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.79 2012/01/17 15:44:43 adam Exp $ +# $NetBSD: Makefile,v 1.80 2012/05/29 14:43:06 wiz Exp $ -DISTNAME= libidn-1.24 +DISTNAME= libidn-1.25 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 8dbd6d2f47b..23fa48857ed 100644 --- a/devel/libidn/distinfo +++ b/devel/libidn/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.53 2012/01/17 15:44:43 adam Exp $ +$NetBSD: distinfo,v 1.54 2012/05/29 14:43:06 wiz Exp $ -SHA1 (libidn-1.24.tar.gz) = 4251c108966375ede4df15d76a1bd9a4440f44ee -RMD160 (libidn-1.24.tar.gz) = edccad6c09b181ebcd8360a2d3abdfd1283e5486 -Size (libidn-1.24.tar.gz) = 3325775 bytes +SHA1 (libidn-1.25.tar.gz) = 92e64fd5a6428bda6ade2c3cde475b76455cd7dd +RMD160 (libidn-1.25.tar.gz) = e14088d528d57686df723ce001ee5dc05aee8870 +Size (libidn-1.25.tar.gz) = 3390531 bytes SHA1 (patch-aa) = c97ade5696f5f31ed49e789155799b8de238b35e SHA1 (patch-ad) = 2b8f25de31627d90829ebde6b92c24012fc1fff9 |