From owner-svn-ports-head@FreeBSD.ORG Sat Feb 1 00:57:52 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F3DE26C3; Sat, 1 Feb 2014 00:57:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C51E91A77; Sat, 1 Feb 2014 00:57:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s110vphA092833; Sat, 1 Feb 2014 00:57:51 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s110vpOo092830; Sat, 1 Feb 2014 00:57:51 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201402010057.s110vpOo092830@svn.freebsd.org> From: Kubilay Kocak Date: Sat, 1 Feb 2014 00:57:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342094 - in head: . net-mgmt/zabbix2-server net-mgmt/zabbix22-server X-SVN-Group: ports-head 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.17 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: Sat, 01 Feb 2014 00:57:52 -0000 Author: koobs Date: Sat Feb 1 00:57:50 2014 New Revision: 342094 URL: http://svnweb.freebsd.org/changeset/ports/342094 QAT: https://qat.redports.org/buildarchive/r342094/ Log: Add UPDATING entry for zabbix UIDs change and bump ports PR: ports/186298 Reviewed by: mat Modified: head/UPDATING head/net-mgmt/zabbix2-server/Makefile head/net-mgmt/zabbix22-server/Makefile Modified: head/UPDATING ============================================================================== --- head/UPDATING Fri Jan 31 23:19:22 2014 (r342093) +++ head/UPDATING Sat Feb 1 00:57:50 2014 (r342094) @@ -5,6 +5,18 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20140201: + AFFECTS: users of net-mgmt/zabbix* + AUTHOR: koobs@FreeBSD.org + + The login shell for the zabbix user in UIDs was changed from + /usr/sbin/nologin to /bin/sh to fix the zabbix-agent UserParameter + feature. + + To update the existing user on your system, run: + + # pw usermod zabbix -s /bin/sh + 20140114: AFFECTS: users of www/mod_authnz_external AUTHOR: ohauer@FreeBSD.org Modified: head/net-mgmt/zabbix2-server/Makefile ============================================================================== --- head/net-mgmt/zabbix2-server/Makefile Fri Jan 31 23:19:22 2014 (r342093) +++ head/net-mgmt/zabbix2-server/Makefile Sat Feb 1 00:57:50 2014 (r342094) @@ -3,7 +3,7 @@ PORTNAME= zabbix2 PORTVERSION= 2.0.10 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= net-mgmt MASTER_SITES= SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION} PKGNAMESUFFIX?= -server Modified: head/net-mgmt/zabbix22-server/Makefile ============================================================================== --- head/net-mgmt/zabbix22-server/Makefile Fri Jan 31 23:19:22 2014 (r342093) +++ head/net-mgmt/zabbix22-server/Makefile Sat Feb 1 00:57:50 2014 (r342094) @@ -3,7 +3,7 @@ PORTNAME= zabbix22 PORTVERSION= 2.2.1 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= net-mgmt MASTER_SITES= SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION} PKGNAMESUFFIX?= -server