mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 11:03:06 +02:00
atop: update to 2.12.0
This commit is contained in:
parent
d295258c7f
commit
38e29c13f5
2 changed files with 8 additions and 19 deletions
|
@ -1,21 +1,10 @@
|
|||
--- a/procdbase.c
|
||||
+++ b/procdbase.c
|
||||
@@ -67,7 +67,7 @@
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
-#include <malloc.h>
|
||||
+#include <stdlib.h>
|
||||
|
||||
#include "atop.h"
|
||||
#include "photoproc.h"
|
||||
--- a/drawbar.c
|
||||
+++ b/drawbar.c
|
||||
@@ -110,6 +110,7 @@
|
||||
#include <unistd.h>
|
||||
--- a/drawbar.c 2025-07-31 14:59:16.156688479 +0100
|
||||
+++ b/drawbar.c 2025-07-31 14:59:05.253270306 +0100
|
||||
@@ -117,6 +117,7 @@
|
||||
#include <signal.h>
|
||||
#include <regex.h>
|
||||
#include <sys/utsname.h>
|
||||
+#include <time.h>
|
||||
#include <sys/select.h>
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
#include "atop.h"
|
||||
#include "showgeneric.h"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'atop'
|
||||
pkgname=atop
|
||||
version=2.10.0
|
||||
version=2.12.0
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_install_target="sysvinstall"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="https://www.atoptool.nl/"
|
||||
distfiles="https://www.atoptool.nl/download/atop-${version}.tar.gz"
|
||||
checksum=e7a673cf2c82578e7dd82ecb0dec83fd9ecb30828b2561c28a9fa5aaf75d5f93
|
||||
checksum=0d09ecc90c14e6ef41c22e3c57c142c3e4fb9cf3c94379077a33c961d5343086
|
||||
|
||||
make_dirs="/var/log/atop 755 root root"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue