|
@@ -2,23 +2,17 @@ Summary: A library implementing the SSH2 protocol
|
|
Summary(ja): SSH2プロトコルを実装するためのライブラリ
|
|
Summary(ja): SSH2プロトコルを実装するためのライブラリ
|
|
|
|
|
|
Name: libssh
|
|
Name: libssh
|
|
-Version: 0.4.8
|
|
+Version: 0.7.3
|
|
-Release: 3%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
License: LGPLv2+
|
|
License: LGPLv2+
|
|
URL: http://www.libssh.org/
|
|
URL: http://www.libssh.org/
|
|
-Source0: http://www.libssh.org/files/%{name}-%{version}.tar.gz
|
|
+Source0: http://www.libssh.org/files/%{name}-%{version}.tar.xz
|
|
-Patch0: libssh-0.2-libdir.patch
|
|
+# Patch0: libssh-0.2-libdir.patch
|
|
# security fix
|
|
# security fix
|
|
-## from Debian libssh 0.4.5-3+squeeze1
|
|
+# Nothing so far.
|
|
-Patch10: CVE-2012-4559.patch
|
|
+# Patch100: libssh-0.4.8-pkgconfig.patch
|
|
-Patch11: CVE-2012-4561.patch
|
|
|
|
-Patch12: CVE-2012-4562.patch
|
|
|
|
-## based Red Hat BTS #871614
|
|
|
|
-Patch13: CVE-2012-4560.patch
|
|
|
|
-
|
|
|
|
-Patch100: libssh-0.4.8-pkgconfig.patch
|
|
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
@@ -48,11 +42,7 @@ developing applications that use %{name}.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
-%patch10 -p 1 -b .CVE-2012-4559
|
|
+# %patch100 -p0 -b .pkgconfig
|
|
-%patch11 -p 1 -b .CVE-2012-4561
|
|
|
|
-%patch12 -p 1 -b .CVE-2012-4562
|
|
|
|
-%patch13 -p 1 -b .CVE-2012-4560
|
|
|
|
-%patch100 -p0 -b .pkgconfig
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
mkdir -p %{_target_platform}
|
|
mkdir -p %{_target_platform}
|
|
@@ -86,9 +76,12 @@ rm -rf $RPM_BUILD_ROOT
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%{_includedir}/*
|
|
%{_includedir}/*
|
|
%{_libdir}/*.so
|
|
%{_libdir}/*.so
|
|
-%{_libdir}/pkgconfig/%{name}.pc
|
|
+%{_libdir}/pkgconfig/%{name}*.pc
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Feb 26 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.7.3-1
|
|
|
|
+- new upstream release with security fixes
|
|
|
|
+
|
|
* Sun Jul 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.8-3
|
|
* Sun Jul 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.8-3
|
|
- add Patch100 (libssh-0.4.8-pkgconfig.patch)
|
|
- add Patch100 (libssh-0.4.8-pkgconfig.patch)
|
|
|
|
|