From ab29cf25d9d79649b19072a6a280ddf17f3992d7 Mon Sep 17 00:00:00 2001 From: Sahana Prasad Date: Tue, 14 Sep 2021 19:06:48 +0200 Subject: [PATCH] Rebuilt with OpenSSL 3.0.0 --- libssh2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libssh2.spec b/libssh2.spec index e03ceea..0c1c99f 100644 --- a/libssh2.spec +++ b/libssh2.spec @@ -1,6 +1,6 @@ Name: libssh2 Version: 1.10.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library implementing the SSH2 protocol License: BSD URL: https://www.libssh2.org/ @@ -114,6 +114,9 @@ LC_ALL=en_US.UTF-8 make -C tests check %{_libdir}/pkgconfig/libssh2.pc %changelog +* Tue Sep 14 2021 Sahana Prasad - 1.10.0-2 +- Rebuilt with OpenSSL 3.0.0 + * Mon Aug 30 2021 Paul Howarth - 1.10.0-1 - Update to 1.10.0 - Adds agent forwarding support