gnu: httpd: Update to 2.4.48.

* gnu/packages/web.scm (httpd): Update to 2.4.48.
This commit is contained in:
Tobias Geerinckx-Rice 2021-05-29 16:38:49 +02:00
parent d5aa478854
commit 34fe60e8b1
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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