|
1 | 1 | Vendor: Microsoft Corporation
|
2 | 2 | Distribution: Azure Linux
|
3 | 3 | Name: cjose
|
4 |
| -Version: 0.6.1 |
5 |
| -Release: 6%{?dist} |
| 4 | +Version: 0.6.2.2 |
| 5 | +Release: 7%{?dist} |
6 | 6 | Summary: C library implementing the Javascript Object Signing and Encryption (JOSE)
|
7 | 7 |
|
8 | 8 | License: MIT
|
9 |
| -URL: https://github.com/cisco/cjose |
10 |
| -Source0: https://github.com/cisco/%{name}/archive/%{version}/%{name}-%{version}.tar.gz |
11 |
| - |
12 |
| -Patch1: concatkdf.patch |
| 9 | +URL: https://github.com/OpenIDC/cjose |
| 10 | +# There is already a source tarball with 0.6.2.2 containing 0.6.0 source code, updated name of tarball |
| 11 | +Source0: https://github.com/OpenIDC/cjose/releases/download/v%{version}/cjose-%{version}.tar.gz#/cjose-%{version}_updated.tar.gz |
13 | 12 |
|
14 | 13 | BuildRequires: gcc
|
15 | 14 | BuildRequires: doxygen
|
16 | 15 | BuildRequires: openssl-devel
|
17 | 16 | BuildRequires: jansson-devel
|
18 | 17 | BuildRequires: check-devel
|
| 18 | +BuildRequires: make |
19 | 19 |
|
20 | 20 | %description
|
21 | 21 | Implementation of JOSE for C/C++
|
@@ -64,8 +64,55 @@ make check || (cat test/test-suite.log; exit 1)
|
64 | 64 |
|
65 | 65 |
|
66 | 66 | %changelog
|
67 |
| -* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 0.6.1-6 |
68 |
| -- Initial CBL-Mariner import from Fedora 32 (license: MIT). |
| 67 | +* Tue Dec 17 2024 Akarsh Chaudhary <[email protected]> - 0.6.2.2-7 |
| 68 | +- Initial Azure Linux import from Fedora 41 (license: MIT). |
| 69 | +- License verified |
| 70 | + |
| 71 | +* Tue Oct 22 2024 Richard W.M. Jones <[email protected]> - 0.6.2.2-6 |
| 72 | +- Rebuild for Jansson 2.14 |
| 73 | + (https://lists.fedoraproject.org/archives/list/ [email protected]/thread/3PYINSQGKQ4BB25NQUI2A2UCGGLAG5ND/) |
| 74 | + |
| 75 | +* Wed Jul 17 2024 Fedora Release Engineering <[email protected]> - 0.6.2.2-5 |
| 76 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild |
| 77 | + |
| 78 | +* Tue Jan 23 2024 Fedora Release Engineering <[email protected]> - 0.6.2.2-4 |
| 79 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild |
| 80 | + |
| 81 | +* Fri Jan 19 2024 Fedora Release Engineering <[email protected]> - 0.6.2.2-3 |
| 82 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild |
| 83 | + |
| 84 | +* Fri Sep 1 2023 Tomas Halman <[email protected]> - 0.6.2.2-2 |
| 85 | +- migrated to SPDX license |
| 86 | + |
| 87 | +* Wed Jul 26 2023 Tomas Halman <[email protected]> - 0.6.2.2-1 |
| 88 | +- Rebase to version 0.6.2.2. Solves CVE-2023-37464. |
| 89 | + |
| 90 | +* Wed Jul 19 2023 Fedora Release Engineering <[email protected]> - 0.6.1-14 |
| 91 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild |
| 92 | + |
| 93 | +* Wed Jan 18 2023 Fedora Release Engineering <[email protected]> - 0.6.1-13 |
| 94 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild |
| 95 | + |
| 96 | +* Fri Oct 28 2022 Stephen Gallagher <[email protected]> - 0.6.1-12 |
| 97 | +- Enable build on OpenSSL 3.0 |
| 98 | + |
| 99 | +* Wed Jul 20 2022 Fedora Release Engineering <[email protected]> - 0.6.1-11 |
| 100 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild |
| 101 | + |
| 102 | +* Wed Jan 19 2022 Fedora Release Engineering <[email protected]> - 0.6.1-10 |
| 103 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild |
| 104 | + |
| 105 | +* Tue Sep 14 2021 Sahana Prasad <[email protected]> - 0.6.1-9 |
| 106 | +- Rebuilt with OpenSSL 3.0.0 |
| 107 | + |
| 108 | +* Wed Jul 21 2021 Fedora Release Engineering <[email protected]> - 0.6.1-8 |
| 109 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild |
| 110 | + |
| 111 | +* Tue Jan 26 2021 Fedora Release Engineering <[email protected]> - 0.6.1-7 |
| 112 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild |
| 113 | + |
| 114 | +* Mon Jul 27 2020 Fedora Release Engineering <[email protected]> - 0.6.1-6 |
| 115 | +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild |
69 | 116 |
|
70 | 117 | * Tue Jan 28 2020 Fedora Release Engineering <[email protected]> - 0.6.1-5
|
71 | 118 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
0 commit comments