libnet-sslglue-perl 1.058-2 source package in Ubuntu

Changelog

libnet-sslglue-perl (1.058-2) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.1.5, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Tue, 06 Dec 2022 18:28:07 +0000

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
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-sslglue-perl_1.058-2.dsc 2.1 KiB 0a90170c66c77d7740e7fb4e7e2a43e7d8bf995d2d19329295ee12c7413a34f7
libnet-sslglue-perl_1.058.orig.tar.gz 19.4 KiB 9011bccaa123de613930c9062aeead7952fdabc4b3b33821b611a09d8e5d5e61
libnet-sslglue-perl_1.058-2.debian.tar.xz 3.1 KiB 60cabf31ef8885c309bd679638ed22af4131b74f83554893580e4c6f682e2f40

Available diffs

No changes file available.

Binary packages built by this source

libnet-sslglue-perl: module to add/extend SSL support for common perl modules

 Some commonly used perl modules don't have SSL support at all, even if the
 protocol would support it. Others have SSL support, but most of them don't do
 proper checking of the servers certificate.
 .
 The Net::SSLGlue::* modules try to add SSL support or proper certificate to
 these modules.