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
2 changed files with 13 additions and 0 deletions

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

@@ -27,6 +27,7 @@ Summary: JSON Web Token
URL: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/M/MI/MIK/%{cpan_name}-%{cpan_version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/M/MI/MIK/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch BuildArch: noarch
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros