pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libidn libidn: update to 1.34.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab28edf79295
branches:  trunk
changeset: 384951:ab28edf79295
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 06 22:05:00 2018 +0000

description:
libidn: update to 1.34.

* Version 1.34 (2018-03-31)

** libidn: Fix integer overflow in combine_hangul()
   Found by fuzzing.

** libidn: Fix integer overflow in punycode decoder
   Found by fuzzing, fix for the fix reported by Christian Weisgerber

** libidn: Fix performance issue in idna_to_unicode_internal()
   Found by fuzzing.

** libidn: Fix performance issue in stringprep functions.
   Found by fuzzing.

** libidn: Fix NULL pointer dereference in g_utf8_normalize()
   Found by fuzzing.

** libidn: Fix NULL pointer dereference in stringprep_ucs4_nfkc_normalize()
   Found by fuzzing.

** libidn: Increase performance of stringprep functions
   Found by fuzzing.

** testing: Add OSS-fuzz integration and regression testing

** build: Update gnulib files

** build: Modernize GTK-Doc build

** build: Fix parallel builds

** build: Add configure flag --disable-doc

** build: Add configure flag --enable-ubsan (enable UB Sanitizer)

** build: Add configure flag --enable-asan (enable Address Sanitizer)

** build: Fix compiler warnings

** build: Fix build for gcc-7

** i18n: Added Swedish translation.
   Thanks to Josef Andersson.

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

diffstat:

 devel/libidn/Makefile |   5 ++---
 devel/libidn/PLIST    |   3 ++-
 devel/libidn/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (46 lines):

diff -r 613fe43b7506 -r ab28edf79295 devel/libidn/Makefile
--- a/devel/libidn/Makefile     Thu Sep 06 20:42:02 2018 +0000
+++ b/devel/libidn/Makefile     Thu Sep 06 22:05:00 2018 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.99 2018/08/22 09:43:32 wiz Exp $
+# $NetBSD: Makefile,v 1.100 2018/09/06 22:05:00 wiz Exp $
 
-DISTNAME=      libidn-1.33
-PKGREVISION=   1
+DISTNAME=      libidn-1.34
 CATEGORIES=    devel
 MASTER_SITES=  ftp://alpha.gnu.org/pub/gnu/libidn/
 MASTER_SITES+= ${MASTER_SITE_GNU:=libidn/}
diff -r 613fe43b7506 -r ab28edf79295 devel/libidn/PLIST
--- a/devel/libidn/PLIST        Thu Sep 06 20:42:02 2018 +0000
+++ b/devel/libidn/PLIST        Thu Sep 06 22:05:00 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2015/03/05 21:05:14 wiz Exp $
+@comment $NetBSD: PLIST,v 1.22 2018/09/06 22:05:00 wiz Exp $
 bin/idn
 include/idn-free.h
 include/idn-int.h
@@ -77,6 +77,7 @@
 share/locale/pt_BR/LC_MESSAGES/libidn.mo
 share/locale/ro/LC_MESSAGES/libidn.mo
 share/locale/sr/LC_MESSAGES/libidn.mo
+share/locale/sv/LC_MESSAGES/libidn.mo
 share/locale/uk/LC_MESSAGES/libidn.mo
 share/locale/vi/LC_MESSAGES/libidn.mo
 share/locale/zh_CN/LC_MESSAGES/libidn.mo
diff -r 613fe43b7506 -r ab28edf79295 devel/libidn/distinfo
--- a/devel/libidn/distinfo     Thu Sep 06 20:42:02 2018 +0000
+++ b/devel/libidn/distinfo     Thu Sep 06 22:05:00 2018 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.63 2016/07/21 11:51:28 wiz Exp $
+$NetBSD: distinfo,v 1.64 2018/09/06 22:05:00 wiz Exp $
 
-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 (libidn-1.34.tar.gz) = 8701e3d01df25431802ce483756ecad698156835
+RMD160 (libidn-1.34.tar.gz) = 0d5184cf5a3bd3bcd65fb037b248cf9105c8aeb5
+SHA512 (libidn-1.34.tar.gz) = 1a9b5f2554d3953591b92010fa0fdedc438ca8bc31d2bc06c621eb5d423e81656607f09ac75bb02e1a5420459f69e82b5fb82987afa50db69793f9cd7a08365a
+Size (libidn-1.34.tar.gz) = 3691634 bytes
 SHA1 (patch-aa) = 569ffa945fb8f1aef509db6bcadbe1e63ba5df87



Home | Main Index | Thread Index | Old Index