diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2022-06-08 19:15:34 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2022-06-09 07:00:13 +0200 |
commit | f2dca0d8e5bb1a775ec7d38701ed85451913b31f (patch) | |
tree | c9f0e10709bbc664ee98c4c90780d9ff3dcb718d /source | |
parent | 0c63f7504daccbf4cc384855d9728d40e8c64eae (diff) | |
download | current-f2dca0d8e5bb1a775ec7d38701ed85451913b31f.tar.gz |
Wed Jun 8 19:15:34 UTC 202220220608191534
ap/sudo-1.9.11p1-x86_64-1.txz: Upgraded.
kde/digikam-7.6.0-x86_64-2.txz: Rebuilt.
Recompiled against opencv-4.6.0.
l/gst-plugins-bad-free-1.20.2-x86_64-2.txz: Rebuilt.
Recompiled against opencv-4.6.0.
l/opencv-4.6.0-x86_64-1.txz: Upgraded.
Shared library .so-version bump.
n/NetworkManager-1.36.6-x86_64-1.txz: Upgraded.
n/epic5-2.1.11-x86_64-1.txz: Upgraded.
n/httpd-2.4.54-x86_64-1.txz: Upgraded.
This update fixes bugs and the following security issues:
mod_proxy X-Forwarded-For dropped by hop-by-hop mechanism.
Information Disclosure in mod_lua with websockets.
mod_sed denial of service.
Denial of service in mod_lua r:parsebody.
Read beyond bounds in ap_strcmp_match().
Read beyond bounds via ap_rwrite().
Read beyond bounds in mod_isapi.
mod_proxy_ajp: Possible request smuggling.
For more information, see:
https://downloads.apache.org/httpd/CHANGES_2.4.54
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31813
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-30556
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-30522
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29404
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28615
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28614
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-28330
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-26377
(* Security fix *)
n/libnftnl-1.2.2-x86_64-1.txz: Upgraded.
n/nftables-1.0.4-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source')
-rw-r--r-- | source/kde/kde/build/digikam | 2 | ||||
-rwxr-xr-x | source/l/gst-plugins-bad-free/gst-plugins-bad-free.SlackBuild | 2 | ||||
-rwxr-xr-x | source/l/opencv/opencv.SlackBuild | 2 | ||||
-rwxr-xr-x | source/make_world.sh | 9 | ||||
-rwxr-xr-x | source/n/epic5/epic5.SlackBuild | 2 | ||||
-rw-r--r-- | source/n/httpd/httpd.url | 4 |
6 files changed, 13 insertions, 8 deletions
diff --git a/source/kde/kde/build/digikam b/source/kde/kde/build/digikam index d00491fd..0cfbf088 100644 --- a/source/kde/kde/build/digikam +++ b/source/kde/kde/build/digikam @@ -1 +1 @@ -1 +2 diff --git a/source/l/gst-plugins-bad-free/gst-plugins-bad-free.SlackBuild b/source/l/gst-plugins-bad-free/gst-plugins-bad-free.SlackBuild index 17d9735b..f6e40311 100755 --- a/source/l/gst-plugins-bad-free/gst-plugins-bad-free.SlackBuild +++ b/source/l/gst-plugins-bad-free/gst-plugins-bad-free.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=gst-plugins-bad-free VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/l/opencv/opencv.SlackBuild b/source/l/opencv/opencv.SlackBuild index 391eb7d1..fb2ccd05 100755 --- a/source/l/opencv/opencv.SlackBuild +++ b/source/l/opencv/opencv.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=opencv VERSION=${VERSION:-$(echo $PKGNAM-*.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/make_world.sh b/source/make_world.sh index efb52fb2..b0c46b63 100755 --- a/source/make_world.sh +++ b/source/make_world.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2018 Patrick J. Volkerding, Sebeka, Minnesota, USA +# Copyright 2018, 2022 Patrick J. Volkerding, Sebeka, Minnesota, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -105,8 +105,13 @@ if [ ! -r $BUILDLIST -a ! -r ${BUILDLIST}.lock ]; then for script in ${SLACKWARE_SOURCE_DIRECTORY}*/*/*.SlackBuild ; do # Only add the script if the SlackBuild name matches the directory name: if [ "$(basename $(echo $script | cut -f 1 -d ' ') .SlackBuild)" = "$(echo $(dirname $(echo $script | cut -f 1 -d ' ')) | rev | cut -f 1 -d / | rev)" ]; then + # Don't try to build isapnptools on x86_64: if [ "$uname -m)" = "x86_64" -a "$(basename $(echo $script | cut -f 1 -d ' '))" = "isapnptools.SlackBuild" ]; then - # Don't try to build isapnptools on x86_64. + continue + fi + # Never try to build the devs package. It is obsolete and "upgrading" to it breaks + # things on systems running udev. + if [ "$(basename $(echo $script | cut -f 1 -d ' '))" = "devs.SlackBuild" ]; then continue fi echo $script >> $BUILDLIST diff --git a/source/n/epic5/epic5.SlackBuild b/source/n/epic5/epic5.SlackBuild index 35976dfe..dee3f904 100755 --- a/source/n/epic5/epic5.SlackBuild +++ b/source/n/epic5/epic5.SlackBuild @@ -26,7 +26,7 @@ PKGNAM=epic5 VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} EPICVER=5 HELPFILE=current -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} ## Default to no Ruby support, since it seems that ruby-2.7.0 is not compatible. ## Patches to fix this are welcome, otherwise we'll keep an eye on upstream. diff --git a/source/n/httpd/httpd.url b/source/n/httpd/httpd.url index 7070c834..ed84c65d 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.53.tar.bz2 -http://www.apache.org/dist/httpd/httpd-2.4.53.tar.bz2.asc +http://www.apache.org/dist/httpd/httpd-2.4.54.tar.bz2 +http://www.apache.org/dist/httpd/httpd-2.4.54.tar.bz2.asc |