Your message dated Fri, 24 Dec 2021 20:34:03 +0000
with message-id <[email protected]>
and subject line Bug#1001321: fixed in libpod 3.4.3+ds1-1
has caused the Debian Bug report #1001321,
regarding Fwd: [containers/podman] Release v3.4.3 - v3.4.3
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1001321: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1001321
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libpod


---------- Forwarded message ---------
From: Matthew Heon <[email protected]>
Date: Tue, Dec 7, 2021 at 10:09 AM
Subject: [containers/podman] Release v3.4.3 - v3.4.3
To: containers/podman <[email protected]>
Cc: Subscribed <[email protected]>


v3.4.3 <https://github.com/containers/podman/releases/tag/v3.4.3>

Repository: containers/podman <https://github.com/containers/podman> · Tag:
v3.4.3 <https://github.com/containers/podman/tree/v3.4.3> · Commit: 3450a60
<https://github.com/containers/podman/commit/3450a60d2196cc0bee8a3fc28a7c93a7370d4515>
· Released by: mheon <https://github.com/mheon>
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
   <https://github.com/advisories/GHSA-mc8v-mgrf-8f4m>, 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
   <https://github.com/containers/podman/issues/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
   <https://github.com/containers/podman/issues/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
   <https://github.com/containers/podman/issues/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 <https://github.com/containers/podman/issues/12438>
   ).
   - Fixed a bug where Podman could not run containers with images that had
   /etc/ as a symlink (#12189
   <https://github.com/containers/podman/issues/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
   <https://github.com/containers/podman/issues/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 <https://github.com/containers/podman/issues/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
   <https://github.com/containers/podman/issues/12248>).
   - Fixed a bug where podman machine init would fail on OS X when GNU
   Coreutils was installed (#12329
   <https://github.com/containers/podman/issues/12329>).
   - Fixed a bug where podman machine start would exit before SSH on the
   started VM was accepting connections (#11532
   <https://github.com/containers/podman/issues/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
   <https://github.com/containers/podman/issues/8086>).
   - Fixed a bug where the podman stats command would not return correct
   information for containers running Systemd as PID1 (#12400
   <https://github.com/containers/podman/issues/12400>).
   - Fixed a bug where the podman image save command would fail on OS X
   when writing the image to STDOUT (#12402
   <https://github.com/containers/podman/issues/12402>).
   - Fixed a bug where the podman ps command did not properly handle PS
   arguments which contained whitespace (#12452
   <https://github.com/containers/podman/issues/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 <https://github.com/containers/podman/issues/12457>).
   - Fixed a bug where the Windows MSI installer for podman-remote would
   break the PATH environment variable by adding an extra " (#11416
   <https://github.com/containers/podman/issues/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 <https://github.com/containers/podman/issues/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 <https://github.com/containers/podman/pull/12315>).
   - Fixed a bug where the Compat Create endpoint for Containers did not
   properly handle the HostConfig.Mounts field (#12419
   <https://github.com/containers/podman/issues/12419>).
   - Fixed a bug where the Compat Archive endpoint for Containers did not
   properly report errors when the operation failed (#12420
   <https://github.com/containers/podman/issues/12420>).
   - Fixed a bug where the Compat Build endpoint for Images ignored the
   layers query parameter (for caching intermediate layers from the build) (
   #12378 <https://github.com/containers/podman/issues/12378>).
   - Fixed a bug where the Compat Build endpoint for Images did not report
   errors in a manner compatible with Docker (#12392
   <https://github.com/containers/podman/issues/12392>).
   - Fixed a bug where the Compat Build endpoint for Images would fail to
   build if the context directory was a symlink (#12409
   <https://github.com/containers/podman/issues/12409>).
   - Fixed a bug where the Compat List endpoint for Images included
   manifest lists (and not just images) in returned results (#12453
   <https://github.com/containers/podman/issues/12453>).

Misc

   - Podman now builds by default with cgo enabled on OS X, resolving some
   issues with SSH (#10737
   <https://github.com/containers/podman/issues/10737>).

—

This release has 2 assets:

   - Source code (zip)
   - Source code (tar.gz)

Visit the release page
<https://github.com/containers/podman/releases/tag/v3.4.3> to download them.

—
You are receiving this because you are watching this repository.
View it on GitHub <https://github.com/containers/podman/releases/tag/v3.4.3>
or unsubscribe
<https://github.com/containers/podman/unsubscribe_via_email/AAOKTJD6EHZ3IDLSSNCAZ2TUPYPTLANCNFSM4BUBNXIQ>
from all notifications for this repository.


-- 
regards,
    Reinhard

--- End Message ---
--- Begin Message ---
Source: libpod
Source-Version: 3.4.3+ds1-1
Done: Reinhard Tartler <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libpod, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Reinhard Tartler <[email protected]> (supplier of updated libpod package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 24 Dec 2021 14:40:01 -0500
Source: libpod
Architecture: source
Version: 3.4.3+ds1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
<[email protected]>
Changed-By: Reinhard Tartler <[email protected]>
Closes: 1001321
Changes:
 libpod (3.4.3+ds1-1) unstable; urgency=medium
 .
   * New upstream release, Closes: #1001321
Checksums-Sha1:
 e9f3d69a9e26078055aeeef7ed8365a6b0243627 5157 libpod_3.4.3+ds1-1.dsc
 3db1190b458d8391cc43c83e0c4ed867c50d256b 1965476 libpod_3.4.3+ds1.orig.tar.xz
 e6c845110cd22756e52e3d6f3b5081d985de2f63 15408 libpod_3.4.3+ds1-1.debian.tar.xz
Checksums-Sha256:
 2bf5e627907afa614be4518e53c462eaaa26e020b8c54f33bfb646f55fe64c16 5157 
libpod_3.4.3+ds1-1.dsc
 c98835c241df25ee18202935e0f5483dc6782d6ef2fff037bf785b3d78e5cbed 1965476 
libpod_3.4.3+ds1.orig.tar.xz
 5ff19f5665845a1c5c9c46551588388f0370ed37099a62406e4795cfac8801e2 15408 
libpod_3.4.3+ds1-1.debian.tar.xz
Files:
 715d103870c984de7124258a7e08579c 5157 admin optional libpod_3.4.3+ds1-1.dsc
 47ec83bbdedf831271f64a7cc2ebd869 1965476 admin optional 
libpod_3.4.3+ds1.orig.tar.xz
 d81740047c57d355a43f4a9a79363fff 15408 admin optional 
libpod_3.4.3+ds1-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQJIBAEBCgAyFiEEMN59F2OrlFLH4IJQSadpd5QoJssFAmHGImYUHHNpcmV0YXJ0
QHRhdXdhcmUuZGUACgkQSadpd5QoJsvj9g//Y3JdkvdPMx9aSyjDFmzcjqXOrtHG
wyAoHfd6Ul4wyuWGDM8z07+W9mpeXBHm+3Qc3KVdoWxXLn/H2jMNpiaiHE209woP
LVstq5xYutuZWBi3rhT3899esC6yPJWJAHW1Xf+VJA6TF7pgRRhXXt9NcX/ZGl90
U9Jp09qv/vTFpgmnN5sQgq/t8sdsh7frx60CR6jAsZlzPPLwN/qKWil/ztaHbSrd
PVm0oznyey6OVgy0qLXOeRPihgf1C04S1chVdENHN1b1zYlkXXUBE0upobghbV9/
7PrLGZsK4zmKew+ZLh7CBvzv5Y7Nm2mLODTClgZLbJ1G8seqZVXDCjDDckBoLdQ8
H7hrhMXq1W8zJ909cbGZ3VLhgT8dKprzOBQo0Ejlpbdb+juqh4d/iVDULDWC2tTk
BvNADIeppf2chUJ7kIxjHO57pvo7ieNu2b5wfuZ3IwTC+v2M2lrrlauLvvywLrDp
kzyd/7Dcr0IukZEV3Z+n/SrHbBcqKxaViFLldqX2DowAzQmUYA3/CHLy3KdfONhh
SQN9N+JQC+1TZP+JzCFWVJtUF0CUiyJdUYx9diyS7vVuKfD7mRpAOGxrwZ9+Lont
ZpyeyWVTVrIX9pyiuGcKkQTE4rIC9FnbSElfHdmnA6ye3OJpA73AlPkAh5GYB6MZ
uNI3IZt2mrpOT7M=
=diN2
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-go-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers

Reply via email to