-
Notifications
You must be signed in to change notification settings - Fork 567
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
57 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"Signatures": { | ||
"cjose-0.6.1.tar.gz": "208eaa0fa616b44a71d8aa155c40b14c7c9d0fa2bb91d1408824520d2fc1b4dd" | ||
"cjose-0.6.2.2.tar.gz": "2de8652b23ee3e15398176e8b2aaa513aa89635368f2748fbc304f8aefe910a4" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,20 @@ | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
Name: cjose | ||
Version: 0.6.1 | ||
Release: 6%{?dist} | ||
Version: 0.6.2.2 | ||
Release: 7%{?dist} | ||
Summary: C library implementing the Javascript Object Signing and Encryption (JOSE) | ||
|
||
License: MIT | ||
URL: https://github.com/cisco/cjose | ||
Source0: https://github.com/cisco/%{name}/archive/%{version}/%{name}-%{version}.tar.gz | ||
|
||
Patch1: concatkdf.patch | ||
URL: https://github.com/OpenIDC/cjose | ||
Source0: https://github.com/OpenIDC/cjose/releases/download/v%{version}/cjose-%{version}.tar.gz | ||
|
||
BuildRequires: gcc | ||
BuildRequires: doxygen | ||
BuildRequires: openssl-devel | ||
BuildRequires: jansson-devel | ||
BuildRequires: check-devel | ||
BuildRequires: make | ||
|
||
%description | ||
Implementation of JOSE for C/C++ | ||
|
@@ -64,8 +63,55 @@ make check || (cat test/test-suite.log; exit 1) | |
|
||
|
||
%changelog | ||
* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 0.6.1-6 | ||
- Initial CBL-Mariner import from Fedora 32 (license: MIT). | ||
* Tue Dec 17 2024 Akarsh Chaudhary <[email protected]> - 0.6.2.2-7 | ||
- AzureLinux import from Fedora 41 (license: MIT). | ||
- License verified | ||
|
||
* Tue Oct 22 2024 Richard W.M. Jones <[email protected]> - 0.6.2.2-6 | ||
- Rebuild for Jansson 2.14 | ||
(https://lists.fedoraproject.org/archives/list/[email protected]/thread/3PYINSQGKQ4BB25NQUI2A2UCGGLAG5ND/) | ||
|
||
* Wed Jul 17 2024 Fedora Release Engineering <[email protected]> - 0.6.2.2-5 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild | ||
|
||
* Tue Jan 23 2024 Fedora Release Engineering <[email protected]> - 0.6.2.2-4 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild | ||
|
||
* Fri Jan 19 2024 Fedora Release Engineering <[email protected]> - 0.6.2.2-3 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild | ||
|
||
* Fri Sep 1 2023 Tomas Halman <[email protected]> - 0.6.2.2-2 | ||
- migrated to SPDX license | ||
|
||
* Wed Jul 26 2023 Tomas Halman <[email protected]> - 0.6.2.2-1 | ||
- Rebase to version 0.6.2.2. Solves CVE-2023-37464. | ||
|
||
* Wed Jul 19 2023 Fedora Release Engineering <[email protected]> - 0.6.1-14 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild | ||
|
||
* Wed Jan 18 2023 Fedora Release Engineering <[email protected]> - 0.6.1-13 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild | ||
|
||
* Fri Oct 28 2022 Stephen Gallagher <[email protected]> - 0.6.1-12 | ||
- Enable build on OpenSSL 3.0 | ||
|
||
* Wed Jul 20 2022 Fedora Release Engineering <[email protected]> - 0.6.1-11 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild | ||
|
||
* Wed Jan 19 2022 Fedora Release Engineering <[email protected]> - 0.6.1-10 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild | ||
|
||
* Tue Sep 14 2021 Sahana Prasad <[email protected]> - 0.6.1-9 | ||
- Rebuilt with OpenSSL 3.0.0 | ||
|
||
* Wed Jul 21 2021 Fedora Release Engineering <[email protected]> - 0.6.1-8 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild | ||
|
||
* Tue Jan 26 2021 Fedora Release Engineering <[email protected]> - 0.6.1-7 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild | ||
|
||
* Mon Jul 27 2020 Fedora Release Engineering <[email protected]> - 0.6.1-6 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild | ||
|
||
* Tue Jan 28 2020 Fedora Release Engineering <[email protected]> - 0.6.1-5 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters