diff --git a/srcpkgs/sysdig/patches/fix-uint64-const.patch b/srcpkgs/sysdig/patches/fix-uint64-const.patch deleted file mode 100644 index af3713aeb03..00000000000 --- a/srcpkgs/sysdig/patches/fix-uint64-const.patch +++ /dev/null @@ -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 diff --git a/srcpkgs/sysdig/template b/srcpkgs/sysdig/template index 7218688adab..c360a8049c8 100644 --- a/srcpkgs/sysdig/template +++ b/srcpkgs/sysdig/template @@ -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