Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upstream: package/{conmon,podman} #28

Open
wants to merge 2 commits into
base: upstream-master
Choose a base branch
from
Open

Commits on May 22, 2023

  1. package/conmon: new package

    Conmon is an OCI container runtime monitor.
    
    https://github.com/containers/conmon
    
    Dependency of podman.
    
    Signed-off-by: Christian Stewart <christian@aperture.us>
    
    ---
    
    v1 -> v2:
    
     - requires libglib2, host-pkgconf
     - bump version to 2.1.7
    
    v2 -> v3:
    
     - Added select BR2_PACKAGE_LIBGLIB2
     - Inverted CONMON_ENABLE_SECCOMP to CONMON_DISABLE_SECCOMP
     - Thanks to Joachim for the review.
    
    Signed-off-by: Christian Stewart <christian@aperture.us>
    paralin committed May 22, 2023
    Configuration menu
    Copy the full SHA
    ceafc57 View commit details
    Browse the repository at this point in the history
  2. package/podman: new package

    podman is a CLI tool for spawning and running containers according to the OCI
    specification.
    
    https://github.com/containers/podman
    
    Signed-off-by: Christian Stewart <christian@aperture.us>
    
    ---
    
    v1 -> v2:
    
     - package/podman: bump version to v4.5.0
     - Add cmd/quadlet target as required by the install script.
    
    v2 -> v3:
    
     - remove duplicate CNI_PLUGINS line in Config.in
     - drop old unnecessary build tags:
       - btrfs_noversion: not needed for btrfs >= 3.16.1
       - containers_image_openpgp: no longer supported
       - exclude_graphdriver_devicemapper: set later in the file
     - Added myself to DEVELOPERS list
     - Added conmon -> libglib2 depends statements
     - Dropped CATATONIT select statement
     - Added CGROUPFS_MOUNT dependency if not using systemd
     - Thanks to Joachim for the review.
    
    Signed-off-by: Christian Stewart <christian@aperture.us>
    paralin committed May 22, 2023
    Configuration menu
    Copy the full SHA
    ad50f8d View commit details
    Browse the repository at this point in the history