--------------------------------------------------------------------------------Fedora Update Notification
FEDORA-2020-7b6058fec9
2020-10-06 00:14:55.971279
--------------------------------------------------------------------------------Name        : podman
Product     : Fedora 33
Version     : 2.1.1
Release     : 10.fc33
URL         : https://podman.io/
Summary     : Manage Pods, Containers and Container Images
Description :
podman (Pod Manager) is a fully featured container engine that is a simple
daemonless tool.  podman provides a Docker-CLI comparable command line that
eases the transition from other container engines and allows the management of
pods, containers and images.  Simply put: alias docker=podman.
Most podman commands can be run as a regular user, without requiring
additional privileges.

podman uses Buildah(1) internally to create container images.
Both tools share image (not container) storage, hence each can use or
manipulate images (but not containers) created by the other.

Manage Pods, Containers and Container Images
podman Simple management tool for pods, containers and images

--------------------------------------------------------------------------------Update Information:

autobuilt v2.1.0, Security fix for CVE-2020-14370    ----  correct release tag
on account of prior faulty build_tag macro  ----  Add back in capability
SYS_CHROOT.  ----  Remove fchmodat2 from seccomp filters, since it is not in
upstream kernel yet.  ----  Remove dangerous capabilities by default.  ----Autobuilt v1.1.1
--------------------------------------------------------------------------------ChangeLog:

