libpod (4.4.0+ds1-1)
[PTS] [DDPO]
OLD: VCS is behind the version in the archive: 4.3.1+ds1-8 < 4.4.0+ds1-1.
- Git: https://salsa.debian.org/debian/libpod.git
-
- Branch: debian/sid
- Path: debian/changelog
- Repo size: 97796096
- Browser: https://salsa.debian.org/debian/libpod
- Last scan: 2023-05-29 02:52:16+00
- Error: https://salsa.debian.org/api/v4/projects/debian%2Flibpod/pipelines?scope=finished&per_page=1 API request failed: 403 Forbidden at /srv/qa.debian.org/data/vcswatch/vcswatch line 428.
- Next scan: 2023-06-05 05:17:00+00
- Merge requests: 1
- Debian changelog in Git:
libpod (4.3.1+ds1-8) unstable; urgency=medium
* [upstream] unbreak using docker as client
* debian/control: tighten dependencies against buildah (Closes: #1034871)
* [upstream] system reset: show graphRoot/runRoot before removal
-- Reinhard Tartler <siretart@tauware.de> Sun, 30 Apr 2023 08:19:54 -0400
- This branch is 7 commits ahead of tag debian/4.3.1+ds1-6
- Git log:
commit 4077d077410c8aa25a8c3a5e8ec08dd5be467ed6
Author: Reinhard Tartler <siretart@tauware.de>
Date: Sun Apr 30 08:20:06 2023 -0400
debian/changelog: update
commit ff9dc8e1366f770b54814a4b232f9c09c2415c39
Author: Reinhard Tartler <siretart@tauware.de>
Date: Sun Apr 30 08:18:20 2023 -0400
[gbp] add configuration
commit e893ca805993edfb17ebb318e2bdc54de03af487
Author: Reinhard Tartler <siretart@tauware.de>
Date: Sun Apr 30 08:15:40 2023 -0400
[upstream] system reset: show graphRoot/runRoot before removal
system reset it says it will delete containers, images, networks, etc...
However it will also delete the graphRoot and runRoot directories.
Normally this is not an issue, however in same cases these directories
were set to the users home directory or some other important system
directory.
This step adds some more verbosity to help users making accidental
mistakes
commit cec40b08692a707d8875367e25ac31570fbfe6d5
Author: Reinhard Tartler <siretart@tauware.de>
Date: Sun Apr 30 08:13:09 2023 -0400
debian/control: tighten dependencies against buildah
Closes: #1034871
commit a0f56d0e64e769e3d40695af4649813f89fe2d0c
Author: Reinhard Tartler <siretart@tauware.de>
Date: Sun Apr 30 08:10:23 2023 -0400
[upstream] unbreak using docker as client
Docker's newer clients popuates `cacheFrom` and `cacheTo` parameter
by default as empty array for all commands but buildah's design of
distributed cache expects this to be a repo not image hence parse
only the first populated repo and igore if empty array.
NB: Fixes building containers using the docker client with podman,
even when not using any cache-to/cache-from flag.
commit b9959e7f168c7faf1fb2e0fce5c5f7f5ced325d9
Author: Reinhard Tartler <siretart@tauware.de>
Date: Mon Apr 10 18:39:42 2023 -0400
debian/changelog: update
commit 38f41c4bae8a98a1fe6b56e7a149aaa8242610f0
Author: Reinhard Tartler <siretart@tauware.de>
Date: Mon Apr 10 18:37:53 2023 -0400
[upstream] volume,container: chroot to source before exporting content
Closes: #1032099
Bugs-Redhat: BZ:#2168256
CVE: https://access.redhat.com/security/cve/CVE-2023-0778