From owner-svn-ports-head@freebsd.org Tue Oct 15 11:08:53 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E378615B73C; Tue, 15 Oct 2019 11:08:53 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46st396KKFz43Zh; Tue, 15 Oct 2019 11:08:53 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B8EAA1DA06; Tue, 15 Oct 2019 11:08:53 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x9FB8rYW087980; Tue, 15 Oct 2019 11:08:53 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9FB8qio087972; Tue, 15 Oct 2019 11:08:52 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201910151108.x9FB8qio087972@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Tue, 15 Oct 2019 11:08:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514515 - in head/net-mgmt: . zabbix44-agent zabbix44-frontend zabbix44-java zabbix44-proxy zabbix44-server zabbix44-server/files X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: in head/net-mgmt: . zabbix44-agent zabbix44-frontend zabbix44-java zabbix44-proxy zabbix44-server zabbix44-server/files X-SVN-Commit-Revision: 514515 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Oct 2019 11:08:54 -0000 Author: dbaio Date: Tue Oct 15 11:08:51 2019 New Revision: 514515 URL: https://svnweb.freebsd.org/changeset/ports/514515 Log: New ports: net-mgmt/zabbix44-[agent|frontend|java|proxy|server] net-mgmt/zabbix42 -> net-mgmt/zabbix44 What's new in Zabbix 4.4: https://www.zabbix.com/documentation/4.4/manual/introduction/whatsnew440 PR: 241235 Approved by: Pakhom Golynga (maintainer) Added: head/net-mgmt/zabbix44-agent/ - copied from r514513, head/net-mgmt/zabbix42-agent/ head/net-mgmt/zabbix44-frontend/ - copied from r514513, head/net-mgmt/zabbix42-frontend/ head/net-mgmt/zabbix44-java/ - copied from r514513, head/net-mgmt/zabbix42-java/ head/net-mgmt/zabbix44-proxy/ - copied from r514513, head/net-mgmt/zabbix42-proxy/ head/net-mgmt/zabbix44-server/ - copied from r514513, head/net-mgmt/zabbix42-server/ Modified: head/net-mgmt/Makefile head/net-mgmt/zabbix44-agent/Makefile head/net-mgmt/zabbix44-frontend/Makefile head/net-mgmt/zabbix44-java/Makefile head/net-mgmt/zabbix44-proxy/Makefile head/net-mgmt/zabbix44-server/Makefile head/net-mgmt/zabbix44-server/distinfo head/net-mgmt/zabbix44-server/files/pkg-message.in head/net-mgmt/zabbix44-server/pkg-plist.frontend Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Tue Oct 15 10:53:09 2019 (r514514) +++ head/net-mgmt/Makefile Tue Oct 15 11:08:51 2019 (r514515) @@ -420,5 +420,10 @@ SUBDIR += zabbix42-java SUBDIR += zabbix42-proxy SUBDIR += zabbix42-server + SUBDIR += zabbix44-agent + SUBDIR += zabbix44-frontend + SUBDIR += zabbix44-java + SUBDIR += zabbix44-proxy + SUBDIR += zabbix44-server .include Modified: head/net-mgmt/zabbix44-agent/Makefile ============================================================================== --- head/net-mgmt/zabbix42-agent/Makefile Tue Oct 15 10:51:54 2019 (r514513) +++ head/net-mgmt/zabbix44-agent/Makefile Tue Oct 15 11:08:51 2019 (r514515) @@ -1,11 +1,11 @@ # Created by: Pakhom Golynga # $FreeBSD$ -PORTNAME= zabbix42 +PORTNAME= zabbix44 CATEGORIES= net-mgmt PKGNAMESUFFIX= -agent -MASTERDIR= ${.CURDIR}/../zabbix42-server +MASTERDIR= ${.CURDIR}/../zabbix44-server PLIST= ${PKGDIR}/pkg-plist.agent OPTIONS_DEFINE= CURL IPV6 Modified: head/net-mgmt/zabbix44-frontend/Makefile ============================================================================== --- head/net-mgmt/zabbix42-frontend/Makefile Tue Oct 15 10:51:54 2019 (r514513) +++ head/net-mgmt/zabbix44-frontend/Makefile Tue Oct 15 11:08:51 2019 (r514515) @@ -1,11 +1,11 @@ # Created by: Pakhom Golynga # $FreeBSD$ -PORTNAME= zabbix42 +PORTNAME= zabbix44 CATEGORIES= net-mgmt PKGNAMESUFFIX= -frontend -MASTERDIR= ${.CURDIR}/../zabbix42-server +MASTERDIR= ${.CURDIR}/../zabbix44-server NO_BUILD= yes NO_ARCH= yes Modified: head/net-mgmt/zabbix44-java/Makefile ============================================================================== --- head/net-mgmt/zabbix42-java/Makefile Tue Oct 15 10:51:54 2019 (r514513) +++ head/net-mgmt/zabbix44-java/Makefile Tue Oct 15 11:08:51 2019 (r514515) @@ -1,10 +1,10 @@ # $FreeBSD$ -PORTNAME= zabbix42 +PORTNAME= zabbix44 CATEGORIES= net-mgmt PKGNAMESUFFIX= -java -MASTERDIR= ${.CURDIR}/../zabbix42-server +MASTERDIR= ${.CURDIR}/../zabbix44-server PLIST= ${PKGDIR}/pkg-plist.java OPTIONS_DEFINE= IPV6 Modified: head/net-mgmt/zabbix44-proxy/Makefile ============================================================================== --- head/net-mgmt/zabbix42-proxy/Makefile Tue Oct 15 10:51:54 2019 (r514513) +++ head/net-mgmt/zabbix44-proxy/Makefile Tue Oct 15 11:08:51 2019 (r514515) @@ -1,11 +1,11 @@ # Created by: Pakhom Golynga # $FreeBSD$ -PORTNAME= zabbix42 +PORTNAME= zabbix44 CATEGORIES= net-mgmt PKGNAMESUFFIX= -proxy -MASTERDIR= ${.CURDIR}/../zabbix42-server +MASTERDIR= ${.CURDIR}/../zabbix44-server OPTIONS_SINGLE_DB= MYSQL PGSQL SQLITE ORACLE Modified: head/net-mgmt/zabbix44-server/Makefile ============================================================================== --- head/net-mgmt/zabbix42-server/Makefile Tue Oct 15 10:51:54 2019 (r514513) +++ head/net-mgmt/zabbix44-server/Makefile Tue Oct 15 11:08:51 2019 (r514515) @@ -1,8 +1,8 @@ # Created by: Pakhom Golynga # $FreeBSD$ -PORTNAME= zabbix42 -PORTVERSION= 4.2.7 +PORTNAME= zabbix44 +PORTVERSION= 4.4.0 PORTREVISION?= 0 CATEGORIES= net-mgmt MASTER_SITES= SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION} @@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpcre.so:devel/pcre CONFLICTS= zabbix[0-35-9][0-9]${PKGNAMESUFFIX} \ - zabbix4[0-13-9]${PKGNAMESUFFIX} \ + zabbix4[0-35-9]${PKGNAMESUFFIX} \ zabbix[0-9]${PKGNAMESUFFIX} ZABBIX_BUILD= ${PKGNAMESUFFIX:S/^-//} @@ -68,14 +68,13 @@ SUB_FILES= pkg-message CONFIGURE_ARGS+= --with-net-snmp -OPTIONS_DEFINE= IPV6 FPING JABBER CURL LDAP IPMI SSH NMAP LIBXML2 UNIXODBC +OPTIONS_DEFINE= IPV6 FPING CURL LDAP IPMI SSH NMAP LIBXML2 UNIXODBC OPTIONS_DEFAULT= FPING CURL UNIXODBC MYSQL OPENSSL OPTIONS_SUB= yes FPING_DESC= Build/install fping for ping checks IPMI_DESC= Support for IPMI checks -JABBER_DESC= Support for Jabber media type LDAP_DESC= Support for LDAP server checks NMAP_DESC= Build/install nmap for o/s detection SSH_DESC= Support for SSH-based checks @@ -102,9 +101,6 @@ LDAP_USE= OPENLDAP=yes IPMI_CONFIGURE_WITH= openipmi IPMI_LIB_DEPENDS= libOpenIPMI.so:sysutils/openipmi - -JABBER_CONFIGURE_WITH= jabber -JABBER_LIB_DEPENDS= libiksemel.so:textproc/iksemel FPING_RUN_DEPENDS= fping:net/fping Modified: head/net-mgmt/zabbix44-server/distinfo ============================================================================== --- head/net-mgmt/zabbix42-server/distinfo Tue Oct 15 10:51:54 2019 (r514513) +++ head/net-mgmt/zabbix44-server/distinfo Tue Oct 15 11:08:51 2019 (r514515) @@ -1,3 +1,3 @@ -TIMESTAMP = 1570661295 -SHA256 (zabbix-4.2.7.tar.gz) = 9d9bdf1d858048d72811de04269a429aba257fac2e4b6e782d5a2b1d3a82f627 -SIZE (zabbix-4.2.7.tar.gz) = 18286402 +TIMESTAMP = 1570889168 +SHA256 (zabbix-4.4.0.tar.gz) = c47da70ea2379684ea6fad91092b819eda6e1955b215b9dd568c061143d78ca8 +SIZE (zabbix-4.4.0.tar.gz) = 20689807 Modified: head/net-mgmt/zabbix44-server/files/pkg-message.in ============================================================================== --- head/net-mgmt/zabbix42-server/files/pkg-message.in Tue Oct 15 10:51:54 2019 (r514513) +++ head/net-mgmt/zabbix44-server/files/pkg-message.in Tue Oct 15 11:08:51 2019 (r514515) @@ -7,18 +7,18 @@ required. It is not needed to run Zabbix agent. % cd %%DATADIR%%/%%ZABBIX_BUILD%%/database And follow the instructions: -https://www.zabbix.com/documentation/4.2/manual/appendix/install/db_scripts +https://www.zabbix.com/documentation/4.4/manual/appendix/install/db_scripts -Upgrade notes for 4.2.0: -https://www.zabbix.com/documentation/4.2/manual/installation/upgrade_notes_420 +Upgrade notes for 4.4.0: +https://www.zabbix.com/documentation/4.4/manual/installation/upgrade_notes_440 Upgrade procedure: -https://www.zabbix.com/documentation/4.2/manual/installation/upgrade/sources +https://www.zabbix.com/documentation/4.4/manual/installation/upgrade/sources Please see https://www.zabbix.com/ for detailed information about Zabbix. Official Zabbix documentation: -https://www.zabbix.com/documentation/4.2/start +https://www.zabbix.com/documentation/4.4/start For Zabbix frontend "Welcome" screen. Enter the user name Admin with password zabbix to log in as a Zabbix superuser. @@ -33,29 +33,13 @@ Zabbix stable release, plus one (1) additional month o (critical and security issues only). Zabbix Standard version release will result in change of the second version number. -Stable release: Zabbix 4.2 -Release date: 2 April, 2019 -End of Full Support: 30 September, 2019 -End of Limited Support: 31 October, 2019 +Stable release: Zabbix 4.4 +Release date: Q3, 2019 +End of Full Support: Q1, 2020 +End of Limited Support: Q2, 2020 Zabbix Life Cycle & Release Policy: https://www.zabbix.com/life_cycle_and_release_policy -EOM -} -{ - type: upgrade - maximum_version: "4.2.6" - minimum_version: "4.2.4" - message: <