diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-04-29 18:49:00 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-04-30 08:59:55 +0200 |
commit | ded2ad645c217d20866979991ea57ca71b602f74 (patch) | |
tree | 08bab96f4be30847192c2f8a5664eee5b56a7103 /source/a/less | |
parent | 3c2034f8a207f61aa2ea7c0a48adad6919a64643 (diff) | |
download | current-ded2ad645c217d20866979991ea57ca71b602f74.tar.gz current-ded2ad645c217d20866979991ea57ca71b602f74.tar.xz |
Thu Apr 29 18:49:00 UTC 202120210429184900
a/less-581.2-x86_64-1.txz: Upgraded.
ap/nano-5.7-x86_64-1.txz: Upgraded.
d/cmake-3.20.2-x86_64-1.txz: Upgraded.
n/httpd-2.4.47-x86_64-1.txz: Upgraded.
n/samba-4.14.4-x86_64-1.txz: Upgraded.
This is a security release in order to address the following defect:
Negative idmap cache entries can cause incorrect group entries in the
Samba file server process token.
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-20254
https://www.samba.org/samba/security/CVE-2021-20254.html
(* Security fix *)
extra/php8/php8-8.0.5-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/a/less')
-rwxr-xr-x | source/a/less/less.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/a/less/less.SlackBuild b/source/a/less/less.SlackBuild index a534cf29a..6db39b350 100755 --- a/source/a/less/less.SlackBuild +++ b/source/a/less/less.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=less VERSION=${VERSION:-$(echo less-*.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 |