guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: httpd: Update to 2.4.58. [security fixes]


From: guix-commits
Subject: branch master updated: gnu: httpd: Update to 2.4.58. [security fixes]
Date: Tue, 24 Oct 2023 08:00:00 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new bc1678abdb gnu: httpd: Update to 2.4.58. [security fixes]
bc1678abdb is described below

commit bc1678abdbd93ddda7a8fe9e6a114939b2946bab
Author: Bruno Victal <mirai@makinata.eu>
AuthorDate: Thu Oct 19 15:55:31 2023 +0100

    gnu: httpd: Update to 2.4.58. [security fixes]
    
    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.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 6e1b4308e0..f3855f43a9 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -278,14 +278,14 @@
 (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]