libressl: update to 3.8.2

This commit is contained in:
Raven 2024-02-28 12:41:24 +06:00
parent 3a0b578c3e
commit 14e33f8350

View File

@ -20,7 +20,7 @@
%global _hardened_build 1
Name: libressl
Version: 3.8.1
Version: 3.8.2
Release: 1%{dist}
Summary: An SSL/TLS protocol implementation
License: OpenSSL
@ -31,7 +31,7 @@ Source: http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/%{name}-%{version}.t
Patch1: libressl-rename-config-file.patch
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
%else
BuildRequires: gcc gcc-c++
@ -89,14 +89,10 @@ applications that want to make use of libressl.
%build
%if 0%{?rhel} < 8
%if 0%{?rhel} == 7
# We build using the devtoolset-8 compilers
%enable_devtoolset8
%endif
%if %{?rhel} < 7
. /etc/profile.d/modules.sh
module load autoconf
%endif
autoreconf -vfi
@ -160,8 +156,12 @@ done
%{_mandir}/man3/*
%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
- update to 3.8.1
* Thu Mar 14 2019 Raven <raven@sysadmins.ws> - 2.8.3-1
- update to 2.8.3