rust-socks 0.3.4-4 source package in Ubuntu

Changelog

rust-socks (0.3.4-4) unstable; urgency=medium

  * update DEP-3 patch headers
  * update dh-cargo fork

 -- Jonas Smedegaard <email address hidden>  Sun, 20 Aug 2023 10:55:19 +0200

Upload details

Uploaded by:
Jonas Smedegaard
Uploaded to:
Sid
Original maintainer:
Jonas Smedegaard
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rust-socks_0.3.4-4.dsc 2.0 KiB 3af143148470aa98b196a7fc9de3e20227198001b40d6be7befa3ba4a2e788a0
rust-socks_0.3.4.orig.tar.gz 12.6 KiB 3e7f663a58925e2f7417e5d35e55211f2c5f13c87ae02a9f9a56c47189ea0df0
rust-socks_0.3.4-4.debian.tar.xz 11.9 KiB 245f065cee79747c46131b678a2c931e7d8783a7f56ff78e8718ddc5913f06ed

Available diffs

No changes file available.

Binary packages built by this source

librust-socks-dev: SOCKS proxy clients - Rust source code

 SOCKS proxy support for Rust.
 .
 SOCKS is an Internet protocol that exchanges network packets
 between a client and server through a proxy server.
 SOCKS5 optionally provides authentication
 so only authorized users may access a server.
 Practically, a SOCKS server proxies TCP connections
 to an arbitrary IP address,
 and provides a means for UDP packets to be forwarded.
 .
 This package contains the source for the Rust socks crate,
 packaged for use with cargo and dh-cargo.