gnu: oniguruma: Update to 6.9.3 [fixes CVE-2019-13224, CVE-2019-13225].

* gnu/packages/textutils.scm (oniguruma): Update to 6.9.3.
This commit is contained in:
Marius Bakke 2019-09-04 20:21:53 +02:00
parent 56b1977a5d
commit 5ceac3f42b
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -475,7 +475,7 @@ (define-public pfff
(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 @@ (define-public oniguruma
"/onig-" version ".tar.gz"))
(sha256
(base32
"0slp4hpw9qxk4xhn7abyw7065sd355xwkyfq72glxczcjsqxsynv"))))
"0pvj37r1rd5h5vw99mdk8z4k44gq1ldwrapkamdiicksdfkr4ndb"))))
(build-system gnu-build-system)
(home-page "https://github.com/kkos/oniguruma")
(synopsis "Regular expression library")