diff --git a/base/libressl/libressl.spec b/base/libressl/libressl.spec index 7aef61b..de27d14 100644 --- a/base/libressl/libressl.spec +++ b/base/libressl/libressl.spec @@ -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 - 3.8.2-1 +- update to 3.8.2 + * Tue Oct 3 2023 Raven - 3.8.1-1 - update to 3.8.1 + * Thu Mar 14 2019 Raven - 2.8.3-1 - update to 2.8.3