aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2023-02-09 13:05:54 +0100
committerNicola Murino2023-02-09 13:05:54 +0100
commitce6883fd0c17ef7581f02f66d686e2053d06cf1e (patch)
tree0351e8f44ef9492103df804961181b6a374a0aef
parent4e35086d4c4d7001cbddd0b05e98f079cb925743 (diff)
downloadaur-ce6883fd0c17ef7581f02f66d686e2053d06cf1e.tar.gz
update config file for upstream changes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--sftpgo.json9
3 files changed, 6 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b23c13165f07..b9690500bf54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sftpgo-git
pkgdesc = Fully featured and highly configurable SFTP server with optional HTTP, FTP/S and WebDAV support. It can serve local filesystem, S3, GCS, Azure Blob, SFTP
- pkgver = r1417.1e14d006
+ pkgver = r1420.e0c3a13a
pkgrel = 1
url = https://github.com/drakkan/sftpgo
install = sftpgo-git.install
@@ -24,7 +24,7 @@ pkgbase = sftpgo-git
source = sftpgo.json
source = sftpgo.sysusers
sha256sums = SKIP
- sha256sums = 2263d9fef067fa503ff1dc8a40c4c6cd6f815ad084814943dbd382a3b6bd85f8
+ sha256sums = cf0521a0eab52a47b417a3fc0209b7250077f85459a69c6218732b3b9511ff88
sha256sums = 44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8
pkgname = sftpgo-git
diff --git a/PKGBUILD b/PKGBUILD
index e4f011806a1a..e62b3bb7ebd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname=sftpgo-git
_pkgname=sftpgo
-pkgver=r1417.1e14d006
+pkgver=r1420.e0c3a13a
pkgrel=1
pkgdesc='Fully featured and highly configurable SFTP server with optional HTTP, FTP/S and WebDAV support. It can serve local filesystem, S3, GCS, Azure Blob, SFTP'
arch=('i686' 'x86_64' 'aarch64')
@@ -25,7 +25,7 @@ source=("git+https://github.com/drakkan/${_pkgname}.git"
"sftpgo.json"
"sftpgo.sysusers")
sha256sums=('SKIP'
- '2263d9fef067fa503ff1dc8a40c4c6cd6f815ad084814943dbd382a3b6bd85f8'
+ 'cf0521a0eab52a47b417a3fc0209b7250077f85459a69c6218732b3b9511ff88'
'44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8')
_uid_sftpgo=315
diff --git a/sftpgo.json b/sftpgo.json
index e1b6c3c97740..ca93ceba0a4a 100644
--- a/sftpgo.json
+++ b/sftpgo.json
@@ -18,7 +18,7 @@
"data_retention_hook": "",
"max_total_connections": 0,
"max_per_host_connections": 20,
- "whitelist_file": "",
+ "allowlist_status": 0,
"allow_self_connections": 0,
"defender": {
"enabled": false,
@@ -32,11 +32,7 @@
"score_no_auth": 0,
"observation_time": 30,
"entries_soft_limit": 100,
- "entries_hard_limit": 150,
- "safelist_file": "",
- "blocklist_file": "",
- "safelist": [],
- "blocklist": []
+ "entries_hard_limit": 150
},
"rate_limiters": [
{
@@ -50,7 +46,6 @@
"DAV",
"HTTP"
],
- "allow_list": [],
"generate_defender_events": false,
"entries_soft_limit": 100,
"entries_hard_limit": 150