Debian Package Tracker
Register | Log in
Subscribe

podman

tool to manage containers and pods

Choose email to subscribe with

general
  • source: podman (main)
  • version: 5.8.4+ds1-2
  • maintainer: Debian Go Packaging Team (archive) (DMD)
  • uploaders: Reinhard Tartler [DMD] – Faidon Liambotis [DMD] – Dmitry Smirnov [DMD]
  • arch: any
  • std-ver: 4.7.4
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • stable: 5.4.2+ds1-2
  • testing: 5.8.3+ds1-1
  • unstable: 5.8.4+ds1-2
versioned links
  • 5.4.2+ds1-2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 5.8.3+ds1-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 5.8.4+ds1-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 5.8.4+ds1-2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • podman (10 bugs: 0, 6, 4, 0)
  • podman-docker
  • podman-remote
action needed
Debci reports failed tests high
  • unstable: fail (log)
    The tests ran in 2:06:29
    Last run: 2026-08-23T00:31:54.000Z
    Previous status: unknown

  • testing: pass (log)
    The tests ran in 1:17:32
    Last run: 2026-08-18T10:56:13.000Z
    Previous status: unknown

  • stable: fail (log)
    The tests ran in 1:26:56
    Last run: 2026-08-20T17:53:13.000Z
    Previous status: unknown

Created: 2025-10-21 Last update: 2026-08-24 03:30
Marked for autoremoval on 13 September due to golang-github-masterminds-sprig, wasmedge: #1133663, #1143319 high
Version 5.8.3+ds1-1 of podman is marked for autoremoval from testing on Sun 13 Sep 2026. It depends (transitively) on golang-github-masterminds-sprig, wasmedge, affected by #1133663, #1143319. You should try to prevent the removal by fixing these RC bugs.
Created: 2026-08-01 Last update: 2026-08-24 03:04
A new upstream version is available: 6.1.0 high
A new upstream version 6.1.0 is available, you should consider packaging it.
Created: 2026-08-23 Last update: 2026-08-24 03:03
3 security issues in trixie high

There are 3 open security issues in trixie.

2 important issues:
  • CVE-2026-55686: Podman is a tool for managing OCI containers and pods. From 3.0.0 until 5.7.1, running a malicious container image where the WORKDIR path contains a symlink can create a directory or modify ownership on the host filesystem. Modified ownership is less likely to happen as that requires help from an untrusted/malicious process that mutates the host filesystem tree during dereferencing of the WORKDIR path, to trigger a race condition. This vulnerability is fixed in 5.7.1.
  • CVE-2026-57231: Podman is a tool for managing OCI containers and pods. From 1.8.1 until 5.8.4, a container image that contains a environment variable with just a key and no value can trick podman into passing that variable from the host into the container. This is made worse by the fact that using an asterisk (*) will cause podman to pass all host variables into the container. So essentially a malicious image can exfiltrate all podman environment variables that are set in the session from where the container is launched. This vulnerability is fixed in 5.8.4 and 6.0.0.
1 issue left for the package maintainer to handle:
  • CVE-2025-9566: (needs triaging) There's a vulnerability in podman where an attacker may use the kube play command to overwrite host files when the kube file container a Secrete or a ConfigMap volume mount and such volume contains a symbolic link to a host file path. In a successful attack, the attacker can only control the target file to be overwritten but not the content to be written into the file. Binary-Affected: podman Upstream-version-introduced: v4.0.0 Upstream-version-fixed: v5.6.1

You can find information about how to handle this issue in the security team's documentation.

Created: 2025-09-05 Last update: 2026-08-23 22:00
1 security issue in sid high

There is 1 open security issue in sid.

