libnet-proxy-perl 0.12-5 source package in Ubuntu

Changelog

libnet-proxy-perl (0.12-5) unstable; urgency=low

  * Move Conflicts Statement from Source to Package section
    Should now Really (Closes: #550997)

libnet-proxy-perl (0.12-4) unstable; urgency=low

  * Remove Bashism in Init script (Closes: #551145)

libnet-proxy-perl (0.12-3) unstable; urgency=low

  * Conflict with sslh (Closes: #550997)

libnet-proxy-perl (0.12-2) unstable; urgency=low

  * Mention sslh in package description (Closes: #528632)
  * Bump Standards Version
  * Provide init script for sslh, thanks to Alexandre (Closes: #529655)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  05 Nov 2009 10:36:23 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Lucid
Original maintainer:
Michael Ablassmeier
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Builds

Lucid: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libnet-proxy-perl_0.12.orig.tar.gz 37.6 KiB 519accd891f74db9d8058b240b5d3ab8ac3e3c823a634b264469edfc66622f18
libnet-proxy-perl_0.12-5.diff.gz 3.5 KiB 45bb71baa276dfaf84c9f74ab63418ac8a7e3b4258fba890d0151aa538edc158
libnet-proxy-perl_0.12-5.dsc 1.1 KiB fa3604ac53e0e6f9e8ec9818cf8bba6b023d5d394216e86ec7aa0f6232a1e6da

Available diffs

View changes file

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.