libhttp-tiny-perl 0.088-1 source package in Ubuntu

Changelog

libhttp-tiny-perl (0.088-1) unstable; urgency=medium

  * Import upstream version 0.088.
  * Fixes "current version superseded by Perl 5.38". (Closes: #1060713)
  * Fixes "CVE-2023-31486: Does not defaults to verify SSL certificates":
    Since 0.083 the default value for verify_SSL is set to true, i.e. the
    TLS/SSL certificates on an https connection are validated.
    (The default can be reverted by setting
    $ENV{PERL_HTTP_TINY_SSL_INSECURE_BY_DEFAULT} if verify_SSL is not
    explicitly set.)
    (Closes: #962407)
  * Update debian/upstream/metadata.
  * Update years of upstream and packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.
  * Add more test dependencies.
    They are required for tests which are skipped during build, as they need
    internet access, but are run during autopkgtests.

 -- gregor herrmann <email address hidden>  Sat, 13 Jan 2024 20:25:03 +0100

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
Oracular release universe perl
Noble release universe perl

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhttp-tiny-perl_0.088-1.dsc 2.5 KiB 69ce137fb272c65a0406e0f83b1cee5945e1de34c6384f9679dcd941ae8d5e9e
libhttp-tiny-perl_0.088.orig.tar.gz 75.3 KiB 7ce6367e861883b6868d6dd86168af33524717d8cc94100c2abf9bd86a82b4d8
libhttp-tiny-perl_0.088-1.debian.tar.xz 4.7 KiB 0dfd186290524eb49ac41713c621361c667633c9011790d2af7a156e16df770b

Available diffs

No changes file available.

Binary packages built by this source

libhttp-tiny-perl: Perl module that implements a small, simple, correct HTTP/1.1 client

 HTTP::Tiny is a very simple HTTP/1.1 client, designed primarily for doing
 simple GET requests without the overhead of a large framework like
 LWP::UserAgent.
 .
 It is more correct and more complete than HTTP::Lite. It supports proxies
 (currently only non-authenticating ones) and redirection. It also correctly
 resumes after EINTR.