diff options
author | Leo Famulari <leo@famulari.name> | 2023-04-23 12:42:02 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2023-04-30 04:47:18 -0400 |
commit | d3e91a83b6380e313579f4d72db9b9e2162062ec (patch) | |
tree | 33cd1f7e25fd72ec5480c94e197e3e344b084d38 /gnu/packages/gnome.scm | |
parent | 85c137adde84055d78b16d84e5ae4817995bce28 (diff) | |
download | guix-d3e91a83b6380e313579f4d72db9b9e2162062ec.tar guix-d3e91a83b6380e313579f4d72db9b9e2162062ec.tar.gz |
gnu: httpd: Update to 2.4.57 [security fixes].
Fixes CVE-2023-27522, CVE-2023-25690, CVE-2022-37436, CVE-2022-36760,
CVE-2006-20001, CVE-2022-31813, CVE-2022-30556, CVE-2022-30522,
CVE-2022-29404, CVE-2022-28615, CVE-2022-28614, CVE-2022-28330,
CVE-2022-26377, CVE-2022-23943, CVE-2022-22721, CVE-2022-22720,
and CVE-2022-22719.
* gnu/packages/web.scm (httpd): Update to 2.4.57.
(httpd/pinned): New variable.
* gnu/packages/gnome.scm (libsoup-minimal): Replace httpd with httpd/pinned.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 29d75e2894..3d49ec3de5 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5027,7 +5027,7 @@ as OpenStreetMap, OpenCycleMap, OpenAerialMap and Maps.") vala curl gnutls ;for 'certtool' - httpd)) + httpd/pinned)) (propagated-inputs ;; libsoup-3.0.pc refers to all of these (except where otherwise noted) (list brotli |