all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#73001] [PATCH] gnu: runc: Update to 1.1.14 [security fixes].
@ 2024-09-03 10:30 ashish.is--- via Guix-patches via
  2024-09-04 10:03 ` bug#73001: " Sharlatan Hellseher
  0 siblings, 1 reply; 2+ messages in thread
From: ashish.is--- via Guix-patches via @ 2024-09-03 10:30 UTC (permalink / raw)
  To: 73001; +Cc: Ashish SHUKLA

From: Ashish SHUKLA <ashish.is@lostca.se>

Fixes CVE-2024-45310.

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

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

diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index 398b332dd6..417bd02567 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -35,6 +35,7 @@
 ;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
 ;;; Copyright © 2024 Raven Hallsby <karl@hallsby.com>
 ;;; Copyright © 2024 jgart <jgart@dismail.de>
+;;; Copyright © 2024 Ashish SHUKLA <ashish.is@lostca.se>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2218,7 +2219,7 @@ (define-public looking-glass-client
 (define-public runc
   (package
     (name "runc")
-    (version "1.1.12")
+    (version "1.1.14")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2227,7 +2228,7 @@ (define-public runc
               (file-name (string-append name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1mx4iik1gx1am3d2s4ljhrirwjzf4ikn8frba5hdhy74012y7na7"))))
+                "1nypczyb3fp3cnfdg13grxjhg9361i44zialsdkxcfxb0c9g79jf"))))
     (build-system go-build-system)
     (arguments
      '(#:import-path "github.com/opencontainers/runc"

base-commit: 1569b861f504178263b73b4b48563bf3937d01bf
-- 
2.46.0





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

* bug#73001: [PATCH] gnu: runc: Update to 1.1.14 [security fixes].
  2024-09-03 10:30 [bug#73001] [PATCH] gnu: runc: Update to 1.1.14 [security fixes] ashish.is--- via Guix-patches via
@ 2024-09-04 10:03 ` Sharlatan Hellseher
  0 siblings, 0 replies; 2+ messages in thread
From: Sharlatan Hellseher @ 2024-09-04 10:03 UTC (permalink / raw)
  To: 73001-done

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


Hi,

Thanks for the patch.

Pushed as f16e6b3c1e325b28268c843d7864af724195745f to master. 

--
Oleg

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

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

end of thread, other threads:[~2024-09-04 10:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-03 10:30 [bug#73001] [PATCH] gnu: runc: Update to 1.1.14 [security fixes] ashish.is--- via Guix-patches via
2024-09-04 10:03 ` bug#73001: " Sharlatan Hellseher

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.