Security fix for CVE-2014-8132.
This commit is contained in:
parent
cf055a4db0
commit
5c74a5e7a7
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@ libssh-0.4.4.tar.gz.asc
|
|||||||
/libssh-0.6.0.tar.xz
|
/libssh-0.6.0.tar.xz
|
||||||
/libssh-0.6.1.tar.xz
|
/libssh-0.6.1.tar.xz
|
||||||
/libssh-0.6.3.tar.xz
|
/libssh-0.6.3.tar.xz
|
||||||
|
/libssh-0.6.4.tar.gz
|
||||||
|
17
libssh.spec
17
libssh.spec
@ -1,17 +1,18 @@
|
|||||||
Name: libssh
|
Name: libssh
|
||||||
Version: 0.6.3
|
Version: 0.6.4
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A library implementing the SSH protocol
|
Summary: A library implementing the SSH protocol
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.libssh.org
|
URL: http://www.libssh.org
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
Source0: https://red.libssh.org/attachments/download/87/libssh-0.6.3.tar.xz
|
Source0: https://red.libssh.org/attachments/download/107/libssh-0.6.4.tar.gz
|
||||||
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -26,6 +27,8 @@ third-party programs others than libcrypto (from openssl).
|
|||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
Requires: pkgconfig
|
||||||
|
Requires: cmake
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The %{name}-devel package contains libraries and header files for developing
|
The %{name}-devel package contains libraries and header files for developing
|
||||||
@ -75,14 +78,18 @@ rm -rf %{buildroot}
|
|||||||
%{_includedir}/libssh/server.h
|
%{_includedir}/libssh/server.h
|
||||||
%{_includedir}/libssh/sftp.h
|
%{_includedir}/libssh/sftp.h
|
||||||
%{_includedir}/libssh/ssh2.h
|
%{_includedir}/libssh/ssh2.h
|
||||||
%{_libdir}/cmake/libssh-config-version.cmake
|
%dir %{_libdir}/cmake/libssh
|
||||||
%{_libdir}/cmake/libssh-config.cmake
|
%{_libdir}/cmake/libssh/libssh-config-version.cmake
|
||||||
|
%{_libdir}/cmake/libssh/libssh-config.cmake
|
||||||
%{_libdir}/pkgconfig/libssh.pc
|
%{_libdir}/pkgconfig/libssh.pc
|
||||||
%{_libdir}/pkgconfig/libssh_threads.pc
|
%{_libdir}/pkgconfig/libssh_threads.pc
|
||||||
%{_libdir}/libssh.so
|
%{_libdir}/libssh.so
|
||||||
%{_libdir}/libssh_threads.so
|
%{_libdir}/libssh_threads.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 19 2014 - Andreas Schneider <asn@redhat.com> - 0.6.4-1
|
||||||
|
- Security fix for CVE-2014-8132.
|
||||||
|
|
||||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-3
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.3-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user