[package] update monit to 5.0.3 (#5284)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@16401 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
185586781f
commit
703a367823
@ -8,12 +8,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=monit
|
PKG_NAME:=monit
|
||||||
PKG_VERSION:=5.0.2
|
PKG_VERSION:=5.0.3
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://www.tildeslash.com/monit/dist/
|
PKG_SOURCE_URL:=http://mmonit.com/monit/dist/
|
||||||
PKG_MD5SUM:=416db6d616ee3a44d274522103fef9af
|
PKG_MD5SUM:=dae7859ec10551fc941daeae60dee9d3
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
@ -22,7 +22,7 @@ define Package/monit/Default
|
|||||||
CATEGORY:=Administration
|
CATEGORY:=Administration
|
||||||
DEPENDS:= +libpthread
|
DEPENDS:= +libpthread
|
||||||
TITLE:=System services monitoring utility
|
TITLE:=System services monitoring utility
|
||||||
URL:=http://www.tildeslash.com/monit
|
URL:=http://mmonit.com/monit/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/monit/Default/description
|
define Package/monit/Default/description
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
--- a/ssl.c
|
--- a/ssl.c
|
||||||
+++ b/ssl.c
|
+++ b/ssl.c
|
||||||
@@ -662,9 +662,11 @@
|
@@ -673,9 +673,11 @@ ssl_connection *new_ssl_connection(char
|
||||||
ssl->method = SSLv23_client_method();
|
ssl->method = SSLv23_client_method();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user