diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2024-04-25 17:58:17 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2024-04-25 20:28:55 +0200 |
commit | 6dbbaa7eea6bbecc6781e45924e5928bab0c944d (patch) | |
tree | ff60c5eccd78779cc18f4e42312fac94e7212e08 /source/n/bluez/bluez.SlackBuild | |
parent | 48fa1dd3030f07f257e0226ee4bc7691331fe6f6 (diff) | |
download | current-6dbbaa7eea6bbecc6781e45924e5928bab0c944d.tar.gz current-6dbbaa7eea6bbecc6781e45924e5928bab0c944d.tar.xz |
Thu Apr 25 17:58:17 UTC 202420240425175817
l/PyQt-builder-1.16.2-x86_64-1.txz: Upgraded.
l/fribidi-1.0.14-x86_64-1.txz: Upgraded.
l/libarchive-3.7.3-x86_64-2.txz: Rebuilt.
Patched an out-of-bound error in the rar e8 filter that could allow for
the execution of arbitrary code.
Thanks to gmgf for the heads-up.
For more information, see:
https://github.com/advisories/GHSA-2jc9-36w4-pmqw
https://www.cve.org/CVERecord?id=CVE-2024-26256
(* Security fix *)
n/bluez-5.75-x86_64-3.txz: Rebuilt.
[PATCH] shared/uhid: Fix crash if bt_uhid_destroy free replay structure.
Thanks to sombragris.
n/libgpg-error-1.49-x86_64-1.txz: Upgraded.
Diffstat (limited to '')
-rwxr-xr-x | source/n/bluez/bluez.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source/n/bluez/bluez.SlackBuild b/source/n/bluez/bluez.SlackBuild index 08de3c809..3597c4fd4 100755 --- a/source/n/bluez/bluez.SlackBuild +++ b/source/n/bluez/bluez.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=bluez VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} @@ -78,6 +78,8 @@ find . \ sed -i -e 's|-lreadline|\0 -lncursesw|g' Makefile.{in,tools} +cat $CWD/b94f1be656f34ea1363f5566ef63b847234c6dea.patch | patch -p1 --verbose || exit 1 + autoreconf -vif # We're adding --enable-deprecated due to this commit: |