From 2c09649cb63357808c79c8c6734f986fd5a0d2aa Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Thu, 28 Feb 2019 23:05:08 +0000 Subject: Thu Feb 28 23:05:08 UTC 2019 d/Cython-0.29.6-x86_64-1.txz: Upgraded. d/rust-1.33.0-x86_64-1.txz: Upgraded. l/imagemagick-6.9.10_29-x86_64-1.txz: Upgraded. l/qjson-0.9.0-x86_64-1.txz: Upgraded. n/postfix-3.4.0-x86_64-1.txz: Upgraded. --- source/d/Cython/Cython.SlackBuild | 2 +- source/d/rust/rust.SlackBuild | 8 ++++---- source/d/rust/rust.url | 14 +++++++------- source/l/qjson/qjson.SlackBuild | 8 ++++---- source/n/postfix/postfix.script.starting.message.diff | 8 ++++---- 5 files changed, 20 insertions(+), 20 deletions(-) (limited to 'source') diff --git a/source/d/Cython/Cython.SlackBuild b/source/d/Cython/Cython.SlackBuild index 0658ae338..c3924c692 100755 --- a/source/d/Cython/Cython.SlackBuild +++ b/source/d/Cython/Cython.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=Cython VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} if [ -z "$ARCH" ]; then case "$( uname -m )" in diff --git a/source/d/rust/rust.SlackBuild b/source/d/rust/rust.SlackBuild index dbe8d3253..428a2b5eb 100755 --- a/source/d/rust/rust.SlackBuild +++ b/source/d/rust/rust.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=rust SRCNAM="${PKGNAM}c" -VERSION=${VERSION:-1.32.0} +VERSION=${VERSION:-1.33.0} BUILD=${BUILD:-1} # Set this to YES to build with the system LLVM, or NO to use the bundled LLVM. @@ -34,9 +34,9 @@ BUILD=${BUILD:-1} SYSTEM_LLVM=${SYSTEM_LLVM:-NO} # Bootstrap variables (might not be kept updated for latest Rust): -RSTAGE0_VERSION=${RSTAGE0_VERSION:-1.31.1} -RSTAGE0_DIR=${RSTAGE0_DIR:-2018-12-20} -CSTAGE0_VERSION=${CSTAGE0_VERSION:-0.32.0} +RSTAGE0_VERSION=${RSTAGE0_VERSION:-1.32.0} +RSTAGE0_DIR=${RSTAGE0_DIR:-2019-01-17} +CSTAGE0_VERSION=${CSTAGE0_VERSION:-0.33.0} CSTAGE0_DIR=${CSTAGE0_DIR:-$RSTAGE0_DIR} # Automatically determine the architecture we're building on: diff --git a/source/d/rust/rust.url b/source/d/rust/rust.url index c691f9a99..192e05f00 100644 --- a/source/d/rust/rust.url +++ b/source/d/rust/rust.url @@ -1,5 +1,5 @@ # Source code (repacked to .tar.xz): -lftpget https://static.rust-lang.org/dist/rustc-1.32.0-src.tar.gz +lftpget https://static.rust-lang.org/dist/rustc-1.33.0-src.tar.gz gzip -d rustc-*tar.gz plzip -9 -v rustc-*tar @@ -12,12 +12,12 @@ plzip -9 -v rustc-*tar exit 0 # i686 bootstrap: -lftpget https://static.rust-lang.org/dist/2018-12-20/cargo-0.32.0-i686-unknown-linux-gnu.tar.gz -lftpget https://static.rust-lang.org/dist/2018-12-20/rust-std-1.31.1-i686-unknown-linux-gnu.tar.gz -lftpget https://static.rust-lang.org/dist/2018-12-20/rustc-1.31.1-i686-unknown-linux-gnu.tar.gz +lftpget https://static.rust-lang.org/dist/2019-01-17/cargo-0.33.0-i686-unknown-linux-gnu.tar.gz +lftpget https://static.rust-lang.org/dist/2019-01-17/rust-std-1.32.0-i686-unknown-linux-gnu.tar.gz +lftpget https://static.rust-lang.org/dist/2019-01-17/rustc-1.32.0-i686-unknown-linux-gnu.tar.gz # x86_64 bootstrap: -lftpget https://static.rust-lang.org/dist/2018-12-20/cargo-0.32.0-x86_64-unknown-linux-gnu.tar.gz -lftpget https://static.rust-lang.org/dist/2018-12-20/rust-std-1.31.1-x86_64-unknown-linux-gnu.tar.gz -lftpget https://static.rust-lang.org/dist/2018-12-20/rustc-1.31.1-x86_64-unknown-linux-gnu.tar.gz +lftpget https://static.rust-lang.org/dist/2019-01-17/cargo-0.33.0-x86_64-unknown-linux-gnu.tar.gz +lftpget https://static.rust-lang.org/dist/2019-01-17/rust-std-1.32.0-x86_64-unknown-linux-gnu.tar.gz +lftpget https://static.rust-lang.org/dist/2019-01-17/rustc-1.32.0-x86_64-unknown-linux-gnu.tar.gz diff --git a/source/l/qjson/qjson.SlackBuild b/source/l/qjson/qjson.SlackBuild index a44dab651..107ef2039 100755 --- a/source/l/qjson/qjson.SlackBuild +++ b/source/l/qjson/qjson.SlackBuild @@ -24,8 +24,8 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=qjson -VERSION=${VERSION:-0.8.1} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.9.0} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} @@ -73,7 +73,7 @@ rm -rf $PKG mkdir -p $TMP $PKG cd $TMP rm -rf $PKGNAM-$VERSION -tar xvf $CWD/$PKGNAM-$VERSION.tar.?z* || exit 1 +tar xvf $CWD/$PKGNAM-$VERSION.tar.?z || exit 1 cd $PKGNAM-$VERSION || exit 1 chown -R root:root . find . \ @@ -98,7 +98,7 @@ cd - mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION cp -a \ - README.md COPYING.lib doc \ + README* COPYING* doc \ $PKG/usr/doc/$PKGNAM-$VERSION find $PKG | xargs file | grep -e "executable" -e "shared object" \ diff --git a/source/n/postfix/postfix.script.starting.message.diff b/source/n/postfix/postfix.script.starting.message.diff index 8bea3461f..c32a95359 100644 --- a/source/n/postfix/postfix.script.starting.message.diff +++ b/source/n/postfix/postfix.script.starting.message.diff @@ -1,11 +1,11 @@ ---- ./conf/postfix-script.orig 2018-02-22 13:13:32.023937591 -0600 -+++ ./conf/postfix-script 2018-02-22 13:15:44.936950017 -0600 +--- ./conf/postfix-script.orig 2019-02-28 13:02:24.783759137 -0600 ++++ ./conf/postfix-script 2019-02-28 13:05:25.516761071 -0600 @@ -139,7 +139,10 @@ # Foreground this so it can be stopped. All inodes are cached. $daemon_directory/postfix-script check-warn fi -- $INFO starting the Postfix mail system -+ $INFO starting the Postfix mail system > /dev/null 2> /dev/null +- $INFO starting the Postfix mail system || exit 1 ++ $INFO starting the Postfix mail system > /dev/null 2> /dev/null || exit 1 + # Because this is called during Slackware init, let's make it look + # similar to everything else printed on the screen: + echo "Starting the Postfix mail system: $command_directory/postfix start" -- cgit v1.2.3