summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2020-11-08 12:53:00 +0100
committerNicola Murino2020-11-08 12:53:00 +0100
commit05df6a221c05829f45efdbabb0a606b177ea62b7 (patch)
tree41737c006428a1489bcb9e187e8b28b7c11071a4
parent58c718fcd0a9b68b06c8ce2e20ad09eaee1236d2 (diff)
downloadaur-05df6a221c05829f45efdbabb0a606b177ea62b7.tar.gz
update to 1.2.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
-rw-r--r--sftpgo.json12
3 files changed, 18 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5243758c0c3c..37a94fc54b45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sftpgo-bin
- 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-bin.install
@@ -16,11 +16,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/v1.1.1/sftpgo_v1.1.1_linux_x86_64.tar.xz
+ source = https://github.com/drakkan/sftpgo/releases/download/v1.2.0/sftpgo_v1.2.0_linux_x86_64.tar.xz
source = sftpgo.json
source = sftpgo.sysusers
- sha256sums = 7dccf6b74a0790b3110423ea4c22b940e4a2c9c0fc9aec6b5f283660bc06aa0b
- sha256sums = 924316cf6eaafda33a8ee506abde051d961aee33f8a2d2f4eb907c97f47f33a3
+ sha256sums = 3d68c7f049715c6cb037917c4be0a3daacebb84367fe6ace77eb79f317029d27
+ sha256sums = ec2768a7578c3409fe57fb20420474582d09b0726205ddf53d811a5feed4f90a
sha256sums = 44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8
pkgname = sftpgo-bin
diff --git a/PKGBUILD b/PKGBUILD
index f60cadb28a78..122783552d8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname=sftpgo-bin
_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=('x86_64')
url="https://github.com/drakkan/${_pkgname}"
license=('GPL3')
@@ -27,8 +27,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=('7dccf6b74a0790b3110423ea4c22b940e4a2c9c0fc9aec6b5f283660bc06aa0b'
- '924316cf6eaafda33a8ee506abde051d961aee33f8a2d2f4eb907c97f47f33a3'
+sha256sums=('3d68c7f049715c6cb037917c4be0a3daacebb84367fe6ace77eb79f317029d27'
+ '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,