Browse Source

monit: update to 5.19.0

Waldemar Brodkorb 9 years ago
parent
commit
4845fbb7e7

+ 4 - 4
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
 

+ 0 - 11
package/monit/patches/patch-configure

@@ -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"

+ 0 - 11
package/monit/patches/patch-src_process_sysdep_LINUX_c

@@ -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;
-   }