monit: update to 5.23
Signed-off-by: Etienne Champetier <echampetier@anevia.com>
This commit is contained in:
parent
3bf89aab32
commit
7b9fd07b45
2 changed files with 3 additions and 3 deletions
|
@ -8,11 +8,11 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=monit
|
PKG_NAME:=monit
|
||||||
PKG_VERSION:=5.20.0
|
PKG_VERSION:=5.23.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_HASH:=ebac395ec50c1ae64d568db1260bc049d0e0e624c00e79d7b1b9a59c2679b98d
|
PKG_HASH:=dd39fe3a379c02402ba9c44c201b3ba925ebdc8f04225918820607b6c5d56713
|
||||||
PKG_SOURCE_URL:=http://mmonit.com/monit/dist
|
PKG_SOURCE_URL:=http://mmonit.com/monit/dist
|
||||||
|
|
||||||
PKG_LICENSE:=AGPL-3.0
|
PKG_LICENSE:=AGPL-3.0
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/configure
|
--- a/configure
|
||||||
+++ b/configure
|
+++ b/configure
|
||||||
@@ -13839,14 +13839,7 @@ fi
|
@@ -13852,14 +13852,7 @@ fi
|
||||||
# Find the right directory to put the root-mode PID file in
|
# Find the right directory to put the root-mode PID file in
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking pid file location" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking pid file location" >&5
|
||||||
$as_echo_n "checking pid file location... " >&6; }
|
$as_echo_n "checking pid file location... " >&6; }
|
||||||
|
|
Loading…
Reference in a new issue