Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Aug 2017 16:28:51 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r447245 - in branches/2017Q3: . dns/dnscrypt-proxy
Message-ID:  <201708031628.v73GSpMp017544@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Thu Aug  3 16:28:51 2017
New Revision: 447245
URL: https://svnweb.freebsd.org/changeset/ports/447245

Log:
  MFH: r447244
  
  Reserve GID for _dnscrypt-proxy 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/dns/dnscrypt-proxy/Makefile
Directory Properties:
  branches/2017Q3/   (props changed)

Modified: branches/2017Q3/GIDs
==============================================================================
--- branches/2017Q3/GIDs	Thu Aug  3 16:25:46 2017	(r447244)
+++ branches/2017Q3/GIDs	Thu Aug  3 16:28:51 2017	(r447245)
@@ -919,7 +919,7 @@ radicale:*:974:
 unifi:*:975:
 minetest:*:976:
 # free: 977
-# free: 978
+_dnscrypt-proxy:*:978:
 ums:*:979:
 hbase:*:980:
 uvncrep:*:981:

Modified: branches/2017Q3/UIDs
==============================================================================
--- branches/2017Q3/UIDs	Thu Aug  3 16:25:46 2017	(r447244)
+++ branches/2017Q3/UIDs	Thu Aug  3 16:28:51 2017	(r447245)
@@ -924,7 +924,7 @@ radicale:*:974:974::0:0:Radicale daemon:/nonexistent:/
 unifi:*:975:975::0:0:Unifi Wireless Controller:/nonexistent:/usr/sbin/nologin
 minetest:*:976:976::0:0:& server:/nonexistent:/usr/sbin/nologin
 tests:*:977:65534::0:0:Unprivileged user for tests:/nonexistent:/usr/sbin/nologin
-_dnscrypt-proxy:*:978:65534::0:0:dnscrypt-proxy user:/var/empty:/usr/sbin/nologin
+_dnscrypt-proxy:*:978:978::0:0:dnscrypt-proxy user:/var/empty:/usr/sbin/nologin
 ums:*:979:979::0:0:Universal Media Server:/nonexistent:/usr/sbin/nologin
 hbase:*:980:980::0:0:HBase user:/nonexistent:/usr/sbin/nologin
 uvncrep:*:981:981::0:0:UltraVNC Repeater daemon:/nonexistent:/usr/sbin/nologin

Modified: branches/2017Q3/dns/dnscrypt-proxy/Makefile
==============================================================================
--- branches/2017Q3/dns/dnscrypt-proxy/Makefile	Thu Aug  3 16:25:46 2017	(r447244)
+++ branches/2017Q3/dns/dnscrypt-proxy/Makefile	Thu Aug  3 16:28:51 2017	(r447245)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dnscrypt-proxy
 PORTVERSION=	1.9.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	dns
 MASTER_SITES=	https://download.dnscrypt.org/dnscrypt-proxy/ \
 		http://download.dnscrypt.org/dnscrypt-proxy/ \
@@ -20,6 +20,7 @@ LIB_DEPENDS=	libsodium.so:security/libsodium
 BROKEN_powerpc64=	fails to compile: fpst.c: error: redefinition of typedef 'FPST'
 
 USERS=		_dnscrypt-proxy
+GROUPS=		_dnscrypt-proxy
 
 GNU_CONFIGURE=	yes
 USES=		execinfo gmake



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708031628.v73GSpMp017544>