Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
2033caf2d6 | |||
28bc88bf4e | |||
c6afa2467d | |||
406b7a3ade | |||
986548a483 | |||
e8b6445746 |
BIN
Authen-SASL-2.1700.tar.gz
(Stored with Git LFS)
BIN
Authen-SASL-2.1700.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
Authen-SASL-2.1900.tar.gz
(Stored with Git LFS)
Normal file
BIN
Authen-SASL-2.1900.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of perl in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of perl in the devel project build (devel:languages:perl)
|
||||
|
||||

|
||||
|
||||
|
@@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 22 20:27:29 UTC 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 20:26:21 UTC 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 10:03:21 UTC 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 05:33:44 UTC 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 8 21:59:55 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Authen-SASL
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,33 +18,39 @@
|
||||
|
||||
%define cpan_name Authen-SASL
|
||||
Name: perl-Authen-SASL
|
||||
Version: 2.170.0
|
||||
Version: 2.190.0
|
||||
Release: 0
|
||||
%define cpan_version 2.1700
|
||||
# 2.1900 -> normalize -> 2.190.0
|
||||
%define cpan_version 2.1900
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: SASL Authentication framework
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/E/EH/EHUELS/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Crypt::URandom)
|
||||
BuildRequires: perl(Digest::HMAC_MD5)
|
||||
BuildRequires: perl(Pod::Coverage::TrustPod)
|
||||
BuildRequires: perl(Test::Pod)
|
||||
BuildRequires: perl(Test::Pod::Coverage)
|
||||
Requires: perl(Crypt::URandom)
|
||||
Requires: perl(Digest::HMAC_MD5)
|
||||
Provides: perl(Authen::SASL) = 2.170.0
|
||||
Provides: perl(Authen::SASL::CRAM_MD5) = 2.170.0
|
||||
Provides: perl(Authen::SASL::EXTERNAL) = 2.170.0
|
||||
Provides: perl(Authen::SASL::Perl) = 2.170.0
|
||||
Provides: perl(Authen::SASL::Perl::ANONYMOUS) = 2.170.0
|
||||
Provides: perl(Authen::SASL::Perl::CRAM_MD5) = 2.170.0
|
||||
Provides: perl(Authen::SASL::Perl::DIGEST_MD5) = 2.170.0
|
||||
Provides: perl(Authen::SASL::Perl::EXTERNAL) = 2.170.0
|
||||
Provides: perl(Authen::SASL::Perl::GSSAPI) = 2.170.0
|
||||
Provides: perl(Authen::SASL::Perl::LOGIN) = 2.170.0
|
||||
Provides: perl(Authen::SASL::Perl::PLAIN) = 2.170.0
|
||||
Provides: perl(Authen::SASL) = %{version}
|
||||
Provides: perl(Authen::SASL::CRAM_MD5) = %{version}
|
||||
Provides: perl(Authen::SASL::EXTERNAL) = %{version}
|
||||
Provides: perl(Authen::SASL::Perl) = %{version}
|
||||
Provides: perl(Authen::SASL::Perl::ANONYMOUS) = %{version}
|
||||
Provides: perl(Authen::SASL::Perl::CRAM_MD5) = %{version}
|
||||
Provides: perl(Authen::SASL::Perl::DIGEST_MD5) = %{version}
|
||||
Provides: perl(Authen::SASL::Perl::EXTERNAL) = %{version}
|
||||
Provides: perl(Authen::SASL::Perl::GSSAPI) = %{version}
|
||||
Provides: perl(Authen::SASL::Perl::LOGIN) = %{version}
|
||||
Provides: perl(Authen::SASL::Perl::OAUTHBEARER) = %{version}
|
||||
Provides: perl(Authen::SASL::Perl::PLAIN) = %{version}
|
||||
Provides: perl(Authen::SASL::Perl::XOAUTH2) = %{version}
|
||||
%undefine __perllib_provides
|
||||
Recommends: perl(GSSAPI)
|
||||
%{perl_requires}
|
||||
@@ -85,7 +91,7 @@ or if you have another plugin module that supports the Authen::SASL API
|
||||
use Authen::SASL qw(My::SASL::Plugin);
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
@@ -100,7 +106,7 @@ make test
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%doc api.txt Changes compat_pl example_pl README
|
||||
%doc api.txt Changes README
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user