aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2018-05-21 12:48:43 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2018-05-21 12:48:43 +0000
commite87ab55c6bc0a48c41d67f79aa844ae34f49f8f4 (patch)
tree3b187bff900dd4bddaf45a188e883aa6562c50b4 /security
parent2266cd8b05f19f2283c23cb729f3be91bad2cc4c (diff)
downloadports-e87ab55c6bc0a48c41d67f79aa844ae34f49f8f4.tar.gz
ports-e87ab55c6bc0a48c41d67f79aa844ae34f49f8f4.zip
- Update to 1.4.8
- Support a uid/gid other than nobody
Notes
Notes: svn path=/head/; revision=470537
Diffstat (limited to 'security')
-rw-r--r--security/hitch/Makefile3
-rw-r--r--security/hitch/distinfo6
-rw-r--r--security/hitch/files/hitch.in4
3 files changed, 7 insertions, 6 deletions
diff --git a/security/hitch/Makefile b/security/hitch/Makefile
index 59ae9572bb23..ad6c29354308 100644
--- a/security/hitch/Makefile
+++ b/security/hitch/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= hitch
-PORTVERSION= 1.4.6
-PORTREVISION= 3
+PORTVERSION= 1.4.8
CATEGORIES= security
MASTER_SITES= http://hitch-tls.org/source/ \
ZI
diff --git a/security/hitch/distinfo b/security/hitch/distinfo
index 71a58eef7564..57e2efd86e9a 100644
--- a/security/hitch/distinfo
+++ b/security/hitch/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1510149117
-SHA256 (hitch-1.4.6.tar.gz) = b095e465f0fc37c5e46cfc0fbcf987ba90ed660caf7f559547df8dea985fec2b
-SIZE (hitch-1.4.6.tar.gz) = 308210
+TIMESTAMP = 1526906812
+SHA256 (hitch-1.4.8.tar.gz) = d52ba690d90c25bbfca73f5e0ed427738366dac12faf46fb5834e497cc2d1ac3
+SIZE (hitch-1.4.8.tar.gz) = 297107
diff --git a/security/hitch/files/hitch.in b/security/hitch/files/hitch.in
index 7abb8f4655f4..7b284d08c740 100644
--- a/security/hitch/files/hitch.in
+++ b/security/hitch/files/hitch.in
@@ -30,9 +30,11 @@ load_rc_config $name
: ${hitch_enable="NO"}
: ${hitch_config="%%PREFIX%%/etc/hitch.conf"}
+: ${hitch_user:=nobody}
+: ${hitch_group:=nobody}
command="%%PREFIX%%/sbin/hitch"
-command_args="--daemon -u nobody -g nobody -s --config=${hitch_config}"
+command_args="--daemon -u ${hitch_user} -g ${hitch_group} -s --config=${hitch_config}"
extra_commands=reload
required_files=${hitch_config}