GNU bug report logs - #69095
[PATCH] gnu: crun: Update to 1.14.1.

Previous Next

Package: guix-patches;

Reported by: Tomas Volf <~@wolfsden.cz>

Date: Tue, 13 Feb 2024 09:50:01 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 69095 in the body.
You can then email your comments to 69095 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#69095; Package guix-patches. (Tue, 13 Feb 2024 09:50:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Tomas Volf <~@wolfsden.cz>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 13 Feb 2024 09:50:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Tomas Volf <~@wolfsden.cz>
To: guix-patches <at> gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [PATCH] gnu: crun: Update to 1.14.1.
Date: Tue, 13 Feb 2024 10:48:58 +0100
Since upstream does provide properly packaged source archives, the fetch
method was switched from git to url.

* gnu/packages/containers.scm (crun): Update to 1.14.1.

Change-Id: I566d8742b1a3db75aefaa51032e09130a8307a61
---
 gnu/packages/containers.scm | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index a3aa9ac1db..e9d2b0f71a 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -53,20 +53,20 @@ (define-module (gnu packages containers)
   #:use-module (gnu packages wget))
 
 (define-public crun
-  (let ((commit "c381048530aa750495cf502ddb7181f2ded5b400"))
+  (let ((commit "de537a7965bfbe9992e2cfae0baeb56a08128171"))
     (package
       (name "crun")
-      (version "1.4.5")
+      (version "1.14.1")
       (source
        (origin
-         (method git-fetch)
-         (uri (git-reference
-               (url "https://github.com/containers/crun")
-               (commit commit)
-               (recursive? #t)))
+         (method url-fetch)
+         (uri (string-append
+               "https://github.com/containers/crun/releases/download/"
+               version
+               "/crun-" version ".tar.gz"))
          (sha256
-          (base32 "0x2xmr5sv9ivvcv5fl5jjk4kq9b3n97s5hsqiqfwl4rz8qcz4xk1"))
-         (file-name (git-file-name name version))))
+          (base32
+           "02lplc2asyllb58mvy7l8b9gsk7fxs95g928xk28yzmf592ay33x"))))
       (build-system gnu-build-system)
       (arguments
        `(#:configure-flags '("--disable-systemd")

base-commit: e257de4365b24a84f39813aea2e8b4ab6259f283
-- 
2.41.0





Reply sent to Sharlatan Hellseher <sharlatanus <at> gmail.com>:
You have taken responsibility. (Wed, 14 Feb 2024 15:36:01 GMT) Full text and rfc822 format available.

Notification sent to Tomas Volf <~@wolfsden.cz>:
bug acknowledged by developer. (Wed, 14 Feb 2024 15:36:01 GMT) Full text and rfc822 format available.

Message #10 received at 69095-done <at> debbugs.gnu.org (full text, mbox):

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 69095-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: crun: Update to 1.14.1.
Date: Wed, 14 Feb 2024 15:34:30 +0000
[Message part 1 (text/plain, inline)]
Hi,

Pushed as 6002e9e7711136373de5a6325769e9c7d11032c9 to master.

--
Oleg
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 14 Mar 2024 11:24:17 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 98 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.