1 important issue:
  • CVE-2026-19730: The 'podman quadlet install --replace' command opens the existing destination file with O_CREATE|O_WRONLY but omits O_TRUNC. When the initial reflink copy attempt fails (common on non-reflink-capable filesystems including many RHEL default XFS configurations), the fallback in ReflinkOrCopy uses io.Copy which performs a non-truncating write. If the original Quadlet is larger than the new Quadlet, the file is not truncated and content from the original is preserved. The command completes with no warning. There is no risk of information leakage as the user already had access to the Quadlet in order to replace it, and in most cases, this would only lead to invalid Quadlet files. However, security-related options from the end of the old Quadlet could be included in the new Quadlet, and if the truncation resulted in a valid Quadlet file, this could result in undesirable behavior. For example, running podman quadlet install --replace to remove a single line from the end of a Quadlet - including security-sensitive content, like AddCapability - will fail, and the option will continue to be used. Further, with Volume Quadlets, this can include additional mounts which can cause content to be unintentionally exposed into containers. If, later, the image is updated then compromised content might be leaked to an attacker. The vulnerable code paths are in pkg/domain/infra/abi/quadlet.go (lines 338-360, O_CREATE|O_WRONLY without O_TRUNC) and vendor/go.podman.io/storage/pkg/fileutils/reflink_linux.go (lines 12-19, non-truncating io.Copy fallback).
Created: 2026-06-27 Last update: 2026-08-23 22:00
2 security issues in forky high

There are 2 open security issues in forky.

2 important issues:
  • CVE-2026-19730: The 'podman quadlet install --replace' command opens the existing destination file with O_CREATE|O_WRONLY but omits O_TRUNC. When the initial reflink copy attempt fails (common on non-reflink-capable filesystems including many RHEL default XFS configurations), the fallback in ReflinkOrCopy uses io.Copy which performs a non-truncating write. If the original Quadlet is larger than the new Quadlet, the file is not truncated and content from the original is preserved. The command completes with no warning. There is no risk of information leakage as the user already had access to the Quadlet in order to replace it, and in most cases, this would only lead to invalid Quadlet files. However, security-related options from the end of the old Quadlet could be included in the new Quadlet, and if the truncation resulted in a valid Quadlet file, this could result in undesirable behavior. For example, running podman quadlet install --replace to remove a single line from the end of a Quadlet - including security-sensitive content, like AddCapability - will fail, and the option will continue to be used. Further, with Volume Quadlets, this can include additional mounts which can cause content to be unintentionally exposed into containers. If, later, the image is updated then compromised content might be leaked to an attacker. The vulnerable code paths are in pkg/domain/infra/abi/quadlet.go (lines 338-360, O_CREATE|O_WRONLY without O_TRUNC) and vendor/go.podman.io/storage/pkg/fileutils/reflink_linux.go (lines 12-19, non-truncating io.Copy fallback).
  • CVE-2026-57231: Podman is a tool for managing OCI containers and pods. From 1.8.1 until 5.8.4, a container image that contains a environment variable with just a key and no value can trick podman into passing that variable from the host into the container. This is made worse by the fact that using an asterisk (*) will cause podman to pass all host variables into the container. So essentially a malicious image can exfiltrate all podman environment variables that are set in the session from where the container is launched. This vulnerability is fixed in 5.8.4 and 6.0.0.
Created: 2026-06-27 Last update: 2026-08-23 22:00
version in VCS is newer than in repository, is it time to upload? normal
vcswatch reports that this package seems to have a new changelog entry (version 5.8.6+ds1-1, distribution UNRELEASED) and new commits in its VCS. You should consider whether it's time to make an upload.

Here are the relevant commit messages:
commit 0e5f025a72c9a2b4a77ede6c8f8d8ba381bd7c31
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Sun Aug 23 18:46:06 2026 -0400

    prepare new upload

commit e3e5acc45c9f4f109462c9ce67e7779375077faa
Merge: 523cf14c 9cda52e3
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Sun Aug 23 18:44:58 2026 -0400

    Update upstream source from tag 'upstream/5.8.6+ds1'
    
    Update to upstream version '5.8.6+ds1'
    with Debian dir 9bfb7666ad9946bab7a432c7b229ea3806d93900

commit 523cf14cdbec5ea3203405952df52090f51f8773
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Sun Aug 23 18:04:29 2026 -0400

    debian/tests/system-tests: support BATS_FILTER, BATS_EXTRA_FLAGS, and BATS_TESTS

