From 8073ad053c0e5783867cb5d9f64eb4cd05c31392 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Wed, 17 Oct 2018 03:11:25 +0000 Subject: Wed Oct 17 03:11:25 UTC 2018 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. --- source/a/bin/bin.SlackBuild | 19 +++---------------- source/a/coreutils/coreutils.SlackBuild | 12 +----------- source/a/xfsprogs/xfsprogs.SlackBuild | 2 +- source/ap/alsa-utils/alsa-utils.SlackBuild | 2 +- source/ap/sqlite/sqlite.SlackBuild | 2 +- source/kde/build/calligra | 2 +- source/l/alsa-lib/alsa-lib.SlackBuild | 2 +- source/l/alsa-plugins/alsa-plugins.SlackBuild | 2 +- source/l/boost/boost.SlackBuild | 2 +- source/l/gst-plugins-base0/slack-desc | 2 +- source/l/gst-plugins-good0/slack-desc | 2 +- source/l/gstreamer/slack-desc | 2 +- source/l/gstreamer0/slack-desc | 2 +- source/l/harfbuzz/harfbuzz.SlackBuild | 2 +- source/l/icu4c/icu4c.SlackBuild | 2 +- source/l/libical/libical.SlackBuild | 2 +- source/l/libssh/libssh.SlackBuild | 2 +- source/l/libvisio/libvisio.SlackBuild | 2 +- source/l/qt/qt-nowebkit.SlackBuild | 2 +- source/l/raptor2/raptor2.SlackBuild | 2 +- source/n/dovecot/dovecot.SlackBuild | 2 +- source/n/php/fetch-php.sh | 4 ++-- source/n/postfix/postfix.SlackBuild | 2 +- source/n/tin/tin.SlackBuild | 2 +- source/t/texlive/texlive.SlackBuild | 2 +- source/xfce/exo/exo.url | 2 +- 26 files changed, 29 insertions(+), 52 deletions(-) (limited to 'source') diff --git a/source/a/bin/bin.SlackBuild b/source/a/bin/bin.SlackBuild index ff49fa0bb..64f57d02d 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 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 diff --git a/source/a/xfsprogs/xfsprogs.SlackBuild b/source/a/xfsprogs/xfsprogs.SlackBuild index 73558b5ee..e110d0466 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) "} diff --git a/source/ap/alsa-utils/alsa-utils.SlackBuild b/source/ap/alsa-utils/alsa-utils.SlackBuild index 52cb25051..27c7f7033 100755 --- a/source/ap/alsa-utils/alsa-utils.SlackBuild +++ b/source/ap/alsa-utils/alsa-utils.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=alsa-utils VERSION=${VERSION:-$(echo alsa-utils-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} diff --git a/source/ap/sqlite/sqlite.SlackBuild b/source/ap/sqlite/sqlite.SlackBuild index f8869fb8d..52dc9f68f 100755 --- a/source/ap/sqlite/sqlite.SlackBuild +++ b/source/ap/sqlite/sqlite.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=sqlite -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # First, convert the .zip file if needed: if ls *.zip 1> /dev/null 2> /dev/null ; then diff --git a/source/kde/build/calligra b/source/kde/build/calligra index 7273c0fa8..6f4247a62 100644 --- a/source/kde/build/calligra +++ b/source/kde/build/calligra @@ -1 +1 @@ -25 +26 diff --git a/source/l/alsa-lib/alsa-lib.SlackBuild b/source/l/alsa-lib/alsa-lib.SlackBuild index 7138eeeff..d6c6517c6 100755 --- a/source/l/alsa-lib/alsa-lib.SlackBuild +++ b/source/l/alsa-lib/alsa-lib.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=alsa-lib VERSION=${VERSION:-$(echo alsa-lib-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} diff --git a/source/l/alsa-plugins/alsa-plugins.SlackBuild b/source/l/alsa-plugins/alsa-plugins.SlackBuild index bd13dcd3e..ec115625d 100755 --- a/source/l/alsa-plugins/alsa-plugins.SlackBuild +++ b/source/l/alsa-plugins/alsa-plugins.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=alsa-plugins VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} diff --git a/source/l/boost/boost.SlackBuild b/source/l/boost/boost.SlackBuild index 231d36078..2c57e2f51 100755 --- a/source/l/boost/boost.SlackBuild +++ b/source/l/boost/boost.SlackBuild @@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=boost VERSION=${VERSION:-$(echo $PKGNAM_*.tar.?z | rev | cut -f 3- -d . | rev | cut -f 2- -d _)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} PKG_VERSION=$(echo $VERSION | tr _ .) # Leave this alone NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} diff --git a/source/l/gst-plugins-base0/slack-desc b/source/l/gst-plugins-base0/slack-desc index 073222be8..a7bb04ebb 100644 --- a/source/l/gst-plugins-base0/slack-desc +++ b/source/l/gst-plugins-base0/slack-desc @@ -6,7 +6,7 @@ # customary to leave one space after the ':'. |-----handy-ruler---------------------------------------------| -gst-plugins-base0: gst-plugins-base (base set of GStreamer plugins, v0) +gst-plugins-base0: gst-plugins-base0 (base set of GStreamer plugins, v0) gst-plugins-base0: gst-plugins-base0: GStreamer Base Plug-ins is a well-groomed and well-maintained gst-plugins-base0: collection of GStreamer plug-ins and elements, spanning the diff --git a/source/l/gst-plugins-good0/slack-desc b/source/l/gst-plugins-good0/slack-desc index ed08cbecd..f0ff36faf 100644 --- a/source/l/gst-plugins-good0/slack-desc +++ b/source/l/gst-plugins-good0/slack-desc @@ -6,7 +6,7 @@ # customary to leave one space after the ':'. |-----handy-ruler---------------------------------------------| -gst-plugins-good0: gst-plugins-good (good set of GStreamer plugins, v0) +gst-plugins-good0: gst-plugins-good0 (good set of GStreamer plugins, v0) gst-plugins-good0: gst-plugins-good0: GStreamer Good Plug-ins is a set of plug-ins that have good gst-plugins-good0: quality code, correct functionality, and a good license diff --git a/source/l/gstreamer/slack-desc b/source/l/gstreamer/slack-desc index 3615bd8b7..d6bef69c2 100644 --- a/source/l/gstreamer/slack-desc +++ b/source/l/gstreamer/slack-desc @@ -6,7 +6,7 @@ # customary to leave one space after the ':'. |-----handy-ruler----------------------------------------------------| -gstreamer: GStreamer (streaming multimedia framework) +gstreamer: gstreamer (streaming multimedia framework) gstreamer: gstreamer: GStreamer is a library that allows the construction of graphs of a gstreamer: media-handling components, ranging from simple Ogg/Vorbis playback diff --git a/source/l/gstreamer0/slack-desc b/source/l/gstreamer0/slack-desc index 8cd55686c..d11bc2982 100644 --- a/source/l/gstreamer0/slack-desc +++ b/source/l/gstreamer0/slack-desc @@ -6,7 +6,7 @@ # customary to leave one space after the ':'. |-----handy-ruler----------------------------------------------------| -gstreamer0: GStreamer (streaming multimedia framework, v0) +gstreamer0: gstreamer0 (streaming multimedia framework, v0) gstreamer0: gstreamer0: GStreamer is a library that allows the construction of graphs of a gstreamer0: media-handling components, ranging from simple Ogg/Vorbis playback diff --git a/source/l/harfbuzz/harfbuzz.SlackBuild b/source/l/harfbuzz/harfbuzz.SlackBuild index ca2cea445..354fa0fbc 100755 --- a/source/l/harfbuzz/harfbuzz.SlackBuild +++ b/source/l/harfbuzz/harfbuzz.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=harfbuzz VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/l/icu4c/icu4c.SlackBuild b/source/l/icu4c/icu4c.SlackBuild index 46cc73923..37dc1c2b6 100755 --- a/source/l/icu4c/icu4c.SlackBuild +++ b/source/l/icu4c/icu4c.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=icu4c SRCVER=${SRCVER:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 2- -d . | cut -f 2 -d - | rev)} VERSION=$(echo $SRCVER | tr _ .) -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/l/libical/libical.SlackBuild b/source/l/libical/libical.SlackBuild index 4543dbf6d..b5582eddf 100755 --- a/source/l/libical/libical.SlackBuild +++ b/source/l/libical/libical.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libical VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/l/libssh/libssh.SlackBuild b/source/l/libssh/libssh.SlackBuild index 75eac5914..e8042c5a9 100755 --- a/source/l/libssh/libssh.SlackBuild +++ b/source/l/libssh/libssh.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libssh VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} diff --git a/source/l/libvisio/libvisio.SlackBuild b/source/l/libvisio/libvisio.SlackBuild index 29dcca43a..9c548aae8 100755 --- a/source/l/libvisio/libvisio.SlackBuild +++ b/source/l/libvisio/libvisio.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libvisio VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-4} +BUILD=${BUILD:-5} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} diff --git a/source/l/qt/qt-nowebkit.SlackBuild b/source/l/qt/qt-nowebkit.SlackBuild index 3e63c6a57..628269853 100755 --- a/source/l/qt/qt-nowebkit.SlackBuild +++ b/source/l/qt/qt-nowebkit.SlackBuild @@ -43,7 +43,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=qt VERSION=$(ls qt-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev) -BUILD=${BUILD:-10} +BUILD=${BUILD:-11} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} diff --git a/source/l/raptor2/raptor2.SlackBuild b/source/l/raptor2/raptor2.SlackBuild index d33aa5f1e..c018f91ce 100755 --- a/source/l/raptor2/raptor2.SlackBuild +++ b/source/l/raptor2/raptor2.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=raptor2 VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-5} +BUILD=${BUILD:-6} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} diff --git a/source/n/dovecot/dovecot.SlackBuild b/source/n/dovecot/dovecot.SlackBuild index 989ccb858..81bcac08d 100755 --- a/source/n/dovecot/dovecot.SlackBuild +++ b/source/n/dovecot/dovecot.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=dovecot VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} if [ -z "$ARCH" ]; then case "$( uname -m )" in diff --git a/source/n/php/fetch-php.sh b/source/n/php/fetch-php.sh index 7bfdeca22..b0ffbfcb6 100755 --- a/source/n/php/fetch-php.sh +++ b/source/n/php/fetch-php.sh @@ -1,2 +1,2 @@ -lftpget http://us.php.net/distributions/php-7.2.10.tar.xz.asc -lftpget http://us.php.net/distributions/php-7.2.10.tar.xz +lftpget http://us.php.net/distributions/php-7.2.11.tar.xz.asc +lftpget http://us.php.net/distributions/php-7.2.11.tar.xz diff --git a/source/n/postfix/postfix.SlackBuild b/source/n/postfix/postfix.SlackBuild index e82b1d43a..182f823af 100755 --- a/source/n/postfix/postfix.SlackBuild +++ b/source/n/postfix/postfix.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=postfix VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} if [ -z "$ARCH" ]; then case "$( uname -m )" in diff --git a/source/n/tin/tin.SlackBuild b/source/n/tin/tin.SlackBuild index 05668750e..95f757f9a 100755 --- a/source/n/tin/tin.SlackBuild +++ b/source/n/tin/tin.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=tin VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-4} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/t/texlive/texlive.SlackBuild b/source/t/texlive/texlive.SlackBuild index 32236d553..d1068355a 100755 --- a/source/t/texlive/texlive.SlackBuild +++ b/source/t/texlive/texlive.SlackBuild @@ -33,7 +33,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=texlive SOURCEVERSION=${SOURCEVERSION:-20180414} VERSION=${VERSION:-2018.180822} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TMP=${TMP:-/tmp} PKG=$TMP/package-texlive diff --git a/source/xfce/exo/exo.url b/source/xfce/exo/exo.url index 777b97b46..4445fc67a 100644 --- a/source/xfce/exo/exo.url +++ b/source/xfce/exo/exo.url @@ -1 +1 @@ -http://archive.xfce.org:/src/xfce/exo/0.12/exo-0.12.2.tar.bz2 +http://archive.xfce.org:/src/xfce/exo/0.12/exo-0.12.3.tar.bz2 -- cgit v1.2.3-65-gdbad