aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2022-10-12 22:45:16 +0200
committerNicola Murino2022-10-12 22:45:16 +0200
commitec65960e355aa938cda6858c1c00b740af16995f (patch)
treed3e912ea4dfee50f021b63d399b15fcf0f1dd3c0
parent2c54074faf23a729254f15b33e71bdee043a348b (diff)
downloadaur-ec65960e355aa938cda6858c1c00b740af16995f.tar.gz
update config file for upstream changes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--sftpgo.json1
3 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a6485339996..7f81942c9a70 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 = r1307.a417df60
+ pkgver = r1313.2b2b69fb
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 = 61016fbceea9a9ebe20f4ab8e35cd23be784ecf6e52a911efe425c796fd83f27
+ sha256sums = a34ac65807dcfa44fe5be8179e9771a9a958f1a4ffd939297c9221261b02ba7f
sha256sums = 44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8
pkgname = sftpgo-git
diff --git a/PKGBUILD b/PKGBUILD
index 732e399daa7f..858b727b189d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname=sftpgo-git
_pkgname=sftpgo
-pkgver=r1307.a417df60
+pkgver=r1313.2b2b69fb
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'
- '61016fbceea9a9ebe20f4ab8e35cd23be784ecf6e52a911efe425c796fd83f27'
+ 'a34ac65807dcfa44fe5be8179e9771a9a958f1a4ffd939297c9221261b02ba7f'
'44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8')
_uid_sftpgo=315
diff --git a/sftpgo.json b/sftpgo.json
index 13145b6a5977..33e0fcf3e9c4 100644
--- a/sftpgo.json
+++ b/sftpgo.json
@@ -18,6 +18,7 @@
"max_total_connections": 0,
"max_per_host_connections": 20,
"whitelist_file": "",
+ "allow_self_connections": 0,
"defender": {
"enabled": false,
"driver": "memory",