17 Commits

Author SHA1 Message Date
naddy
8c0294c2fa drop RCS Ids 2022-03-11 19:53:16 +00:00
jturner
0b78874fc4 Update spiped to 1.6.2 2021-12-25 19:58:58 +00:00
kmos
e11cb760bb On sparc64 (and presumably other base-gcc arches), ports-gcc needs to
be used to build spiped successfully.

ok jturner@ (maintainer)
2020-04-26 00:29:16 +00:00
jturner
3a573708e7 Update spiped to 1.6.1.
Significant changes since 1.6.0:
* A new -u option instructs spiped to run as a different uid/gid.
* RDRAND x86 CPU extensions (if available) are used as an additional source
of entropy.  (Note that they are only used as a *supplemental* source, and
if the operating system provides strong entropy then it doesn't matter if
RDRAND works.)
* SHA x86 CPU extensions (if available) are used to speed up computations.
Few CPUs support these yet.
* spipe now prints a warning if it cannot connect to the target host.
2020-04-05 21:26:11 +00:00
sthen
77f7cc9c61 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:49:33 +00:00
rpe
214644a454 Now that all ports rc.* scripts are using #!/bin/ksh
- change [] tests to [[]]
- change arithmetic [] tests to (())
- change = to == inside [[]]
- remove unecessary quoting inside [[]]

OK aja@
2018-01-14 14:42:18 +00:00
rpe
9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00
jturner
8becebe3ff Update spiped to 1.6.0 2017-04-30 02:15:24 +00:00
ajacoutot
e122ab3a0c Fix pexp. 2015-07-15 21:03:23 +00:00
jturner
93b4703e2c Update spiped to 1.5.0 2015-03-14 20:52:50 +00:00
jturner
32a51493c6 Update spiped to 1.4.2 2014-10-14 01:23:12 +00:00
jturner
defb470dc2 Update spiped to 1.4.1 2014-09-08 22:28:08 +00:00
jturner
67f09a8889 Update spiped to 1.4.0.
Includes code cleanup and bug fixes plus a new -g option to drop
connections if another host is using -f.
2014-08-31 14:15:56 +00:00
jturner
9d09ad6e57 Update spiped to 1.3.1.
"yep" sthen@
2013-04-13 19:25:31 +00:00
jturner
5c883641b7 Update spiped to 1.3.0.
ok sthen@
2013-04-07 15:33:02 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
sthen
e332ab40cd import ports/security/spiped, from James Turner, ok landry@
spiped (pronounced "ess-pipe-dee") is a utility for creating
symmetrically encrypted and authenticated pipes between socket
addresses, so that one may connect to one address (e.g., a UNIX socket
on localhost) and transparently have a connection established to another
address (e.g., a UNIX socket on a different system). This is similar to
'ssh -L' functionality, but does not use SSH and requires a pre-shared
symmetric key.

spipe (pronounced "ess-pipe") is a utility which acts as an spiped
protocol client (i.e., connects to an spiped daemon), taking input from
the standard input and writing data read back to the standard output.
2012-11-19 22:14:52 +00:00