summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2021-02-17 08:57:34 +0100
committerNicola Murino2021-02-17 08:57:34 +0100
commit88ff3def9d2520e26118910a0e2723ce9bde548c (patch)
tree921a44f696f98d61d477f58138521ad863fba23e
parent0581660452b718a066d7e45588742ad71edc1cbd (diff)
downloadaur-88ff3def9d2520e26118910a0e2723ce9bde548c.tar.gz
update to v2.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--sftpgo.json4
3 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2df3a83ef7c..af82881cee7e 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, Azure Blob, SFTP
- pkgver = 2.0.1
+ pkgver = 2.0.2
pkgrel = 1
url = https://github.com/drakkan/sftpgo
install = sftpgo.install
@@ -16,11 +16,11 @@ pkgbase = sftpgo
optdepends = postgresql: to use PostgreSQL provider
optdepends = mariadb: to use MySQL provider
backup = etc/sftpgo/sftpgo.json
- source = git+https://github.com/drakkan/sftpgo#tag=v2.0.1
+ source = git+https://github.com/drakkan/sftpgo#tag=v2.0.2
source = sftpgo.json
source = sftpgo.sysusers
sha256sums = SKIP
- sha256sums = c78069828a88b18f4ba7454a3e91bdf63829ed17b532528805edb8d08ce8e292
+ sha256sums = 8725da4ee99b1d8a86b7bfc2d03fd9483da2c18f18196c339ff197355e7601d9
sha256sums = 44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8
pkgname = sftpgo
diff --git a/PKGBUILD b/PKGBUILD
index dea28daa0e7b..8e1690e2b773 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname=sftpgo
-pkgver=2.0.1
+pkgver=2.0.2
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')
@@ -21,7 +21,7 @@ source=("git+https://github.com/drakkan/${pkgname}#tag=v${pkgver}"
"sftpgo.json"
"sftpgo.sysusers")
sha256sums=('SKIP'
- 'c78069828a88b18f4ba7454a3e91bdf63829ed17b532528805edb8d08ce8e292'
+ '8725da4ee99b1d8a86b7bfc2d03fd9483da2c18f18196c339ff197355e7601d9'
'44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8')
_uid_sftpgo=315
diff --git a/sftpgo.json b/sftpgo.json
index ff2802aef3a6..ca27742b5463 100644
--- a/sftpgo.json
+++ b/sftpgo.json
@@ -174,7 +174,11 @@
},
"http": {
"timeout": 20,
+ "retry_wait_min": 2,
+ "retry_wait_max": 30,
+ "retry_max": 3,
"ca_certificates": [],
+ "certificates": [],
"skip_tls_verify": false
},
"kms": {