Browse Source

zabbix: update to 2.4.6 (and refresh patches)

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
Etienne CHAMPETIER 9 years ago
parent
commit
03b5af288e
2 changed files with 6 additions and 6 deletions
  1. 3
    3
      admin/zabbix/Makefile
  2. 3
    3
      admin/zabbix/patches/015-daemon-foreground.patch

+ 3
- 3
admin/zabbix/Makefile View File

@@ -8,12 +8,12 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=zabbix
11
-PKG_VERSION:=2.4.5
12
-PKG_RELEASE:=3
11
+PKG_VERSION:=2.4.6
12
+PKG_RELEASE:=1
13 13
 
14 14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15 15
 PKG_SOURCE_URL:=@SF/zabbix
16
-PKG_MD5SUM:=a82eb0d55d3ca947e10a4a55238f4388
16
+PKG_MD5SUM:=06ad8d5808a0eddf2b9f0a256b6a5fde
17 17
 
18 18
 PKG_LICENSE:=GPL-2.0
19 19
 PKG_LICENSE_FILES:=COPYING

+ 3
- 3
admin/zabbix/patches/015-daemon-foreground.patch View File

@@ -1,8 +1,8 @@
1 1
 --- a/include/common.h
2 2
 +++ b/include/common.h
3
-@@ -1081,4 +1081,7 @@ int	parse_serveractive_element(char *str
4
- #define ZBX_SESSION_ACTIVE	0
5
- #define ZBX_SESSION_PASSIVE	1
3
+@@ -1083,4 +1083,7 @@ int	parse_serveractive_element(char *str
4
+ 
5
+ char	*zbx_dyn_escape_shell_single_quote(const char *text);
6 6
  
7 7
 +#define ZBX_RUN_BACKGROUND      0
8 8
 +#define ZBX_RUN_FOREGROUND      1