From owner-svn-ports-all@freebsd.org Mon May 21 12:48:45 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 392A6EF0259; Mon, 21 May 2018 12:48:45 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E0ADA7C6C9; Mon, 21 May 2018 12:48:44 +0000 (UTC) (envelope-from zi@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BE2CC250D0; Mon, 21 May 2018 12:48:44 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4LCmijI050638; Mon, 21 May 2018 12:48:44 GMT (envelope-from zi@FreeBSD.org) Received: (from zi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4LCmiLn050635; Mon, 21 May 2018 12:48:44 GMT (envelope-from zi@FreeBSD.org) Message-Id: <201805211248.w4LCmiLn050635@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zi set sender to zi@FreeBSD.org using -f From: Ryan Steinmetz Date: Mon, 21 May 2018 12:48:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470537 - in head/security/hitch: . files X-SVN-Group: ports-head X-SVN-Commit-Author: zi X-SVN-Commit-Paths: in head/security/hitch: . files X-SVN-Commit-Revision: 470537 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2018 12:48:45 -0000 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}