diff --git a/libssh-0.6.3.tar.xz b/libssh-0.6.3.tar.xz deleted file mode 100644 index 625884c..0000000 --- a/libssh-0.6.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2bb5d7c595059f990a8915c190169257328ffa828ced0c05b09bbe186092cacb -size 279492 diff --git a/libssh-0.6.4.tar.gz b/libssh-0.6.4.tar.gz new file mode 100644 index 0000000..8d351e3 --- /dev/null +++ b/libssh-0.6.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e3205e2e95bf35b23b83a6485a7d59abe7c7546d01b728f691cf0c374216b52 +size 381835 diff --git a/libssh.changes b/libssh.changes index 6b7a51f..35e8135 100644 --- a/libssh.changes +++ b/libssh.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Jan 22 07:41:22 UTC 2015 - coolo@suse.com + +- removing argument from popd +- add baselibs.conf as source + +------------------------------------------------------------------- +Fri Dec 19 09:51:35 UTC 2014 - asn@cryptomilk.org + +- Update to version 0.6.4 + * Fixed CVE-2014-8132. + * Added SHA-2 for session ID signing with ECDSA keys. + * Added support for ECDSA host keys. + * Added support for more ECDSA hostkey algorithms. + * Added ssh_pki_key_ecdsa_name() API. + * Fixed setting the bindfd only after successful listen. + * Fixed issues with user created sockets. + * Fixed several issues in libssh C++ wrapper. + * Fixed several documentation issues. + * Fixed channel exit-signal request. + * Fixed X11 request screen number in messages. + * Fixed several memory leaks. + ------------------------------------------------------------------- Tue Mar 4 17:20:09 UTC 2014 - asn@cryptomilk.org diff --git a/libssh.spec b/libssh.spec index 5913d7f..3abbd89 100644 --- a/libssh.spec +++ b/libssh.spec @@ -1,7 +1,7 @@ # # spec file for package libssh # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -16,21 +16,25 @@ # -Url: http://www.libssh.org - -Name: libssh BuildRequires: cmake BuildRequires: doxygen BuildRequires: gcc-c++ BuildRequires: openssl-devel BuildRequires: pkgconfig BuildRequires: xz -Version: 0.6.3 + +Name: libssh +Version: 0.6.4 Release: 0 + Summary: The SSH library License: LGPL-2.1+ Group: System/Libraries -Source0: %{name}-%{version}.tar.xz +Url: https://www.libssh.org + +Source0: %{name}-%{version}.tar.gz +Source99: baselibs.conf + BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -66,7 +70,9 @@ package) %package devel Summary: SSH library development headers Group: Development/Libraries/C and C++ +Requires: cmake Requires: libssh4 = %{version} +Requires: pkgconfig %description devel Development headers for the SSH library. @@ -98,7 +104,7 @@ cmake \ make %{?_smp_mflags} VERBOSE=1 %__make doc -popd build +popd %install pushd build @@ -107,7 +113,7 @@ pushd build %else %__make DESTDIR=%{buildroot} install %endif -popd build +popd %post -n libssh4 -p /sbin/ldconfig @@ -126,7 +132,9 @@ popd build %{_libdir}/libssh_threads.so %{_libdir}/pkgconfig/libssh.pc %{_libdir}/pkgconfig/libssh_threads.pc -%{_libdir}/cmake/libssh*cmake +%dir %{_libdir}/cmake/libssh +%{_libdir}/cmake/libssh/libssh-config.cmake +%{_libdir}/cmake/libssh/libssh-config-version.cmake %files devel-doc %defattr(-,root,root)