[libssh] Fix CVE-2014-0017.

asn asn at fedoraproject.org
Tue Mar 4 16:40:24 UTC 2014


commit 477fd337465f478a488a1eea4a391443c569c2f3
Author: Andreas Schneider <asn at cryptomilk.org>
Date:   Tue Mar 4 17:38:28 2014 +0100

    Fix CVE-2014-0017.

 .gitignore                                     |    1 +
 libssh-0.5.4-disable-latex-documentation.patch |   67 ------------------------
 libssh-0.5.4-fix-html-doc-generation.patch     |   16 ------
 libssh.spec                                    |    7 ++-
 sources                                        |    2 +-
 5 files changed, 7 insertions(+), 86 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0c4eb74..920f538 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@ libssh-0.4.4.tar.gz.asc
 /libssh-0.5.5.tar.asc
 /libssh-0.6.0.tar.xz
 /libssh-0.6.1.tar.xz
+/libssh-0.6.3.tar.xz
diff --git a/libssh.spec b/libssh.spec
index 4a90d5a..cd2e1af 100644
--- a/libssh.spec
+++ b/libssh.spec
@@ -1,5 +1,5 @@
 Name:           libssh
-Version:        0.6.1
+Version:        0.6.3
 Release:        1%{?dist}
 Summary:        A library implementing the SSH protocol
 License:        LGPLv2+
@@ -7,7 +7,7 @@ URL:            http://www.libssh.org
 Group:          System Environment/Libraries
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Source0:        https://red.libssh.org/attachments/download/81/libssh-0.6.1.tar.xz
+Source0:        https://red.libssh.org/attachments/download/87/libssh-0.6.3.tar.xz
 
 BuildRequires:  cmake
 BuildRequires:  doxygen
@@ -83,6 +83,9 @@ rm -rf %{buildroot}
 %{_libdir}/libssh_threads.so
 
 %changelog
+* Tue Mar 04 2014 - Andreas Schneider <asn at redhat.com> - 0.6.3-1
+- Fix CVE-2014-0017.
+
 * Mon Feb 10 2014 - Andreas Schneider <asn at redhat.com> - 0.6.1-1
 - Update to version 0.6.1.
 - resolves: #1056757 - Fix scp mode.
diff --git a/sources b/sources
index 8faa6a2..af64935 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4a6d56735c1b08a8a18c3fc3967f2bcd  libssh-0.6.1.tar.xz
+66cf16e77f60913b4d54f18c92cdbf71  libssh-0.6.3.tar.xz


More information about the scm-commits mailing list