libcrypt-ssleay-perl 0.58-1 source package in Ubuntu

Changelog

libcrypt-ssleay-perl (0.58-1) unstable; urgency=low


  * Takeover for the Debian Perl Group with maintainer's permisson
    (cf. #623253).
  * debian/control: Added: Vcs-Git field (source stanza); Vcs-Browser field
    (source stanza); ${misc:Depends} to Depends: field. Changed: Maintainer
    set to Debian Perl Group <pkg-perl- <email address hidden>>
    (was: Noèl Köthe <email address hidden>).
  * Add /me to Uploaders.
  * Rename source package to libcrypt-ssleay-perl.
  * Add debian/watch.

  * New upstream release.
  * Switch to "3.0 (quilt)" source format.
  * Use tiny debian/rules and debhelper compat level 8.
  * Add patch nossl2.patch (compatibility with openssl 1.0.0.).
    (Closes: #623253)
  * Add libtest-pod-perl, libtest-pod-coverage-perl to
    Build-Depends-Indep.
  * Install examples via dh_installexamples; don't install README (text
    version of the POD); install TODO. (Closes: #466055)
  * debian/copyright: DEP5 formatting, updated upstream information, point
    to GPL-1 instead of symlink.
  * Remove version from build dependencies.
  * Bump Standards-Version to 3.9.2 (no further changes).
  * Remove unneeded runtime dependencies, sort build dependencies.
  * Rewrite short description.
  * Capitalize HTTPS in description. (Closes: #622393)

 -- gregor herrmann <email address hidden>  Tue, 03 Jan 2012 00:34:17 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libcrypt-ssleay-perl_0.58-1.dsc 2.1 KiB 724a8f150bd938b5aa49a845dec82a738f268719541b16eb0747e1a3323f5a48
libcrypt-ssleay-perl_0.58.orig.tar.gz 120.9 KiB 1e714c5bcb28bc2547619a9b11e5b270a3c34113f85f091cd72556ae9805e02e
libcrypt-ssleay-perl_0.58-1.debian.tar.gz 3.7 KiB 85ef1ae6de120dfb6dff6a212f0ed4e11b53b1fc10ff0f5b5545ced749bf4a31

No changes file available.

Binary packages built by this source

libcrypt-ssleay-perl: OpenSSL support for LWP

 This perl module provides support for the HTTPS protocol under LWP, so
 that an LWP::UserAgent can make HTTPS GET & HEAD & POST requests. Please
 see perldoc LWP for more information on POST requests.
 .
 The Crypt::SSLeay package contains Net::SSL, which is automatically
 loaded by LWP::Protocol::https on HTTPS requests, and provides the
 necessary SSL glue for that module to work via these deprecated modules:
 Crypt::SSLeay::CTX, Crypt::SSLeay::Conn and Crypt::SSLeay::X509.
 .
 Work on Crypt::SSLeay has been continued only to provide HTTPS support
 for the LWP - libwww perl libraries. If you want access to the OpenSSL
 API via perl, check out Sampo's Net::SSLeay (available in Debian as
 the libnet-ssleay-perl package).