gnu: httpd: Update to 2.4.49.

* gnu/packages/web.scm (httpd): Update to 2.4.49.
This commit is contained in:
Tobias Geerinckx-Rice 2021-10-03 22:55:22 +02:00
parent 2cab2eb675
commit d6d7e2ec50
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -252,14 +252,14 @@ (define-public qhttp
(define-public httpd
(package
(name "httpd")
(version "2.4.48")
(version "2.4.49")
(source (origin
(method url-fetch)
(uri (string-append "mirror://apache/httpd/httpd-"
version ".tar.bz2"))
(sha256
(base32
"0v4npxnvih5mlxx6dywwhhfs8xvgcckc0hxzwk3hi0g8nbkjdj0v"))))
"0fqkfjcpdd40ji2279wfxh5hddb5jdxlnpjr0sbhva8fi7b6bfb5"))))
(build-system gnu-build-system)
(native-inputs `(("pcre" ,pcre "bin"))) ;for 'pcre-config'
(inputs `(("apr" ,apr)