pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

podman: Update to 3.4.1



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Nov 7 18:23:13 2021 +0100
Changeset:	e09dd250eec2bcf79b94eefed52122a32dbdc81c

Modified Files:
	podman/Makefile
	podman/distinfo
Removed Files:
	podman/TODO

Log Message:
podman: Update to 3.4.1

Changes:
- Fixed a bug where `podman machine init` could, under some circumstances,
  create invalid machine configurations which could not be started #11824
- Fixed a bug where the `podman machine list` command would not properly
  populate some output fields.
- Fixed a bug where `podman machine rm` could leave dangling sockets from the
  removed machine #11393
- Fixed a bug where `podman run --pids-limit=-1` was not supported (it now
  sets the PID limit in the container to unlimited) #11782
- Fixed a bug where `podman run` and `podman attach` could throw errors about
  a closed network connection when STDIN was closed by the client #11856
- Fixed a bug where the `podman stop` command could fail when run on a
  container that had another `podman stop` command run on it previously.
- Fixed a bug where the `--sync` flag to `podman ps` was nonfunctional.
- Fixed a bug where the Windows and OS X remote clients' `podman stats`
  command would fail #11909
- Fixed a bug where the `podman play kube` command did not properly handle
  environment variables whose values contained an `=` #11891
- Fixed a bug where the `podman generate kube` command could generate invalid
  annotations when run on containers with volumes that use SELinux
  relabelling (`:z` or `:Z`) #11929
- Fixed a bug where the `podman generate kube` command would generate YAML
  including some unnecessary (set to default) fields (e.g. user and group,
  entrypoint, default protocol for forwarded ports) #11914
- Fixed a bug where the `podman generate kube` command could, under some
  circumstances, generate YAML including an invalid `targetPort` field for
  forwarded ports #11930
- Fixed a bug where rootless Podman's `podman info` command could, under some
  circumstances, not read available CGroup controllers #11931
- Fixed a bug where `podman container checkpoint --export` would fail to
  checkpoint any container created with `--log-driver=none` #11974

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e09dd250eec2bcf79b94eefed52122a32dbdc81c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 podman/Makefile | 2 +-
 podman/TODO     | 7 -------
 podman/distinfo | 6 +++---
 3 files changed, 4 insertions(+), 11 deletions(-)

diffs:
diff --git a/podman/Makefile b/podman/Makefile
index 35b96c1fe4..66ef3f5710 100644
--- a/podman/Makefile
+++ b/podman/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.2 2021/09/04 21:14:15 leot Exp $
 
-DISTNAME=	podman-3.4.0
+DISTNAME=	podman-3.4.1
 GITHUB_TAG=	v${PKGVERSION_NOREV}
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=containers/}
diff --git a/podman/TODO b/podman/TODO
deleted file mode 100644
index fa0a510bec..0000000000
--- a/podman/TODO
+++ /dev/null
@@ -1,7 +0,0 @@
-- `podman machine init' does not seem to work - or at least do not create the
-  `.ign' file that can be overwritten/adjusted in order to be able to customize
-  kernel boot arguments. This is probably due
-  <https://github.com/containers/podman/issues/11824> and can be workarounded
-  by passing arguments to `machine init', the defaults are:
-
-   % podman machine init --cpus 1 --memory 2048 --disk-size 10
diff --git a/podman/distinfo b/podman/distinfo
index b1c5adae02..abcea6c8fb 100644
--- a/podman/distinfo
+++ b/podman/distinfo
@@ -1,8 +1,8 @@
 $NetBSD: distinfo,v 1.2 2021/09/04 21:14:15 leot Exp $
 
-RMD160 (podman-3.4.0.tar.gz) = c7b3146b6f0629d5d34754fb5d208e3df60ec0cf
-SHA512 (podman-3.4.0.tar.gz) = 195354b15beaaed19b4d5f71f5dbfcd1ebfc5c80c07db91043b76e3254d62b5fd001c52c536773656e5eba65954511c1639a50b955a9992fa4d18a55e573c2a1
-Size (podman-3.4.0.tar.gz) = 10950594 bytes
+BLAKE2s (podman-3.4.1.tar.gz) = f1ba4ccc90f31e56fb29726b010c20c1e101be6716cea84e493d000ba619f021
+SHA512 (podman-3.4.1.tar.gz) = b8602464358ab73429a9003262c92c38c9a06e1133c776fd0c4ce65dae26639db66f8f5ad510528f3e6e7bc2fe692746fcf1d90d4e95d701d102006d9a83b27e
+Size (podman-3.4.1.tar.gz) = 10953738 bytes
 SHA1 (patch-Makefile) = 5671f5452430d4b94af924defbb473eb91732281
 SHA1 (patch-cmd_podman_registry_config.go) = 6d32a7526cad5728a385de0029b2bbe5474e7f1b
 SHA1 (patch-pkg_machine_qemu_options__netbsd.go) = a256dcafceb70f29b4f7a1ed013b52b5d6b0f4ba


Home | Main Index | Thread Index | Old Index