aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2023-08-21 16:08:17 +0200
committerNicola Murino2023-08-21 16:08:17 +0200
commit022ee271945c36c7596ebddf540f06827b9d618f (patch)
tree950e431feec172811395a4cb3bbe27d7f51f9b92
parentaf27e367f5fe7ef7d22d496cea3444b35736b1f6 (diff)
downloadaur-022ee271945c36c7596ebddf540f06827b9d618f.tar.gz
update config file for upstream changes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--sftpgo.json3
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 850850e8bc03..99b06782e654 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sftpgo-git
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 = r1571.6395fa0b
+ pkgver = r1581.a592e388
pkgrel = 1
url = https://github.com/drakkan/sftpgo
install = sftpgo-git.install
@@ -24,7 +24,7 @@ pkgbase = sftpgo-git
source = sftpgo.json
source = sftpgo.sysusers
sha256sums = SKIP
- sha256sums = a1b505f4ed250b268253e9c5b0b4f1f5b3bc0ff1b8509471b8435f18ae806bdc
+ sha256sums = 15e7952e52cce7789dd7617bf688301365b1ddbc88c04aad81f20f91fcaf9e3d
sha256sums = 44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8
pkgname = sftpgo-git
diff --git a/PKGBUILD b/PKGBUILD
index 0a422ea3a4db..f4c29c92071a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname=sftpgo-git
_pkgname=sftpgo
-pkgver=r1571.6395fa0b
+pkgver=r1581.a592e388
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=('i686' 'x86_64' 'aarch64')
@@ -25,7 +25,7 @@ source=("git+https://github.com/drakkan/${_pkgname}.git"
"sftpgo.json"
"sftpgo.sysusers")
sha256sums=('SKIP'
- 'a1b505f4ed250b268253e9c5b0b4f1f5b3bc0ff1b8509471b8435f18ae806bdc'
+ '15e7952e52cce7789dd7617bf688301365b1ddbc88c04aad81f20f91fcaf9e3d'
'44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8')
_uid_sftpgo=315
diff --git a/sftpgo.json b/sftpgo.json
index 6397c988881d..6f118e154b13 100644
--- a/sftpgo.json
+++ b/sftpgo.json
@@ -113,6 +113,7 @@
"address": "",
"apply_proxy_config": true,
"tls_mode": 0,
+ "tls_session_reuse": 0,
"certificate_file": "",
"certificate_key_file": "",
"min_tls_version": 12,
@@ -403,7 +404,7 @@
},
"smtp": {
"host": "",
- "port": 25,
+ "port": 587,
"from": "",
"user": "",
"password": "",