|
@@ -4,7 +4,7 @@ Summary: A library implementing the SSH2 protocol
|
|
Summary(ja): SSH2プロトコルを実装するためのライブラリ
|
|
Summary(ja): SSH2プロトコルを実装するためのライブラリ
|
|
Name: libssh
|
|
Name: libssh
|
|
Version: 0.9.4
|
|
Version: 0.9.4
|
|
-Release: 1%{?_dist_release}
|
|
|
|
|
|
+Release: 2%{?_dist_release}
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
@@ -17,7 +17,8 @@ Source0: https://www.libssh.org/files/%{shortver}/%{name}-%{version}.tar.
|
|
# security fix
|
|
# security fix
|
|
# Nothing so far.
|
|
# Nothing so far.
|
|
# Patch100: libssh-0.4.8-pkgconfig.patch
|
|
# Patch100: libssh-0.4.8-pkgconfig.patch
|
|
-
|
|
|
|
|
|
+Patch1000: CVE-2020-16135-1.patch
|
|
|
|
+Patch1001: CVE-2020-16135-2.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
@@ -61,6 +62,7 @@ The SSH library with
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
|
|
+%autopatch -p1
|
|
|
|
|
|
%build
|
|
%build
|
|
mkdir -p %{_target_platform}
|
|
mkdir -p %{_target_platform}
|
|
@@ -105,6 +107,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Aug 04 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.9.4-2
|
|
|
|
+- added Patch1000 and 1001 to fix CVE-2020-16135.
|
|
|
|
+
|
|
* Tue Apr 14 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.9.4-1
|
|
* Tue Apr 14 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.9.4-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|