Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Aug 2011 11:32:16 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/sysutils Makefile ports/sysutils/spiped Makefile distinfo pkg-descr ports/sysutils/spiped/files spiped.in
Message-ID:  <201108211132.p7LBWGpT064205@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
crees       2011-08-21 11:32:16 UTC

  FreeBSD ports repository

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/spiped      Makefile distinfo pkg-descr 
    sysutils/spiped/files spiped.in 
  Log:
  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.
  
  WWW: http://www.tarsnap.com/spiped.html
  
  - Colin Percival
  cperciva@tarsnap.com
  
  PR:             ports/159899
  Submitted by:   Colin Percival
  
  Revision  Changes    Path
  1.1315    +1 -0      ports/sysutils/Makefile
  1.1       +21 -0     ports/sysutils/spiped/Makefile (new)
  1.1       +2 -0      ports/sysutils/spiped/distinfo (new)
  1.1       +78 -0     ports/sysutils/spiped/files/spiped.in (new)
  1.1       +11 -0     ports/sysutils/spiped/pkg-descr (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108211132.p7LBWGpT064205>