From e87ab55c6bc0a48c41d67f79aa844ae34f49f8f4 Mon Sep 17 00:00:00 2001 From: Ryan Steinmetz Date: Mon, 21 May 2018 12:48:43 +0000 Subject: - Update to 1.4.8 - Support a uid/gid other than nobody --- security/hitch/Makefile | 3 +-- security/hitch/distinfo | 6 +++--- security/hitch/files/hitch.in | 4 +++- 3 files changed, 7 insertions(+), 6 deletions(-) (limited to 'security') 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} -- cgit v1.2.3