Accepting request 282297 from devel:libraries:c_c++

- removing argument from popd
- add baselibs.conf as source

- 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.

OBS-URL: https://build.opensuse.org/request/show/282297
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libssh?expand=0&rev=34
This commit is contained in:
Dominique Leuenberger 2015-01-30 05:01:54 +00:00 committed by Git OBS Bridge
commit 086b28269f
4 changed files with 43 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2bb5d7c595059f990a8915c190169257328ffa828ced0c05b09bbe186092cacb
size 279492

3
libssh-0.6.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7e3205e2e95bf35b23b83a6485a7d59abe7c7546d01b728f691cf0c374216b52
size 381835

View File

@ -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 Tue Mar 4 17:20:09 UTC 2014 - asn@cryptomilk.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package libssh # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -16,21 +16,25 @@
# #
Url: http://www.libssh.org
Name: libssh
BuildRequires: cmake BuildRequires: cmake
BuildRequires: doxygen BuildRequires: doxygen
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: openssl-devel BuildRequires: openssl-devel
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: xz BuildRequires: xz
Version: 0.6.3
Name: libssh
Version: 0.6.4
Release: 0 Release: 0
Summary: The SSH library Summary: The SSH library
License: LGPL-2.1+ License: LGPL-2.1+
Group: System/Libraries 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 BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
@ -66,7 +70,9 @@ package)
%package devel %package devel
Summary: SSH library development headers Summary: SSH library development headers
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: cmake
Requires: libssh4 = %{version} Requires: libssh4 = %{version}
Requires: pkgconfig
%description devel %description devel
Development headers for the SSH library. Development headers for the SSH library.
@ -98,7 +104,7 @@ cmake \
make %{?_smp_mflags} VERBOSE=1 make %{?_smp_mflags} VERBOSE=1
%__make doc %__make doc
popd build popd
%install %install
pushd build pushd build
@ -107,7 +113,7 @@ pushd build
%else %else
%__make DESTDIR=%{buildroot} install %__make DESTDIR=%{buildroot} install
%endif %endif
popd build popd
%post -n libssh4 -p /sbin/ldconfig %post -n libssh4 -p /sbin/ldconfig
@ -126,7 +132,9 @@ popd build
%{_libdir}/libssh_threads.so %{_libdir}/libssh_threads.so
%{_libdir}/pkgconfig/libssh.pc %{_libdir}/pkgconfig/libssh.pc
%{_libdir}/pkgconfig/libssh_threads.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 %files devel-doc
%defattr(-,root,root) %defattr(-,root,root)