* [bug#71124] [PATCH] gnu: skopeo: Update to 1.15.1 [security fixes].
@ 2024-05-22 18:47 Tomas Volf
2024-05-23 5:32 ` bug#71124: " Zheng Junjie
0 siblings, 1 reply; 2+ messages in thread
From: Tomas Volf @ 2024-05-22 18:47 UTC (permalink / raw)
To: 71124; +Cc: Tomas Volf
This fixes CVE-2024-3727.
* gnu/packages/virtualization.scm (skopeo): Update to 1.15.1.
Change-Id: Icebb6f50e7317bce9ff106d71ad30dcfa6665666
---
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 34cccd6550..d45249455e 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -2258,7 +2258,7 @@ (define-public umoci
(define-public skopeo
(package
(name "skopeo")
- (version "1.15.0")
+ (version "1.15.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2267,7 +2267,7 @@ (define-public skopeo
(file-name (git-file-name name version))
(sha256
(base32
- "1f9n3ysdmll7vq8dmgpv03m8aqq3w9cfvbmxxpwmnv1nlfc67ihq"))))
+ "0fhw3jrbklpz7kb1kdwn2hg3v2jyyz30710wkd0wlpfz4fyzmzb6"))))
(build-system gnu-build-system)
(native-inputs
(list go-1.21
--
2.41.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#71124: [PATCH] gnu: skopeo: Update to 1.15.1 [security fixes].
2024-05-22 18:47 [bug#71124] [PATCH] gnu: skopeo: Update to 1.15.1 [security fixes] Tomas Volf
@ 2024-05-23 5:32 ` Zheng Junjie
0 siblings, 0 replies; 2+ messages in thread
From: Zheng Junjie @ 2024-05-23 5:32 UTC (permalink / raw)
To: Tomas Volf; +Cc: 71124-done
[-- Attachment #1: Type: text/plain, Size: 1244 bytes --]
Tomas Volf <~@wolfsden.cz> writes:
> This fixes CVE-2024-3727.
>
> * gnu/packages/virtualization.scm (skopeo): Update to 1.15.1.
>
> Change-Id: Icebb6f50e7317bce9ff106d71ad30dcfa6665666
> ---
> 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 34cccd6550..d45249455e 100644
> --- a/gnu/packages/virtualization.scm
> +++ b/gnu/packages/virtualization.scm
> @@ -2258,7 +2258,7 @@ (define-public umoci
> (define-public skopeo
> (package
> (name "skopeo")
> - (version "1.15.0")
> + (version "1.15.1")
> (source (origin
> (method git-fetch)
> (uri (git-reference
> @@ -2267,7 +2267,7 @@ (define-public skopeo
> (file-name (git-file-name name version))
> (sha256
> (base32
> - "1f9n3ysdmll7vq8dmgpv03m8aqq3w9cfvbmxxpwmnv1nlfc67ihq"))))
> + "0fhw3jrbklpz7kb1kdwn2hg3v2jyyz30710wkd0wlpfz4fyzmzb6"))))
> (build-system gnu-build-system)
> (native-inputs
> (list go-1.21
push, see https://git.savannah.gnu.org/cgit/guix.git/commit/?id=4fbce61aa91f93a0f56398e71095bd8b8d26de6c
[-- 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-05-23 5:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-22 18:47 [bug#71124] [PATCH] gnu: skopeo: Update to 1.15.1 [security fixes] Tomas Volf
2024-05-23 5:32 ` bug#71124: " Zheng Junjie
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.