From 564cfd2afadb3d824bc0d14693e1f5c9bd59c0498a9c27265210649687ff87f9 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 11 Dec 2021 23:56:13 +0000 Subject: [PATCH] Accepting request 939120 from devel:kubic OBS-URL: https://build.opensuse.org/request/show/939120 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=90 --- _service | 2 +- _servicedata | 2 +- podman-3.4.2.tar.xz | 3 --- podman-3.4.4.tar.xz | 3 +++ podman.changes | 52 +++++++++++++++++++++++++++++++++++++++++++++ podman.spec | 2 +- 6 files changed, 58 insertions(+), 6 deletions(-) delete mode 100644 podman-3.4.2.tar.xz create mode 100644 podman-3.4.4.tar.xz diff --git a/_service b/_service index e57832e..44ec677 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://github.com/containers/podman.git git - v3.4.2 + v3.4.4 @PARENT_TAG@ enable v(.*) diff --git a/_servicedata b/_servicedata index 8ab17fd..e2d38df 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/containers/podman.git - 2ad1fd3555de12de34e20898cc2ef901f08fe5ed \ No newline at end of file + f6526ada1025c2e3f88745ba83b8b461ca659933 \ No newline at end of file diff --git a/podman-3.4.2.tar.xz b/podman-3.4.2.tar.xz deleted file mode 100644 index f66857d..0000000 --- a/podman-3.4.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05a2cbd8cfb2d182cf6974205be6ee23ee1e1f97fc8070092fd62800085958b9 -size 6517304 diff --git a/podman-3.4.4.tar.xz b/podman-3.4.4.tar.xz new file mode 100644 index 0000000..5ef1f38 --- /dev/null +++ b/podman-3.4.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5716533292bc584e49ce4220b4fcdb04b188b24ed53b7a862187e803870961b8 +size 6518292 diff --git a/podman.changes b/podman.changes index 1ddb386..c43c9c8 100644 --- a/podman.changes +++ b/podman.changes @@ -1,3 +1,55 @@ +------------------------------------------------------------------- +Wed Dec 08 21:22:26 UTC 2021 - michael@stroeder.com + +- Update to version 3.4.4: + * Bugfixes + - Fixed a bug where the podman exec command would, under some circumstances, + print a warning message about failing to move conmon to the appropriate cgroup (#12535). + - Fixed a bug where named volumes created as part of container creation + (e.g. podman run --volume avolume:/a/mountpoint or similar) would be + mounted with incorrect permissions (#12523). + - Fixed a bug where the podman-remote create and podman-remote run commands + did not properly handle the --entrypoint="" option (to clear the container's entrypoint) (#12521). + +------------------------------------------------------------------- +Tue Dec 07 17:54:32 UTC 2021 - michael@stroeder.com + +- Update to version 3.4.3: + * Security + - This release addresses CVE-2021-4024, where the podman machine command opened the gvproxy API (used to forward ports to podman machine VMs) to the public internet on port 7777. + - This release addresses CVE-2021-41190, where incomplete specification of behavior regarding image manifests could lead to inconsistent decoding on different clients. + * Features + - The --secret type=mount option to podman create and podman run supports a new option, target=, which specifies where in the container the secret will be mounted (#12287). + * Bugfixes + - Fixed a bug where rootless Podman would occasionally print warning messages about failing to move the pause process to a new cgroup (#12065). + - Fixed a bug where the podman run and podman create commands would, when pulling images, still require TLS even with registries set to Insecure via config file (#11933). + - Fixed a bug where the podman generate systemd command generated units that depended on multi-user.target, which has been removed from some distributions (#12438). + - Fixed a bug where Podman could not run containers with images that had /etc/ as a symlink (#12189). + - Fixed a bug where the podman logs -f command would, when using the journald logs backend, exit immediately if the container had previously been restarted (#12263). + - Fixed a bug where, in containers on VMs created by podman machine, the host.containers.internal name pointed to the VM, not the host system (#11642). + - Fixed a bug where containers and pods created by the podman play kube command in VMs managed by podman machine would not automatically forward ports from the host machine (#12248). + - Fixed a bug where podman machine init would fail on OS X when GNU Coreutils was installed (#12329). + - Fixed a bug where podman machine start would exit before SSH on the started VM was accepting connections (#11532). + - Fixed a bug where the podman run command with signal proxying (--sig-proxy) enabled could print an error if it attempted to send a signal to a container that had just exited (#8086). + - Fixed a bug where the podman stats command would not return correct information for containers running Systemd as PID1 (#12400). + - Fixed a bug where the podman image save command would fail on OS X when writing the image to STDOUT (#12402). + - Fixed a bug where the podman ps command did not properly handle PS arguments which contained whitespace (#12452). + - Fixed a bug where the podman-remote wait command could fail to detect that the container exited and return an error under some circumstances (#12457). + - Fixed a bug where the Windows MSI installer for podman-remote would break the PATH environment variable by adding an extra " (#11416). + * API + - Updated the containers/image library to v5.17.0 + - The Libpod Play Kube endpoint now also accepts ConfigMap YAML as part of its payload, and will use provided any ConfigMap to configure provided pods and services. + - Fixed a bug where the Compat Create endpoint for Containers would not always create the container's working directory if it did not exist (#11842). + - Fixed a bug where the Compat Create endpoint for Containers returned an incorrect error message with 404 errors when the requested image was not found (#12315). + - Fixed a bug where the Compat Create endpoint for Containers did not properly handle the HostConfig.Mounts field (#12419). + - Fixed a bug where the Compat Archive endpoint for Containers did not properly report errors when the operation failed (#12420). + - Fixed a bug where the Compat Build endpoint for Images ignored the layers query parameter (for caching intermediate layers from the build) (#12378). + - Fixed a bug where the Compat Build endpoint for Images did not report errors in a manner compatible with Docker (#12392). + - Fixed a bug where the Compat Build endpoint for Images would fail to build if the context directory was a symlink (#12409). + - Fixed a bug where the Compat List endpoint for Images included manifest lists (and not just images) in returned results (#12453). + * Misc + - Podman now builds by default with cgo enabled on OS X, resolving some issues with SSH (#10737). + ------------------------------------------------------------------- Sat Nov 13 11:21:06 UTC 2021 - michael@stroeder.com diff --git a/podman.spec b/podman.spec index 94febb9..2cc01ef 100644 --- a/podman.spec +++ b/podman.spec @@ -22,7 +22,7 @@ %define with_libostree 1 %endif Name: podman -Version: 3.4.2 +Version: 3.4.4 Release: 0 Summary: Daemon-less container engine for managing containers, pods and images License: Apache-2.0