From owner-svn-ports-branches@freebsd.org Thu Aug 3 16:28:52 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 9D0EADC6D1D; Thu, 3 Aug 2017 16:28:52 +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 60E27DED; Thu, 3 Aug 2017 16:28:52 +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 v73GSpTv017547; Thu, 3 Aug 2017 16:28:51 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v73GSpMp017544; Thu, 3 Aug 2017 16:28:51 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201708031628.v73GSpMp017544@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:28:51 +0000 (UTC) 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 X-SVN-Group: ports-branches X-SVN-Commit-Author: feld X-SVN-Commit-Paths: in branches/2017Q3: . dns/dnscrypt-proxy X-SVN-Commit-Revision: 447245 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:28:52 -0000 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