pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/oniguruma



Module Name:    pkgsrc
Committed By:   kim
Date:           Wed Oct 21 09:27:40 UTC 2020

Modified Files:
        pkgsrc/textproc/oniguruma: Makefile distinfo

Log Message:
oniguruma: update to 6.9.6rc4

Changes since 6.9.6rc3:
- Revert fix for CVE-2020-26159, which was actually a false positive from
  Coverity checks (issue #221).


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/textproc/oniguruma/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/textproc/oniguruma/distinfo

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

Modified files:

Index: pkgsrc/textproc/oniguruma/Makefile
diff -u pkgsrc/textproc/oniguruma/Makefile:1.20 pkgsrc/textproc/oniguruma/Makefile:1.21
--- pkgsrc/textproc/oniguruma/Makefile:1.20     Sat Oct 17 07:42:23 2020
+++ pkgsrc/textproc/oniguruma/Makefile  Wed Oct 21 09:27:40 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2020/10/17 07:42:23 kim Exp $
+# $NetBSD: Makefile,v 1.21 2020/10/21 09:27:40 kim Exp $
 
-DISTNAME=      onig-6.9.6-rc3
+DISTNAME=      onig-6.9.6-rc4
 PKGNAME=       ${DISTNAME:S/onig/oniguruma/:S/-rev/pl/:S/-rc/rc/}
 CATEGORIES=    textproc devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=kkos/}

Index: pkgsrc/textproc/oniguruma/distinfo
diff -u pkgsrc/textproc/oniguruma/distinfo:1.17 pkgsrc/textproc/oniguruma/distinfo:1.18
--- pkgsrc/textproc/oniguruma/distinfo:1.17     Sat Oct 17 07:42:23 2020
+++ pkgsrc/textproc/oniguruma/distinfo  Wed Oct 21 09:27:40 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2020/10/17 07:42:23 kim Exp $
+$NetBSD: distinfo,v 1.18 2020/10/21 09:27:40 kim Exp $
 
-SHA1 (onig-6.9.6-rc3.tar.gz) = 3bf9a6b0d7bae82cbd0f1dc4ba411cc59fe9a791
-RMD160 (onig-6.9.6-rc3.tar.gz) = 96ab8c4802deadeb8e29d2b958232e0cee98f4a0
-SHA512 (onig-6.9.6-rc3.tar.gz) = 8788f6751040c7303a12147adb6f7d1d0c814eee48b58640f7ba3bfa8e68bbaf663c855cec49e957b2e97a4a023996c054dc4f9248cd316024d80c49e46d7bbe
-Size (onig-6.9.6-rc3.tar.gz) = 895185 bytes
+SHA1 (onig-6.9.6-rc4.tar.gz) = 3bd2026b8894ee773ec94894649bb825a42714cd
+RMD160 (onig-6.9.6-rc4.tar.gz) = 7614d120d17a5901cba236b8f0181052090312f7
+SHA512 (onig-6.9.6-rc4.tar.gz) = 3fdee2986c1e2049d72372692ca8d0d3afa0c4a853b2e30bf7f26409179fcbca92ee5a3b66ec8c8eb4b7084207b9584fbbd07955ddd5b085da1a299f9b602ebf
+Size (onig-6.9.6-rc4.tar.gz) = 895378 bytes



Home | Main Index | Thread Index | Old Index