diff --git a/alma/SPECS/cjose.spec b/alma/SPECS/cjose.spec index 07a3900..2cae946 100644 --- a/alma/SPECS/cjose.spec +++ b/alma/SPECS/cjose.spec @@ -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 - 0.6.2-99 +- Update to 0.6.2 version. + * Wed Jan 18 2023 Fedora Release Engineering - 0.6.1-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild diff --git a/alma/SPECS/mod_auth_openidc.spec b/alma/SPECS/mod_auth_openidc.spec index 8de974e..820a89a 100644 --- a/alma/SPECS/mod_auth_openidc.spec +++ b/alma/SPECS/mod_auth_openidc.spec @@ -15,7 +15,7 @@ Name: mod_auth_openidc Version: 2.4.15 -Release: 1%{?dist} +Release: 2%{?dist} Summary: OpenID Connect auth module for Apache HTTP Server License: ASL 2.0 @@ -94,6 +94,9 @@ install -m 700 -d $RPM_BUILD_ROOT%{httpd_pkg_cache_dir}/cache %dir %attr(0700, apache, apache) %{httpd_pkg_cache_dir}/cache %changelog +* Sun Jan 20 2024 Daniel Steiner +- Built agains cjose 0.6.2.2. + * Sun Jan 14 2024 Daniel Steiner - Update to 2.4.15. - New defaults, which are more secure. diff --git a/centos/SPECS/cjose.spec b/centos/SPECS/cjose.spec index c7f55eb..2cae946 100644 --- a/centos/SPECS/cjose.spec +++ b/centos/SPECS/cjose.spec @@ -1,19 +1,24 @@ Name: cjose -Version: 0.6.1 -Release: 3%{?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 +Patch2: 0001-Define-OPENSSL_API_COMPAT-to-0x10101000L.patch BuildRequires: gcc BuildRequires: doxygen BuildRequires: openssl-devel BuildRequires: jansson-devel BuildRequires: check-devel +BuildRequires: make %description Implementation of JOSE for C/C++ @@ -29,7 +34,7 @@ developing applications that use %{name}. %prep -%autosetup -n %{name}-%{version} -p1 +%setup -n %{name}-%{version} %build %configure @@ -62,6 +67,54 @@ make check || (cat test/test-suite.log; exit 1) %changelog -* Sat Sep 5 2020 Daniel Steiner -- First initial build. +* Sat Jan 20 2024 Fedora Release Engineering - 0.6.2-99 +- Update to 0.6.2 version. +* Wed Jan 18 2023 Fedora Release Engineering - 0.6.1-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Fri Oct 28 2022 Stephen Gallagher - 0.6.1-12 +- Enable build on OpenSSL 3.0 + +* Wed Jul 20 2022 Fedora Release Engineering - 0.6.1-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Wed Jan 19 2022 Fedora Release Engineering - 0.6.1-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Tue Sep 14 2021 Sahana Prasad - 0.6.1-9 +- Rebuilt with OpenSSL 3.0.0 + +* Wed Jul 21 2021 Fedora Release Engineering - 0.6.1-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Tue Jan 26 2021 Fedora Release Engineering - 0.6.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Mon Jul 27 2020 Fedora Release Engineering - 0.6.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue Jan 28 2020 Fedora Release Engineering - 0.6.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Wed Jul 24 2019 Fedora Release Engineering - 0.6.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Thu Jan 31 2019 Fedora Release Engineering - 0.6.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Thu Aug 2 2018 - 0.6.1-2 +- fix concatkdf big endian architecture problem. + Upstream issue #77. + +* Wed Aug 1 2018 - 0.6.1-1 +- upgrade to latest upstream 0.6.1 + +* Thu Jul 12 2018 Fedora Release Engineering - 0.5.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Wed Feb 07 2018 Fedora Release Engineering - 0.5.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Fri Jan 26 2018 Patrick Uiterwijk - 0.5.1-1 +- Initial packaging diff --git a/centos/SPECS/mod_auth_openidc.spec b/centos/SPECS/mod_auth_openidc.spec index 5933f47..f02fce2 100644 --- a/centos/SPECS/mod_auth_openidc.spec +++ b/centos/SPECS/mod_auth_openidc.spec @@ -15,7 +15,7 @@ Name: mod_auth_openidc Version: 2.4.15 -Release: 1%{?dist} +Release: 2%{?dist} Summary: OpenID Connect auth module for Apache HTTP Server License: ASL 2.0 @@ -93,6 +93,9 @@ install -m 700 -d $RPM_BUILD_ROOT%{httpd_pkg_cache_dir}/cache %dir %attr(0700, apache, apache) %{httpd_pkg_cache_dir}/cache %changelog +* Sun Jan 20 2024 Daniel Steiner +- Built agains cjose 0.6.2.2. + * Sun Jan 14 2024 Daniel Steiner - Update to 2.4.15. - New defaults, which are more secure.