libauthen-passphrase-perl 0.008-3 source package in Ubuntu

Changelog

libauthen-passphrase-perl (0.008-3) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

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

  [ Xavier Guimard ]
  * Email change: Xavier Guimard -> <email address hidden>

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

  [ Debian Janitor ]
  * Bump debhelper from deprecated 8 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on libmodule-runtime-perl.
    + libauthen-passphrase-perl: Drop versioned constraint on
      libmodule-runtime-perl in Depends.

 -- Jelmer Vernooij <email address hidden>  Wed, 08 Jun 2022 17:42:32 +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
Questing release universe perl
Plucky release universe perl
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libauthen-passphrase-perl_0.008-3.dsc 2.5 KiB 03abdd4f26ec4f5ea56edceb4e4529f11f31d8d0e097b07fe2ab9cf9fc046ab6
libauthen-passphrase-perl_0.008.orig.tar.gz 57.6 KiB 55db4520617d859d88c0ee54965da815b7226d792b8cdc8debf92073559e0463
libauthen-passphrase-perl_0.008-3.debian.tar.xz 3.5 KiB 05249b073c8e1cf089ff0d9fe74a8be17c3e6be0b6fc19b58485a83469941156

Available diffs

No changes file available.

Binary packages built by this source

libauthen-passphrase-perl: Perl module encapsulating hashed passwords/passphrases as objects

 Authen::Passphrase is the base class for a system of objects that encapsulate
 passphrases. An object of this type is a passphrase recogniser: its
 job is to recognise whether an offered passphrase is the right one.
 For security, such passphrase recognisers usually do not themselves know
 the passphrase they are looking for; they can merely recognise it when
 they see it. There are many schemes in use to achieve this effect,
 and the intent of this class is to provide a consistent interface to
 them all, hiding the details.
 .
 This package contains implementations of several specific passphrase schemes
 in addition to the base class.