rebuild against gcc 12.3.0

This commit is contained in:
Michael A. Peters 2023-05-19 15:25:38 -07:00
parent c13726cb1f
commit e091f9c481
3 changed files with 12 additions and 4 deletions

View File

@ -19,7 +19,7 @@
Name: libressl
Version: 3.7.2
Release: %{?repo}0.rc1%{?dist}
Release: %{?repo}0.rc2%{?dist}
Summary: OpenBSD fork of the OpenSSL Cryptography Suite
Group: System Environment/Libraries
@ -289,6 +289,9 @@ EOF
%doc README.DHE.md
%changelog
* Fri May 19 2023 Michael A. Peters <anymouseprophet@gmail.com> - 3.7.2-0.rc2
- Rebuild in gcc 12.3.0
* Sun May 07 2023 Michael A. Peters <anymouseprophet@gmail.com> - 3.7.2-0.rc1
- Update to 3.7.2

View File

@ -1,6 +1,6 @@
Name: libssh2
Version: 1.10.0
Release: %{?repo}0.rc2%{?dist}
Release: %{?repo}0.rc3%{?dist}
Summary: C library SSH2 implementation
Group: System Environment/Libraries
@ -81,6 +81,9 @@ make install DESTDIR=%{buildroot}
%changelog
* Fri May 19 2023 Michael A. Peters <anymouseprophet@gmail.com> - 1.10.0-0.rc3
- Rebuild with gcc 12.3.0
* Sat May 13 2023 Michael A. Peters <anymouseprophet@gmail.com> - 1.10.0-0.rc2
- Fix build against LibreSSL

View File

@ -4,7 +4,7 @@
Name: openssl
Version: 3.1.0
Release: %{?repo}0.rc2%{?dist}
Release: %{?repo}0.rc3%{?dist}
Summary: cryptography and secure communication toolkit
Group: System Environment/Libraries
@ -64,7 +64,6 @@ cp %{SOURCE17} ./man7.filelist
--openssldir=/etc/ssl \
--libdir=%{_lib} \
shared \
no-ssl2 \
no-ssl3 \
no-dtls \
no-weak-ssl-ciphers \
@ -142,6 +141,9 @@ rm -rf %{buildroot}%{_datadir}/doc/openssl
%doc doc/html/man7
%changelog
* Fri May 19 2023 Michael A. Peters <anymouseprophet@gmail.com> - 3.1.0-0.rc3
- Rebuild with gcc 12.3.0
* Tue May 09 2023 Michael A. Peters <anymouseprophet@gmail.com> - 3.1.0-0.rc2
- Disable SSLv2,SSLv3,DTLS,weak ciphers (I believe disabled by
- default but...)