Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Authen-SASL-2.200.0-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: perl-Authen-SASL Distribution: openSUSE Tumbleweed
Version: 2.200.0 Vendor: openSUSE
Release: 1.1 Build date: Thu Jan 29 07:01:08 2026
Group: Unspecified Build host: reproducible
Size: 135017 Source RPM: perl-Authen-SASL-2.200.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://metacpan.org/release/Authen-SASL
Summary: SASL Authentication framework
SASL is a generic mechanism for authentication used by several network
protocols. *Authen::SASL* provides an implementation framework that all
protocols should be able to share.

The framework allows different implementations of the connection class to
be plugged in. At the time of writing there were two such plugins.

* Authen::SASL::Perl

This module implements several mechanisms and is implemented entirely in
Perl.

* Authen::SASL::XS

This module uses the Cyrus SASL C-library (both version 1 and 2 are
supported).

* Authen::SASL::Cyrus

This module is the predecessor to Authen::SASL::XS.

Until version 2.16, Authen::SASL::Cyrus was loaded as an alternative to
Authen::SASL::XS.

By default Authen::SASL tries to load Authen::SASL::XS first, followed by
Authen::SASL::Perl on failure. If you want to change the order or want to
specifically use one implementation only simply do

 use Authen::SASL qw(Perl);

or if you have another plugin module that supports the Authen::SASL API

 use Authen::SASL qw(My::SASL::Plugin);

Provides

Requires

License

Artistic-1.0 OR GPL-1.0-or-later

Changelog

* Thu Jan 29 2026 Tina Müller <timueller+perl@suse.de>
  - updated to 2.200.0 (2.2000)
    see /usr/share/doc/packages/perl-Authen-SASL/Changes
    2.2000  2026-01-28
      [Added]
    - Documentation for the security layer
      [Fixed]
    - Several public functions missing from the API documentation
