4 Commits

Author SHA1 Message Date
beb0afe727 * Tue Aug 13 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-8.sme
- fix new log does not fill after log rotate [SME: 12690]
2024-09-22 22:07:00 -04:00
85ee14e7df space tidying 2024-04-13 00:30:34 -04:00
eee11216ae deleting file not used anymore since 11.0.0-6 2024-04-13 00:28:54 -04:00
2923236197 * Sat Apr 13 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-7.sme
- fix script to recomment keys [SME: 12612]
  now comments rsa, dsa, ecdsa,ed25519. dropped rsa1
2024-04-13 00:12:53 -04:00
3 changed files with 9 additions and 9 deletions

View File

@@ -1,2 +0,0 @@
# Deprecated in Rocky 8
# UsePrivilegeSeparation yes

View File

@@ -7,7 +7,7 @@
su root root
create 600 root root
postrotate
/bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true
/usr/bin/systemctl -s HUP kill rsyslog.service >/dev/null 2>&1 || true
endscript
}

View File

@@ -4,7 +4,7 @@ Summary: smeserver module to configure and enable ssh
%define name smeserver-openssh
Name: %{name}
%define version 11.0.0
%define release 7
%define release 8
Version: %{version}
Release: %{release}%{?dist}
License: GPL
@@ -24,18 +24,21 @@ Provides: e-smith-openssh
AutoReqProv: no
%changelog
* Tue Aug 13 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-8.sme
- fix new log does not fill after log rotate [SME: 12690]
* Sat Apr 13 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-7.sme
- fix script to recomment keys [SME: 12612]
now comments rsa, dsa, ecdsa,ed25519. dropped rsa1
* Fri Apr 12 2024 John Crisp <jcrisp@safeandsoundit.co.uk> 11.0.0-6.sme
- Remove option UsePrivilegeSeparation [SME: 12564]
- Remove option UsePrivilegeSeparation [SME: 12564]
* Thu Apr 04 2024 Brian Read <brianr@koozali.org> 11.0.0-5.sme
- Update createlinks to create smeserver-package-update event [SME: 12579]
- Update createlinks to create smeserver-package-update event [SME: 12579]
* Thu Apr 04 2024 Brian Read <brianr@koozali.org> 11.0.0-4.sme
- Set license file to GPL2.0 [SME: 12577]
- Set license file to GPL2.0 [SME: 12577]
* Tue Mar 26 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-3.sme
- remove RSA1 support which prevents service start [SME: 12553]
@@ -47,7 +50,6 @@ AutoReqProv: no
- Update Release and Version to base version and 1st release for SME11 [SME: 12518]
- Move Provides: from after Changelog
* Mon Mar 11 2024 rename-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 2.6.0-9.sme
- Rename to smeserver-openssh [SME: 12359]
@@ -384,7 +386,7 @@ AutoReqProv: no
- [1.5.4-01]
- add -t option to ssh-keygen call in sshd-conf [tonyc]
* Fri Mar 6 2002 Michael G Schwern <schwern@e-smith.com>
* Fri Mar 8 2002 Michael G Schwern <schwern@e-smith.com>
- [1.5.3-01]
- Tested & documented sshd-reload action [schwern 2932]
- Tested & documented sshd-conf and sshd-conf-startup actions [schwern 2932]