libapache2-authcookie-perl 3.31-1 source package in Ubuntu

Changelog

libapache2-authcookie-perl (3.31-1) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on libapache2-mod-perl2.
    + libapache2-authcookie-perl: Drop versioned constraint on
      libapache2-mod-perl2 in Depends.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

  [ gregor herrmann ]
  * Import upstream version 3.31.
  * Declare compliance with Debian Policy 4.6.0.

 -- gregor herrmann <email address hidden>  Mon, 10 Jan 2022 21:39:51 +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
Mantic release universe perl
Lunar release universe perl
Jammy release universe perl

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libapache2-authcookie-perl_3.31-1.dsc 2.6 KiB b7770746fa3c246ddb9e98a1f7b5e2ff28c8975da7758ce673f63e39a7c0be9b
libapache2-authcookie-perl_3.31.orig.tar.gz 62.2 KiB 0728672eb98bcd66525967a75d7c4d617c0b4c41162013ac9a4cefe46f7dff7c
libapache2-authcookie-perl_3.31-1.debian.tar.xz 4.4 KiB 53a6ec2e9c1182211199231859a00275d39dd62eda5ff877141f8fad56217464

Available diffs

No changes file available.

Binary packages built by this source

libapache2-authcookie-perl: Perl Authentication and Authorization via cookies

 This module is for mod_perl version 2. If you are running mod_perl version 1,
 you should be using Apache::AuthCookie instead.
 .
 Apache2::AuthCookie allows you to intercept a user's first unauthenticated
 access to a protected document. The user will be presented with a custom form
 where they can enter authentication credentials. The credentials are posted
 to the server where AuthCookie verifies them and returns a session key.
 .
 The session key is returned to the user's browser as a cookie. As a cookie,
 the browser will pass the session key on every subsequent accesses. AuthCookie
 will verify the session key and re-authenticate the user.