wok diff httpfs-fuse-static/receipt @ rev 20283

security fixes from 0.3.1.9 (2017 Dec 1) and 0.3.1.10 (March 3)... further info: https://blog.torproject.org/new-stable-tor-releases-security-fixes-and-dos-prevention-03210-03110-02915
author Erkan Yilmaz <erkan@slitaz.org>
date Tue Mar 27 11:09:07 2018 +0000 (2018-03-27)
parents 21f4cf58cc83
children 7dd01dedad38
line diff
     1.1 --- a/httpfs-fuse-static/receipt	Sun Jun 26 12:11:14 2016 +0200
     1.2 +++ b/httpfs-fuse-static/receipt	Tue Mar 27 11:09:07 2018 +0000
     1.3 @@ -10,13 +10,9 @@
     1.4  WANTED="httpfs-fuse"
     1.5  TAGS="filesystem"
     1.6  
     1.7 -BUILD_DEPENDS="upx"
     1.8 -
     1.9  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.10  genpkg_rules()
    1.11  {
    1.12  	mkdir -p $fs/usr
    1.13  	cp -a $WOK/$WANTED/install/usr/share $fs/usr
    1.14 -	cp -a $src/static_uclibc/fusermount $fs/usr/share/boot/fusermount-static
    1.15 -	upx -d $fs/usr/share/boot/fusermount-static
    1.16  }