* Sun Oct  4 2020 Lokesh Mandvekar  - 2:2.1.1-10
- fix permission denied issue when using --net=host
* Fri Oct  2 2020 Lokesh Mandvekar  - 2:2.1.1-9
- fix capset issue on podman run (upstream PR#7898)
- Requires containers-common >= %epoch:1.2.0-2
* Fri Oct  2 2020 Lokesh Mandvekar  - 2:2.1.1-8
- Requires: (container-selinux if selinux-policy)
* Wed Sep 30 2020 Lokesh Mandvekar  - 2:2.1.1-7
- bump release tag for upgrade path
* Wed Sep 30 2020 Lokesh Mandvekar  - 2:2.1.1-6
- fix crun gating test issue
- bump release tag to preserve upgrade path
* Wed Sep 23 2020 Lokesh Mandvekar  - 2:2.1.1-1
- bump to v2.1.1
- depend on containers-common >= 1.1.1-9 for f33 gating tests
* Wed Sep 23 2020 Lokesh Mandvekar  - 2:2.1.0-2
- podman-plugins is a weak dep for podman
* Tue Sep 22 2020 RH Container Bot  - 2:2.1.0-1
- autobuilt v2.1.0
- Resolves: #1874268, #1881345 - CVE-2020-14370
* Fri Sep 18 2020 Lokesh Mandvekar  - 2:2.1.0-0.187.rc2
- fix release tag
* Thu Sep 17 2020 RH Container Bot  - 2:2.1.0-0.186.rc1
- autobuilt v2.1.0-rc2
* Wed Sep 16 2020 Lokesh Mandvekar  - 2:2.1.0-0.185.rc1
- fix deps for podman-plugins
* Wed Sep 16 2020 Lokesh Mandvekar  - 2:2.1.0-0.184.rc1
- podman-plugins depends on dnsmasq
* Mon Sep 14 2020 Lokesh Mandvekar  - 2:2.1.0-0.183.rc1
- build without btrfs for podman-remote
* Mon Sep 14 2020 Lokesh Mandvekar  - 2:2.1.0-0.182.rc1
- use correct remote buildtag
* Mon Sep 14 2020 Lokesh Mandvekar  - 2:2.1.0-0.181.rc1
- bump to v2.1.0-rc1
* Mon Sep 14 2020 RH Container Bot  - 2:2.1.0-0.180.dev.git43f2771
- autobuilt v2.1.0-rc1
--------------------------------------------------------------------------------References:

  [ 1 ] Bug #1874268 - CVE-2020-14370 podman: environment variables leak between containers when started via Varlink or Docker-compatible REST API
        https://bugzilla.redhat.com/show_bug.cgi?id=1874268
--------------------------------------------------------------------------------This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2020-7b6058fec9' at the command
line. For more information, refer to the dnf documentation available at
https://dnf.readthedocs.io/en/latest/command_ref.html

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/security/
--------------------------------------------------------------------------------_______________________________________________
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/

Fedora 33: podman 2020-7b6058fec9

October 5, 2020
autobuilt v2.1.0, Security fix for CVE-2020-14370 ---- correct release tag on account of prior faulty build_tag macro ---- Add back in capability SYS_CHROOT

Summary

podman (Pod Manager) is a fully featured container engine that is a simple

daemonless tool. podman provides a Docker-CLI comparable command line that

eases the transition from other container engines and allows the management of

pods, containers and images. Simply put: alias docker=podman.

Most podman commands can be run as a regular user, without requiring

additional privileges.

podman uses Buildah(1) internally to create container images.

Both tools share image (not container) storage, hence each can use or

manipulate images (but not containers) created by the other.

Manage Pods, Containers and Container Images

podman Simple management tool for pods, containers and images

autobuilt v2.1.0, Security fix for CVE-2020-14370 ---- correct release tag

on account of prior faulty build_tag macro ---- Add back in capability

SYS_CHROOT. ---- Remove fchmodat2 from seccomp filters, since it is not in

upstream kernel yet. ---- Remove dangerous capabilities by default. ----Autobuilt v1.1.1

* Sun Oct 4 2020 Lokesh Mandvekar - 2:2.1.1-10

- fix permission denied issue when using --net=host

* Fri Oct 2 2020 Lokesh Mandvekar - 2:2.1.1-9

- fix capset issue on podman run (upstream PR#7898)

- Requires containers-common >= %epoch:1.2.0-2

* Fri Oct 2 2020 Lokesh Mandvekar - 2:2.1.1-8

- Requires: (container-selinux if selinux-policy)

* Wed Sep 30 2020 Lokesh Mandvekar - 2:2.1.1-7

- bump release tag for upgrade path

* Wed Sep 30 2020 Lokesh Mandvekar - 2:2.1.1-6

- fix crun gating test issue

- bump release tag to preserve upgrade path

* Wed Sep 23 2020 Lokesh Mandvekar - 2:2.1.1-1

- bump to v2.1.1

- depend on containers-common >= 1.1.1-9 for f33 gating tests

* Wed Sep 23 2020 Lokesh Mandvekar - 2:2.1.0-2

- podman-plugins is a weak dep for podman

* Tue Sep 22 2020 RH Container Bot - 2:2.1.0-1

- autobuilt v2.1.0

- Resolves: #1874268, #1881345 - CVE-2020-14370

* Fri Sep 18 2020 Lokesh Mandvekar - 2:2.1.0-0.187.rc2

- fix release tag

* Thu Sep 17 2020 RH Container Bot - 2:2.1.0-0.186.rc1

- autobuilt v2.1.0-rc2

* Wed Sep 16 2020 Lokesh Mandvekar - 2:2.1.0-0.185.rc1

- fix deps for podman-plugins

* Wed Sep 16 2020 Lokesh Mandvekar - 2:2.1.0-0.184.rc1

- podman-plugins depends on dnsmasq

* Mon Sep 14 2020 Lokesh Mandvekar - 2:2.1.0-0.183.rc1

- build without btrfs for podman-remote

* Mon Sep 14 2020 Lokesh Mandvekar - 2:2.1.0-0.182.rc1

- use correct remote buildtag

* Mon Sep 14 2020 Lokesh Mandvekar - 2:2.1.0-0.181.rc1

- bump to v2.1.0-rc1

* Mon Sep 14 2020 RH Container Bot - 2:2.1.0-0.180.dev.git43f2771

- autobuilt v2.1.0-rc1

[ 1 ] Bug #1874268 - CVE-2020-14370 podman: environment variables leak between containers when started via Varlink or Docker-compatible REST API

https://bugzilla.redhat.com/show_bug.cgi?id=1874268

su -c 'dnf upgrade --advisory FEDORA-2020-7b6058fec9' at the command

line. For more information, refer to the dnf documentation available at

https://dnf.readthedocs.io/en/latest/command_ref.html

All packages are signed with the Fedora Project GPG key. More details on the

GPG keys used by the Fedora Project can be found at

https://fedoraproject.org/security/

package-announce mailing list -- package-announce@lists.fedoraproject.org

To unsubscribe send an email to package-announce-leave@lists.fedoraproject.org

Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/

List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines

List Archives: https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/

FEDORA-2020-7b6058fec9 2020-10-06 00:14:55.971279 Product : Fedora 33 Version : 2.1.1 Release : 10.fc33 URL : https://podman.io/ Summary : Manage Pods, Containers and Container Images Description : podman (Pod Manager) is a fully featured container engine that is a simple daemonless tool. podman provides a Docker-CLI comparable command line that eases the transition from other container engines and allows the management of pods, containers and images. Simply put: alias docker=podman. Most podman commands can be run as a regular user, without requiring additional privileges. podman uses Buildah(1) internally to create container images. Both tools share image (not container) storage, hence each can use or manipulate images (but not containers) created by the other. Manage Pods, Containers and Container Images podman Simple management tool for pods, containers and images autobuilt v2.1.0, Security fix for CVE-2020-14370 ---- correct release tag on account of prior faulty build_tag macro ---- Add back in capability SYS_CHROOT. ---- Remove fchmodat2 from seccomp filters, since it is not in upstream kernel yet. ---- Remove dangerous capabilities by default. ----Autobuilt v1.1.1 * Sun Oct 4 2020 Lokesh Mandvekar - 2:2.1.1-10 - fix permission denied issue when using --net=host * Fri Oct 2 2020 Lokesh Mandvekar - 2:2.1.1-9 - fix capset issue on podman run (upstream PR#7898) - Requires containers-common >= %epoch:1.2.0-2 * Fri Oct 2 2020 Lokesh Mandvekar - 2:2.1.1-8 - Requires: (container-selinux if selinux-policy) * Wed Sep 30 2020 Lokesh Mandvekar - 2:2.1.1-7 - bump release tag for upgrade path * Wed Sep 30 2020 Lokesh Mandvekar - 2:2.1.1-6 - fix crun gating test issue - bump release tag to preserve upgrade path * Wed Sep 23 2020 Lokesh Mandvekar - 2:2.1.1-1 - bump to v2.1.1 - depend on containers-common >= 1.1.1-9 for f33 gating tests * Wed Sep 23 2020 Lokesh Mandvekar - 2:2.1.0-2 - podman-plugins is a weak dep for podman * Tue Sep 22 2020 RH Container Bot - 2:2.1.0-1 - autobuilt v2.1.0 - Resolves: #1874268, #1881345 - CVE-2020-14370 * Fri Sep 18 2020 Lokesh Mandvekar - 2:2.1.0-0.187.rc2 - fix release tag * Thu Sep 17 2020 RH Container Bot - 2:2.1.0-0.186.rc1 - autobuilt v2.1.0-rc2 * Wed Sep 16 2020 Lokesh Mandvekar - 2:2.1.0-0.185.rc1 - fix deps for podman-plugins * Wed Sep 16 2020 Lokesh Mandvekar - 2:2.1.0-0.184.rc1 - podman-plugins depends on dnsmasq * Mon Sep 14 2020 Lokesh Mandvekar - 2:2.1.0-0.183.rc1 - build without btrfs for podman-remote * Mon Sep 14 2020 Lokesh Mandvekar - 2:2.1.0-0.182.rc1 - use correct remote buildtag * Mon Sep 14 2020 Lokesh Mandvekar - 2:2.1.0-0.181.rc1 - bump to v2.1.0-rc1 * Mon Sep 14 2020 RH Container Bot - 2:2.1.0-0.180.dev.git43f2771 - autobuilt v2.1.0-rc1 [ 1 ] Bug #1874268 - CVE-2020-14370 podman: environment variables leak between containers when started via Varlink or Docker-compatible REST API https://bugzilla.redhat.com/show_bug.cgi?id=1874268 su -c 'dnf upgrade --advisory FEDORA-2020-7b6058fec9' at the command line. For more information, refer to the dnf documentation available at https://dnf.readthedocs.io/en/latest/command_ref.html All packages are signed with the Fedora Project GPG key. More details on the GPG keys used by the Fedora Project can be found at https://fedoraproject.org/security/ package-announce mailing list -- package-announce@lists.fedoraproject.org To unsubscribe send an email to package-announce-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/

Change Log

References

Update Instructions

Severity
Product : Fedora 33
Version : 2.1.1
Release : 10.fc33
URL : https://podman.io/
Summary : Manage Pods, Containers and Container Images

Related News