pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libidn2



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Wed Aug 30 15:22:30 UTC 2017

Modified Files:
        pkgsrc/devel/libidn2: Makefile distinfo
Removed Files:
        pkgsrc/devel/libidn2/patches: patch-configure

Log Message:
Update to 2.0.4. From the changelog:

* Fix integer overflow in bidi.c/_isBidi()
* Fix integer overflow in puny_decode.c/decode_digit()
* Improve docs
* Fix idna_free() to idn_free()
* Update fuzzer corpora

Use the .tar.gz distfile again, for the moment, to work around
https://github.com/jmmv/pkg_comp/issues/24 ("can't extract distfiles
with EXTRACT_SUFX=.tar.lz").


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/libidn2/Makefile \
    pkgsrc/devel/libidn2/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/libidn2/patches/patch-configure

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

Modified files:

Index: pkgsrc/devel/libidn2/Makefile
diff -u pkgsrc/devel/libidn2/Makefile:1.3 pkgsrc/devel/libidn2/Makefile:1.4
--- pkgsrc/devel/libidn2/Makefile:1.3   Fri Aug 18 21:04:51 2017
+++ pkgsrc/devel/libidn2/Makefile       Wed Aug 30 15:22:30 2017
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2017/08/18 21:04:51 adam Exp $
+# $NetBSD: Makefile,v 1.4 2017/08/30 15:22:30 schmonz Exp $
 
-DISTNAME=      libidn2-2.0.3
+DISTNAME=      libidn2-2.0.4
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GNU:=libidn/}
-EXTRACT_SUFX=  .tar.lz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://www.gnu.org/software/libidn/
Index: pkgsrc/devel/libidn2/distinfo
diff -u pkgsrc/devel/libidn2/distinfo:1.3 pkgsrc/devel/libidn2/distinfo:1.4
--- pkgsrc/devel/libidn2/distinfo:1.3   Fri Aug 18 21:04:51 2017
+++ pkgsrc/devel/libidn2/distinfo       Wed Aug 30 15:22:30 2017
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/08/18 21:04:51 adam Exp $
+$NetBSD: distinfo,v 1.4 2017/08/30 15:22:30 schmonz Exp $
 
-SHA1 (libidn2-2.0.3.tar.lz) = 9d14eb06f71e153adf7566e51f74d5244946d07d
-RMD160 (libidn2-2.0.3.tar.lz) = 6b6304837a5b0bc7037c2dd701317ef47f799b0e
-SHA512 (libidn2-2.0.3.tar.lz) = 823ec3ec43cddaa4b309e68aea32c89fce5f029fe2589f3f3f1468b0d8e781b69494c7fa55d05d9d8b39599272cc086a0d36464cfa8ce438ed78eb52f90d09ec
-Size (libidn2-2.0.3.tar.lz) = 1168506 bytes
-SHA1 (patch-configure) = 2f5ae4cb148b2d3a389063d3fdac8fd5033210ac
+SHA1 (libidn2-2.0.4.tar.gz) = b00490f2251f218b130628eccacc170a4bb49db5
+RMD160 (libidn2-2.0.4.tar.gz) = 574686c7d6facdaae8a8631f22eeaf8402202f1b
+SHA512 (libidn2-2.0.4.tar.gz) = 1e51bd4b8f8907531576291f1c2a8865d17429b4105418b4c98754eb982cd1cbb3adbeab4ec0c1c561d2dba11d876c7c09e5dc5b315c55a2c24986d7a2a3b4d2
+Size (libidn2-2.0.4.tar.gz) = 2008524 bytes



Home | Main Index | Thread Index | Old Index