guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Apache httpd: Update to 2.4.52 [fixes CVE-20


From: guix-commits
Subject: branch master updated: gnu: Apache httpd: Update to 2.4.52 [fixes CVE-2021-{44224, 44790}].
Date: Mon, 20 Dec 2021 13:27:39 -0500

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

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a34a13c  gnu: Apache httpd: Update to 2.4.52 [fixes 
CVE-2021-{44224,44790}].
a34a13c is described below

commit a34a13c9b4d0394b4114ddcd975a9c3f9ec8a5b6
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Mon Dec 20 11:37:32 2021 -0500

    gnu: Apache httpd: Update to 2.4.52 [fixes CVE-2021-{44224,44790}].
    
    * gnu/packages/web.scm (httpd): Update to 2.4.52.
---
 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 c8d08b3..1c8e4a6 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -254,14 +254,14 @@
 (define-public httpd
   (package
     (name "httpd")
-    (version "2.4.51")
+    (version "2.4.52")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://apache/httpd/httpd-"
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "1x1qp10pfh33x1b56liwsjl0jamjm5lkk7j3lj87c1ygzs0ivq10"))))
+               "1jgmfbazc2n9dnl7axhahwppyq25bvbvwx0lqplq76by97fgf9q1"))))
     (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]