Accepting request 1206320 from devel:microos

OBS-URL: https://build.opensuse.org/request/show/1206320
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=142
This commit is contained in:
Ana Guerrero 2024-10-08 15:16:59 +00:00 committed by Git OBS Bridge
commit dea8b3a22f
8 changed files with 36 additions and 9 deletions

View File

@ -2,7 +2,7 @@
<service name="obs_scm" mode="manual">
<param name="url">https://github.com/containers/podman.git</param>
<param name="scm">git</param>
<param name="revision">v5.2.3</param>
<param name="revision">v5.2.4</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/containers/podman.git</param>
<param name="changesrevision">c5366a308e89edd9636b66faf79bd5cb18ed0905</param></service></servicedata>
<param name="changesrevision">76d0859d9f6e5d7c84392da9dcd2fae3447f789d</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:68afd310737244fa8a86cd852d5eb047c529b0b666b7e3e3a04dafe5b07bb4dd
size 109700110

3
podman-5.2.4.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d98c93f568b31cecc530b86cfd0078fb290f72ec0ab61649b63ca4407173a809
size 109701646

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Tue Oct 08 07:05:58 UTC 2024 - madhankumar.chellamuthu@suse.com
- Update to version 5.2.4:
* Bump to v5.2.4
* Update release notes for v5.2.4
* Validate the bind-propagation option to `--mount` CVE-2024-9407 (bsc#1231208)
* Bump Buildah to v1.37.4
* vendor: update c/common to v0.60.4 CVE-2024-9341 (bsc#1231230)
* Bump to v5.2.4-dev
- Removed patch:
* 0001-Update-c-common-to-fix-CVE-2024-9341.patch (merged upstream)
-------------------------------------------------------------------
Fri Oct 4 08:27:53 UTC 2024 - Alexandre Vicenzi <alexandre.vicenzi@suse.com>
- Load ip6_tables kernel module, required for IPv6 networks (bsc#1214612)
-------------------------------------------------------------------
Fri Oct 4 08:15:58 UTC 2024 - Danish Prakash <danish.prakash@suse.com>
- Add patch for CVE-2024-9341 (bsc#1231230):
* 0001-Update-c-common-to-fix-CVE-2024-9341.patch
-------------------------------------------------------------------
Tue Sep 24 17:07:25 UTC 2024 - opensuse_buildservice@ojkastl.de

View File

@ -1,2 +1,5 @@
# Load br_netfilter module at boot
br_netfilter
# ip6_tables module is required if netavark is using iptables on an ipv6
# network, which is currently the default in Tumbleweed
ip6_tables

View File

@ -1,4 +1,4 @@
name: podman
version: 5.2.3
mtime: 1727187376
commit: c5366a308e89edd9636b66faf79bd5cb18ed0905
version: 5.2.4
mtime: 1728308549
commit: 76d0859d9f6e5d7c84392da9dcd2fae3447f789d

View File

@ -22,7 +22,7 @@
%bcond_without apparmor
Name: podman
Version: 5.2.3
Version: 5.2.4
Release: 0
Summary: Daemon-less container engine for managing containers, pods and images
License: Apache-2.0