summaryrefslogtreecommitdiffstats
path: root/source/a
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-03-16 23:34:56 +0000
committer Eric Hameleers <alien@slackware.com>2023-03-17 02:35:17 +0100
commit4ad66992c6edc532893fb7e4b205c3897830ab54 (patch)
tree80096d1158529fea48cb4acc94e6a883b5acc29f /source/a
parentcb533ae89cb9383688cc5c4dd319d7fa2d77731c (diff)
downloadcurrent-4ad66992c6edc532893fb7e4b205c3897830ab54.tar.gz
current-4ad66992c6edc532893fb7e4b205c3897830ab54.tar.xz
Thu Mar 16 23:34:56 UTC 202320230316233456
a/cracklib-2.9.10-x86_64-1.txz: Upgraded. a/file-5.44-x86_64-2.txz: Rebuilt. Patched to mute debug messages. Thanks to Stuart Winter. n/bind-9.18.13-x86_64-1.txz: Upgraded. This is a bugfix release. n/openssh-9.3p1-x86_64-1.txz: Upgraded. This release contains fixes for a security problem and a memory safety problem. The memory safety problem is not believed to be exploitable, but we report most network-reachable memory faults as security bugs. For more information, see: https://www.openssh.com/txt/release-9.3 (* Security fix *) n/php-8.2.4-x86_64-1.txz: Upgraded. This is a bugfix release. xap/mozilla-thunderbird-102.9.0-x86_64-1.txz: Upgraded. This update contains security fixes and improvements. For more information, see: https://www.mozilla.org/en-US/firefox/102.9.0/releasenotes/ https://www.mozilla.org/en-US/security/advisories/mfsa2023-10 https://www.cve.org/CVERecord?id=CVE-2023-25751 https://www.cve.org/CVERecord?id=CVE-2023-28164 https://www.cve.org/CVERecord?id=CVE-2023-28162 https://www.cve.org/CVERecord?id=CVE-2023-25752 https://www.cve.org/CVERecord?id=CVE-2023-28163 https://www.cve.org/CVERecord?id=CVE-2023-28176 (* Security fix *)
Diffstat (limited to 'source/a')
-rwxr-xr-xsource/a/cracklib/cracklib.SlackBuild9
-rwxr-xr-xsource/a/file/file.SlackBuild8
-rw-r--r--source/a/file/upstream.mute-debug-warning.patch27
3 files changed, 41 insertions, 3 deletions
diff --git a/source/a/cracklib/cracklib.SlackBuild b/source/a/cracklib/cracklib.SlackBuild
index e58c28d79..4a617bbb6 100755
--- a/source/a/cracklib/cracklib.SlackBuild
+++ b/source/a/cracklib/cracklib.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/sh
# Copyright 2010,2011 Vincent Batts, Vienna, VA, USA
-# Copyright 2010, 2018 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2010, 2018, 2023 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -136,6 +136,13 @@ ln -s /usr/share/cracklib/pw_dict.pwi cracklib_dict.pwi
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
+# Compress manual pages:
+find $PKG/usr/man -type f -exec gzip -9 {} \+
+for i in $( find $PKG/usr/man -type l ) ; do
+ ln -s $( readlink $i ).gz $i.gz
+ rm $i
+done
+
mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION
cp -a \
AUTHORS COPYING.LIB ChangeLog INSTALL NEWS README* \
diff --git a/source/a/file/file.SlackBuild b/source/a/file/file.SlackBuild
index d2870c5bd..d42a44f6a 100755
--- a/source/a/file/file.SlackBuild
+++ b/source/a/file/file.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2005-2008, 2009, 2010, 2013, 2015, 2018, 2019 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2005-2008, 2009, 2010, 2013, 2015, 2018, 2019, 2023 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=file
VERSION=${VERSION:-$(echo file-*.tar.?z* | cut -d - -f 2 | rev | cut -f 3- -d . | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -100,6 +100,10 @@ zcat $CWD/file.crdaregbin.magic.gz >> magic/Magdir/crdaregbin
# Add some regression fixes from upstream:
# (none currently)
+# Quell this debug message: mozes@kitt $ file /lib/firmware/lgs8g75.fw
+#lhs/off overflow 4294967295 0
+#/lib/firmware/lgs8g75.fw: data
+xzcat $CWD/upstream.mute-debug-warning.patch.xz | patch --verbose -p1 || exit 1
# This is needed after the default data directory patch above:
autoreconf -vif || exit 1
diff --git a/source/a/file/upstream.mute-debug-warning.patch b/source/a/file/upstream.mute-debug-warning.patch
new file mode 100644
index 000000000..74ba3f1fd
--- /dev/null
+++ b/source/a/file/upstream.mute-debug-warning.patch
@@ -0,0 +1,27 @@
+http://deb.debian.org/debian/pool/main/f/file/file_5.44-3.debian.tar.xz
+
+Subject: Disable debug messages
+Author: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
+Date: 2022-12-20
+Forwarded: https://mailman.astron.com/pipermail/file/2022-December/001018.html
+
+--- a/src/softmagic.c
++++ b/src/softmagic.c
+@@ -1461,7 +1461,7 @@
+ // On purpose not INTMAX_MAX
+ if (lhs >= UINT_MAX || lhs <= INT_MIN ||
+ off >= UINT_MAX || off <= INT_MIN) {
+- fprintf(stderr, "lhs/off overflow %jd %jd\n", lhs, off);
++/* fprintf(stderr, "lhs/off overflow %jd %jd\n", lhs, off); */
+ return 1;
+ }
+
+@@ -1497,7 +1497,7 @@
+ if (m->in_op & FILE_OPINVERSE)
+ offset = ~offset;
+ if (offset >= UINT_MAX) {
+- fprintf(stderr, "offset overflow %jd\n", offset);
++/* fprintf(stderr, "offset overflow %jd\n", offset); */
+ return 1;
+ }
+ *rv = CAST(uint32_t, offset);