From 152c2f5d42f80e854acfb0f0d01c450b98f4d10b Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Sat, 27 Mar 2021 20:11:55 +0000 Subject: Sat Mar 27 20:11:55 UTC 2021 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. --- source/l/ffmpeg/ffmpeg.SlackBuild | 2 +- source/l/gst-plugins-good/gst-plugins-good.SlackBuild | 2 +- source/l/pango/pango.SlackBuild | 2 +- source/l/qt5/qt5.SlackBuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'source/l') 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 - _) -- cgit v1.2.3-65-gdbad