summaryrefslogtreecommitdiffstats
path: root/source/l/libvpx/libvpx.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-09-30 21:33:49 +0000
committer Eric Hameleers <alien@slackware.com>2023-10-01 00:00:43 +0200
commit7991e75613129c8072103bbc1854ce6b7a8420fd (patch)
treea3aa86b2d2ea77b92f172a010c0318b009002a2e /source/l/libvpx/libvpx.SlackBuild
parent83bf1d11eee59ddcea5d9b9d2487c163d862a414 (diff)
downloadcurrent-7991e75613129c8072103bbc1854ce6b7a8420fd.tar.gz
current-7991e75613129c8072103bbc1854ce6b7a8420fd.tar.xz
Sat Sep 30 21:33:49 UTC 202320230930213349
a/kmod-31-x86_64-1.txz: Upgraded. l/libvpx-1.13.1-x86_64-1.txz: Upgraded. This release contains two security related fixes -- one each for VP8 and VP9. For more information, see: https://crbug.com/1486441 https://www.cve.org/CVERecord?id=CVE-2023-5217 (* Security fix *) n/conntrack-tools-1.4.8-x86_64-1.txz: Upgraded. x/libime-1.1.2-x86_64-1.txz: Upgraded. xap/mozilla-thunderbird-115.3.1-x86_64-1.txz: Upgraded. This release contains a security fix for a critical heap buffer overflow in the libvpx VP8 encoder. For more information, see: https://www.mozilla.org/en-US/thunderbird/115.3.1/releasenotes/ https://www.mozilla.org/en-US/security/advisories/mfsa2023-44/ https://www.cve.org/CVERecord?id=CVE-2023-5217 (* Security fix *)
Diffstat (limited to '')
-rwxr-xr-xsource/l/libvpx/libvpx.SlackBuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/l/libvpx/libvpx.SlackBuild b/source/l/libvpx/libvpx.SlackBuild
index b61b08bcb..5e301378d 100755
--- a/source/l/libvpx/libvpx.SlackBuild
+++ b/source/l/libvpx/libvpx.SlackBuild
@@ -81,6 +81,10 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
+# Looks like this avoids possible problems with ffmpeg after a supposedly
+# ABI compatible libvpx upgrade. Probably doesn't hurt. Thanks to Debian.
+cat $CWD/0001-Relax-ABI-check.patch | patch -p1 --verbose || exit 1
+
# out of tree build
mkdir build-tmp
cd build-tmp