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:   adam
Date:           Wed Dec 11 18:50:46 UTC 2019

Modified Files:
        pkgsrc/textproc/oniguruma: Makefile distinfo

Log Message:
oniguruma: updated to 6.9.4

Release 6.9.4
(Almost same as Release Candidate 3)
NEW API: RegSet (set of regexes)
Fixed CVE-2019-19012
Fixed CVE-2019-19203 (Does not affect UTF-8, UTF-16 and UTF-32 encodings)
Fixed CVE-2019-19204 (Affects only PosixBasic, Emacs and Grep syntaxes)
Fixed CVE-2019-19246
Fixed some problems (found by libFuzzer test)


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/oniguruma/Makefile
cvs rdiff -u -r1.12 -r1.13 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.14 pkgsrc/textproc/oniguruma/Makefile:1.15
--- pkgsrc/textproc/oniguruma/Makefile:1.14     Fri Aug 16 14:34:44 2019
+++ pkgsrc/textproc/oniguruma/Makefile  Wed Dec 11 18:50:46 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2019/08/16 14:34:44 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2019/12/11 18:50:46 adam Exp $
 
-DISTNAME=      onig-6.9.3
+DISTNAME=      onig-6.9.4
 PKGNAME=       ${DISTNAME:S/onig/oniguruma/}
 CATEGORIES=    textproc devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=kkos/}

Index: pkgsrc/textproc/oniguruma/distinfo
diff -u pkgsrc/textproc/oniguruma/distinfo:1.12 pkgsrc/textproc/oniguruma/distinfo:1.13
--- pkgsrc/textproc/oniguruma/distinfo:1.12     Fri Aug 16 14:34:44 2019
+++ pkgsrc/textproc/oniguruma/distinfo  Wed Dec 11 18:50:46 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2019/08/16 14:34:44 wiz Exp $
+$NetBSD: distinfo,v 1.13 2019/12/11 18:50:46 adam Exp $
 
-SHA1 (onig-6.9.3.tar.gz) = f2bde879bb7334a1b0d7b5553a851a8d6374f28b
-RMD160 (onig-6.9.3.tar.gz) = 1bb5d0dacdeb7f00d29465da7397c11f2877e37d
-SHA512 (onig-6.9.3.tar.gz) = 6b038879cb9cbe8cc756159eb53125e1d4dc7365ca434d07b99a59f3602987e573da120506bbd88d0f51dcdde5866bfa48d45803f8869503726c4d9a47d62861
-Size (onig-6.9.3.tar.gz) = 902349 bytes
+SHA1 (onig-6.9.4.tar.gz) = 894a6285ccea5c63e289b0379df833f66fa8fe3a
+RMD160 (onig-6.9.4.tar.gz) = fb62c59fc3d2f47586eb736be1e04e7dd3c569d6
+SHA512 (onig-6.9.4.tar.gz) = ed8f42f6893966c0ee3c168b4fdbcb04b2286ad69ecab43a754c1dbc8fc4656e01319991d776d7144b6a3f90d050781b321432278d83c74c9565c2743851c85b
+Size (onig-6.9.4.tar.gz) = 908702 bytes



Home | Main Index | Thread Index | Old Index