aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2023-01-29 18:18:40 +0100
committerNicola Murino2023-01-29 18:18:40 +0100
commit4e35086d4c4d7001cbddd0b05e98f079cb925743 (patch)
treeb049dd4378dd1e02ba742d7da97d034381bdf78b
parent44b3adf34695f89ee8b29a064d5c221448acffd3 (diff)
downloadaur-4e35086d4c4d7001cbddd0b05e98f079cb925743.tar.gz
update config file for upstream changes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--sftpgo.json2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24112967f009..b23c13165f07 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 = r1415.c0fe08b5
+ pkgver = r1417.1e14d006
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 = 751a3159caaad75fc04b29362153928b36046d1cd6a314b5dc044b82f0e62db6
+ sha256sums = 2263d9fef067fa503ff1dc8a40c4c6cd6f815ad084814943dbd382a3b6bd85f8
sha256sums = 44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8
pkgname = sftpgo-git
diff --git a/PKGBUILD b/PKGBUILD
index 468b01a29e38..e4f011806a1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname=sftpgo-git
_pkgname=sftpgo
-pkgver=r1415.c0fe08b5
+pkgver=r1417.1e14d006
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'
- '751a3159caaad75fc04b29362153928b36046d1cd6a314b5dc044b82f0e62db6'
+ '2263d9fef067fa503ff1dc8a40c4c6cd6f815ad084814943dbd382a3b6bd85f8'
'44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8')
_uid_sftpgo=315
diff --git a/sftpgo.json b/sftpgo.json
index 3120139507bc..e1b6c3c97740 100644
--- a/sftpgo.json
+++ b/sftpgo.json
@@ -29,7 +29,7 @@
"score_invalid": 2,
"score_valid": 1,
"score_limit_exceeded": 3,
- "score_no_auth": 2,
+ "score_no_auth": 0,
"observation_time": 30,
"entries_soft_limit": 100,
"entries_hard_limit": 150,