libauthen-htpasswd-perl 0.171-3 source package in Ubuntu

Changelog

libauthen-htpasswd-perl (0.171-3) unstable; urgency=medium

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

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata (already present in machine-readable debian/copyright).
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Sun, 20 Nov 2022 12:14:58 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libauthen-htpasswd-perl_0.171-3.dsc 2.2 KiB 8ea24ad915e0524a7207b85b3b9e2e43277710546aa9928165ed83fc87740ec1
libauthen-htpasswd-perl_0.171.orig.tar.gz 8.1 KiB b5faf47e3f948a4528106ccb88cc71048cfe598e5b026a444368bc7e39348067
libauthen-htpasswd-perl_0.171-3.debian.tar.xz 2.7 KiB 641b747ddfcb3bad5e3bb35262a4913dd00f869c76498c2742c8c75db5d99977

Available diffs

No changes file available.

Binary packages built by this source

libauthen-htpasswd-perl: Perl module to read and modify Apache .htpasswd files

 Authen::Htpasswd provides a convenient, object-oriented interface to
 Apache-style .htpasswd files.
 .
 It supports passwords encrypted via MD5, SHA-1, and crypt, as well as plain
 (cleartext) passwords.
 .
 Additional fields after username and password, if present, are accessible via
 the extra_info array.