emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#73001: closed ([PATCH] gnu: runc: Update to 1.1.14 [security fixes].


From: GNU bug Tracking System
Subject: bug#73001: closed ([PATCH] gnu: runc: Update to 1.1.14 [security fixes].)
Date: Wed, 04 Sep 2024 10:06:02 +0000

Your message dated Wed, 04 Sep 2024 11:03:33 +0100
with message-id <87r09zybuy.fsf@gmail.com>
and subject line [PATCH] gnu: runc: Update to 1.1.14 [security fixes].
has caused the debbugs.gnu.org bug report #73001,
regarding [PATCH] gnu: runc: Update to 1.1.14 [security fixes].
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
73001: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73001
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: runc: Update to 1.1.14 [security fixes]. Date: Tue, 3 Sep 2024 10:30:34 +0000
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




--- End Message ---
--- Begin Message --- Subject: [PATCH] gnu: runc: Update to 1.1.14 [security fixes]. Date: Wed, 04 Sep 2024 11:03:33 +0100
Hi,

Thanks for the patch.

Pushed as f16e6b3c1e325b28268c843d7864af724195745f to master. 

--
Oleg

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]