Compare commits

...

6 Commits

Author SHA1 Message Date
Troy Dawson ff05f7de7c remove package.cfg per new epel-playground policy 2020-09-24 16:06:48 +00:00
Paul Howarth 313b84364b Full groff (not just groff-base) needed for the mansyntax check 2020-03-27 11:17:01 +00:00
Paul Howarth 1b5090686f Switch to https:// upstream URLs 2020-03-27 11:17:01 +00:00
Fedora Release Engineering a03c90f6de - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-03-27 11:17:01 +00:00
Paul Howarth 6a9feab7f1 Merge remote-tracking branch 'origin/f30' into epel8 2020-03-27 09:36:23 +00:00
Mohan Boddu aa9cbcd65d "Adding package.cfg file" 2020-03-26 18:18:47 -04:00
1 changed files with 17 additions and 7 deletions

View File

@ -1,13 +1,13 @@
Name: libssh2
Version: 1.9.0
Release: 3%{?dist}
Release: 5%{?dist}
Summary: A library implementing the SSH2 protocol
License: BSD
URL: http://www.libssh2.org/
Source0: http://libssh2.org/download/libssh2-%{version}.tar.gz
URL: https://www.libssh2.org/
Source0: https://libssh2.org/download/libssh2-%{version}.tar.gz
# fix integer overflow in SSH_MSG_DISCONNECT logic (CVE-2019-17498)
Patch1: 0001-libssh2-1.9.0-CVE-2019-17498.patch
# Fix integer overflow in SSH_MSG_DISCONNECT logic (CVE-2019-17498)
Patch1: 0001-libssh2-1.9.0-CVE-2019-17498.patch
BuildRequires: coreutils
BuildRequires: findutils
@ -18,7 +18,10 @@ BuildRequires: sed
BuildRequires: zlib-devel
BuildRequires: /usr/bin/man
# Test suite requirements - we run the OpenSSH server and try to connect to it
# Test suite requirements
# Full groff (not just groff-base) needed for the mansyntax check
BuildRequires: groff
# We run the OpenSSH server and try to connect to it
BuildRequires: openssh-server
# Need a valid locale to run the mansyntax check
%if 0%{?fedora} > 23 || 0%{?rhel} > 7
@ -115,8 +118,15 @@ LC_ALL=en_US.UTF-8 make -C tests check
%{_libdir}/pkgconfig/libssh2.pc
%changelog
* Fri Mar 27 2020 Paul Howarth <paul@city-fan.org> - 1.9.0-5
- Switch to https:// upstream URLs
- Full groff (not just groff-base) needed for the mansyntax check
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Wed Oct 30 2019 Kamil Dudka <kdudka@redhat.com> - 1.9.0-3
- fix integer overflow in SSH_MSG_DISCONNECT logic (CVE-2019-17498)
- Fix integer overflow in SSH_MSG_DISCONNECT logic (CVE-2019-17498)
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild