summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2017-08-03 16:25:46 +0000
committerMark Felder <feld@FreeBSD.org>2017-08-03 16:25:46 +0000
commit840e75328767556122f05d3f7b4b79f804c2ca6e (patch)
tree7f816e8e3932174c9195e72318c4293dd0c1ce4b
parent77c0c85298c305b8f17ba15301686d7eb730a2ab (diff)
downloadfreebsd-ports-840e75328767556122f05d3f7b4b79f804c2ca6e.zip
Reserve GID for _dnscrypt-proxy user
It was incorrect of me to set the GID to 65534
-rw-r--r--GIDs2
-rw-r--r--UIDs2
-rw-r--r--dns/dnscrypt-proxy/Makefile3
3 files changed, 4 insertions, 3 deletions
diff --git a/GIDs b/GIDs
index 9dbe7ebc3608..640a6b543d3b 100644
--- a/GIDs
+++ b/GIDs
@@ -919,7 +919,7 @@ radicale:*:974:
unifi:*:975:
minetest:*:976:
# free: 977
-# free: 978
+_dnscrypt-proxy:*:978:
ums:*:979:
hbase:*:980:
uvncrep:*:981:
diff --git a/UIDs b/UIDs
index a6dfdf2a0f7e..6baabb5a3f68 100644
--- a/UIDs
+++ b/UIDs
@@ -924,7 +924,7 @@ radicale:*:974:974::0:0:Radicale daemon:/nonexistent:/usr/sbin/nologin
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
diff --git a/dns/dnscrypt-proxy/Makefile b/dns/dnscrypt-proxy/Makefile
index 3074c8691cbd..4b3266c0211f 100644
--- a/dns/dnscrypt-proxy/Makefile
+++ b/dns/dnscrypt-proxy/Makefile
@@ -3,7 +3,7 @@
PORTNAME= dnscrypt-proxy
PORTVERSION= 1.9.5
-PORTREVISION= 0
+PORTREVISION= 1
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