libnet-proxy-perl 0.12-6.2 source package in Ubuntu
Changelog
libnet-proxy-perl (0.12-6.2) unstable; urgency=medium * Non-maintainer upload. * Fix "Removal of obsolete debhelper compat 5 and 6 in bookworm": Bump to 7 in debian/{compat,control}. (Closes: #965667) -- gregor herrmann <email address hidden> Sun, 26 Dec 2021 20:17:16 +0100
Upload details
- Uploaded by:
- Michael Ablassmeier
- Uploaded to:
- Sid
- Original maintainer:
- Michael Ablassmeier
- Architectures:
- all
- Section:
- perl
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | universe | perl | |
Kinetic | release | universe | perl | |
Jammy | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libnet-proxy-perl_0.12-6.2.dsc | 1.9 KiB | f8b330925ddaf2be681bf71a97d24bc5d2d89339f714b0d4e04dd57f0d490901 |
libnet-proxy-perl_0.12.orig.tar.gz | 37.6 KiB | 519accd891f74db9d8058b240b5d3ab8ac3e3c823a634b264469edfc66622f18 |
libnet-proxy-perl_0.12-6.2.diff.gz | 3.8 KiB | 1c54663b273b0a0d961f0be545f797d58365aef1ce980e8ef290228a869dc1e6 |
Available diffs
- diff from 0.12-6.1 to 0.12-6.2 (551 bytes)
No changes file available.
Binary packages built by this source
- libnet-proxy-perl: Framework for proxying network connections in many ways
This module is a framework for creating various kinds of network
proxies in a very simple way.
.
A proxy is a program that transfer data across a network boundary between
a client and a server. Net::Proxy introduces the concept of "connectors",
which abstract the server part (connected to the client) and the client
part (connected to the server) of the proxy.
.
This makes it very easy to implement specific techniques to cross a
given network boundary, possibly by using a proxy on one side of the
network fence, and a reverse-proxy on the other side of the fence.
.
This package also provides the sslh SSH/HTTPS service multiplexer
written in perl.