Accepting request 455519 from devel:libraries:c_c++
Update to libssh 0.7.4 OBS-URL: https://build.opensuse.org/request/show/455519 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libssh?expand=0&rev=42
This commit is contained in:
commit
c8680db9ac
@ -1,11 +0,0 @@
|
||||
--- cmake/Modules/DefineCompilerFlags.cmake
|
||||
+++ cmake/Modules/DefineCompilerFlags.cmake
|
||||
@@ -10,7 +10,7 @@
|
||||
if (${CMAKE_C_COMPILER_ID} MATCHES "(GNU|Clang)")
|
||||
|
||||
# add -Wconversion ?
|
||||
- set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu99 -pedantic -pedantic-errors")
|
||||
+ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu99 -pedantic")
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement")
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security")
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wmissing-format-attribute")
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a32c45b9674141cab4bde84ded7d53e931076c6b0f10b8fd627f3584faebae62
|
||||
size 350540
|
3
libssh-0.7.4.tar.xz
Normal file
3
libssh-0.7.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:39e1bec3b3cb452af3b8fd7f59c12c5ef5b9ed64f057c7eb0d1a5cac67ba6c0d
|
||||
size 351892
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 8 10:43:05 UTC 2017 - asn@cryptomilk.org
|
||||
|
||||
- Update to version 0.7.4
|
||||
* Added id_ed25519 to the default identity list
|
||||
* Fixed sftp EOF packet handling
|
||||
* Fixed ssh_send_banner() to confirm with RFC 4253
|
||||
* Fixed some memory leaks
|
||||
- Removed patch gcc5-fixes.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 7 12:22:00 UTC 2016 - jengelh@inai.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libssh
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: libssh
|
||||
Version: 0.7.2
|
||||
Version: 0.7.4
|
||||
Release: 0
|
||||
Summary: The SSH library
|
||||
License: LGPL-2.1+
|
||||
@ -26,7 +26,6 @@ Url: https://www.libssh.org
|
||||
# Dynamic number: https://red.libssh.org/projects/libssh/files
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
Source99: baselibs.conf
|
||||
Patch0: gcc5-fixes.patch
|
||||
BuildRequires: cmake
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: gcc-c++
|
||||
@ -79,7 +78,6 @@ Documentation for libssh development.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0
|
||||
|
||||
%build
|
||||
%cmake \
|
||||
|
Loading…
Reference in New Issue
Block a user