From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 8 09:40:02 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A38DB16A4E1 for ; Sun, 8 May 2005 09:40:02 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6445843D2F for ; Sun, 8 May 2005 09:40:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j489e2E6090305 for ; Sun, 8 May 2005 09:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j489e2ib090304; Sun, 8 May 2005 09:40:02 GMT (envelope-from gnats) Resent-Date: Sun, 8 May 2005 09:40:02 GMT Resent-Message-Id: <200505080940.j489e2ib090304@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Zak Johnson Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DCCB16A4E1 for ; Sun, 8 May 2005 09:39:38 +0000 (GMT) Received: from nox.cx (twitch.nox.cx [69.55.228.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA14C43D98 for ; Sun, 8 May 2005 09:39:37 +0000 (GMT) (envelope-from zakj@nox.cx) Received: (qmail 14978 invoked by uid 1000); 8 May 2005 09:39:37 -0000 Message-Id: <20050508093937.14977.qmail@nox.cx> Date: 8 May 2005 09:39:37 -0000 From: Zak Johnson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/80752: New port: security/tinysu X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 May 2005 09:40:02 -0000 >Number: 80752 >Category: ports >Synopsis: New port: security/tinysu >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 08 09:40:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Zak Johnson >Release: >Organization: >Environment: >Description: This is a port of tinysu, a featureless replacement for su and sudo. tinysu is installed setuid root and executable by members of a particular group. It is intended to be used in situations where an unprivileged user is being granted full root access, but wants the convenience of a sudo-style log. WWW: http://peff.net/tinysu/ >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # tinysu # tinysu/Makefile # tinysu/distinfo # tinysu/pkg-descr # echo c - tinysu mkdir -p tinysu > /dev/null 2>&1 echo x - tinysu/Makefile sed 's/^X//' >tinysu/Makefile << 'END-of-tinysu/Makefile' X# New ports collection makefile for: tinysu X# Date created: 5 May 2005 X# Whom: zakj@nox.cx X# X# $FreeBSD$ X# X XPORTNAME= tinysu XPORTVERSION= 0.9 XCATEGORIES= security XMASTER_SITES= http://peff.net/tinysu/ X XMAINTAINER= zakj@nox.cx XCOMMENT= A featureless replacement for su and sudo X XPLIST_FILES= bin/tinysu X XALL_TARGET= it XINSTALL_TARGET= setup check X X.include END-of-tinysu/Makefile echo x - tinysu/distinfo sed 's/^X//' >tinysu/distinfo << 'END-of-tinysu/distinfo' XMD5 (tinysu-0.9.tar.gz) = c4d84f386dc10928babe103d4db253c9 XSIZE (tinysu-0.9.tar.gz) = 17613 END-of-tinysu/distinfo echo x - tinysu/pkg-descr sed 's/^X//' >tinysu/pkg-descr << 'END-of-tinysu/pkg-descr' Xtinysu is a featureless replacement for su and sudo. tinysu is installed Xsetuid root and executable by members of a particular group. It is intended to Xbe used in situations where an unprivileged user is being granted full root Xaccess, but wants the convenience of a sudo-style log. X XWWW: http://peff.net/tinysu/ END-of-tinysu/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: