From 0c753036dcc64dffe28c6fbb2741a0a2a18514f3e1e7975837a0edd8529c337c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Mon, 13 May 2024 07:05:29 +0000 Subject: [PATCH] Accepting request 1173189 from home:danishprakash:branches:devel:microos - Update to version 1.35.4 - Fix for CVE-2024-3727 (bsc#1224117) OBS-URL: https://build.opensuse.org/request/show/1173189 OBS-URL: https://build.opensuse.org/package/show/devel:microos/buildah?expand=0&rev=37 --- _service | 2 +- _servicedata | 2 +- buildah-1.35.3.tar.xz | 3 --- buildah-1.35.4.tar.xz | 3 +++ buildah.changes | 10 ++++++++++ buildah.spec | 2 +- 6 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 buildah-1.35.3.tar.xz create mode 100644 buildah-1.35.4.tar.xz diff --git a/_service b/_service index 4261865..8017549 100644 --- a/_service +++ b/_service @@ -5,7 +5,7 @@ buildah @PARENT_TAG@ v(.*) - v1.35.3 + v1.35.4 enable diff --git a/_servicedata b/_servicedata index e363658..3b22847 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/containers/buildah.git - 9f0251c1111dc189673c48062d43335f912b81a7 \ No newline at end of file + c2926eaffff989f0718e171d0beb7ddec5b24902 \ No newline at end of file diff --git a/buildah-1.35.3.tar.xz b/buildah-1.35.3.tar.xz deleted file mode 100644 index 70617b7..0000000 --- a/buildah-1.35.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63dd9734a6ec610ca41edb14f2ac12a0b02698adf543a3a59faeb0f3012461c8 -size 11846204 diff --git a/buildah-1.35.4.tar.xz b/buildah-1.35.4.tar.xz new file mode 100644 index 0000000..85c156f --- /dev/null +++ b/buildah-1.35.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40273dedadfa7c9856257a23732513f4f019c33b5be8f354578dc148baf58416 +size 11846224 diff --git a/buildah.changes b/buildah.changes index 372878f..3600154 100644 --- a/buildah.changes +++ b/buildah.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri May 10 13:56:57 UTC 2024 - danish.prakash@suse.com + +- Update to version 1.35.4: + * [release-1.35] Bump to Buildah v1.35.4 + * [release-1.35] CVE-2024-3727 updates (bsc#1224117) + * integration test: handle new labels in "bud and test --unsetlabel" + * [release-1.35] Bump go-jose CVE-2024-28180 + * [release-1.35] Bump ocicrypt and go-jose CVE-2024-28180 + ------------------------------------------------------------------- Tue Apr 02 12:49:59 UTC 2024 - dcermak@suse.com diff --git a/buildah.spec b/buildah.spec index a4c0cca..90e1abd 100644 --- a/buildah.spec +++ b/buildah.spec @@ -19,7 +19,7 @@ %define project github.com/containers/buildah Name: buildah -Version: 1.35.3 +Version: 1.35.4 Release: 0 Summary: Tool for building OCI containers License: Apache-2.0