From 5c4f651322a0f5dcb80f1513e3817c8105b0a255 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 16 Nov 2024 17:18:50 +0100 Subject: [PATCH] remove tmpfiles.d file duplicating /run/sshd already created by a systemd core file [release 9.9p1-2mamba;Sat Nov 16 2024] --- README.md | 2 -- openssh-sshd.conf | 1 - openssh.spec | 18 ++++-------------- 3 files changed, 4 insertions(+), 17 deletions(-) delete mode 100644 openssh-sshd.conf diff --git a/README.md b/README.md index 4563e5a..0c2c999 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,3 @@ SSH (Secure Shell) is a program for logging into a remote machine and for execut It is intended to replace rlogin and rsh, and provide secure encrypted communications between two untrusted hosts over an insecure network. X11 connections and arbitrary TCP/IP ports can also be forwarded over the secure channel. -OpenSSH is OpenBSD's rework of the last free version of SSH, bringing it up to date in terms of security and features, as well as removing all patented algorithms to separate libraries (OpenSSL). - diff --git a/openssh-sshd.conf b/openssh-sshd.conf deleted file mode 100644 index 4fbeba1..0000000 --- a/openssh-sshd.conf +++ /dev/null @@ -1 +0,0 @@ -d /run/sshd 0755 root root diff --git a/openssh.spec b/openssh.spec index 509bbf6..9410d73 100644 --- a/openssh.spec +++ b/openssh.spec @@ -7,7 +7,7 @@ Name: openssh Version: 9.9p1 -Release: 1mamba +Release: 2mamba Summary: OpenSSH free Secure Shell (SSH) implementation Group: Network/Security Vendor: openmamba @@ -20,7 +20,6 @@ Source2: openssh-sshdgenkeys.service Source3: openssh-sshd.service Source4: openssh-sshd@.service Source5: openssh-sshd.socket -Source6: openssh-sshd.conf Patch0: openssh-8.4p1-ssh_config.patch License: BSD ## AUTOBUILDREQ-BEGIN @@ -62,8 +61,6 @@ SSH (Secure Shell) is a program for logging into a remote machine and for execut It is intended to replace rlogin and rsh, and provide secure encrypted communications between two untrusted hosts over an insecure network. X11 connections and arbitrary TCP/IP ports can also be forwarded over the secure channel. -OpenSSH is OpenBSD's rework of the last free version of SSH, bringing it up to date in terms of security and features, as well as removing all patented algorithms to separate libraries (OpenSSL). - %package common Summary: OpenSSH free Secure Shell (SSH) implementation Group: Network/Security @@ -73,11 +70,7 @@ Requires: libopenssl >= 1.0.1 SSH (Secure Shell) is a program for logging into a remote machine and for executing commands in a remote machine. It is intended to replace rlogin and rsh, and provide secure encrypted communications between two untrusted hosts over an insecure network. X11 connections and arbitrary TCP/IP ports can also be forwarded over the secure channel. - -OpenSSH is OpenBSD's rework of the last free version of SSH, bringing it up to date in terms of security and features, as well as removing all patented algorithms to separate libraries (OpenSSL). - This package includes the core files necessary for both the OpenSSH client and server. -To make this package useful, you should also install openssh-clients, openssh-server, or both. %package clients Summary: OpenSSH Secure Shell protocol clients @@ -106,10 +99,6 @@ Requires(post): openssh-common = %{?epoch:%epoch:}%{version}-%{release} SSH (Secure Shell) is a program for logging into a remote machine and for executing commands in a remote machine. It is intended to replace rlogin and rsh, and provide secure encrypted communications between two untrusted hosts over an insecure network. X11 connections and arbitrary TCP/IP ports can also be forwarded over the secure channel. - -OpenSSH is OpenBSD's rework of the last free version of SSH, bringing it up to date in terms of security and features, as well as removing all patented algorithms to separate libraries (OpenSSL). - -This package contains the secure shell daemon. The sshd is the server part of the secure shell protocol and allows ssh clients to connect to your host. %package askpass @@ -172,7 +161,6 @@ install -D -m 755 %{SOURCE2} %{buildroot}%{_unitdir}/sshdgenkeys.service install -D -m 644 %{SOURCE3} %{buildroot}%{_unitdir}/sshd.service install -D -m 644 %{SOURCE4} %{buildroot}%{_unitdir}/sshd@.service install -D -m 644 %{SOURCE5} %{buildroot}%{_unitdir}/sshd.socket -install -D -m 644 %{SOURCE6} %{buildroot}%{_tmpfilesdir}/sshd.conf rm -f %{buildroot}%{_datadir}/Ssh.bin @@ -271,7 +259,6 @@ fi %{_unitdir}/sshd.service %{_unitdir}/sshd.socket %{_unitdir}/sshd@.service -%{_tmpfilesdir}/sshd.conf %{_libexecdir}/openssh/sftp-server %{_libexecdir}/openssh/sshd-session %attr(0755,root,sys) %dir /var/empty @@ -285,6 +272,9 @@ fi %{_libexecdir}/openssh/ssh-askpass %changelog +* Sat Nov 16 2024 Silvan Calarco 9.9p1-2mamba +- remove tmpfiles.d file duplicating /run/sshd already created by a systemd core file + * Sun Sep 22 2024 Automatic Build System 9.9p1-1mamba - automatic version update by autodist