libauthen-sasl-scram-perl 0.04-2 source package in Ubuntu

Changelog

libauthen-sasl-scram-perl (0.04-2) unstable; urgency=medium

  * No-change source-only re-upload.

 -- gregor herrmann <email address hidden>  Wed, 09 Aug 2023 16:29:47 +0200

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libauthen-sasl-scram-perl_0.04-2.dsc 2.5 KiB bc2ec07e1001252af2d6caa0aeb8b309c84f80b9f7d347aace05a09bd414f10d
libauthen-sasl-scram-perl_0.04.orig.tar.gz 10.3 KiB 90d0dfe681d30c1604f2b9d073578a57adebba2c78874986aa0855fd78bd43ba
libauthen-sasl-scram-perl_0.04-2.debian.tar.xz 1.8 KiB 0b252e9192745a6538b71c90297c85a1d560805a89b16c56903571196f2a2d78

No changes file available.

Binary packages built by this source

libauthen-sasl-scram-perl: SCRAM-SHA-1/256/512 support for Perl library Authen::SASL

 The Authen::SASL::SCRAM distribution adds SCRAM authentication mechanisms to
 Authen::Perl. By installing this library existing Perl applications depending
 on Authen::Perl are instantly extended with these authentication mechanisms
 when they use the Perl backend (as opposed to the other available backends
 [XS and Cyrus]).
 .
 The library was written to enhance the "sendxmpp" program which is included
 in Debian under a package by the same name, because 99% of all XMPP servers
 don't offer any of the authentication mechanisms supported by the standard
 Authen::SASL library anymore (PLAIN, CRAM-MD5, DIGEST-MD5, LOGIN; most don't
 offer GSSAPI).