socksio 1.0.0-3 source package in Ubuntu

Changelog

socksio (1.0.0-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit.

  [ Sandro Tosi ]
  * drop DPT

 -- Sandro Tosi <email address hidden>  Fri, 01 Mar 2024 16:32:51 -0500

Upload details

Uploaded by:
Sandro Tosi
Uploaded to:
Sid
Original maintainer:
Sandro Tosi
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
socksio_1.0.0-3.dsc 2.0 KiB 6b1209bb6343e1240ee34380777a40c4973249fdb9419e11574d2976263bf1ee
socksio_1.0.0.orig.tar.gz 17.4 KiB 05380ca516ab181bd3f98a530086b6ec4e4065a82e672c67d7cb561ca5f2d765
socksio_1.0.0-3.debian.tar.xz 2.4 KiB 7f55617f08f8f4ff0395625498e457dd01a8b0f4b12b3d76076097b2d93ff199

Available diffs

No changes file available.

Binary packages built by this source

python3-socksio: Sans-I/O implementation of SOCKS4, SOCKS4A, and SOCKS5

 Client-side sans-I/O SOCKS proxy implementation. Supports SOCKS4, SOCKS4A, and
 SOCKS5.
 .
 socksio is a sans-I/O library similar to h11 or h2, this means the library
 itself does not handle the actual sending of the bytes through the network, it
 only deals with the implementation details of the SOCKS protocols so you can
 use it in any I/O library you want.