summaryrefslogtreecommitdiffstats
path: root/source/l
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-07-10 18:49:34 +0000
committer Eric Hameleers <alien@slackware.com>2022-07-11 07:00:12 +0200
commit62264ef56458f471b4acabebd83c7f3773014788 (patch)
tree8686dbb58d0b84bc0abb50a4cde36d3073c5bc5c /source/l
parent74dcb01dd29e48ab32ecc20d0e8e6035cfa8fe52 (diff)
downloadcurrent-62264ef56458f471b4acabebd83c7f3773014788.tar.gz
current-62264ef56458f471b4acabebd83c7f3773014788.tar.xz
Sun Jul 10 18:49:34 UTC 202220220710184934
a/hdparm-9.64-x86_64-1.txz: Upgraded. l/fluidsynth-2.2.8-x86_64-1.txz: Upgraded. l/imagemagick-7.1.0.43-x86_64-1.txz: Upgraded. l/wavpack-5.5.0-x86_64-1.txz: Upgraded. WavPack 5.5.0 contains a fix for CVE-2021-44269 wherein encoding a specially crafted DSD file causes an out-of-bounds read exception. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44269 (* Security fix *) xap/audacious-4.2-x86_64-1.txz: Upgraded. xap/audacious-plugins-4.2-x86_64-1.txz: Upgraded. xap/blueman-2.3-x86_64-1.txz: Upgraded. xfce/mousepad-0.5.10-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/l')
-rwxr-xr-xsource/l/wavpack/wavpack.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/l/wavpack/wavpack.SlackBuild b/source/l/wavpack/wavpack.SlackBuild
index 750126896..a7e26542e 100755
--- a/source/l/wavpack/wavpack.SlackBuild
+++ b/source/l/wavpack/wavpack.SlackBuild
@@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=wavpack
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -112,6 +112,9 @@ if [ -r ChangeLog ]; then
touch -r ChangeLog $DOCSDIR/ChangeLog
fi
+rm -r $PKG/usr/share/doc/wavpack
+rmdir $PKG/usr/share/doc $PKG/usr/share
+
# Compress and link manpages, if any:
if [ -d $PKG/usr/man ]; then
( cd $PKG/usr/man