8
0

Compare commits

...

9 Commits

Author SHA256 Message Date
16d1a25d38 Accepting request 1279781 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1279781
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Crypt-JWT?expand=0&rev=8
2025-05-26 16:35:38 +00:00
59d974ad68 Accepting request 1278625 from devel:languages:perl:autoupdate
- updated to 0.37.0 (0.037)
   see /usr/share/doc/packages/perl-Crypt-JWT/Changes
  0.037   2025-04-27
          - fix #43 Fails to decode JWT from AWS Application Load Balancers
          - fix #44 Allow decoding JWS with Base64 padding characters
          - added tolerate_padding parameter for decode_jwt

OBS-URL: https://build.opensuse.org/request/show/1278625
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-JWT?expand=0&rev=26
2025-05-24 13:44:42 +00:00
4e2c191fbf Accepting request 1241538 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1241538
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Crypt-JWT?expand=0&rev=7
2025-01-31 15:04:41 +00:00
0be08156df Accepting request 1240658 from devel:languages:perl:autoupdate
- updated to 0.36.0 (0.036)
   see /usr/share/doc/packages/perl-Crypt-JWT/Changes
  0.036   2025-01-26
          - fix #35 support aud claim as an array of strings
          - added verify_typ - verify 'typ' header parameter

OBS-URL: https://build.opensuse.org/request/show/1240658
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-JWT?expand=0&rev=24
2025-01-30 22:24:50 +00:00
cedb73c0f1 Accepting request 1156467 from devel:languages:perl
- Fix disabling of __perllib_provides

OBS-URL: https://build.opensuse.org/request/show/1156467
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Crypt-JWT?expand=0&rev=6
2024-03-09 19:54:42 +00:00
5fd76c6228 Accepting request 1119186 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1119186
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Crypt-JWT?expand=0&rev=5
2023-10-20 21:18:40 +00:00
cc569f647a Accepting request 935944 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/935944
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Crypt-JWT?expand=0&rev=4
2021-12-06 22:59:55 +00:00
e1e6d2fc3d Accepting request 890406 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/890406
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Crypt-JWT?expand=0&rev=3
2021-05-04 20:01:23 +00:00
ec06e0edba Accepting request 880564 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/880564
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Crypt-JWT?expand=0&rev=2
2021-03-24 15:13:13 +00:00
4 changed files with 33 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5cfbd55fadc3aed36d674fc053ace867b5d3e1a4ce8a20cfbb7c2679fdf09641
size 84581

3
Crypt-JWT-0.037.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:576892e6e720535911de6ff6055c8d16dea3d36008d02043c9867ea687beabea
size 86387

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Apr 28 05:46:27 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.37.0 (0.037)
see /usr/share/doc/packages/perl-Crypt-JWT/Changes
0.037 2025-04-27
- fix #43 Fails to decode JWT from AWS Application Load Balancers
- fix #44 Allow decoding JWS with Base64 padding characters
- added tolerate_padding parameter for decode_jwt
-------------------------------------------------------------------
Mon Jan 27 05:30:19 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.36.0 (0.036)
see /usr/share/doc/packages/perl-Crypt-JWT/Changes
0.036 2025-01-26
- fix #35 support aud claim as an array of strings
- added verify_typ - verify 'typ' header parameter
-------------------------------------------------------------------
Fri Mar 8 22:03:10 UTC 2024 - Tina Müller <tina.mueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Crypt-JWT
#
# 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,9 +18,10 @@
%define cpan_name Crypt-JWT
Name: perl-Crypt-JWT
Version: 0.35.0
Version: 0.37.0
Release: 0
%define cpan_version 0.035
# 0.037 -> normalize -> 0.37.0
%define cpan_version 0.037
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: JSON Web Token
URL: https://metacpan.org/release/%{cpan_name}
@@ -30,15 +31,15 @@ BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Compress::Raw::Zlib)
BuildRequires: perl(CryptX) >= 0.067
BuildRequires: perl(CryptX) >= 0.67.0
BuildRequires: perl(JSON)
BuildRequires: perl(Test::More) >= 0.88
Requires: perl(Compress::Raw::Zlib)
Requires: perl(CryptX) >= 0.067
Requires: perl(CryptX) >= 0.67.0
Requires: perl(JSON)
Requires: perl(Test::More) >= 0.88
Provides: perl(Crypt::JWT) = 0.35.0
Provides: perl(Crypt::KeyWrap) = 0.35.0
Provides: perl(Crypt::JWT) = %{version}
Provides: perl(Crypt::KeyWrap) = %{version}
%undefine __perllib_provides
%{perl_requires}
@@ -55,7 +56,7 @@ This module supports *Compact JWS/JWE* and *Flattened JWS/JWE JSON*
serialization, general JSON serialization is not supported yet.
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor