diff options
| author | Tomas Volf <~@wolfsden.cz> | 2026-08-26 23:51:38 +0200 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-08-27 15:18:34 +0900 |
| commit | 92b2df53d30f1817c4c5d01a39bd7ae5240d6cb4 (patch) | |
| tree | 0374871b3513a3239d4bc516c8919cc513cba473 /gnu | |
| parent | 177d5d5a7c248b1f62a07c8629e7baab8f5b18c6 (diff) | |
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 <cnx@loang.net>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/containers.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm index 24c5e8fe577..dc6612c17f9 100644 --- a/gnu/packages/containers.scm +++ b/gnu/packages/containers.scm | |||
| @@ -1349,7 +1349,7 @@ Open Container Initiative specification.") | |||
| 1349 | (define-public libslirp | 1349 | (define-public libslirp |
| 1350 | (package | 1350 | (package |
| 1351 | (name "libslirp") | 1351 | (name "libslirp") |
| 1352 | (version "4.9.3") | 1352 | (version "4.9.4") |
| 1353 | (source | 1353 | (source |
| 1354 | (origin | 1354 | (origin |
| 1355 | (method git-fetch) | 1355 | (method git-fetch) |
| @@ -1357,7 +1357,7 @@ Open Container Initiative specification.") | |||
| 1357 | (url "https://gitlab.freedesktop.org/slirp/libslirp") | 1357 | (url "https://gitlab.freedesktop.org/slirp/libslirp") |
| 1358 | (commit (string-append "v" version)))) | 1358 | (commit (string-append "v" version)))) |
| 1359 | (sha256 | 1359 | (sha256 |
| 1360 | (base32 "1rk2awamb4y59qf09bx2ccsw1a4xpjc9ri0xrwjyb1jyxrsgg6ja")) | 1360 | (base32 "19f1p37b4ybqbgk817g3sqhdvr1gl3d1063hj7zg1jqa301s2afw")) |
| 1361 | (file-name (git-file-name name version)))) | 1361 | (file-name (git-file-name name version)))) |
| 1362 | (build-system meson-build-system) | 1362 | (build-system meson-build-system) |
| 1363 | (propagated-inputs | 1363 | (propagated-inputs |
