Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 May 2018 12:48:44 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r470537 - in head/security/hitch: . files
Message-ID:  <201805211248.w4LCmiLn050635@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zi
Date: Mon May 21 12:48:43 2018
New Revision: 470537
URL: https://svnweb.freebsd.org/changeset/ports/470537

Log:
  - Update to 1.4.8
  - Support a uid/gid other than nobody

Modified:
  head/security/hitch/Makefile
  head/security/hitch/distinfo
  head/security/hitch/files/hitch.in

Modified: head/security/hitch/Makefile
==============================================================================
--- head/security/hitch/Makefile	Mon May 21 12:46:26 2018	(r470536)
+++ head/security/hitch/Makefile	Mon May 21 12:48:43 2018	(r470537)
@@ -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

Modified: head/security/hitch/distinfo
==============================================================================
--- head/security/hitch/distinfo	Mon May 21 12:46:26 2018	(r470536)
+++ head/security/hitch/distinfo	Mon May 21 12:48:43 2018	(r470537)
@@ -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

Modified: head/security/hitch/files/hitch.in
==============================================================================
--- head/security/hitch/files/hitch.in	Mon May 21 12:46:26 2018	(r470536)
+++ head/security/hitch/files/hitch.in	Mon May 21 12:48:43 2018	(r470537)
@@ -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}



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