aboutsummaryrefslogtreecommitdiff
path: root/utils/podman/patches
Commit message (Collapse)AuthorAge
* podman: update to v5.0.0Oskari Rauta2024-03-26
| | | | | | | | | | | Major version update to podman - Obsolete patch removed - patch 010-do-not-build-docs.patch refreshed Changelog: https://github.com/containers/podman/releases/tag/v5.0.0 Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* podman: update to 4.9.3Oskari Rauta2024-02-17
| | | | | | | | Changelogs: https://github.com/containers/podman/releases Patches refreshed Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* podman: update to version 4.8.0Oskari Rauta2023-12-01
| | | | | | | | | | | | | Changelog: https://github.com/containers/podman/releases I also updated containers.conf - it has gotten quite a many new options. I added crun to depends, every other distribution seems to ship it with podman, and after all it is a default OCI Container Runtime for podman anyway and has a super low footprint, so shouldn't be a problem for anyone running containers, after all you need some storage for that anyway. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* podman: update to 4.7.1Oskari Rauta2023-10-14
| | | | | | | | | | | | | | | | | | Bugfixes - Fixed a bug involving non-English locales of Windows where machine installs using user-mode networking were rejected due to erroneous version detection (#20209). - Fixed a regression in --env-file handling (#19565). - Fixed a bug where podman inspect would fail when stat'ing a device failed. API - The network list compat API endpoint is now much faster (#20035). Openwrt updates: added patch to allow building with musl-1.2.4 Patch source is from gentoo https://github.com/vimproved/gentoo/blob/c4c349f11a4352be1965726eadfe3a8bd8a6fa9c/app-containers/podman/files/podman-4.5.0-fix-build-with-musl-1.2.4.patch Issue was discussed by @jefferyto at mattn/go-sqlite3#1177 Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* podman: update to 4.7.0Oskari Rauta2023-10-01
| | | | | | A lot of changes. Changelog available at https://github.com/containers/podman/releases/tag/v4.7.0 Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* podman: update to 4.6.2Oskari Rauta2023-09-16
| | | | | | | | | | | | | patch refreshed. Changelog: - Fixed a performance issue when calculating diff sizes in overlay. The podman system df command should see a significant performance improvement. - Fixed a bug where containers in a pod would use the pod restart policy over the set container restart policy. - Fixed a bug in the Compat Build endpoint where the pull query parameter did not parse 0/1 as a boolean. - Updated the containers/storage library to v1.48.1 Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* podman: update to 4.5.0Oskari Rauta2023-05-14
| | | | | | | | | | | - added btrfs-tools as a build depency - switch from cni networking to recommended new standard, netavark. - drop iptables config option (netavark handles that now) - patch refreshed List of changes: https://github.com/containers/podman/releases Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* podman: update to v4.4.2Oskari Rauta2023-02-27
| | | | | | | | | | | | | | | | | Security: - This release fixes CVE-2023-0778, which allowed a malicious user to potentially replace a normal file in a volume with a symlink while exporting the volume, allowing for access to arbitrary files on the host file system. Bugfixes: - Fixed a bug where containers started via the podman-kube systemd template would always use the "passthrough" log driver (#17482). - Fixed a bug where pulls would unexpectedly encounter an EOF error. Now, Podman automatically transparently resumes aborted pull connections. - Fixed a race condition in Podman's signal proxy. Misc: - Updated the containers/image library to v5.24.1. Patch also refreshed Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* podman: update 4.4.1Oskari Rauta2023-02-17
| | | | | | | | | | | | | | | | | patch refreshed. Changes - Added the podman-systemd.unit man page, which can also be displayed using man quadlet (#17349). - Documented journald identifiers used in the journald backend for the podman events command. Bugfixes - Fixed a bug where the default handling of pids-limit was incorrect. - Fixed a bug where parallel calls to make docs crashed (#17322). - Fixed a regression in the podman kube play command where existing resources got mistakenly removed. Full list of changes: [Release notes](https://github.com/containers/podman/blob/main/RELEASE_NOTES.md) Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* podman: update to 4.3.1Oskari Rauta2023-01-16
| | | | Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* podman: update to version 4.0.2Oskari Rauta2022-03-02
| | | | | | | - Patch had became obsolete, it's contents were merged to upstream. Patch removed. - Version updated, long list of changes is available at https://github.com/containers/podman/releases Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* podman: update to v3.4.4Oskari Rauta2021-12-16
| | | | | | | | | | | | | | | list of changes: https://github.com/containers/podman/releases Added patch for compiling with musl. Patch can be removed on next release as it is already merged to podman git but not on this release. Patch moves definition in source so definition is available before it is being used. Patch source: https://github.com/containers/podman/pull/12564 Patch re-created with quilt. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* podman: update to version 3.0.1Daniel Golle2021-03-27
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* podman: fix build on MIPSDaniel Golle2021-01-15
Signed-off-by: Daniel Golle <daniel@makrotopia.org> Signed-off-by: Rosen Penev <rosenp@gmail.com>