Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgiy Sitnikov <GAS85@users.noreply.github.com>2020-01-27 01:57:16 +0300
committernachoparker <nacho@ownyourbits.com>2020-01-27 02:17:39 +0300
commitb404765e7a672a88affac0222463a550db1d8c60 (patch)
treeef577816158968d5a3d845266fc039fc2edd223f
parent4a99207a7427949202c449eb4aa78da5d9ae2d22 (diff)
fail2ban: update regex for NC17v1.20.7
Fix for #1065 based on https://gist.github.com/GAS85/957e0b1a4f30120225a7be09b173eb24
-rw-r--r--bin/ncp/SECURITY/fail2ban.sh2
-rw-r--r--changelog.md12
2 files changed, 11 insertions, 3 deletions
diff --git a/bin/ncp/SECURITY/fail2ban.sh b/bin/ncp/SECURITY/fail2ban.sh
index fbe4fec7..5c8c6007 100644
--- a/bin/ncp/SECURITY/fail2ban.sh
+++ b/bin/ncp/SECURITY/fail2ban.sh
@@ -98,7 +98,7 @@ configure()
before = common.conf
[Definition]
-failregex = Login failed.*Remote IP.*'<HOST>'
+failregex = Login failed.*Remote IP.*<HOST>
ignoreregex =
EOF
diff --git a/changelog.md b/changelog.md
index 20367284..ff937bd1 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,7 +1,15 @@
-[v1.20.3](https://github.com/nextcloud/nextcloudpi/commit/780d475) (2020-01-14) nc-ramlogs: disable armbian-ramlog when inactive
+[v1.20.7](https://github.com/nextcloud/nextcloudpi/commit/8ce053f) (2020-01-26) fail2ban: update regex for NC17
-[v1.20.2](https://github.com/nextcloud/nextcloudpi/commit/953c47a) (2019-11-13) Extend the ssh configuration check by calling the echo command if the first check fails.
+[v1.20.6 ](https://github.com/nextcloud/nextcloudpi/commit/4a99207) (2020-01-21) ncp-config: dont save passwords
+
+[v1.20.5 ](https://github.com/nextcloud/nextcloudpi/commit/a98baee) (2020-01-18) update: fix case where there is no current version file
+
+[v1.20.4 ](https://github.com/nextcloud/nextcloudpi/commit/e0ae40b) (2020-01-19) Add user only if it does not exist. (#1059)
+
+[v1.20.3 ](https://github.com/nextcloud/nextcloudpi/commit/6359ca3) (2020-01-14) nc-ramlogs: disable armbian-ramlog when inactive
+
+[v1.20.2 ](https://github.com/nextcloud/nextcloudpi/commit/953c47a) (2019-11-13) Extend the ssh configuration check by calling the echo command if the first check fails.
[v1.20.1](https://github.com/nextcloud/nextcloudpi/commit/6d0bc6b) (2019-12-19) Revert "build: dont use empty values by default"