diff options
author | wiz <wiz@pkgsrc.org> | 2005-03-22 19:38:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-03-22 19:38:22 +0000 |
commit | bde1ae627c98c3c76e3c3fb11d8bb09e88252ffe (patch) | |
tree | 5ff73e1b4dd8d96c3a4c23c02a8b658c4fbd7dd3 /devel | |
parent | c3333a9a3616f01944f12d17f43d6a467aadb1a4 (diff) | |
download | pkgsrc-bde1ae627c98c3c76e3c3fb11d8bb09e88252ffe.tar.gz |
Update to 0.5.15:
* Version 0.5.15 (released 2005-03-19)
** Improvements to code to convert data between character sets.
The license template was changed to the LGPL, from the GPL template
that was mistakenly used in the previous two releases. Document here
that cleaning up this code has solved memory allocation and arithmetic
overflow problems.
** API and ABI is backwards compatible with the previous version.
* Version 0.5.14 (released 2005-03-19)
** Building for srcdir != objdir from CVS now work, thanks to Linus Nordberg.
** Simplified Chinese translations added, thanks to Meng Jie.
** Vietnamese translation added, thanks to Clytie Siddall.
** 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/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile index 96cb6a02edd..f5eea9370c8 100644 --- a/devel/libidn/Makefile +++ b/devel/libidn/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2005/02/07 15:21:20 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2005/03/22 19:38:22 wiz Exp $ # -DISTNAME= libidn-0.5.13 +DISTNAME= libidn-0.5.15 CATEGORIES= devel MASTER_SITES= ftp://alpha.gnu.org/pub/gnu/libidn/ \ http://josefsson.org/libidn/releases/ diff --git a/devel/libidn/distinfo b/devel/libidn/distinfo index 6f4dfbd3c8d..f9266aca6d6 100644 --- a/devel/libidn/distinfo +++ b/devel/libidn/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2005/02/23 22:24:18 agc Exp $ +$NetBSD: distinfo,v 1.8 2005/03/22 19:38:22 wiz Exp $ -SHA1 (libidn-0.5.13.tar.gz) = 319a0109d8234f707c1798dd00a87fe7f99614d8 -RMD160 (libidn-0.5.13.tar.gz) = d1118cc7fbe9e38a9b8decc8e4b9b6c3ba49b0ab -Size (libidn-0.5.13.tar.gz) = 1965864 bytes +SHA1 (libidn-0.5.15.tar.gz) = 9f105d8595debde8c1457c7db4f98b9c6b078c61 +RMD160 (libidn-0.5.15.tar.gz) = f8cc7cce3dd4e51033fa82c12e44d0fec6df658d +Size (libidn-0.5.15.tar.gz) = 1971879 bytes SHA1 (patch-aa) = 11c4e8ce2f0328c06a848a0295f6511ee2a98f71 |