ports/91039: [Maintainer update] shells/scponly: Update to 4.3.

Hideyuki KURASHINA rushani at FreeBSD.org
Thu Dec 29 02:50:09 UTC 2005


>Number:         91039
>Category:       ports
>Synopsis:       [Maintainer update] shells/scponly: Update to 4.3.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 29 02:50:06 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Hideyuki KURASHINA
>Release:        FreeBSD 5.4-RELEASE-p8 i386
>Organization:
>Environment:

	System: FreeBSD ***.*******.jp 5.4-RELEASE-p8 FreeBSD 5.4-RELEASE-p8 #1: Thu Dec 1 00:38:07 JST 2005 hideyuki@***.*******.jp:/usr/obj/usr/src/sys/***_XCAST6 i386

>Description:

	Update to 4.3.  Highlights in this release,
	  - Compatibility of WinSCP in SCP mode improved.
	  - The scponlyc (chroot'ed version of scponly) works again.

>How-To-Repeat:

	Check http://www.sublimation.org/scponly/.

>Fix:

	Apply following patch,

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/shells/scponly/Makefile,v
retrieving revision 1.20
diff -u -r1.20 Makefile
--- Makefile	27 Dec 2005 21:25:56 -0000	1.20
+++ Makefile	28 Dec 2005 03:56:28 -0000
@@ -70,8 +70,8 @@
 # to be installed.
 
 PORTNAME=	scponly
-PORTVERSION=	4.2
-PORTREVISION=	1
+PORTVERSION=	4.3
+PORTREVISION=	0
 CATEGORIES=	shells
 MASTER_SITES=	http://www.sublimation.org/scponly/ \
 		${MASTER_SITE_SOURCEFORGE}
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/shells/scponly/distinfo,v
retrieving revision 1.11
diff -u -r1.11 distinfo
--- distinfo	22 Dec 2005 16:24:30 -0000	1.11
+++ distinfo	28 Dec 2005 03:56:55 -0000
@@ -1,3 +1,3 @@
-MD5 (scponly-4.2.tgz) = 270dedc527d6fbc68b152b8bb3c8a864
-SHA256 (scponly-4.2.tgz) = 517b5b5966fa78ae3319221a56a6a2e19edf9f4d9910b1a37ca32748104b00f3
-SIZE (scponly-4.2.tgz) = 96736
+MD5 (scponly-4.3.tgz) = 2cef26fe5ed740031a067f189c293e77
+SHA256 (scponly-4.3.tgz) = e707315e4f90ccc3f882e6b21617dc4543bab77edbe40546fe230119609b6143
+SIZE (scponly-4.3.tgz) = 94889
Index: files/patch-ac
===================================================================
RCS file: files/patch-ac
diff -N files/patch-ac
--- files/patch-ac	27 Dec 2005 21:25:56 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,22 +0,0 @@
---- scponly.c.orig	Thu Dec 22 08:12:22 2005
-+++ scponly.c	Tue Dec 27 23:09:30 2005
-@@ -611,7 +611,9 @@ int process_ssh_request(char *request)
- 				fflush(stdout);
- 				fflush(stderr);
- 				discard_vector(av);
-+#ifdef USE_SAFE_ENVIRONMENT
- 				discard_vector(safeenv);
-+#endif
- 				free(flat_request);
- 				free(tmprequest);
- 				return(WEXITSTATUS(status));
-@@ -629,7 +631,9 @@ int process_ssh_request(char *request)
- 		syslog(LOG_ERR, "failed: %s with error %s(%u) (%s)", flat_request, strerror(errno), errno, logstamp());
- 		free(flat_request);
- 		discard_vector(av);
-+#ifdef USE_SAFE_ENVIRONMENT
- 		discard_vector(safeenv);
-+#endif
- #ifdef WINSCP_COMPAT
- 		if (winscp_mode)
- 		{
Index: files/patch-ad
===================================================================
RCS file: files/patch-ad
diff -N files/patch-ad
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-ad	28 Dec 2005 08:42:34 -0000
@@ -0,0 +1,11 @@
+--- setup_chroot.sh.in.orig	Wed Dec 28 06:55:52 2005
++++ setup_chroot.sh.in	Wed Dec 28 17:42:27 2005
+@@ -72,7 +72,7 @@ if [ `uname -s` = "OpenBSD" ]; then
+ 		GREP_LIST="$GREP_LIST -e $bin"
+ 	done
+ 	LIB_LIST=`/usr/bin/ldd $BINARIES 2> /dev/null | /usr/bin/tr -s " " | /usr/bin/cut -f5 -d" " | /usr/bin/grep -v "^Name" | /usr/bin/grep -v $GREP_LIST | /usr/bin/sort -u`
+-elif
++else
+ 	LIB_LIST=`@PROG_LDD@ $BINARIES 2> /dev/null | @PROG_CUT@ -f2 -d\> | @PROG_CUT@ -f1 -d\( | @PROG_GREP@ "^ " | @PROG_SORT@ -u`
+ fi
+ 
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list