GNU bug report logs -
#66641
[PATCH 0/2] httpd: Update to 2.4.58. [security fixes]
Previous Next
Reported by: Bruno Victal <mirai <at> makinata.eu>
Date: Thu, 19 Oct 2023 14:55:02 UTC
Severity: normal
Tags: patch, security
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 66641 <at> debbugs.gnu.org (full text, mbox):
Includes fixes for CVE-2023-45802, CVE-2023-43622 and CVE-2023-31122.
References:
* <https://dlcdn.apache.org/httpd/CHANGES_2.4.58>
* gnu/packages/web.scm (httpd): Update to 2.4.58.
---
gnu/packages/web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 95a4d75261..e6bd7d0fed 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -278,14 +278,14 @@ (define-public qhttp
(define-public httpd
(package
(name "httpd")
- (version "2.4.57")
+ (version "2.4.58")
(source (origin
(method url-fetch)
(uri (string-append "mirror://apache/httpd/httpd-"
version ".tar.bz2"))
(sha256
(base32
- "0ajdz5f2w9nbmqydip2mv9m4xlnc4swmw7mqzgnrbq4mxr5bik6v"))))
+ "1id45r2ccgkbjm9i998997ch32lvicpyynyx8x6aa4420wmdf5ps"))))
(build-system gnu-build-system)
(native-inputs (list `(,pcre "bin"))) ;for 'pcre-config'
(inputs (list apr apr-util openssl perl)) ; needed to run bin/apxs
--
2.41.0
This bug report was last modified 1 year and 290 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.