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:
Leo Famulari 2017-10-30 21:33:34 -04:00
parent 3022680aba
commit b614c48017
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -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"))))