diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2018-12-08 04:10:45 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-12-08 08:59:44 +0100 |
commit | ad59f7ca92044da0fb856627db6df54d99855f3a (patch) | |
tree | e6d0f804b709de4e0313b0e54ceb2e0f4922a38d /source/ap | |
parent | 37eaf40ce515cbb15e1b86fe5351a8e53efc0ede (diff) | |
download | current-ad59f7ca92044da0fb856627db6df54d99855f3a.tar.gz current-ad59f7ca92044da0fb856627db6df54d99855f3a.tar.xz |
Sat Dec 8 04:10:45 UTC 201820181208041045
a/btrfs-progs-v4.19.1-x86_64-1.txz: Upgraded.
a/dbus-1.12.12-x86_64-1.txz: Upgraded.
ap/cups-2.2.10-x86_64-1.txz: Upgraded.
ap/cups-filters-1.21.5-x86_64-1.txz: Upgraded.
ap/hplip-3.18.12-x86_64-1.txz: Upgraded.
d/mercurial-4.8.1-x86_64-1.txz: Upgraded.
d/rust-1.31.0-x86_64-1.txz: Upgraded.
l/libpng-1.6.36-x86_64-1.txz: Upgraded.
l/python-idna-2.8-x86_64-1.txz: Upgraded.
n/ntp-4.2.8p12-x86_64-5.txz: Rebuilt.
Fixed logrotate file. Thanks to allend and rworkman.
n/php-7.2.13-x86_64-1.txz: Upgraded.
This is a security release which also contains several minor bug fixes.
For more information, see:
https://php.net/ChangeLog-7.php#7.2.13
(* Security fix *)
n/wpa_supplicant-2.7-x86_64-1.txz: Upgraded.
x/mesa-18.3.0-x86_64-1.txz: Upgraded.
x/xf86-video-i740-1.4.0-x86_64-1.txz: Upgraded.
xap/mozilla-thunderbird-60.3.3-x86_64-1.txz: Upgraded.
This is a bugfix release. For more information, see:
https://www.mozilla.org/en-US/thunderbird/60.3.3/releasenotes/
xfce/thunar-volman-0.9.1-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/ap')
-rwxr-xr-x | source/ap/hplip/hplip.SlackBuild | 2 | ||||
-rwxr-xr-x | source/ap/sysstat/sysstat.SlackBuild | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/source/ap/hplip/hplip.SlackBuild b/source/ap/hplip/hplip.SlackBuild index 58ee7f147..eb1d0be8a 100755 --- a/source/ap/hplip/hplip.SlackBuild +++ b/source/ap/hplip/hplip.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=hplip 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/ap/sysstat/sysstat.SlackBuild b/source/ap/sysstat/sysstat.SlackBuild index 633b9d208..0a39e1ff7 100755 --- a/source/ap/sysstat/sysstat.SlackBuild +++ b/source/ap/sysstat/sysstat.SlackBuild @@ -107,6 +107,11 @@ CFLAGS="$SLKCFLAGS -DSADC_PATH=/usr/lib$LIBDIRSUFFIX/sa/sadc" \ make $NUMJOBS || make || exit 1 make install IGNORE_MAN_GROUP=y DESTDIR=$PKG || exit 1 +# Don't include the version number in the configuration file - it is a +# needless detail that forces review of the config file with every +# package update, even if no changes were made from default. +sed -i -e '1s/sysstat-[0-9.]\+/systat/' $PKG/etc/sysstat/sysstat +# Move the config file to .new: mv $PKG/etc/sysstat/sysstat $PKG/etc/sysstat/sysstat.new mkdir -p $PKG/etc/rc.d |