From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 24 18:20:44 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 D070216AAF3 for ; Wed, 24 May 2006 18:20:30 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BA8643D76 for ; Wed, 24 May 2006 18:20:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k4OIKH8o069388 for ; Wed, 24 May 2006 18:20:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k4OIKH3R069387; Wed, 24 May 2006 18:20:17 GMT (envelope-from gnats) Resent-Date: Wed, 24 May 2006 18:20:17 GMT Resent-Message-Id: <200605241820.k4OIKH3R069387@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, "Martin Wilke" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 917F516A6D2; Wed, 24 May 2006 18:18:37 +0000 (UTC) (envelope-from freebsd@unixfreunde.de) Received: from unixfreunde.net (unixfreunde.de [85.214.35.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id 511B143D60; Wed, 24 May 2006 18:18:33 +0000 (GMT) (envelope-from freebsd@unixfreunde.de) Received: by unixfreunde.net (Postfix, from userid 65534) id 133585066F; Wed, 24 May 2006 20:18:35 +0200 (CEST) Received: from mwilke.ath.cx (p548D3B0C.dip0.t-ipconnect.de [84.141.59.12]) by unixfreunde.net (Postfix) with ESMTP id B37F150635; Wed, 24 May 2006 20:18:34 +0200 (CEST) Message-Id: <1148494712.46435@mwilke.ath.cx> Date: Wed, 24 May 2006 20:18:32 +0200 From: "Martin Wilke" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.7 Cc: sumikawa@FreeBSD.org Subject: ports/97807: [patch] security/fsh X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 May 2006 18:20:44 -0000 >Number: 97807 >Category: ports >Synopsis: [patch] security/fsh >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed May 24 18:20:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Martin Wilke >Release: FreeBSD 7.0-CURRENT i386 >Organization: >Environment: System: FreeBSD 7.0-CURRENT #142: Thu May 18 07:57:01 CEST 2006 splash@mwilke.ath.cx:/usr/obj/usr/src/sys/BSDBOX >Description: - change mirror - fix http://people.freebsd.org/~fenner/portsurvey/security.html#fsh - maintainer is cc'd >How-To-Repeat: >Fix: --- fsh.diff begins here --- diff -ruN /usr/ports/security/fsh/Makefile ports/security/fsh/Makefile --- /usr/ports/security/fsh/Makefile Sat May 13 10:18:45 2006 +++ ports/security/fsh/Makefile Wed May 24 17:15:55 2006 @@ -8,13 +8,16 @@ PORTVERSION= 1.2 PORTREVISION= 3 CATEGORIES= security -MASTER_SITES= http://www.lysator.liu.se/fsh/ +MASTER_SITES= http://mirror2.unixfreunde.de/ \ + http://freebsd.unixfreunde.de/sources/ MAINTAINER= sumikawa@FreeBSD.org COMMENT= Fast remote command execution USE_PYTHON= yes GNU_CONFIGURE= yes + +INFO= fsh post-patch: ${REINPLACE_CMD} -e '/^[^#]/s/FCNTL/fcntl/g' ${WRKSRC}/fshcompat.py diff -ruN /usr/ports/security/fsh/pkg-plist ports/security/fsh/pkg-plist --- /usr/ports/security/fsh/pkg-plist Tue Dec 7 13:16:51 2004 +++ ports/security/fsh/pkg-plist Wed May 24 17:15:08 2006 @@ -3,21 +3,18 @@ bin/fshd bin/in.fshd libexec/fcpwrap -share/fsh/fsh.py -share/fsh/fsh.pyc -share/fsh/fshcompat.py -share/fsh/fshcompat.pyc -share/fsh/fshconfig.py -share/fsh/fshconfig.pyc -share/fsh/fshd.py -share/fsh/fshd.pyc -share/fsh/fshlib.py -share/fsh/fshlib.pyc -share/fsh/fshversion.py -share/fsh/fshversion.pyc -share/fsh/infshd.py -share/fsh/infshd.pyc -@unexec install-info --delete %D/info/fsh.info %D/info/dir -info/fsh.info -@exec install-info --section="Shells and utilities" --entry="* FSH: (fsh). fast remote command execution." %D/info/lsh.info %D/info/dir -@dirrm share/fsh +%%DATADIR%%/fsh.py +%%DATADIR%%/fsh.pyc +%%DATADIR%%/fshcompat.py +%%DATADIR%%/fshcompat.pyc +%%DATADIR%%/fshconfig.py +%%DATADIR%%/fshconfig.pyc +%%DATADIR%%/fshd.py +%%DATADIR%%/fshd.pyc +%%DATADIR%%/fshlib.py +%%DATADIR%%/fshlib.pyc +%%DATADIR%%/fshversion.py +%%DATADIR%%/fshversion.pyc +%%DATADIR%%/infshd.py +%%DATADIR%%/infshd.pyc +@dirrm %%DATADIR%% --- fsh.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: