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

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 92b2df53d3 gnu: libslirp: Update to 4.9.4 [security-fixes].
92b2df53d3 is described below

commit 92b2df53d30f1817c4c5d01a39bd7ae5240d6cb4
Author: Tomas Volf <[email protected]>
AuthorDate: Wed Aug 26 23:51:38 2026 +0200

    gnu: libslirp: Update to 4.9.4 [security-fixes].
    
    This release contains a fix for information leak
    on fragmented packets with different header lengths.
    
    * gnu/packages/containers.scm (libslirp): Update to 4.9.4.
    
    Merges: https://codeberg.org/guix/guix/pulls/10843
    Signed-off-by: Nguyễn Gia Phong <[email protected]>
---
 gnu/packages/containers.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index 24c5e8fe57..dc6612c17f 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -1349,7 +1349,7 @@ Open Container Initiative specification.")
 (define-public libslirp
   (package
     (name "libslirp")
-    (version "4.9.3")
+    (version "4.9.4")
     (source
      (origin
        (method git-fetch)
@@ -1357,7 +1357,7 @@ Open Container Initiative specification.")
              (url "https://gitlab.freedesktop.org/slirp/libslirp";)
              (commit (string-append "v" version))))
        (sha256
-        (base32 "1rk2awamb4y59qf09bx2ccsw1a4xpjc9ri0xrwjyb1jyxrsgg6ja"))
+        (base32 "19f1p37b4ybqbgk817g3sqhdvr1gl3d1063hj7zg1jqa301s2afw"))
        (file-name (git-file-name name version))))
     (build-system meson-build-system)
     (propagated-inputs

Reply via email to