ruby-socksify 1.7.1+gh-1 source package in Ubuntu

Changelog

ruby-socksify (1.7.1+gh-1) unstable; urgency=medium

  * Team upload

  [ Cédric Boutillier ]
  * Use Github as source to fetch tests
  * Use Github page as homepage as rubyforge is long gone
  * New upstream version 1.7.1+gh
  * Drop compat file, rely on debhelper-compat and bump compat level to 12
  * Add upstream/metadata

  [ Daniel Leidert ]
  * d/control (Standards-Version): Bump to 4.5.0.
    (Depends): Add ${ruby:Depends} and remove interpreter.
  * d/copyright (Source): Fix URI.
  * d/tests/ruby-tests: Add tests requiring internet access.
  * d/tests/control: Add new test.

 -- Daniel Leidert <email address hidden>  Sat, 22 Feb 2020 03:09:13 +0100

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
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
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-socksify_1.7.1+gh-1.dsc 2.1 KiB 4e20bfe7e9a5107c94b8387acca0123651a1199fd72f39316a387b2b2f397fdf
ruby-socksify_1.7.1+gh.orig.tar.gz 19.9 KiB 595218b14df4aa5984d1ed81e60e98920932b244eec5161c208b4c2b95497b52
ruby-socksify_1.7.1+gh-1.debian.tar.xz 2.5 KiB d97e43b8a9d6c5fb1d79657ace0f782b066ada9bc1f216a7a4f4dda8972436d2

Available diffs

No changes file available.

Binary packages built by this source

ruby-socksify: Redirect all TCPSockets through a SOCKS5 proxy

 The shell script socksify is meant to aid in using socks with already
 compiled dynamic binaries.
 .
 This works by setting the LD_PRELOAD environment variable to libdsocks.
 It will then attempt to wrap all networking-related system calls.