* Fri Aug 22 2025 Tina Müller <tina.mueller@suse.com>
  - Remove perl-Authen-SASL-CVE-2025-40918.patch (fixed upstream)
    CVE-2025-40918 [bsc#1246623]
* Fri Aug 22 2025 Tina Müller <tina.mueller@suse.com>
  - updated to 2.190.0 (2.1900)
    see /usr/share/doc/packages/perl-Authen-SASL/Changes
* Mon Jul 21 2025 pgajdos@suse.com
  - security update
  - added patches
    CVE-2025-40918 [bsc#1246623], insecurely generated client nonce
    + perl-Authen-SASL-CVE-2025-40918.patch
* Sat Apr 26 2025 Tina Müller <timueller+perl@suse.de>
  - updated to 2.180.0 (2.1800)
    see /usr/share/doc/packages/perl-Authen-SASL/Changes
    2.1800  TO BE RELEASED
      [Changed]
    - Minimum required Perl version 5.14+ (from 5.6.0);
      Digest::HMAC_MD5 was 5.8.1, making 5.8.1 the effective minimum
    - Move example code to the eg/ directory
      [Added]
    - Mechanisms XOAUTH2 and OAUTHBEARER added
    - Include mechanisms available on server when
      negotiation fails on the client
    - Add `_acceptable()` function to allow mechanism
      implementation classes to decline selection based
      on the callback values
* Fri Mar 08 2024 Tina Müller <tina.mueller@suse.com>
  - Fix disabling of __perllib_provides
* Fri Aug 11 2023 Tina Müller <tina.mueller@suse.com>
  - Remove perl526.path (not needed anymore)
* Fri Aug 11 2023 Tina Müller <timueller+perl@suse.de>
  - updated to 2.1700
    see /usr/share/doc/packages/perl-Authen-SASL/Changes
    2.1700  2023-08-09
      [Fixed]
    - Version numbering (released as 2.1700,
      because 2.17 < 2.1401)
    - POD errors
    - Typos
    - Minimum Perl version 5.005 -> 5.6.0
    - Kwalitee errors
    * Accidentally packaged MYMETA.*
    * 'use warnings;' added in all modules
    * Synchronized versions in all modules
    - Out of bounds substr() (RT 85294)
      [Added]
    - README
    - More tests
      [Changed]
    - Release switched from EUMM to D::Z
      [Removed]
    - Authen::SASL::Cyrus is no longer loaded as
      an implementation; Authen::SASL::XS has been
      the successor for more than a decade
* Fri Sep 29 2017 coolo@suse.com
  - add perl526.path to build with perl 5.26
* Mon Jun 03 2013 coolo@suse.com
  - updated to 2.16
    * SASL.pod: fix typo [Peter Marschall]
    * Perl.pm: avoid warning on "uninitialized value" [Peter Marschall]

Files

/usr/lib/perl5/vendor_perl/5.42.0/Authen
/usr/lib/perl5/vendor_perl/5.42.0/Authen/SASL
/usr/lib/perl5/vendor_perl/5.42.0/Authen/SASL.pm
/usr/lib/perl5/vendor_perl/5.42.0/Authen/SASL.pod
/usr/lib/perl5/vendor_perl/5.42.0/Authen/SASL/CRAM_MD5.pm
/usr/lib/perl5/vendor_perl/5.42.0/Authen/SASL/EXTERNAL.pm
/usr/lib/perl5/vendor_perl/5.42.0/Authen/SASL/Perl
/usr/lib/perl5/vendor_perl/5.42.0/Authen/SASL/Perl.pm
/usr/lib/perl5/vendor_perl/5.42.0/Authen/SASL/Perl.pod
/usr/lib/perl5/vendor_perl/5.42.0/Authen/SASL/Perl/ANONYMOUS.pm
/usr/lib/perl5/vendor_perl/5.42.0/Authen/SASL/Perl/CRAM_MD5.pm
/usr/lib/perl5/vendor_perl/5.42.0/Authen/SASL/Perl/DIGEST_MD5.pm
/usr/lib/perl5/vendor_perl/5.42.0/Authen/SASL/Perl/EXTERNAL.pm
/usr/lib/perl5/vendor_perl/5.42.0/Authen/SASL/Perl/GSSAPI.pm
/usr/lib/perl5/vendor_perl/5.42.0/Authen/SASL/Perl/LOGIN.pm
/usr/lib/perl5/vendor_perl/5.42.0/Authen/SASL/Perl/OAUTHBEARER.pm
/usr/lib/perl5/vendor_perl/5.42.0/Authen/SASL/Perl/PLAIN.pm
/usr/lib/perl5/vendor_perl/5.42.0/Authen/SASL/Perl/XOAUTH2.pm
/usr/share/doc/packages/perl-Authen-SASL
/usr/share/doc/packages/perl-Authen-SASL/Changes
/usr/share/doc/packages/perl-Authen-SASL/README
/usr/share/doc/packages/perl-Authen-SASL/api.txt
/usr/share/licenses/perl-Authen-SASL
/usr/share/licenses/perl-Authen-SASL/LICENSE
/usr/share/man/man3/Authen::SASL.3pm.gz
/usr/share/man/man3/Authen::SASL::Perl.3pm.gz
/usr/share/man/man3/Authen::SASL::Perl::ANONYMOUS.3pm.gz
/usr/share/man/man3/Authen::SASL::Perl::CRAM_MD5.3pm.gz
/usr/share/man/man3/Authen::SASL::Perl::DIGEST_MD5.3pm.gz
/usr/share/man/man3/Authen::SASL::Perl::EXTERNAL.3pm.gz
/usr/share/man/man3/Authen::SASL::Perl::GSSAPI.3pm.gz
/usr/share/man/man3/Authen::SASL::Perl::LOGIN.3pm.gz
/usr/share/man/man3/Authen::SASL::Perl::OAUTHBEARER.3pm.gz
/usr/share/man/man3/Authen::SASL::Perl::PLAIN.3pm.gz
/usr/share/man/man3/Authen::SASL::Perl::XOAUTH2.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 21 22:23:10 2026