summaryrefslogtreecommitdiffstats
path: root/source/a/coreutils
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2018-10-17 03:11:25 +0000
committer Eric Hameleers <alien@slackware.com>2018-10-17 09:00:35 +0200
commit8073ad053c0e5783867cb5d9f64eb4cd05c31392 (patch)
treecfc6308ebd2ddc140216a3d4316758e0f7a39736 /source/a/coreutils
parentdb5d383d1ee68eab0dfe820d0f4172e6bb894b91 (diff)
downloadcurrent-8073ad053c0e5783867cb5d9f64eb4cd05c31392.tar.gz
current-8073ad053c0e5783867cb5d9f64eb4cd05c31392.tar.xz
Wed Oct 17 03:11:25 UTC 201820181017031125
a/bin-11.1-x86_64-3.txz: Rebuilt. Renamed mktemp to mktemp-debianutils. Removed bban and sysvbanner which seem to be lacking proper licensing info. a/coreutils-8.30-x86_64-2.txz: Rebuilt. Renamed mktemp-gnu to mktemp. a/xfsprogs-4.18.0-x86_64-2.txz: Rebuilt. Recompiled against icu4c-63.1. ap/alsa-utils-1.1.7-x86_64-1.txz: Upgraded. ap/sqlite-3.25.2-x86_64-2.txz: Rebuilt. Recompiled against icu4c-63.1. d/ccache-3.5-x86_64-1.txz: Upgraded. kde/calligra-2.9.11-x86_64-26.txz: Rebuilt. Recompiled against icu4c-63.1. l/alsa-lib-1.1.7-x86_64-1.txz: Upgraded. l/alsa-plugins-1.1.7-x86_64-1.txz: Upgraded. l/boost-1.68.0-x86_64-2.txz: Rebuilt. Recompiled against icu4c-63.1. l/harfbuzz-1.9.0-x86_64-2.txz: Rebuilt. Recompiled against icu4c-63.1. l/icu4c-63.1-x86_64-1.txz: Upgraded. Shared library .so-version bump. Those of you using Plasma 5 or various third party packages should know by now what it means when icu4c gets a bump in -current. You may want to wait a few days for those things to appear again rebuilt against this. l/libical-3.0.4-x86_64-1.txz: Upgraded. Compiled against icu4c-63.1. l/libssh-0.7.6-x86_64-1.txz: Upgraded. Fixed authentication bypass vulnerability. For more information, see: https://www.libssh.org/2018/10/16/libssh-0-8-4-and-0-7-6-security-and-bugfix-release/ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-10933 (* Security fix *) l/libvisio-0.1.6-x86_64-5.txz: Rebuilt. Recompiled against icu4c-63.1. l/qt-4.8.7-x86_64-11.txz: Rebuilt. Recompiled against icu4c-63.1. l/raptor2-2.0.15-x86_64-6.txz: Rebuilt. Recompiled against icu4c-63.1. n/dovecot-2.3.3-x86_64-2.txz: Rebuilt. Recompiled against icu4c-63.1. n/php-7.2.11-x86_64-1.txz: Upgraded. Compiled against icu4c-63.1. n/postfix-3.3.1-x86_64-3.txz: Rebuilt. Recompiled against icu4c-63.1. n/tin-2.4.2-x86_64-4.txz: Rebuilt. Recompiled against icu4c-63.1. t/texlive-2018.180822-x86_64-2.txz: Rebuilt. Recompiled against icu4c-63.1. x/libdrm-2.4.96-x86_64-1.txz: Upgraded. xfce/exo-0.12.3-x86_64-1.txz: Upgraded. extra/brltty/brltty-5.6-x86_64-2.txz: Rebuilt. Recompiled against icu4c-63.1. extra/pure-alsa-system/alsa-lib-1.1.7-x86_64-1_alsa.txz: Upgraded. extra/pure-alsa-system/alsa-plugins-1.1.7-x86_64-1_alsa.txz: Upgraded.
Diffstat (limited to 'source/a/coreutils')
-rwxr-xr-xsource/a/coreutils/coreutils.SlackBuild12
1 files changed, 1 insertions, 11 deletions
diff --git a/source/a/coreutils/coreutils.SlackBuild b/source/a/coreutils/coreutils.SlackBuild
index 4b88625c8..77429e28d 100755
--- a/source/a/coreutils/coreutils.SlackBuild
+++ b/source/a/coreutils/coreutils.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=coreutils
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | cut -d - -f 2 | rev | cut -f 3- -d . | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -121,16 +121,6 @@ make install DESTDIR=$PKG || exit 1
find $PKG | xargs file | grep -e "executable" -e "shared object" \
| grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
-# We have had the mktemp from debianutils included with Slackware for quite a
-# long time, and certain options are changed here, like changing -u to mean a
-# dry-run rather than to unlink the tempfile when finished. Since this could
-# break existing scripts, unless someone can tell me a good reason why we
-# should start using a new version of mktemp, we will continue to use the
-# one we've been using. If the new one starts to become expected, let me know.
-# We'll figure out what the best options are and go from there.
-mv $PKG/bin/mktemp $PKG/bin/mktemp-gnu
-mv $PKG/usr/man/man1/mktemp.1 $PKG/usr/man/man1/mktemp-gnu.1
-
# This seems wrong, and it stomps on files in the ksh93 package, though I'm
# not sure the placement of those is correct, either... The ksh93 package
# installs them as flat text files, while coreutils installs empty directories