From d5ebc631f8c4f8db35574bc7da265530dff48d62 Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Thu, 20 Nov 2008 20:34:14 +0000 Subject: [PATCH] use the old 1.6 version that enables escalations. waiting for 1.6.2 --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3197758..8093415 100644 --- a/Makefile +++ b/Makefile @@ -5,8 +5,10 @@ SHA1SUM = sha1sum # default - overridden by the build SPECFILE = zabbix.spec -main.URL := http://voxel.dl.sourceforge.net/sourceforge/zabbix/zabbix-1.6.1.tar.gz -main.SHA1SUM:= 6e66efdbbdf23dc3de01379b30ded7b005fb49d9 +#main.URL := http://voxel.dl.sourceforge.net/sourceforge/zabbix/zabbix-1.6.1.tar.gz +#main.SHA1SUM:= 6e66efdbbdf23dc3de01379b30ded7b005fb49d9 +main.URL := http://voxel.dl.sourceforge.net/sourceforge/zabbix/zabbix-1.6.tar.gz +main.SHA1SUM:= f57a5e86e9c39973d0c11c275289c8feb8c13af2 main.FILE := $(notdir $(main.URL)) # Thierry - when called from within the build, PWD is /build -- 2.43.0