summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-11-09 22:16:30 +0000
committer Eric Hameleers <alien@slackware.com>2022-11-10 07:00:17 +0100
commite519d8d2c69426feefc2ee207e3b14940fad2d2a (patch)
treea2594ad06d1047cc0fea45bc8c48683c3c95c00e /source
parent458c6cc7f8c05cd766aaa02b9468e25a234741d1 (diff)
downloadcurrent-e519d8d2c69426feefc2ee207e3b14940fad2d2a.tar.gz
current-e519d8d2c69426feefc2ee207e3b14940fad2d2a.tar.xz
Wed Nov 9 22:16:30 UTC 202220221109221630
a/btrfs-progs-6.0.1-x86_64-1.txz: Upgraded. ap/sysstat-12.7.1-x86_64-1.txz: Upgraded. On 32 bit systems, in versions 9.1.16 and newer but prior to 12.7.1, allocate_structures contains a size_t overflow in sa_common.c. The allocate_structures function insufficiently checks bounds before arithmetic multiplication, allowing for an overflow in the size allocated for the buffer representing system activities. This issue may lead to Remote Code Execution (RCE). For more information, see: https://www.cve.org/CVERecord?id=CVE-2022-39377 (* Security fix *) kde/bluedevil-5.26.3.1-x86_64-1.txz: Upgraded. kde/breeze-5.26.3.1-x86_64-1.txz: Upgraded. kde/oxygen-sounds-5.26.3.1-x86_64-1.txz: Upgraded. l/gdk-pixbuf2-2.42.10-x86_64-1.txz: Upgraded. l/orc-0.4.33-x86_64-1.txz: Upgraded. n/mobile-broadband-provider-info-20221107-x86_64-1.txz: Upgraded. xfce/xfce4-settings-4.16.4-x86_64-1.txz: Upgraded. Fixed an argument injection vulnerability in xfce4-mime-helper. For more information, see: https://www.cve.org/CVERecord?id=CVE-2022-45062 (* Security fix *)
Diffstat (limited to 'source')
-rwxr-xr-xsource/ap/sysstat/sysstat.SlackBuild6
-rw-r--r--source/ap/sysstat/sysstat.url3
-rwxr-xr-xsource/l/orc/orc.SlackBuild2
-rw-r--r--source/xfce/xfce4-settings/xfce4-settings.url2
4 files changed, 7 insertions, 6 deletions
diff --git a/source/ap/sysstat/sysstat.SlackBuild b/source/ap/sysstat/sysstat.SlackBuild
index 6f772d5de..fc61cb959 100755
--- a/source/ap/sysstat/sysstat.SlackBuild
+++ b/source/ap/sysstat/sysstat.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2006, 2008, 2009, 2010, 2018 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2006, 2008, 2009, 2010, 2018, 2022 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=sysstat
-VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
+VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
@@ -79,7 +79,7 @@ mkdir -p $TMP $PKG
cd $TMP
rm -rf ${PKGNAM}-${VERSION}
-tar xvf $CWD/${PKGNAM}-$VERSION.tar.?z* || exit 1
+tar xvf $CWD/${PKGNAM}-$VERSION.tar.?z || exit 1
cd ${PKGNAM}-$VERSION || exit 1
# Make sure ownerships and permissions are sane:
diff --git a/source/ap/sysstat/sysstat.url b/source/ap/sysstat/sysstat.url
index 4f46fe0e7..3047a92cc 100644
--- a/source/ap/sysstat/sysstat.url
+++ b/source/ap/sysstat/sysstat.url
@@ -1 +1,2 @@
-http://sebastien.godard.pagesperso-orange.fr/
+#http://sebastien.godard.pagesperso-orange.fr/
+https://github.com/sysstat/sysstat
diff --git a/source/l/orc/orc.SlackBuild b/source/l/orc/orc.SlackBuild
index 35455b8d4..8d2bd21eb 100755
--- a/source/l/orc/orc.SlackBuild
+++ b/source/l/orc/orc.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=orc
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
diff --git a/source/xfce/xfce4-settings/xfce4-settings.url b/source/xfce/xfce4-settings/xfce4-settings.url
index a9acf4e3c..6d2295fcc 100644
--- a/source/xfce/xfce4-settings/xfce4-settings.url
+++ b/source/xfce/xfce4-settings/xfce4-settings.url
@@ -1 +1 @@
-http://archive.xfce.org/src/xfce/xfce4-settings/4.16/xfce4-settings-4.16.3.tar.bz2
+http://archive.xfce.org/src/xfce/xfce4-settings/4.16/xfce4-settings-4.16.4.tar.bz2