pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libidn



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jul 21 11:51:28 UTC 2016

Modified Files:
        pkgsrc/devel/libidn: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 pkgsrc/devel/libidn/Makefile
cvs rdiff -u -r1.62 -r1.63 pkgsrc/devel/libidn/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/libidn/Makefile
diff -u pkgsrc/devel/libidn/Makefile:1.96 pkgsrc/devel/libidn/Makefile:1.97
--- pkgsrc/devel/libidn/Makefile:1.96   Sat Jul  9 06:38:09 2016
+++ pkgsrc/devel/libidn/Makefile        Thu Jul 21 11:51:28 2016
@@ -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/}

Index: pkgsrc/devel/libidn/distinfo
diff -u pkgsrc/devel/libidn/distinfo:1.62 pkgsrc/devel/libidn/distinfo:1.63
--- pkgsrc/devel/libidn/distinfo:1.62   Tue Nov  3 03:27:42 2015
+++ pkgsrc/devel/libidn/distinfo        Thu Jul 21 11:51:28 2016
@@ -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