From 500d6d42a924c3e191ea8ae19b425d1c23b25be0 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 21 Jul 2016 11:51:28 +0000 Subject: Updated libidn to 1.33. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 . ** idn: Solve out-of-bounds-read when reading one zero byte as input. Also replaced fgets with getline. Reported by Hanno Böck . ** 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. --- devel/libidn/Makefile | 5 ++--- devel/libidn/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 8 deletions(-) (limited to 'devel/libidn') diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile index 4d524f08b02..f9f39fcbf3f 100644 --- a/devel/libidn/Makefile +++ b/devel/libidn/Makefile @@ -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 --git a/devel/libidn/distinfo b/devel/libidn/distinfo index 09a428d0291..27e2f1cd28e 100644 --- a/devel/libidn/distinfo +++ b/devel/libidn/distinfo @@ -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 -- cgit v1.2.3