mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: apr: Update to 1.6.3 [fixes CVE-2017-12613].
* gnu/packages/apr.scm (apr): Update to 1.6.3.
This commit is contained in:
parent
3022680aba
commit
b614c48017
1 changed files with 2 additions and 2 deletions
|
@ -30,14 +30,14 @@ (define-module (gnu packages apr)
|
|||
(define-public apr
|
||||
(package
|
||||
(name "apr")
|
||||
(version "1.5.2")
|
||||
(version "1.6.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://apache/apr/apr-"
|
||||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0ypn51xblix5ys9xy7da3ngdydip0qqh9rdq8nz54w9aq8lys0vx"))
|
||||
"0wiik6amxn6lkc55fv9yz5i3kbxnqbp36alrzabx1avsdp8hc7qk"))
|
||||
(patches
|
||||
(search-patches "apr-skip-getservbyname-test.patch"))
|
||||
(patch-flags '("-p0"))))
|
||||
|
|
Loading…
Reference in a new issue