vanessa-socket 0.0.13-1.2build1 source package in Ubuntu

Changelog

vanessa-socket (0.0.13-1.2build1) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 16:21:27 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe libs
Noble release universe libs

Downloads

File Size SHA-256 Checksum
vanessa-socket_0.0.13.orig.tar.xz 244.1 KiB 5fe119e27faa0bb035823e4eea991d556bbb82753a019aaa492dc3c027bb37a3
vanessa-socket_0.0.13-1.2build1.debian.tar.xz 9.8 KiB 8557fa7a5d8b5653b62ae27aa849efbca533c6de94e996fbfc18540a0b53af76
vanessa-socket_0.0.13-1.2build1.dsc 2.1 KiB 1dae8c63f596977f11a81c5478166be5ebda024266581eb75c2c33fae0be59ab

View changes file

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