* [PR PATCH] podman
@ 2024-02-13 16:08 CameronNemo
2024-02-15 19:02 ` [PR PATCH] [Updated] podman CameronNemo
2024-02-16 20:40 ` [PR PATCH] [Merged]: podman: update to 4.9.3 cinerea0
0 siblings, 2 replies; 3+ messages in thread
From: CameronNemo @ 2024-02-13 16:08 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1260 bytes --]
There is a new pull request by CameronNemo against master on the void-packages repository
https://github.com/CameronNemo/void-packages podman
https://github.com/void-linux/void-packages/pull/48699
podman
- podman: update to 4.9.2
- slirp4netns: update to 1.2.3
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
A patch file from https://github.com/void-linux/void-packages/pull/48699.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-podman-48699.patch --]
[-- Type: text/x-diff, Size: 2338 bytes --]
From e51dc5c5e80aa88418b66ff40a3663421c5dcb9a Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cam@libnemo.org>
Date: Tue, 13 Feb 2024 07:47:58 -0800
Subject: [PATCH 1/2] podman: update to 4.9.2
This release addresses a number of Buildkit vulnerabilities.
Fixes: CVE-2024-23651, CVE-2024-23652, and CVE-2024-23653.
---
srcpkgs/podman/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/podman/template b/srcpkgs/podman/template
index 94dcefe25ab51..230de994c13a2 100644
--- a/srcpkgs/podman/template
+++ b/srcpkgs/podman/template
@@ -1,6 +1,6 @@
# Template file for 'podman'
pkgname=podman
-version=4.8.3
+version=4.9.2
revision=1
build_style=go
go_import_path="github.com/containers/podman/v4"
@@ -16,7 +16,7 @@ license="Apache-2.0"
homepage="https://podman.io/"
changelog="https://raw.githubusercontent.com/containers/podman/main/RELEASE_NOTES.md"
distfiles="https://github.com/containers/podman/archive/v${version}.tar.gz"
-checksum=3a99b6c82644fa52929cf4143943c63d6784c84094892bc0e14197fa38a1c7fa
+checksum=5696e2ec07020a5a147444abd0cd6f8563412190212e1f12e6c1e110da0cc6d2
if [ "$CROSS_BUILD" ]; then
go_build_tags+=" containers_image_openpgp"
From b6e9373ffba7bd8d534207b546ddfe318045d799 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cam@libnemo.org>
Date: Tue, 13 Feb 2024 08:03:45 -0800
Subject: [PATCH 2/2] slirp4netns: update to 1.2.3
---
srcpkgs/slirp4netns/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/slirp4netns/template b/srcpkgs/slirp4netns/template
index b888ce0a124fe..30d1d35c1a901 100644
--- a/srcpkgs/slirp4netns/template
+++ b/srcpkgs/slirp4netns/template
@@ -1,6 +1,6 @@
# Template file for 'slirp4netns'
pkgname=slirp4netns
-version=1.2.2
+version=1.2.3
revision=1
build_style=gnu-configure
hostmakedepends="autoconf automake pkg-config"
@@ -10,7 +10,7 @@ maintainer="Cameron Nemo <cam@nohom.org>"
license="GPL-2.0-only"
homepage="https://github.com/rootless-containers/slirp4netns"
distfiles="https://github.com/rootless-containers/slirp4netns/archive/v${version}.tar.gz"
-checksum=2450afb5730ee86a70f9c3f0d3fbc8981ab8e147246f4e0d354f0226a3a40b36
+checksum=acce648fab8fe5f113c41a8fd6d20177708519b4ddaa60f845e1998a17b22ca5
# tests fail due to use of unshare (unavailable with chroot util-linux)
make_check=no
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Updated] podman
2024-02-13 16:08 [PR PATCH] podman CameronNemo
@ 2024-02-15 19:02 ` CameronNemo
2024-02-16 20:40 ` [PR PATCH] [Merged]: podman: update to 4.9.3 cinerea0
1 sibling, 0 replies; 3+ messages in thread
From: CameronNemo @ 2024-02-15 19:02 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1265 bytes --]
There is an updated pull request by CameronNemo against master on the void-packages repository
https://github.com/CameronNemo/void-packages podman
https://github.com/void-linux/void-packages/pull/48699
podman
- podman: update to 4.9.2
- slirp4netns: update to 1.2.3
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
A patch file from https://github.com/void-linux/void-packages/pull/48699.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-podman-48699.patch --]
[-- Type: text/x-diff, Size: 2342 bytes --]
From d135fe2ea2c3e5aa105b0f6cd618ee446600c01b Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cam@libnemo.org>
Date: Tue, 13 Feb 2024 07:47:58 -0800
Subject: [PATCH 1/2] podman: update to 4.9.3
This release addresses a number of Buildkit vulnerabilities.
Fixes: CVE-2024-23651, CVE-2024-23652, and CVE-2024-23653.
---
srcpkgs/podman/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/podman/template b/srcpkgs/podman/template
index 94dcefe25ab51d..2d96648e291fb2 100644
--- a/srcpkgs/podman/template
+++ b/srcpkgs/podman/template
@@ -1,6 +1,6 @@
# Template file for 'podman'
pkgname=podman
-version=4.8.3
+version=4.9.3
revision=1
build_style=go
go_import_path="github.com/containers/podman/v4"
@@ -16,7 +16,7 @@ license="Apache-2.0"
homepage="https://podman.io/"
changelog="https://raw.githubusercontent.com/containers/podman/main/RELEASE_NOTES.md"
distfiles="https://github.com/containers/podman/archive/v${version}.tar.gz"
-checksum=3a99b6c82644fa52929cf4143943c63d6784c84094892bc0e14197fa38a1c7fa
+checksum=37afc5bba2738c68dc24400893b99226c658cc9a2b22309f4d7abe7225d8c437
if [ "$CROSS_BUILD" ]; then
go_build_tags+=" containers_image_openpgp"
From 7e656ab009ca358b24af6ae95f9fb1d478ef3497 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cam@libnemo.org>
Date: Tue, 13 Feb 2024 08:03:45 -0800
Subject: [PATCH 2/2] slirp4netns: update to 1.2.3
---
srcpkgs/slirp4netns/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/slirp4netns/template b/srcpkgs/slirp4netns/template
index b888ce0a124fe4..30d1d35c1a901c 100644
--- a/srcpkgs/slirp4netns/template
+++ b/srcpkgs/slirp4netns/template
@@ -1,6 +1,6 @@
# Template file for 'slirp4netns'
pkgname=slirp4netns
-version=1.2.2
+version=1.2.3
revision=1
build_style=gnu-configure
hostmakedepends="autoconf automake pkg-config"
@@ -10,7 +10,7 @@ maintainer="Cameron Nemo <cam@nohom.org>"
license="GPL-2.0-only"
homepage="https://github.com/rootless-containers/slirp4netns"
distfiles="https://github.com/rootless-containers/slirp4netns/archive/v${version}.tar.gz"
-checksum=2450afb5730ee86a70f9c3f0d3fbc8981ab8e147246f4e0d354f0226a3a40b36
+checksum=acce648fab8fe5f113c41a8fd6d20177708519b4ddaa60f845e1998a17b22ca5
# tests fail due to use of unshare (unavailable with chroot util-linux)
make_check=no
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Merged]: podman: update to 4.9.3
2024-02-13 16:08 [PR PATCH] podman CameronNemo
2024-02-15 19:02 ` [PR PATCH] [Updated] podman CameronNemo
@ 2024-02-16 20:40 ` cinerea0
1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-02-16 20:40 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1145 bytes --]
There's a merged pull request on the void-packages repository
podman: update to 4.9.3
https://github.com/void-linux/void-packages/pull/48699
Description:
- podman: update to 4.9.3
- slirp4netns: update to 1.2.3
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-02-16 20:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-13 16:08 [PR PATCH] podman CameronNemo
2024-02-15 19:02 ` [PR PATCH] [Updated] podman CameronNemo
2024-02-16 20:40 ` [PR PATCH] [Merged]: podman: update to 4.9.3 cinerea0
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).