commit 7100cfd77221418f4f88c5a61c767030cd0f7151
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Sun Aug 23 17:58:40 2026 -0400

    debian/patches: add fixes for test failures in 040-ps and 155-partial-pull
    
    - 0016-test-system-parse-last-line-of-buildah-output-in-040.patch:
      parse last line of buildah from output in 040-ps.bats to ignore warnings
    - 0017-test-system-align-globalargs-in-155-partial-pull-wit.patch:
      align globalargs in 155-partial-pull.bats with test 1 to avoid graph driver mismatch

commit b5c6e5c0149150e750ebf9099d751df5ada7698b
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Sat Aug 22 11:59:55 2026 -0400

    debian/changelog: update

commit 1d3aa51981cb9c18250d4974220d350f1750641a
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Sat Aug 22 08:26:26 2026 -0400

    debian/rules, debian/tests: Update import path to github.com/containers/podman/v5

commit 073c450d72860cce50b09c1b037e9d38f7a7cb5d
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Sat Aug 22 08:03:06 2026 -0400

    debian/changelog: update

commit 53e608c9dcf858dd59224127be83a73a3184335c
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Sat Aug 22 08:03:02 2026 -0400

    debian/rules: drop GO111MODULE=off

commit 3fb392420c3d94716d40e25936faaa703deaaf82
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Sat Aug 22 08:02:02 2026 -0400

    debian/control: Fix import path

commit 535badb05e387dad61d5ebbc251250e71aefc2a2
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Fri Aug 21 08:19:34 2026 -0400

    debian/changelog: update

commit b92775119c6dd08db79ff30a78bf1daee50866cb
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Fri Aug 21 08:18:12 2026 -0400

    debian/patches: drop obsolete assertions on empty storage driver warning

commit cbd16b3b090f0d055e0fc47324e1c1d4460c727c
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Tue Aug 18 08:37:28 2026 -0400

    debian/changelog: update

commit e512bffe49125da9bba7dc03c9df193f0159cf45
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Wed Aug 19 08:33:41 2026 -0400

    Document 0008-Allow-searching-the-system-PATH-for-gvproxy.patch

commit a379719828608123fd6285d64354a6c710691b12
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Tue Aug 18 10:22:15 2026 -0400

    debian/patches: Backport upstream patches to address containers/storage v1.63 changes
    
    * 0010-podman-info-remove-storage.conf-path.patch
    * 0011-podman-system-reset-do-not-print-storage.conf-warnin.patch
    * 0012-system-service-remove-config-reload-functionallity.patch

commit 5f0642ccb779d1ad4f3376ed048f8f0fb58809e7
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Tue Aug 18 08:34:04 2026 -0400

    Tighten dependency on containers/storage

commit 0d3ce014eb5c0f7fe883b591114776bddc251ac5
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Tue Aug 18 08:32:10 2026 -0400

    Rediff patches

commit 956a9d3d327d0456c2a04cd59b8e571f67edf5a8
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Tue Aug 18 08:31:54 2026 -0400

    prepare new upload

commit f5f20eaa31ec53ed6b67e8a3337cec917d4cf328
Merge: fd4da90f be7b9e2d
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Tue Aug 18 08:31:06 2026 -0400

    Update upstream source from tag 'upstream/5.8.4+ds1'
    
    Update to upstream version '5.8.4+ds1'
    with Debian dir 5716f86329751629d12ea982d5c0bed39b12e1a9

commit fd4da90f58dd48103769d208c5603897df96f2d8
Author: Marcos Talau <talau@debian.org>
Date:   Mon Jul 20 08:11:28 2026 -0300

    debian/salsa-ci.yml: Add to provide CI tests for Salsa

commit ece9ebc9ea472411f15b0c9324d29bf18fe24813
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Mon Jun 29 02:31:45 2026 -0400

    debian/changelog: update

commit 9a3fea23019362873e0e264e2d46d367e8423f41
Merge: 55816b8b abfbab9b
Author: Reinhard Tartler <siretart@debian.org>
Date:   Mon Jun 29 06:30:58 2026 +0000

    Merge branch 'wip/debian/sid-5.8.3' into 'debian/sid'
    
    5.8.3+ds1-1 release
    
    See merge request go-team/packages/podman!12

