podman: update 4.4.1
authorOskari Rauta <oskari.rauta@gmail.com>
Mon, 13 Feb 2023 17:45:32 +0000 (17:45 +0000)
committerTianling Shen <cnsztl@gmail.com>
Fri, 17 Feb 2023 05:14:39 +0000 (13:14 +0800)
patch refreshed.

Changes
 - Added the podman-systemd.unit man page, which can also be displayed using man quadlet (#17349).
 - Documented journald identifiers used in the journald backend for the podman events command.

Bugfixes
 - Fixed a bug where the default handling of pids-limit was incorrect.
 - Fixed a bug where parallel calls to make docs crashed (#17322).
 - Fixed a regression in the podman kube play command where existing resources got mistakenly removed.

Full list of changes: [Release notes](https://github.com/containers/podman/blob/main/RELEASE_NOTES.md)

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
utils/podman/Makefile
utils/podman/patches/010-do-not-build-docs.patch

index 2e9a0e5cbecdf846a6706cf48372cd19c0d6eb83..d18411e7c61a25ec531803f045a4ab25c3836462 100644 (file)
@@ -1,12 +1,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=podman
-PKG_VERSION:=4.3.1
+PKG_VERSION:=4.4.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:=455c29c4ee78cd6365e5d46e20dd31a5ce4e6e1752db6774253d76bd3ca78813
+PKG_HASH:=0b84dbc3ca1d3cc75708635e3a322c481bb679103040866024b1fa2be6826455
 
 PKG_LICENSE:=Apache-2.0
 PKG_LICENSE_FILES:=LICENSE
index 43f62b65aa2b75aabac15bfe0a3e8e224070be9d..67317fda39bc09602e22a3702b272d75156449a3 100644 (file)
@@ -1,6 +1,6 @@
 --- a/Makefile
 +++ b/Makefile
-@@ -200,7 +200,7 @@ GV_SHA=e943b1806d94d387c4c38d96719432d50
+@@ -206,7 +206,7 @@ GV_SHA=aab0ac9367fc5142f5857c36ac2352bcb
  default: all
  
  .PHONY: all
@@ -9,7 +9,7 @@
  
  .PHONY: binaries
  ifeq ($(shell uname -s),FreeBSD)
-@@ -744,7 +744,7 @@ package-install: package  ## Install rpm
+@@ -792,7 +792,7 @@ package-install: package  ## Install rpm
        /usr/bin/podman info  # will catch a broken conmon
  
  .PHONY: install