summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-11-13 19:20:40 +0000
committer Eric Hameleers <alien@slackware.com>2023-11-13 20:59:25 +0100
commit6fde7400bc32c8acc21c85112794b8336137be9c (patch)
tree74fa5e2219e67e68b780e0f6af0f3334cc96663d /source
parentd908c588ed239f1b6e2de7b1b82ec7c9480c3283 (diff)
downloadcurrent-6fde7400bc32c8acc21c85112794b8336137be9c.tar.gz
current-6fde7400bc32c8acc21c85112794b8336137be9c.tar.xz
Mon Nov 13 19:20:40 UTC 202320231113192040
d/vala-0.56.14-x86_64-1.txz: Upgraded. l/gst-plugins-bad-free-1.22.7-x86_64-1.txz: Upgraded. l/gst-plugins-base-1.22.7-x86_64-1.txz: Upgraded. l/gst-plugins-good-1.22.7-x86_64-1.txz: Upgraded. l/gst-plugins-libav-1.22.7-x86_64-1.txz: Upgraded. l/gstreamer-1.22.7-x86_64-1.txz: Upgraded. l/pango-1.51.1-x86_64-1.txz: Upgraded. x/egl-wayland-1.1.13-x86_64-2.txz: Rebuilt. Install the NVidia ICD file. Thanks to marav. extra/tigervnc/tigervnc-1.13.1-x86_64-2.txz: Rebuilt. Recompiled against xorg-server-21.1.9, which addresses some security issues. Thanks to marav. For more information, see: https://www.cve.org/CVERecord?id=CVE-2023-5367 https://www.cve.org/CVERecord?id=CVE-2023-5380 https://www.cve.org/CVERecord?id=CVE-2023-1393 (* Security fix *)
Diffstat (limited to 'source')
-rwxr-xr-xsource/l/gst-plugins-bad-free/fetch-sources.sh2
-rw-r--r--source/l/pango/pango.url1
-rw-r--r--source/l/pango/slack-desc2
-rwxr-xr-xsource/x/egl-wayland/egl-wayland.SlackBuild4
4 files changed, 5 insertions, 4 deletions
diff --git a/source/l/gst-plugins-bad-free/fetch-sources.sh b/source/l/gst-plugins-bad-free/fetch-sources.sh
index 99fa01ded..8d6f54d53 100755
--- a/source/l/gst-plugins-bad-free/fetch-sources.sh
+++ b/source/l/gst-plugins-bad-free/fetch-sources.sh
@@ -26,7 +26,7 @@
#
# Example: VERSION=1.18.5 ./fetch-sources.sh
-VERSION=${VERSION:-1.22.6}
+VERSION=${VERSION:-1.22.7}
rm -rf rm -rf gst-plugins-bad-free-$VERSION gst-plugins-bad-$VERSION
diff --git a/source/l/pango/pango.url b/source/l/pango/pango.url
new file mode 100644
index 000000000..429e2d71c
--- /dev/null
+++ b/source/l/pango/pango.url
@@ -0,0 +1 @@
+https://github.com/GNOME/pango
diff --git a/source/l/pango/slack-desc b/source/l/pango/slack-desc
index 110fb3f48..6c3f82ecd 100644
--- a/source/l/pango/slack-desc
+++ b/source/l/pango/slack-desc
@@ -14,6 +14,6 @@ pango: is needed; however, most of the work on Pango was done using the GTK+
pango: widget toolkit as a test platform. Pango forms the core of text and
pango: font handling for GTK.
pango:
-pango:
+pango: Homepage: https://pango.gnome.org
pango:
pango:
diff --git a/source/x/egl-wayland/egl-wayland.SlackBuild b/source/x/egl-wayland/egl-wayland.SlackBuild
index 4448e0f84..6f6bce353 100755
--- a/source/x/egl-wayland/egl-wayland.SlackBuild
+++ b/source/x/egl-wayland/egl-wayland.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=egl-wayland
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -99,7 +99,7 @@ meson setup \
cd ..
# Install the NVidia ICD file:
-mkdir $PKG/usr/share/egl/egl_external_platform.d/
+mkdir -p $PKG/usr/share/egl/egl_external_platform.d/
cp -a $CWD/10_nvidia_wayland.json $PKG/usr/share/egl/egl_external_platform.d/
chown root:root $PKG/usr/share/egl/egl_external_platform.d/10_nvidia_wayland.json
chmod 644 $PKG/usr/share/egl/egl_external_platform.d/10_nvidia_wayland.json