Skip site navigation (1)Skip section navigation (2)
Date:      08 Dec 2002 18:27:40 -0800
From:      Ken McGlothlen <mcglk@artlogix.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        ports@freebsd.org
Subject:   Update port: shells/scponly from 2.4 to 3.4 (2nd attempt).
Message-ID:  <86wumkq63n.fsf@ralf.artlogix.com>

next in thread | raw e-mail | index | archive | help
>Submitter-Id:	current-users
>Originator:	Ken McGlothlen
>Organization:	ArtLogix, Inc.
>Confidential:	no
>Synopsis:	Update port: shells/scponly from 2.4 to 3.4 (2nd attempt).
>Severity:	non-critical
>Priority:	medium
>Category:	ports
>Class:		change-request
>Release:	FreeBSD 4.7-STABLE i386
>Environment:
>Description:
	Several updates to scponly have come out in the last two months.  These
	updates fixed a remote vulnerability, handles file globbing, introduces
	a configure script, adds compatibilty with gFTP and rsync, plus various
	other fixes.
>How-To-Repeat:
>Fix:

diff -ruN scponly/Makefile scponly-new/Makefile
--- scponly/Makefile	Tue Sep 10 15:18:46 2002
+++ scponly-new/Makefile	Fri Nov 29 22:47:15 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	scponly
-PORTVERSION=	2.4
+PORTVERSION=	3.4
 CATEGORIES=	shells
 MASTER_SITES=	http://www.sublimation.org/scponly/
 EXTRACT_SUFX=	.tgz
@@ -15,7 +15,6 @@
 
 MAN8=	scponly.8
 
-post-install:
-	strip ${PREFIX}/sbin/scponly
+GNU_CONFIGURE=	yes
 
 .include <bsd.port.mk>
diff -ruN scponly/distinfo scponly-new/distinfo
--- scponly/distinfo	Mon Sep  9 15:44:32 2002
+++ scponly-new/distinfo	Fri Nov 29 21:12:38 2002
@@ -1 +1 @@
-MD5 (scponly-2.4.tgz) = efd077b651d2186be5184ff94f33a9d9
+MD5 (scponly-3.4.tgz) = c450ede9777f75483f7ab49a5ba446e1
diff -ruN scponly/pkg-descr scponly-new/pkg-descr
--- scponly/pkg-descr	Mon Jul 22 22:16:05 2002
+++ scponly-new/pkg-descr	Fri Nov 29 21:25:33 2002
@@ -1,13 +1,13 @@
-[From the README:]  "scponly" is an alternative 'shell' (of sorts) for system
-administrators who would like to provide access to remote users to both read
-and write local files without providing any remote execution priviledges.
-Functionally, it is best described as a wrapper to the "tried and true" ssh
-suite of applications.
+[Excerpted from the README:]  "scponly" is an alternative "shell" (of sorts)
+for system administrators who would like to provide access to remote users to
+both read and write local files without providing any remote execution
+privileges.  Functionally, it is best described as a wrapper to the
+tried-and-true ssh suite.
 
 scponly validates remote requests by examining the third argument passed to the
 shell upon login.  (The first argument is the shell itself, and the second is
--c.)  The only commands allowed are "scp" (for ssh1), "sftp-server" (for ssh2")
-and "ls".  Arguments to these commands are passed along unmolested.
+-c.)  The only commands allowed are "scp", "sftp-server" and "ls".  Arguments
+to these commands are passed along unmolested.
 
 WWW: http://www.sublimation.org/scponly/
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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