libapache-htpasswd-perl 1.9-2 source package in Ubuntu

Changelog

libapache-htpasswd-perl (1.9-2) unstable; urgency=medium

  [ Damyan Ivanov ]
  * declare conformance with Policy 4.1.3 (no changes needed)

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Laurent Baillet ]
  * fix lintian file-contains-trailing-whitespace warning

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.

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

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Mon, 06 Jun 2022 23:34:22 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libapache-htpasswd-perl_1.9-2.dsc 2.1 KiB 9ce1c30c666bef7bd4070ab009519bd943f1de2c00c27af22717348528310fac
libapache-htpasswd-perl_1.9.orig.tar.gz 8.2 KiB 9358719be14799fc61e04989df7fdb9c0541402b0b8a7bdd181ff464f1cd2dfd
libapache-htpasswd-perl_1.9-2.debian.tar.xz 3.5 KiB 9596376e1fb41094fc72f7517dbb26b5b6ecb77a7d56a7d14818f34aa59348b3

Available diffs

No changes file available.

Binary packages built by this source

libapache-htpasswd-perl: module to manage Unix crypt-style password file

 The Apache::Htpasswd module comes with a set of methods to use with htaccess
 password files. These files (and htaccess) are used to do Basic
 Authentication on a web server.
 .
 The passwords file is a flat-file with login name and their associated
 crypted password. You can use this for non-Apache files if you wish, but
 it was written specifically for .htaccess style files.