diff options
author | tron <tron@pkgsrc.org> | 2006-04-03 16:05:30 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-04-03 16:05:30 +0000 |
commit | 1654b247591d8c1462fbd237f52a79cf17223d4e (patch) | |
tree | d9a2dc76646c69da97e93ff16def8b0d5679e5b9 /net | |
parent | b12e8162756fe642bcc05aff4c62ea8810f22c3a (diff) | |
download | pkgsrc-1654b247591d8c1462fbd237f52a79cf17223d4e.tar.gz |
Update "connect" package to version 1.95. Changes since version 1.83
include bug-fixes and partial support for telnet proxies.
This package update was contributed by ISIHARA Takanori in PR pkg/33144.
Diffstat (limited to 'net')
-rw-r--r-- | net/connect/Makefile | 8 | ||||
-rw-r--r-- | net/connect/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/net/connect/Makefile b/net/connect/Makefile index 462ac53bc19..81d55d41801 100644 --- a/net/connect/Makefile +++ b/net/connect/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.7 2005/11/03 17:24:14 tv Exp $ +# $NetBSD: Makefile,v 1.8 2006/04/03 16:05:30 tron Exp $ DISTNAME= connect -PKGNAME= ${DISTNAME}-1.83 +PKGNAME= ${DISTNAME}-1.95 CATEGORIES= net security -MASTER_SITES= ${HOMEPAGE} +MASTER_SITES= http://www.taiyo.co.jp/~gotoh/ssh/ EXTRACT_SUFX= .c MAINTAINER= tron@NetBSD.org -HOMEPAGE= http://www.imasy.or.jp/~gotoh/ssh/ +HOMEPAGE= http://www.taiyo.co.jp/~gotoh/ssh/connect.html COMMENT= Open a TCP connection using a SOCKS4/5 or HTTP proxy server EXTRACT_ONLY= # empty diff --git a/net/connect/distinfo b/net/connect/distinfo index b10775dcae9..6885a7b1955 100644 --- a/net/connect/distinfo +++ b/net/connect/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2005/02/24 12:13:44 agc Exp $ +$NetBSD: distinfo,v 1.4 2006/04/03 16:05:30 tron Exp $ -SHA1 (connect-1.83/connect.c) = 80c274b0f5dde7143858cbf63014700f87463023 -RMD160 (connect-1.83/connect.c) = 85b4d636157ec71a0076bec4b59b7423ec5ee1a3 -Size (connect-1.83/connect.c) = 72750 bytes +SHA1 (connect-1.95/connect.c) = e3f8e9f9a0996a2cfa87d4056e54e4ae92f3f350 +RMD160 (connect-1.95/connect.c) = f9dcee55a81d0af39e8ec58a1925d2075fa2106d +Size (connect-1.95/connect.c) = 88052 bytes |