diff options
author | bjs <bjs@pkgsrc.org> | 2008-03-02 13:31:07 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-03-02 13:31:07 +0000 |
commit | b806d5188338f9c6d7b8b59e878118e257b4266e (patch) | |
tree | 431023bc00d95e486e69e732930fe5d736751b64 /devel/libidn | |
parent | 453631b3b6e1c9e2c2ea0ddc6687f230b623ffb5 (diff) | |
download | pkgsrc-b806d5188338f9c6d7b8b59e878118e257b4266e.tar.gz |
Update to version 1.5. Changes:
** Don't include wchar.h in idn-int.h.
Fixes problems on uClibc systems which lack a wchar.h. Reported by
Mike Frysinger <vapier@gentoo.org>, see
<http://thread.gmane.org/gmane.comp.gnu.libidn.general/118>.
** Added appendix 'On Label Separators' to the manual.
Thanks to Erik van der Poel <erikv@google.com> for bringing the issue
to our attention and for discussing the matter. See
<http://thread.gmane.org/gmane.comp.gnu.libidn.general/96>.
** Improved rendering of non-ASCII in the info manual.
Done by adding a @documentencoding UTF-8. This affect how the
examples are encoded, the files examples/*.c are now encoded using
UTF-8 instead of a mix of ISO-8859-1 and ISO-8859-15.
** Fix non-portable use of brace expansion in makefiles.
** Update translations.
** Update gnulib files.
** 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 e934fe3e119..736cd563168 100644 --- a/devel/libidn/Makefile +++ b/devel/libidn/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.48 2008/01/17 09:14:51 tron Exp $ +# $NetBSD: Makefile,v 1.49 2008/03/02 13:31:07 bjs Exp $ -DISTNAME= libidn-1.4 +DISTNAME= libidn-1.5 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 c1b5442038b..0f0aeaa3424 100644 --- a/devel/libidn/distinfo +++ b/devel/libidn/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.29 2008/01/15 22:43:00 wiz Exp $ +$NetBSD: distinfo,v 1.30 2008/03/02 13:31:07 bjs Exp $ -SHA1 (libidn-1.4.tar.gz) = 07428b5a9e3f536b38e454574b76529c52464b9c -RMD160 (libidn-1.4.tar.gz) = 55ee550099185e4053ab7bce271d4adb817cdd9e -Size (libidn-1.4.tar.gz) = 2458174 bytes +SHA1 (libidn-1.5.tar.gz) = 71809366139456ee67ce893f771bbcb52cb5a8bd +RMD160 (libidn-1.5.tar.gz) = 03265a42732a01b84215847e9244d0ec580616c9 +Size (libidn-1.5.tar.gz) = 2514421 bytes SHA1 (patch-aa) = 412f1b609b81ade44c694f1a24f5b37d57c383c0 |