liblwp-protocol-https-perl 6.11-1 source package in Ubuntu

Changelog

liblwp-protocol-https-perl (6.11-1) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Update standards version to 4.6.0, no changes needed.

  [ gregor herrmann ]
  * Import upstream version 6.11.
  * Refresh cert.patch.
  * Drop patches 746579-fix-peer-certificate-verification.patch and
    debian/patches/fix-https-test. They were both taken from upstream
    PR!14 which is merged in this release.
  * Add new test dependency: libtest-needs-perl.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Sun, 09 Jul 2023 20:40:15 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main perl

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
liblwp-protocol-https-perl_6.11-1.dsc 2.6 KiB 1849e4e6ac5f049a8a0b2ec551851de98c5bbdd378aa11b79aeb230fc5672171
liblwp-protocol-https-perl_6.11.orig.tar.gz 31.8 KiB 0132ddbf03661565ca85050f2a5094fb9263cbbc3ccb1a4d9c41ac9bb083b917
liblwp-protocol-https-perl_6.11-1.debian.tar.xz 4.4 KiB d876cc9255371c74e65190782ea0781fc93b4c97c3bbed18935646b2f2f27ad4

Available diffs

No changes file available.

Binary packages built by this source

liblwp-protocol-https-perl: HTTPS driver for LWP::UserAgent

 The LWP::Protocol::https module provides support for using HTTPS schemed URLs
 with LWP. LWP::Protocol::https is a plug-in to the LWP protocol handling, so
 you don't use it directly. Once the module is installed LWP is able to access
 sites using HTTP over SSL/TLS.
 .
 If hostname verification is requested by LWP::UserAgent's ssl_opts, and
 neither SSL_ca_file nor SSL_ca_path is set, then SSL_ca_file is implied to be
 the one provided by ca-certificates.
 .
 This module used to be bundled with libwww-perl, but it was unbundled in
 v6.02 in order to be able to declare its dependencies properly for the CPAN
 tool-chain. Applications that need HTTPS support can just declare their
 dependency on LWP::Protocol::https and will no longer need to know what
 underlying modules to install.