aboutsummaryrefslogtreecommitdiff
path: root/utils/conmon
diff options
context:
space:
mode:
authorOskari Rauta <oskari.rauta@gmail.com>2023-03-06 11:04:17 +0000
committerTianling Shen <cnsztl@gmail.com>2023-03-07 11:35:06 +0800
commit665ae34856a1c740e05f2706e02405aaeeb06d81 (patch)
tree4efb2f1cfcf06d2d8dd5c5adbd19bde9d74dee0f /utils/conmon
parenta3e64cdd1e799067d87a1f2bf8198f2182fee105 (diff)
conmon: update to 2.1.7
- Fix leaking symbolic links in the opt_socket_path directory - cgroup: Stumble on if we can't set up oom handling Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
Diffstat (limited to 'utils/conmon')
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/conmon/Makefile b/utils/conmon/Makefile
index c78c97554..48a149a48 100644
--- a/utils/conmon/Makefile
+++ b/utils/conmon/Makefile
@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=conmon
-PKG_VERSION:=2.1.6
+PKG_VERSION:=2.1.7
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/containers/$(PKG_NAME)/archive/v$(PKG_VERSION)
-PKG_HASH:=340453f7aac43e6a1f9a5efe31f24471f8a7a997a849ad6d1ff3fb530a9e2874
+PKG_HASH:=7d0f9a2f7cb8a76c51990128ac837aaf0cc89950b6ef9972e94417aa9cf901fe
PKG_MAINTAINER:=Oskari Rauta <oskari.rauta@gmail.com>
PKG_LICENSE:=Apache-2.0