Hello community, here is the log from the commit of package libssh for openSUSE:Factory checked in at 2015-01-30 06:01:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libssh (Old) and /work/SRC/openSUSE:Factory/.libssh.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libssh" Changes: -------- --- /work/SRC/openSUSE:Factory/libssh/libssh.changes 2014-03-06 12:01:39.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libssh.new/libssh.changes 2015-01-30 06:02:01.000000000 +0100 @@ -1,0 +2,23 @@ +Thu Jan 22 07:41:22 UTC 2015 - [email protected] + +- removing argument from popd +- add baselibs.conf as source + +------------------------------------------------------------------- +Fri Dec 19 09:51:35 UTC 2014 - [email protected] + +- 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. + +------------------------------------------------------------------- Old: ---- libssh-0.6.3.tar.xz New: ---- libssh-0.6.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libssh.spec ++++++ --- /var/tmp/diff_new_pack.9tUCwZ/_old 2015-01-30 06:02:01.000000000 +0100 +++ /var/tmp/diff_new_pack.9tUCwZ/_new 2015-01-30 06:02:01.000000000 +0100 @@ -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 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 @@ make %{?_smp_mflags} VERBOSE=1 %__make doc -popd build +popd %install pushd build @@ -107,7 +113,7 @@ %else %__make DESTDIR=%{buildroot} install %endif -popd build +popd %post -n libssh4 -p /sbin/ldconfig @@ -126,7 +132,9 @@ %{_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) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
