From owner-svn-ports-all@freebsd.org Thu Aug 3 16:09:27 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 074E5DC607C; Thu, 3 Aug 2017 16:09:27 +0000 (UTC) (envelope-from feld@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 mx1.freebsd.org (Postfix) with ESMTPS id CA70384D67; Thu, 3 Aug 2017 16:09:26 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v73G9PXF008648; Thu, 3 Aug 2017 16:09:25 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v73G9PuV008645; Thu, 3 Aug 2017 16:09:25 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201708031609.v73G9PuV008645@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 3 Aug 2017 16:09:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r447239 - in branches/2017Q3: . net-im/py-matrix-synapse X-SVN-Group: ports-branches X-SVN-Commit-Author: feld X-SVN-Commit-Paths: in branches/2017Q3: . net-im/py-matrix-synapse X-SVN-Commit-Revision: 447239 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Aug 2017 16:09:27 -0000 Author: feld Date: Thu Aug 3 16:09:25 2017 New Revision: 447239 URL: https://svnweb.freebsd.org/changeset/ports/447239 Log: MFH: r447238 Reserve GID for synapse user It was incorrect of me to set the GID to 65534 Approved by: ports-secteam (with hat) Modified: branches/2017Q3/GIDs branches/2017Q3/UIDs branches/2017Q3/net-im/py-matrix-synapse/Makefile Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/GIDs ============================================================================== --- branches/2017Q3/GIDs Thu Aug 3 16:08:49 2017 (r447238) +++ branches/2017Q3/GIDs Thu Aug 3 16:09:25 2017 (r447239) @@ -82,7 +82,7 @@ mpd:*:137: wolfpack:*:138: shellinabox:*:139: amanda:*:140: -# free: 141 +synapse:*:141: ladvd:*:142: dovecot:*:143: dovenull:*:144: Modified: branches/2017Q3/UIDs ============================================================================== --- branches/2017Q3/UIDs Thu Aug 3 16:08:49 2017 (r447238) +++ branches/2017Q3/UIDs Thu Aug 3 16:09:25 2017 (r447239) @@ -72,7 +72,7 @@ zabbix:*:122:122::0:0:Zabbix NMS:/nonexistent:/bin/sh _ntp:*:123:123::0:0:NTP Daemon:/var/empty:/usr/sbin/nologin fetchmail:*:124:124::0:0:Fetchmail mail-retrieval daemon:/nonexistent:/usr/sbin/nologin postfix:*:125:125::0:0:Postfix Mail System:/var/spool/postfix:/usr/sbin/nologin -synapse:*:126:65534::0:0:Synapse Daemon:/nonexistent:/usr/sbin/nologin +synapse:*:126:141::0:0:Synapse Daemon:/nonexistent:/usr/sbin/nologin navcron:*:127:127::0:0:Network Administration Visualized:/usr/local/nav:/usr/sbin/nologin sd-agent:*:128:128::0:0:ServerDensity Agent:/nonexistent:/usr/sbin/nologin # free: 129 Modified: branches/2017Q3/net-im/py-matrix-synapse/Makefile ============================================================================== --- branches/2017Q3/net-im/py-matrix-synapse/Makefile Thu Aug 3 16:08:49 2017 (r447238) +++ branches/2017Q3/net-im/py-matrix-synapse/Makefile Thu Aug 3 16:09:25 2017 (r447239) @@ -4,7 +4,7 @@ PORTNAME= matrix-synapse DISTVERSIONPREFIX= v DISTVERSION= 0.21.1 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net-im python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -59,6 +59,7 @@ GH_PROJECT= synapse USE_RC_SUBR= synapse USERS= synapse +GROUPS= synapse DBDIR?= /var/db/${PORTNAME} LOGDIR?= /var/log/${PORTNAME}