monit: update to 5.16.
This commit is contained in:
parent
d4f9da9400
commit
f39e92ac8a
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
--- src/process/sysdep_LINUX.c.orig
|
||||
+++ src/process/sysdep_LINUX.c
|
||||
@@ -79,6 +79,10 @@
|
||||
@@ -71,6 +71,10 @@
|
||||
#include <glob.h>
|
||||
#endif
|
||||
|
||||
|
@ -8,6 +8,6 @@
|
|||
+#define GLOB_ONLYDIR 0
|
||||
+#endif
|
||||
+
|
||||
#ifndef HZ
|
||||
# define HZ sysconf(_SC_CLK_TCK)
|
||||
#ifdef HAVE_SYS_SYSINFO_H
|
||||
#include <sys/sysinfo.h>
|
||||
#endif
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'monit'
|
||||
pkgname=monit
|
||||
version=5.15
|
||||
version=5.16
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-ssl-dir=${XBPS_CROSS_BASE}/usr libmonit_cv_setjmp_available=yes
|
||||
|
@ -12,7 +12,7 @@ maintainer="Duncaen <duncaen@voidlinux.eu>"
|
|||
license="GPL-3"
|
||||
homepage="http://mmonit.com/monit/"
|
||||
distfiles="http://mmonit.com/monit/dist/${pkgname}-${version}.tar.gz"
|
||||
checksum=deada8153dc7e8755f572bc4d790143a92c7a8668dccb563ae4dbd73af56697c
|
||||
checksum=5b998e796113ce244c8b575da09d3a62bac1b2765484fe6416f224b4ba8f391f
|
||||
|
||||
post_install() {
|
||||
vinstall monitrc 700 etc/monit
|
||||
|
|
Loading…
Reference in a new issue