libhttp-daemon-ssl-perl 1.04-3.1 source package in Ubuntu

Changelog

libhttp-daemon-ssl-perl (1.04-3.1) unstable; urgency=medium

  * Non-maintainer upload.
  * debian/{control,compat}: Bump to DH version level 9.
  * debian/patches: Add testmodule.diff. Fix FTBFS during unit testing
    due to incompatibility with latest SSL libs. (Closes: #711628).
    This patch amongst other things regenerate the test certificates at
    build time.
  * debian/rules: Save upstream's certificate files, so that the package
    build stays idempotent.

 -- Mike Gabriel <email address hidden>  Tue, 27 Dec 2016 13:34:04 +0100

Upload details

Uploaded by:
Matej Vela
Uploaded to:
Sid
Original maintainer:
Matej Vela
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhttp-daemon-ssl-perl_1.04-3.1.dsc 1.9 KiB 21a44be04809607adcdaa3232413bd58389bbe48b2f64634b505829698a3378d
libhttp-daemon-ssl-perl_1.04.orig.tar.gz 9.0 KiB 7eae05422d934c8492dfd3505b774fd6590c99808ce8beb6c57efd261e5dc22e
libhttp-daemon-ssl-perl_1.04-3.1.debian.tar.xz 3.4 KiB a62904adcb7769f41f6a13da2725fba27fdb29db4ed655a498f6ed7b4abaf17f

Available diffs

No changes file available.

Binary packages built by this source

libhttp-daemon-ssl-perl: Simple HTTP server class with SSL support

 HTTP::Daemon::SSL is a descendant of HTTP::Daemon that uses SSL sockets
 (via IO::Socket::SSL) instead of cleartext sockets. It also handles
 SSL-specific problems, such as dealing with HTTP clients that attempt
 to connect to it without using SSL.