pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libidn Updated libidn to 1.33.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d4b957125b1b
branches:  trunk
changeset: 350012:d4b957125b1b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jul 21 11:51:28 2016 +0000

description:
Updated libidn to 1.33.

* Version 1.33 (released 2016-07-20) [beta]

** libidn: Fix out-of-bounds stack read in idna_to_ascii_4i.
See tests/tst_toascii64oob.c for regression check (and the comment in
it how to use it).  Reported by Hanno B?ck <hanno%hboeck.de@localhost>.

** idn: Solve out-of-bounds-read when reading one zero byte as input.
Also replaced fgets with getline.  Reported by Hanno B?ck <hanno%hboeck.de@localhost>.

** libidn: stringprep_utf8_nfkc_normalize reject invalid UTF-8.
It was always documented to only accept UTF-8 data, but now it doesn't
crash when presented with such data.  Reported by Hanno B?ck.

** Dropped valgrind suppressions file, should no longer be needed.

** API and ABI is backwards compatible with the previous version.

diffstat:

 devel/libidn/Makefile |   5 ++---
 devel/libidn/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r a6bd3c238207 -r d4b957125b1b devel/libidn/Makefile
--- a/devel/libidn/Makefile     Thu Jul 21 11:39:58 2016 +0000
+++ b/devel/libidn/Makefile     Thu Jul 21 11:51:28 2016 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.96 2016/07/09 06:38:09 wiz Exp $
+# $NetBSD: Makefile,v 1.97 2016/07/21 11:51:28 wiz Exp $
 
-DISTNAME=      libidn-1.32
-PKGREVISION=   1
+DISTNAME=      libidn-1.33
 CATEGORIES=    devel
 MASTER_SITES=  ftp://alpha.gnu.org/pub/gnu/libidn/ \
                ${MASTER_SITE_GNU:=libidn/}
diff -r a6bd3c238207 -r d4b957125b1b devel/libidn/distinfo
--- a/devel/libidn/distinfo     Thu Jul 21 11:39:58 2016 +0000
+++ b/devel/libidn/distinfo     Thu Jul 21 11:51:28 2016 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.62 2015/11/03 03:27:42 agc Exp $
+$NetBSD: distinfo,v 1.63 2016/07/21 11:51:28 wiz Exp $
 
-SHA1 (libidn-1.32.tar.gz) = ddd018611b98af7c67d434aa42d15d39f45129f5
-RMD160 (libidn-1.32.tar.gz) = 35564ab88310df83d0527c10ca07850a9219b86a
-SHA512 (libidn-1.32.tar.gz) = fd48665b65f88210ea504675fc1cd667bd4042b1df3e386847070a465d6753efcec735e6e8572f45f9432235e813c61ef7df09596274935467fdc6f12f80b9bd
-Size (libidn-1.32.tar.gz) = 3483155 bytes
+SHA1 (libidn-1.33.tar.gz) = 57872fdc665dcc585e16f4ac0bb35374b1103f7e
+RMD160 (libidn-1.33.tar.gz) = b6bff80e6d5b5e3ee15a52378d42c7b9074a627d
+SHA512 (libidn-1.33.tar.gz) = 38dd459eaeda0c9e3cc2d24d967113515a499747550a2a9157f32357def90d71a3a3b52398e96a44a28cd5948dc353b0473c4ff0453a69720191c4cb49cac2c6
+Size (libidn-1.33.tar.gz) = 3501056 bytes
 SHA1 (patch-aa) = 569ffa945fb8f1aef509db6bcadbe1e63ba5df87



Home | Main Index | Thread Index | Old Index