ports/contrib (3.1): ntfs-3g: security fix for CVE-2015-3202 now depends on fuse
commit c92eeb87c8e65659c175436aca3d543f0b978c11 Author: Danny Rawlins <monster.romster@gmail.com> Date: Sat May 23 21:25:07 2015 +1000 ntfs-3g: security fix for CVE-2015-3202 now depends on fuse diff --git a/ntfs-3g/Pkgfile b/ntfs-3g/Pkgfile index b716611..804906f 100644 --- a/ntfs-3g/Pkgfile +++ b/ntfs-3g/Pkgfile @@ -2,10 +2,11 @@ # URL: http://www.tuxera.com/community/ntfs-3g-download/ # Maintainer: Danny Rawlins, crux at romster dot me # Packager: Danny Rawlins, crux at romster dot me +# Depends on: fuse name=ntfs-3g version=2015.3.14 -release=1 +release=2 source=(http://tuxera.com/opensource/ntfs-3g_ntfsprogs-$version.tgz) build() { @@ -17,7 +18,8 @@ build() { --prefix=/usr \ --mandir=/usr/man \ --disable-static \ - --disable-ldconfig + --disable-ldconfig \ + --with-fuse=external make make DESTDIR=$PKG install
participants (1)
-
crux@crux.nu