all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#69080] [PATCH] gnu: runc: Update to 1.1.12 [security fixes].
@ 2024-02-12 17:29 Tomas Volf
  2024-02-13 12:29 ` Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Tomas Volf @ 2024-02-12 17:29 UTC (permalink / raw)
  To: 69080; +Cc: Tomas Volf

Fixes CVE-2024-21626.

* gnu/packages/virtualization.scm (runc): Update to 1.1.12.

Change-Id: Ie39eef21fd5e9a01f2777dd8ec54421fb05ae0d5
---
 gnu/packages/virtualization.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index 91f7a151a6..7b42b30f71 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -2149,7 +2149,7 @@ (define-public looking-glass-client
 (define-public runc
   (package
     (name "runc")
-    (version "1.1.9")
+    (version "1.1.12")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2158,7 +2158,7 @@ (define-public runc
               (file-name (string-append name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1hhxqwg0mblrgv2aim3scfd9xg13l6i22j124sdma5sf2fzgx5bn"))))
+                "1mx4iik1gx1am3d2s4ljhrirwjzf4ikn8frba5hdhy74012y7na7"))))
     (build-system go-build-system)
     (arguments
      '(#:import-path "github.com/opencontainers/runc"

base-commit: e257de4365b24a84f39813aea2e8b4ab6259f283
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#69080] [PATCH] gnu: runc: Update to 1.1.12 [security fixes].
  2024-02-12 17:29 [bug#69080] [PATCH] gnu: runc: Update to 1.1.12 [security fixes] Tomas Volf
@ 2024-02-13 12:29 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2024-02-13 12:29 UTC (permalink / raw)
  To: Tomas Volf; +Cc: 69080, 69080-done

[-- Attachment #1: Type: text/plain, Size: 385 bytes --]


Tomas Volf <~@wolfsden.cz> writes:

> Fixes CVE-2024-21626.
>
> * gnu/packages/virtualization.scm (runc): Update to 1.1.12.
>
> Change-Id: Ie39eef21fd5e9a01f2777dd8ec54421fb05ae0d5
> ---
>  gnu/packages/virtualization.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks for the patch, I've pushed this to master as
85e67f7feac14a1290022b9500c333c51c7f3ca3.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-02-13 12:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-12 17:29 [bug#69080] [PATCH] gnu: runc: Update to 1.1.12 [security fixes] Tomas Volf
2024-02-13 12:29 ` Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.