podman: update to 5.4.2

This commit is contained in:
Biswapriyo Nath 2025-05-03 19:53:28 +00:00
parent 8dfdb295de
commit 4ab8a492b0

View File

@ -3,7 +3,7 @@
_realname=podman
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=5.3.2
pkgver=5.4.2
pkgrel=1
pkgdesc='Tool for running OCI-based containers in pods (mingw-w64)'
arch=('any')
@ -18,16 +18,14 @@ makedepends=(
"${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-python"
"${MINGW_PACKAGE_PREFIX}-gettext-runtime"
"git" # needed during the build
"git" "man-db" # needed during the build
)
options=('!strip')
_GV_VERSION="0.7.5" # See GVPROXY_VERSION in Makefile
_GV_VERSION="0.8.4" # See GVPROXY_VERSION in Makefile
source=("https://github.com/containers/podman/archive/v$pkgver/${_realname}-${pkgver}.tar.gz"
"https://github.com/containers/gvisor-tap-vsock/archive/v${_GV_VERSION}/gvisor-tap-vsock-${_GV_VERSION}.tar.gz"
"https://github.com/containers/podman/pull/24793.patch")
sha256sums=('e7d7abf2d4ecae7217af017a4199d555563721bf6c3ae52e68704ee8268c432b'
'd635bc55dbb97cf2a469427fb84b7a90f37540f14b090c21356cce2e549b46e0'
'8272a7635e81f66126e2fd611c12831e219dcf1c756ea5543398aa1269a9dc3f')
"https://github.com/containers/gvisor-tap-vsock/archive/v${_GV_VERSION}/gvisor-tap-vsock-${_GV_VERSION}.tar.gz")
sha256sums=('8da62c25956441b14d781099e803e38410a5753e5c7349bcd34615b9ca5ed4f2'
'6a2645a3627bdf1d8bfe4a41ecf97956df987464aade18e1574f67e21950e0d1')
noextract=("${_realname}-${pkgver}.tar.gz")
prepare() {
@ -35,11 +33,6 @@ prepare() {
tar -xzf ${_realname}-${pkgver}.tar.gz | true
rm -rf build-${MSYSTEM}
cd "${_realname}-${pkgver}"
# https://github.com/containers/podman/pull/24793
patch -Np1 -i "${srcdir}/24793.patch"
cd "${srcdir}"
cp -r ${_realname}-${pkgver} build-${MSYSTEM}
cp -r "gvisor-tap-vsock-${_GV_VERSION}" "build-proxy-${MSYSTEM}"