diff options
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 |
commit | 8073ad053c0e5783867cb5d9f64eb4cd05c31392 (patch) | |
tree | cfc6308ebd2ddc140216a3d4316758e0f7a39736 /source/a | |
parent | db5d383d1ee68eab0dfe820d0f4172e6bb894b91 (diff) | |
download | current-8073ad053c0e5783867cb5d9f64eb4cd05c31392.tar.gz |
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')
-rwxr-xr-x | source/a/bin/bin.SlackBuild | 19 | ||||
-rwxr-xr-x | source/a/coreutils/coreutils.SlackBuild | 12 | ||||
-rwxr-xr-x | source/a/xfsprogs/xfsprogs.SlackBuild | 2 |
3 files changed, 5 insertions, 28 deletions
diff --git a/source/a/bin/bin.SlackBuild b/source/a/bin/bin.SlackBuild index ff49fa0b..64f57d02 100755 --- a/source/a/bin/bin.SlackBuild +++ b/source/a/bin/bin.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=bin VERSION=11.1 -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -72,8 +72,8 @@ make || exit 1 #cat run-parts > $PKG/usr/bin/run-parts #cat run-parts.8 | gzip -9c > $PKG/usr/man/man8/run-parts.8.gz mkdir -p $PKG/usr/bin $PKG/usr/man/man{1,8} -cat mktemp > $PKG/usr/bin/mktemp -cat mktemp.1 | gzip -9c > $PKG/usr/man/man1/mktemp.1.gz +cat mktemp > $PKG/usr/bin/mktemp-debianutils +cat mktemp.1 | gzip -9c > $PKG/usr/man/man1/mktemp-debianutils.1.gz cat savelog > $PKG/usr/bin/savelog cat savelog.8 | gzip -9c > $PKG/usr/man/man8/savelog.8.gz cat tempfile > $PKG/usr/bin/tempfile @@ -106,19 +106,6 @@ cp -a \ $PKG/usr/doc/fbset-${FBSET} rm -r $PKG/usr/doc/fbset-${FBSET}/CVS -echo "+=========+" -echo "| banners |" -echo "+=========+" -cd $TMP -rm -rf banners -tar xzvf $CWD/banners.tar.gz -cd banners -chown -R root:root . -make || exit 1 -cat bban > $PKG/usr/bin/bban -cat sysvbanner > $PKG/usr/bin/sysvbanner -chmod 755 $PKG/usr/bin/{bban,sysvbanner} - echo "+===============+" echo "| todos/fromdos |" echo "+===============+" diff --git a/source/a/coreutils/coreutils.SlackBuild b/source/a/coreutils/coreutils.SlackBuild index 4b88625c..77429e28 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 diff --git a/source/a/xfsprogs/xfsprogs.SlackBuild b/source/a/xfsprogs/xfsprogs.SlackBuild index 73558b5e..e110d046 100755 --- a/source/a/xfsprogs/xfsprogs.SlackBuild +++ b/source/a/xfsprogs/xfsprogs.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=xfsprogs VERSION=${VERSION:-$(echo xfsprogs-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} |