|
@@ -56,9 +56,9 @@
|
|
Summary: The OpenSSH implementation of SSH.
|
|
Summary: The OpenSSH implementation of SSH.
|
|
Summary(ja): OpenSSH - フリーの Secure Shell (SSH) の実装
|
|
Summary(ja): OpenSSH - フリーの Secure Shell (SSH) の実装
|
|
Name: openssh
|
|
Name: openssh
|
|
-Version: 8.3p1
|
|
|
|
|
|
+Version: 8.4p1
|
|
Release: 1%{_dist_release}%{?with_systemd:.systemd}
|
|
Release: 1%{_dist_release}%{?with_systemd:.systemd}
|
|
-Group: Applications/Internet
|
|
|
|
|
|
+Group: network
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
Packager: daisuke
|
|
Packager: daisuke
|
|
@@ -75,7 +75,7 @@ Source13: sshd-keygen
|
|
Source14: sshd.tmpfiles
|
|
Source14: sshd.tmpfiles
|
|
Source15: sshd-keygen.target
|
|
Source15: sshd-keygen.target
|
|
|
|
|
|
-Patch0: openssh-7.6p1-vine.patch
|
|
|
|
|
|
+Patch0: openssh-8.4p1-vine.patch
|
|
#Patch4: openssh-8.0p1-vendor.patch
|
|
#Patch4: openssh-8.0p1-vendor.patch
|
|
# Patch12: openssh-selinux.patch
|
|
# Patch12: openssh-selinux.patch
|
|
# Patch20: openssh-3.9p1-gssapimitm.patch
|
|
# Patch20: openssh-3.9p1-gssapimitm.patch
|
|
@@ -118,35 +118,6 @@ BuildRequires: libedit-devel
|
|
BuildRequires: systemd-devel
|
|
BuildRequires: systemd-devel
|
|
%endif
|
|
%endif
|
|
|
|
|
|
-
|
|
|
|
-%package clients
|
|
|
|
-Summary: OpenSSH clients.
|
|
|
|
-Summary(ja): OpenSSH Secure Shell プロトコルクライアント
|
|
|
|
-Requires: openssh = %{version}-%{release}
|
|
|
|
-Group: Applications/Internet
|
|
|
|
-Obsoletes: ssh-clients
|
|
|
|
-Obsoletes: openssh-contrib
|
|
|
|
-
|
|
|
|
-%package server
|
|
|
|
-Summary: The OpenSSH server daemon.
|
|
|
|
-Summary(ja): OpenSSH Secure Shell プロトコルサーバ (sshd)
|
|
|
|
-Group: System Environment/Daemons
|
|
|
|
-Obsoletes: ssh-server
|
|
|
|
-Requires(post): openssh = %{version}-%{release}
|
|
|
|
-Requires(post): chkconfig
|
|
|
|
-Requires(pre): shadow-utils
|
|
|
|
-Requires(post): initscripts >= 5.20
|
|
|
|
-Requires: pam
|
|
|
|
-
|
|
|
|
-%package askpass-gnome
|
|
|
|
-Summary: A passphrase dialog for OpenSSH, X, and GNOME.
|
|
|
|
-Summary(ja): OpenSSH GNOME パスフレーズ入力ダイアログ
|
|
|
|
-Group: Applications/Internet
|
|
|
|
-Requires: openssh = %{version}-%{release}
|
|
|
|
-Obsoletes: ssh-extras
|
|
|
|
-Obsoletes: openssh-askpass < 5.5p1-3vl6
|
|
|
|
-Provides: openssh-askpass = %{version}-%{release}
|
|
|
|
-
|
|
|
|
%description
|
|
%description
|
|
SSH (Secure SHell) is a program for logging into and executing
|
|
SSH (Secure SHell) is a program for logging into and executing
|
|
commands on a remote machine. SSH is intended to replace rlogin and
|
|
commands on a remote machine. SSH is intended to replace rlogin and
|
|
@@ -179,6 +150,15 @@ OpenSSH は OpenBSD による最後のフリーのバージョンの再実装で
|
|
コアのファイルを含んでいます。実際に使用するにはこのパッケージの他に
|
|
コアのファイルを含んでいます。実際に使用するにはこのパッケージの他に
|
|
openssh-clients および/または openssh-server が必要です。
|
|
openssh-clients および/または openssh-server が必要です。
|
|
|
|
|
|
|
|
+
|
|
|
|
+%package clients
|
|
|
|
+Summary: OpenSSH clients.
|
|
|
|
+Summary(ja): OpenSSH Secure Shell プロトコルクライアント
|
|
|
|
+Requires: openssh = %{version}-%{release}
|
|
|
|
+Group: network
|
|
|
|
+Obsoletes: ssh-clients
|
|
|
|
+Obsoletes: openssh-contrib
|
|
|
|
+
|
|
%description clients
|
|
%description clients
|
|
OpenSSH is a free version of SSH (Secure SHell), a program for logging
|
|
OpenSSH is a free version of SSH (Secure SHell), a program for logging
|
|
into and executing commands on a remote machine. This package includes
|
|
into and executing commands on a remote machine. This package includes
|
|
@@ -202,6 +182,17 @@ OpenSSH は OpenBSD による最後のフリーのバージョンの再実装で
|
|
必要なものを含んでいます。
|
|
必要なものを含んでいます。
|
|
|
|
|
|
|
|
|
|
|
|
+%package server
|
|
|
|
+Summary: The OpenSSH server daemon.
|
|
|
|
+Summary(ja): OpenSSH Secure Shell プロトコルサーバ (sshd)
|
|
|
|
+Group: servers
|
|
|
|
+Obsoletes: ssh-server
|
|
|
|
+Requires(post): openssh = %{version}-%{release}
|
|
|
|
+Requires(post): chkconfig
|
|
|
|
+Requires(pre): shadow-utils
|
|
|
|
+Requires(post): initscripts >= 5.20
|
|
|
|
+Requires: pam
|
|
|
|
+
|
|
%description server
|
|
%description server
|
|
OpenSSH is a free version of SSH (Secure SHell), a program for logging
|
|
OpenSSH is a free version of SSH (Secure SHell), a program for logging
|
|
into and executing commands on a remote machine. This package contains
|
|
into and executing commands on a remote machine. This package contains
|
|
@@ -224,6 +215,16 @@ OpenSSH は OpenBSD による最後のフリーのバージョンの再実装で
|
|
このパッケージは OpenSSH をサーバとして使用する場合に必要な
|
|
このパッケージは OpenSSH をサーバとして使用する場合に必要な
|
|
デーモンなどを含んでいます。
|
|
デーモンなどを含んでいます。
|
|
|
|
|
|
|
|
+
|
|
|
|
+%package askpass-gnome
|
|
|
|
+Summary: A passphrase dialog for OpenSSH, X, and GNOME.
|
|
|
|
+Summary(ja): OpenSSH GNOME パスフレーズ入力ダイアログ
|
|
|
|
+Group: network
|
|
|
|
+Requires: openssh = %{version}-%{release}
|
|
|
|
+Obsoletes: ssh-extras
|
|
|
|
+Obsoletes: openssh-askpass < 5.5p1-3vl6
|
|
|
|
+Provides: openssh-askpass = %{version}-%{release}
|
|
|
|
+
|
|
%description askpass-gnome
|
|
%description askpass-gnome
|
|
OpenSSH is a free version of SSH (Secure SHell), a program for logging
|
|
OpenSSH is a free version of SSH (Secure SHell), a program for logging
|
|
into and executing commands on a remote machine. This package contains
|
|
into and executing commands on a remote machine. This package contains
|
|
@@ -245,6 +246,9 @@ OpenSSH は OpenBSD による最後のフリーのバージョンの再実装で
|
|
このパッケージは GNOME 用のパスフレーズ入力ダイアログを含んでいます。
|
|
このパッケージは GNOME 用のパスフレーズ入力ダイアログを含んでいます。
|
|
|
|
|
|
|
|
|
|
|
|
+%debug_package
|
|
|
|
+
|
|
|
|
+
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
%patch0 -p1 -b .vine
|
|
%patch0 -p1 -b .vine
|
|
@@ -260,7 +264,7 @@ OpenSSH は OpenBSD による最後のフリーのバージョンの再実装で
|
|
%patch26 -p1 -b .stack
|
|
%patch26 -p1 -b .stack
|
|
# %patch27 -p1 -b .log-chroot
|
|
# %patch27 -p1 -b .log-chroot
|
|
# %patch30 -p1 -b .exit-deadlock
|
|
# %patch30 -p1 -b .exit-deadlock
|
|
-%patch35 -p1 -b .progress
|
|
|
|
|
|
+# %patch35 -p1 -b .progress
|
|
|
|
|
|
%if %{with systemd}
|
|
%if %{with systemd}
|
|
%patch948 -p1
|
|
%patch948 -p1
|
|
@@ -540,6 +544,11 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Oct 07 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.4p1-1
|
|
|
|
+- new upstream release.
|
|
|
|
+- updated Patch0.
|
|
|
|
+- disabled Patch35.
|
|
|
|
+
|
|
* Wed May 27 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.3p1-1
|
|
* Wed May 27 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.3p1-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|