[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/13: gnu: oniguruma: Update to 6.9.3 [fixes CVE-2019-13224, CVE-2019-1
From: |
guix-commits |
Subject: |
01/13: gnu: oniguruma: Update to 6.9.3 [fixes CVE-2019-13224, CVE-2019-13225]. |
Date: |
Wed, 4 Sep 2019 19:17:04 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 5ceac3f42b41067c8de994b0bd16560129279a18
Author: Marius Bakke <address@hidden>
Date: Wed Sep 4 20:21:53 2019 +0200
gnu: oniguruma: Update to 6.9.3 [fixes CVE-2019-13224, CVE-2019-13225].
* gnu/packages/textutils.scm (oniguruma): Update to 6.9.3.
---
gnu/packages/textutils.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index 330e106..6021552 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -475,7 +475,7 @@ as existing hashing techniques, with provably negligible
risk of collisions.")
(define-public oniguruma
(package
(name "oniguruma")
- (version "6.9.2")
+ (version "6.9.3")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/kkos/"
@@ -483,7 +483,7 @@ as existing hashing techniques, with provably negligible
risk of collisions.")
"/onig-" version ".tar.gz"))
(sha256
(base32
- "0slp4hpw9qxk4xhn7abyw7065sd355xwkyfq72glxczcjsqxsynv"))))
+ "0pvj37r1rd5h5vw99mdk8z4k44gq1ldwrapkamdiicksdfkr4ndb"))))
(build-system gnu-build-system)
(home-page "https://github.com/kkos/oniguruma")
(synopsis "Regular expression library")
- branch master updated (56b1977 -> 9bf5898), guix-commits, 2019/09/04
- 01/13: gnu: oniguruma: Update to 6.9.3 [fixes CVE-2019-13224, CVE-2019-13225].,
guix-commits <=
- 03/13: gnu: LibRaw: Update to 1.19.5., guix-commits, 2019/09/04
- 05/13: gnu: libvisio: Update to 0.1.7., guix-commits, 2019/09/04
- 07/13: gnu: talloc: Update to 2.3.0., guix-commits, 2019/09/04
- 08/13: gnu: tevent: Update to 0.10.1., guix-commits, 2019/09/04
- 02/13: gnu: php: Build against Oniguruma 6., guix-commits, 2019/09/04
- 04/13: gnu: libabw: Update to 0.1.3., guix-commits, 2019/09/04
- 06/13: gnu: tdb: Update to 1.4.2., guix-commits, 2019/09/04
- 10/13: gnu: libnl: Update to 3.5.0., guix-commits, 2019/09/04
- 11/13: gnu: varnish: Update to 6.2.1., guix-commits, 2019/09/04
- 09/13: gnu: samba: Update to 4.10.8 [fixes CVE-2019-10197]., guix-commits, 2019/09/04