From f36e13b41f026660b357f6885075eb31ae8f2ae1 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Mon, 16 Dec 2019 23:13:10 +0000 Subject: Mon Dec 16 23:13:10 UTC 2019 a/usb_modeswitch-2.5.2-x86_64-2.txz: Rebuilt. Seems there's a regression in usb_modeswitch-2.6.0, so let's revert to usb_modeswitch-2.5.2 but keep the latest usb-modeswitch-data-20191128. Thanks to Lockywolf. l/fuse3-3.9.0-x86_64-2.txz: Rebuilt. Install fuse.conf as fuse.conf.new. This won't prevent an existing config file from being overwritten with this upgrade, but it will prevent that from happening again moving forward. Thanks to chrisVV. --- source/l/fuse3/doinst.sh | 2 +- source/l/fuse3/fuse3.SlackBuild | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'source/l/fuse3') diff --git a/source/l/fuse3/doinst.sh b/source/l/fuse3/doinst.sh index f87ea43b0..0369602a1 100644 --- a/source/l/fuse3/doinst.sh +++ b/source/l/fuse3/doinst.sh @@ -21,4 +21,4 @@ if [ -e etc/rc.d/rc.fuse3 ]; then fi config etc/rc.d/rc.fuse3.new - +config etc/fuse.conf.new diff --git a/source/l/fuse3/fuse3.SlackBuild b/source/l/fuse3/fuse3.SlackBuild index 054179b2c..2b5e3ab4f 100755 --- a/source/l/fuse3/fuse3.SlackBuild +++ b/source/l/fuse3/fuse3.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=fuse3 SRCNAM=fuse VERSION=${VERSION:-$(echo $SRCNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} @@ -110,6 +110,9 @@ cd .. # Don't ship .la files: rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la +# Move /etc/fuse.conf to /etc/fuse.conf.new: +mv $PKG/etc/fuse.conf $PKG/etc/fuse.conf.new + find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null -- cgit v1.2.3