From postmaster@christianserving.org  Mon Mar 29 20:24:32 2010
Return-Path: <postmaster@christianserving.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id ACB2210656E0
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 29 Mar 2010 20:24:32 +0000 (UTC)
	(envelope-from postmaster@christianserving.org)
Received: from zion.christianserving.org (zion.christianserving.org [75.149.96.217])
	by mx1.freebsd.org (Postfix) with ESMTP id 8193D8FC20
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 29 Mar 2010 20:24:32 +0000 (UTC)
Received: by zion.christianserving.org (Postfix, from userid 0)
	id 9036022DB2B; Mon, 29 Mar 2010 15:24:31 -0500 (CDT)
Message-Id: <20100329202431.9036022DB2B@zion.christianserving.org>
Date: Mon, 29 Mar 2010 15:24:31 -0500 (CDT)
From: Jim Riggs <ports@christianserving.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] net-mgmt/zabbix-server: update to 1.8.2
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         145181
>Category:       ports
>Synopsis:       [MAINTAINER] net-mgmt/zabbix-server: update to 1.8.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 29 20:30:03 UTC 2010
>Closed-Date:    Fri Apr 02 12:08:36 UTC 2010
>Last-Modified:  Fri Apr  2 12:10:08 UTC 2010
>Originator:     Jim Riggs
>Release:        FreeBSD 6.3-RELEASE-p2 amd64
>Organization:
>Environment:
System: FreeBSD zion.christianserving.org 6.3-RELEASE-p2 FreeBSD 6.3-RELEASE-p2 #3: Mon May  5 21:27:22 CDT
>Description:
- Update to 1.8.2
- Add SSH option for SSH-based checks (libssh2)
- Set USE_SQLITE to 3

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- zabbix-server-1.8.2,2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net-mgmt/zabbix-server/Makefile /root/portwork/zabbix/net-mgmt/zabbix-server/Makefile
--- /usr/ports/net-mgmt/zabbix-server/Makefile	2010-02-02 13:05:27.000000000 -0600
+++ /root/portwork/zabbix/net-mgmt/zabbix-server/Makefile	2010-03-29 15:14:19.000000000 -0500
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	zabbix
-PORTVERSION=	1.8.1
+PORTVERSION=	1.8.2
 PORTREVISION?=	0
 PORTEPOCH=	2
 CATEGORIES=	net-mgmt
@@ -61,7 +61,8 @@
 		IPV6 "Support for IPv6" on \
 		LDAP "Support for checking LDAP servers" on \
 		JABBER "Use jabber media type" on \
-		FPING "Use fping for pinging hosts" on
+		FPING "Use fping for pinging hosts" on \
+		SSH "Use libssh2 for SSH-based checks" off
 
 .include <bsd.port.options.mk>
 
@@ -75,7 +76,7 @@
 CONFIGURE_ARGS+=	--with-pgsql
 .elifdef WITH_SQLITE
 ZABBIX_REQUIRE=
-USE_SQLITE=	yes
+USE_SQLITE=	3
 CONFIGURE_ARGS+=	--with-sqlite3
 .else
 IGNORE=		zabbix requires a database backend
@@ -94,6 +95,11 @@
 .ifndef WITHOUT_FPING
 RUN_DEPENDS+=	fping:${PORTSDIR}/net/fping
 .endif
+
+.ifdef WITH_SSH
+LIB_DEPENDS+=	ssh2:${PORTSDIR}/security/libssh2
+CONFIGURE_ARGS+=	--with-ssh2
+.endif
 .endif # if ${ZABBIX_BUILD} != "agent"
 
 .ifdef WITH_IPV6
diff -ruN --exclude=CVS /usr/ports/net-mgmt/zabbix-server/distinfo /root/portwork/zabbix/net-mgmt/zabbix-server/distinfo
--- /usr/ports/net-mgmt/zabbix-server/distinfo	2010-02-02 13:05:27.000000000 -0600
+++ /root/portwork/zabbix/net-mgmt/zabbix-server/distinfo	2010-03-29 14:12:32.000000000 -0500
@@ -1,3 +1,3 @@
-MD5 (zabbix-1.8.1.tar.gz) = ab1a5006a885d780084bb870320abbc9
-SHA256 (zabbix-1.8.1.tar.gz) = ef487766f22527d79fd7a2631b615c34d04103038341f1dc16eceb77172d8a7c
-SIZE (zabbix-1.8.1.tar.gz) = 3607414
+MD5 (zabbix-1.8.2.tar.gz) = fa4be4fa7ac20a33cc0aa5c27b827746
+SHA256 (zabbix-1.8.2.tar.gz) = ba1d00454551c1c6f0d270f76718b69ce9f54c427e22acb5a13ccbc9e621fd81
+SIZE (zabbix-1.8.2.tar.gz) = 3706540
diff -ruN --exclude=CVS /usr/ports/net-mgmt/zabbix-server/pkg-plist.frontend /root/portwork/zabbix/net-mgmt/zabbix-server/pkg-plist.frontend
--- /usr/ports/net-mgmt/zabbix-server/pkg-plist.frontend	2010-02-02 13:05:28.000000000 -0600
+++ /root/portwork/zabbix/net-mgmt/zabbix-server/pkg-plist.frontend	2010-03-29 15:08:47.000000000 -0500
@@ -12,6 +12,7 @@
 %%WWWDIR%%/api/classes/class.cgraphitem.php
 %%WWWDIR%%/api/classes/class.chost.php
 %%WWWDIR%%/api/classes/class.chostgroup.php
