svn commit: r342094 - in head: . net-mgmt/zabbix2-server net-mgmt/zabbix22-server

Kubilay Kocak koobs at FreeBSD.org
Sat Feb 1 00:57:52 UTC 2014


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 at 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 at 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


More information about the svn-ports-head mailing list