sysdig: update to 0.26.7.

This commit is contained in:
Leah Neukirchen 2020-05-06 11:13:19 +02:00
parent fca511bbf8
commit 4694c2cc7f
2 changed files with 2 additions and 13 deletions

View file

@ -1,11 +0,0 @@
--- userspace/libsinsp/cgroup_limits.cpp 2019-12-09 23:06:46.000000000 +0100
+++ userspace/libsinsp/cgroup_limits.cpp 2019-12-20 01:14:18.816734272 +0100
@@ -9,7 +9,7 @@
// This reports extremely large values (e.g. almost-but-not-quite 9EiB as set by k8s) as unlimited.
// Note: we use the same maximum value for cpu shares/quotas as well; the typical values are much lower
// and so should never exceed CGROUP_VAL_MAX either
-constexpr const int64_t CGROUP_VAL_MAX = (1UL << 42u) - 1;
+constexpr const int64_t CGROUP_VAL_MAX = (1ULL << 42u) - 1;
/**
* \brief Read a single int64_t value from cgroupfs

View file

@ -1,6 +1,6 @@
# Template file for 'sysdig'
pkgname=sysdig
version=0.26.6
version=0.26.7
revision=1
archs="i686 x86_64 ppc64le"
build_style=cmake
@ -19,7 +19,7 @@ license="Apache-2.0, MIT, GPL-2.0-only"
homepage="http://www.sysdig.org/"
changelog="https://github.com/draios/sysdig/releases"
distfiles="https://github.com/draios/${pkgname}/archive/${version}.tar.gz"
checksum=d215d9b5835db6eec0dc6f0bac96552fd8bd7c71d3d6ed482423cdddd5b1c93e
checksum=db9792847eceda29971c34fe1af4231ce719235382847850528c7f7b13dcdfc0
disable_parallel_build=yes
dkms_modules="sysdig ${version}"
nocross=yes