svn commit: r447237 - in branches/2017Q3: . net-p2p/radarr net-p2p/sonarr

Mark Felder feld at FreeBSD.org
Thu Aug 3 16:05:45 UTC 2017


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
 


More information about the svn-ports-branches mailing list