aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2023-12-19 11:04:11 +0100
committerNicola Murino2023-12-19 11:04:11 +0100
commit47b46a89d2a13793a5b9e18af5d8b73f0c7afb86 (patch)
treebbf813d88bbfdf30dbf8b38c32de637363c2c96b
parenta456f8405af374ebb20e6f9e715191f7a27da7c4 (diff)
downloadaur-47b46a89d2a13793a5b9e18af5d8b73f0c7afb86.tar.gz
update to fix CVE-2023-48795
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d154d003fa7..31fae4cad6a6 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 = r1666.6175acb5
+ pkgver = r1688.d396c24a
pkgrel = 1
url = https://github.com/drakkan/sftpgo
install = sftpgo-git.install
diff --git a/PKGBUILD b/PKGBUILD
index 20fbefd2ecd6..5fd8cb960937 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: drakkan <nicola.murino at gmail dot com>
pkgname=sftpgo-git
_pkgname=sftpgo
-pkgver=r1666.6175acb5
+pkgver=r1688.d396c24a
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')