aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--sftpgo.json1
3 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 554c3ecff38f..cc706540e0f6 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 = r1840.d3f42e39
+ pkgver = r1851.ab320c9e
pkgrel = 1
url = https://github.com/drakkan/sftpgo
install = sftpgo-git.install
@@ -23,7 +23,7 @@ pkgbase = sftpgo-git
source = sftpgo.json
source = sftpgo.sysusers
sha256sums = SKIP
- sha256sums = ddcbc86b5ff1533e22d76cbae1ea335a15abf5c14927f314b6421e8544a1d5c9
+ sha256sums = b22341fd94927f1bc3b229c3633163149be7519b295257778c48a010fc4b0f31
sha256sums = 44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8
pkgname = sftpgo-git
diff --git a/PKGBUILD b/PKGBUILD
index b280c717c697..3b47969b6e7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname=sftpgo-git
_pkgname=sftpgo
-pkgver=r1840.d3f42e39
+pkgver=r1851.ab320c9e
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')
@@ -24,7 +24,7 @@ source=("git+https://github.com/drakkan/${_pkgname}.git"
"sftpgo.json"
"sftpgo.sysusers")
sha256sums=('SKIP'
- 'ddcbc86b5ff1533e22d76cbae1ea335a15abf5c14927f314b6421e8544a1d5c9'
+ 'b22341fd94927f1bc3b229c3633163149be7519b295257778c48a010fc4b0f31'
'44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8')
_uid_sftpgo=315
diff --git a/sftpgo.json b/sftpgo.json
index 9b76d10845d2..08529b3d4c42 100644
--- a/sftpgo.json
+++ b/sftpgo.json
@@ -126,6 +126,7 @@
"tls_cipher_suites": [],
"passive_connections_security": 0,
"active_connections_security": 0,
+ "ignore_ascii_transfer_type": 0,
"debug": false
}
],