From 05913d1a54771f7a5f8627d5f2757ed0800b9d8edf4b4f06bf2ec7be224bbe14 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Sat, 11 Feb 2017 00:35:29 +0000 Subject: [PATCH] Updating link to change in openSUSE:Factory/libssh revision 42.0 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libssh?expand=0&rev=7668df658f97ab97956b81464548ad2c --- gcc5-fixes.patch | 11 ----------- libssh-0.7.2.tar.xz | 3 --- libssh-0.7.4.tar.xz | 3 +++ libssh.changes | 10 ++++++++++ libssh.spec | 6 ++---- 5 files changed, 15 insertions(+), 18 deletions(-) delete mode 100644 gcc5-fixes.patch delete mode 100644 libssh-0.7.2.tar.xz create mode 100644 libssh-0.7.4.tar.xz diff --git a/gcc5-fixes.patch b/gcc5-fixes.patch deleted file mode 100644 index 552b8ba..0000000 --- a/gcc5-fixes.patch +++ /dev/null @@ -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") diff --git a/libssh-0.7.2.tar.xz b/libssh-0.7.2.tar.xz deleted file mode 100644 index 3793000..0000000 --- a/libssh-0.7.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a32c45b9674141cab4bde84ded7d53e931076c6b0f10b8fd627f3584faebae62 -size 350540 diff --git a/libssh-0.7.4.tar.xz b/libssh-0.7.4.tar.xz new file mode 100644 index 0000000..cc27743 --- /dev/null +++ b/libssh-0.7.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39e1bec3b3cb452af3b8fd7f59c12c5ef5b9ed64f057c7eb0d1a5cac67ba6c0d +size 351892 diff --git a/libssh.changes b/libssh.changes index 06dc71e..260c2b7 100644 --- a/libssh.changes +++ b/libssh.changes @@ -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 diff --git a/libssh.spec b/libssh.spec index c681c32..9ea5e3a 100644 --- a/libssh.spec +++ b/libssh.spec @@ -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 \