summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2024-06-19 11:37:12 +0200
committerNicola Murino2024-06-19 11:37:12 +0200
commit2861cd510cebc053937c7d5551878044647cb9e3 (patch)
tree8296bfb81bce4f20cf34587bc2146c42b2db8115
parentac4eb70074bf976126213adb1fda3b5b014cd8bf (diff)
downloadaur-2861cd510cebc053937c7d5551878044647cb9e3.tar.gz
2.6.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--sftpgo.json10
3 files changed, 13 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99bba16442f9..071928838c03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sftpgo-bin
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-bin.install
@@ -14,11 +14,11 @@ pkgbase = sftpgo-bin
conflicts = sftpgo
backup = etc/sftpgo/sftpgo.json
backup = var/lib/sftpgo/sftpgo.db
- source = https://github.com/drakkan/sftpgo/releases/download/v2.6.0/sftpgo_v2.6.0_linux_x86_64.tar.xz
+ source = https://github.com/drakkan/sftpgo/releases/download/v2.6.1/sftpgo_v2.6.1_linux_x86_64.tar.xz
source = sftpgo.json
source = sftpgo.sysusers
- sha256sums = 7768a1f21f9233a2971ea2d3a1759710188eafd69dfb3a3039239581967c33ad
- sha256sums = b22341fd94927f1bc3b229c3633163149be7519b295257778c48a010fc4b0f31
+ sha256sums = 9ef26af417858d5bdf97e214f18cbe131d2b54800633df634296cd28ef3b6bde
+ sha256sums = 41231f900789d4dcb7e43d2fc9f698a8a9087444670999f54db3d104b64b6184
sha256sums = 44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8
pkgname = sftpgo-bin
diff --git a/PKGBUILD b/PKGBUILD
index 08d5425e4cfe..868783dbfeb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname=sftpgo-bin
_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=('x86_64')
@@ -25,8 +25,8 @@ install=${pkgname}.install
source=("https://github.com/drakkan/sftpgo/releases/download/v${pkgver}/sftpgo_v${pkgver}_linux_x86_64.tar.xz"
"sftpgo.json"
"sftpgo.sysusers")
-sha256sums=('7768a1f21f9233a2971ea2d3a1759710188eafd69dfb3a3039239581967c33ad'
- 'b22341fd94927f1bc3b229c3633163149be7519b295257778c48a010fc4b0f31'
+sha256sums=('9ef26af417858d5bdf97e214f18cbe131d2b54800633df634296cd28ef3b6bde'
+ '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": [],