+%%WWWDIR%%/api/classes/class.cimage.php
 %%WWWDIR%%/api/classes/class.citem.php
 %%WWWDIR%%/api/classes/class.cmaintenance.php
 %%WWWDIR%%/api/classes/class.cmap.php
@@ -54,6 +55,7 @@
 %%WWWDIR%%/config.php
 %%WWWDIR%%/css.css
 %%WWWDIR%%/dashboard.php
+%%WWWDIR%%/dashconf.php
 %%WWWDIR%%/discovery.php
 %%WWWDIR%%/discoveryconf.php
 %%WWWDIR%%/events.php
@@ -90,6 +92,10 @@
 %%WWWDIR%%/images/general/bttn/arrowright_bb.png
 %%WWWDIR%%/images/general/bttn/arrowup.png
 %%WWWDIR%%/images/general/bttn/arrowup_bb.png
+%%WWWDIR%%/images/general/bttn/config.png
+%%WWWDIR%%/images/general/bttn/config_bb.png
+%%WWWDIR%%/images/general/bttn/config_hl.png
+%%WWWDIR%%/images/general/bttn/config_hl_bb.png
 %%WWWDIR%%/images/general/bttn/down.png
 %%WWWDIR%%/images/general/bttn/down_bb.png
 %%WWWDIR%%/images/general/bttn/fullscreen.png
@@ -128,6 +134,7 @@
 %%WWWDIR%%/images/general/ipmi_available_bb.png
 %%WWWDIR%%/images/general/ipmi_unavailable.png
 %%WWWDIR%%/images/general/ipmi_unknown.png
+%%WWWDIR%%/images/general/no_icon.png
 %%WWWDIR%%/images/general/ok.png
 %%WWWDIR%%/images/general/ok_bb.png
 %%WWWDIR%%/images/general/ok_icon.png
@@ -286,6 +293,7 @@
 %%WWWDIR%%/include/config.inc.php
 %%WWWDIR%%/include/copt.lib.php
 %%WWWDIR%%/include/db.inc.php
+%%WWWDIR%%/include/debug.inc.php
 %%WWWDIR%%/include/defines.inc.php
 %%WWWDIR%%/include/discovery.inc.php
 %%WWWDIR%%/include/events.inc.php
@@ -296,6 +304,7 @@
 %%WWWDIR%%/include/hosts.inc.php
 %%WWWDIR%%/include/html.inc.php
 %%WWWDIR%%/include/httptest.inc.php
+%%WWWDIR%%/include/ident.inc.php
 %%WWWDIR%%/include/images.inc.php
 %%WWWDIR%%/include/items.inc.php
 %%WWWDIR%%/include/js.inc.php
@@ -315,6 +324,7 @@
 %%WWWDIR%%/include/locales/ru_ru.inc.php
 %%WWWDIR%%/include/locales/sp_sp.inc.php
 %%WWWDIR%%/include/locales/sv_se.inc.php
+%%WWWDIR%%/include/locales/ua_ua.inc.php
 %%WWWDIR%%/include/maintenances.inc.php
 %%WWWDIR%%/include/maps.inc.php
 %%WWWDIR%%/include/media.inc.php
@@ -338,6 +348,7 @@
 %%WWWDIR%%/instal.php
 %%WWWDIR%%/items.php
 %%WWWDIR%%/js/class.calendar.js
+%%WWWDIR%%/js/class.cdate.js
 %%WWWDIR%%/js/class.cmap.js
 %%WWWDIR%%/js/class.cookie.js
 %%WWWDIR%%/js/class.cscreen.js
--- zabbix-server-1.8.2,2.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Fri Apr 2 11:54:06 UTC 2010 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=145181 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/145181: commit references a PR
Date: Fri,  2 Apr 2010 12:08:42 +0000 (UTC)

 pav         2010-04-02 12:08:29 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-mgmt/zabbix-server Makefile distinfo pkg-plist.frontend 
   Log:
   - Update to 1.8.2
   
   PR:             ports/145181
   Submitted by:   Jim Riggs <ports@christianserving.org> (maintainer)
   
   Revision  Changes    Path
   1.4       +9 -3      ports/net-mgmt/zabbix-server/Makefile
   1.3       +3 -3      ports/net-mgmt/zabbix-server/distinfo
   1.3       +12 -1     ports/net-mgmt/zabbix-server/pkg-plist.frontend
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
