summaryrefslogtreecommitdiffstats
path: root/source/ap/cups-filters/cups-filters.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-05-19 18:59:24 +0000
committer Eric Hameleers <alien@slackware.com>2023-05-19 21:40:53 +0200
commitaaa6bb3264d6d096f5351020958c8ac48a485c6a (patch)
treebb9b490571691ddb929d2c1dac2d072842f6a2a9 /source/ap/cups-filters/cups-filters.SlackBuild
parent18204a931b096ad06e5ea20fdedeb3e7eb655bc8 (diff)
downloadcurrent-aaa6bb3264d6d096f5351020958c8ac48a485c6a.tar.gz
current-aaa6bb3264d6d096f5351020958c8ac48a485c6a.tar.xz
Fri May 19 18:59:24 UTC 202320230519185924
a/pam-1.5.3-x86_64-1.txz: Upgraded. ap/cups-filters-1.28.17-x86_64-2.txz: Rebuilt. [PATCH] Merge pull request from GHSA-gpxc-v2m8-fr3x. With execv() command line arguments are passed as separate strings and not the full command line in a single string. This prevents arbitrary command execution by escaping the quoting of the arguments in a job with forged job title. Thanks to marav. For more information, see: https://www.cve.org/CVERecord?id=CVE-2023-24805 (* Security fix *) ap/vim-9.0.1569-x86_64-1.txz: Upgraded. xap/vim-gvim-9.0.1569-x86_64-1.txz: Upgraded.
Diffstat (limited to '')
-rwxr-xr-xsource/ap/cups-filters/cups-filters.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/ap/cups-filters/cups-filters.SlackBuild b/source/ap/cups-filters/cups-filters.SlackBuild
index 05f90d9a4..a43530823 100755
--- a/source/ap/cups-filters/cups-filters.SlackBuild
+++ b/source/ap/cups-filters/cups-filters.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=cups-filters
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
@@ -78,6 +78,8 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
+zcat $CWD/CVE-2023-24805.patch.gz | patch -p1 --verbose || exit 1
+
if [ ! -r configure ]; then
if [ -x ./autogen.sh ]; then
NOCONFIGURE=1 ./autogen.sh