summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2021-03-28 22:38:01 +0200
committerNicola Murino2021-03-28 22:38:01 +0200
commit9d4dbeaec98afa759e872cc38271c53f6f70184c (patch)
tree06f9dbf228cfa46263fc776db3ab3dc4235e8fb1
parent88ff3def9d2520e26118910a0e2723ce9bde548c (diff)
downloadaur-9d4dbeaec98afa759e872cc38271c53f6f70184c.tar.gz
Update to v2.0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--sftpgo.json15
3 files changed, 15 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af82881cee7e..8d93515a3d54 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.2
+ pkgver = 2.0.3
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.2
+ source = git+https://github.com/drakkan/sftpgo#tag=v2.0.3
source = sftpgo.json
source = sftpgo.sysusers
sha256sums = SKIP
- sha256sums = 8725da4ee99b1d8a86b7bfc2d03fd9483da2c18f18196c339ff197355e7601d9
+ sha256sums = 75008457de7bf3e5c6b673a29d79853f75e934d80907c40859ec963bb134a99d
sha256sums = 44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8
pkgname = sftpgo
diff --git a/PKGBUILD b/PKGBUILD
index 8e1690e2b773..9e6fda7a3a5a 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.2
+pkgver=2.0.3
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'
- '8725da4ee99b1d8a86b7bfc2d03fd9483da2c18f18196c339ff197355e7601d9'
+ '75008457de7bf3e5c6b673a29d79853f75e934d80907c40859ec963bb134a99d'
'44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8')
_uid_sftpgo=315
diff --git a/sftpgo.json b/sftpgo.json
index ca27742b5463..650b4926da22 100644
--- a/sftpgo.json
+++ b/sftpgo.json
@@ -59,7 +59,8 @@
"apply_proxy_config": true,
"tls_mode": 0,
"force_passive_ip": "",
- "client_auth_type": 0
+ "client_auth_type": 0,
+ "tls_cipher_suites": []
}
],
"banner": "",
@@ -84,7 +85,8 @@
"port": 0,
"address": "",
"enable_https": false,
- "client_auth_type": 0
+ "client_auth_type": 0,
+ "tls_cipher_suites": []
}
],
"certificate_file": "",
@@ -144,7 +146,8 @@
"parallelism": 2
}
},
- "update_mode": 0
+ "update_mode": 0,
+ "skip_natural_keys_validation": false
},
"httpd": {
"bindings": [
@@ -153,7 +156,8 @@
"address": "127.0.0.1",
"enable_web_admin": true,
"enable_https": false,
- "client_auth_type": 0
+ "client_auth_type": 0,
+ "tls_cipher_suites": []
}
],
"templates_path": "/usr/share/sftpgo/templates",
@@ -170,7 +174,8 @@
"enable_profiler": false,
"auth_user_file": "",
"certificate_file": "",
- "certificate_key_file": ""
+ "certificate_key_file": "",
+ "tls_cipher_suites": []
},
"http": {
"timeout": 20,