Commit Graph

9 Commits

Author SHA1 Message Date
Huangbin Zhan
07a072121b podman: fix broken conffiles 2022-03-03 15:13:29 +00:00
Beginner-Go
759747b9ef Revert "podman: update to version 4.0.2"
This reverts commit d8d41c0d89.
2022-03-03 15:12:00 +00:00
Oskari Rauta
d8d41c0d89 podman: update to version 4.0.2
- 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>
2022-03-03 10:39:12 +00:00
Oskari Rauta
fac257e0f1 podman: update to v3.4.4
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>
2022-03-03 10:37:26 +00:00
Oskari Rauta
c6a7ba2294 podman: update to 3.4.2
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2022-03-03 10:37:16 +00:00
Oskari Rauta
21885db523 podman: update to 3.4.1
A lot of changes since 3.3.1.

Full (long) lists of release notes between
versions are available at
https://github.com/containers/podman/releases

containers.conf updated

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2022-03-03 10:37:06 +00:00
W. Michael Petullo
fb1c3f452b podman: update to 3.3.1
Earlier versions of podman did not make use of TMPDIR when running "podman
run ...". Podman's default, /var/tmp, presents a problem to rootless
use since OpenWrt's /var/tmp does not permit writes by non-root users.
Podman 3.3.1 makes full use of TMPDIR.

This is part of an attempt to get rootless podman to work on OpenWrt.
See https://github.com/openwrt/packages/issues/15096.

See also the upstream issue at
https://github.com/containers/podman/issues/10698.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
2022-03-03 10:34:43 +00:00
W. Michael Petullo
be50d479a0 podman: change permissions on /usr/share/containers/seccomp.json
Running podman as users other than root seems to require that those
users can read /usr/share/containers/seccomp.json. This change sets the
permissions on that file to match those used on Fedora.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
2022-03-03 10:34:32 +00:00
lean
49b7495639 packages: merge upstream 2021-06-15 17:47:11 +08:00