Bug 291014 - sysutils/podman-suite: update to 20251114
Summary: sysutils/podman-suite: update to 20251114
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: dfr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-11-14 15:33 UTC by Sergey A. Osokin
Modified: 2025-11-17 16:21 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (dfr)


Attachments
sysutils/podman-suite: update to 20251114 (2.42 KB, patch)
2025-11-14 15:33 UTC, Sergey A. Osokin
no flags Details | Diff
Fix adding host devices to emulated Linux containers (2.51 KB, text/plain)
2025-11-17 11:27 UTC, dfr
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey A. Osokin freebsd_committer freebsd_triage 2025-11-14 15:33:21 UTC
Created attachment 265413 [details]
sysutils/podman-suite: update to 20251114

Hi,

here's the update for the podman-suited and its two dependencies, podman and buildah, to their recent versions.

Thank you.
Comment 1 dfr 2025-11-17 11:27:17 UTC
Created attachment 265468 [details]
Fix adding host devices to emulated Linux containers

This patch is also heading upstream (https://github.com/containers/podman/pull/27545)
Comment 2 dfr 2025-11-17 11:28:09 UTC
Looks good to me. I would like to add the attached patch to Podman to fix some reported issues with device management for emulated Linux containers.
Comment 3 commit-hook freebsd_committer freebsd_triage 2025-11-17 16:18:34 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2b8b36b1e5767d67e544559708a467f5fdade994

commit 2b8b36b1e5767d67e544559708a467f5fdade994
Author:     Sergey A. Osokin <osa@FreeBSD.org>
AuthorDate: 2025-11-17 16:16:09 +0000
Commit:     Sergey A. Osokin <osa@FreeBSD.org>
CommitDate: 2025-11-17 16:17:57 +0000

    sysutils/podman-suite: update 20251001 -> 20251114

    PR:             291014
    Reviewed by:    dfr (maintainer)
    Approved by:    dfr (maintainer)

    Sponsored by:   tipi.work

 sysutils/podman-suite/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 4 commit-hook freebsd_committer freebsd_triage 2025-11-17 16:18:35 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=89819fbca06496790caefa22dac09b3d94391950

commit 89819fbca06496790caefa22dac09b3d94391950
Author:     Sergey A. Osokin <osa@FreeBSD.org>
AuthorDate: 2025-11-17 16:13:25 +0000
Commit:     Sergey A. Osokin <osa@FreeBSD.org>
CommitDate: 2025-11-17 16:17:56 +0000

    sysutils/podman: update 5.6.2 -> 5.7.0

    Thanks Doug Rabson for his review and an additional patch, that's also
    heading upstream, https://github.com/containers/podman/pull/27545

    Approved by:    dfr (maintainer)
    Reviewed by:    dfr (maintainer)
    ChangeLog:      https://github.com/containers/podman/compare/v5.6.2...v5.7.0
    PR:             291014

    Sponsored by:   tipi.work

 sysutils/podman/Makefile                           |  4 +-
 sysutils/podman/distinfo                           |  6 +-
 ...atch-pkg_specgen_generate_oci__freebsd.go (new) | 70 ++++++++++++++++++++++
 3 files changed, 75 insertions(+), 5 deletions(-)
Comment 5 commit-hook freebsd_committer freebsd_triage 2025-11-17 16:18:36 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=17f73e8151244be9b1781eca97d21db3fc50bd60

commit 17f73e8151244be9b1781eca97d21db3fc50bd60
Author:     Sergey A. Osokin <osa@FreeBSD.org>
AuthorDate: 2025-11-17 16:14:59 +0000
Commit:     Sergey A. Osokin <osa@FreeBSD.org>
CommitDate: 2025-11-17 16:17:57 +0000

    sysutils/buildah: update 1.42.0 -> 1.42.1

    Approved by:    dfr (maintainer)
    Reviewed by:    dfr (maintainer)
    ChangeLog:      https://github.com/containers/buildah/compare/v1.42.0...v1.42.1
    PR:             291014

    Sponsored by:   tipi.work

 sysutils/buildah/Makefile | 3 +--
 sysutils/buildah/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 5 deletions(-)
Comment 6 Sergey A. Osokin freebsd_committer freebsd_triage 2025-11-17 16:21:28 UTC
Committed, thanks!