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:
commit
dea8b3a22f
2
_service
2
_service
@ -2,7 +2,7 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="url">https://github.com/containers/podman.git</param>
|
<param name="url">https://github.com/containers/podman.git</param>
|
||||||
<param name="scm">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="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/containers/podman.git</param>
|
<param name="url">https://github.com/containers/podman.git</param>
|
||||||
<param name="changesrevision">c5366a308e89edd9636b66faf79bd5cb18ed0905</param></service></servicedata>
|
<param name="changesrevision">76d0859d9f6e5d7c84392da9dcd2fae3447f789d</param></service></servicedata>
|
@ -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
3
podman-5.2.4.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d98c93f568b31cecc530b86cfd0078fb290f72ec0ab61649b63ca4407173a809
|
||||||
|
size 109701646
|
@ -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
|
Tue Sep 24 17:07:25 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||||
|
|
||||||
|
@ -1,2 +1,5 @@
|
|||||||
# Load br_netfilter module at boot
|
# Load br_netfilter module at boot
|
||||||
br_netfilter
|
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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: podman
|
name: podman
|
||||||
version: 5.2.3
|
version: 5.2.4
|
||||||
mtime: 1727187376
|
mtime: 1728308549
|
||||||
commit: c5366a308e89edd9636b66faf79bd5cb18ed0905
|
commit: 76d0859d9f6e5d7c84392da9dcd2fae3447f789d
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%bcond_without apparmor
|
%bcond_without apparmor
|
||||||
|
|
||||||
Name: podman
|
Name: podman
|
||||||
Version: 5.2.3
|
Version: 5.2.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Daemon-less container engine for managing containers, pods and images
|
Summary: Daemon-less container engine for managing containers, pods and images
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user