5 Commits

Author SHA256 Message Date
6d57ff6bfb Add Gitea build results 2025-08-12 18:12:49 +02:00
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
5 changed files with 46 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

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Crypt-JWT/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Crypt-JWT)

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,27 +18,29 @@
%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}
Source0: https://cpan.metacpan.org/authors/id/M/MI/MIK/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
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 +57,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