summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--sftpgo.json1
3 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fbd169957f4f..46cfa366a853 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.4.3
+ pkgver = 2.4.4
pkgrel = 1
url = https://github.com/drakkan/sftpgo
install = sftpgo-bin.install
@@ -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.4.3/sftpgo_v2.4.3_linux_x86_64.tar.xz
+ source = https://github.com/drakkan/sftpgo/releases/download/v2.4.4/sftpgo_v2.4.4_linux_x86_64.tar.xz
source = sftpgo.json
source = sftpgo.sysusers
- sha256sums = 9ad84aa227563ac303b50df8b1d7c50d1e3152d0deea04eb9d15abb69350f98f
- sha256sums = c52fb67eb679e6df6074c879754a040e9a2f73c8250b062006beeb438d61262c
+ sha256sums = a93166699a89a7d1924e9f04be49cb264bccfd4141697ba89883bfd550ae30b9
+ sha256sums = 0a6cbaa0a7c460858810cf23a465acdf109efa2c499584b16ffa548adf5d346c
sha256sums = 44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8
pkgname = sftpgo-bin
diff --git a/PKGBUILD b/PKGBUILD
index cf0e9413bccc..368576d37be1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname=sftpgo-bin
_pkgname=sftpgo
-pkgver=2.4.3
+pkgver=2.4.4
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')
@@ -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=('9ad84aa227563ac303b50df8b1d7c50d1e3152d0deea04eb9d15abb69350f98f'
- 'c52fb67eb679e6df6074c879754a040e9a2f73c8250b062006beeb438d61262c'
+sha256sums=('a93166699a89a7d1924e9f04be49cb264bccfd4141697ba89883bfd550ae30b9'
+ '0a6cbaa0a7c460858810cf23a465acdf109efa2c499584b16ffa548adf5d346c'
'44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8')
_uid_sftpgo=315
diff --git a/sftpgo.json b/sftpgo.json
index e736f3a58b6f..0a690636e876 100644
--- a/sftpgo.json
+++ b/sftpgo.json
@@ -28,6 +28,7 @@
"score_invalid": 2,
"score_valid": 1,
"score_limit_exceeded": 3,
+ "score_no_auth": 2,
"observation_time": 30,
"entries_soft_limit": 100,
"entries_hard_limit": 150,