Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
6d57ff6bfb | |||
16d1a25d38 | |||
59d974ad68 | |||
4e2c191fbf | |||
0be08156df |
@@ -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
3
Crypt-JWT-0.037.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:576892e6e720535911de6ff6055c8d16dea3d36008d02043c9867ea687beabea
|
||||
size 86387
|
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,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>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user