1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Boris Samorodov
a9eddb8c4c Update to 1.9:
Version 1.9 contains rather important band-aid for hanged socketpipe
  instances in case of remote server crash.

PR:		123289
Submitted by:	marck
Approved by:	maintainer timeout (4 weeks)
2008-06-03 11:05:58 +00:00
Felippe de Meirelles Motta
b6a1474555 - Update to 1.8.
PR:		ports/120389
Submitted by:	lippe (myself)
Approved by:	gabor (mentor), dds (maintainer)
2008-03-16 18:00:12 +00:00
Diomidis Spinellis
d9b146effb Update to version 1.7
PR:		ports/98311
Submitted by:	Martin Wilke
2006-06-01 21:33:09 +00:00
Edwin Groothuis
dbef3380d2 SHA256ify
Approved by: krion@
2006-01-22 21:24:05 +00:00
Mark Linimon
3ddda540e8 Pacify distfile survey by following redirects on URLs.
Source:		distfile survey
2005-10-13 06:38:46 +00:00
Trevor Johnson
3bca696b10 Add size data, approved by maintainers. 2004-03-18 18:01:13 +00:00
Trevor Johnson
a049dd78cc Use PLIST_FILES (bento-tested, marcus-reviewed). 2004-02-06 13:12:53 +00:00
Diomidis Spinellis
0692a5a98c Bump-up version to 1.5
Approved by:	netchild (implicit)
2003-09-01 14:04:10 +00:00
Alexander Leidinger
439a1ff205 Socketpipe connects over a TCP/IP socket a remote command to a local
input generation command and/or a local output processing command.
The connection is made by redirecting the input/output file descriptors
to the socket.  This saves the context switching and data copying
overhead associated with piping data through ssh(1) or rsh(1).
Socketpipe must be installed on both machines and user authentication
is still performed by a command like ssh(1) or rsh(1).  The
confidentiality and integrity of the data in transit is not protected
against mallicious attacks; the command is designed for use in a
trusted LAN environment.

Submitted by:	dds
2003-09-01 11:07:58 +00:00