diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-01-11 19:51:04 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-01-12 08:59:50 +0100 |
commit | 33dd836e5141064180d377f39344090735772cde (patch) | |
tree | 10da821bcbcb17998501419832da6c2c7d03dff7 /source | |
parent | 301bb5c2767eae26d65873c362cbc9f82f730757 (diff) | |
download | current-33dd836e5141064180d377f39344090735772cde.tar.gz |
Mon Jan 11 19:51:04 UTC 202120210111195104
a/ed-1.17-x86_64-1.txz: Upgraded.
ap/htop-3.0.5-x86_64-1.txz: Upgraded.
ap/ispell-3.4.02-x86_64-1.txz: Upgraded.
ap/sudo-1.9.5-x86_64-1.txz: Upgraded.
This update fixes security issues:
Potential information leak in sudoedit that could be used to test for
the existence of directories not normally accessible to the user.
Flaw in the temporary file handling of sudoedit's SELinux RBAC support.
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23239
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23240
(* Security fix *)
d/vala-0.50.3-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source')
-rwxr-xr-x | source/ap/ispell/ispell.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/ap/ispell/ispell.SlackBuild b/source/ap/ispell/ispell.SlackBuild index 3fa949fe..eceeb735 100755 --- a/source/ap/ispell/ispell.SlackBuild +++ b/source/ap/ispell/ispell.SlackBuild @@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=ispell -VERSION=3.4.01 +VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: |