aboutsummaryrefslogtreecommitdiffstats
path: root/main/fuse3
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-25 15:49:47 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-25 16:09:28 +0100
commit91859c0ad3e4c5f77a5234e421fbb81d349d0145 (patch)
treefe3adfc16b4457546b168421d8b82d9e4d911c6e /main/fuse3
parentbce32815ec41b8144c99eb02cefd3fb05b2c74ee (diff)
downloadaports-91859c0ad3e4c5f77a5234e421fbb81d349d0145.tar.bz2
aports-91859c0ad3e4c5f77a5234e421fbb81d349d0145.tar.xz
main/fuse3: upgrade to 3.8.0
Diffstat (limited to 'main/fuse3')
-rw-r--r--main/fuse3/APKBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/main/fuse3/APKBUILD b/main/fuse3/APKBUILD
index 7fc90f49b8..70b118be8f 100644
--- a/main/fuse3/APKBUILD
+++ b/main/fuse3/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=fuse3
_pkgname=fuse
-pkgver=3.7.0
+pkgver=3.8.0
pkgrel=0
pkgdesc="The reference implementation of the Linux FUSE (Filesystem in Userspace) interface"
url="https://github.com/libfuse/libfuse"
@@ -25,7 +25,6 @@ builddir="$srcdir"/$_pkgname-$pkgver
# - CVE-2018-10906
build() {
- cd "$builddir"
meson \
--prefix=/usr \
--sysconfdir=/etc \
@@ -37,12 +36,10 @@ build() {
}
check() {
- cd "$builddir"
python3 -m pytest test/
}
package() {
- cd "$builddir"
DESTDIR="$pkgdir" ninja -C output install
rm -r "$pkgdir"/dev "$pkgdir"/etc/init.d
@@ -73,7 +70,7 @@ _openrc() {
install_if="openrc fuse-common=$pkgver-r$pkgrel"
}
-sha512sums="512ac1fff38fa3fbe768ac02a6b138bb5c58ae9c0c898fde237faab9ecb48dafcb063879942d3845cd85af1f5fbe068626401e7da9afbd7ef2f0820757393585 fuse-3.7.0.tar.xz
+sha512sums="46d2b1494c73f8b6b2be4e8969bb9906ea35620fb4081edc3176f7ba34e6ed815d5f9c5c6f06604fb37836460e25d0ce51619853288bb881362f04cba6b31812 fuse-3.8.0.tar.xz
1a9e1d1e8a7b0778ffde328e4322c73b5d57ec98d52767c846d755cce861ab27989823a75b6c5f994432ddb77fa351dfa4a8f948c9467c5f7d5f471e4608358b fix-realpath.patch
45da040bc5baf6ffd78e5a43ed070042f845b0829edfa5591f3304503f2ffaa6c642e18eb46aa0b661a0284a0505892f1ce4097530696f1739ffaf85c422ac13 add-includes.patch
7f6a503ef23cfa8b809c544375c2d83ad56525269b48ad1a7dff0ce36f4bf2f2a3fafed9dc70a71ff6281b261db5f01829e16c06f041921a5d8c8d715a04a8c1 fuse.initd"