summaryrefslogtreecommitdiffstats
path: root/source/l
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2021-03-27 20:11:55 +0000
committer Eric Hameleers <alien@slackware.com>2021-03-28 08:59:53 +0200
commit152c2f5d42f80e854acfb0f0d01c450b98f4d10b (patch)
treeb3bbcea2c4348fd1fa8f054e429d6a0e6ca1e244 /source/l
parent70c069bd5cf5acd2bb3b115218e801d038ec9ad6 (diff)
downloadcurrent-152c2f5d42f80e854acfb0f0d01c450b98f4d10b.tar.gz
current-152c2f5d42f80e854acfb0f0d01c450b98f4d10b.tar.xz
Sat Mar 27 20:11:55 UTC 202120210327201155
ap/sqlite-3.35.3-x86_64-1.txz: Upgraded. d/git-2.31.1-x86_64-1.txz: Upgraded. d/re2c-2.1-x86_64-1.txz: Upgraded. l/ffmpeg-4.3.2-x86_64-2.txz: Rebuilt. libvpx-1.10.0 seems to have a changed ABI, so recompile against it. l/gst-plugins-good-1.18.4-x86_64-2.txz: Rebuilt. libvpx-1.10.0 seems to have a changed ABI, so recompile against it. l/pango-1.48.4-x86_64-1.txz: Upgraded. l/qt5-5.15.2-x86_64-7.txz: Rebuilt. n/epic5-2.1.3-x86_64-1.txz: Upgraded. x/libXaw-1.0.14-x86_64-1.txz: Upgraded. x/xterm-367-x86_64-1.txz: Upgraded. This update fixes a security issue: xterm before Patch #366 allows remote attackers to execute arbitrary code or cause a denial of service (segmentation fault) via a crafted UTF-8 combining character sequence. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-27135 (* Security fix *) xap/xine-lib-1.2.11-x86_64-5.txz: Rebuilt. libvpx-1.10.0 seems to have a changed ABI, so recompile against it. xap/xpaint-3.1.3-x86_64-1.txz: Upgraded. xap/xsnow-3.2.3-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/l')
-rwxr-xr-xsource/l/ffmpeg/ffmpeg.SlackBuild2
-rwxr-xr-xsource/l/gst-plugins-good/gst-plugins-good.SlackBuild2
-rwxr-xr-xsource/l/pango/pango.SlackBuild2
-rwxr-xr-xsource/l/qt5/qt5.SlackBuild2
4 files changed, 4 insertions, 4 deletions
diff --git a/source/l/ffmpeg/ffmpeg.SlackBuild b/source/l/ffmpeg/ffmpeg.SlackBuild
index efef2dcb7..6ede2d332 100755
--- a/source/l/ffmpeg/ffmpeg.SlackBuild
+++ b/source/l/ffmpeg/ffmpeg.SlackBuild
@@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=ffmpeg
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
diff --git a/source/l/gst-plugins-good/gst-plugins-good.SlackBuild b/source/l/gst-plugins-good/gst-plugins-good.SlackBuild
index 2171a194c..1a7b8b6f0 100755
--- a/source/l/gst-plugins-good/gst-plugins-good.SlackBuild
+++ b/source/l/gst-plugins-good/gst-plugins-good.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=gst-plugins-good
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/l/pango/pango.SlackBuild b/source/l/pango/pango.SlackBuild
index 09d8426da..b18eef80b 100755
--- a/source/l/pango/pango.SlackBuild
+++ b/source/l/pango/pango.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=pango
VERSION=${VERSION:-$(echo pango-*.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
diff --git a/source/l/qt5/qt5.SlackBuild b/source/l/qt5/qt5.SlackBuild
index 28a8204a2..8697ce82f 100755
--- a/source/l/qt5/qt5.SlackBuild
+++ b/source/l/qt5/qt5.SlackBuild
@@ -31,7 +31,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=qt5
VERSION=$(ls qt-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)
-BUILD=${BUILD:-6}
+BUILD=${BUILD:-7}
PKGSRC=$(echo $VERSION | cut -d - -f 1)
PKGVER=$(echo $VERSION | tr - _)