commit abfbab9bf128b18c8c4b7cc07da8ad52de168985
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Sun Jun 28 03:45:33 2026 -0400

    Update changelog for 5.8.3+ds1-1 release

commit a167102ce36ad4d9617d430ee76a6e0190d141a8
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Sun Jun 28 03:45:11 2026 -0400

    build against buildah 1.42.3, Closes: #1140619

commit 9038fb0a4678a2df2116c3b6fddd626aa5e4afed
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Sun Jun 28 00:53:56 2026 -0400

    Update changelog for 5.8.3+ds1-1 release

commit bf5a426c4bee5e817a47da0f4bb7b5b93c802435
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Sun Jun 28 00:53:42 2026 -0400

    build against containerd/platforms 1.0, Closes: #1140115

commit 3b64e4ab28e07d91baccba4fc517316636c90b7b
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Sun Jun 28 00:52:47 2026 -0400

    normalize with wrap-and-sort

commit 6fdf62ad013be751ebbf73b3e04eaf5ae01a8914
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Sun Jun 28 00:52:12 2026 -0400

    Bump Standards Version, dropped Priorty: optional field

commit c354bfb32e3eb4df95f1c0d224e847ccfab5d14c
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Sat Jun 27 06:09:44 2026 +0000

    debian/changelog: Fix build failure with opencontainers-cgroups < 0.0.6

commit a1360ddfdc50ee76b56331e08ed8d445963fe8ee
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Sat Jun 27 06:08:40 2026 +0000

    Fix build failure with opencontainers-cgroups < 0.0.6

commit 863b91fc920e844a946033aae1738b945c591966
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Fri Jun 26 07:31:30 2026 +0000

    debian/changelog: update

commit 1e9d9d87967f26505ebc4d940a587961db6a2630
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Fri Jun 26 07:21:51 2026 +0000

    Rediff patches

commit d08b95b8b77937caf61cfab2bb5fd85e63258947
Merge: 55816b8b 097cf5ce
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Fri Jun 26 07:20:48 2026 +0000

    Update upstream source from tag 'upstream/5.8.3+ds1'
    
    Update to upstream version '5.8.3+ds1'
    with Debian dir 9943b942882c3b1f97cee5b35d800de4fa3a14b9

commit 55816b8bf2f9733e7b558b86289ad0e823647076
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Mon Jun 8 07:18:40 2026 -0400

    debian/chagnelog: update

commit 91f1a23cbe6dea10c253e3e622e3e148cd04c3ee
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Sun Jun 7 10:08:31 2026 -0400

    refresh patches

commit 8a08860a14bf53afed066dec05882171b6460c8a
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Sun Jun 7 10:08:21 2026 -0400

    Recommend gvproxy, needed for podman-machine

commit 18c68d321c1b769f5b7b0949faee1de5b5e4d52b
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Sun Jun 7 10:07:39 2026 -0400

    Add patch to allow search system path for gvproxy, Closes: #1139170

commit ffd6441fd22e43e7d5e9fefbc277dc5007028c93
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Tue May 26 05:28:58 2026 -0400

    debian/changelog: upload to unstable

