Skip to content

Commit f82d13b

Browse files
Upgrade:cjose to version 0.6.2.2 (microsoft#11488)
Co-authored-by: kgodara912 <[email protected]>
1 parent 6b0ad68 commit f82d13b

File tree

4 files changed

+58
-85
lines changed

4 files changed

+58
-85
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"cjose-0.6.1.tar.gz": "208eaa0fa616b44a71d8aa155c40b14c7c9d0fa2bb91d1408824520d2fc1b4dd"
3+
"cjose-0.6.2.2_updated.tar.gz": "2de8652b23ee3e15398176e8b2aaa513aa89635368f2748fbc304f8aefe910a4"
44
}
55
}

SPECS-EXTENDED/cjose/cjose.spec

Lines changed: 55 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
Vendor: Microsoft Corporation
22
Distribution: Azure Linux
33
Name: cjose
4-
Version: 0.6.1
5-
Release: 6%{?dist}
4+
Version: 0.6.2.2
5+
Release: 7%{?dist}
66
Summary: C library implementing the Javascript Object Signing and Encryption (JOSE)
77

88
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
1312

1413
BuildRequires: gcc
1514
BuildRequires: doxygen
1615
BuildRequires: openssl-devel
1716
BuildRequires: jansson-devel
1817
BuildRequires: check-devel
18+
BuildRequires: make
1919

2020
%description
2121
Implementation of JOSE for C/C++
@@ -64,8 +64,55 @@ make check || (cat test/test-suite.log; exit 1)
6464

6565

6666
%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
69116

70117
* Tue Jan 28 2020 Fedora Release Engineering <[email protected]> - 0.6.1-5
71118
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

SPECS-EXTENDED/cjose/concatkdf.patch

Lines changed: 0 additions & 74 deletions
This file was deleted.

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1737,8 +1737,8 @@
17371737
"type": "other",
17381738
"other": {
17391739
"name": "cjose",
1740-
"version": "0.6.1",
1741-
"downloadUrl": "https://github.com/cisco/cjose/archive/0.6.1/cjose-0.6.1.tar.gz"
1740+
"version": "0.6.2.2",
1741+
"downloadUrl": "https://github.com/OpenIDC/cjose/releases/download/v0.6.2.2/cjose-0.6.2.2.tar.gz"
17421742
}
17431743
}
17441744
},

0 commit comments

Comments
 (0)