From owner-svn-ports-branches@freebsd.org Thu Aug 3 16:05:45 2017 Return-Path: Delivered-To: svn-ports-branches@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 228BADC5D71; Thu, 3 Aug 2017 16:05:45 +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 D96B984ADC; Thu, 3 Aug 2017 16:05:44 +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 v73G5isI008221; Thu, 3 Aug 2017 16:05:44 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v73G5hFl008217; Thu, 3 Aug 2017 16:05:43 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201708031605.v73G5hFl008217@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:05:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r447237 - in branches/2017Q3: . net-p2p/radarr net-p2p/sonarr X-SVN-Group: ports-branches X-SVN-Commit-Author: feld X-SVN-Commit-Paths: in branches/2017Q3: . net-p2p/radarr net-p2p/sonarr X-SVN-Commit-Revision: 447237 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Aug 2017 16:05:45 -0000 Author: feld Date: Thu Aug 3 16:05:43 2017 New Revision: 447237 URL: https://svnweb.freebsd.org/changeset/ports/447237 Log: MFH: r447236 Reserve GID for sonarr and radarr It was incorrect of me to set the GID of these users to 65534. Approved by: port-secteam (with hat) Modified: branches/2017Q3/GIDs branches/2017Q3/UIDs branches/2017Q3/net-p2p/radarr/Makefile branches/2017Q3/net-p2p/sonarr/Makefile Directory Properties: branches/2017Q3/ (props changed) Modified: branches/2017Q3/GIDs ============================================================================== --- branches/2017Q3/GIDs Thu Aug 3 16:04:58 2017 (r447236) +++ branches/2017Q3/GIDs Thu Aug 3 16:05:43 2017 (r447237) @@ -292,8 +292,8 @@ openfire:*:342: # free: 348 # free: 349 _sabnzbd:*:350: -# free: 351 -# free: 352 +sonarr:*:351: +radarr:*:352: _iodined:*:353: # free: 354 # free: 355 Modified: branches/2017Q3/UIDs ============================================================================== --- branches/2017Q3/UIDs Thu Aug 3 16:04:58 2017 (r447236) +++ branches/2017Q3/UIDs Thu Aug 3 16:05:43 2017 (r447237) @@ -297,8 +297,8 @@ openfire:*:342:342::0:0:Openfire IM Daemon:/nonexisten # free: 348 # free: 349 _sabnzbd:*:350:350::0:0:sabnzb Daemon:/nonexistent:/usr/sbin/nologin -sonarr:*:351:65534::0:0:Sonarr PVR:/nonexistent:/usr/sbin/nologin -radarr:*:352:65534::0:0:Radarr Daemon:/nonexistent:/usr/sbin/nologin +sonarr:*:351:351::0:0:Sonarr PVR:/nonexistent:/usr/sbin/nologin +radarr:*:352:352::0:0:Radarr Daemon:/nonexistent:/usr/sbin/nologin _iodined:*:353:353::0:0:Iodine Daemon:/nonexistent:/usr/sbin/nologin # free: 354 # free: 355 Modified: branches/2017Q3/net-p2p/radarr/Makefile ============================================================================== --- branches/2017Q3/net-p2p/radarr/Makefile Thu Aug 3 16:04:58 2017 (r447236) +++ branches/2017Q3/net-p2p/radarr/Makefile Thu Aug 3 16:05:43 2017 (r447237) @@ -2,7 +2,7 @@ PORTNAME= radarr PORTVERSION= 0.2.0.778 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= https://github.com/Radarr/Radarr/releases/download/v${PORTVERSION}/ DISTNAME= Radarr.develop.${PORTVERSION}.linux @@ -23,6 +23,7 @@ NO_BUILD= YES WRKSRC= ${WRKDIR}/Radarr USERS= radarr +GROUPS= radarr OPTIONS_DEFINE= X11 Modified: branches/2017Q3/net-p2p/sonarr/Makefile ============================================================================== --- branches/2017Q3/net-p2p/sonarr/Makefile Thu Aug 3 16:04:58 2017 (r447236) +++ branches/2017Q3/net-p2p/sonarr/Makefile Thu Aug 3 16:05:43 2017 (r447237) @@ -2,7 +2,7 @@ PORTNAME= sonarr PORTVERSION= 2.0.0.4753 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= http://download.sonarr.tv/v2/master/mono/ DISTNAME= NzbDrone.master.${PORTVERSION}.mono @@ -23,6 +23,7 @@ NO_BUILD= YES WRKSRC= ${WRKDIR}/NzbDrone USERS= sonarr +GROUPS= sonarr OPTIONS_DEFINE= X11