From 6f509784d05b34d1865849487662ade00a6a82d6 Mon Sep 17 00:00:00 2001 From: John Audia Date: Sun, 27 Feb 2022 16:02:53 -0500 Subject: [PATCH] atop: update to 2.7.1 Upstream bump and remove unneeded patch Build system: x86_64 Build-tested: bcm2711/RPi4B Run-tested: bcm2711/RPi4B Signed-off-by: John Audia --- admin/atop/Makefile | 4 ++-- admin/atop/patches/020-limits.patch | 10 ---------- 2 files changed, 2 insertions(+), 12 deletions(-) delete mode 100644 admin/atop/patches/020-limits.patch diff --git a/admin/atop/Makefile b/admin/atop/Makefile index f7c0735e11..dd0fbaf62c 100644 --- a/admin/atop/Makefile +++ b/admin/atop/Makefile @@ -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 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 index b1384b29cd..0000000000 --- a/admin/atop/patches/020-limits.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/photosyst.c -+++ b/photosyst.c -@@ -149,6 +149,7 @@ - ** - */ - -+#include - #include - #include - #include