Browse Source

Merge pull request #357 from cjkoenig/update_monit

monit: Update to 5.9
champtar 10 years ago
parent
commit
26b38b7dda
2 changed files with 4 additions and 4 deletions
  1. 3
    3
      admin/monit/Makefile
  2. 1
    1
      admin/monit/patches/001-fix-default-piddir.patch

+ 3
- 3
admin/monit/Makefile View File

@@ -8,12 +8,12 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=monit
11
-PKG_VERSION:=5.8.1
12
-PKG_RELEASE:=2
11
+PKG_VERSION:=5.9
12
+PKG_RELEASE:=1
13 13
 
14 14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15 15
 PKG_SOURCE_URL:=http://mmonit.com/monit/dist
16
-PKG_MD5SUM:=9467328f1da0b644a766a387443db2ea
16
+PKG_MD5SUM:=808473ebbacda0c5085d7399e507bfda
17 17
 
18 18
 PKG_LICENSE:=AGPL-3.0
19 19
 PKG_LICENSE_FILES:=COPYING

+ 1
- 1
admin/monit/patches/001-fix-default-piddir.patch View File

@@ -1,6 +1,6 @@
1 1
 --- a/configure
2 2
 +++ b/configure
3
-@@ -13555,14 +13555,7 @@ fi
3
+@@ -13744,14 +13744,7 @@ fi
4 4
  # Find the right directory to put the root-mode PID file in
5 5
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking pid file location" >&5
6 6
  $as_echo_n "checking pid file location... " >&6; }