Update monit to 4.10.1 (#3776)
authorFlorian Fainelli <florian@openwrt.org>
Fri, 18 Jul 2008 13:51:23 +0000 (13:51 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Fri, 18 Jul 2008 13:51:23 +0000 (13:51 +0000)
SVN-Revision: 11857

admin/monit/Makefile
admin/monit/patches/001-no_sslv2.patch

index d8618bdb0d0df63789c39281b72a825ed05b5163..820fddb5796d71c98d5056af59ef4e204ae8cac6 100644 (file)
@@ -9,12 +9,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=monit
-PKG_VERSION:=4.9
+PKG_VERSION:=4.10.1
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://www.tildeslash.com/monit/dist/
-PKG_MD5SUM:=bcbaab776a54d1e34e3a057c925de9ca
+PKG_MD5SUM:=d3143b0bbd79b53f1b019d2fc1dae656
 
 include $(INCLUDE_DIR)/package.mk
 
index c9253acf60039e35dbcc36285cbdbfe2ecde4a04..91fe439e70f782b51f15a973935258c9451110cb 100644 (file)
@@ -1,6 +1,6 @@
---- monit-4.9/ssl.c.orig       2007-01-13 06:00:08.000000000 -0600
-+++ monit-4.9/ssl.c    2007-03-03 20:18:16.000000000 -0600
-@@ -663,9 +663,11 @@
+--- a/ssl.c
++++ b/ssl.c
+@@ -662,9 +662,11 @@
      ssl->method = SSLv23_client_method();
      break;