spiped 1.6.2-3 source package in Ubuntu

Changelog

spiped (1.6.2-3) unstable; urgency=medium

  * Fix the watch file: the upstream site's spiped/ directory is not
    indexable any more.
  * Fix FTBFS by silencing OpenSSL warnings about functions deprecated in
    OpenSSL 3.x.
  * Declare compliance with Policy 4.6.2 with no changes.
  * Add the year 2023 to my debian/* copyright notice.
  * Catch up with Lintian warnings format changes.

 -- Peter Pentchev <email address hidden>  Sat, 07 Jan 2023 04:39:23 +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
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
spiped_1.6.2-3.dsc 2.1 KiB 863d39d828a3cbffcca5dcb69f3b7666d6e1b54eace1fd28e20b3a40052140c5
spiped_1.6.2.orig.tar.gz 139.0 KiB 05d4687d12d11d7f9888d43f3d80c541b7721c987038d085f71c91bb06204567
spiped_1.6.2-3.debian.tar.xz 7.0 KiB 8c93f9ebb1af03438fee626b56d6eff502b15936287e9de6c7b3030f621f46c9

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