From: Oskari Rauta Date: Sun, 11 Jun 2023 13:02:26 +0000 (+0300) Subject: podman: update to v4.5.1 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=6d9305b4e88fe65725c55b6f603c3ea58597eefc;p=feed%2Fpackages.git podman: update to v4.5.1 Contains several bug fixes. Package now contains additional tool quadlet. Signed-off-by: Oskari Rauta (cherry picked from commit 4f8c885fb1a77894a84cace8e644cf44cef437bb) --- diff --git a/utils/podman/Makefile b/utils/podman/Makefile index 82e930a650..c221ad71f8 100644 --- a/utils/podman/Makefile +++ b/utils/podman/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=podman -PKG_VERSION:=4.5.0 -PKG_RELEASE:=2 +PKG_VERSION:=4.5.1 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/containers/podman/archive/v$(PKG_VERSION) -PKG_HASH:=830a633630bf6e61f2b8d4ca00efdd9a173ef25cdd49d4a4364c293e088561df +PKG_HASH:=ee2c8b02b7fe301057f0382637b995a9c6c74e8d530692d6918e4c509ade6e39 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE @@ -114,7 +114,7 @@ endif define Package/podman/install $(INSTALL_DIR) $(1)/usr/bin $(1)/usr/lib/podman $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/{podman,podman-remote} $(1)/usr/bin/ - $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/podman/rootlessport $(1)/usr/lib/podman/ + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/podman/{rootlessport,quadlet} $(1)/usr/lib/podman/ $(INSTALL_DIR) $(1)/etc/containers $(INSTALL_DATA) $(DL_DIR)/default-policy.json-362f70b056 $(1)/etc/containers/policy.json $(INSTALL_DATA) $(DL_DIR)/registries.fedora-da9a9c8778 $(1)/etc/containers/registries.conf