atop: update to 2.7.1
authorJohn Audia <graysky@archlinux.us>
Sun, 27 Feb 2022 21:02:53 +0000 (16:02 -0500)
committerRosen Penev <rosenp@gmail.com>
Mon, 28 Feb 2022 19:44:23 +0000 (11:44 -0800)
Upstream bump and remove unneeded patch

Build system: x86_64
Build-tested: bcm2711/RPi4B
Run-tested: bcm2711/RPi4B

Signed-off-by: John Audia <graysky@archlinux.us>
admin/atop/Makefile
admin/atop/patches/020-limits.patch [deleted file]

index f7c0735e11407eaa3e30a1dd2394b45defd6bc54..dd0fbaf62cacb2797d0e270af42f0880607ac83f 100644 (file)
@@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=atop
 PKG_RELEASE:=1
-PKG_VERSION:=2.6.0
+PKG_VERSION:=2.7.1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://www.atoptool.nl/download/
-PKG_HASH:=9ec2ca3a571692f7efaa095f99a5106432bcb71cc22cd6c49597ef0481058f72
+PKG_HASH:=ca48d2f17e071deead5e6e9cc9e388bf6a3270d695e61976b3794d4d927b5c4e
 
 PKG_MAINTAINER:=Toni Uhlig <matzeton@googlemail.com>
 PKG_LICENSE:=GPL-2.0-or-later
diff --git a/admin/atop/patches/020-limits.patch b/admin/atop/patches/020-limits.patch
deleted file mode 100644 (file)
index b1384b2..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/photosyst.c
-+++ b/photosyst.c
-@@ -149,6 +149,7 @@
- **
- */
-+#include <limits.h>
- #include <sys/types.h>
- #include <stdio.h>
- #include <string.h>