--------------------------------------------------------------------------------Fedora Update Notification
FEDORA-2021-fb466fb623
2021-02-26 01:07:35.018897
--------------------------------------------------------------------------------Name        : podman
Product     : Fedora 33
Version     : 3.0.1
Release     : 1.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:

bump podman to v3.0.1, Security fix for CVE-2021-20206    ----  Resolves:
#1919391, #1926796 - Security fix for CVE-2021-20206  ----  Autobuilt v1.19.3
----  Autobuilt v1.19.2  ----  Autobuilt v1.19.1  ----  Autobuilt v1.19.0  ----harden cgo based golang binaries   ----  Autobuilt v0.9.1
--------------------------------------------------------------------------------ChangeLog:

* Fri Feb 19 2021 Lokesh Mandvekar  - 2:3.0.1-1
- bump to v3.0.1
* Mon Feb 15 2021 Lokesh Mandvekar  - 2:3.0.0-3
- requires runc v1.0.0-rc93 for centos7
* Sun Feb 14 2021 Lokesh Mandvekar  - 2:3.0.0-2
- bump release to hopefully hide centos7 build
* Thu Feb 11 2021 Lokesh Mandvekar  - 2:3.0.0-1
- bump to v3.0.0
* Thu Feb 11 2021 Lokesh Mandvekar  - 2:3.0.0-0.6.rc3
- set GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" -ldflags "${LDFLAGS:-} -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \n') -extldflags '-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '" -a -v -x for centos;
* Mon Feb  8 2021 Lokesh Mandvekar  - 2:3.0.0-0.5.rc3
- built v3.0.0-rc3
* Thu Feb  4 2021 Lokesh Mandvekar  - 2:3.0.0-0.4.rc2
- bump for centos
* Thu Feb  4 2021 Lokesh Mandvekar  - 2:3.0.0-0.3.rc2
- update dependencies
* Fri Jan 29 2021 RH Container Bot  - 2:3.0.0-0.2.rc2
- autobuilt v3.0.0-rc2
* Mon Jan 18 2021 RH Container Bot  - 2:3.0.0-0.1.rc1
- autobuilt v3.0.0-rc1
--------------------------------------------------------------------------------References:

  [ 1 ] Bug #1919391 - CVE-2021-20206 containernetworking-cni: Arbitrary path injection via type field in CNI configuration
        https://bugzilla.redhat.com/show_bug.cgi?id=1919391
--------------------------------------------------------------------------------This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2021-fb466fb623' 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/
Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure

Fedora 33: podman 2021-fb466fb623

February 25, 2021
bump podman to v3.0.1, Security fix for CVE-2021-20206 ---- Resolves: #1919391, #1926796 - Security fix for CVE-2021-20206 ---- Autobuilt v1.19.3 ---- Autobuilt v1.19.2 ---- Autob...

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

bump podman to v3.0.1, Security fix for CVE-2021-20206 ---- Resolves:

#1919391, #1926796 - Security fix for CVE-2021-20206 ---- Autobuilt v1.19.3

---- Autobuilt v1.19.2 ---- Autobuilt v1.19.1 ---- Autobuilt v1.19.0 ----harden cgo based golang binaries ---- Autobuilt v0.9.1

* Fri Feb 19 2021 Lokesh Mandvekar - 2:3.0.1-1

- bump to v3.0.1

* Mon Feb 15 2021 Lokesh Mandvekar - 2:3.0.0-3

- requires runc v1.0.0-rc93 for centos7

* Sun Feb 14 2021 Lokesh Mandvekar - 2:3.0.0-2

- bump release to hopefully hide centos7 build

* Thu Feb 11 2021 Lokesh Mandvekar - 2:3.0.0-1

- bump to v3.0.0

* Thu Feb 11 2021 Lokesh Mandvekar - 2:3.0.0-0.6.rc3

- set GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" -ldflags "${LDFLAGS:-} -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \n') -extldflags '-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '" -a -v -x for centos;

* Mon Feb 8 2021 Lokesh Mandvekar - 2:3.0.0-0.5.rc3

- built v3.0.0-rc3

* Thu Feb 4 2021 Lokesh Mandvekar - 2:3.0.0-0.4.rc2

- bump for centos

* Thu Feb 4 2021 Lokesh Mandvekar - 2:3.0.0-0.3.rc2

- update dependencies

* Fri Jan 29 2021 RH Container Bot - 2:3.0.0-0.2.rc2

- autobuilt v3.0.0-rc2

* Mon Jan 18 2021 RH Container Bot - 2:3.0.0-0.1.rc1

- autobuilt v3.0.0-rc1

[ 1 ] Bug #1919391 - CVE-2021-20206 containernetworking-cni: Arbitrary path injection via type field in CNI configuration

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

su -c 'dnf upgrade --advisory FEDORA-2021-fb466fb623' 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/

Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure

FEDORA-2021-fb466fb623 2021-02-26 01:07:35.018897 Product : Fedora 33 Version : 3.0.1 Release : 1.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 bump podman to v3.0.1, Security fix for CVE-2021-20206 ---- Resolves: #1919391, #1926796 - Security fix for CVE-2021-20206 ---- Autobuilt v1.19.3 ---- Autobuilt v1.19.2 ---- Autobuilt v1.19.1 ---- Autobuilt v1.19.0 ----harden cgo based golang binaries ---- Autobuilt v0.9.1 * Fri Feb 19 2021 Lokesh Mandvekar - 2:3.0.1-1 - bump to v3.0.1 * Mon Feb 15 2021 Lokesh Mandvekar - 2:3.0.0-3 - requires runc v1.0.0-rc93 for centos7 * Sun Feb 14 2021 Lokesh Mandvekar - 2:3.0.0-2 - bump release to hopefully hide centos7 build * Thu Feb 11 2021 Lokesh Mandvekar - 2:3.0.0-1 - bump to v3.0.0 * Thu Feb 11 2021 Lokesh Mandvekar - 2:3.0.0-0.6.rc3 - set GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" -ldflags "${LDFLAGS:-} -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \n') -extldflags '-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld '" -a -v -x for centos; * Mon Feb 8 2021 Lokesh Mandvekar - 2:3.0.0-0.5.rc3 - built v3.0.0-rc3 * Thu Feb 4 2021 Lokesh Mandvekar - 2:3.0.0-0.4.rc2 - bump for centos * Thu Feb 4 2021 Lokesh Mandvekar - 2:3.0.0-0.3.rc2 - update dependencies * Fri Jan 29 2021 RH Container Bot - 2:3.0.0-0.2.rc2 - autobuilt v3.0.0-rc2 * Mon Jan 18 2021 RH Container Bot - 2:3.0.0-0.1.rc1 - autobuilt v3.0.0-rc1 [ 1 ] Bug #1919391 - CVE-2021-20206 containernetworking-cni: Arbitrary path injection via type field in CNI configuration https://bugzilla.redhat.com/show_bug.cgi?id=1919391 su -c 'dnf upgrade --advisory FEDORA-2021-fb466fb623' 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/ Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure

Change Log

References

Update Instructions

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

Related News