vanessa-socket 0.0.13-1.2 source package in Ubuntu

Changelog

vanessa-socket (0.0.13-1.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Rename libraries for 64-bit time_t transition.  Closes: #1063042

 -- Steve Langasek <email address hidden>  Thu, 29 Feb 2024 09:09:21 +0000

Upload details

Uploaded by:
Simon Horman
Uploaded to:
Sid
Original maintainer:
Simon Horman
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
vanessa-socket_0.0.13-1.2.dsc 2.0 KiB da9575cc62b558e48eaf0c54606727a47dbcecc16e71a00356b7a69f172c2980
vanessa-socket_0.0.13.orig.tar.xz 244.1 KiB 5fe119e27faa0bb035823e4eea991d556bbb82753a019aaa492dc3c027bb37a3
vanessa-socket_0.0.13-1.2.debian.tar.xz 9.7 KiB 4c56adee46c6345b7f1458bd3832637b0092ca38d44905406a91edb1c923b881

Available diffs

No changes file available.

Binary packages built by this source

libvanessa-socket-dev: Headers and static libraries for libvanessa_socket

 Headers and static libraries required to develop against
 libvanessa_socket.

libvanessa-socket-pipe: User space TCP/IP pipe

 A TCP/IP pipe is a user space programme that listens for TCP/IP
 connections on port on the local host and when a client connects makes a
 connection to a TCP port, possibly on another host. Once both connections
 are established data sent on one connection is relayed to the other, hence
 forming a bi-directional pipe.
 .
 Uses include enabling connections to specific ports on hosts behind a
 packet filter.
 .
 This code is intended primarily as an example of how many of the features
 of libvanessa_socket work.

libvanessa-socket-pipe-dbgsym: debug symbols for libvanessa-socket-pipe
libvanessa-socket2t64: Library to simplify TCP socket operations

 Library to simplify TCP/IP socket operations. Includes code to open a
 socket to a server as a client, to listen on socket for clients as a
 server and to pipe information between sockets.

libvanessa-socket2t64-dbgsym: debug symbols for libvanessa-socket2t64