summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2022-11-25 18:04:29 +0100
committerNicola Murino2022-11-25 18:04:29 +0100
commit12225794103f7141b2a0b61105554cf938af9f2b (patch)
tree274d25c4765d9bde820c3fce6843f5b609c99a8c
parentbf61a67b3e2eb869836b8884556139a8da380e48 (diff)
downloadaur-12225794103f7141b2a0b61105554cf938af9f2b.tar.gz
update to 2.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--sftpgo.json1
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39da0fc3615d..6abb0cb29919 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.4.1
+ pkgver = 2.4.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.4.1
+ source = git+https://github.com/drakkan/sftpgo#tag=v2.4.2
source = sftpgo.json
source = sftpgo.sysusers
sha256sums = SKIP
- sha256sums = 244b17e00d3b65e95a2af78e22cb84c1d9e0b107b86a54402af6c4304f91b98b
+ sha256sums = c52fb67eb679e6df6074c879754a040e9a2f73c8250b062006beeb438d61262c
sha256sums = 44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8
pkgname = sftpgo
diff --git a/PKGBUILD b/PKGBUILD
index 6493dde21500..bbd5e106283f 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.4.1
+pkgver=2.4.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'
- '244b17e00d3b65e95a2af78e22cb84c1d9e0b107b86a54402af6c4304f91b98b'
+ 'c52fb67eb679e6df6074c879754a040e9a2f73c8250b062006beeb438d61262c'
'44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8')
_uid_sftpgo=315
diff --git a/sftpgo.json b/sftpgo.json
index b8db0f1cc148..e736f3a58b6f 100644
--- a/sftpgo.json
+++ b/sftpgo.json
@@ -84,6 +84,7 @@
"host_keys": [],
"host_certificates": [],
"host_key_algorithms": [],
+ "moduli": [],
"kex_algorithms": [],
"ciphers": [],
"macs": [],