Backport OpenSSL3 fixes
Backport TLS and OpenSSL3 fixes that will be included in FR 3.0.26. Resolves: #1978216 Signed-off-by: Antonio Torres <antorres@redhat.com>
This commit is contained in:
parent
e0e1728663
commit
76fc6be83c
10874
freeradius-Backport-OpenSSL3-fixes.patch
Normal file
10874
freeradius-Backport-OpenSSL3-fixes.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
|||||||
Summary: High-performance and highly configurable free RADIUS server
|
Summary: High-performance and highly configurable free RADIUS server
|
||||||
Name: freeradius
|
Name: freeradius
|
||||||
Version: 3.0.21
|
Version: 3.0.21
|
||||||
Release: 22%{?dist}
|
Release: 23%{?dist}
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
URL: http://www.freeradius.org/
|
URL: http://www.freeradius.org/
|
||||||
|
|
||||||
@ -27,6 +27,7 @@ Patch4: freeradius-no-buildtime-cert-gen.patch
|
|||||||
Patch5: freeradius-bootstrap-make-permissions.patch
|
Patch5: freeradius-bootstrap-make-permissions.patch
|
||||||
Patch6: freeradius-Fix-resource-hard-limit-error.patch
|
Patch6: freeradius-Fix-resource-hard-limit-error.patch
|
||||||
Patch7: freeradius-ldap-allow-to-connect-on-partially-open-handle.patch
|
Patch7: freeradius-ldap-allow-to-connect-on-partially-open-handle.patch
|
||||||
|
Patch8: freeradius-Backport-OpenSSL3-fixes.patch
|
||||||
|
|
||||||
%global docdir %{?_pkgdocdir}%{!?_pkgdocdir:%{_docdir}/%{name}-%{version}}
|
%global docdir %{?_pkgdocdir}%{!?_pkgdocdir:%{_docdir}/%{name}-%{version}}
|
||||||
|
|
||||||
@ -211,6 +212,7 @@ This plugin provides the REST support for the FreeRADIUS server project.
|
|||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
%patch6 -p1
|
%patch6 -p1
|
||||||
%patch7 -p1
|
%patch7 -p1
|
||||||
|
%patch8 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Force compile/link options, extra security for network facing daemon
|
# Force compile/link options, extra security for network facing daemon
|
||||||
@ -853,6 +855,10 @@ exit 0
|
|||||||
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/rest
|
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/mods-available/rest
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 18 2021 Antonio Torres <antorres@redhat.com> - 3.0.21-23
|
||||||
|
- Backport OpenSSL3 fixes
|
||||||
|
Related: rhbz#1978216
|
||||||
|
|
||||||
* Wed Oct 13 2021 Antonio Torres <antorres@redhat.com> - 3.0.21-22
|
* Wed Oct 13 2021 Antonio Torres <antorres@redhat.com> - 3.0.21-22
|
||||||
- Allow to connect to partially open LDAP handle
|
- Allow to connect to partially open LDAP handle
|
||||||
Related: rhbz#1992551
|
Related: rhbz#1992551
|
||||||
|
Loading…
Reference in New Issue
Block a user