|
@@ -1,4 +1,4 @@
|
|
|
-%define ver 7.6p1
|
|
|
+%define ver 7.9p1
|
|
|
%define rel 1%{_dist_release}
|
|
|
|
|
|
# SELinux
|
|
@@ -67,7 +67,7 @@ URL: http://www.openssh.com/portable.html
|
|
|
Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
|
|
|
|
|
|
Patch0: openssh-7.6p1-vine.patch
|
|
|
-Patch4: openssh-7.6p1-vendor.patch
|
|
|
+Patch4: openssh-7.9p1-vendor.patch
|
|
|
# Patch12: openssh-selinux.patch
|
|
|
# Patch20: openssh-3.9p1-gssapimitm.patch
|
|
|
Patch21: openssh-7.6p1-safe-stop.patch
|
|
@@ -410,7 +410,7 @@ fi
|
|
|
|
|
|
%files
|
|
|
%defattr(-,root,root)
|
|
|
-%doc CREDITS ChangeLog INSTALL LICENCE OVERVIEW README* RFC* TODO WARNING*
|
|
|
+%doc CREDITS ChangeLog INSTALL LICENCE OVERVIEW PROTOCOL* README* TODO
|
|
|
%attr(0755,root,root) %{_bindir}/scp
|
|
|
%attr(0644,root,root) %{_mandir}/man1/scp.1*
|
|
|
%attr(0755,root,root) %dir %{_sysconfdir}/ssh
|
|
@@ -478,6 +478,10 @@ fi
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Tue Nov 06 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.9p1-1
|
|
|
+- new upstream release.
|
|
|
+- updated Patch4.
|
|
|
+
|
|
|
* Wed Nov 15 2017 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 7.6p1-1
|
|
|
- new upstream release.
|
|
|
- update patch0,4,21,24
|