summaryrefslogtreecommitdiff
path: root/package/monit
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-21 10:38:16 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-21 10:38:36 +0200
commit4845fbb7e7a9007061876cf8aef95fbc6e3a712f (patch)
tree0603854df9454225e032ff8b933c860914e6471e /package/monit
parent1e79f3a96f9a93fd840114cf88cb29bd26b7618d (diff)
monit: update to 5.19.0
Diffstat (limited to 'package/monit')
-rw-r--r--package/monit/Makefile8
-rw-r--r--package/monit/patches/patch-configure11
-rw-r--r--package/monit/patches/patch-src_process_sysdep_LINUX_c11
3 files changed, 4 insertions, 26 deletions
diff --git a/package/monit/Makefile b/package/monit/Makefile
index 0d712c1a2..49caad36e 100644
--- a/package/monit/Makefile
+++ b/package/monit/Makefile
@@ -4,14 +4,14 @@
include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= monit
-PKG_VERSION:= 5.6
-PKG_RELEASE:= 2
-PKG_HASH:= 38e09bd8b39abc59e6b9a9bb7a78f7eac2b02a92f4de1f3a6dc24e84dfedae0d
+PKG_VERSION:= 5.19.0
+PKG_RELEASE:= 1
+PKG_HASH:= befcd54365502bce4ffd6d1b0c345d5b689c9f7cb3a35a462ba7dcffcf6f62b8
PKG_DESCR:= utility for system services monitoring
PKG_SECTION:= sys/misc
PKG_NEEDS:= threads
PKG_URL:= http://mmonit.com/monit/
-PKG_SITES:= http://www.tildeslash.com/monit/dist/
+PKG_SITES:= https://mmonit.com/monit/dist/
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
diff --git a/package/monit/patches/patch-configure b/package/monit/patches/patch-configure
deleted file mode 100644
index 47c84cd38..000000000
--- a/package/monit/patches/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- monit-5.6.orig/configure 2013-09-03 14:55:49.000000000 +0200
-+++ monit-5.6/configure 2014-02-10 18:05:03.000000000 +0100
-@@ -13575,7 +13575,7 @@ fi
- # ------------------------------------------------------------------------
-
- # Backward compatibility until we get ride of arch settings
--architecture=`uname`
-+architecture=Linux
- if test "$architecture" = "SunOS"
- then
- ARCH="SOLARIS"
diff --git a/package/monit/patches/patch-src_process_sysdep_LINUX_c b/package/monit/patches/patch-src_process_sysdep_LINUX_c
deleted file mode 100644
index a2781dd91..000000000
--- a/package/monit/patches/patch-src_process_sysdep_LINUX_c
+++ /dev/null
@@ -1,11 +0,0 @@
---- monit-5.6.orig/src/process/sysdep_LINUX.c 2012-05-10 22:52:38.000000000 +0200
-+++ monit-5.6/src/process/sysdep_LINUX.c 2014-01-04 20:19:48.000000000 +0100
-@@ -204,7 +204,7 @@ int initprocesstree_sysdep(ProcessTree_T
- ASSERT(reference);
-
- /* Find all processes in the /proc directory */
-- if ((rv = glob("/proc/[0-9]*", GLOB_ONLYDIR, NULL, &globbuf))) {
-+ if ((rv = glob("/proc/[0-9]*", NULL, NULL, &globbuf))) {
- LogError("system statistic error -- glob failed: %d (%s)\n", rv, STRERROR);
- return FALSE;
- }