summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2022-11-25 18:06:24 +0100
committerNicola Murino2022-11-25 18:06:24 +0100
commit89b3d333511126723b5d38c742715c73a05ee98b (patch)
treef5a6df8eac1431d23109f3aa0424ec2f0ba71d2c
parent3817e0f4e695436385764280a061e2ca2a861a5d (diff)
downloadaur-89b3d333511126723b5d38c742715c73a05ee98b.tar.gz
update to 2.4.2
-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 01f7f5d01d4b..130d10e699d4 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.1
+ pkgver = 2.4.2
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.1/sftpgo_v2.4.1_linux_x86_64.tar.xz
+ source = https://github.com/drakkan/sftpgo/releases/download/v2.4.2/sftpgo_v2.4.2_linux_x86_64.tar.xz
source = sftpgo.json
source = sftpgo.sysusers
- sha256sums = 22441a12209f6076a1e3aa246467e7a27ae413a585b7422f268854b903cf64b9
- sha256sums = 244b17e00d3b65e95a2af78e22cb84c1d9e0b107b86a54402af6c4304f91b98b
+ sha256sums = ff685830890398125582ebe835a33d2c1c9c1d088a0ca5ae67e3213e99c2007a
+ sha256sums = c52fb67eb679e6df6074c879754a040e9a2f73c8250b062006beeb438d61262c
sha256sums = 44658210043f805057c2e4b473653637a91204e4da17954b08081292c72edcb8
pkgname = sftpgo-bin
diff --git a/PKGBUILD b/PKGBUILD
index 76fd85d29d61..a299fda5c5d4 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.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=('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=('22441a12209f6076a1e3aa246467e7a27ae413a585b7422f268854b903cf64b9'
- '244b17e00d3b65e95a2af78e22cb84c1d9e0b107b86a54402af6c4304f91b98b'
+sha256sums=('ff685830890398125582ebe835a33d2c1c9c1d088a0ca5ae67e3213e99c2007a'
+ '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": [],