Cjose updated to latest. OpenIDC module built against it

This commit is contained in:
2024-01-20 11:42:47 +01:00
parent b9ce1d42f3
commit 2de22255ff
4 changed files with 75 additions and 13 deletions

View File

@@ -1,13 +1,13 @@
Name: cjose
Version: 0.6.1
Release: 13%{?dist}
Version: 0.6.2.2
Release: 99%{?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
#Patch1: concatkdf.patch
# Patch taken from CentOS Stream:
# https://gitlab.com/redhat/centos-stream/rpms/cjose/-/blob/c9s/0001-Define-OPENSSL_API_COMPAT-to-0x10101000L.patch
@@ -18,7 +18,7 @@ BuildRequires: doxygen
BuildRequires: openssl-devel
BuildRequires: jansson-devel
BuildRequires: check-devel
BuildRequires: make
BuildRequires: make
%description
Implementation of JOSE for C/C++
@@ -34,7 +34,7 @@ developing applications that use %{name}.
%prep
%autosetup -n %{name}-%{version} -p1
%setup -n %{name}-%{version}
%build
%configure
@@ -67,6 +67,9 @@ make check || (cat test/test-suite.log; exit 1)
%changelog
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.2-99
- Update to 0.6.2 version.
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild