ports/128619: Updated: net/proxy-connect

Steven Kreuzer skreuzer at exit2shell.com
Wed Nov 5 22:30:06 UTC 2008


>Number:         128619
>Category:       ports
>Synopsis:       Updated: net/proxy-connect
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 05 22:30:06 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Steven Kreuzer
>Release:        6.3-STABLE
>Organization:
>Environment:
FreeBSD slurry.exit2shell.com 6.3-STABLE FreeBSD 6.3-STABLE #1: Fri May 23 20:22:28 EDT 2008 root at biggierat.sddi.net:/usr/obj/usr/src/sys/SMP amd64
>Description:
The attached patch will update the port of net/proxy-connect to the latest version. It also cleans up the pkg-descr.

Since this port currently has no maintainer, I will adopt it
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /usr/share/cvs/freebsd/ports/net/proxy-connect/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	1 Sep 2008 01:41:16 -0000	1.3
+++ Makefile	5 Nov 2008 22:17:37 -0000
@@ -1,4 +1,4 @@
-# New ports collection makefile for:	replay
+# New ports collection makefile for:	proxy-connect
 # Date created:				22 Jun 2005
 # Whom:					alfred at freebsd.org
 #
@@ -6,13 +6,14 @@
 #
 
 PORTNAME=	proxy-connect
-PORTVERSION=	1.96
+PORTVERSION=	100
 CATEGORIES=	net
-MASTER_SITES=	http://people.freebsd.org/~alfred/sources/proxy-connect/
+MASTER_SITES=	http://www.exit2shell.com/~skreuzer/distfiles/ \
+				http://www.atarininja.org/distfiles/
 DISTNAME=	$(PORTNAME)-$(PORTVERSION)
 
-MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A socks4, socks5 and http proxy tool
+MAINTAINER=	skreuzer at exit2shell.com
+COMMENT= Command to make network connections via SOCKS and HTTPS proxies
 
 USE_BZIP2=	yes
 
Index: pkg-descr
===================================================================
RCS file: /usr/share/cvs/freebsd/ports/net/proxy-connect/pkg-descr,v
retrieving revision 1.2
diff -u -r1.2 pkg-descr
--- pkg-descr	7 Jul 2006 20:00:05 -0000	1.2
+++ pkg-descr	5 Nov 2008 20:18:43 -0000
@@ -1,7 +1,21 @@
-A proxy tunnel tool, best used as a wrapper for ssh.
+proxy-connect is a simple relaying command to make network connection via SOCKS
+and HTTPS proxies. It is mainly intended to be used as proxy command for
+OpenSSH.
 
-ProxyCommand /usr/local/sbin/proxy-connect -S socks:1080 %h %p
+Features of proxy-connect are:
 
-Docs here: http://zippo.taiyo.co.jp/~gotoh/ssh/connect.html
+    * Supports SOCKS (version 4/4a/5) and HTTPS CONNECT method.
+    * Supports NO-AUTH and USERPASS authentication of SOCKS
+    * Partially supports telnet proxy (experimental).
+    * You can input password from tty, ssh-askpass or environment variable.
+    * Simple and general program independent from OpenSSH.
+    * You can also relay local socket stream instead of standard I/O. 
 
--Alfred Perlstein <alfred at freebsd.org>
+Example Usage:
+
+Add to ~/.ssh/config
+
+Host remote.outside.net
+	ProxyCommand /usr/local/sbin/proxy-connect -S socks:1080 %h %p
+
+WWW: http://www.meadowy.org/~gotoh/projects/connect
Index: distinfo
===================================================================
RCS file: /usr/share/cvs/freebsd/ports/net/proxy-connect/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	25 May 2006 20:20:15 -0000	1.3
+++ distinfo	5 Nov 2008 20:20:19 -0000
@@ -1,3 +1,3 @@
-MD5 (proxy-connect-1.96.tar.bz2) = a7f780cfe3ed26650be3ad2527986db2
-SHA256 (proxy-connect-1.96.tar.bz2) = bbc187cdfe8d0b7c7b6d43d3ccdae52023fcc768f6be4313bfc41c98049269e4
-SIZE (proxy-connect-1.96.tar.bz2) = 20767
+MD5 (proxy-connect-100.tar.bz2) = 5210df1f2beedd28f27735ad72f0e33c
+SHA256 (proxy-connect-100.tar.bz2) = dc9660277aa6cc0253f1fab3a3e636a422360f90630eeba97f8f4b7e4fac4355
+SIZE (proxy-connect-100.tar.bz2) = 21907


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list