diff options
author | wiz <wiz@pkgsrc.org> | 2004-09-20 23:35:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-09-20 23:35:50 +0000 |
commit | 0d6265994e30acf471f8ee9abb41eb170106284b (patch) | |
tree | bffa6021be28373560cdbce8614376af095ca51a /devel | |
parent | b12efbb1f780896c222cf0c9dc60e5528a5aaa29 (diff) | |
download | pkgsrc-0d6265994e30acf471f8ee9abb41eb170106284b.tar.gz |
Update to 0.5.5:
* Version 0.5.5 (released 2004-09-13)
** Hide accidentally exported variable g_utf8_skip, by marking it as static.
** Various fixes.
** API and ABI is backwards compatible with the previous version.
g_utf8_skip: REMOVED. (But never meant to be used.)
* Version 0.5.4 (released 2004-08-08)
** Translation updates.
** API and ABI is backwards compatible with the previous version.
* Version 0.5.3 (released 2004-08-05)
** Fix crash in `idn --tld' command line tool.
** API and ABI is backwards compatible with the previous version.
* Version 0.5.2 (released 2004-07-14)
** Java "make install" rules are now DESTDIR compatible.
** API and ABI is backwards compatible with the previous version.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libidn/Makefile | 4 | ||||
-rw-r--r-- | devel/libidn/PLIST | 4 | ||||
-rw-r--r-- | devel/libidn/distinfo | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile index 220df8025f5..d9a3dde8b47 100644 --- a/devel/libidn/Makefile +++ b/devel/libidn/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2004/07/13 16:45:47 xtraeme Exp $ +# $NetBSD: Makefile,v 1.9 2004/09/20 23:35:50 wiz Exp $ # -DISTNAME= libidn-0.5.1 +DISTNAME= libidn-0.5.5 CATEGORIES= devel MASTER_SITES= ftp://alpha.gnu.org/pub/gnu/libidn/ \ http://josefsson.org/libidn/releases/ diff --git a/devel/libidn/PLIST b/devel/libidn/PLIST index be2d0c6cf2c..21d6abce68d 100644 --- a/devel/libidn/PLIST +++ b/devel/libidn/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2004/07/13 16:45:47 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.5 2004/09/20 23:35:50 wiz Exp $ bin/idn include/idn-free.h include/idn-int.h @@ -10,7 +10,7 @@ lib/libidn.a lib/libidn.la lib/libidn.so lib/libidn.so.15 -lib/libidn.so.15.1 +lib/libidn.so.15.5 lib/pkgconfig/libidn.pc man/man1/idn.1 man/man3/idna_to_ascii_4i.3 diff --git a/devel/libidn/distinfo b/devel/libidn/distinfo index 8e4c6ab35c6..2add3f7f4cf 100644 --- a/devel/libidn/distinfo +++ b/devel/libidn/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2004/07/13 16:45:47 xtraeme Exp $ +$NetBSD: distinfo,v 1.4 2004/09/20 23:35:50 wiz Exp $ -SHA1 (libidn-0.5.1.tar.gz) = c171c6777aafcce387d455c70d83072b809a3b75 -Size (libidn-0.5.1.tar.gz) = 1872026 bytes +SHA1 (libidn-0.5.5.tar.gz) = 29ea958ed2d4cdf7008ab4780c7ae2c2f74d2bb3 +Size (libidn-0.5.5.tar.gz) = 1876654 bytes SHA1 (patch-aa) = 11c4e8ce2f0328c06a848a0295f6511ee2a98f71 |