spiped 1.6.2-2 source package in Ubuntu

Changelog

spiped (1.6.2-2) unstable; urgency=medium

  * Pass O_RDONLY, not 0, to sysopen() in the autopkgtest so that
    it can also work on systems where O_RDONLY != 0, e.g. the Hurd.
    Thanks to Niko Tyni for pointing out this silly mistake of mine!
  * Add the year 2022 to my debian/* copyright notice.
  * Add a Hurd-specific shutdown()-on-a-local-socket fix.

 -- Peter Pentchev <email address hidden>  Wed, 02 Mar 2022 16:30:43 +0200

Upload details

Uploaded by:
Peter Pentchev
Uploaded to:
Sid
Original maintainer:
Peter Pentchev
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
spiped_1.6.2-2.dsc 2.1 KiB 9f9b579202c8738ff20d801487257cf5a7688cac5733b44a57eb285de774400e
spiped_1.6.2.orig.tar.gz 139.0 KiB 05d4687d12d11d7f9888d43f3d80c541b7721c987038d085f71c91bb06204567
spiped_1.6.2-2.debian.tar.xz 6.8 KiB 4d1d37052b25c5e4fb0a8993cba66266adb029ebc34d29743a2553bd58fc856b

Available diffs

No changes file available.

Binary packages built by this source

spiped: create secure pipes between socket addresses

 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.

spiped-dbgsym: debug symbols for spiped