aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2021-08-05 19:48:56 +0200
committerNicola Murino2021-08-05 19:48:56 +0200
commit5a456b5367fd9dc104f25db9f9aadd0a3545072b (patch)
treef4ce2f1400b9b8009769362cb3c84bb8d39e452c
parent5eae455adad9287ef00bda5d63c6424b3c04462b (diff)
downloadaur-5a456b5367fd9dc104f25db9f9aadd0a3545072b.tar.gz
update config for upstream changes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--sftpgo.json2
3 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc779602807e..a48b05b1d6a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sftpgo-git
pkgdesc = Fully featured and highly configurable SFTP server with optional FTP/S and WebDAV support. It can serve local filesystem, S3, GCS, Azure Blob, SFTP
- pkgver = r917.9541843
+ pkgver = r921.3ac832c
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 = 9cb8c7731cbf46656e0696b0c2ea51b0bad9d696d8c6062a91c217aacfba1deb
+ sha256sums = 9282547132499acb671463f1e2c6b81671baf72a3545a7e90e9eb0981c991bf0
sha256sums = 44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8
pkgname = sftpgo-git
diff --git a/PKGBUILD b/PKGBUILD
index ad1aac078483..a03686259c31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname=sftpgo-git
_pkgname=sftpgo
-pkgver=r917.9541843
+pkgver=r921.3ac832c
pkgrel=1
pkgdesc='Fully featured and highly configurable SFTP server with optional 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'
- '9cb8c7731cbf46656e0696b0c2ea51b0bad9d696d8c6062a91c217aacfba1deb'
+ '9282547132499acb671463f1e2c6b81671baf72a3545a7e90e9eb0981c991bf0'
'44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8')
_uid_sftpgo=315
diff --git a/sftpgo.json b/sftpgo.json
index 30114ce76a7e..f06597e7e0c2 100644
--- a/sftpgo.json
+++ b/sftpgo.json
@@ -84,6 +84,8 @@
"force_passive_ip": "",
"client_auth_type": 0,
"tls_cipher_suites": [],
+ "passive_connections_security": 0,
+ "active_connections_security": 0,
"debug": false
}
],