From f97c73e9d71f50d7938181b9f4bce617d0e22a0f Mon Sep 17 00:00:00 2001 From: Sahana Prasad Date: Thu, 16 Sep 2021 12:23:37 +0200 Subject: [PATCH] Rebuilt with OpenSSL 3.0.0 --- curl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/curl.spec b/curl.spec index 403a556..5118350 100644 --- a/curl.spec +++ b/curl.spec @@ -1,7 +1,7 @@ Summary: A utility for getting files from remote servers (FTP, HTTP, and others) Name: curl Version: 7.79.0 -Release: 2%{?dist} +Release: 3%{?dist} License: MIT Source0: https://curl.se/download/%{name}-%{version}.tar.xz Source1: https://curl.se/download/%{name}-%{version}.tar.xz.asc @@ -372,6 +372,9 @@ rm -f ${RPM_BUILD_ROOT}%{_libdir}/libcurl.la %{_libdir}/libcurl.so.4.[0-9].[0-9].minimal %changelog +* Thu Sep 16 2021 Sahana Prasad - 7.79.0-3 +- Rebuilt with OpenSSL 3.0.0 + * Thu Sep 16 2021 Kamil Dudka - 7.79.0-2 - make SCP/SFTP tests work with openssh-8.7p1