summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2023-06-17 19:45:01 +0200
committerNicola Murino2023-06-17 19:45:01 +0200
commit535978437d177f49f9995c21f2b8479a69c7d124 (patch)
tree51c23fa037b81dedf3532744472ce1cb2a733d13
parent1467c80622207753384284b4f0940045a3c9ad6a (diff)
downloadaur-535978437d177f49f9995c21f2b8479a69c7d124.tar.gz
2.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--sftpgo.json10
3 files changed, 14 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9a763f66aea..67e19d6c6037 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sftpgo
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.5.1
+ pkgver = 2.5.2
pkgrel = 1
url = https://github.com/drakkan/sftpgo
install = sftpgo.install
@@ -18,11 +18,11 @@ pkgbase = sftpgo
optdepends = mariadb: to use MySQL provider
optdepends = cockroachdb: to use CockroachDB provider
backup = etc/sftpgo/sftpgo.json
- source = git+https://github.com/drakkan/sftpgo#tag=v2.5.1
+ source = git+https://github.com/drakkan/sftpgo#tag=v2.5.2
source = sftpgo.json
source = sftpgo.sysusers
sha256sums = SKIP
- sha256sums = 01b67418c2f8382ee664b7409122d987d6a193f7d235d441c50cdb6924c6fc2f
+ sha256sums = dd43c42a5b9e321d1ca500b7e8da7985be25152ef1a4de4e54342d115a398a10
sha256sums = 44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8
pkgname = sftpgo
diff --git a/PKGBUILD b/PKGBUILD
index 49f8d1238c6b..e0c233273165 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.5.1
+pkgver=2.5.2
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')
@@ -22,7 +22,7 @@ source=("git+https://github.com/drakkan/${pkgname}#tag=v${pkgver}"
"sftpgo.json"
"sftpgo.sysusers")
sha256sums=('SKIP'
- '01b67418c2f8382ee664b7409122d987d6a193f7d235d441c50cdb6924c6fc2f'
+ 'dd43c42a5b9e321d1ca500b7e8da7985be25152ef1a4de4e54342d115a398a10'
'44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8')
_uid_sftpgo=315
diff --git a/sftpgo.json b/sftpgo.json
index 4699e638b2ac..4e7ead11f7b5 100644
--- a/sftpgo.json
+++ b/sftpgo.json
@@ -406,7 +406,15 @@
"auth_type": 0,
"encryption": 0,
"domain": "",
- "templates_path": "templates"
+ "templates_path": "templates",
+ "debug": 0,
+ "oauth2": {
+ "provider": 0,
+ "tenant": "",
+ "client_id": "",
+ "client_secret": "",
+ "refresh_token": ""
+ }
},
"plugins": []
}