summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2024-02-21 20:00:08 +0000
committer Eric Hameleers <alien@slackware.com>2024-02-21 21:43:55 +0100
commit7bd6c6ca67930116862b0bdb7333874c6d822fbf (patch)
tree370727a26b18a35040f75137c7e556ce7ab38814 /source
parent96bfb8fafe527cd86c5f7f6c52656a85b7b16c39 (diff)
downloadcurrent-7bd6c6ca67930116862b0bdb7333874c6d822fbf.tar.gz
current-7bd6c6ca67930116862b0bdb7333874c6d822fbf.tar.xz
Wed Feb 21 20:00:08 UTC 202420240221200008
a/dcron-4.5-x86_64-16.txz: Rebuilt. run-parts: skip *.orig files. Thanks to metaed. l/libplist-2.4.0-x86_64-1.txz: Upgraded. xap/mozilla-thunderbird-115.8.0-x86_64-1.txz: Upgraded. This release contains security fixes and improvements. For more information, see: https://www.mozilla.org/en-US/thunderbird/115.8.0/releasenotes/ https://www.mozilla.org/en-US/security/advisories/mfsa2024-07/ https://www.cve.org/CVERecord?id=CVE-2024-1546 https://www.cve.org/CVERecord?id=CVE-2024-1547 https://www.cve.org/CVERecord?id=CVE-2024-1548 https://www.cve.org/CVERecord?id=CVE-2024-1549 https://www.cve.org/CVERecord?id=CVE-2024-1550 https://www.cve.org/CVERecord?id=CVE-2024-1551 https://www.cve.org/CVERecord?id=CVE-2024-1552 https://www.cve.org/CVERecord?id=CVE-2024-1553 (* Security fix *)
Diffstat (limited to 'source')
-rwxr-xr-xsource/a/dcron/dcron.SlackBuild4
-rw-r--r--source/a/dcron/run-parts3
-rwxr-xr-xsource/d/perl/perl.SlackBuild4
-rwxr-xr-xsource/l/libplist/libplist.SlackBuild1
4 files changed, 8 insertions, 4 deletions
diff --git a/source/a/dcron/dcron.SlackBuild b/source/a/dcron/dcron.SlackBuild
index c1dd3fc34..226eedebc 100755
--- a/source/a/dcron/dcron.SlackBuild
+++ b/source/a/dcron/dcron.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=dcron
VERSION=${VERSION:-$(echo dcron-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-15}
+BUILD=${BUILD:-16}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -113,7 +113,7 @@ cat crontab > $PKG/usr/bin/crontab
chmod 4711 $PKG/usr/bin/crontab
# Add run-parts script and man page, largely taken from Fedora:
-zcat $CWD/run-parts.gz > $PKG/usr/bin/run-parts
+cat $CWD/run-parts > $PKG/usr/bin/run-parts
chmod 0755 $PKG/usr/bin/run-parts
mkdir -p $PKG/usr/man/man{1,8}
diff --git a/source/a/dcron/run-parts b/source/a/dcron/run-parts
index ce9b9f3d1..8835e6d43 100644
--- a/source/a/dcron/run-parts
+++ b/source/a/dcron/run-parts
@@ -45,9 +45,10 @@ fi
# Ignore *~ and *, scripts
for i in $(LC_ALL=C; echo ${1%/}/*[^~,]) ; do
[ -d $i ] && continue
- # Don't run *.{bak,new,rpmsave,rpmorig,rpmnew,swp,cfsaved} scripts
+ # Don't run *.{bak,new,orig,rpmsave,rpmorig,rpmnew,swp,cfsaved} scripts
[ "${i%.bak}" != "${i}" ] && continue
[ "${i%.new}" != "${i}" ] && continue
+ [ "${i%.orig}" != "${i}" ] && continue
[ "${i%.rpmsave}" != "${i}" ] && continue
[ "${i%.rpmorig}" != "${i}" ] && continue
[ "${i%.rpmnew}" != "${i}" ] && continue
diff --git a/source/d/perl/perl.SlackBuild b/source/d/perl/perl.SlackBuild
index 38113acf4..fafbc762d 100755
--- a/source/d/perl/perl.SlackBuild
+++ b/source/d/perl/perl.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2009, 2010, 2011, 2012, 2013, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2009, 2010, 2011, 2012, 2013, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -112,6 +112,8 @@ elif [ "$ARCH" = "x86_64" ]; then
LIBDIRSUFFIX="64"
fi
+# Since perl will be unavailable for a while, REQUIRE_GLOBAL_LOCK.
+
if [ -x /usr/bin/perl ]; then
echo "Perl detected."
echo
diff --git a/source/l/libplist/libplist.SlackBuild b/source/l/libplist/libplist.SlackBuild
index 38c97cc39..630cfb9f5 100755
--- a/source/l/libplist/libplist.SlackBuild
+++ b/source/l/libplist/libplist.SlackBuild
@@ -65,6 +65,7 @@ else
LIBDIRSUFFIX=""
fi
+# Since libplist will be unavailable for a while, REQUIRE_GLOBAL_LOCK.
if ls /var/log/packages/libplist-* 1> /dev/null 2> /dev/null ; then
echo "libplist is installed. The package should be removed before"
echo "building, or the new python modules might be linked to the"