summaryrefslogtreecommitdiffstats
path: root/source/l
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-11-10 19:47:59 +0000
committer Eric Hameleers <alien@slackware.com>2022-11-11 07:00:07 +0100
commit03afa6e49a5fe1057ad109295e88912e34f643ac (patch)
treeb011f96ea9ee67d55ccc1752b3284ee3a323d33e /source/l
parente519d8d2c69426feefc2ee207e3b14940fad2d2a (diff)
downloadcurrent-03afa6e49a5fe1057ad109295e88912e34f643ac.tar.gz
current-03afa6e49a5fe1057ad109295e88912e34f643ac.tar.xz
Thu Nov 10 19:47:59 UTC 202220221110194759
ap/texinfo-7.0-x86_64-1.txz: Upgraded. l/iso-codes-4.12.0-noarch-1.txz: Upgraded. l/lcms2-2.14-x86_64-1.txz: Upgraded. l/mozilla-nss-3.85-x86_64-1.txz: Upgraded. l/pipewire-0.3.60-x86_64-1.txz: Upgraded. n/php-7.4.33-x86_64-1.txz: Upgraded. This update fixes bugs and security issues: GD: OOB read due to insufficient input validation in imageloadfont(). Hash: buffer overflow in hash_update() on long parameter. For more information, see: https://www.cve.org/CVERecord?id=CVE-2022-31630 https://www.cve.org/CVERecord?id=CVE-2022-37454 (* Security fix *) x/ibus-table-1.16.14-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/l')
-rwxr-xr-xsource/l/mozilla-nss/mozilla-nss.SlackBuild4
-rwxr-xr-xsource/l/pipewire/pipewire.SlackBuild3
2 files changed, 4 insertions, 3 deletions
diff --git a/source/l/mozilla-nss/mozilla-nss.SlackBuild b/source/l/mozilla-nss/mozilla-nss.SlackBuild
index 2dc89c522..ceefb90c8 100755
--- a/source/l/mozilla-nss/mozilla-nss.SlackBuild
+++ b/source/l/mozilla-nss/mozilla-nss.SlackBuild
@@ -26,9 +26,9 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=mozilla-nss
SRCNAM=nss
-VERSION=${VERSION:-3.84}
+VERSION=${VERSION:-3.85}
NSPR=${NSPR:-4.35}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
MARCH=$( uname -m )
diff --git a/source/l/pipewire/pipewire.SlackBuild b/source/l/pipewire/pipewire.SlackBuild
index 50a817c2a..a601917b7 100755
--- a/source/l/pipewire/pipewire.SlackBuild
+++ b/source/l/pipewire/pipewire.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=pipewire
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -110,6 +110,7 @@ meson setup \
-Dvulkan=enabled \
-Djack=disabled \
-Dpipewire-jack=disabled \
+ -Dsession-managers=media-session \
.. || exit 1
"${NINJA:=ninja}" $NUMJOBS || exit 1
DESTDIR=$PKG $NINJA install || exit 1