GNU bug report logs -
#73189
[PATCH] gnu: crun: Update to 1.17.
Previous Next
Reported by: Tomas Volf <~@wolfsden.cz>
Date: Wed, 11 Sep 2024 22:11:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 17 Sep 2024 17:34:29 +0200
with message-id <878qvq9tve.fsf <at> gnu.org>
and subject line Re: [bug#73189] [PATCH] gnu: crun: Update to 1.17.
has caused the debbugs.gnu.org bug report #73189,
regarding [PATCH] gnu: crun: Update to 1.17.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
73189: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73189
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/containers.scm (crun): Update to 1.17.
Change-Id: I6ba47763c5aa983f3fae57f6f630a91982af9b02
---
gnu/packages/containers.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index b8234c43ea..e08f7680cd 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -67,7 +67,7 @@ (define-module (gnu packages containers)
(define-public crun
(package
(name "crun")
- (version "1.16.1")
+ (version "1.17")
(source
(origin
(method url-fetch)
@@ -77,7 +77,7 @@ (define-public crun
"/crun-" version ".tar.gz"))
(sha256
(base32
- "17i8vwj9zmr6dvi1w9i359vwr3rzwa9g03q83rz9w32ghzj8sm3h"))))
+ "0x78ljwz32bfss0v32rfmahivmqv0qdsydfjsb0a7c602jc60rmp"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--disable-systemd")
base-commit: 816347d97f0a6578198a528b228091685a9cbed3
prerequisite-patch-id: 2fbcfb57b23602fdfa0eb42856d2d6ee37dca310
--
2.45.2
[Message part 3 (message/rfc822, inline)]
Tomas Volf <~@wolfsden.cz> skribis:
> * gnu/packages/containers.scm (crun): Update to 1.17.
>
> Change-Id: I6ba47763c5aa983f3fae57f6f630a91982af9b02
Applied, thanks!
This bug report was last modified 267 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.