summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2020-11-08 12:46:58 +0100
committerNicola Murino2020-11-08 12:46:58 +0100
commit40b1e5ad6580119a25487b03b7a0b3febfc17db6 (patch)
tree18f7e081ec42b88bdd9a4762f77d169a97b49b66
parente08519032ef2c4a68f0d5b474cd30b07e8dfd51f (diff)
downloadaur-40b1e5ad6580119a25487b03b7a0b3febfc17db6.tar.gz
update to 1.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--sftpgo.json12
3 files changed, 16 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7ad875fe3c3..c9e03d6ee131 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sftpgo
- pkgdesc = Fully featured and highly configurable SFTP server with optional FTP/S and WebDAV support. It can serve local filesystem, S3, GCS
- pkgver = 1.1.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
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/drakkan/sftpgo
install = sftpgo.install
@@ -18,11 +18,11 @@ pkgbase = sftpgo
optdepends = python-requests: REST API CLI
optdepends = python-pygments: REST API CLI colors highlight
backup = etc/sftpgo/sftpgo.json
- source = git+https://github.com/drakkan/sftpgo#tag=v1.1.1
+ source = git+https://github.com/drakkan/sftpgo#tag=v1.2.0
source = sftpgo.json
source = sftpgo.sysusers
sha256sums = SKIP
- sha256sums = 924316cf6eaafda33a8ee506abde051d961aee33f8a2d2f4eb907c97f47f33a3
+ sha256sums = ec2768a7578c3409fe57fb20420474582d09b0726205ddf53d811a5feed4f90a
sha256sums = 44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8
pkgname = sftpgo
diff --git a/PKGBUILD b/PKGBUILD
index edf34a207f8f..96dbd569525b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname=sftpgo
-pkgver=1.1.1
+pkgver=1.2.0
pkgrel=1
-pkgdesc='Fully featured and highly configurable SFTP server with optional FTP/S and WebDAV support. It can serve local filesystem, S3, GCS'
+pkgdesc='Fully featured and highly configurable SFTP server with optional FTP/S and WebDAV support. It can serve local filesystem, S3, GCS, Azure Blob'
arch=('i686' 'x86_64')
url="https://github.com/drakkan/${pkgname}"
license=('GPL3')
@@ -23,7 +23,7 @@ source=("git+https://github.com/drakkan/${pkgname}#tag=v${pkgver}"
"sftpgo.json"
"sftpgo.sysusers")
sha256sums=('SKIP'
- '924316cf6eaafda33a8ee506abde051d961aee33f8a2d2f4eb907c97f47f33a3'
+ 'ec2768a7578c3409fe57fb20420474582d09b0726205ddf53d811a5feed4f90a'
'44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8')
_uid_sftpgo=315
diff --git a/sftpgo.json b/sftpgo.json
index b5b608028ea2..c3afc9ecc3cd 100644
--- a/sftpgo.json
+++ b/sftpgo.json
@@ -62,9 +62,14 @@
"max_age": 0
},
"cache": {
- "enabled": true,
- "expiration_time": 0,
- "max_size": 50
+ "users": {
+ "expiration_time": 0,
+ "max_size": 50
+ },
+ "mime_types": {
+ "enabled": true,
+ "max_size": 1000
+ }
}
},
"data_provider": {
@@ -88,6 +93,7 @@
"external_auth_hook": "",
"external_auth_scope": 0,
"credentials_path": "/var/lib/sftpgo/credentials",
+ "prefer_database_credentials": false,
"pre_login_hook": "",
"post_login_hook": "",
"post_login_scope": 0,