summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2024-06-19 18:21:46 +0000
committer Eric Hameleers <alien@slackware.com>2024-06-19 21:32:59 +0200
commit0425798cdda5dfd9cb90490875f0dbe5d10a29ba (patch)
tree9e6ad085cd025d626f5809328a05b40d818c41ce /source
parentd84c09c49c01e8ecbb6cf36832cbf9ff58b0757c (diff)
downloadcurrent-0425798cdda5dfd9cb90490875f0dbe5d10a29ba.tar.gz
current-0425798cdda5dfd9cb90490875f0dbe5d10a29ba.tar.xz
Wed Jun 19 18:21:46 UTC 202420240619182146
ap/inxi-3.3.35_1-noarch-1.txz: Upgraded. d/python-setuptools-70.1.0-x86_64-1.txz: Upgraded. l/cfitsio-4.4.1-x86_64-1.txz: Upgraded. l/libproxy-0.5.7-x86_64-1.txz: Upgraded. l/libxml2-2.13.1-x86_64-1.txz: Upgraded. l/libxslt-1.1.41-x86_64-1.txz: Upgraded. l/python-psutil-6.0.0-x86_64-1.txz: Upgraded. n/libgcrypt-1.11.0-x86_64-1.txz: Upgraded. n/libgpg-error-1.50-x86_64-1.txz: Upgraded. n/samba-4.20.2-x86_64-1.txz: Upgraded. x/mesa-24.1.2-x86_64-1.txz: Upgraded. xap/mozilla-firefox-127.0.1-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/firefox/127.0.1/releasenotes/
Diffstat (limited to 'source')
-rwxr-xr-xsource/ap/inxi/fetch-inxi.sh2
-rw-r--r--source/l/libxslt/0001-runtest-Print-output-causing-failure.patch33
-rw-r--r--source/l/libxslt/0002-tests-Fix-tests-for-libxml2-fix.patch19
-rwxr-xr-xsource/l/libxslt/libxslt.SlackBuild6
-rwxr-xr-xsource/l/python-psutil/python-psutil.SlackBuild2
-rwxr-xr-xsource/x/mesa/mesa.SlackBuild2
6 files changed, 4 insertions, 60 deletions
diff --git a/source/ap/inxi/fetch-inxi.sh b/source/ap/inxi/fetch-inxi.sh
index 8750c0bd5..cf75d93f7 100755
--- a/source/ap/inxi/fetch-inxi.sh
+++ b/source/ap/inxi/fetch-inxi.sh
@@ -24,7 +24,7 @@
PKGNAM=inxi
# Pull a stable branch + patches
-BRANCH=${1:-3.3.34-1}
+BRANCH=${1:-3.3.35-1}
# Clear download area:
rm -rf ${PKGNAM}
diff --git a/source/l/libxslt/0001-runtest-Print-output-causing-failure.patch b/source/l/libxslt/0001-runtest-Print-output-causing-failure.patch
deleted file mode 100644
index 1fd87b732..000000000
--- a/source/l/libxslt/0001-runtest-Print-output-causing-failure.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" <heftig@archlinux.org>
-Date: Sat, 15 Jun 2024 00:22:58 +0200
-Subject: [PATCH] runtest: Print output causing failure
-
----
- tests/runtest.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/tests/runtest.c b/tests/runtest.c
-index 56eb31f1dc8c..fea4bd3c61f4 100644
---- a/tests/runtest.c
-+++ b/tests/runtest.c
-@@ -668,17 +668,17 @@ xsltTest(const char *filename, int options) {
- res = compareFileMem(outFilename, (char *) out, outSize);
- if (res != 0) {
- fprintf(stderr, "Result for %s failed\n", filename);
-- /* printf("####\n%s####\n", out); */
-+ printf("####\n%s####\n", out);
- ret = -1;
- }
- free(outFilename);
- xmlFree(out);
-
- errFilename = changeSuffix(filename, errSuffix);
- res = compareFileMem(errFilename, testErrors, testErrorsSize);
- if (res != 0) {
- fprintf(stderr, "Error for %s failed\n", filename);
-- /* printf("####\n%s####\n", testErrors); */
-+ printf("####\n%s####\n", testErrors);
- ret = -1;
- }
- free(errFilename);
diff --git a/source/l/libxslt/0002-tests-Fix-tests-for-libxml2-fix.patch b/source/l/libxslt/0002-tests-Fix-tests-for-libxml2-fix.patch
deleted file mode 100644
index 6df3a2ee1..000000000
--- a/source/l/libxslt/0002-tests-Fix-tests-for-libxml2-fix.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" <heftig@archlinux.org>
-Date: Sat, 15 Jun 2024 00:23:04 +0200
-Subject: [PATCH] tests: Fix tests for libxml2 fix
-
-See: https://gitlab.gnome.org/GNOME/libxml2/-/commit/aa90cb0c578bd189089cd1fe195faf85040ac98b
----
- tests/documents/test_bad.err | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/tests/documents/test_bad.err b/tests/documents/test_bad.err
-index 91e5f4c79381..e6dd598716a1 100644
---- a/tests/documents/test_bad.err
-+++ b/tests/documents/test_bad.err
-@@ -1,2 +1,2 @@
--I/O error : failed to load "foofile.xml": No such file or directory
--I/O error : failed to load "foo_file.xml": No such file or directory
-+I/O warning : failed to load "foofile.xml": No such file or directory
-+I/O warning : failed to load "foo_file.xml": No such file or directory
diff --git a/source/l/libxslt/libxslt.SlackBuild b/source/l/libxslt/libxslt.SlackBuild
index e9463fbe8..3ee74f2d5 100755
--- a/source/l/libxslt/libxslt.SlackBuild
+++ b/source/l/libxslt/libxslt.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=libxslt
VERSION=${VERSION:-$(echo $PKGNAM-*.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
@@ -73,10 +73,6 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
-# Upstream patches:
-cat $CWD/0001-runtest-Print-output-causing-failure.patch | patch -p1 --verbose || exit 1
-cat $CWD/0002-tests-Fix-tests-for-libxml2-fix.patch | patch -p1 --verbose || exit 1
-
# Be a bit more generous with xsltMaxDepth to avoid false positive
# on infinite recursion:
zcat $CWD/libxslt.xsltMaxDepth.diff.gz | patch -p1 --verbose || exit 1
diff --git a/source/l/python-psutil/python-psutil.SlackBuild b/source/l/python-psutil/python-psutil.SlackBuild
index baeeb2111..870f86765 100755
--- a/source/l/python-psutil/python-psutil.SlackBuild
+++ b/source/l/python-psutil/python-psutil.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=python-psutil
SRCNAM=psutil
VERSION=${VERSION:-$(echo ${SRCNAM}-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
diff --git a/source/x/mesa/mesa.SlackBuild b/source/x/mesa/mesa.SlackBuild
index f47cc7de1..3e64bf8ec 100755
--- a/source/x/mesa/mesa.SlackBuild
+++ b/source/x/mesa/mesa.SlackBuild
@@ -26,7 +26,7 @@ PKGNAM=mesa
VERSION=${VERSION:-$(echo $PKGNAM-[0-9]*.tar.?z | rev | cut -f 3- -d . | rev | cut -f 2- -d -)}
AMBERVERS=${AMBERVERS:-21.3.9}
DEMOVERS=${DEMOVERS:-8.5.0}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
BUILD_AMBER=${BUILD_AMBER:-YES}
BUILD_DEMOS=${BUILD_DEMOS:-YES}
CODECS=${CODECS:-h264dec,h264enc,h265dec,h265enc,vc1dec,av1dec,av1enc,vp9dec}