diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2022-11-05 19:18:19 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2022-11-06 07:00:18 +0100 |
commit | 7a1e9230e7093a858a425565d281a2ef284ae8b6 (patch) | |
tree | c7c816694addf141a08ed7e091394b531a940939 /source/l/nodejs | |
parent | 6c808eb40ca106cd60dba04ff9eda008b3a3e878 (diff) | |
download | current-7a1e9230e7093a858a425565d281a2ef284ae8b6.tar.gz current-7a1e9230e7093a858a425565d281a2ef284ae8b6.tar.xz |
Sat Nov 5 19:18:19 UTC 202220221105191819
ap/sudo-1.9.12p1-x86_64-1.txz: Upgraded.
Fixed a potential out-of-bounds write for passwords smaller than 8
characters when passwd authentication is enabled.
This does not affect configurations that use other authentication
methods such as PAM, AIX authentication or BSD authentication.
For more information, see:
https://www.cve.org/CVERecord?id=CVE-2022-43995
(* Security fix *)
l/nodejs-19.0.1-x86_64-1.txz: Upgraded.
xap/mozilla-firefox-106.0.5-x86_64-1.txz: Upgraded.
This is a bugfix release.
For more information, see:
https://www.mozilla.org/en-US/firefox/106.0.5/releasenotes/
Diffstat (limited to 'source/l/nodejs')
-rwxr-xr-x | source/l/nodejs/nodejs.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/nodejs/nodejs.SlackBuild b/source/l/nodejs/nodejs.SlackBuild index 07e4e62f3..8b35564a0 100755 --- a/source/l/nodejs/nodejs.SlackBuild +++ b/source/l/nodejs/nodejs.SlackBuild @@ -22,7 +22,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=nodejs SRCNAM=node VERSION=${VERSION:-$(echo $SRCNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev | tr -d v)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |