Support OpenSSL v1.1.0
Resolves: Bug#1385588
This commit is contained in:
parent
ad78a601a9
commit
b2c98e0767
6284
freeradius-Support-OpenSSL-v1.1.0.patch
Normal file
6284
freeradius-Support-OpenSSL-v1.1.0.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -24,6 +24,7 @@ Source104: freeradius-tmpfiles.conf
|
|||||||
Patch1: freeradius-redhat-config.patch
|
Patch1: freeradius-redhat-config.patch
|
||||||
Patch2: freeradius-Use-system-crypto-policy-by-default.patch
|
Patch2: freeradius-Use-system-crypto-policy-by-default.patch
|
||||||
Patch3: freeradius-Fix-three-cases-of-comparing-pointer-to-zero-char.patch
|
Patch3: freeradius-Fix-three-cases-of-comparing-pointer-to-zero-char.patch
|
||||||
|
Patch4: freeradius-Support-OpenSSL-v1.1.0.patch
|
||||||
|
|
||||||
%global docdir %{?_pkgdocdir}%{!?_pkgdocdir:%{_docdir}/%{name}-%{version}}
|
%global docdir %{?_pkgdocdir}%{!?_pkgdocdir:%{_docdir}/%{name}-%{version}}
|
||||||
|
|
||||||
@ -192,6 +193,7 @@ This plugin provides the REST support for the FreeRADIUS server project.
|
|||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
|
%patch4 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Force compile/link options, extra security for network facing daemon
|
# Force compile/link options, extra security for network facing daemon
|
||||||
@ -795,6 +797,8 @@ exit 0
|
|||||||
%changelog
|
%changelog
|
||||||
* Mon Feb 20 2017 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> - 3.0.12-2
|
* Mon Feb 20 2017 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> - 3.0.12-2
|
||||||
- Fix three cases of comparing pointers to zero characters
|
- Fix three cases of comparing pointers to zero characters
|
||||||
|
- Support OpenSSL v1.1.0
|
||||||
|
Resolves: Bug#1385588
|
||||||
|
|
||||||
* Fri Feb 17 2017 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> - 3.0.12-1
|
* Fri Feb 17 2017 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com> - 3.0.12-1
|
||||||
- Upgrade to upstream v3.0.12 release.
|
- Upgrade to upstream v3.0.12 release.
|
||||||
|
Loading…
Reference in New Issue
Block a user