From 809c554ada678a4ea660095e0d3091a320ac2d5a Mon Sep 17 00:00:00 2001 From: bms8197 Date: Sat, 13 Aug 2022 23:14:54 +0300 Subject: [PATCH] saving uncommitted changes in /etc prior to dnf run --- .etckeeper | 2 +- csf/changelog.txt | 7 +++++++ csf/csf.ignore | 4 +++- csf/version.txt | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.etckeeper b/.etckeeper index 64616b9..afcb6c7 100755 --- a/.etckeeper +++ b/.etckeeper @@ -344,7 +344,7 @@ maybe chmod 0600 'csf/csf.deny' maybe chmod 0600 'csf/csf.dirwatch' maybe chmod 0600 'csf/csf.dyndns' maybe chmod 0600 'csf/csf.fignore' -maybe chmod 0640 'csf/csf.ignore' +maybe chmod 0600 'csf/csf.ignore' maybe chmod 0600 'csf/csf.logfiles' maybe chmod 0600 'csf/csf.logignore' maybe chmod 0600 'csf/csf.mignore' diff --git a/csf/changelog.txt b/csf/changelog.txt index 458e999..bfa789e 100644 --- a/csf/changelog.txt +++ b/csf/changelog.txt @@ -1,5 +1,12 @@ ChangeLog: +14.17 - Removed Security Report recommendations that do not apply to + unsupported control panels + + Updated Security Report to show PHP v7.3 is EOL + + Confirmed support for RHEL v9 + 14.16 - Removed some spurious debug code Modified alert templates for: diff --git a/csf/csf.ignore b/csf/csf.ignore index ef40baa..2386580 100644 --- a/csf/csf.ignore +++ b/csf/csf.ignore @@ -27,6 +27,7 @@ # RDS 188.25.145.85 +86.126.55.157 # RND 82.76.35.228 @@ -38,4 +39,5 @@ # Rieka 31.217.28.98 -;; connection timed out; no servers could be reached +78.96.85.206 + diff --git a/csf/version.txt b/csf/version.txt index c6fd91f..ddc9289 100644 --- a/csf/version.txt +++ b/csf/version.txt @@ -1 +1 @@ -14.16 \ No newline at end of file +14.17 \ No newline at end of file