aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2018-07-25 01:27:17 +0300
committerSören Tempel <soeren+git@soeren-tempel.net>2018-07-27 12:05:53 +0200
commit65dd070755a9154570e166cf410d552229f8b285 (patch)
tree0d378da4b0e43d17b23dcc90834051e06d3195f9 /testing
parentb3abb4659d27ed646a2c75155c4ae2e605af6e02 (diff)
downloadaports-65dd070755a9154570e166cf410d552229f8b285.tar.bz2
aports-65dd070755a9154570e166cf410d552229f8b285.tar.xz
testing/fuse3: upgrade to 3.2.5
Diffstat (limited to 'testing')
-rw-r--r--testing/fuse3/APKBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/testing/fuse3/APKBUILD b/testing/fuse3/APKBUILD
index afd5ae2eb0..31fedd8206 100644
--- a/testing/fuse3/APKBUILD
+++ b/testing/fuse3/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=fuse3
_pkgname=fuse
-pkgver=3.2.4
+pkgver=3.2.5
pkgrel=0
pkgdesc="The reference implementation of the Linux FUSE (Filesystem in Userspace) interface"
url="https://github.com/libfuse/libfuse"
@@ -19,6 +19,10 @@ options="suid"
builddir="$srcdir"/$_pkgname-$pkgver
+# secfixes:
+# 3.2.5-r0:
+# - CVE-2018-10906
+
build() {
cd "$builddir"
meson \
@@ -58,6 +62,6 @@ _EOF_
}
-sha512sums="ee0f86c7f5f87dea421f1ddfa7843a56c63a08f114c3f77606082764134faabdebd647fd7daaf9d335babf73fe0702f97feaa275dac3605d97a8937fd89ae253 fuse-3.2.4.tar.xz
+sha512sums="90c56a6652967450f03cb0f20ae929091a3e8b3f6927fe7a6ce59bb5e3f247d34a44ce19f085ab09547d9cc38ab1cec1e71fe44ec5c4f201782150aadcbe6b4f fuse-3.2.5.tar.xz
1a9e1d1e8a7b0778ffde328e4322c73b5d57ec98d52767c846d755cce861ab27989823a75b6c5f994432ddb77fa351dfa4a8f948c9467c5f7d5f471e4608358b fix-realpath.patch
7f6a503ef23cfa8b809c544375c2d83ad56525269b48ad1a7dff0ce36f4bf2f2a3fafed9dc70a71ff6281b261db5f01829e16c06f041921a5d8c8d715a04a8c1 fuse.initd"