summaryrefslogtreecommitdiffstats
path: root/source/l/polkit/polkit.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-03-12 20:57:35 +0000
committer Eric Hameleers <alien@slackware.com>2022-03-13 06:59:45 +0100
commit026e3d56829770ef756f5e1490a24b3cd4518832 (patch)
treeb2f4bbe196ad5ab1158555fc316928a92b6e5c72 /source/l/polkit/polkit.SlackBuild
parent356fa99474e80bde0d755710cc9f770be5d32c05 (diff)
downloadcurrent-026e3d56829770ef756f5e1490a24b3cd4518832.tar.gz
current-026e3d56829770ef756f5e1490a24b3cd4518832.tar.xz
Sat Mar 12 20:57:35 UTC 202220220312205735
a/kernel-generic-5.16.14-x86_64-1.txz: Upgraded. a/kernel-huge-5.16.14-x86_64-1.txz: Upgraded. a/kernel-modules-5.16.14-x86_64-1.txz: Upgraded. ap/qpdf-10.6.3-x86_64-1.txz: Upgraded. ap/sqlite-3.38.1-x86_64-1.txz: Upgraded. d/kernel-headers-5.16.14-x86-1.txz: Upgraded. k/kernel-source-5.16.14-noarch-1.txz: Upgraded. l/harfbuzz-4.0.1-x86_64-1.txz: Upgraded. l/librsvg-2.52.7-x86_64-1.txz: Upgraded. l/polkit-0.120-x86_64-3.txz: Rebuilt. Patched to fix a security issue where an unprivileged user could cause a denial of service due to process file descriptor exhaustion. Thanks to marav. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-4115 (* Security fix *) xap/NetworkManager-openvpn-1.8.18-x86_64-1.txz: Upgraded. xap/xlockmore-5.69-x86_64-1.txz: Upgraded. xfce/xfce4-screenshooter-1.9.10-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source/l/polkit/polkit.SlackBuild')
-rwxr-xr-xsource/l/polkit/polkit.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/l/polkit/polkit.SlackBuild b/source/l/polkit/polkit.SlackBuild
index 13e1f948f..74949650b 100755
--- a/source/l/polkit/polkit.SlackBuild
+++ b/source/l/polkit/polkit.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=polkit
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -82,6 +82,7 @@ find . \
zcat $CWD/dont-set-wheel-group-as-admin.diff.gz | patch -p1 --verbose || exit 1
zcat $CWD/a2bf5c9c83b6ae46cbd5c779d3055bff81ded683.patch.gz | patch -p1 --verbose || exit 1
+zcat $CWD/CVE-2021-4115.patch.gz | patch -p1 --verbose || exit 1
# https://gitlab.freedesktop.org/polkit/polkit/-/issues/29
zcat $CWD/0001-configure-fix-elogind-support.patch.gz | patch -p1 || exit 1