summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2024-06-19 11:34:24 +0200
committerNicola Murino2024-06-19 11:34:24 +0200
commit583d218d8d0f4af3c31392bfe7b8cd375dde082e (patch)
treeefc4ded6557a450b728ce6074afb10313a61e94e
parentae34a386f2830a2f5c95042f4b691cd4f6b93a9a (diff)
downloadaur-583d218d8d0f4af3c31392bfe7b8cd375dde082e.tar.gz
2.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--sftpgo.json10
3 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index edd2b1168b54..9e88cf78e7e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sftpgo
pkgdesc = Full-featured and highly configurable SFTP, HTTP/S, FTP/S and WebDAV server - S3, Google Cloud Storage, Azure Blob
- pkgver = 2.6.0
+ pkgver = 2.6.1
pkgrel = 1
url = https://github.com/drakkan/sftpgo
install = sftpgo.install
@@ -17,11 +17,11 @@ pkgbase = sftpgo
optdepends = mariadb: to use MySQL provider
optdepends = cockroachdb: to use CockroachDB provider
backup = etc/sftpgo/sftpgo.json
- source = git+https://github.com/drakkan/sftpgo#tag=v2.6.0
+ source = git+https://github.com/drakkan/sftpgo#tag=v2.6.1
source = sftpgo.json
source = sftpgo.sysusers
sha256sums = SKIP
- sha256sums = b22341fd94927f1bc3b229c3633163149be7519b295257778c48a010fc4b0f31
+ sha256sums = 41231f900789d4dcb7e43d2fc9f698a8a9087444670999f54db3d104b64b6184
sha256sums = 44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8
pkgname = sftpgo
diff --git a/PKGBUILD b/PKGBUILD
index fb530734488c..1125e23bf2fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname=sftpgo
-pkgver=2.6.0
+pkgver=2.6.1
pkgrel=1
pkgdesc='Full-featured and highly configurable SFTP, HTTP/S, FTP/S and WebDAV server - S3, Google Cloud Storage, Azure Blob'
arch=('i686' 'x86_64' 'aarch64')
@@ -21,7 +21,7 @@ source=("git+https://github.com/drakkan/${pkgname}#tag=v${pkgver}"
"sftpgo.json"
"sftpgo.sysusers")
sha256sums=('SKIP'
- 'b22341fd94927f1bc3b229c3633163149be7519b295257778c48a010fc4b0f31'
+ '41231f900789d4dcb7e43d2fc9f698a8a9087444670999f54db3d104b64b6184'
'44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8')
_uid_sftpgo=315
diff --git a/sftpgo.json b/sftpgo.json
index 08529b3d4c42..89049ef215a7 100644
--- a/sftpgo.json
+++ b/sftpgo.json
@@ -39,7 +39,11 @@
"score_no_auth": 0,
"observation_time": 30,
"entries_soft_limit": 100,
- "entries_hard_limit": 150
+ "entries_hard_limit": 150,
+ "login_delay": {
+ "success": 0,
+ "password_failed": 1000
+ }
},
"rate_limiters": [
{
@@ -87,8 +91,8 @@
"host_keys": [],
"host_certificates": [],
"host_key_algorithms": [],
- "moduli": [],
"kex_algorithms": [],
+ "min_dh_group_exchange_key_size": 2048,
"ciphers": [],
"macs": [],
"public_key_algorithms": [],
@@ -315,7 +319,6 @@
"short_name": "",
"favicon_path": "",
"logo_path": "",
- "login_image_path": "",
"disclaimer_name": "",
"disclaimer_path": "",
"default_css": [],
@@ -326,7 +329,6 @@
"short_name": "",
"favicon_path": "",
"logo_path": "",
- "login_image_path": "",
"disclaimer_name": "",
"disclaimer_path": "",
"default_css": [],