commit a4bd9702a8591250573a994422e8ad511ece2abe
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Sat May 23 15:45:03 2026 -0400

    Relax Build-Conflicts with golang-opentelemetry-contrib-dev (Closes: #1137229)

commit 2039c283bf1acae0a19a9d92f80b9c4a75cacede
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Wed Apr 15 07:22:03 2026 -0400

    debian/changelog: upload to unstable

commit e3d7b735f454b4002ebf8a01e1ccb36d1d010c45
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Tue Apr 14 20:43:19 2026 -0400

    debian/changelog: prepare new upload

commit d71e52f4a74cee9ae4a64c63073da6c191905351
Merge: 6122888b 50a5703f
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Tue Apr 14 20:41:34 2026 -0400

    Update upstream source from tag 'upstream/5.8.2+ds1'
    
    Update to upstream version '5.8.2+ds1'
    with Debian dir 695a8ad8363b972f1ee891dfe8a84fab83ba8b3a

commit 6122888ba4f21d5a146b913ec9007b9c78f4de8f
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Fri Apr 10 16:23:05 2026 -0400

    Update changelog for 5.8.1+ds1-3 release

commit f05c6cd93a15c2da8bdf8785943920e6c8e4ff50
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Fri Apr 10 06:03:14 2026 -0400

    Relax AppArmor profile check in e2e tests
    
    The upstream e2e tests for Podman use the Ginkgo testing framework and
    Gomega matchers. The test for the default AppArmor profile previously
    asserted an exact string match against `apparmor.Profile` (e.g., expecting
    `containers-default-0.67.1`). This causes brittle test failures in Debian
    when the `containers/common` dependency is updated independently or when
    there are minor version discrepancies between the suite and the binary.
    
    This patch relaxes the Gomega assertion to simply check that the
    `AppArmorProfile` field is not empty. This ensures we still validate
    that Podman applies a profile, without tightly coupling the test to a
    hardcoded version string.
    
    These e2e tests are only executed as part of `autopkgtest`. Furthermore,
    they are only run when using the `qemu` backend, because the tests
    require the `isolation-machine` restriction to properly exercise container
    isolation and AppArmor profiles.
    
    Forwarded: not-needed

commit d114d52f9f59c2a68efef27fa30d90c70eedf758
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Tue Mar 24 11:10:05 2026 -0400

    debian/changelog: update

commit a32eb7e52b1707507c57c5bcc8fc70a002c51962
Merge: 9d2858e4 4ac74a76
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Tue Mar 24 11:09:33 2026 -0400

    Merge branch 'debian/experimental' into debian/sid

commit 4ac74a76cb9b2e0e29880969a8ca67aaec9f9119
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Fri Mar 13 14:19:01 2026 -0400

    debian/changelog: update

commit d75062490786ddeada78a1295d3795958a87554f
Merge: 2440f003 bc863ee5
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Fri Mar 13 14:40:29 2026 -0400

    Merge branch 'upstream/latest' into debian/experimental

commit 9d2858e43d6aef86d08fa36cc55042b018dc4ad2
Merge: 3b0935bb bc863ee5
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Fri Mar 13 13:59:37 2026 -0400

    Update upstream source from tag 'upstream/5.8.1+ds1'
    
    Update to upstream version '5.8.1+ds1'
    with Debian dir 4601acef5699f06947136702c7f4f96c734756c4

commit 2440f003fbfb665bf3252e8eb5a521e6cad1d70b
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Fri Mar 13 13:59:23 2026 -0400

    debian/copyright: updates

commit feb164ca0ff5215b68ab3c6c5c567eb7c2a3a6cf
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Thu Mar 12 20:45:07 2026 -0400

    debian/changelog: update

commit ecd8c1f19e583d5fcb209de8c648ef98597a9331
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Thu Mar 12 15:18:19 2026 -0400

    Bump Standards version

commit 47454bf87956ef654f82f7eeec472a7d9c4161ed
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Thu Mar 12 15:18:06 2026 -0400

    NEWS: Fix version

commit cdd2408946562de27f6421e5f4670c78dd0af299
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Thu Mar 12 15:04:34 2026 -0400

    Avoid building against opencontainers-cgroups in experimental

commit 4dc62aba8dcf3c95040bd9c8e9a0f8a7cc5510ea
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Fri Mar 6 06:39:53 2026 -0500

    expand build conflicts

commit cc3d0fd6290ddd3dab798ed296ed245e66a21df0
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Fri Mar 6 06:15:15 2026 -0500

    Tighten build dependencies

commit 6d8a4deca382b4b177dd217a9f3f19ba61c7804b
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Fri Mar 6 06:13:53 2026 -0500

    Update changelog for 5.8.0+ds1-1 release

commit 21994dcbbf9bdda6643a0a556f18510fc3f3f1aa
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Fri Mar 6 06:12:41 2026 -0500

    Refresh patches, build against docker 28

commit ce486f88d37b1f464316b06bedb160101249694c
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Fri Mar 6 06:11:33 2026 -0500

    Refresh patches

commit 72255bd1091211e9a3b131b83dec183f1f5ae082
Merge: 11707e20 a79121ad
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Fri Mar 6 06:10:50 2026 -0500

    Update upstream source from tag 'upstream/5.8.0+ds1'
    
    Update to upstream version '5.8.0+ds1'
    with Debian dir d024bc60c1e582f425ac21d19073f38095f376db

commit 11707e2053e92abb443d5efa3b65abbd2d564f95
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Fri Mar 6 06:09:47 2026 -0500

    Reset repacksuffix to +ds1

commit 3b0935bb2d27b562b09c575765c4bd8b72e55a81
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Tue Dec 2 20:36:44 2025 -0500

    debian/changelog: update

commit 6a11019e18f7530a33c74e0f752103cb27839ff0
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Sun Nov 30 16:50:38 2025 -0500

    debian/changelog: update

commit a7cda4b3a2e60ff67eaeda8fad1bb68245f69c11
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Sun Nov 30 16:40:22 2025 -0500

    Fix autopkgtests
    
    New ginkgo upstream seems to dislike the position of the --no-color flag

commit 0c395df48f33880e23321a9a5558548d1e69d5e9
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Sat Nov 29 12:24:06 2025 -0500

    NEWS entry about BoltDB -> SQLite migration

commit 0997f8b6e038f2bc8e7224ee0720df74cef48273
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Thu Nov 27 10:11:33 2025 -0500

    debian/changelog: update

commit 9b1f4a5c3066a801ce01d40704ef8176b5f95734
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Sun Nov 23 06:38:00 2025 -0500

    debian/changelog: update

commit 0f6972cd6b39f3bc28808a5cb87fc0dfc8b1a89f
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Sun Nov 23 06:39:52 2025 -0500

    lrc.config: add

commit 1dc5730012ebf47b7fb84f384b06bc69e9218b41
Merge: 7257998b 7bc26814
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Sun Nov 23 06:37:37 2025 -0500

    Update upstream source from tag 'upstream/5.7.0+ds2'
    
    Update to upstream version '5.7.0+ds2'
    with Debian dir 621c06ede508148a375bcea2290e5083c8cfbbd1

commit 7257998bc6ab2340c641f26d10071c7336f437e8
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Sun Nov 23 06:33:46 2025 -0500

    debian/copyright: remove win installer on next upload

commit 848513c60b3ae090d86f504a69a001318a11a567
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Sat Nov 22 13:26:52 2025 -0500

    debian/changelog: update

commit 6acd5de0c89c05d2a9a09194c6dd6ddf09cb6df4
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Sat Nov 22 13:26:23 2025 -0500

    refresh patches

commit 63f6ede4a3aa334f4d455e1f257efd7900b64207
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Sat Nov 22 13:16:14 2025 -0500

    tighten dependencies

commit 354472b034c18ccdddba8b1401155c1471ba34d3
Merge: 9a3e7517 f75eabab
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Sat Nov 22 13:15:17 2025 -0500

    Update upstream source from tag 'upstream/5.7.0+ds1'
    
    Update to upstream version '5.7.0+ds1'
    with Debian dir 8bd71795be0e112044f3790edb839c7e0db9d2f4

commit 9a3e751756ae19d006edc227c43f58800187f2e1
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Sun Oct 26 16:00:07 2025 -0400

    debian/changelog: update

commit a5e65325f9ad92e2595b50325f3a9c12f2e91f14
Author: Reinhard Tartler <siretart@tauware.de>
Date:   Sun Oct 26 15:59:27 2025 -0400

    Reapply "enable full salsa pipeline"
    
    This reverts commit 98da97eb7da4670d176a54daeb0acac04311b57a.


https://salsa.debian.org/api/v4/projects/go-team%2Fpackages%2Fpodman API request failed: 401 Unauthorized at /srv/qa.debian.org/data/vcswatch/vcswatch line 410.
Created: 2026-08-24 Last update: 2026-08-24 00:02
lintian reports 3 warnings normal
Lintian reports 3 warnings about this package. You should make the package lintian clean getting rid of them.
Created: 2026-08-23 Last update: 2026-08-23 03:19
debian/patches: 8 patches to forward upstream low

Among the 15 debian patches available in version 5.8.4+ds1-2 of the package, we noticed the following issues:

  • 8 patches where the metadata indicates that the patch has not yet been forwarded upstream. You should either forward the patch upstream or update the metadata to document its real status.
Created: 2024-09-17 Last update: 2026-08-23 10:00
testing migrations
  • excuses:
    • Migrates after: golang-github-containers-storage
    • Migration status for podman (5.8.3+ds1-1 to 5.8.4+ds1-2): BLOCKED: Rejected/violates migration policy/introduces a regression
    • Issues preventing migration:
    • ∙ ∙ Autopkgtest for autopkgtest/6.0: amd64: Pass, arm64: Pass, armhf: Pass, i386: Pass, ppc64el: Pass, s390x: Test triggered
    • ∙ ∙ Autopkgtest for cockpit-podman/129-1: amd64: Pass, arm64: Pass, armhf: Pass, i386: Pass, ppc64el: Pass, s390x: Test triggered
    • ∙ ∙ Autopkgtest for debcraft/0.9.3: amd64: No tests, superficial or marked flaky ♻, arm64: No tests, superficial or marked flaky ♻ (reference ♻), armhf: No tests, superficial or marked flaky ♻ (reference ♻), i386: No tests, superficial or marked flaky ♻, ppc64el: No tests, superficial or marked flaky ♻ (reference ♻), s390x: Test triggered
    • ∙ ∙ Autopkgtest for golang-github-containers-buildah/1.43.2+ds1-3: amd64: Pass, arm64: Pass, armhf: Pass, i386: Failed (not a regression) ♻ (reference ♻), ppc64el: Pass, s390x: Test triggered
    • ∙ ∙ Autopkgtest for golang-github-containers-psgo/1.10.0+ds1-2: amd64: Pass, arm64: Pass, armhf: Pass, i386: Pass, ppc64el: Pass, s390x: Test triggered
    • ∙ ∙ Autopkgtest for laniakea/0.1.1-5.1: amd64: Pass, arm64: Pass, armhf: No tests, superficial or marked flaky ♻, i386: No tests, superficial or marked flaky ♻, ppc64el: No tests, superficial or marked flaky ♻, s390x: Test triggered
    • ∙ ∙ Autopkgtest for pkg-rocm-tools/0.9.8: amd64: Pass, arm64: Pass, armhf: Pass, i386: Pass, ppc64el: Pass, s390x: Test triggered
    • ∙ ∙ Autopkgtest for podman/5.8.4+ds1-2: amd64: Regression ♻ (reference ♻), arm64: Pass, armhf: Pass, i386: Pass, ppc64el: Pass, s390x: Test triggered
    • ∙ ∙ Autopkgtest for podman-compose/1.6.0-1: amd64: No tests, superficial or marked flaky ♻, arm64: No tests, superficial or marked flaky ♻, armhf: No tests, superficial or marked flaky ♻ (reference ♻), i386: No tests, superficial or marked flaky ♻, ppc64el: No tests, superficial or marked flaky ♻ (reference ♻), s390x: Test triggered
    • ∙ ∙ Autopkgtest for python-podman/5.4.0.1-4: amd64: Pass, arm64: Pass, armhf: Failed (not a regression) ♻ (reference ♻), i386: Pass, ppc64el: Pass, s390x: Test triggered
    • ∙ ∙ Autopkgtest for rust-repro-env/0.4.4+dfsg-3: amd64: Pass, arm64: Pass, ppc64el: Pass, s390x: Test triggered
    • ∙ ∙ Autopkgtest for skopeo/1.22.0+ds1-1: amd64: Pass, arm64: Pass, armhf: Pass, i386: Pass, ppc64el: Pass, s390x: Test triggered
    • ∙ ∙ Missing build on riscv64
    • ∙ ∙ Lintian check waiting for test results on riscv64 - info
    • ∙ ∙ Too young, only 1 of 5 days old
    • ∙ ∙ Build-Depends(-Arch): podman golang-github-containers-storage (not considered)
    • Additional info (not blocking):
    • ∙ ∙ Piuparts tested OK - https://piuparts.debian.org/sid/source/p/podman.html
    • ∙ ∙ Reproduced on amd64 - info
    • ∙ ∙ Reproduced on arm64 - info
    • ∙ ∙ Reproduced on armhf - info
    • ∙ ∙ Reproduced on i386 - info
    • Not considered
news
[rss feed]
  • [2026-08-22] Accepted podman 5.8.4+ds1-2 (source) into unstable (Reinhard Tartler)
  • [2026-08-19] Accepted podman 5.8.4+ds1-1 (source) into unstable (Reinhard Tartler)
  • [2026-07-03] podman 5.8.3+ds1-1 MIGRATED to testing (Debian testing watch)
  • [2026-06-29] Accepted podman 5.8.3+ds1-1 (source) into unstable (Reinhard Tartler)
  • [2026-06-11] podman 5.8.2+ds1-3 MIGRATED to testing (Debian testing watch)
  • [2026-06-08] Accepted podman 5.8.2+ds1-3 (source) into unstable (Reinhard Tartler)
  • [2026-05-29] podman 5.8.2+ds1-2 MIGRATED to testing (Debian testing watch)
  • [2026-05-26] Accepted podman 5.8.2+ds1-2 (source) into unstable (Reinhard Tartler)
  • [2026-04-17] podman 5.8.2+ds1-1 MIGRATED to testing (Debian testing watch)
  • [2026-04-15] Accepted podman 5.8.2+ds1-1 (source) into unstable (Reinhard Tartler)
  • [2026-04-15] podman 5.8.1+ds1-3 MIGRATED to testing (Debian testing watch)
  • [2026-04-10] Accepted podman 5.8.1+ds1-3 (source) into unstable (Reinhard Tartler)
  • [2026-03-29] podman 5.8.1+ds1-2 MIGRATED to testing (Debian testing watch)
  • [2026-03-24] Accepted podman 5.8.1+ds1-2 (source) into unstable (Reinhard Tartler)
  • [2026-03-13] Accepted podman 5.8.1+ds1-1 (source) into experimental (Reinhard Tartler)
  • [2026-03-13] Accepted podman 5.8.0+ds1-1 (source) into experimental (Reinhard Tartler)
  • [2025-12-05] podman 5.7.0+ds2-3 MIGRATED to testing (Debian testing watch)
  • [2025-12-03] podman 5.7.0+ds2-2 MIGRATED to testing (Debian testing watch)
  • [2025-12-03] Accepted podman 5.7.0+ds2-3 (source) into unstable (Reinhard Tartler)
  • [2025-11-27] Accepted podman 5.7.0+ds2-2 (source) into unstable (Reinhard Tartler)
  • [2025-11-23] Accepted podman 5.7.0+ds2-1 (source) into experimental (Reinhard Tartler)
  • [2025-11-04] podman 5.6.2+ds1-4 MIGRATED to testing (Debian testing watch)
  • [2025-10-26] Accepted podman 5.6.2+ds1-4 (source) into unstable (Reinhard Tartler)
  • [2025-10-20] Accepted podman 5.6.2+ds1-3+exp1 (source) into experimental (Reinhard Tartler)
  • [2025-10-08] podman 5.6.2+ds1-3 MIGRATED to testing (Debian testing watch)
  • [2025-10-06] Accepted podman 5.6.2+ds1-3 (source) into unstable (Reinhard Tartler)
  • [2025-10-05] Accepted podman 5.6.2+ds1-2 (source) into unstable (Reinhard Tartler)
  • [2025-10-04] Accepted podman 5.6.2+ds1-1 (source) into unstable (Reinhard Tartler)
  • [2025-09-30] podman 5.6.1+ds2-3 MIGRATED to testing (Debian testing watch)
  • [2025-09-28] podman 5.6.1+ds2-2 MIGRATED to testing (Debian testing watch)
  • 1
  • 2
bugs [bug history graph]
  • all: 10 11
  • RC: 0
  • I&N: 7
  • M&W: 3 4
  • F&P: 0
  • patch: 0
links
  • homepage
  • lintian (0, 3)
  • buildd: logs, reproducibility, cross
  • popcon
  • browse source code
  • other distros
  • security tracker
  • debian patches
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 5.8.3+ds1-1

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing