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 | |
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')
-rwxr-xr-x | source/a/less/less.SlackBuild | 2 | ||||
-rwxr-xr-x | source/n/httpd/httpd.SlackBuild | 2 | ||||
-rw-r--r-- | source/n/httpd/httpd.url | 4 | ||||
-rw-r--r-- | source/n/samba/samba.url | 4 |
4 files changed, 6 insertions, 6 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 diff --git a/source/n/httpd/httpd.SlackBuild b/source/n/httpd/httpd.SlackBuild index ea6dce9a2..438525eef 100755 --- a/source/n/httpd/httpd.SlackBuild +++ b/source/n/httpd/httpd.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=httpd VERSION=${VERSION:-$(echo $PKGNAM-*.tar.bz2 | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/n/httpd/httpd.url b/source/n/httpd/httpd.url index d8812b9c1..9bbf941bc 100644 --- a/source/n/httpd/httpd.url +++ b/source/n/httpd/httpd.url @@ -1,2 +1,2 @@ -http://www.apache.org/dist/httpd/httpd-2.4.46.tar.bz2 -http://www.apache.org/dist/httpd/httpd-2.4.46.tar.bz2.asc +http://www.apache.org/dist/httpd/httpd-2.4.47.tar.bz2 +http://www.apache.org/dist/httpd/httpd-2.4.47.tar.bz2.asc diff --git a/source/n/samba/samba.url b/source/n/samba/samba.url index d5f3c17d0..62c083861 100644 --- a/source/n/samba/samba.url +++ b/source/n/samba/samba.url @@ -1,2 +1,2 @@ -https://download.samba.org/pub/samba/stable/samba-4.14.3.tar.gz -https://download.samba.org/pub/samba/stable/samba-4.14.3.tar.asc +https://download.samba.org/pub/samba/stable/samba-4.14.4.tar.gz +https://download.samba.org/pub/samba/stable/samba-4.14.4.tar.asc |