gnu: pcre: Update to 8.40.
* gnu/packages/pcre.scm (pcre): Update to 8.40. [source]: Remove obsolete patch 'pcre-CVE-2016-3191.patch'.
This commit is contained in:
parent
33ae7d4385
commit
026ee1a5a6
|
@ -31,7 +31,7 @@
|
||||||
(define-public pcre
|
(define-public pcre
|
||||||
(package
|
(package
|
||||||
(name "pcre")
|
(name "pcre")
|
||||||
(version "8.38")
|
(version "8.40")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (list
|
(uri (list
|
||||||
|
@ -42,8 +42,7 @@
|
||||||
version "/pcre-" version ".tar.bz2")))
|
version "/pcre-" version ".tar.bz2")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1pvra19ljkr5ky35y2iywjnsckrs9ch2anrf5b0dc91hw8v2vq5r"))
|
"1x7lpjn7jhk0n3sdvggxrlrhab8kkfjwl7qix0ypw9nlx8lpmqh0"))))
|
||||||
(patches (list (search-patch "pcre-CVE-2016-3191.patch")))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs '("out" ;library & headers
|
(outputs '("out" ;library & headers
|
||||||
"bin" ;depends on Readline (adds 20MiB to the closure)
|
"bin" ;depends on Readline (adds 20MiB to the closure)
|
||||||
|
|
Loading…
Reference in New Issue