diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2022-03-15 00:13:59 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2022-03-15 06:59:44 +0100 |
commit | ec934edd7ab763945b7c115526d5a912724fa354 (patch) | |
tree | b9936b31c011acdfa84eaad6d8b2959bcdd78289 /source | |
parent | 445a5542db61dfecaed4100e6436556cd05c5975 (diff) | |
download | current-ec934edd7ab763945b7c115526d5a912724fa354.tar.gz current-ec934edd7ab763945b7c115526d5a912724fa354.tar.xz |
Tue Mar 15 00:13:59 UTC 202220220315001359
l/gst-plugins-bad-free-1.20.1-x86_64-1.txz: Upgraded.
l/gst-plugins-base-1.20.1-x86_64-1.txz: Upgraded.
l/gst-plugins-good-1.20.1-x86_64-1.txz: Upgraded.
l/gst-plugins-libav-1.20.1-x86_64-1.txz: Upgraded.
l/gstreamer-1.20.1-x86_64-1.txz: Upgraded.
n/httpd-2.4.53-x86_64-1.txz: Upgraded.
This update fixes bugs and the following security issues:
mod_sed: Read/write beyond bounds
core: Possible buffer overflow with very large or unlimited
LimitXMLRequestBody
HTTP request smuggling vulnerability
mod_lua: Use of uninitialized value in r:parsebody
For more information, see:
https://downloads.apache.org/httpd/CHANGES_2.4.53
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23943
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22721
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22720
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-22719
(* Security fix *)
xap/mozilla-firefox-98.0.1-x86_64-1.txz: Upgraded.
This release makes the following change:
Yandex and Mail.ru have been removed as optional search providers in the
drop-down search menu in Firefox.
For more information, see:
https://www.mozilla.org/en-US/firefox/98.0.1/releasenotes/
(* Security fix *)
Diffstat (limited to 'source')
-rwxr-xr-x | source/l/gst-plugins-bad-free/fetch-sources.sh | 2 | ||||
-rwxr-xr-x | source/n/httpd/httpd.SlackBuild | 2 | ||||
-rw-r--r-- | source/n/httpd/httpd.url | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/source/l/gst-plugins-bad-free/fetch-sources.sh b/source/l/gst-plugins-bad-free/fetch-sources.sh index 45d1a27a6..1842cc018 100755 --- a/source/l/gst-plugins-bad-free/fetch-sources.sh +++ b/source/l/gst-plugins-bad-free/fetch-sources.sh @@ -26,7 +26,7 @@ # # Example: VERSION=1.18.3 ./fetch-sources.sh -VERSION=${VERSION:-1.20.0} +VERSION=${VERSION:-1.20.1} rm -rf rm -rf gst-plugins-bad-free-$VERSION gst-plugins-bad-$VERSION diff --git a/source/n/httpd/httpd.SlackBuild b/source/n/httpd/httpd.SlackBuild index 36a3a91e3..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:-2} +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 19b3dcbab..7070c8343 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.52.tar.bz2 -http://www.apache.org/dist/httpd/httpd-2.4.52.tar.bz2.asc +http://www.apache.org/dist/httpd/httpd-2.4.53.tar.bz2 +http://www.apache.org/dist/httpd/httpd-2.4.53.tar.bz2.asc |