diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2018-12-03 20:59:30 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-12-04 08:59:45 +0100 |
commit | 03a61ce0245413a8759dd3391ca37dc25794f565 (patch) | |
tree | 6a301b62910ed53cc64540f06a260f5390abe468 /source/n | |
parent | 82f6e7b6648b7a64c9ba463e18152d04dd871c8b (diff) | |
download | current-03a61ce0245413a8759dd3391ca37dc25794f565.tar.gz current-03a61ce0245413a8759dd3391ca37dc25794f565.tar.xz |
Mon Dec 3 20:59:30 UTC 201820181203205930
ap/sqlite-3.26.0-x86_64-1.txz: Upgraded.
l/libzip-1.5.1-x86_64-5.txz: Rebuilt.
Fixed path in libzip.pc. Thanks to orbea.
l/mozilla-nss-3.40.1-x86_64-1.txz: Upgraded.
Mitigate cache side-channel variant of the Bleichenbacher attack.
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-12404
(* Security fix *)
n/mutt-1.11.1-x86_64-1.txz: Upgraded.
n/stunnel-5.50-x86_64-1.txz: Upgraded.
xfce/xfce4-systemload-plugin-1.2.2-x86_64-2.txz: Rebuilt.
Applied reworked hover timeout patch. Thanks to Rod3775.
Diffstat (limited to 'source/n')
-rwxr-xr-x | source/n/mutt/mutt.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/n/mutt/mutt.SlackBuild b/source/n/mutt/mutt.SlackBuild index e46238918..64873d931 100755 --- a/source/n/mutt/mutt.SlackBuild +++ b/source/n/mutt/mutt.SlackBuild @@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=mutt VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |