summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2021-12-31 16:07:41 +0100
committerNicola Murino2021-12-31 16:07:41 +0100
commit949a53a57751d434ad9188c87d0e87ec947fdf90 (patch)
treedde749286a552fdeb1e5ebf74c42a5b699a03951
parent06e149d0809f1567f1e0a3eb21d5a8c45401a656 (diff)
downloadaur-949a53a57751d434ad9188c87d0e87ec947fdf90.tar.gz
update to v2.2.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
-rw-r--r--sftpgo.json6
3 files changed, 13 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e25423098862..03c324788518 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sftpgo-bin
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 = 2.2.0
- pkgrel = 2
+ pkgver = 2.2.1
+ pkgrel = 1
url = https://github.com/drakkan/sftpgo
install = sftpgo-bin.install
arch = x86_64
@@ -15,11 +15,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/v2.2.0/sftpgo_v2.2.0_linux_x86_64.tar.xz
+ source = https://github.com/drakkan/sftpgo/releases/download/v2.2.1/sftpgo_v2.2.1_linux_x86_64.tar.xz
source = sftpgo.json
source = sftpgo.sysusers
- sha256sums = 43db4301bd9b3f2536ca96de71bc295e5186d197d86edc0d6260bf6e5df62267
- sha256sums = d9188b0c2eb2d7e486318622a955a01f66e63d8c816ad8c3e548d89ae0af193e
+ sha256sums = 9df890b79ec51ccd9b6cf8c7d22038270394394bb4138ec63a7050b7cce0f423
+ sha256sums = 8fed22f6a8d3216e4acb3e53651f216a8dd131b1e86a9ddad6702ea5ba78084a
sha256sums = 44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8
pkgname = sftpgo-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0a5293603d61..4422b24b5e54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname=sftpgo-bin
_pkgname=sftpgo
-pkgver=2.2.0
-pkgrel=2
+pkgver=2.2.1
+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=('x86_64')
url="https://github.com/drakkan/${_pkgname}"
@@ -26,8 +26,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=('43db4301bd9b3f2536ca96de71bc295e5186d197d86edc0d6260bf6e5df62267'
- 'd9188b0c2eb2d7e486318622a955a01f66e63d8c816ad8c3e548d89ae0af193e'
+sha256sums=('9df890b79ec51ccd9b6cf8c7d22038270394394bb4138ec63a7050b7cce0f423'
+ '8fed22f6a8d3216e4acb3e53651f216a8dd131b1e86a9ddad6702ea5ba78084a'
'44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8')
_uid_sftpgo=315
diff --git a/sftpgo.json b/sftpgo.json
index f9b78fc18fac..0456b84b4873 100644
--- a/sftpgo.json
+++ b/sftpgo.json
@@ -19,6 +19,7 @@
"max_per_host_connections": 20,
"defender": {
"enabled": false,
+ "driver": "memory",
"ban_time": 30,
"ban_time_increment": 50,
"threshold": 15,
@@ -211,7 +212,8 @@
"tls_cipher_suites": [],
"proxy_allowed": [],
"hide_login_url": 0,
- "render_openapi": true
+ "render_openapi": true,
+ "web_client_integrations": []
}
],
"templates_path": "/usr/share/sftpgo/templates",
@@ -236,7 +238,7 @@
}
},
"telemetry": {
- "bind_port": 10000,
+ "bind_port": 0,
"bind_address": "127.0.0.1",
"enable_profiler": false,
"auth_user_file": "",