diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-10-07 21:14:35 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-10-08 08:59:53 +0200 |
commit | d9d3692e2b144d38d5cff9979b33442d90de51e3 (patch) | |
tree | 65d24e395eecdf11b97047b07abffae5c93443f0 /source/x/libinput | |
parent | 81b029fe626a7bf243ef2f31f3270d351428c822 (diff) | |
download | current-d9d3692e2b144d38d5cff9979b33442d90de51e3.tar.gz |
Wed Oct 7 21:14:35 UTC 202020201007211435
a/hwdata-0.340-noarch-1.txz: Upgraded.
a/kernel-generic-5.4.70-x86_64-1.txz: Upgraded.
a/kernel-huge-5.4.70-x86_64-1.txz: Upgraded.
a/kernel-modules-5.4.70-x86_64-1.txz: Upgraded.
ap/mariadb-10.5.6-x86_64-1.txz: Upgraded.
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15180
(* Security fix *)
ap/nano-5.3-x86_64-1.txz: Upgraded.
d/cmake-3.18.4-x86_64-1.txz: Upgraded.
d/kernel-headers-5.4.70-x86-1.txz: Upgraded.
k/kernel-source-5.4.70-noarch-1.txz: Upgraded.
l/jasper-2.0.22-x86_64-1.txz: Upgraded.
For more information, see:
https://www.zerodayinitiative.com/advisories/ZDI-15-529
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-19541
(* Security fix *)
x/libinput-1.16.2-x86_64-1.txz: Upgraded.
x/xkeyboard-config-2.31-noarch-1.txz: Upgraded.
xap/mozilla-thunderbird-78.3.2-x86_64-1.txz: Upgraded.
This is a bugfix release.
For more information, see:
https://www.mozilla.org/en-US/thunderbird/78.3.2/releasenotes/
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source/x/libinput')
-rwxr-xr-x | source/x/libinput/libinput.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/x/libinput/libinput.SlackBuild b/source/x/libinput/libinput.SlackBuild index 531de3ff..54b37bad 100755 --- a/source/x/libinput/libinput.SlackBuild +++ b/source/x/libinput/libinput.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libinput VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | 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 |