libressl: update to 3.8.2
This commit is contained in:
parent
3a0b578c3e
commit
14e33f8350
@ -20,7 +20,7 @@
|
|||||||
%global _hardened_build 1
|
%global _hardened_build 1
|
||||||
|
|
||||||
Name: libressl
|
Name: libressl
|
||||||
Version: 3.8.1
|
Version: 3.8.2
|
||||||
Release: 1%{dist}
|
Release: 1%{dist}
|
||||||
Summary: An SSL/TLS protocol implementation
|
Summary: An SSL/TLS protocol implementation
|
||||||
License: OpenSSL
|
License: OpenSSL
|
||||||
@ -31,7 +31,7 @@ Source: http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/%{name}-%{version}.t
|
|||||||
Patch1: libressl-rename-config-file.patch
|
Patch1: libressl-rename-config-file.patch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0%{?rhel} < 8
|
%if 0%{?rhel} == 7
|
||||||
BuildRequires: devtoolset-8-gcc devtoolset-8-gcc-c++ devtoolset-8-build devtoolset-8-binutils
|
BuildRequires: devtoolset-8-gcc devtoolset-8-gcc-c++ devtoolset-8-build devtoolset-8-binutils
|
||||||
%else
|
%else
|
||||||
BuildRequires: gcc gcc-c++
|
BuildRequires: gcc gcc-c++
|
||||||
@ -89,14 +89,10 @@ applications that want to make use of libressl.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if 0%{?rhel} < 8
|
%if 0%{?rhel} == 7
|
||||||
# We build using the devtoolset-8 compilers
|
# We build using the devtoolset-8 compilers
|
||||||
%enable_devtoolset8
|
%enable_devtoolset8
|
||||||
%endif
|
%endif
|
||||||
%if %{?rhel} < 7
|
|
||||||
. /etc/profile.d/modules.sh
|
|
||||||
module load autoconf
|
|
||||||
%endif
|
|
||||||
|
|
||||||
autoreconf -vfi
|
autoreconf -vfi
|
||||||
|
|
||||||
@ -160,8 +156,12 @@ done
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 28 2024 Raven <raven@sysadmins.ws> - 3.8.2-1
|
||||||
|
- update to 3.8.2
|
||||||
|
|
||||||
* Tue Oct 3 2023 Raven <raven@sysadmins.ws> - 3.8.1-1
|
* Tue Oct 3 2023 Raven <raven@sysadmins.ws> - 3.8.1-1
|
||||||
- update to 3.8.1
|
- update to 3.8.1
|
||||||
|
|
||||||
* Thu Mar 14 2019 Raven <raven@sysadmins.ws> - 2.8.3-1
|
* Thu Mar 14 2019 Raven <raven@sysadmins.ws> - 2.8.3-1
|
||||||
- update to 2.8.3
|
- update to 2.8.3
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user