diff options
Diffstat (limited to 'meta/recipes-kernel')
90 files changed, 16280 insertions, 8439 deletions
diff --git a/meta/recipes-kernel/blktrace/blktrace/0001-bno_plot.py-btt_plot.py-Ask-for-python3-specifically.patch b/meta/recipes-kernel/blktrace/blktrace/0001-bno_plot.py-btt_plot.py-Ask-for-python3-specifically.patch new file mode 100644 index 0000000000..e2305a1111 --- /dev/null +++ b/meta/recipes-kernel/blktrace/blktrace/0001-bno_plot.py-btt_plot.py-Ask-for-python3-specifically.patch | |||
@@ -0,0 +1,35 @@ | |||
1 | From 6f4769e6e2c5cdc1262891470995e6dead937c7a Mon Sep 17 00:00:00 2001 | ||
2 | From: Sakib Sajal <sakib.sajal@windriver.com> | ||
3 | Date: Mon, 26 Jun 2023 17:57:36 -0400 | ||
4 | Subject: [PATCH] bno_plot.py, btt_plot.py: Ask for python3 specifically | ||
5 | |||
6 | python2 is deprecated, use python3. | ||
7 | |||
8 | Upstream-Status: Denied [https://www.spinics.net/lists/linux-btrace/msg01364.html] | ||
9 | |||
10 | Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> | ||
11 | --- | ||
12 | btt/bno_plot.py | 2 +- | ||
13 | btt/btt_plot.py | 2 +- | ||
14 | 2 files changed, 2 insertions(+), 2 deletions(-) | ||
15 | |||
16 | diff --git a/btt/bno_plot.py b/btt/bno_plot.py | ||
17 | index 3aa4e19..d7d7159 100644 | ||
18 | --- a/btt/bno_plot.py | ||
19 | +++ b/btt/bno_plot.py | ||
20 | @@ -1,4 +1,4 @@ | ||
21 | -#! /usr/bin/env python | ||
22 | +#! /usr/bin/env python3 | ||
23 | # | ||
24 | # btt blkno plotting interface | ||
25 | # | ||
26 | diff --git a/btt/btt_plot.py b/btt/btt_plot.py | ||
27 | index 40bc71f..8620d31 100755 | ||
28 | --- a/btt/btt_plot.py | ||
29 | +++ b/btt/btt_plot.py | ||
30 | @@ -1,4 +1,4 @@ | ||
31 | -#! /usr/bin/env python | ||
32 | +#! /usr/bin/env python3 | ||
33 | # | ||
34 | # btt_plot.py: Generate matplotlib plots for BTT generate data files | ||
35 | # | ||
diff --git a/meta/recipes-kernel/blktrace/blktrace_git.bb b/meta/recipes-kernel/blktrace/blktrace_1.3.0.bb index d4f5bac84f..f053490409 100644 --- a/meta/recipes-kernel/blktrace/blktrace_git.bb +++ b/meta/recipes-kernel/blktrace/blktrace_1.3.0.bb | |||
@@ -10,13 +10,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" | |||
10 | 10 | ||
11 | DEPENDS = "libaio" | 11 | DEPENDS = "libaio" |
12 | 12 | ||
13 | SRCREV = "366d30b9cdb20345c5d064af850d686da79b89eb" | 13 | SRC_URI = "git://git.kernel.dk/blktrace.git;protocol=https;branch=master \ |
14 | 14 | file://0001-bno_plot.py-btt_plot.py-Ask-for-python3-specifically.patch \ | |
15 | PV = "1.3.0+git" | 15 | " |
16 | 16 | ||
17 | SRC_URI = "git://git.kernel.dk/blktrace.git;branch=master;protocol=https" | 17 | SRCREV = "366d30b9cdb20345c5d064af850d686da79b89eb" |
18 | |||
19 | S = "${WORKDIR}/git" | ||
20 | 18 | ||
21 | EXTRA_OEMAKE = "\ | 19 | EXTRA_OEMAKE = "\ |
22 | 'CC=${CC}' \ | 20 | 'CC=${CC}' \ |
diff --git a/meta/recipes-kernel/cryptodev/cryptodev-linux_1.13.bb b/meta/recipes-kernel/cryptodev/cryptodev-linux_1.14.bb index d5ea9d8529..451a8d7ef8 100644 --- a/meta/recipes-kernel/cryptodev/cryptodev-linux_1.13.bb +++ b/meta/recipes-kernel/cryptodev/cryptodev-linux_1.14.bb | |||
@@ -4,9 +4,8 @@ SUMMARY = "A /dev/crypto device driver header file" | |||
4 | 4 | ||
5 | do_compile[noexec] = "1" | 5 | do_compile[noexec] = "1" |
6 | 6 | ||
7 | # Just install cryptodev.h which is the only header file needed to be exported | ||
8 | do_install() { | 7 | do_install() { |
9 | install -D ${S}/crypto/cryptodev.h ${D}${includedir}/crypto/cryptodev.h | 8 | oe_runmake headers_install DESTDIR="${D}" |
10 | } | 9 | } |
11 | 10 | ||
12 | ALLOW_EMPTY:${PN} = "1" | 11 | ALLOW_EMPTY:${PN} = "1" |
diff --git a/meta/recipes-kernel/cryptodev/cryptodev-module_1.13.bb b/meta/recipes-kernel/cryptodev/cryptodev-module_1.14.bb index 5192cf03ed..88d76c9d23 100644 --- a/meta/recipes-kernel/cryptodev/cryptodev-module_1.13.bb +++ b/meta/recipes-kernel/cryptodev/cryptodev-module_1.14.bb | |||
@@ -7,10 +7,7 @@ inherit module | |||
7 | # Header file provided by a separate package | 7 | # Header file provided by a separate package |
8 | DEPENDS += "cryptodev-linux" | 8 | DEPENDS += "cryptodev-linux" |
9 | 9 | ||
10 | SRC_URI += "file://0001-Disable-installing-header-file-provided-by-another-p.patch \ | 10 | EXTRA_OEMAKE = 'KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"' |
11 | " | ||
12 | |||
13 | EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"' | ||
14 | 11 | ||
15 | RCONFLICTS:${PN} = "ocf-linux" | 12 | RCONFLICTS:${PN} = "ocf-linux" |
16 | RREPLACES:${PN} = "ocf-linux" | 13 | RREPLACES:${PN} = "ocf-linux" |
diff --git a/meta/recipes-kernel/cryptodev/cryptodev-tests_1.13.bb b/meta/recipes-kernel/cryptodev/cryptodev-tests_1.14.bb index 458ad8ecf2..2cbee8a348 100644 --- a/meta/recipes-kernel/cryptodev/cryptodev-tests_1.13.bb +++ b/meta/recipes-kernel/cryptodev/cryptodev-tests_1.14.bb | |||
@@ -4,11 +4,7 @@ SUMMARY = "A test suite for /dev/crypto device driver" | |||
4 | 4 | ||
5 | DEPENDS += "openssl" | 5 | DEPENDS += "openssl" |
6 | 6 | ||
7 | SRC_URI += " \ | 7 | EXTRA_OEMAKE = 'KERNEL_DIR="${STAGING_EXECPREFIXDIR}" PREFIX="${D}"' |
8 | file://0001-tests-Makefile-do-not-use-Werror.patch \ | ||
9 | " | ||
10 | |||
11 | EXTRA_OEMAKE='KERNEL_DIR="${STAGING_EXECPREFIXDIR}" PREFIX="${D}"' | ||
12 | 8 | ||
13 | do_compile() { | 9 | do_compile() { |
14 | oe_runmake tests | 10 | oe_runmake tests |
diff --git a/meta/recipes-kernel/cryptodev/cryptodev.inc b/meta/recipes-kernel/cryptodev/cryptodev.inc index 64a9c2926b..16a8eb610a 100644 --- a/meta/recipes-kernel/cryptodev/cryptodev.inc +++ b/meta/recipes-kernel/cryptodev/cryptodev.inc | |||
@@ -10,9 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
10 | 10 | ||
11 | SRC_URI = "git://github.com/cryptodev-linux/cryptodev-linux;branch=master;protocol=https \ | 11 | SRC_URI = "git://github.com/cryptodev-linux/cryptodev-linux;branch=master;protocol=https \ |
12 | " | 12 | " |
13 | SRCREV = "bb8bc7cf60d2c0b097c8b3b0e807f805b577a53f" | 13 | SRCREV = "135cbff90af2ba97d88f1472be595ce78721972c" |
14 | PV = "1.13+git${SRCPV}" | 14 | PV = "1.14" |
15 | |||
16 | S = "${WORKDIR}/git" | ||
17 | 15 | ||
18 | CLEANBROKEN = "1" | 16 | CLEANBROKEN = "1" |
diff --git a/meta/recipes-kernel/cryptodev/files/0001-Disable-installing-header-file-provided-by-another-p.patch b/meta/recipes-kernel/cryptodev/files/0001-Disable-installing-header-file-provided-by-another-p.patch deleted file mode 100644 index c7fdef4da4..0000000000 --- a/meta/recipes-kernel/cryptodev/files/0001-Disable-installing-header-file-provided-by-another-p.patch +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | From 66d85d3f26e21cf7c38b27de0dcc42376f5d853e Mon Sep 17 00:00:00 2001 | ||
2 | From: Denys Dmytriyenko <denys@ti.com> | ||
3 | Date: Sun, 6 Apr 2014 19:51:39 -0400 | ||
4 | Subject: [PATCH] Disable installing header file provided by another package | ||
5 | |||
6 | Signed-off-by: Denys Dmytriyenko <denys@ti.com> | ||
7 | |||
8 | Upstream-Status: Inappropriate [ OE specific ] | ||
9 | |||
10 | --- | ||
11 | Makefile | 1 - | ||
12 | 1 file changed, 1 deletion(-) | ||
13 | |||
14 | diff --git a/Makefile b/Makefile | ||
15 | index d83aee6..c8d8ae5 100644 | ||
16 | --- a/Makefile | ||
17 | +++ b/Makefile | ||
18 | @@ -36,7 +36,6 @@ install: modules_install | ||
19 | |||
20 | modules_install: | ||
21 | $(MAKE) $(KERNEL_MAKE_OPTS) modules_install | ||
22 | - install -m 644 -D crypto/cryptodev.h $(DESTDIR)/$(includedir)/crypto/cryptodev.h | ||
23 | |||
24 | install_tests: tests | ||
25 | $(MAKE) -C tests install DESTDIR=$(PREFIX) | ||
diff --git a/meta/recipes-kernel/cryptodev/files/0001-tests-Makefile-do-not-use-Werror.patch b/meta/recipes-kernel/cryptodev/files/0001-tests-Makefile-do-not-use-Werror.patch deleted file mode 100644 index 3285548a57..0000000000 --- a/meta/recipes-kernel/cryptodev/files/0001-tests-Makefile-do-not-use-Werror.patch +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | From 47438e53e1156db0916c0f4683a24fe4d82152f2 Mon Sep 17 00:00:00 2001 | ||
2 | From: Alexander Kanavin <alex@linutronix.de> | ||
3 | Date: Fri, 10 Sep 2021 10:44:42 +0200 | ||
4 | Subject: [PATCH] tests/Makefile: do not use -Werror | ||
5 | |||
6 | Otherwise, openssl 3 deprecation warnings become errors. | ||
7 | Reported at https://github.com/cryptodev-linux/cryptodev-linux/issues/67 | ||
8 | |||
9 | Upstream-Status: Inappropriate [upstream needs to update the code] | ||
10 | Signed-off-by: Alexander Kanavin <alex@linutronix.de> | ||
11 | |||
12 | --- | ||
13 | tests/Makefile | 2 +- | ||
14 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
15 | |||
16 | diff --git a/tests/Makefile b/tests/Makefile | ||
17 | index 2fb7a9a..e94f80e 100644 | ||
18 | --- a/tests/Makefile | ||
19 | +++ b/tests/Makefile | ||
20 | @@ -1,4 +1,4 @@ | ||
21 | -CFLAGS += -I.. $(CRYPTODEV_CFLAGS) -Wall -Werror | ||
22 | +CFLAGS += -I.. $(CRYPTODEV_CFLAGS) -Wall | ||
23 | |||
24 | comp_progs := cipher_comp hash_comp hmac_comp | ||
25 | |||
diff --git a/meta/recipes-kernel/dtc/dtc/0001-meson.build-bump-version-to-1.7.0.patch b/meta/recipes-kernel/dtc/dtc/0001-meson.build-bump-version-to-1.7.0.patch deleted file mode 100644 index 79a3b92b44..0000000000 --- a/meta/recipes-kernel/dtc/dtc/0001-meson.build-bump-version-to-1.7.0.patch +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | From 9153522103bd4ed7e3299c4d073f66bb37cb2d42 Mon Sep 17 00:00:00 2001 | ||
2 | From: Nikolay Letov <letov.nikolay@gmail.com> | ||
3 | Date: Wed, 22 Feb 2023 13:36:07 +0300 | ||
4 | Subject: [PATCH 1/2] meson.build: bump version to 1.7.0 | ||
5 | |||
6 | [This was botched in the actual 1.7.0 release :( - David Gibson] | ||
7 | |||
8 | Upstream-Status: Backport [https://git.kernel.org/pub/scm/utils/dtc/dtc.git/commit/?id=64a907f08b9bedd89833c1eee674148cff2343c6] | ||
9 | |||
10 | Signed-off-by: Nikolay Letov <letov.nikolay@gmail.com> | ||
11 | Signed-off-by: Peter Marko <peter.marko@siemens.com> | ||
12 | --- | ||
13 | meson.build | 2 +- | ||
14 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
15 | |||
16 | diff --git a/meson.build b/meson.build | ||
17 | index 78251eb..d88cd9f 100644 | ||
18 | --- a/meson.build | ||
19 | +++ b/meson.build | ||
20 | @@ -1,5 +1,5 @@ | ||
21 | project('dtc', 'c', | ||
22 | - version: '1.6.0', | ||
23 | + version: '1.7.0', | ||
24 | license: ['GPL2+', 'BSD-2'], | ||
25 | default_options: 'werror=true', | ||
26 | ) | ||
27 | -- | ||
28 | 2.30.2 | ||
29 | |||
diff --git a/meta/recipes-kernel/dtc/dtc/0002-meson-allow-building-from-shallow-clones.patch b/meta/recipes-kernel/dtc/dtc/0002-meson-allow-building-from-shallow-clones.patch deleted file mode 100644 index 0284905913..0000000000 --- a/meta/recipes-kernel/dtc/dtc/0002-meson-allow-building-from-shallow-clones.patch +++ /dev/null | |||
@@ -1,38 +0,0 @@ | |||
1 | From 4415b0baece3c4351a6d3637c2754abbefd4795d Mon Sep 17 00:00:00 2001 | ||
2 | From: Peter Marko <peter.marko@siemens.com> | ||
3 | Date: Sat, 16 Dec 2023 18:58:31 +0100 | ||
4 | Subject: [PATCH 2/2] meson: allow building from shallow clones | ||
5 | |||
6 | When building from shallow clone, tag is not available | ||
7 | and version defaults to git hash. | ||
8 | Problem is that some builds check DTC version and fail the comparison. | ||
9 | Example is https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git | ||
10 | Which fails to build with following error: | ||
11 | dtc version too old (039a994), you need at least version 1.4.4 | ||
12 | |||
13 | Drop --always from git describe command, see | ||
14 | https://github.com/mesonbuild/meson/blob/1.3.0/mesonbuild/utils/universal.py#L773 | ||
15 | This will make it more closer to build via Makefile. | ||
16 | |||
17 | Upstream-Status: Submitted [https://github.com/dgibson/dtc/pull/122] | ||
18 | |||
19 | Signed-off-by: Peter Marko <peter.marko@siemens.com> | ||
20 | --- | ||
21 | meson.build | 1 + | ||
22 | 1 file changed, 1 insertion(+) | ||
23 | |||
24 | diff --git a/meson.build b/meson.build | ||
25 | index 78251eb..fc0c92a 100644 | ||
26 | --- a/meson.build | ||
27 | +++ b/meson.build | ||
28 | @@ -56,6 +56,7 @@ py = py.find_installation(required: get_option('python')) | ||
29 | swig = find_program('swig', required: get_option('python')) | ||
30 | |||
31 | version_gen_h = vcs_tag( | ||
32 | + command: ['git', 'describe', '--dirty=+'], | ||
33 | input: 'version_gen.h.in', | ||
34 | output: 'version_gen.h', | ||
35 | ) | ||
36 | -- | ||
37 | 2.30.2 | ||
38 | |||
diff --git a/meta/recipes-kernel/dtc/dtc_1.7.0.bb b/meta/recipes-kernel/dtc/dtc_1.7.2.bb index 0702fc16df..92e83a9404 100644 --- a/meta/recipes-kernel/dtc/dtc_1.7.0.bb +++ b/meta/recipes-kernel/dtc/dtc_1.7.2.bb | |||
@@ -10,20 +10,17 @@ LIC_FILES_CHKSUM = "file://GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | |||
10 | 10 | ||
11 | SRC_URI = " \ | 11 | SRC_URI = " \ |
12 | git://git.kernel.org/pub/scm/utils/dtc/dtc.git;branch=main;protocol=https \ | 12 | git://git.kernel.org/pub/scm/utils/dtc/dtc.git;branch=main;protocol=https \ |
13 | file://0001-meson.build-bump-version-to-1.7.0.patch \ | ||
14 | file://0002-meson-allow-building-from-shallow-clones.patch \ | ||
15 | " | 13 | " |
16 | SRCREV = "039a99414e778332d8f9c04cbd3072e1dcc62798" | 14 | SRCREV = "2d10aa2afe35527728db30b35ec491ecb6959e5c" |
17 | 15 | ||
18 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" | 16 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" |
19 | 17 | ||
20 | S = "${WORKDIR}/git" | ||
21 | |||
22 | inherit meson pkgconfig | 18 | inherit meson pkgconfig |
23 | 19 | ||
24 | EXTRA_OEMESON = "-Dpython=disabled -Dvalgrind=disabled" | 20 | EXTRA_OEMESON = "-Dpython=disabled -Dvalgrind=disabled" |
25 | 21 | ||
26 | PACKAGECONFIG ??= "tools" | 22 | PACKAGECONFIG ??= "tools" |
23 | PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false," | ||
27 | PACKAGECONFIG[tools] = "-Dtools=true,-Dtools=false,flex-native bison-native" | 24 | PACKAGECONFIG[tools] = "-Dtools=true,-Dtools=false,flex-native bison-native" |
28 | PACKAGECONFIG[yaml] = "-Dyaml=enabled,-Dyaml=disabled,libyaml" | 25 | PACKAGECONFIG[yaml] = "-Dyaml=enabled,-Dyaml=disabled,libyaml" |
29 | 26 | ||
diff --git a/meta/recipes-kernel/dtc/python3-dtschema-wrapper_2021.10.bb b/meta/recipes-kernel/dtc/python3-dtschema-wrapper_2021.10.bb index 332525f5c9..b19f53e20d 100644 --- a/meta/recipes-kernel/dtc/python3-dtschema-wrapper_2021.10.bb +++ b/meta/recipes-kernel/dtc/python3-dtschema-wrapper_2021.10.bb | |||
@@ -7,6 +7,8 @@ SRC_URI = "file://dt-doc-validate \ | |||
7 | file://dt-mk-schema \ | 7 | file://dt-mk-schema \ |
8 | file://dt-validate" | 8 | file://dt-validate" |
9 | 9 | ||
10 | S = "${UNPACKDIR}" | ||
11 | |||
10 | do_install() { | 12 | do_install() { |
11 | install -d ${D}${bindir}/ | 13 | install -d ${D}${bindir}/ |
12 | install -m 755 ${UNPACKDIR}/dt-doc-validate ${D}${bindir}/ | 14 | install -m 755 ${UNPACKDIR}/dt-doc-validate ${D}${bindir}/ |
diff --git a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb index 8eff00821a..84b8b10a26 100644 --- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb +++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | |||
@@ -11,13 +11,12 @@ LIC_FILES_CHKSUM = "\ | |||
11 | 11 | ||
12 | DEPENDS += "git-replacement-native" | 12 | DEPENDS += "git-replacement-native" |
13 | 13 | ||
14 | SRCREV = "7160ebe8b865dd6028aef278efa219433db93f7e" | 14 | SRCREV = "fe67c98d2e9b74af44d0c4b660fa18e3a95e7edd" |
15 | PV = "0.3+git" | 15 | PV = "0.3+git" |
16 | 16 | ||
17 | inherit native | 17 | inherit native |
18 | 18 | ||
19 | SRC_URI = "git://git.yoctoproject.org/yocto-kernel-tools.git;branch=master;protocol=https" | 19 | SRC_URI = "git://git.yoctoproject.org/yocto-kernel-tools.git;branch=master;protocol=https" |
20 | S = "${WORKDIR}/git" | ||
21 | 20 | ||
22 | do_configure() { | 21 | do_configure() { |
23 | : | 22 | : |
diff --git a/meta/recipes-kernel/kernel-signing-keys/kernel-signing-keys-native.bb b/meta/recipes-kernel/kernel-signing-keys/kernel-signing-keys-native.bb new file mode 100644 index 0000000000..f346f1648a --- /dev/null +++ b/meta/recipes-kernel/kernel-signing-keys/kernel-signing-keys-native.bb | |||
@@ -0,0 +1,73 @@ | |||
1 | # Automatically generate key pairs in UBOOT_SIGN_KEYDIR if they do not exist. | ||
2 | # The key pair is generated by the kernel-signing-keys-native recipe and is not | ||
3 | # stored in the sstate cache. This can be beneficial from a security standpoint, | ||
4 | # as it avoids unintentionally caching and distributing private keys. | ||
5 | # However, this behavior can lead to non-reproducible builds. For example, if | ||
6 | # the keys are deleted, they must be manually restored, or you must run: | ||
7 | # bitbake -c cleanall kernel-signing-keys-native | ||
8 | # before new key pairs are generated. | ||
9 | # | ||
10 | # However, this approach is only suitable for simple or local development use | ||
11 | # cases. For more advanced or production-grade scenarios, a more robust solution | ||
12 | # is usually required—such as external signing or re-signing using e.g a HSM. | ||
13 | |||
14 | SUMMARY = "Signing keys for the kernel FIT image" | ||
15 | LICENSE = "MIT" | ||
16 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
17 | |||
18 | require conf/image-fitimage.conf | ||
19 | |||
20 | DEPENDS += "openssl-native" | ||
21 | |||
22 | inherit native | ||
23 | |||
24 | do_fetch[noexec] = "1" | ||
25 | do_unpack[noexec] = "1" | ||
26 | do_patch[noexec] = "1" | ||
27 | do_configure[noexec] = "1" | ||
28 | do_install[noexec] = "1" | ||
29 | |||
30 | do_compile() { | ||
31 | if [ "${UBOOT_SIGN_ENABLE}" = "0" ] && [ "${FIT_GENERATE_KEYS}" = "1" ]; then | ||
32 | bbwarn "FIT_GENERATE_KEYS is set to 1 even though UBOOT_SIGN_ENABLE is set to 0. The keys will not be generated as they won't be used." | ||
33 | fi | ||
34 | |||
35 | if [ "${UBOOT_SIGN_ENABLE}" = "1" ] && [ "${FIT_GENERATE_KEYS}" = "1" ]; then | ||
36 | |||
37 | # Generate keys to sign configuration nodes, only if they don't already exist | ||
38 | if [ ! -f "${UBOOT_SIGN_KEYDIR}/${UBOOT_SIGN_KEYNAME}".key ] || \ | ||
39 | [ ! -f "${UBOOT_SIGN_KEYDIR}/${UBOOT_SIGN_KEYNAME}".crt ]; then | ||
40 | |||
41 | # make directory if it does not already exist | ||
42 | mkdir -p "${UBOOT_SIGN_KEYDIR}" | ||
43 | |||
44 | bbnote "Generating RSA private key for signing fitImage" | ||
45 | openssl genrsa ${FIT_KEY_GENRSA_ARGS} -out \ | ||
46 | "${UBOOT_SIGN_KEYDIR}/${UBOOT_SIGN_KEYNAME}".key \ | ||
47 | "${FIT_SIGN_NUMBITS}" | ||
48 | |||
49 | bbnote "Generating certificate for signing fitImage" | ||
50 | openssl req ${FIT_KEY_REQ_ARGS} "${FIT_KEY_SIGN_PKCS}" \ | ||
51 | -key "${UBOOT_SIGN_KEYDIR}/${UBOOT_SIGN_KEYNAME}".key \ | ||
52 | -out "${UBOOT_SIGN_KEYDIR}/${UBOOT_SIGN_KEYNAME}".crt | ||
53 | fi | ||
54 | |||
55 | # Generate keys to sign image nodes, only if they don't already exist | ||
56 | if [ ! -f "${UBOOT_SIGN_KEYDIR}/${UBOOT_SIGN_IMG_KEYNAME}".key ] || \ | ||
57 | [ ! -f "${UBOOT_SIGN_KEYDIR}/${UBOOT_SIGN_IMG_KEYNAME}".crt ]; then | ||
58 | |||
59 | # make directory if it does not already exist | ||
60 | mkdir -p "${UBOOT_SIGN_KEYDIR}" | ||
61 | |||
62 | bbnote "Generating RSA private key for signing fitImage" | ||
63 | openssl genrsa ${FIT_KEY_GENRSA_ARGS} -out \ | ||
64 | "${UBOOT_SIGN_KEYDIR}/${UBOOT_SIGN_IMG_KEYNAME}".key \ | ||
65 | "${FIT_SIGN_NUMBITS}" | ||
66 | |||
67 | bbnote "Generating certificate for signing fitImage" | ||
68 | openssl req ${FIT_KEY_REQ_ARGS} "${FIT_KEY_SIGN_PKCS}" \ | ||
69 | -key "${UBOOT_SIGN_KEYDIR}/${UBOOT_SIGN_IMG_KEYNAME}".key \ | ||
70 | -out "${UBOOT_SIGN_KEYDIR}/${UBOOT_SIGN_IMG_KEYNAME}".crt | ||
71 | fi | ||
72 | fi | ||
73 | } | ||
diff --git a/meta/recipes-kernel/kexec/kexec-tools/0001-arm64-kexec-disabled-check-if-kaslr-seed-dtb-propert.patch b/meta/recipes-kernel/kexec/kexec-tools/0001-arm64-kexec-disabled-check-if-kaslr-seed-dtb-propert.patch index ddc1519126..ee731cea4b 100644 --- a/meta/recipes-kernel/kexec/kexec-tools/0001-arm64-kexec-disabled-check-if-kaslr-seed-dtb-propert.patch +++ b/meta/recipes-kernel/kexec/kexec-tools/0001-arm64-kexec-disabled-check-if-kaslr-seed-dtb-propert.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From d48ec5e1a5fb7907520dee71b1d94045486a0c29 Mon Sep 17 00:00:00 2001 | 1 | From 9e95f8933bded10fdd664fc95492825347ec59a7 Mon Sep 17 00:00:00 2001 |
2 | From: Alexander Kamensky <alexander.kamensky42@gmail.com> | 2 | From: Alexander Kamensky <alexander.kamensky42@gmail.com> |
3 | Date: Thu, 12 Nov 2020 12:56:46 -0800 | 3 | Date: Thu, 12 Nov 2020 12:56:46 -0800 |
4 | Subject: [PATCH] arm64: kexec: disabled check if kaslr-seed dtb property was | 4 | Subject: [PATCH] arm64: kexec: disabled check if kaslr-seed dtb property was |
@@ -34,10 +34,10 @@ Upstream-Status: Submitted [http://lists.infradead.org/pipermail/kexec/2020-Nove | |||
34 | 1 file changed, 1 insertion(+), 13 deletions(-) | 34 | 1 file changed, 1 insertion(+), 13 deletions(-) |
35 | 35 | ||
36 | diff --git a/kexec/arch/arm64/kexec-arm64.c b/kexec/arch/arm64/kexec-arm64.c | 36 | diff --git a/kexec/arch/arm64/kexec-arm64.c b/kexec/arch/arm64/kexec-arm64.c |
37 | index ec6df4b..10238d9 100644 | 37 | index 9091f40..ea304f9 100644 |
38 | --- a/kexec/arch/arm64/kexec-arm64.c | 38 | --- a/kexec/arch/arm64/kexec-arm64.c |
39 | +++ b/kexec/arch/arm64/kexec-arm64.c | 39 | +++ b/kexec/arch/arm64/kexec-arm64.c |
40 | @@ -503,7 +503,7 @@ static int setup_2nd_dtb(struct dtb *dtb, char *command_line, int on_crash) | 40 | @@ -504,7 +504,7 @@ static int setup_2nd_dtb(struct dtb *dtb, char *command_line, int on_crash) |
41 | int len, range_len; | 41 | int len, range_len; |
42 | int nodeoffset; | 42 | int nodeoffset; |
43 | int new_size; | 43 | int new_size; |
@@ -46,7 +46,7 @@ index ec6df4b..10238d9 100644 | |||
46 | 46 | ||
47 | result = fdt_check_header(dtb->buf); | 47 | result = fdt_check_header(dtb->buf); |
48 | 48 | ||
49 | @@ -576,18 +576,6 @@ static int setup_2nd_dtb(struct dtb *dtb, char *command_line, int on_crash) | 49 | @@ -577,18 +577,6 @@ static int setup_2nd_dtb(struct dtb *dtb, char *command_line, int on_crash) |
50 | return result; | 50 | return result; |
51 | } | 51 | } |
52 | } else { | 52 | } else { |
@@ -65,6 +65,3 @@ index ec6df4b..10238d9 100644 | |||
65 | /* | 65 | /* |
66 | * Invoke the getrandom system call with | 66 | * Invoke the getrandom system call with |
67 | * GRND_NONBLOCK, to make sure we | 67 | * GRND_NONBLOCK, to make sure we |
68 | -- | ||
69 | 2.25.1 | ||
70 | |||
diff --git a/meta/recipes-kernel/kexec/kexec-tools/0001-kexec.c-add-MFD_NOEXEC_SEAL-flag-explicitly.patch b/meta/recipes-kernel/kexec/kexec-tools/0001-kexec.c-add-MFD_NOEXEC_SEAL-flag-explicitly.patch new file mode 100644 index 0000000000..5d994d9ffb --- /dev/null +++ b/meta/recipes-kernel/kexec/kexec-tools/0001-kexec.c-add-MFD_NOEXEC_SEAL-flag-explicitly.patch | |||
@@ -0,0 +1,43 @@ | |||
1 | From 0b176595ca1610037d1175e1786d1a8aff1fb43f Mon Sep 17 00:00:00 2001 | ||
2 | From: Chen Qi <Qi.Chen@windriver.com> | ||
3 | Date: Tue, 6 Aug 2024 21:42:43 -0700 | ||
4 | Subject: [PATCH] kexec.c: add MFD_NOEXEC_SEAL flag explicitly | ||
5 | |||
6 | Add MFD_NOEXEC_SEAL to avoid kernel warning like below: | ||
7 | |||
8 | kexec[970]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set | ||
9 | |||
10 | For old kernels, there will be no MFD_NOEXEC_SEAL definition, so fallback | ||
11 | to define it to 0. | ||
12 | |||
13 | Upstream-Status: Submitted [https://github.com/horms/kexec-tools/pull/7] | ||
14 | |||
15 | Signed-off-by: Chen Qi <Qi.Chen@windriver.com> | ||
16 | --- | ||
17 | kexec/kexec.c | 6 +++++- | ||
18 | 1 file changed, 5 insertions(+), 1 deletion(-) | ||
19 | |||
20 | diff --git a/kexec/kexec.c b/kexec/kexec.c | ||
21 | index 6bf12d7..2f8e7cc 100644 | ||
22 | --- a/kexec/kexec.c | ||
23 | +++ b/kexec/kexec.c | ||
24 | @@ -61,6 +61,10 @@ | ||
25 | #define KEXEC_LOADED_PATH "/sys/kernel/kexec_loaded" | ||
26 | #define KEXEC_CRASH_LOADED_PATH "/sys/kernel/kexec_crash_loaded" | ||
27 | |||
28 | +#ifndef MFD_NOEXEC_SEAL | ||
29 | +#define MFD_NOEXEC_SEAL 0 | ||
30 | +#endif | ||
31 | + | ||
32 | unsigned long long mem_min = 0; | ||
33 | unsigned long long mem_max = ULONG_MAX; | ||
34 | unsigned long elfcorehdrsz = 0; | ||
35 | @@ -661,7 +665,7 @@ static int copybuf_memfd(const char *kernel_buf, size_t size) | ||
36 | { | ||
37 | int fd, count; | ||
38 | |||
39 | - fd = memfd_create("kernel", MFD_ALLOW_SEALING); | ||
40 | + fd = memfd_create("kernel", MFD_ALLOW_SEALING | MFD_NOEXEC_SEAL); | ||
41 | if (fd == -1) | ||
42 | return fd; | ||
43 | |||
diff --git a/meta/recipes-kernel/kexec/kexec-tools/0001-ppc-fs2dt-Match-function-signatures.patch b/meta/recipes-kernel/kexec/kexec-tools/0001-ppc-fs2dt-Match-function-signatures.patch new file mode 100644 index 0000000000..483e5195a9 --- /dev/null +++ b/meta/recipes-kernel/kexec/kexec-tools/0001-ppc-fs2dt-Match-function-signatures.patch | |||
@@ -0,0 +1,31 @@ | |||
1 | From 4a07e8f22b4f224dca79767e5cb86a0de91498dc Mon Sep 17 00:00:00 2001 | ||
2 | From: Khem Raj <raj.khem@gmail.com> | ||
3 | Date: Sat, 17 May 2025 07:48:50 -0700 | ||
4 | Subject: [PATCH] ppc/fs2dt: Match function signatures | ||
5 | |||
6 | The prototypes of function pointers is analysed and | ||
7 | compiler finds the signature mismatches and complain about it. | ||
8 | |||
9 | ../kexec-tools-2.0.31/kexec/arch/ppc/fs2dt.c:338:44: error: incompatible function pointer types passing 'int (const void *, const void *)' to parameter of type 'int (*)(const struct dirent **, const struct dirent **)' [-Wincompatible-function-pointer-types] | ||
10 | 338 | numlist = scandir(pathname, &namelist, 0, comparefunc); | ||
11 | | ^~~~~~~~~~~ | ||
12 | |||
13 | Upstream-Status: Submitted [https://lore.kernel.org/kexec/20250517145852.2488183-1-raj.khem@gmail.com/T/#u] | ||
14 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
15 | --- | ||
16 | kexec/arch/ppc/fs2dt.c | 2 +- | ||
17 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
18 | |||
19 | diff --git a/kexec/arch/ppc/fs2dt.c b/kexec/arch/ppc/fs2dt.c | ||
20 | index fed499b..4952bfc 100644 | ||
21 | --- a/kexec/arch/ppc/fs2dt.c | ||
22 | +++ b/kexec/arch/ppc/fs2dt.c | ||
23 | @@ -292,7 +292,7 @@ static void putprops(char *fn, struct dirent **nlist, int numlist) | ||
24 | * Compare function used to sort the device-tree directories | ||
25 | * This function will be passed to scandir. | ||
26 | */ | ||
27 | -static int comparefunc(const void *dentry1, const void *dentry2) | ||
28 | +static int comparefunc(const struct dirent ** dentry1, const struct dirent **dentry2) | ||
29 | { | ||
30 | char *str1 = (*(struct dirent **)dentry1)->d_name; | ||
31 | char *str2 = (*(struct dirent **)dentry2)->d_name; | ||
diff --git a/meta/recipes-kernel/kexec/kexec-tools/0003-kexec-ARM-Fix-add_buffer_phys_virt-align-issue.patch b/meta/recipes-kernel/kexec/kexec-tools/0003-kexec-ARM-Fix-add_buffer_phys_virt-align-issue.patch deleted file mode 100644 index e874a8b4f1..0000000000 --- a/meta/recipes-kernel/kexec/kexec-tools/0003-kexec-ARM-Fix-add_buffer_phys_virt-align-issue.patch +++ /dev/null | |||
@@ -1,50 +0,0 @@ | |||
1 | From b62c1da8f8e641397add10367ee9c4cfdedb1cc0 Mon Sep 17 00:00:00 2001 | ||
2 | From: Haiqing Bai <Haiqing.Bai@windriver.com> | ||
3 | Date: Mon, 9 Jan 2017 15:26:29 +0800 | ||
4 | Subject: [PATCH] kexec: ARM: Fix add_buffer_phys_virt() align issue | ||
5 | |||
6 | When "CONFIG_ARM_LPAE" is enabled,3 level page table | ||
7 | is used by MMU, the "SECTION_SIZE" is defined with | ||
8 | (1 << 21), but 'add_buffer_phys_virt()' hardcode this | ||
9 | to (1 << 20). | ||
10 | |||
11 | Upstream-Status: Pending | ||
12 | |||
13 | Suggested-By:fredrik.markstrom@gmail.com | ||
14 | Signed-off-by: Haiqing Bai <Haiqing.Bai@windriver.com> | ||
15 | |||
16 | --- | ||
17 | kexec/arch/arm/crashdump-arm.c | 5 ++++- | ||
18 | 1 file changed, 4 insertions(+), 1 deletion(-) | ||
19 | |||
20 | diff --git a/kexec/arch/arm/crashdump-arm.c b/kexec/arch/arm/crashdump-arm.c | ||
21 | index 1ec1826..cc20f63 100644 | ||
22 | --- a/kexec/arch/arm/crashdump-arm.c | ||
23 | +++ b/kexec/arch/arm/crashdump-arm.c | ||
24 | @@ -242,6 +242,7 @@ int load_crashdump_segments(struct kexec_info *info, char *mod_cmdline) | ||
25 | void *buf; | ||
26 | int err; | ||
27 | int last_ranges; | ||
28 | + unsigned short align_bit_shift = 20; | ||
29 | |||
30 | /* | ||
31 | * First fetch all the memory (RAM) ranges that we are going to pass to | ||
32 | @@ -283,6 +284,7 @@ int load_crashdump_segments(struct kexec_info *info, char *mod_cmdline) | ||
33 | |||
34 | /* for support LPAE enabled kernel*/ | ||
35 | elf_info.class = ELFCLASS64; | ||
36 | + align_bit_shift = 21; | ||
37 | |||
38 | err = crash_create_elf64_headers(info, &elf_info, | ||
39 | usablemem_rgns.ranges, | ||
40 | @@ -304,8 +306,9 @@ int load_crashdump_segments(struct kexec_info *info, char *mod_cmdline) | ||
41 | * 1MB) so that available memory passed in kernel command line will be | ||
42 | * aligned to 1MB. This is because kernel create_mapping() wants memory | ||
43 | * regions to be aligned to SECTION_SIZE. | ||
44 | + * The SECTION_SIZE of LPAE kernel is '1UL << 21' defined in pgtable-3level.h | ||
45 | */ | ||
46 | - elfcorehdr = add_buffer_phys_virt(info, buf, bufsz, bufsz, 1 << 20, | ||
47 | + elfcorehdr = add_buffer_phys_virt(info, buf, bufsz, bufsz, 1 << align_bit_shift, | ||
48 | crash_kernel_mem.start, | ||
49 | crash_kernel_mem.end, -1, 0); | ||
50 | |||
diff --git a/meta/recipes-kernel/kexec/kexec-tools/Fix-building-on-x86_64-with-binutils-2.41.patch b/meta/recipes-kernel/kexec/kexec-tools/Fix-building-on-x86_64-with-binutils-2.41.patch deleted file mode 100644 index 4894f044fc..0000000000 --- a/meta/recipes-kernel/kexec/kexec-tools/Fix-building-on-x86_64-with-binutils-2.41.patch +++ /dev/null | |||
@@ -1,95 +0,0 @@ | |||
1 | From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
2 | From: Michel Lind <salimma@fedoraproject.org> | ||
3 | Date: Tue, 30 Jan 2024 04:14:31 -0600 | ||
4 | Subject: [PATCH] Fix building on x86_64 with binutils 2.41 | ||
5 | |||
6 | Newer versions of the GNU assembler (observed with binutils 2.41) will | ||
7 | complain about the ".arch i386" in files assembled with "as --64", | ||
8 | with the message "Error: 64bit mode not supported on 'i386'". | ||
9 | |||
10 | Fix by moving ".arch i386" below the relevant ".code32" directive, so | ||
11 | that the assembler is no longer expecting 64-bit instructions to be used | ||
12 | by the time that the ".arch i386" directive is encountered. | ||
13 | |||
14 | Based on similar iPXE fix: | ||
15 | https://github.com/ipxe/ipxe/commit/6ca597eee | ||
16 | |||
17 | Signed-off-by: Michel Lind <michel@michel-slm.name> | ||
18 | Signed-off-by: Simon Horman <horms@kernel.org> | ||
19 | |||
20 | Upstream-Status: Backport [https://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git/commit/?h=main&id=328de8e00e298f00d7ba6b25dc3950147e9642e6] | ||
21 | Signed-off-by: Yoann Congal <yoann.congal@smile.fr> | ||
22 | --- | ||
23 | purgatory/arch/i386/entry32-16-debug.S | 2 +- | ||
24 | purgatory/arch/i386/entry32-16.S | 2 +- | ||
25 | purgatory/arch/i386/entry32.S | 2 +- | ||
26 | purgatory/arch/i386/setup-x86.S | 2 +- | ||
27 | 4 files changed, 4 insertions(+), 4 deletions(-) | ||
28 | |||
29 | diff --git a/purgatory/arch/i386/entry32-16-debug.S b/purgatory/arch/i386/entry32-16-debug.S | ||
30 | index 5167944..12e1164 100644 | ||
31 | --- a/purgatory/arch/i386/entry32-16-debug.S | ||
32 | +++ b/purgatory/arch/i386/entry32-16-debug.S | ||
33 | @@ -25,10 +25,10 @@ | ||
34 | .globl entry16_debug_pre32 | ||
35 | .globl entry16_debug_first32 | ||
36 | .globl entry16_debug_old_first32 | ||
37 | - .arch i386 | ||
38 | .balign 16 | ||
39 | entry16_debug: | ||
40 | .code32 | ||
41 | + .arch i386 | ||
42 | /* Compute where I am running at (assumes esp valid) */ | ||
43 | call 1f | ||
44 | 1: popl %ebx | ||
45 | diff --git a/purgatory/arch/i386/entry32-16.S b/purgatory/arch/i386/entry32-16.S | ||
46 | index c051aab..eace095 100644 | ||
47 | --- a/purgatory/arch/i386/entry32-16.S | ||
48 | +++ b/purgatory/arch/i386/entry32-16.S | ||
49 | @@ -20,10 +20,10 @@ | ||
50 | #undef i386 | ||
51 | .text | ||
52 | .globl entry16, entry16_regs | ||
53 | - .arch i386 | ||
54 | .balign 16 | ||
55 | entry16: | ||
56 | .code32 | ||
57 | + .arch i386 | ||
58 | /* Compute where I am running at (assumes esp valid) */ | ||
59 | call 1f | ||
60 | 1: popl %ebx | ||
61 | diff --git a/purgatory/arch/i386/entry32.S b/purgatory/arch/i386/entry32.S | ||
62 | index f7a494f..8ce9e31 100644 | ||
63 | --- a/purgatory/arch/i386/entry32.S | ||
64 | +++ b/purgatory/arch/i386/entry32.S | ||
65 | @@ -20,10 +20,10 @@ | ||
66 | #undef i386 | ||
67 | |||
68 | .text | ||
69 | - .arch i386 | ||
70 | .globl entry32, entry32_regs | ||
71 | entry32: | ||
72 | .code32 | ||
73 | + .arch i386 | ||
74 | |||
75 | /* Setup a gdt that should that is generally usefully */ | ||
76 | lgdt %cs:gdt | ||
77 | diff --git a/purgatory/arch/i386/setup-x86.S b/purgatory/arch/i386/setup-x86.S | ||
78 | index 201bb2c..a212eed 100644 | ||
79 | --- a/purgatory/arch/i386/setup-x86.S | ||
80 | +++ b/purgatory/arch/i386/setup-x86.S | ||
81 | @@ -21,10 +21,10 @@ | ||
82 | #undef i386 | ||
83 | |||
84 | .text | ||
85 | - .arch i386 | ||
86 | .globl purgatory_start | ||
87 | purgatory_start: | ||
88 | .code32 | ||
89 | + .arch i386 | ||
90 | |||
91 | /* Load a gdt so I know what the segment registers are */ | ||
92 | lgdt %cs:gdt | ||
93 | -- | ||
94 | 2.39.2 | ||
95 | |||
diff --git a/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb b/meta/recipes-kernel/kexec/kexec-tools_2.0.31.bb index c39fff834d..7333aa73c1 100644 --- a/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb +++ b/meta/recipes-kernel/kexec/kexec-tools_2.0.31.bb | |||
@@ -1,12 +1,13 @@ | |||
1 | |||
2 | SUMMARY = "Kexec fast reboot tools" | 1 | SUMMARY = "Kexec fast reboot tools" |
3 | DESCRIPTION = "Kexec is a fast reboot feature that lets you reboot to a new Linux kernel" | 2 | DESCRIPTION = "Kexec is a fast reboot feature that lets you reboot to a new Linux kernel" |
4 | HOMEPAGE = "http://kernel.org/pub/linux/utils/kernel/kexec/" | 3 | HOMEPAGE = "http://kernel.org/pub/linux/utils/kernel/kexec/" |
5 | SECTION = "kernel/userland" | 4 | SECTION = "kernel/userland" |
6 | LICENSE = "GPL-2.0-only" | 5 | LICENSE = "GPL-2.0-only" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=ea5bed2f60d357618ca161ad539f7c0a \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
8 | file://kexec/kexec.c;beginline=1;endline=20;md5=af10f6ae4a8715965e648aa687ad3e09" | 7 | file://kexec/kexec.c;beginline=1;endline=20;md5=af10f6ae4a8715965e648aa687ad3e09 \ |
8 | " | ||
9 | DEPENDS = "zlib xz" | 9 | DEPENDS = "zlib xz" |
10 | RDEPENDS:${PN} = "makedumpfile" | ||
10 | 11 | ||
11 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/kexec/kexec-tools-${PV}.tar.gz \ | 12 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/kexec/kexec-tools-${PV}.tar.gz \ |
12 | file://kdump \ | 13 | file://kdump \ |
@@ -14,19 +15,22 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/kexec/kexec-tools-${PV}.tar.gz | |||
14 | file://kdump.service \ | 15 | file://kdump.service \ |
15 | file://0001-powerpc-change-the-memory-size-limit.patch \ | 16 | file://0001-powerpc-change-the-memory-size-limit.patch \ |
16 | file://0002-purgatory-Pass-r-directly-to-linker.patch \ | 17 | file://0002-purgatory-Pass-r-directly-to-linker.patch \ |
17 | file://0003-kexec-ARM-Fix-add_buffer_phys_virt-align-issue.patch \ | ||
18 | file://0005-Disable-PIE-during-link.patch \ | 18 | file://0005-Disable-PIE-during-link.patch \ |
19 | file://0001-arm64-kexec-disabled-check-if-kaslr-seed-dtb-propert.patch \ | 19 | file://0001-arm64-kexec-disabled-check-if-kaslr-seed-dtb-propert.patch \ |
20 | file://Fix-building-on-x86_64-with-binutils-2.41.patch \ | 20 | file://0001-kexec.c-add-MFD_NOEXEC_SEAL-flag-explicitly.patch \ |
21 | file://0001-ppc-fs2dt-Match-function-signatures.patch \ | ||
21 | " | 22 | " |
22 | 23 | ||
23 | SRC_URI[sha256sum] = "f33d2660b3e38d25a127e87097978e0f7a9a73ab5151a29eb80974d169ff6a29" | 24 | SRC_URI[sha256sum] = "ddaaa65b02b4f8aa9222586b1f26565b93a4baeffd35bcbd523f15fae7aa4897" |
24 | 25 | ||
25 | inherit autotools update-rc.d systemd | 26 | inherit autotools update-rc.d systemd |
26 | 27 | ||
27 | export LDFLAGS = "-L${STAGING_LIBDIR}" | 28 | export LDFLAGS = "-L${STAGING_LIBDIR}" |
28 | EXTRA_OECONF = " --with-zlib=yes" | 29 | EXTRA_OECONF = " --with-zlib=yes" |
29 | 30 | ||
31 | # purgatory uses -msoft-float for ppc32/ppc64, it does not go with -maltivec | ||
32 | TUNE_CCARGS:remove:powerpc = "-maltivec" | ||
33 | |||
30 | do_compile:prepend() { | 34 | do_compile:prepend() { |
31 | # Remove the prepackaged config.h from the source tree as it overrides | 35 | # Remove the prepackaged config.h from the source tree as it overrides |
32 | # the same file generated by configure and placed in the build tree | 36 | # the same file generated by configure and placed in the build tree |
@@ -82,5 +86,8 @@ SYSTEMD_SERVICE:kdump = "kdump.service" | |||
82 | SECURITY_PIE_CFLAGS:remove = "-fPIE -pie" | 86 | SECURITY_PIE_CFLAGS:remove = "-fPIE -pie" |
83 | 87 | ||
84 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*|powerpc.*|mips.*)-(linux|freebsd.*)' | 88 | COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|aarch64.*|powerpc.*|mips.*)-(linux|freebsd.*)' |
89 | # makedumpfile would not compile on mips/rv32 | ||
90 | COMPATIBLE_HOST:mipsarcho32 = "null" | ||
91 | COMPATIBLE_HOST:riscv32 = "null" | ||
85 | 92 | ||
86 | INSANE_SKIP:${PN} = "arch" | 93 | INSANE_SKIP:${PN} = "arch" |
diff --git a/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb b/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb index 6c0739d64f..5e70e01102 100644 --- a/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb +++ b/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "Wrapper script for the Linux kernel module dependency indexer" | 1 | SUMMARY = "Wrapper script for the Linux kernel module dependency indexer" |
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | 3 | ||
4 | S = "${WORKDIR}" | 4 | S = "${UNPACKDIR}" |
5 | 5 | ||
6 | INHIBIT_DEFAULT_DEPS = "1" | 6 | INHIBIT_DEFAULT_DEPS = "1" |
7 | # The kernel and the staging dir for it is machine specific | 7 | # The kernel and the staging dir for it is machine specific |
diff --git a/meta/recipes-kernel/kmod/kmod/0001-Use-portable-implementation-for-basename-API.patch b/meta/recipes-kernel/kmod/kmod/0001-Use-portable-implementation-for-basename-API.patch deleted file mode 100644 index 6a7f9ded4f..0000000000 --- a/meta/recipes-kernel/kmod/kmod/0001-Use-portable-implementation-for-basename-API.patch +++ /dev/null | |||
@@ -1,136 +0,0 @@ | |||
1 | From 721ed6040c7aa47070faf6378c433089e178bd43 Mon Sep 17 00:00:00 2001 | ||
2 | From: Khem Raj <raj.khem@gmail.com> | ||
3 | Date: Sat, 9 Dec 2023 17:35:59 -0800 | ||
4 | Subject: [PATCH] Use portable implementation for basename API | ||
5 | |||
6 | musl has removed the non-prototype declaration of basename from | ||
7 | string.h [1] which now results in build errors with clang-17+ compiler | ||
8 | |||
9 | Implement GNU basename behavior using strchr which is portable across libcs | ||
10 | |||
11 | Fixes | ||
12 | ../git/tools/kmod.c:71:19: error: call to undeclared function 'basename'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] | ||
13 | 71 | "Commands:\n", basename(argv[0])); | ||
14 | | ^ | ||
15 | |||
16 | [1] https://git.musl-libc.org/cgit/musl/commit/?id=725e17ed6dff4d0cd22487bb64470881e86a92e7 | ||
17 | |||
18 | Upstream-Status: Submitted [https://github.com/kmod-project/kmod/pull/32] | ||
19 | |||
20 | Suggested-by: Rich Felker | ||
21 | |||
22 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
23 | --- | ||
24 | libkmod/libkmod-config.c | 2 +- | ||
25 | shared/util.c | 4 ++-- | ||
26 | shared/util.h | 7 +++++++ | ||
27 | testsuite/testsuite.c | 2 +- | ||
28 | tools/depmod.c | 2 +- | ||
29 | tools/kmod.c | 4 ++-- | ||
30 | 6 files changed, 14 insertions(+), 7 deletions(-) | ||
31 | |||
32 | diff --git a/libkmod/libkmod-config.c b/libkmod/libkmod-config.c | ||
33 | index e83621b..8aa555a 100644 | ||
34 | --- a/libkmod/libkmod-config.c | ||
35 | +++ b/libkmod/libkmod-config.c | ||
36 | @@ -794,7 +794,7 @@ static int conf_files_insert_sorted(struct kmod_ctx *ctx, | ||
37 | bool is_single = false; | ||
38 | |||
39 | if (name == NULL) { | ||
40 | - name = basename(path); | ||
41 | + name = gnu_basename(path); | ||
42 | is_single = true; | ||
43 | } | ||
44 | |||
45 | diff --git a/shared/util.c b/shared/util.c | ||
46 | index e2bab83..0e16670 100644 | ||
47 | --- a/shared/util.c | ||
48 | +++ b/shared/util.c | ||
49 | @@ -172,9 +172,9 @@ char *modname_normalize(const char *modname, char buf[static PATH_MAX], size_t * | ||
50 | |||
51 | char *path_to_modname(const char *path, char buf[static PATH_MAX], size_t *len) | ||
52 | { | ||
53 | - char *modname; | ||
54 | + const char *modname; | ||
55 | |||
56 | - modname = basename(path); | ||
57 | + modname = gnu_basename(path); | ||
58 | if (modname == NULL || modname[0] == '\0') | ||
59 | return NULL; | ||
60 | |||
61 | diff --git a/shared/util.h b/shared/util.h | ||
62 | index c4a3916..073dc5a 100644 | ||
63 | --- a/shared/util.h | ||
64 | +++ b/shared/util.h | ||
65 | @@ -5,6 +5,7 @@ | ||
66 | #include <stdbool.h> | ||
67 | #include <stdlib.h> | ||
68 | #include <stdio.h> | ||
69 | +#include <string.h> | ||
70 | #include <sys/types.h> | ||
71 | #include <sys/stat.h> | ||
72 | #include <time.h> | ||
73 | @@ -76,6 +77,12 @@ do { \ | ||
74 | __p->__v = (val); \ | ||
75 | } while(0) | ||
76 | |||
77 | +static _always_inline_ const char *gnu_basename(const char *s) | ||
78 | +{ | ||
79 | + const char *p = strrchr(s, '/'); | ||
80 | + return p ? p+1 : s; | ||
81 | +} | ||
82 | + | ||
83 | static _always_inline_ unsigned int ALIGN_POWER2(unsigned int u) | ||
84 | { | ||
85 | return 1 << ((sizeof(u) * 8) - __builtin_clz(u - 1)); | ||
86 | diff --git a/testsuite/testsuite.c b/testsuite/testsuite.c | ||
87 | index 318343a..aafc987 100644 | ||
88 | --- a/testsuite/testsuite.c | ||
89 | +++ b/testsuite/testsuite.c | ||
90 | @@ -70,7 +70,7 @@ static void help(void) | ||
91 | |||
92 | printf("Usage:\n" | ||
93 | "\t%s [options] <test>\n" | ||
94 | - "Options:\n", basename(progname)); | ||
95 | + "Options:\n", gnu_basename(progname)); | ||
96 | |||
97 | for (itr = options, itr_short = options_short; | ||
98 | itr->name != NULL; itr++, itr_short++) | ||
99 | diff --git a/tools/depmod.c b/tools/depmod.c | ||
100 | index 43fc354..cfb15b1 100644 | ||
101 | --- a/tools/depmod.c | ||
102 | +++ b/tools/depmod.c | ||
103 | @@ -762,7 +762,7 @@ static int cfg_files_insert_sorted(struct cfg_file ***p_files, size_t *p_n_files | ||
104 | if (name != NULL) | ||
105 | namelen = strlen(name); | ||
106 | else { | ||
107 | - name = basename(dir); | ||
108 | + name = gnu_basename(dir); | ||
109 | namelen = strlen(name); | ||
110 | dirlen -= namelen + 1; | ||
111 | } | ||
112 | diff --git a/tools/kmod.c b/tools/kmod.c | ||
113 | index 55689c0..df91e5c 100644 | ||
114 | --- a/tools/kmod.c | ||
115 | +++ b/tools/kmod.c | ||
116 | @@ -68,7 +68,7 @@ static int kmod_help(int argc, char *argv[]) | ||
117 | "Options:\n" | ||
118 | "\t-V, --version show version\n" | ||
119 | "\t-h, --help show this help\n\n" | ||
120 | - "Commands:\n", basename(argv[0])); | ||
121 | + "Commands:\n", gnu_basename(argv[0])); | ||
122 | |||
123 | for (i = 0; i < ARRAY_SIZE(kmod_cmds); i++) { | ||
124 | if (kmod_cmds[i]->help != NULL) { | ||
125 | @@ -156,7 +156,7 @@ static int handle_kmod_compat_commands(int argc, char *argv[]) | ||
126 | const char *cmd; | ||
127 | size_t i; | ||
128 | |||
129 | - cmd = basename(argv[0]); | ||
130 | + cmd = gnu_basename(argv[0]); | ||
131 | |||
132 | for (i = 0; i < ARRAY_SIZE(kmod_compat_cmds); i++) { | ||
133 | if (streq(kmod_compat_cmds[i]->name, cmd)) | ||
134 | -- | ||
135 | 2.43.0 | ||
136 | |||
diff --git a/meta/recipes-kernel/kmod/kmod/avoid_parallel_tests.patch b/meta/recipes-kernel/kmod/kmod/avoid_parallel_tests.patch deleted file mode 100644 index 04a8204815..0000000000 --- a/meta/recipes-kernel/kmod/kmod/avoid_parallel_tests.patch +++ /dev/null | |||
@@ -1,32 +0,0 @@ | |||
1 | From be6f82c54f694617c646ca1f8b5bcf93694e20ad Mon Sep 17 00:00:00 2001 | ||
2 | From: Tudor Florea <tudor.florea@enea.com> | ||
3 | Date: Fri, 6 Sep 2013 21:11:57 +0000 | ||
4 | Subject: [PATCH] kmod: avoid parallel-tests | ||
5 | |||
6 | Avoid parallel-tests as it remove | ||
7 | buildtest-TESTS and runtest-TESTS targets required by ptest. | ||
8 | In automake 1.13.4 parallel-tests is assumed by defauls. | ||
9 | In order to have buildtest-TESTS and runtest-TESTS targets | ||
10 | serial-tests is now required | ||
11 | |||
12 | Signed-off-by: Tudor Florea <tudor.florea@enea.com> | ||
13 | Upstream-Status: Inappropriate (disable feature incompatible with ptest) | ||
14 | |||
15 | --- | ||
16 | configure.ac | 2 +- | ||
17 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
18 | |||
19 | diff --git a/configure.ac b/configure.ac | ||
20 | index ee72283..60980c0 100644 | ||
21 | --- a/configure.ac | ||
22 | +++ b/configure.ac | ||
23 | @@ -14,8 +14,8 @@ AC_USE_SYSTEM_EXTENSIONS | ||
24 | AC_SYS_LARGEFILE | ||
25 | AC_PREFIX_DEFAULT([/usr]) | ||
26 | AM_MAINTAINER_MODE([enable]) | ||
27 | -AM_INIT_AUTOMAKE([check-news foreign 1.11 silent-rules tar-pax no-dist-gzip dist-xz subdir-objects color-tests parallel-tests]) | ||
28 | +AM_INIT_AUTOMAKE([check-news foreign 1.11 silent-rules tar-pax no-dist-gzip dist-xz subdir-objects color-tests serial-tests]) | ||
29 | AM_SILENT_RULES([yes]) | ||
30 | LT_INIT([disable-static pic-only]) | ||
31 | |||
32 | AS_IF([test "x$enable_static" = "xyes"], [AC_MSG_ERROR([--enable-static is not supported by kmod])]) | ||
diff --git a/meta/recipes-kernel/kmod/kmod/gtkdocdir.patch b/meta/recipes-kernel/kmod/kmod/gtkdocdir.patch deleted file mode 100644 index a34ea466e8..0000000000 --- a/meta/recipes-kernel/kmod/kmod/gtkdocdir.patch +++ /dev/null | |||
@@ -1,33 +0,0 @@ | |||
1 | From dd59095f70f774f6d1e767010e25b35ef6db4c4b Mon Sep 17 00:00:00 2001 | ||
2 | From: Ross Burton <ross.burton@arm.com> | ||
3 | Date: Fri, 8 Dec 2023 22:35:45 +0000 | ||
4 | Subject: [PATCH] configure: set docdir in GTK_DOC_CHECK | ||
5 | |||
6 | By passing --docdir in the GTK_DOC_CHECK arguments (to match | ||
7 | autogen.sh) autoreconf will work out of the box. | ||
8 | |||
9 | Without this autoreconf fails due to the documentation not being in | ||
10 | ./docs, the default location. | ||
11 | |||
12 | Upstream-Status: Submitted [https://lore.kernel.org/linux-modules/20231208224511.1363066-1-ross.burton@arm.com/T/#u] | ||
13 | Signed-off-by: Ross Burton <ross.burton@arm.com> | ||
14 | --- | ||
15 | configure.ac | 2 +- | ||
16 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
17 | |||
18 | diff --git a/configure.ac b/configure.ac | ||
19 | index de01e08..67696c4 100644 | ||
20 | --- a/configure.ac | ||
21 | +++ b/configure.ac | ||
22 | @@ -255,7 +255,7 @@ AS_IF([test "x$enable_coverage" = "xyes"], [ | ||
23 | AM_CONDITIONAL([ENABLE_COVERAGE], [test "x$enable_coverage" = "xyes"]) | ||
24 | |||
25 | m4_ifdef([GTK_DOC_CHECK], [ | ||
26 | -GTK_DOC_CHECK([1.14],[--flavour no-tmpl-flat]) | ||
27 | +GTK_DOC_CHECK([1.14],[--flavour no-tmpl-flat --docdir libkmod/docs]) | ||
28 | ], [ | ||
29 | AM_CONDITIONAL([ENABLE_GTK_DOC], false)]) | ||
30 | |||
31 | -- | ||
32 | 2.34.1 | ||
33 | |||
diff --git a/meta/recipes-kernel/kmod/kmod/run-ptest b/meta/recipes-kernel/kmod/kmod/run-ptest deleted file mode 100755 index 598dd2cb5f..0000000000 --- a/meta/recipes-kernel/kmod/kmod/run-ptest +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | #!/bin/sh | ||
2 | touch testsuite/stamp-rootfs | ||
3 | tar xf testmodule.tar | ||
4 | make -k runtest-TESTS 2>/dev/null| grep -e ^PASS -e ^FAIL | ||
5 | find testsuite -name *.ko -exec rm -f {} \; | ||
diff --git a/meta/recipes-kernel/kmod/kmod_31.bb b/meta/recipes-kernel/kmod/kmod_34.2.bb index 718a5565b4..e5923a64cf 100644 --- a/meta/recipes-kernel/kmod/kmod_31.bb +++ b/meta/recipes-kernel/kmod/kmod_34.2.bb | |||
@@ -13,29 +13,28 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | |||
13 | file://libkmod/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | 13 | file://libkmod/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ |
14 | file://tools/COPYING;md5=751419260aa954499f7abaabaa882bbe \ | 14 | file://tools/COPYING;md5=751419260aa954499f7abaabaa882bbe \ |
15 | " | 15 | " |
16 | inherit autotools bash-completion gtk-doc pkgconfig manpages update-alternatives | 16 | inherit bash-completion gtk-doc manpages meson pkgconfig update-alternatives |
17 | 17 | ||
18 | SRCREV = "aff617ea871d0568cc491bd116c0be1e857463bb" | 18 | SRC_URI = "https://www.kernel.org/pub/linux/utils/kernel/${BPN}/${BP}.tar.xz \ |
19 | |||
20 | SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git;branch=master;protocol=https \ | ||
21 | file://depmod-search.conf \ | 19 | file://depmod-search.conf \ |
22 | file://avoid_parallel_tests.patch \ | ||
23 | file://0001-Use-portable-implementation-for-basename-API.patch \ | ||
24 | file://gtkdocdir.patch \ | ||
25 | " | 20 | " |
21 | SRC_URI[sha256sum] = "5a5d5073070cc7e0c7a7a3c6ec2a0e1780850c8b47b3e3892226b93ffcb9cb54" | ||
26 | 22 | ||
27 | S = "${WORKDIR}/git" | 23 | EXTRA_OEMESON += "\ |
28 | 24 | -Ddistconfdir=${nonarch_base_libdir} \ | |
29 | EXTRA_OECONF += "--enable-tools" | 25 | --bindir=${base_bindir} \ |
26 | --sbindir=${base_sbindir} \ | ||
27 | -Dtools=true \ | ||
28 | " | ||
30 | 29 | ||
31 | PACKAGECONFIG ??= "zlib xz openssl" | 30 | PACKAGECONFIG ??= "zlib xz openssl" |
32 | PACKAGECONFIG[debug] = "--enable-debug,--disable-debug" | 31 | PACKAGECONFIG[debug] = "-Ddebug-messages=true,-Ddebug-messages=false" |
33 | PACKAGECONFIG[logging] = " --enable-logging,--disable-logging" | 32 | PACKAGECONFIG[logging] = " -Dlogging=true,-Dlogging=false" |
34 | PACKAGECONFIG[manpages] = "--enable-manpages, --disable-manpages, libxslt-native xmlto-native" | 33 | PACKAGECONFIG[manpages] = "-Dmanpages=true,-Dmanpages=false,scdoc-native" |
35 | PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl" | 34 | PACKAGECONFIG[openssl] = "-Dopenssl=enabled,-Dopenssl=disabled,openssl" |
36 | PACKAGECONFIG[xz] = "--with-xz,--without-xz,xz" | 35 | PACKAGECONFIG[xz] = "-Dxz=enabled,-Dxz=disabled,xz" |
37 | PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib" | 36 | PACKAGECONFIG[zlib] = "-Dzlib=enabled,-Dzlib=disabled,zlib" |
38 | PACKAGECONFIG[zstd] = "--with-zstd,--without-zstd,zstd" | 37 | PACKAGECONFIG[zstd] = "-Dzstd=enabled,-Dzstd=disabled,zstd" |
39 | 38 | ||
40 | PROVIDES += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools" | 39 | PROVIDES += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools" |
41 | RPROVIDES:${PN} += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools" | 40 | RPROVIDES:${PN} += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools" |
@@ -45,23 +44,7 @@ RREPLACES:${PN} += "module-init-tools-insmod-static module-init-tools-depmod mod | |||
45 | # to force user to remove old module-init-tools and replace them with kmod variants | 44 | # to force user to remove old module-init-tools and replace them with kmod variants |
46 | RCONFLICTS:libkmod2 += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools" | 45 | RCONFLICTS:libkmod2 += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools" |
47 | 46 | ||
48 | # autotools set prefix to /usr, however we want them in /bin and /sbin | ||
49 | EXTRA_OECONF += "--bindir=${base_bindir} --sbindir=${base_sbindir}" | ||
50 | |||
51 | do_install:append () { | 47 | do_install:append () { |
52 | install -dm755 ${D}${base_bindir} | ||
53 | install -dm755 ${D}${base_sbindir} | ||
54 | # add symlinks to kmod | ||
55 | ln -rs ${D}${base_bindir}/kmod ${D}${base_bindir}/lsmod | ||
56 | for tool in insmod rmmod depmod modinfo modprobe; do | ||
57 | ln -rs ${D}${base_bindir}/kmod ${D}${base_sbindir}/${tool} | ||
58 | done | ||
59 | # configuration directories | ||
60 | install -dm755 ${D}${nonarch_base_libdir}/depmod.d | ||
61 | install -dm755 ${D}${nonarch_base_libdir}/modprobe.d | ||
62 | install -dm755 ${D}${sysconfdir}/depmod.d | ||
63 | install -dm755 ${D}${sysconfdir}/modprobe.d | ||
64 | |||
65 | # install depmod.d file for search/ dir | 48 | # install depmod.d file for search/ dir |
66 | install -Dm644 "${UNPACKDIR}/depmod-search.conf" "${D}${nonarch_base_libdir}/depmod.d/search.conf" | 49 | install -Dm644 "${UNPACKDIR}/depmod-search.conf" "${D}${nonarch_base_libdir}/depmod.d/search.conf" |
67 | 50 | ||
@@ -69,6 +52,11 @@ do_install:append () { | |||
69 | echo "exclude .debug" > ${D}${nonarch_base_libdir}/depmod.d/exclude.conf | 52 | echo "exclude .debug" > ${D}${nonarch_base_libdir}/depmod.d/exclude.conf |
70 | } | 53 | } |
71 | 54 | ||
55 | PACKAGES += "${PN}-fish-completion ${PN}-zsh-completion" | ||
56 | |||
57 | FILES:${PN}-fish-completion = "${datadir}/fish" | ||
58 | FILES:${PN}-zsh-completion = "${datadir}/zsh" | ||
59 | |||
72 | ALTERNATIVE_PRIORITY = "70" | 60 | ALTERNATIVE_PRIORITY = "70" |
73 | 61 | ||
74 | ALTERNATIVE:kmod = "insmod modprobe rmmod modinfo bin-lsmod lsmod depmod" | 62 | ALTERNATIVE:kmod = "insmod modprobe rmmod modinfo bin-lsmod lsmod depmod" |
@@ -78,9 +66,9 @@ ALTERNATIVE_LINK_NAME[insmod] = "${base_sbindir}/insmod" | |||
78 | ALTERNATIVE_LINK_NAME[modprobe] = "${base_sbindir}/modprobe" | 66 | ALTERNATIVE_LINK_NAME[modprobe] = "${base_sbindir}/modprobe" |
79 | ALTERNATIVE_LINK_NAME[rmmod] = "${base_sbindir}/rmmod" | 67 | ALTERNATIVE_LINK_NAME[rmmod] = "${base_sbindir}/rmmod" |
80 | ALTERNATIVE_LINK_NAME[modinfo] = "${base_sbindir}/modinfo" | 68 | ALTERNATIVE_LINK_NAME[modinfo] = "${base_sbindir}/modinfo" |
81 | ALTERNATIVE_LINK_NAME[bin-lsmod] = "${base_bindir}/lsmod" | 69 | ALTERNATIVE_LINK_NAME[bin-lsmod] = "${base_sbindir}/lsmod" |
82 | ALTERNATIVE_LINK_NAME[lsmod] = "${base_sbindir}/lsmod" | 70 | ALTERNATIVE_LINK_NAME[lsmod] = "${base_sbindir}/lsmod" |
83 | ALTERNATIVE_TARGET[lsmod] = "${base_bindir}/lsmod.${BPN}" | 71 | ALTERNATIVE_TARGET[lsmod] = "${base_sbindir}/lsmod.${BPN}" |
84 | 72 | ||
85 | PACKAGES =+ "libkmod" | 73 | PACKAGES =+ "libkmod" |
86 | FILES:libkmod = "${base_libdir}/libkmod*${SOLIBS} ${libdir}/libkmod*${SOLIBS}" | 74 | FILES:libkmod = "${base_libdir}/libkmod*${SOLIBS} ${libdir}/libkmod*${SOLIBS}" |
diff --git a/meta/recipes-kernel/libtraceevent/libtraceevent/meson.patch b/meta/recipes-kernel/libtraceevent/libtraceevent/meson.patch deleted file mode 100644 index c723c236c0..0000000000 --- a/meta/recipes-kernel/libtraceevent/libtraceevent/meson.patch +++ /dev/null | |||
@@ -1,45 +0,0 @@ | |||
1 | From 7f88c9ba5f27276e844252500a9f0ba2b350b919 Mon Sep 17 00:00:00 2001 | ||
2 | From: Ross Burton <ross.burton@arm.com> | ||
3 | Date: Sun, 27 Aug 2023 20:57:44 +0100 | ||
4 | Subject: [PATCH] Fixes for the Meson build of libtraceevent: | ||
5 | |||
6 | - Make the plugin directory the same as the Makefiles | ||
7 | - Install the plugins as modules not static and versioned shared libraries | ||
8 | |||
9 | Upstream-Status: Submitted [https://lore.kernel.org/linux-trace-devel/20240311111140.1789879-1-alex@linutronix.de/T/#u] | ||
10 | Signed-off-by: Ross Burton <ross.burton@arm.com> | ||
11 | --- | ||
12 | meson.build | 2 +- | ||
13 | plugins/meson.build | 3 +-- | ||
14 | 2 files changed, 2 insertions(+), 3 deletions(-) | ||
15 | |||
16 | diff --git a/meson.build b/meson.build | ||
17 | index 40ce38c..1eb7912 100644 | ||
18 | --- a/meson.build | ||
19 | +++ b/meson.build | ||
20 | @@ -25,7 +25,7 @@ htmldir = join_paths(prefixdir, get_option('htmldir')) | ||
21 | libdir = join_paths(prefixdir, get_option('libdir')) | ||
22 | plugindir = get_option('plugindir') | ||
23 | if plugindir == '' | ||
24 | - plugindir = join_paths(libdir, 'libtraceevent/plugins') | ||
25 | + plugindir = join_paths(libdir, 'traceevent/plugins') | ||
26 | endif | ||
27 | |||
28 | add_project_arguments( | ||
29 | diff --git a/plugins/meson.build b/plugins/meson.build | ||
30 | index 74ad664..4919be4 100644 | ||
31 | --- a/plugins/meson.build | ||
32 | +++ b/plugins/meson.build | ||
33 | @@ -19,11 +19,10 @@ plugins = [ | ||
34 | |||
35 | pdeps = [] | ||
36 | foreach plugin : plugins | ||
37 | - pdeps += library( | ||
38 | + pdeps += shared_module( | ||
39 | plugin.replace('.c', ''), | ||
40 | plugin, | ||
41 | name_prefix: '', | ||
42 | - version: library_version, | ||
43 | dependencies: [libtraceevent_dep], | ||
44 | include_directories: [incdir], | ||
45 | install: true, | ||
diff --git a/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb b/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.4.bb index d4ace54884..75762e4def 100644 --- a/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb +++ b/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.4.bb | |||
@@ -8,11 +8,9 @@ LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0;md5=e6a75371ba4d16749254a51215d13f97 | |||
8 | file://LICENSES/LGPL-2.1;md5=b370887980db5dd40659b50909238dbd" | 8 | file://LICENSES/LGPL-2.1;md5=b370887980db5dd40659b50909238dbd" |
9 | SECTION = "libs" | 9 | SECTION = "libs" |
10 | 10 | ||
11 | SRCREV = "6f6d5802f31992e7527a4c32b43a32fda6bf6bdf" | 11 | SRCREV = "bd47bd544c9ebc9f44bd88c2b2f2049230741058" |
12 | SRC_URI = "git://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git;branch=${BPN};protocol=https \ | 12 | SRC_URI = "git://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git;branch=${BPN};protocol=https \ |
13 | file://meson.patch" | 13 | " |
14 | |||
15 | S = "${WORKDIR}/git" | ||
16 | 14 | ||
17 | inherit meson pkgconfig | 15 | inherit meson pkgconfig |
18 | 16 | ||
diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20240312.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20250627.bb index 13538afede..4bdb36ea67 100644 --- a/meta/recipes-kernel/linux-firmware/linux-firmware_20240312.bb +++ b/meta/recipes-kernel/linux-firmware/linux-firmware_20250627.bb | |||
@@ -8,13 +8,24 @@ SECTION = "kernel" | |||
8 | LICENSE = "\ | 8 | LICENSE = "\ |
9 | Firmware-Abilis \ | 9 | Firmware-Abilis \ |
10 | & Firmware-adsp_sst \ | 10 | & Firmware-adsp_sst \ |
11 | & Firmware-aeonsemi \ | ||
11 | & Firmware-agere \ | 12 | & Firmware-agere \ |
13 | & Firmware-airoha \ | ||
14 | & Firmware-alacritech \ | ||
12 | & Firmware-amdgpu \ | 15 | & Firmware-amdgpu \ |
16 | & Firmware-amdisp \ | ||
17 | & Firmware-amdnpu \ | ||
18 | & Firmware-amd_pmf \ | ||
19 | & Firmware-amd-sev \ | ||
13 | & Firmware-amd-ucode \ | 20 | & Firmware-amd-ucode \ |
21 | & Firmware-amlogic \ | ||
14 | & Firmware-amlogic_vdec \ | 22 | & Firmware-amlogic_vdec \ |
15 | & Firmware-amphion_vpu \ | 23 | & Firmware-amphion_vpu \ |
16 | & Firmware-atheros_firmware \ | 24 | & Firmware-atheros_firmware \ |
17 | & Firmware-atmel \ | 25 | & Firmware-atmel \ |
26 | & Firmware-bmi260 \ | ||
27 | & Firmware-bnx2 \ | ||
28 | & Firmware-bnx2x \ | ||
18 | & Firmware-broadcom_bcm43xx \ | 29 | & Firmware-broadcom_bcm43xx \ |
19 | & Firmware-ca0132 \ | 30 | & Firmware-ca0132 \ |
20 | & Firmware-cavium \ | 31 | & Firmware-cavium \ |
@@ -22,9 +33,13 @@ LICENSE = "\ | |||
22 | & Firmware-cirrus \ | 33 | & Firmware-cirrus \ |
23 | & Firmware-cnm \ | 34 | & Firmware-cnm \ |
24 | & Firmware-cw1200 \ | 35 | & Firmware-cw1200 \ |
36 | & Firmware-cw1200-sdd \ | ||
37 | & Firmware-cxgb3 \ | ||
25 | & Firmware-cypress \ | 38 | & Firmware-cypress \ |
39 | & Firmware-dabusb \ | ||
26 | & Firmware-dib0700 \ | 40 | & Firmware-dib0700 \ |
27 | & Firmware-e100 \ | 41 | & Firmware-e100 \ |
42 | & Firmware-emi26 \ | ||
28 | & Firmware-ene_firmware \ | 43 | & Firmware-ene_firmware \ |
29 | & Firmware-fw_sst_0f28 \ | 44 | & Firmware-fw_sst_0f28 \ |
30 | & Firmware-go7007 \ | 45 | & Firmware-go7007 \ |
@@ -33,15 +48,23 @@ LICENSE = "\ | |||
33 | & Firmware-ibt_firmware \ | 48 | & Firmware-ibt_firmware \ |
34 | & Firmware-ice \ | 49 | & Firmware-ice \ |
35 | & Firmware-ice_enhanced \ | 50 | & Firmware-ice_enhanced \ |
51 | & Firmware-intel \ | ||
52 | & Firmware-intel_vpu \ | ||
53 | & Firmware-ipu3_firmware \ | ||
36 | & Firmware-it913x \ | 54 | & Firmware-it913x \ |
55 | & Firmware-ivsc \ | ||
37 | & Firmware-iwlwifi_firmware \ | 56 | & Firmware-iwlwifi_firmware \ |
57 | & Firmware-ixp4xx \ | ||
38 | & Firmware-IntcSST2 \ | 58 | & Firmware-IntcSST2 \ |
39 | & Firmware-kaweth \ | 59 | & Firmware-kaweth \ |
60 | & Firmware-keyspan \ | ||
40 | & Firmware-linaro \ | 61 | & Firmware-linaro \ |
41 | & Firmware-Lontium \ | 62 | & Firmware-Lontium \ |
63 | & Firmware-mali_csffw \ | ||
42 | & Firmware-Marvell \ | 64 | & Firmware-Marvell \ |
43 | & Firmware-mediatek \ | 65 | & Firmware-mediatek \ |
44 | & Firmware-microchip \ | 66 | & Firmware-microchip \ |
67 | & Firmware-montage \ | ||
45 | & Firmware-moxa \ | 68 | & Firmware-moxa \ |
46 | & Firmware-myri10ge_firmware \ | 69 | & Firmware-myri10ge_firmware \ |
47 | & Firmware-netronome \ | 70 | & Firmware-netronome \ |
@@ -54,6 +77,7 @@ LICENSE = "\ | |||
54 | & Firmware-powervr \ | 77 | & Firmware-powervr \ |
55 | & Firmware-qat \ | 78 | & Firmware-qat \ |
56 | & Firmware-qcom \ | 79 | & Firmware-qcom \ |
80 | & Firmware-qcom-2 \ | ||
57 | & Firmware-qcom-yamato \ | 81 | & Firmware-qcom-yamato \ |
58 | & Firmware-qla1280 \ | 82 | & Firmware-qla1280 \ |
59 | & Firmware-qla2xxx \ | 83 | & Firmware-qla2xxx \ |
@@ -69,36 +93,56 @@ LICENSE = "\ | |||
69 | & Firmware-siano \ | 93 | & Firmware-siano \ |
70 | & Firmware-ti-connectivity \ | 94 | & Firmware-ti-connectivity \ |
71 | & Firmware-ti-keystone \ | 95 | & Firmware-ti-keystone \ |
96 | & Firmware-ti-tspa \ | ||
97 | & Firmware-tigon \ | ||
98 | & Firmware-typhoon \ | ||
72 | & Firmware-ueagle-atm4-firmware \ | 99 | & Firmware-ueagle-atm4-firmware \ |
73 | & Firmware-via_vt6656 \ | 100 | & Firmware-via_vt6656 \ |
101 | & Firmware-wfx \ | ||
74 | & Firmware-wl1251 \ | 102 | & Firmware-wl1251 \ |
75 | & Firmware-xc4000 \ | 103 | & Firmware-xc4000 \ |
76 | & Firmware-xc5000 \ | 104 | & Firmware-xc5000 \ |
77 | & Firmware-xc5000c \ | 105 | & Firmware-xc5000c \ |
106 | & Firmware-xe \ | ||
78 | & WHENCE \ | 107 | & WHENCE \ |
79 | & GPL-2.0-or-later \ | 108 | & GPL-2.0-or-later \ |
80 | " | 109 | " |
81 | 110 | ||
82 | LIC_FILES_CHKSUM = "file://LICENCE.Abilis;md5=b5ee3f410780e56711ad48eadc22b8bc \ | 111 | LIC_FILES_CHKSUM = "file://LICENCE.Abilis;md5=b5ee3f410780e56711ad48eadc22b8bc \ |
83 | file://LICENCE.adsp_sst;md5=615c45b91a5a4a9fe046d6ab9a2df728 \ | 112 | file://LICENCE.adsp_sst;md5=615c45b91a5a4a9fe046d6ab9a2df728 \ |
113 | file://LICENSE.aeonsemi;md5=521c00bae0077c90d6ffb9ccf66905ae \ | ||
84 | file://LICENCE.agere;md5=af0133de6b4a9b2522defd5f188afd31 \ | 114 | file://LICENCE.agere;md5=af0133de6b4a9b2522defd5f188afd31 \ |
85 | file://LICENSE.amdgpu;md5=a2589a05ea5b6bd2b7f4f623c7e7a649 \ | 115 | file://LICENSE.airoha;md5=fa3dedb960e2673aea51aa509f7b537d \ |
116 | file://LICENCE.alacritech;md5=75dabc07cc2fb59d929baa6bd6aae48a \ | ||
117 | file://LICENSE.amdgpu;md5=1433dfea38c97a2e563a248a863dcb94 \ | ||
118 | file://LICENSE.amdisp;md5=f040a36bf52c9643edb7c009d6f1b141 \ | ||
119 | file://LICENSE.amdnpu;md5=ea42c0f38f2d42aad08bd50c822460dc \ | ||
120 | file://LICENSE.amd_pmf;md5=a2589a05ea5b6bd2b7f4f623c7e7a649 \ | ||
121 | file://LICENSE.amd-sev;md5=e750538791a8be0b7249c579edefb035 \ | ||
86 | file://LICENSE.amd-ucode;md5=6ca90c57f7b248de1e25c7f68ffc4698 \ | 122 | file://LICENSE.amd-ucode;md5=6ca90c57f7b248de1e25c7f68ffc4698 \ |
123 | file://LICENSE.amlogic;md5=80e4e3f27def8bc4b232009c3a587c07 \ | ||
87 | file://LICENSE.amlogic_vdec;md5=dc44f59bf64a81643e500ad3f39a468a \ | 124 | file://LICENSE.amlogic_vdec;md5=dc44f59bf64a81643e500ad3f39a468a \ |
88 | file://LICENSE.amphion_vpu;md5=2bcdc00527b2d0542bd92b52aaec2b60 \ | 125 | file://LICENSE.amphion_vpu;md5=2bcdc00527b2d0542bd92b52aaec2b60 \ |
89 | file://LICENCE.atheros_firmware;md5=30a14c7823beedac9fa39c64fdd01a13 \ | 126 | file://LICENCE.atheros_firmware;md5=30a14c7823beedac9fa39c64fdd01a13 \ |
90 | file://LICENSE.atmel;md5=aa74ac0c60595dee4d4e239107ea77a3 \ | 127 | file://LICENSE.atmel;md5=aa74ac0c60595dee4d4e239107ea77a3 \ |
128 | file://LICENSE.bmi260;md5=0008c039ec4281e382bd0cb41b66866c \ | ||
129 | file://LICENCE.bnx2;md5=d156fb810e162c4b0065ec8316efcd38 \ | ||
130 | file://LICENCE.bnx2x;md5=9494ec1462e461dec5322d1a1f0adf81 \ | ||
91 | file://LICENCE.broadcom_bcm43xx;md5=3160c14df7228891b868060e1951dfbc \ | 131 | file://LICENCE.broadcom_bcm43xx;md5=3160c14df7228891b868060e1951dfbc \ |
92 | file://LICENCE.ca0132;md5=209b33e66ee5be0461f13d31da392198 \ | 132 | file://LICENCE.ca0132;md5=209b33e66ee5be0461f13d31da392198 \ |
93 | file://LICENCE.cadence;md5=009f46816f6956cfb75ede13d3e1cee0 \ | 133 | file://LICENCE.cadence;md5=009f46816f6956cfb75ede13d3e1cee0 \ |
94 | file://LICENCE.cavium;md5=c37aaffb1ebe5939b2580d073a95daea \ | 134 | file://LICENCE.cavium;md5=c37aaffb1ebe5939b2580d073a95daea \ |
95 | file://LICENCE.chelsio_firmware;md5=819aa8c3fa453f1b258ed8d168a9d903 \ | 135 | file://LICENCE.chelsio_firmware;md5=819aa8c3fa453f1b258ed8d168a9d903 \ |
96 | file://LICENSE.cirrus;md5=662ea2c1a8888f7d79ed7f27c27472e1 \ | 136 | file://LICENSE.cirrus;md5=662ea2c1a8888f7d79ed7f27c27472e1 \ |
97 | file://LICENCE.cnm;md5=93b67e6bac7f8fec22b96b8ad0a1a9d0 \ | 137 | file://LICENCE.cnm;md5=df3992006621b797e36de43f36336e36 \ |
98 | file://LICENCE.cw1200;md5=f0f770864e7a8444a5c5aa9d12a3a7ed \ | 138 | file://LICENCE.cw1200;md5=f0f770864e7a8444a5c5aa9d12a3a7ed \ |
139 | file://LICENCE.cw1200-sdd;md5=7e99e5e15c3668e96504a82ebd532ee4 \ | ||
140 | file://LICENCE.cxgb3;md5=1cf82d9e2a4b301e20c7936e61cd0e45 \ | ||
99 | file://LICENCE.cypress;md5=48cd9436c763bf873961f9ed7b5c147b \ | 141 | file://LICENCE.cypress;md5=48cd9436c763bf873961f9ed7b5c147b \ |
142 | file://LICENCE.dabusb;md5=fd785fc5f935c950a3423e4b1b996657 \ | ||
100 | file://LICENSE.dib0700;md5=f7411825c8a555a1a3e5eab9ca773431 \ | 143 | file://LICENSE.dib0700;md5=f7411825c8a555a1a3e5eab9ca773431 \ |
101 | file://LICENCE.e100;md5=ec0f84136766df159a3ae6d02acdf5a8 \ | 144 | file://LICENCE.e100;md5=ec0f84136766df159a3ae6d02acdf5a8 \ |
145 | file://LICENCE.emi26;md5=2d1cd6e732b81824fe2f0fbf595b1413 \ | ||
102 | file://LICENCE.ene_firmware;md5=ed67f0f62f8f798130c296720b7d3921 \ | 146 | file://LICENCE.ene_firmware;md5=ed67f0f62f8f798130c296720b7d3921 \ |
103 | file://LICENCE.fw_sst_0f28;md5=6353931c988ad52818ae733ac61cd293 \ | 147 | file://LICENCE.fw_sst_0f28;md5=6353931c988ad52818ae733ac61cd293 \ |
104 | file://LICENCE.go7007;md5=c0bb9f6aaaba55b0529ee9b30aa66beb \ | 148 | file://LICENCE.go7007;md5=c0bb9f6aaaba55b0529ee9b30aa66beb \ |
@@ -108,14 +152,22 @@ LIC_FILES_CHKSUM = "file://LICENCE.Abilis;md5=b5ee3f410780e56711ad48eadc22b8bc \ | |||
108 | file://LICENSE.ice;md5=742ab4850f2670792940e6d15c974b2f \ | 152 | file://LICENSE.ice;md5=742ab4850f2670792940e6d15c974b2f \ |
109 | file://LICENSE.ice_enhanced;md5=f305cfc31b64f95f774f9edd9df0224d \ | 153 | file://LICENSE.ice_enhanced;md5=f305cfc31b64f95f774f9edd9df0224d \ |
110 | file://LICENCE.IntcSST2;md5=9e7d8bea77612d7cc7d9e9b54b623062 \ | 154 | file://LICENCE.IntcSST2;md5=9e7d8bea77612d7cc7d9e9b54b623062 \ |
155 | file://LICENSE.intel;md5=5c22a4ab607349c89ffcbb1595e493f8 \ | ||
156 | file://LICENSE.intel_vpu;md5=1e231b7287d5a5018740041c352eb58e \ | ||
157 | file://LICENSE.ipu3_firmware;md5=38fe8238c06bf7dcfd0eedbebf452c3b \ | ||
111 | file://LICENCE.it913x;md5=1fbf727bfb6a949810c4dbfa7e6ce4f8 \ | 158 | file://LICENCE.it913x;md5=1fbf727bfb6a949810c4dbfa7e6ce4f8 \ |
159 | file://LICENSE.ivsc;md5=4f1f696a12c18dd058d3cc51006c640d \ | ||
112 | file://LICENCE.iwlwifi_firmware;md5=2ce6786e0fc11ac6e36b54bb9b799f1b \ | 160 | file://LICENCE.iwlwifi_firmware;md5=2ce6786e0fc11ac6e36b54bb9b799f1b \ |
161 | file://LICENSE.ixp4xx;md5=ddc5cd6cbc6745343926fe7ecc2cdeb2 \ | ||
113 | file://LICENCE.kaweth;md5=b1d876e562f4b3b8d391ad8395dfe03f \ | 162 | file://LICENCE.kaweth;md5=b1d876e562f4b3b8d391ad8395dfe03f \ |
163 | file://LICENCE.keyspan;md5=676af26017c45772c972ce4a75d467d9 \ | ||
114 | file://LICENCE.linaro;md5=936d91e71cf9cd30e733db4bf11661cc \ | 164 | file://LICENCE.linaro;md5=936d91e71cf9cd30e733db4bf11661cc \ |
115 | file://LICENSE.Lontium;md5=4ec8dc582ff7295f39e2ca6a7b0be2b6 \ | 165 | file://LICENSE.Lontium;md5=4ec8dc582ff7295f39e2ca6a7b0be2b6 \ |
166 | file://LICENCE.mali_csffw;md5=e064aaec4d21ef856e1b76a6f5dc435f \ | ||
116 | file://LICENCE.Marvell;md5=28b6ed8bd04ba105af6e4dcd6e997772 \ | 167 | file://LICENCE.Marvell;md5=28b6ed8bd04ba105af6e4dcd6e997772 \ |
117 | file://LICENCE.mediatek;md5=7c1976b63217d76ce47d0a11d8a79cf2 \ | 168 | file://LICENCE.mediatek;md5=7c1976b63217d76ce47d0a11d8a79cf2 \ |
118 | file://LICENCE.microchip;md5=db753b00305675dfbf120e3f24a47277 \ | 169 | file://LICENCE.microchip;md5=db753b00305675dfbf120e3f24a47277 \ |
170 | file://LICENSE.montage;md5=12a9f2b351f60fc9374da61c8b2f11ed \ | ||
119 | file://LICENCE.moxa;md5=1086614767d8ccf744a923289d3d4261 \ | 171 | file://LICENCE.moxa;md5=1086614767d8ccf744a923289d3d4261 \ |
120 | file://LICENCE.myri10ge_firmware;md5=42e32fb89f6b959ca222e25ac8df8fed \ | 172 | file://LICENCE.myri10ge_firmware;md5=42e32fb89f6b959ca222e25ac8df8fed \ |
121 | file://LICENCE.Netronome;md5=4add08f2577086d44447996503cddf5f \ | 173 | file://LICENCE.Netronome;md5=4add08f2577086d44447996503cddf5f \ |
@@ -129,6 +181,7 @@ LIC_FILES_CHKSUM = "file://LICENCE.Abilis;md5=b5ee3f410780e56711ad48eadc22b8bc \ | |||
129 | file://LICENSE.powervr;md5=83045ed2a2cda15b4eaff682c98c9533 \ | 181 | file://LICENSE.powervr;md5=83045ed2a2cda15b4eaff682c98c9533 \ |
130 | file://LICENCE.qat_firmware;md5=72de83dfd9b87be7685ed099a39fbea4 \ | 182 | file://LICENCE.qat_firmware;md5=72de83dfd9b87be7685ed099a39fbea4 \ |
131 | file://LICENSE.qcom;md5=164e3362a538eb11d3ac51e8e134294b \ | 183 | file://LICENSE.qcom;md5=164e3362a538eb11d3ac51e8e134294b \ |
184 | file://LICENSE.qcom-2;md5=165287851294f2fb8ac8cbc5e24b02b0 \ | ||
132 | file://LICENSE.qcom_yamato;md5=d0de0eeccaf1843a850bf7a6777eec5c \ | 185 | file://LICENSE.qcom_yamato;md5=d0de0eeccaf1843a850bf7a6777eec5c \ |
133 | file://LICENCE.qla1280;md5=d6895732e622d950609093223a2c4f5d \ | 186 | file://LICENCE.qla1280;md5=d6895732e622d950609093223a2c4f5d \ |
134 | file://LICENCE.qla2xxx;md5=505855e921b75f1be4a437ad9b79dff0 \ | 187 | file://LICENCE.qla2xxx;md5=505855e921b75f1be4a437ad9b79dff0 \ |
@@ -142,31 +195,47 @@ LIC_FILES_CHKSUM = "file://LICENCE.Abilis;md5=b5ee3f410780e56711ad48eadc22b8bc \ | |||
142 | file://LICENCE.rtlwifi_firmware.txt;md5=00d06cfd3eddd5a2698948ead2ad54a5 \ | 195 | file://LICENCE.rtlwifi_firmware.txt;md5=00d06cfd3eddd5a2698948ead2ad54a5 \ |
143 | file://LICENSE.sdma_firmware;md5=51e8c19ecc2270f4b8ea30341ad63ce9 \ | 196 | file://LICENSE.sdma_firmware;md5=51e8c19ecc2270f4b8ea30341ad63ce9 \ |
144 | file://LICENCE.siano;md5=4556c1bf830067f12ca151ad953ec2a5 \ | 197 | file://LICENCE.siano;md5=4556c1bf830067f12ca151ad953ec2a5 \ |
145 | file://LICENCE.ti-connectivity;md5=c5e02be633f1499c109d1652514d85ec \ | 198 | file://LICENCE.ti-connectivity;md5=3b1e9cf54aba8146dad4b735777d406f \ |
146 | file://LICENCE.ti-keystone;md5=3a86335d32864b0bef996bee26cc0f2c \ | 199 | file://LICENCE.ti-keystone;md5=3a86335d32864b0bef996bee26cc0f2c \ |
200 | file://LICENCE.ti-tspa;md5=d1a0eb27d0020752040190b9d51ad9be \ | ||
201 | file://LICENCE.tigon;md5=49d104a32337f4a4c89478a86ce9ae4f \ | ||
202 | file://LICENCE.typhoon;md5=43b30243a6bda91f54c8e00600c4add5 \ | ||
147 | file://LICENCE.ueagle-atm4-firmware;md5=4ed7ea6b507ccc583b9d594417714118 \ | 203 | file://LICENCE.ueagle-atm4-firmware;md5=4ed7ea6b507ccc583b9d594417714118 \ |
148 | file://LICENCE.via_vt6656;md5=e4159694cba42d4377a912e78a6e850f \ | 204 | file://LICENCE.via_vt6656;md5=e4159694cba42d4377a912e78a6e850f \ |
149 | file://LICENCE.wl1251;md5=ad3f81922bb9e197014bb187289d3b5b \ | 205 | file://LICENCE.wl1251;md5=ad3f81922bb9e197014bb187289d3b5b \ |
150 | file://LICENCE.xc4000;md5=0ff51d2dc49fce04814c9155081092f0 \ | 206 | file://LICENCE.xc4000;md5=0ff51d2dc49fce04814c9155081092f0 \ |
151 | file://LICENCE.xc5000;md5=1e170c13175323c32c7f4d0998d53f66 \ | 207 | file://LICENCE.xc5000;md5=1e170c13175323c32c7f4d0998d53f66 \ |
152 | file://LICENCE.xc5000c;md5=12b02efa3049db65d524aeb418dd87ca \ | 208 | file://LICENCE.xc5000c;md5=12b02efa3049db65d524aeb418dd87ca \ |
209 | file://LICENSE.xe;md5=c674d38774242bc0c528214721488118 \ | ||
210 | file://wfx/LICENCE.wf200;md5=4d1beff00d902c05c9c7e95a5d8eb52d \ | ||
153 | file://WHENCE;md5=${WHENCE_CHKSUM} \ | 211 | file://WHENCE;md5=${WHENCE_CHKSUM} \ |
154 | " | 212 | " |
155 | # WHENCE checksum is defined separately to ease overriding it if | 213 | # WHENCE checksum is defined separately to ease overriding it if |
156 | # class-devupstream is selected. | 214 | # class-devupstream is selected. |
157 | WHENCE_CHKSUM = "514da1cd8b363373030f0c16749feb8d" | 215 | WHENCE_CHKSUM = "3b864f69afb6609b4558a074bb428348" |
158 | 216 | ||
159 | # These are not common licenses, set NO_GENERIC_LICENSE for them | 217 | # These are not common licenses, set NO_GENERIC_LICENSE for them |
160 | # so that the license files will be copied from fetched source | 218 | # so that the license files will be copied from fetched source |
161 | NO_GENERIC_LICENSE[Firmware-Abilis] = "LICENCE.Abilis" | 219 | NO_GENERIC_LICENSE[Firmware-Abilis] = "LICENCE.Abilis" |
162 | NO_GENERIC_LICENSE[Firmware-adsp_sst] = "LICENCE.adsp_sst" | 220 | NO_GENERIC_LICENSE[Firmware-adsp_sst] = "LICENCE.adsp_sst" |
221 | NO_GENERIC_LICENSE[Firmware-aeonsemi] = "LICENSE.aeonsemi" | ||
163 | NO_GENERIC_LICENSE[Firmware-agere] = "LICENCE.agere" | 222 | NO_GENERIC_LICENSE[Firmware-agere] = "LICENCE.agere" |
223 | NO_GENERIC_LICENSE[Firmware-airoha] = "LICENSE.airoha" | ||
224 | NO_GENERIC_LICENSE[Firmware-alacritech] = "LICENCE.alacritech" | ||
164 | NO_GENERIC_LICENSE[Firmware-amdgpu] = "LICENSE.amdgpu" | 225 | NO_GENERIC_LICENSE[Firmware-amdgpu] = "LICENSE.amdgpu" |
226 | NO_GENERIC_LICENSE[Firmware-amdisp] = "LICENSE.amdisp" | ||
227 | NO_GENERIC_LICENSE[Firmware-amdnpu] = "LICENSE.amdnpu" | ||
228 | NO_GENERIC_LICENSE[Firmware-amd_pmf] = "LICENSE.amd_pmf" | ||
229 | NO_GENERIC_LICENSE[Firmware-amd-sev] = "LICENSE.amd-sev" | ||
165 | NO_GENERIC_LICENSE[Firmware-amd-ucode] = "LICENSE.amd-ucode" | 230 | NO_GENERIC_LICENSE[Firmware-amd-ucode] = "LICENSE.amd-ucode" |
231 | NO_GENERIC_LICENSE[Firmware-amlogic] = "LICENSE.amlogic" | ||
166 | NO_GENERIC_LICENSE[Firmware-amlogic_vdec] = "LICENSE.amlogic_vdec" | 232 | NO_GENERIC_LICENSE[Firmware-amlogic_vdec] = "LICENSE.amlogic_vdec" |
167 | NO_GENERIC_LICENSE[Firmware-amphion_vpu] = "LICENSE.amphion_vpu" | 233 | NO_GENERIC_LICENSE[Firmware-amphion_vpu] = "LICENSE.amphion_vpu" |
168 | NO_GENERIC_LICENSE[Firmware-atheros_firmware] = "LICENCE.atheros_firmware" | 234 | NO_GENERIC_LICENSE[Firmware-atheros_firmware] = "LICENCE.atheros_firmware" |
169 | NO_GENERIC_LICENSE[Firmware-atmel] = "LICENSE.atmel" | 235 | NO_GENERIC_LICENSE[Firmware-atmel] = "LICENSE.atmel" |
236 | NO_GENERIC_LICENSE[Firmware-bmi260] = "LICENSE.bmi260" | ||
237 | NO_GENERIC_LICENSE[Firmware-bnx2] = "LICENCE.bnx2" | ||
238 | NO_GENERIC_LICENSE[Firmware-bnx2x] = "LICENCE.bnx2x" | ||
170 | NO_GENERIC_LICENSE[Firmware-broadcom_bcm43xx] = "LICENCE.broadcom_bcm43xx" | 239 | NO_GENERIC_LICENSE[Firmware-broadcom_bcm43xx] = "LICENCE.broadcom_bcm43xx" |
171 | NO_GENERIC_LICENSE[Firmware-ca0132] = "LICENCE.ca0132" | 240 | NO_GENERIC_LICENSE[Firmware-ca0132] = "LICENCE.ca0132" |
172 | NO_GENERIC_LICENSE[Firmware-cadence] = "LICENCE.cadence" | 241 | NO_GENERIC_LICENSE[Firmware-cadence] = "LICENCE.cadence" |
@@ -175,9 +244,13 @@ NO_GENERIC_LICENSE[Firmware-chelsio_firmware] = "LICENCE.chelsio_firmware" | |||
175 | NO_GENERIC_LICENSE[Firmware-cirrus] = "LICENSE.cirrus" | 244 | NO_GENERIC_LICENSE[Firmware-cirrus] = "LICENSE.cirrus" |
176 | NO_GENERIC_LICENSE[Firmware-cnm] = "LICENCE.cnm" | 245 | NO_GENERIC_LICENSE[Firmware-cnm] = "LICENCE.cnm" |
177 | NO_GENERIC_LICENSE[Firmware-cw1200] = "LICENCE.cw1200" | 246 | NO_GENERIC_LICENSE[Firmware-cw1200] = "LICENCE.cw1200" |
247 | NO_GENERIC_LICENSE[Firmware-cw1200-sdd] = "LICENCE.cw1200-sdd" | ||
248 | NO_GENERIC_LICENSE[Firmware-cxgb3] = "LICENCE.cxgb3" | ||
178 | NO_GENERIC_LICENSE[Firmware-cypress] = "LICENCE.cypress" | 249 | NO_GENERIC_LICENSE[Firmware-cypress] = "LICENCE.cypress" |
250 | NO_GENERIC_LICENSE[Firmware-dabusb] = "LICENCE.dabusb" | ||
179 | NO_GENERIC_LICENSE[Firmware-dib0700] = "LICENSE.dib0700" | 251 | NO_GENERIC_LICENSE[Firmware-dib0700] = "LICENSE.dib0700" |
180 | NO_GENERIC_LICENSE[Firmware-e100] = "LICENCE.e100" | 252 | NO_GENERIC_LICENSE[Firmware-e100] = "LICENCE.e100" |
253 | NO_GENERIC_LICENSE[Firmware-emi26] = "LICENCE.emi26" | ||
181 | NO_GENERIC_LICENSE[Firmware-ene_firmware] = "LICENCE.ene_firmware" | 254 | NO_GENERIC_LICENSE[Firmware-ene_firmware] = "LICENCE.ene_firmware" |
182 | NO_GENERIC_LICENSE[Firmware-fw_sst_0f28] = "LICENCE.fw_sst_0f28" | 255 | NO_GENERIC_LICENSE[Firmware-fw_sst_0f28] = "LICENCE.fw_sst_0f28" |
183 | NO_GENERIC_LICENSE[Firmware-go7007] = "LICENCE.go7007" | 256 | NO_GENERIC_LICENSE[Firmware-go7007] = "LICENCE.go7007" |
@@ -187,14 +260,22 @@ NO_GENERIC_LICENSE[Firmware-ibt_firmware] = "LICENCE.ibt_firmware" | |||
187 | NO_GENERIC_LICENSE[Firmware-ice] = "LICENSE.ice" | 260 | NO_GENERIC_LICENSE[Firmware-ice] = "LICENSE.ice" |
188 | NO_GENERIC_LICENSE[Firmware-ice_enhanced] = "LICENSE.ice_enhanced" | 261 | NO_GENERIC_LICENSE[Firmware-ice_enhanced] = "LICENSE.ice_enhanced" |
189 | NO_GENERIC_LICENSE[Firmware-IntcSST2] = "LICENCE.IntcSST2" | 262 | NO_GENERIC_LICENSE[Firmware-IntcSST2] = "LICENCE.IntcSST2" |
263 | NO_GENERIC_LICENSE[Firmware-intel] = "LICENSE.intel" | ||
264 | NO_GENERIC_LICENSE[Firmware-intel_vpu] = "LICENSE.intel_vpu" | ||
265 | NO_GENERIC_LICENSE[Firmware-ipu3_firmware] = "LICENSE.ipu3_firmware" | ||
190 | NO_GENERIC_LICENSE[Firmware-it913x] = "LICENCE.it913x" | 266 | NO_GENERIC_LICENSE[Firmware-it913x] = "LICENCE.it913x" |
267 | NO_GENERIC_LICENSE[Firmware-ivsc] = "LICENSE.ivsc" | ||
191 | NO_GENERIC_LICENSE[Firmware-iwlwifi_firmware] = "LICENCE.iwlwifi_firmware" | 268 | NO_GENERIC_LICENSE[Firmware-iwlwifi_firmware] = "LICENCE.iwlwifi_firmware" |
269 | NO_GENERIC_LICENSE[Firmware-ixp4xx] = "LICENSE.ixp4xx" | ||
192 | NO_GENERIC_LICENSE[Firmware-kaweth] = "LICENCE.kaweth" | 270 | NO_GENERIC_LICENSE[Firmware-kaweth] = "LICENCE.kaweth" |
271 | NO_GENERIC_LICENSE[Firmware-keyspan] = "LICENCE.keyspan" | ||
193 | NO_GENERIC_LICENSE[Firmware-linaro] = "LICENCE.linaro" | 272 | NO_GENERIC_LICENSE[Firmware-linaro] = "LICENCE.linaro" |
194 | NO_GENERIC_LICENSE[Firmware-Lontium] = "LICENSE.Lontium" | 273 | NO_GENERIC_LICENSE[Firmware-Lontium] = "LICENSE.Lontium" |
274 | NO_GENERIC_LICENSE[Firmware-mali_csffw] = "LICENCE.mali_csffw" | ||
195 | NO_GENERIC_LICENSE[Firmware-Marvell] = "LICENCE.Marvell" | 275 | NO_GENERIC_LICENSE[Firmware-Marvell] = "LICENCE.Marvell" |
196 | NO_GENERIC_LICENSE[Firmware-mediatek] = "LICENCE.mediatek" | 276 | NO_GENERIC_LICENSE[Firmware-mediatek] = "LICENCE.mediatek" |
197 | NO_GENERIC_LICENSE[Firmware-microchip] = "LICENCE.microchip" | 277 | NO_GENERIC_LICENSE[Firmware-microchip] = "LICENCE.microchip" |
278 | NO_GENERIC_LICENSE[Firmware-montage] = "LICENSE.montage" | ||
198 | NO_GENERIC_LICENSE[Firmware-moxa] = "LICENCE.moxa" | 279 | NO_GENERIC_LICENSE[Firmware-moxa] = "LICENCE.moxa" |
199 | NO_GENERIC_LICENSE[Firmware-myri10ge_firmware] = "LICENCE.myri10ge_firmware" | 280 | NO_GENERIC_LICENSE[Firmware-myri10ge_firmware] = "LICENCE.myri10ge_firmware" |
200 | NO_GENERIC_LICENSE[Firmware-netronome] = "LICENCE.Netronome" | 281 | NO_GENERIC_LICENSE[Firmware-netronome] = "LICENCE.Netronome" |
@@ -207,6 +288,7 @@ NO_GENERIC_LICENSE[Firmware-phanfw] = "LICENCE.phanfw" | |||
207 | NO_GENERIC_LICENSE[Firmware-powervr] = "LICENSE.powervr" | 288 | NO_GENERIC_LICENSE[Firmware-powervr] = "LICENSE.powervr" |
208 | NO_GENERIC_LICENSE[Firmware-qat] = "LICENCE.qat_firmware" | 289 | NO_GENERIC_LICENSE[Firmware-qat] = "LICENCE.qat_firmware" |
209 | NO_GENERIC_LICENSE[Firmware-qcom] = "LICENSE.qcom" | 290 | NO_GENERIC_LICENSE[Firmware-qcom] = "LICENSE.qcom" |
291 | NO_GENERIC_LICENSE[Firmware-qcom-2] = "LICENSE.qcom-2" | ||
210 | NO_GENERIC_LICENSE[Firmware-qcom-yamato] = "LICENSE.qcom_yamato" | 292 | NO_GENERIC_LICENSE[Firmware-qcom-yamato] = "LICENSE.qcom_yamato" |
211 | NO_GENERIC_LICENSE[Firmware-qla1280] = "LICENCE.qla1280" | 293 | NO_GENERIC_LICENSE[Firmware-qla1280] = "LICENCE.qla1280" |
212 | NO_GENERIC_LICENSE[Firmware-qla2xxx] = "LICENCE.qla2xxx" | 294 | NO_GENERIC_LICENSE[Firmware-qla2xxx] = "LICENCE.qla2xxx" |
@@ -222,12 +304,17 @@ NO_GENERIC_LICENSE[Firmware-siano] = "LICENCE.siano" | |||
222 | NO_GENERIC_LICENSE[Firmware-imx-sdma_firmware] = "LICENSE.sdma_firmware" | 304 | NO_GENERIC_LICENSE[Firmware-imx-sdma_firmware] = "LICENSE.sdma_firmware" |
223 | NO_GENERIC_LICENSE[Firmware-ti-connectivity] = "LICENCE.ti-connectivity" | 305 | NO_GENERIC_LICENSE[Firmware-ti-connectivity] = "LICENCE.ti-connectivity" |
224 | NO_GENERIC_LICENSE[Firmware-ti-keystone] = "LICENCE.ti-keystone" | 306 | NO_GENERIC_LICENSE[Firmware-ti-keystone] = "LICENCE.ti-keystone" |
307 | NO_GENERIC_LICENSE[Firmware-ti-tspa] = "LICENCE.ti-tspa" | ||
308 | NO_GENERIC_LICENSE[Firmware-tigon] = "LICENCE.tigon" | ||
309 | NO_GENERIC_LICENSE[Firmware-typhoon] = "LICENCE.typhoon" | ||
225 | NO_GENERIC_LICENSE[Firmware-ueagle-atm4-firmware] = "LICENCE.ueagle-atm4-firmware" | 310 | NO_GENERIC_LICENSE[Firmware-ueagle-atm4-firmware] = "LICENCE.ueagle-atm4-firmware" |
226 | NO_GENERIC_LICENSE[Firmware-via_vt6656] = "LICENCE.via_vt6656" | 311 | NO_GENERIC_LICENSE[Firmware-via_vt6656] = "LICENCE.via_vt6656" |
312 | NO_GENERIC_LICENSE[Firmware-wfx] = "wfx/LICENCE.wf200" | ||
227 | NO_GENERIC_LICENSE[Firmware-wl1251] = "LICENCE.wl1251" | 313 | NO_GENERIC_LICENSE[Firmware-wl1251] = "LICENCE.wl1251" |
228 | NO_GENERIC_LICENSE[Firmware-xc4000] = "LICENCE.xc4000" | 314 | NO_GENERIC_LICENSE[Firmware-xc4000] = "LICENCE.xc4000" |
229 | NO_GENERIC_LICENSE[Firmware-xc5000] = "LICENCE.xc5000" | 315 | NO_GENERIC_LICENSE[Firmware-xc5000] = "LICENCE.xc5000" |
230 | NO_GENERIC_LICENSE[Firmware-xc5000c] = "LICENCE.xc5000c" | 316 | NO_GENERIC_LICENSE[Firmware-xc5000c] = "LICENCE.xc5000c" |
317 | NO_GENERIC_LICENSE[Firmware-xe] = "LICENSE.xe" | ||
231 | NO_GENERIC_LICENSE[WHENCE] = "WHENCE" | 318 | NO_GENERIC_LICENSE[WHENCE] = "WHENCE" |
232 | 319 | ||
233 | PE = "1" | 320 | PE = "1" |
@@ -241,40 +328,83 @@ SRC_URI:class-devupstream = "git://git.kernel.org/pub/scm/linux/kernel/git/firmw | |||
241 | # Pin this to the 20220509 release, override this in local.conf | 328 | # Pin this to the 20220509 release, override this in local.conf |
242 | SRCREV:class-devupstream ?= "b19cbdca78ab2adfd210c91be15a22568e8b8cae" | 329 | SRCREV:class-devupstream ?= "b19cbdca78ab2adfd210c91be15a22568e8b8cae" |
243 | 330 | ||
244 | SRC_URI[sha256sum] = "b2327a54ad1897c828008caf63af5ee15469ba723a5016be58f2b44f07bd4b94" | 331 | SRC_URI[sha256sum] = "edefb1d2a538367abf9558802fee3cd135ebb19a4a5890c8eefb3416a92a6b89" |
245 | 332 | ||
246 | inherit allarch | 333 | inherit allarch |
247 | 334 | ||
248 | CLEANBROKEN = "1" | 335 | CLEANBROKEN = "1" |
249 | 336 | ||
250 | # Use PACKAGECONFIG_CONFARGS to set the Makefile target | ||
251 | PACKAGECONFIG ??= "" | 337 | PACKAGECONFIG ??= "" |
252 | # Enabling dedup will turn duplicate firmware files into links | 338 | PACKAGECONFIG[deduplicate] = ",,rdfind-native" |
253 | PACKAGECONFIG[deduplicate] = "install,install-nodedup,rdfind-native" | 339 | |
340 | # Possible values are "xz" and "zst". | ||
341 | FIRMWARE_COMPRESSION ?= "" | ||
342 | |||
343 | # Specifying -j requires GNU parallel, which is a part of meta-oe | ||
344 | PARALLEL_MAKE = "" | ||
345 | |||
346 | def fw_compr_suffix(d): | ||
347 | compr = d.getVar('FIRMWARE_COMPRESSION') | ||
348 | if compr == '': | ||
349 | return '' | ||
350 | if compr == 'zstd': | ||
351 | compr = 'zst' | ||
352 | return '-' + compr | ||
254 | 353 | ||
255 | do_compile() { | 354 | do_compile() { |
256 | : | 355 | : |
257 | } | 356 | } |
258 | 357 | ||
259 | do_install() { | 358 | do_install() { |
260 | oe_runmake 'DESTDIR=${D}' 'FIRMWAREDIR=${nonarch_base_libdir}/firmware' ${PACKAGECONFIG_CONFARGS} | 359 | sed -i 's:^./check_whence.py:#./check_whence.py:' ${S}/copy-firmware.sh |
360 | |||
361 | oe_runmake 'DESTDIR=${D}' 'FIRMWAREDIR=${nonarch_base_libdir}/firmware' install${@fw_compr_suffix(d)} | ||
362 | if [ "${@bb.utils.contains('PACKAGECONFIG', 'deduplicate', '1', '0', d)}" = "1" ]; then | ||
363 | oe_runmake 'DESTDIR=${D}' 'FIRMWAREDIR=${nonarch_base_libdir}/firmware' dedup | ||
364 | fi | ||
261 | cp LICEN[CS]E.* WHENCE ${D}${nonarch_base_libdir}/firmware/ | 365 | cp LICEN[CS]E.* WHENCE ${D}${nonarch_base_libdir}/firmware/ |
366 | cp wfx/LICEN[CS]E.* ${D}${nonarch_base_libdir}/firmware/wfx/ | ||
262 | } | 367 | } |
263 | 368 | ||
264 | |||
265 | PACKAGES =+ "${PN}-amphion-vpu-license ${PN}-amphion-vpu \ | 369 | PACKAGES =+ "${PN}-amphion-vpu-license ${PN}-amphion-vpu \ |
266 | ${PN}-cw1200-license ${PN}-cw1200 \ | 370 | ${PN}-cw1200-license ${PN}-cw1200 \ |
267 | ${PN}-ralink-license ${PN}-ralink \ | 371 | ${PN}-ralink-license ${PN}-ralink \ |
268 | ${PN}-mt76x-license ${PN}-mt7601u ${PN}-mt7650 ${PN}-mt76x2 \ | 372 | ${PN}-mt76x-license ${PN}-mt7601u ${PN}-mt7650 ${PN}-mt76x2 \ |
269 | ${PN}-radeon-license ${PN}-radeon \ | 373 | ${PN}-radeon-license ${PN}-radeon \ |
270 | ${PN}-amdgpu-license ${PN}-amdgpu \ | 374 | ${PN}-amdgpu-license ${PN}-amdgpu \ |
375 | ${PN}-amdgpu-aldebaran \ | ||
376 | ${PN}-amdgpu-carrizo \ | ||
377 | ${PN}-amdgpu-cezanne \ | ||
378 | ${PN}-amdgpu-fiji \ | ||
379 | ${PN}-amdgpu-hawaii \ | ||
380 | ${PN}-amdgpu-navi10 \ | ||
381 | ${PN}-amdgpu-navi14 \ | ||
382 | ${PN}-amdgpu-navi21 \ | ||
383 | ${PN}-amdgpu-navi22 \ | ||
384 | ${PN}-amdgpu-navi23 \ | ||
385 | ${PN}-amdgpu-navi24 \ | ||
386 | ${PN}-amdgpu-navi31 \ | ||
387 | ${PN}-amdgpu-navi32 \ | ||
388 | ${PN}-amdgpu-oland \ | ||
389 | ${PN}-amdgpu-polaris10 \ | ||
390 | ${PN}-amdgpu-polaris11 \ | ||
391 | ${PN}-amdgpu-polaris12 \ | ||
392 | ${PN}-amdgpu-raven \ | ||
393 | ${PN}-amdgpu-rembrandt \ | ||
394 | ${PN}-amdgpu-renoir \ | ||
395 | ${PN}-amdgpu-stoney \ | ||
396 | ${PN}-amdgpu-tonga \ | ||
397 | ${PN}-amdgpu-topaz \ | ||
398 | ${PN}-amdgpu-vega10 \ | ||
399 | ${PN}-amdgpu-vega12 \ | ||
400 | ${PN}-amdgpu-misc \ | ||
271 | ${PN}-marvell-license ${PN}-pcie8897 ${PN}-pcie8997 \ | 401 | ${PN}-marvell-license ${PN}-pcie8897 ${PN}-pcie8997 \ |
272 | ${PN}-mediatek-license ${PN}-mediatek \ | 402 | ${PN}-mediatek-license ${PN}-mediatek \ |
273 | ${PN}-microchip-license ${PN}-microchip \ | 403 | ${PN}-microchip-license ${PN}-microchip \ |
274 | ${PN}-moxa-license ${PN}-moxa \ | 404 | ${PN}-moxa-license ${PN}-moxa \ |
275 | ${PN}-sd8686 ${PN}-sd8688 ${PN}-sd8787 ${PN}-sd8797 ${PN}-sd8801 \ | 405 | ${PN}-sd8686 ${PN}-sd8688 ${PN}-sd8787 ${PN}-sd8797 ${PN}-sd8801 \ |
276 | ${PN}-sd8887 ${PN}-sd8897 ${PN}-sd8997 ${PN}-usb8997 \ | 406 | ${PN}-sd8887 ${PN}-sd8897 ${PN}-sd8997 ${PN}-usb8997 \ |
277 | ${PN}-ti-connectivity-license ${PN}-wlcommon ${PN}-wl12xx ${PN}-wl18xx \ | 407 | ${PN}-ti-connectivity-license ${PN}-wlcommon ${PN}-wl12xx ${PN}-wl18xx ${PN}-cc33xx \ |
278 | ${PN}-ti-keystone-license ${PN}-ti-keystone \ | 408 | ${PN}-ti-keystone-license ${PN}-ti-keystone \ |
279 | ${PN}-vt6656-license ${PN}-vt6656 \ | 409 | ${PN}-vt6656-license ${PN}-vt6656 \ |
280 | ${PN}-rs9113 ${PN}-rs9116 \ | 410 | ${PN}-rs9113 ${PN}-rs9116 \ |
@@ -322,7 +452,46 @@ PACKAGES =+ "${PN}-amphion-vpu-license ${PN}-amphion-vpu \ | |||
322 | ${PN}-cnm-license ${PN}-cnm \ | 452 | ${PN}-cnm-license ${PN}-cnm \ |
323 | ${PN}-atheros-license ${PN}-ar5523 ${PN}-ar9170 ${PN}-ath6k ${PN}-ath9k ${PN}-ath3k \ | 453 | ${PN}-atheros-license ${PN}-ar5523 ${PN}-ar9170 ${PN}-ath6k ${PN}-ath9k ${PN}-ath3k \ |
324 | ${PN}-carl9170 \ | 454 | ${PN}-carl9170 \ |
325 | ${PN}-ar3k-license ${PN}-ar3k ${PN}-ath10k-license ${PN}-ath10k ${PN}-ath11k ${PN}-ath12k ${PN}-qca \ | 455 | ${PN}-qcom-qcm2290-wifi ${PN}-qcom-qrb4210-wifi ${PN}-qcom-sdm845-modem \ |
456 | ${PN}-ar3k-license ${PN}-ar3k \ | ||
457 | ${PN}-ath10k-license ${PN}-ath10k \ | ||
458 | ${PN}-ath10k-qca4019 \ | ||
459 | ${PN}-ath10k-qca6174 \ | ||
460 | ${PN}-ath10k-qca9377 \ | ||
461 | ${PN}-ath10k-qca9887 \ | ||
462 | ${PN}-ath10k-qca9888 \ | ||
463 | ${PN}-ath10k-qca988x \ | ||
464 | ${PN}-ath10k-qca9984 \ | ||
465 | ${PN}-ath10k-qca99x0 \ | ||
466 | ${PN}-ath10k-wcn3990 \ | ||
467 | ${PN}-ath10k-misc \ | ||
468 | ${PN}-ath11k \ | ||
469 | ${PN}-ath11k-ipq5018 \ | ||
470 | ${PN}-ath11k-ipq6018 \ | ||
471 | ${PN}-ath11k-ipq8074 \ | ||
472 | ${PN}-ath11k-qca2066 \ | ||
473 | ${PN}-ath11k-qca6390 \ | ||
474 | ${PN}-ath11k-qca6698aq \ | ||
475 | ${PN}-ath11k-qcn9074 \ | ||
476 | ${PN}-ath11k-wcn6750 \ | ||
477 | ${PN}-ath11k-wcn6855 \ | ||
478 | ${PN}-ath11k-misc \ | ||
479 | ${PN}-ath12k \ | ||
480 | ${PN}-ath12k-qcn9274 \ | ||
481 | ${PN}-ath12k-wcn7850 \ | ||
482 | ${PN}-ath12k-misc \ | ||
483 | ${PN}-qca \ | ||
484 | ${PN}-qca-qca61x4-serial \ | ||
485 | ${PN}-qca-qca61x4-usb \ | ||
486 | ${PN}-qca-qca6390 \ | ||
487 | ${PN}-qca-qca6698 \ | ||
488 | ${PN}-qca-wcn3950 \ | ||
489 | ${PN}-qca-wcn3988 \ | ||
490 | ${PN}-qca-wcn399x \ | ||
491 | ${PN}-qca-wcn6750 \ | ||
492 | ${PN}-qca-qca2066 \ | ||
493 | ${PN}-qca-wcn7850 \ | ||
494 | ${PN}-qca-misc \ | ||
326 | \ | 495 | \ |
327 | ${PN}-imx-sdma-license ${PN}-imx-sdma-imx6q ${PN}-imx-sdma-imx7d \ | 496 | ${PN}-imx-sdma-license ${PN}-imx-sdma-imx6q ${PN}-imx-sdma-imx7d \ |
328 | \ | 497 | \ |
@@ -353,6 +522,8 @@ PACKAGES =+ "${PN}-amphion-vpu-license ${PN}-amphion-vpu \ | |||
353 | ${PN}-bnx2 \ | 522 | ${PN}-bnx2 \ |
354 | ${PN}-bnx2x \ | 523 | ${PN}-bnx2x \ |
355 | ${PN}-liquidio \ | 524 | ${PN}-liquidio \ |
525 | ${PN}-linaro-license \ | ||
526 | ${PN}-mali-csffw-arch108 ${PN}-mali-csffw-license \ | ||
356 | ${PN}-mellanox \ | 527 | ${PN}-mellanox \ |
357 | ${PN}-nvidia-license \ | 528 | ${PN}-nvidia-license \ |
358 | ${PN}-nvidia-tegra-k1 ${PN}-nvidia-tegra \ | 529 | ${PN}-nvidia-tegra-k1 ${PN}-nvidia-tegra \ |
@@ -375,29 +546,48 @@ PACKAGES =+ "${PN}-amphion-vpu-license ${PN}-amphion-vpu \ | |||
375 | ${PN}-prestera \ | 546 | ${PN}-prestera \ |
376 | ${PN}-qat ${PN}-qat-license \ | 547 | ${PN}-qat ${PN}-qat-license \ |
377 | ${PN}-qed \ | 548 | ${PN}-qed \ |
378 | ${PN}-qcom-license ${PN}-qcom-yamato-license \ | 549 | ${PN}-qcom-license ${PN}-qcom-2-license ${PN}-qcom-yamato-license \ |
550 | ${PN}-qcom-aic100 ${PN}-qcom-qdu100 \ | ||
379 | ${PN}-qcom-venus-1.8 ${PN}-qcom-venus-4.2 ${PN}-qcom-venus-5.2 ${PN}-qcom-venus-5.4 ${PN}-qcom-venus-6.0 \ | 551 | ${PN}-qcom-venus-1.8 ${PN}-qcom-venus-4.2 ${PN}-qcom-venus-5.2 ${PN}-qcom-venus-5.4 ${PN}-qcom-venus-6.0 \ |
380 | ${PN}-qcom-vpu-1.0 ${PN}-qcom-vpu-2.0 \ | 552 | ${PN}-qcom-vpu \ |
381 | ${PN}-qcom-adreno-a2xx ${PN}-qcom-adreno-a3xx ${PN}-qcom-adreno-a4xx ${PN}-qcom-adreno-a530 \ | 553 | ${PN}-qcom-adreno-a2xx ${PN}-qcom-adreno-a3xx ${PN}-qcom-adreno-a4xx ${PN}-qcom-adreno-a530 \ |
382 | ${PN}-qcom-adreno-a630 ${PN}-qcom-adreno-a650 ${PN}-qcom-adreno-a660 ${PN}-qcom-adreno-a702 \ | 554 | ${PN}-qcom-adreno-a623 ${PN}-qcom-adreno-a630 ${PN}-qcom-adreno-a650 ${PN}-qcom-adreno-a660 \ |
555 | ${PN}-qcom-adreno-a663 ${PN}-qcom-adreno-a702 ${PN}-qcom-adreno-g715 ${PN}-qcom-adreno-g750 \ | ||
383 | ${PN}-qcom-apq8016-modem ${PN}-qcom-apq8016-wifi \ | 556 | ${PN}-qcom-apq8016-modem ${PN}-qcom-apq8016-wifi \ |
384 | ${PN}-qcom-apq8096-adreno ${PN}-qcom-apq8096-audio ${PN}-qcom-apq8096-modem \ | 557 | ${PN}-qcom-apq8096-adreno ${PN}-qcom-apq8096-audio ${PN}-qcom-apq8096-modem \ |
385 | ${PN}-qcom-qcm2290-adreno ${PN}-qcom-qcm2290-audio ${PN}-qcom-qcm2290-modem ${PN}-qcom-qcm2290-wifi \ | 558 | ${PN}-qcom-qcm2290-adreno ${PN}-qcom-qcm2290-audio ${PN}-qcom-qcm2290-modem \ |
386 | ${PN}-qcom-qrb4210-adreno ${PN}-qcom-qrb4210-audio ${PN}-qcom-qrb4210-compute \ | 559 | ${PN}-qcom-qcm6490-adreno ${PN}-qcom-qcm6490-audio ${PN}-qcom-qcm6490-compute \ |
387 | ${PN}-qcom-qrb4210-modem ${PN}-qcom-qrb4210-wifi \ | 560 | ${PN}-qcom-qcm6490-ipa ${PN}-qcom-qcm6490-wifi ${PN}-qcom-qcm6490-qupv3fw \ |
561 | ${PN}-qcom-qcs615-adreno \ | ||
562 | ${PN}-qcom-qcs8300-adreno ${PN}-qcom-qcs8300-audio ${PN}-qcom-qcs8300-compute \ | ||
563 | ${PN}-qcom-qcs8300-generalpurpose ${PN}-qcom-qcs8300-qupv3fw \ | ||
564 | ${PN}-qcom-qrb4210-adreno \ | ||
565 | ${PN}-qcom-qrb4210-audio ${PN}-qcom-qrb4210-compute ${PN}-qcom-qrb4210-modem \ | ||
566 | ${PN}-qcom-sa8775p-adreno ${PN}-qcom-sa8775p-audio ${PN}-qcom-sa8775p-compute \ | ||
567 | ${PN}-qcom-sa8775p-generalpurpose ${PN}-qcom-sa8775p-qupv3fw \ | ||
388 | ${PN}-qcom-sc8280xp-lenovo-x13s-compat \ | 568 | ${PN}-qcom-sc8280xp-lenovo-x13s-compat \ |
389 | ${PN}-qcom-sc8280xp-lenovo-x13s-audio \ | 569 | ${PN}-qcom-sc8280xp-lenovo-x13s-audio \ |
390 | ${PN}-qcom-sc8280xp-lenovo-x13s-adreno \ | 570 | ${PN}-qcom-sc8280xp-lenovo-x13s-adreno \ |
391 | ${PN}-qcom-sc8280xp-lenovo-x13s-compute \ | 571 | ${PN}-qcom-sc8280xp-lenovo-x13s-compute \ |
392 | ${PN}-qcom-sc8280xp-lenovo-x13s-sensors \ | 572 | ${PN}-qcom-sc8280xp-lenovo-x13s-sensors \ |
393 | ${PN}-qcom-sdm845-adreno ${PN}-qcom-sdm845-audio ${PN}-qcom-sdm845-compute ${PN}-qcom-sdm845-modem \ | 573 | ${PN}-qcom-sc8280xp-lenovo-x13s-vpu \ |
574 | ${PN}-qcom-sdm845-adreno ${PN}-qcom-sdm845-audio ${PN}-qcom-sdm845-compute \ | ||
394 | ${PN}-qcom-sdm845-thundercomm-db845c-sensors \ | 575 | ${PN}-qcom-sdm845-thundercomm-db845c-sensors \ |
395 | ${PN}-qcom-sm8250-adreno ${PN}-qcom-sm8250-audio ${PN}-qcom-sm8250-compute \ | 576 | ${PN}-qcom-sm8250-adreno ${PN}-qcom-sm8250-audio ${PN}-qcom-sm8250-compute \ |
396 | ${PN}-qcom-sm8250-thundercomm-rb5-sensors \ | 577 | ${PN}-qcom-sm8250-thundercomm-rb5-sensors \ |
578 | ${PN}-qcom-sm8550-audio-tplg \ | ||
579 | ${PN}-qcom-sm8650-audio-tplg \ | ||
580 | ${PN}-qcom-x1e80100-adreno ${PN}-qcom-x1e80100-audio \ | ||
581 | ${PN}-qcom-x1e80100-lenovo-t14s-g6-adreno ${PN}-qcom-x1e80100-lenovo-t14s-g6-audio \ | ||
582 | ${PN}-qcom-x1e80100-lenovo-t14s-g6-compute ${PN}-qcom-x1e80100-lenovo-t14s-g6-vpu \ | ||
583 | ${PN}-qcom-x1e80100-lenovo-yoga-slim7x-adreno ${PN}-qcom-x1e80100-lenovo-yoga-slim7x-audio \ | ||
584 | ${PN}-qcom-x1e80100-lenovo-yoga-slim7x-compute ${PN}-qcom-x1e80100-lenovo-yoga-slim7x-vpu \ | ||
585 | ${PN}-qcom-x1p42100-adreno \ | ||
397 | ${PN}-qla2xxx ${PN}-qla2xxx-license \ | 586 | ${PN}-qla2xxx ${PN}-qla2xxx-license \ |
398 | ${PN}-rockchip-license ${PN}-rockchip-dptx \ | 587 | ${PN}-rockchip-license ${PN}-rockchip-dptx \ |
399 | ${PN}-amlogic-vdec-license ${PN}-amlogic-vdec \ | 588 | ${PN}-amlogic-vdec-license ${PN}-amlogic-vdec \ |
400 | ${PN}-lt9611uxc ${PN}-lontium-license \ | 589 | ${PN}-lt9611uxc ${PN}-lontium-license \ |
590 | ${PN}-wfx-license ${PN}-wfx \ | ||
401 | ${PN}-whence-license \ | 591 | ${PN}-whence-license \ |
402 | ${PN}-wl1251-license ${PN}-wl1251 \ | 592 | ${PN}-wl1251-license ${PN}-wl1251 \ |
403 | ${PN}-xc4000-license ${PN}-xc4000 \ | 593 | ${PN}-xc4000-license ${PN}-xc4000 \ |
@@ -420,7 +610,7 @@ RDEPENDS:${PN}-amphion-vpu += "${PN}-amphion-vpu-license" | |||
420 | LICENSE:${PN}-cw1200 = "Firmware-cw1200" | 610 | LICENSE:${PN}-cw1200 = "Firmware-cw1200" |
421 | LICENSE:${PN}-cw1200-license = "Firmware-cw1200" | 611 | LICENSE:${PN}-cw1200-license = "Firmware-cw1200" |
422 | 612 | ||
423 | FILES:${PN}-cw1200 = "${nonarch_base_libdir}/firmware/wsm_22.bin" | 613 | FILES:${PN}-cw1200 = "${nonarch_base_libdir}/firmware/wsm_22.bin*" |
424 | FILES:${PN}-cw1200-license = "${nonarch_base_libdir}/firmware/LICENCE.cw1200" | 614 | FILES:${PN}-cw1200-license = "${nonarch_base_libdir}/firmware/LICENCE.cw1200" |
425 | 615 | ||
426 | RDEPENDS:${PN}-cw1200 += "${PN}-cw1200-license" | 616 | RDEPENDS:${PN}-cw1200 += "${PN}-cw1200-license" |
@@ -435,24 +625,24 @@ LICENSE:${PN}-atheros-license = "Firmware-atheros_firmware" | |||
435 | 625 | ||
436 | FILES:${PN}-atheros-license = "${nonarch_base_libdir}/firmware/LICENCE.atheros_firmware" | 626 | FILES:${PN}-atheros-license = "${nonarch_base_libdir}/firmware/LICENCE.atheros_firmware" |
437 | FILES:${PN}-ar5523 = " \ | 627 | FILES:${PN}-ar5523 = " \ |
438 | ${nonarch_base_libdir}/firmware/ar5523.bin \ | 628 | ${nonarch_base_libdir}/firmware/ar5523.bin* \ |
439 | " | 629 | " |
440 | FILES:${PN}-ar9170 = " \ | 630 | FILES:${PN}-ar9170 = " \ |
441 | ${nonarch_base_libdir}/firmware/ar9170*.fw \ | 631 | ${nonarch_base_libdir}/firmware/ar9170*.fw* \ |
442 | " | 632 | " |
443 | FILES:${PN}-ath3k = " \ | 633 | FILES:${PN}-ath3k = " \ |
444 | ${nonarch_base_libdir}/firmware/ath3k*fw \ | 634 | ${nonarch_base_libdir}/firmware/ath3k*fw* \ |
445 | " | 635 | " |
446 | FILES:${PN}-ath6k = " \ | 636 | FILES:${PN}-ath6k = " \ |
447 | ${nonarch_base_libdir}/firmware/ath6k \ | 637 | ${nonarch_base_libdir}/firmware/ath6k \ |
448 | " | 638 | " |
449 | FILES:${PN}-ath9k = " \ | 639 | FILES:${PN}-ath9k = " \ |
450 | ${nonarch_base_libdir}/firmware/ar9271.fw \ | 640 | ${nonarch_base_libdir}/firmware/ar9271.fw* \ |
451 | ${nonarch_base_libdir}/firmware/ar7010*.fw \ | 641 | ${nonarch_base_libdir}/firmware/ar7010*.fw* \ |
452 | ${nonarch_base_libdir}/firmware/htc_9271.fw \ | 642 | ${nonarch_base_libdir}/firmware/htc_9271.fw* \ |
453 | ${nonarch_base_libdir}/firmware/htc_7010.fw \ | 643 | ${nonarch_base_libdir}/firmware/htc_7010.fw* \ |
454 | ${nonarch_base_libdir}/firmware/ath9k_htc/htc_7010-1.4.0.fw \ | 644 | ${nonarch_base_libdir}/firmware/ath9k_htc/htc_7010-1.4.0.fw* \ |
455 | ${nonarch_base_libdir}/firmware/ath9k_htc/htc_9271-1.4.0.fw \ | 645 | ${nonarch_base_libdir}/firmware/ath9k_htc/htc_9271-1.4.0.fw* \ |
456 | " | 646 | " |
457 | 647 | ||
458 | RDEPENDS:${PN}-ar5523 += "${PN}-atheros-license" | 648 | RDEPENDS:${PN}-ar5523 += "${PN}-atheros-license" |
@@ -463,7 +653,7 @@ RDEPENDS:${PN}-ath9k += "${PN}-atheros-license" | |||
463 | # For carl9170 | 653 | # For carl9170 |
464 | 654 | ||
465 | FILES:${PN}-carl9170 = " \ | 655 | FILES:${PN}-carl9170 = " \ |
466 | ${nonarch_base_libdir}/firmware/carl9170*.fw \ | 656 | ${nonarch_base_libdir}/firmware/carl9170*.fw* \ |
467 | " | 657 | " |
468 | LICENSE:${PN}-carl9170 = "GPL-2.0-or-later" | 658 | LICENSE:${PN}-carl9170 = "GPL-2.0-or-later" |
469 | 659 | ||
@@ -471,8 +661,43 @@ LICENSE:${PN}-carl9170 = "GPL-2.0-or-later" | |||
471 | LICENSE:${PN}-ar3k = "Firmware-qualcommAthos_ar3k & Firmware-atheros_firmware" | 661 | LICENSE:${PN}-ar3k = "Firmware-qualcommAthos_ar3k & Firmware-atheros_firmware" |
472 | LICENSE:${PN}-ar3k-license = "Firmware-qualcommAthos_ar3k" | 662 | LICENSE:${PN}-ar3k-license = "Firmware-qualcommAthos_ar3k" |
473 | LICENSE:${PN}-ath10k = "Firmware-qualcommAthos_ath10k" | 663 | LICENSE:${PN}-ath10k = "Firmware-qualcommAthos_ath10k" |
664 | LICENSE:${PN}-ath10k-qca4019 = "Firmware-qualcommAthos_ath10k" | ||
665 | LICENSE:${PN}-ath10k-qca6174 = "Firmware-qualcommAthos_ath10k" | ||
666 | LICENSE:${PN}-ath10k-qca9377 = "Firmware-qualcommAthos_ath10k" | ||
667 | LICENSE:${PN}-ath10k-qca9887 = "Firmware-qualcommAthos_ath10k" | ||
668 | LICENSE:${PN}-ath10k-qca9888 = "Firmware-qualcommAthos_ath10k" | ||
669 | LICENSE:${PN}-ath10k-qca988x = "Firmware-qualcommAthos_ath10k" | ||
670 | LICENSE:${PN}-ath10k-qca9984 = "Firmware-qualcommAthos_ath10k" | ||
671 | LICENSE:${PN}-ath10k-qca99x0 = "Firmware-qualcommAthos_ath10k" | ||
672 | LICENSE:${PN}-ath10k-wcn3990 = "Firmware-qualcommAthos_ath10k" | ||
673 | LICENSE:${PN}-ath10k-misc = "Firmware-qualcommAthos_ath10k" | ||
474 | LICENSE:${PN}-ath10k-license = "Firmware-qualcommAthos_ath10k" | 674 | LICENSE:${PN}-ath10k-license = "Firmware-qualcommAthos_ath10k" |
475 | LICENSE:${PN}-qca = "Firmware-qualcommAthos_ath10k" | 675 | LICENSE:${PN}-ath11k = "Firmware-qualcommAthos_ath10k" |
676 | LICENSE:${PN}-ath11k-ipq5018 = "Firmware-qualcommAthos_ath10k" | ||
677 | LICENSE:${PN}-ath11k-ipq6018 = "Firmware-qualcommAthos_ath10k" | ||
678 | LICENSE:${PN}-ath11k-ipq8074 = "Firmware-qualcommAthos_ath10k" | ||
679 | LICENSE:${PN}-ath11k-qca2066 = "Firmware-qualcommAthos_ath10k" | ||
680 | LICENSE:${PN}-ath11k-qca6390 = "Firmware-qualcommAthos_ath10k" | ||
681 | LICENSE:${PN}-ath11k-qca6698aq = "Firmware-qualcommAthos_ath10k" | ||
682 | LICENSE:${PN}-ath11k-qcn9074 = "Firmware-qualcommAthos_ath10k" | ||
683 | LICENSE:${PN}-ath11k-wcn6750 = "Firmware-qualcommAthos_ath10k" | ||
684 | LICENSE:${PN}-ath11k-wcn6855 = "Firmware-qualcommAthos_ath10k" | ||
685 | LICENSE:${PN}-ath11k-misc = "Firmware-qualcommAthos_ath10k" | ||
686 | LICENSE:${PN}-ath12k = "Firmware-qualcommAthos_ath10k" | ||
687 | LICENSE:${PN}-ath12k-qcn9274 = "Firmware-qualcommAthos_ath10k" | ||
688 | LICENSE:${PN}-ath12k-wcn7850 = "Firmware-qualcommAthos_ath10k" | ||
689 | LICENSE:${PN}-ath12k-misc = "Firmware-qualcommAthos_ath10k" | ||
690 | LICENSE:${PN}-qca-qca61x4-serial = "Firmware-qualcommAthos_ath10k" | ||
691 | LICENSE:${PN}-qca-qca61x4-usb = "Firmware-qualcommAthos_ath10k" | ||
692 | LICENSE:${PN}-qca-qca6390 = "Firmware-qualcommAthos_ath10k" | ||
693 | LICENSE:${PN}-qca-qca6698 = "Firmware-qualcommAthos_ath10k" | ||
694 | LICENSE:${PN}-qca-wcn3950 = "Firmware-qcom" | ||
695 | LICENSE:${PN}-qca-wcn3988 = "Firmware-qcom" | ||
696 | LICENSE:${PN}-qca-wcn399x = "Firmware-qualcommAthos_ath10k" | ||
697 | LICENSE:${PN}-qca-wcn6750 = "Firmware-qualcommAthos_ath10k" | ||
698 | LICENSE:${PN}-qca-qca2066 = "Firmware-qualcommAthos_ath10k" | ||
699 | LICENSE:${PN}-qca-wcn7850 = "Firmware-qcom" | ||
700 | LICENSE:${PN}-qca-misc = "Firmware-qualcommAthos_ath10k & Firmware-qcom" | ||
476 | 701 | ||
477 | FILES:${PN}-ar3k-license = "${nonarch_base_libdir}/firmware/LICENSE.QualcommAtheros_ar3k" | 702 | FILES:${PN}-ar3k-license = "${nonarch_base_libdir}/firmware/LICENSE.QualcommAtheros_ar3k" |
478 | FILES:${PN}-ar3k = " \ | 703 | FILES:${PN}-ar3k = " \ |
@@ -480,35 +705,190 @@ FILES:${PN}-ar3k = " \ | |||
480 | " | 705 | " |
481 | 706 | ||
482 | FILES:${PN}-ath10k-license = "${nonarch_base_libdir}/firmware/LICENSE.QualcommAtheros_ath10k" | 707 | FILES:${PN}-ath10k-license = "${nonarch_base_libdir}/firmware/LICENSE.QualcommAtheros_ath10k" |
483 | FILES:${PN}-ath10k = " \ | 708 | FILES:${PN}-ath10k-qca4019 = "${nonarch_base_libdir}/firmware/ath10k/QCA4019" |
484 | ${nonarch_base_libdir}/firmware/ath10k \ | 709 | FILES:${PN}-ath10k-qca6174 = "${nonarch_base_libdir}/firmware/ath10k/QCA6174" |
485 | " | 710 | FILES:${PN}-ath10k-qca9377 = "${nonarch_base_libdir}/firmware/ath10k/QCA9377" |
486 | 711 | FILES:${PN}-ath10k-qca9887 = "${nonarch_base_libdir}/firmware/ath10k/QCA9887" | |
487 | FILES:${PN}-ath11k = " \ | 712 | FILES:${PN}-ath10k-qca9888 = "${nonarch_base_libdir}/firmware/ath10k/QCA9888" |
488 | ${nonarch_base_libdir}/firmware/ath11k \ | 713 | FILES:${PN}-ath10k-qca988x = "${nonarch_base_libdir}/firmware/ath10k/QCA988X" |
489 | " | 714 | FILES:${PN}-ath10k-qca9984 = "${nonarch_base_libdir}/firmware/ath10k/QCA9984" |
490 | 715 | FILES:${PN}-ath10k-qca99x0 = "${nonarch_base_libdir}/firmware/ath10k/QCA99X0" | |
491 | FILES:${PN}-ath12k = " \ | 716 | FILES:${PN}-ath10k-wcn3990 = "${nonarch_base_libdir}/firmware/ath10k/WCN3990" |
492 | ${nonarch_base_libdir}/firmware/ath12k \ | 717 | FILES:${PN}-ath10k-misc = "${nonarch_base_libdir}/firmware/ath10k/*" |
493 | " | 718 | # -ath10k is a virtual package that depends upon all ath10k packages. |
494 | 719 | ALLOW_EMPTY:${PN}-ath10k = "1" | |
495 | FILES:${PN}-qca = " \ | 720 | # -ath10k-misc is a catch all package that includes all the ath10k |
496 | ${nonarch_base_libdir}/firmware/qca \ | 721 | # firmwares that are not already included in other -ath10k- packages. |
497 | " | 722 | ALLOW_EMPTY:${PN}-ath10k-misc = "1" |
723 | |||
724 | FILES:${PN}-ath11k-ipq5018 = "${nonarch_base_libdir}/firmware/ath11k/IPQ5018" | ||
725 | FILES:${PN}-ath11k-ipq6018 = "${nonarch_base_libdir}/firmware/ath11k/IPQ6018" | ||
726 | FILES:${PN}-ath11k-ipq8074 = "${nonarch_base_libdir}/firmware/ath11k/IPQ8074" | ||
727 | FILES:${PN}-ath11k-qca2066 = "${nonarch_base_libdir}/firmware/ath11k/QCA2066" | ||
728 | FILES:${PN}-ath11k-qca6390 = "${nonarch_base_libdir}/firmware/ath11k/QCA6390" | ||
729 | FILES:${PN}-ath11k-qca6698aq = "${nonarch_base_libdir}/firmware/ath11k/QCA6698AQ" | ||
730 | FILES:${PN}-ath11k-qcn9074 = "${nonarch_base_libdir}/firmware/ath11k/QCN9074" | ||
731 | FILES:${PN}-ath11k-wcn6750 = "${nonarch_base_libdir}/firmware/ath11k/WCN6750" | ||
732 | FILES:${PN}-ath11k-wcn6855 = "${nonarch_base_libdir}/firmware/ath11k/WCN6855" | ||
733 | FILES:${PN}-ath11k-misc = "${nonarch_base_libdir}/firmware/ath11k/*" | ||
734 | # -ath11k is a virtual package that depends upon all ath11k packages. | ||
735 | ALLOW_EMPTY:${PN}-ath11k = "1" | ||
736 | # -ath11k-misc is a catch all package that includes all the ath11k | ||
737 | # firmwares that are not already included in other -ath11k- packages. | ||
738 | ALLOW_EMPTY:${PN}-ath11k-misc = "1" | ||
739 | |||
740 | FILES:${PN}-ath12k-qcn9274 = "${nonarch_base_libdir}/firmware/ath12k/QCN9274" | ||
741 | FILES:${PN}-ath12k-wcn7850 = "${nonarch_base_libdir}/firmware/ath12k/WCN7850" | ||
742 | FILES:${PN}-ath12k-misc = "${nonarch_base_libdir}/firmware/ath12k/*" | ||
743 | # -ath12k is a virtual package that depends upon all ath12k packages. | ||
744 | ALLOW_EMPTY:${PN}-ath12k = "1" | ||
745 | # -ath12k-misc is a catch all package that includes all the ath12k | ||
746 | # firmwares that are not already included in other -ath12k- packages. | ||
747 | ALLOW_EMPTY:${PN}-ath12k-misc = "1" | ||
748 | |||
749 | FILES:${PN}-qca-qca61x4-serial = " \ | ||
750 | ${nonarch_base_libdir}/firmware/qca/nvm_0*.bin* \ | ||
751 | ${nonarch_base_libdir}/firmware/qca/rampatch_0*.bin* \ | ||
752 | " | ||
753 | FILES:${PN}-qca-qca61x4-usb = " \ | ||
754 | ${nonarch_base_libdir}/firmware/qca/nvm_usb_*.bin* \ | ||
755 | ${nonarch_base_libdir}/firmware/qca/rampatch_usb_*.bin* \ | ||
756 | ${nonarch_base_libdir}/firmware/qca/QCA2066/nvm_usb_00130201_030a.bin* \ | ||
757 | ${nonarch_base_libdir}/firmware/qca/QCA2066/nvm_usb_00130201_gf_030a.bin* \ | ||
758 | ${nonarch_base_libdir}/firmware/qca/QCA2066/rampatch_usb_00130201.bin* \ | ||
759 | " | ||
760 | FILES:${PN}-qca-qca6390 = " \ | ||
761 | ${nonarch_base_libdir}/firmware/qca/htbtfw20.tlv* \ | ||
762 | ${nonarch_base_libdir}/firmware/qca/htnv20.bin* \ | ||
763 | " | ||
764 | FILES:${PN}-qca-qca6698 = " \ | ||
765 | ${nonarch_base_libdir}/firmware/qca/QCA6698/hpbtfw21.tlv* \ | ||
766 | ${nonarch_base_libdir}/firmware/qca/QCA6698/hpnv21.b206* \ | ||
767 | ${nonarch_base_libdir}/firmware/qca/QCA6698/hpnv21.b207* \ | ||
768 | ${nonarch_base_libdir}/firmware/qca/QCA6698/hpnv21.bin* \ | ||
769 | " | ||
770 | FILES:${PN}-qca-wcn3950 = " \ | ||
771 | ${nonarch_base_libdir}/firmware/qca/cmbtfw12.tlv* \ | ||
772 | ${nonarch_base_libdir}/firmware/qca/cmbtfw13.tlv* \ | ||
773 | ${nonarch_base_libdir}/firmware/qca/cmnv12.bin* \ | ||
774 | ${nonarch_base_libdir}/firmware/qca/cmnv13.bin* \ | ||
775 | ${nonarch_base_libdir}/firmware/qca/cmnv13s.bin* \ | ||
776 | ${nonarch_base_libdir}/firmware/qca/cmnv13t.bin* \ | ||
777 | " | ||
778 | FILES:${PN}-qca-wcn3988 = " \ | ||
779 | ${nonarch_base_libdir}/firmware/qca/apbtfw10.tlv* \ | ||
780 | ${nonarch_base_libdir}/firmware/qca/apbtfw11.tlv* \ | ||
781 | ${nonarch_base_libdir}/firmware/qca/apnv10.bin* \ | ||
782 | ${nonarch_base_libdir}/firmware/qca/apnv11.bin* \ | ||
783 | " | ||
784 | FILES:${PN}-qca-wcn399x = " \ | ||
785 | ${nonarch_base_libdir}/firmware/qca/crbtfw21.tlv* \ | ||
786 | ${nonarch_base_libdir}/firmware/qca/crnv21.bin* \ | ||
787 | ${nonarch_base_libdir}/firmware/qca/crbtfw32.tlv* \ | ||
788 | ${nonarch_base_libdir}/firmware/qca/crnv32.bin* \ | ||
789 | ${nonarch_base_libdir}/firmware/qca/crnv32u.bin* \ | ||
790 | " | ||
791 | FILES:${PN}-qca-wcn6750 = " \ | ||
792 | ${nonarch_base_libdir}/firmware/qca/msbtfw11.mbn* \ | ||
793 | ${nonarch_base_libdir}/firmware/qca/msbtfw11.tlv* \ | ||
794 | ${nonarch_base_libdir}/firmware/qca/msnv11.bin* \ | ||
795 | ${nonarch_base_libdir}/firmware/qca/msnv11.b0a* \ | ||
796 | ${nonarch_base_libdir}/firmware/qca/msnv11.b09* \ | ||
797 | " | ||
798 | FILES:${PN}-qca-qca2066 = " \ | ||
799 | ${nonarch_base_libdir}/firmware/qca/hpbtfw21.tlv* \ | ||
800 | ${nonarch_base_libdir}/firmware/qca/hpnv21.bin* \ | ||
801 | ${nonarch_base_libdir}/firmware/qca/hpnv21g.bin* \ | ||
802 | ${nonarch_base_libdir}/firmware/qca/hpnv21.301* \ | ||
803 | ${nonarch_base_libdir}/firmware/qca/hpnv21.302* \ | ||
804 | ${nonarch_base_libdir}/firmware/qca/hpnv21g.301* \ | ||
805 | ${nonarch_base_libdir}/firmware/qca/hpnv21g.302* \ | ||
806 | ${nonarch_base_libdir}/firmware/qca/hpnv21.309* \ | ||
807 | ${nonarch_base_libdir}/firmware/qca/hpnv21g.309* \ | ||
808 | ${nonarch_base_libdir}/firmware/qca/hpnv21.30a* \ | ||
809 | ${nonarch_base_libdir}/firmware/qca/hpnv21g.30a* \ | ||
810 | ${nonarch_base_libdir}/firmware/qca/hpnv21.b8c* \ | ||
811 | ${nonarch_base_libdir}/firmware/qca/hpnv21.b9f* \ | ||
812 | ${nonarch_base_libdir}/firmware/qca/hpnv21.ba0* \ | ||
813 | ${nonarch_base_libdir}/firmware/qca/hpnv21.ba1* \ | ||
814 | ${nonarch_base_libdir}/firmware/qca/hpnv21.ba2* \ | ||
815 | ${nonarch_base_libdir}/firmware/qca/hpnv21.ba3* \ | ||
816 | ${nonarch_base_libdir}/firmware/qca/hpnv21.ba4* \ | ||
817 | ${nonarch_base_libdir}/firmware/qca/hpnv21.baa* \ | ||
818 | ${nonarch_base_libdir}/firmware/qca/hpnv21.bb8* \ | ||
819 | ${nonarch_base_libdir}/firmware/qca/hpnv21.b10c* \ | ||
820 | ${nonarch_base_libdir}/firmware/qca/hpnv21.b111* \ | ||
821 | ${nonarch_base_libdir}/firmware/qca/hpnv21g.b8c* \ | ||
822 | ${nonarch_base_libdir}/firmware/qca/hpnv21g.b9f* \ | ||
823 | ${nonarch_base_libdir}/firmware/qca/hpnv21g.ba0* \ | ||
824 | ${nonarch_base_libdir}/firmware/qca/hpnv21g.ba1* \ | ||
825 | ${nonarch_base_libdir}/firmware/qca/hpnv21g.ba2* \ | ||
826 | ${nonarch_base_libdir}/firmware/qca/hpnv21g.ba3* \ | ||
827 | ${nonarch_base_libdir}/firmware/qca/hpnv21g.ba4* \ | ||
828 | ${nonarch_base_libdir}/firmware/qca/hpnv21g.baa* \ | ||
829 | ${nonarch_base_libdir}/firmware/qca/hpnv21g.bb8* \ | ||
830 | ${nonarch_base_libdir}/firmware/qca/hpnv21g.b10c* \ | ||
831 | ${nonarch_base_libdir}/firmware/qca/hpnv21g.b111* \ | ||
832 | " | ||
833 | FILES:${PN}-qca-wcn7850 = " \ | ||
834 | ${nonarch_base_libdir}/firmware/qca/hmtbtfw20.tlv* \ | ||
835 | ${nonarch_base_libdir}/firmware/qca/hmtnv20.b10f* \ | ||
836 | ${nonarch_base_libdir}/firmware/qca/hmtnv20.b112* \ | ||
837 | ${nonarch_base_libdir}/firmware/qca/hmtnv20.bin* \ | ||
838 | " | ||
839 | FILES:${PN}-qca-misc = "${nonarch_base_libdir}/firmware/qca/*" | ||
840 | # -qca is a virtual package that depends upon all qca packages. | ||
841 | ALLOW_EMPTY:${PN}-qca = "1" | ||
842 | # -qca-misc is a catch all package that includes all the qca | ||
843 | # firmwares that are not already included in other -qca- packages. | ||
844 | ALLOW_EMPTY:${PN}-qca-misc = "1" | ||
498 | 845 | ||
499 | RDEPENDS:${PN}-ar3k += "${PN}-ar3k-license ${PN}-atheros-license" | 846 | RDEPENDS:${PN}-ar3k += "${PN}-ar3k-license ${PN}-atheros-license" |
500 | RDEPENDS:${PN}-ath10k += "${PN}-ath10k-license" | 847 | RDEPENDS:${PN}-ath10k += "${PN}-ath10k-license" |
848 | RDEPENDS:${PN}-ath10k-qca4019 += "${PN}-ath10k-license" | ||
849 | RDEPENDS:${PN}-ath10k-qca6174 += "${PN}-ath10k-license" | ||
850 | RDEPENDS:${PN}-ath10k-qca9377 += "${PN}-ath10k-license" | ||
851 | RDEPENDS:${PN}-ath10k-qca9887 += "${PN}-ath10k-license" | ||
852 | RDEPENDS:${PN}-ath10k-qca9888 += "${PN}-ath10k-license" | ||
853 | RDEPENDS:${PN}-ath10k-qca988x += "${PN}-ath10k-license" | ||
854 | RDEPENDS:${PN}-ath10k-qca9984 += "${PN}-ath10k-license" | ||
855 | RDEPENDS:${PN}-ath10k-qca99x0 += "${PN}-ath10k-license" | ||
856 | RDEPENDS:${PN}-ath10k-wcn3990 += "${PN}-ath10k-license" | ||
857 | RDEPENDS:${PN}-ath10k-misc += "${PN}-ath10k-license" | ||
501 | RDEPENDS:${PN}-ath11k += "${PN}-ath10k-license" | 858 | RDEPENDS:${PN}-ath11k += "${PN}-ath10k-license" |
859 | RDEPENDS:${PN}-ath11k-ipq5018 += "${PN}-ath10k-license" | ||
860 | RDEPENDS:${PN}-ath11k-ipq6018 += "${PN}-ath10k-license" | ||
861 | RDEPENDS:${PN}-ath11k-ipq8074 += "${PN}-ath10k-license" | ||
862 | RDEPENDS:${PN}-ath11k-qca2066 += "${PN}-ath10k-license" | ||
863 | RDEPENDS:${PN}-ath11k-qca6390 += "${PN}-ath10k-license" | ||
864 | RDEPENDS:${PN}-ath11k-qca6698aq += "${PN}-ath10k-license" | ||
865 | RDEPENDS:${PN}-ath11k-qcn9074 += "${PN}-ath10k-license" | ||
866 | RDEPENDS:${PN}-ath11k-wcn6750 += "${PN}-ath10k-license" | ||
867 | RDEPENDS:${PN}-ath11k-wcn6855 += "${PN}-ath10k-license" | ||
868 | RDEPENDS:${PN}-ath11k-misc += "${PN}-ath10k-license" | ||
502 | RDEPENDS:${PN}-ath12k += "${PN}-ath10k-license" | 869 | RDEPENDS:${PN}-ath12k += "${PN}-ath10k-license" |
503 | RDEPENDS:${PN}-qca += "${PN}-ath10k-license" | 870 | RDEPENDS:${PN}-ath12k-qcn9274 += "${PN}-ath10k-license" |
504 | 871 | RDEPENDS:${PN}-ath12k-wcn7850 += "${PN}-ath10k-license" | |
872 | RDEPENDS:${PN}-ath12k-misc += "${PN}-ath10k-license" | ||
873 | RDEPENDS:${PN}-qca += "${PN}-ath10k-license ${PN}-qcom-license" | ||
874 | RDEPENDS:${PN}-qca-qca61x4-serial += "${PN}-ath10k-license" | ||
875 | RDEPENDS:${PN}-qca-qca61x4-usb += "${PN}-ath10k-license" | ||
876 | RDEPENDS:${PN}-qca-qca6390 += "${PN}-ath10k-license" | ||
877 | RDEPENDS:${PN}-qca-qca6698 += "${PN}-ath10k-license" | ||
878 | RDEPENDS:${PN}-qca-wcn3950 += "${PN}-qcom-license" | ||
879 | RDEPENDS:${PN}-qca-wcn3988 += "${PN}-qcom-license" | ||
880 | RDEPENDS:${PN}-qca-wcn399x += "${PN}-ath10k-license" | ||
881 | RDEPENDS:${PN}-qca-wcn6750 += "${PN}-ath10k-license" | ||
882 | RDEPENDS:${PN}-qca-qca2066 += "${PN}-ath10k-license" | ||
883 | RDEPENDS:${PN}-qca-wcn7850 += "${PN}-qcom-license" | ||
884 | RDEPENDS:${PN}-qca-misc += "${PN}-ath10k-license ${PN}-qcom-license" | ||
505 | # For ralink | 885 | # For ralink |
506 | LICENSE:${PN}-ralink = "Firmware-ralink-firmware" | 886 | LICENSE:${PN}-ralink = "Firmware-ralink-firmware" |
507 | LICENSE:${PN}-ralink-license = "Firmware-ralink-firmware" | 887 | LICENSE:${PN}-ralink-license = "Firmware-ralink-firmware" |
508 | 888 | ||
509 | FILES:${PN}-ralink-license = "${nonarch_base_libdir}/firmware/LICENCE.ralink-firmware.txt" | 889 | FILES:${PN}-ralink-license = "${nonarch_base_libdir}/firmware/LICENCE.ralink-firmware.txt" |
510 | FILES:${PN}-ralink = " \ | 890 | FILES:${PN}-ralink = " \ |
511 | ${nonarch_base_libdir}/firmware/rt*.bin \ | 891 | ${nonarch_base_libdir}/firmware/rt*.bin* \ |
512 | " | 892 | " |
513 | 893 | ||
514 | RDEPENDS:${PN}-ralink += "${PN}-ralink-license" | 894 | RDEPENDS:${PN}-ralink += "${PN}-ralink-license" |
@@ -520,8 +900,8 @@ FILES:${PN}-mt76x-license = "${nonarch_base_libdir}/firmware/LICENCE.ralink_a_me | |||
520 | LICENSE:${PN}-mt7601u = "Firmware-ralink_a_mediatek_company_firmware" | 900 | LICENSE:${PN}-mt7601u = "Firmware-ralink_a_mediatek_company_firmware" |
521 | 901 | ||
522 | FILES:${PN}-mt7601u = " \ | 902 | FILES:${PN}-mt7601u = " \ |
523 | ${nonarch_base_libdir}/firmware/mediatek/mt7601u.bin \ | 903 | ${nonarch_base_libdir}/firmware/mediatek/mt7601u.bin* \ |
524 | ${nonarch_base_libdir}/firmware/mt7601u.bin \ | 904 | ${nonarch_base_libdir}/firmware/mt7601u.bin* \ |
525 | " | 905 | " |
526 | RDEPENDS:${PN}-mt7601u += "${PN}-mt76x-license" | 906 | RDEPENDS:${PN}-mt7601u += "${PN}-mt76x-license" |
527 | 907 | ||
@@ -529,8 +909,8 @@ RDEPENDS:${PN}-mt7601u += "${PN}-mt76x-license" | |||
529 | LICENSE:${PN}-mt7650 = "Firmware-ralink_a_mediatek_company_firmware" | 909 | LICENSE:${PN}-mt7650 = "Firmware-ralink_a_mediatek_company_firmware" |
530 | 910 | ||
531 | FILES:${PN}-mt7650 = " \ | 911 | FILES:${PN}-mt7650 = " \ |
532 | ${nonarch_base_libdir}/firmware/mediatek/mt7650.bin \ | 912 | ${nonarch_base_libdir}/firmware/mediatek/mt7650.bin* \ |
533 | ${nonarch_base_libdir}/firmware/mt7650.bin \ | 913 | ${nonarch_base_libdir}/firmware/mt7650.bin* \ |
534 | " | 914 | " |
535 | RDEPENDS:${PN}-mt7650 += "${PN}-mt76x-license" | 915 | RDEPENDS:${PN}-mt7650 += "${PN}-mt76x-license" |
536 | 916 | ||
@@ -538,10 +918,10 @@ RDEPENDS:${PN}-mt7650 += "${PN}-mt76x-license" | |||
538 | LICENSE:${PN}-mt76x2 = "Firmware-ralink_a_mediatek_company_firmware" | 918 | LICENSE:${PN}-mt76x2 = "Firmware-ralink_a_mediatek_company_firmware" |
539 | 919 | ||
540 | FILES:${PN}-mt76x2 = " \ | 920 | FILES:${PN}-mt76x2 = " \ |
541 | ${nonarch_base_libdir}/firmware/mediatek/mt7662.bin \ | 921 | ${nonarch_base_libdir}/firmware/mediatek/mt7662.bin* \ |
542 | ${nonarch_base_libdir}/firmware/mt7662.bin \ | 922 | ${nonarch_base_libdir}/firmware/mt7662.bin* \ |
543 | ${nonarch_base_libdir}/firmware/mediatek/mt7662_rom_patch.bin \ | 923 | ${nonarch_base_libdir}/firmware/mediatek/mt7662_rom_patch.bin* \ |
544 | ${nonarch_base_libdir}/firmware/mt7662_rom_patch.bin \ | 924 | ${nonarch_base_libdir}/firmware/mt7662_rom_patch.bin* \ |
545 | " | 925 | " |
546 | RDEPENDS:${PN}-mt76x2 += "${PN}-mt76x-license" | 926 | RDEPENDS:${PN}-mt76x2 += "${PN}-mt76x-license" |
547 | 927 | ||
@@ -551,8 +931,8 @@ LICENSE:${PN}-mediatek-license = "Firmware-mediatek" | |||
551 | 931 | ||
552 | FILES:${PN}-mediatek = " \ | 932 | FILES:${PN}-mediatek = " \ |
553 | ${nonarch_base_libdir}/firmware/mediatek/* \ | 933 | ${nonarch_base_libdir}/firmware/mediatek/* \ |
554 | ${nonarch_base_libdir}/firmware/vpu_d.bin \ | 934 | ${nonarch_base_libdir}/firmware/vpu_d.bin* \ |
555 | ${nonarch_base_libdir}/firmware/vpu_p.bin \ | 935 | ${nonarch_base_libdir}/firmware/vpu_p.bin* \ |
556 | " | 936 | " |
557 | FILES:${PN}-mediatek-license = " \ | 937 | FILES:${PN}-mediatek-license = " \ |
558 | ${nonarch_base_libdir}/firmware/LICENCE.mediatek \ | 938 | ${nonarch_base_libdir}/firmware/LICENCE.mediatek \ |
@@ -593,19 +973,120 @@ RDEPENDS:${PN}-radeon += "${PN}-radeon-license" | |||
593 | # For amdgpu | 973 | # For amdgpu |
594 | LICENSE:${PN}-amdgpu = "Firmware-amdgpu" | 974 | LICENSE:${PN}-amdgpu = "Firmware-amdgpu" |
595 | LICENSE:${PN}-amdgpu-license = "Firmware-amdgpu" | 975 | LICENSE:${PN}-amdgpu-license = "Firmware-amdgpu" |
976 | LICENSE:${PN}-amdgpu-aldebaran = "Firmware-amdgpu" | ||
977 | LICENSE:${PN}-amdgpu-carrizo = "Firmware-amdgpu" | ||
978 | LICENSE:${PN}-amdgpu-cezanne = "Firmware-amdgpu" | ||
979 | LICENSE:${PN}-amdgpu-fiji = "Firmware-amdgpu" | ||
980 | LICENSE:${PN}-amdgpu-hawaii = "Firmware-amdgpu" | ||
981 | LICENSE:${PN}-amdgpu-navi10 = "Firmware-amdgpu" | ||
982 | LICENSE:${PN}-amdgpu-navi14 = "Firmware-amdgpu" | ||
983 | LICENSE:${PN}-amdgpu-navi21 = "Firmware-amdgpu" | ||
984 | LICENSE:${PN}-amdgpu-navi22 = "Firmware-amdgpu" | ||
985 | LICENSE:${PN}-amdgpu-navi23 = "Firmware-amdgpu" | ||
986 | LICENSE:${PN}-amdgpu-navi24 = "Firmware-amdgpu" | ||
987 | LICENSE:${PN}-amdgpu-navi31 = "Firmware-amdgpu" | ||
988 | LICENSE:${PN}-amdgpu-navi32 = "Firmware-amdgpu" | ||
989 | LICENSE:${PN}-amdgpu-oland = "Firmware-amdgpu" | ||
990 | LICENSE:${PN}-amdgpu-polaris10 = "Firmware-amdgpu" | ||
991 | LICENSE:${PN}-amdgpu-polaris11 = "Firmware-amdgpu" | ||
992 | LICENSE:${PN}-amdgpu-polaris12 = "Firmware-amdgpu" | ||
993 | LICENSE:${PN}-amdgpu-raven = "Firmware-amdgpu" | ||
994 | LICENSE:${PN}-amdgpu-rembrandt = "Firmware-amdgpu" | ||
995 | LICENSE:${PN}-amdgpu-renoir = "Firmware-amdgpu" | ||
996 | LICENSE:${PN}-amdgpu-stoney = "Firmware-amdgpu" | ||
997 | LICENSE:${PN}-amdgpu-tonga = "Firmware-amdgpu" | ||
998 | LICENSE:${PN}-amdgpu-topaz = "Firmware-amdgpu" | ||
999 | LICENSE:${PN}-amdgpu-vega10 = "Firmware-amdgpu" | ||
1000 | LICENSE:${PN}-amdgpu-vega12 = "Firmware-amdgpu" | ||
1001 | LICENSE:${PN}-amdgpu-misc = "Firmware-amdgpu" | ||
596 | 1002 | ||
597 | FILES:${PN}-amdgpu-license = "${nonarch_base_libdir}/firmware/LICENSE.amdgpu" | 1003 | FILES:${PN}-amdgpu-license = "${nonarch_base_libdir}/firmware/LICENSE.amdgpu" |
598 | FILES:${PN}-amdgpu = " \ | 1004 | FILES:${PN}-amdgpu-aldebaran = "${nonarch_base_libdir}/firmware/amdgpu/aldebaran_*.bin*" |
599 | ${nonarch_base_libdir}/firmware/amdgpu \ | 1005 | FILES:${PN}-amdgpu-carrizo = "${nonarch_base_libdir}/firmware/amdgpu/carrizo_*.bin*" |
600 | " | 1006 | FILES:${PN}-amdgpu-cezanne = "${nonarch_base_libdir}/firmware/amdgpu/green_sardine_*.bin*" |
1007 | FILES:${PN}-amdgpu-fiji = "${nonarch_base_libdir}/firmware/amdgpu/fiji_*.bin*" | ||
1008 | FILES:${PN}-amdgpu-hawaii = "${nonarch_base_libdir}/firmware/amdgpu/hawaii_*.bin*" | ||
1009 | FILES:${PN}-amdgpu-navi10 = "${nonarch_base_libdir}/firmware/amdgpu/navi10_*.bin*" | ||
1010 | FILES:${PN}-amdgpu-navi14 = "${nonarch_base_libdir}/firmware/amdgpu/navi14_*.bin*" | ||
1011 | FILES:${PN}-amdgpu-navi21 = "${nonarch_base_libdir}/firmware/amdgpu/sienna_cichlid_*.bin*" | ||
1012 | FILES:${PN}-amdgpu-navi22 = "${nonarch_base_libdir}/firmware/amdgpu/navy_flounder_*.bin*" | ||
1013 | FILES:${PN}-amdgpu-navi23 = "${nonarch_base_libdir}/firmware/amdgpu/dimgrey_cavefish_*.bin*" | ||
1014 | FILES:${PN}-amdgpu-navi24 = "${nonarch_base_libdir}/firmware/amdgpu/beige_goby_*.bin*" | ||
1015 | FILES:${PN}-amdgpu-navi31 = "${nonarch_base_libdir}/firmware/amdgpu/gc_11_0_0_*.bin* \ | ||
1016 | ${nonarch_base_libdir}/firmware/amdgpu/psp_13_0_0_sos.bin* \ | ||
1017 | ${nonarch_base_libdir}/firmware/amdgpu/psp_13_0_0_ta.bin* \ | ||
1018 | ${nonarch_base_libdir}/firmware/amdgpu/smu_13_0_0.bin* \ | ||
1019 | ${nonarch_base_libdir}/firmware/amdgpu/dcn_3_2_0_dmcub.bin* \ | ||
1020 | ${nonarch_base_libdir}/firmware/amdgpu/sdma_6_0_0.bin* \ | ||
1021 | ${nonarch_base_libdir}/firmware/amdgpu/vcn_4_0_0.bin* \ | ||
1022 | " | ||
1023 | FILES:${PN}-amdgpu-navi32 = "${nonarch_base_libdir}/firmware/amdgpu/dcn_3_2_0_dmcub.bin* \ | ||
1024 | ${nonarch_base_libdir}/firmware/amdgpu/gc_11_0_3_*.bin* \ | ||
1025 | ${nonarch_base_libdir}/firmware/amdgpu/psp_13_0_10_sos.bin* \ | ||
1026 | ${nonarch_base_libdir}/firmware/amdgpu/psp_13_0_10_ta.bin* \ | ||
1027 | ${nonarch_base_libdir}/firmware/amdgpu/sdma_6_0_3.bin* \ | ||
1028 | ${nonarch_base_libdir}/firmware/amdgpu/smu_13_0_10.bin* \ | ||
1029 | ${nonarch_base_libdir}/firmware/amdgpu/vcn_4_0_0.bin* \ | ||
1030 | " | ||
1031 | FILES:${PN}-amdgpu-oland = "${nonarch_base_libdir}/firmware/amdgpu/oland_*.bin*" | ||
1032 | FILES:${PN}-amdgpu-polaris10 = "${nonarch_base_libdir}/firmware/amdgpu/polaris10_*.bin*" | ||
1033 | FILES:${PN}-amdgpu-polaris11 = "${nonarch_base_libdir}/firmware/amdgpu/polaris11_*.bin*" | ||
1034 | FILES:${PN}-amdgpu-polaris12 = "${nonarch_base_libdir}/firmware/amdgpu/polaris12_*.bin*" | ||
1035 | FILES:${PN}-amdgpu-raven = "${nonarch_base_libdir}/firmware/amdgpu/raven_*.bin*" | ||
1036 | FILES:${PN}-amdgpu-rembrandt = "${nonarch_base_libdir}/firmware/amdgpu/yellow_carp_*.bin*" | ||
1037 | FILES:${PN}-amdgpu-renoir = "${nonarch_base_libdir}/firmware/amdgpu/renoir_*.bin*" | ||
1038 | FILES:${PN}-amdgpu-stoney = "${nonarch_base_libdir}/firmware/amdgpu/stoney_*.bin*" | ||
1039 | FILES:${PN}-amdgpu-tonga = "${nonarch_base_libdir}/firmware/amdgpu/tonga_*.bin*" | ||
1040 | FILES:${PN}-amdgpu-topaz = "${nonarch_base_libdir}/firmware/amdgpu/topaz_*.bin*" | ||
1041 | FILES:${PN}-amdgpu-vega10 = "${nonarch_base_libdir}/firmware/amdgpu/vega10_*.bin*" | ||
1042 | FILES:${PN}-amdgpu-vega12 = "${nonarch_base_libdir}/firmware/amdgpu/vega12_*.bin*" | ||
1043 | FILES:${PN}-amdgpu-misc = "${nonarch_base_libdir}/firmware/amdgpu/*" | ||
1044 | # -amdgpu is a virtual package that depends upon all amdgpu packages. | ||
1045 | ALLOW_EMPTY:${PN}-amdgpu = "1" | ||
1046 | # -amdgpu-misc is a catch all package that includes all the amdgpu | ||
1047 | # firmwares that are not already included in other -amdgpu- packages. | ||
1048 | ALLOW_EMPTY:${PN}-amdgpu-misc = "1" | ||
601 | 1049 | ||
602 | RDEPENDS:${PN}-amdgpu += "${PN}-amdgpu-license" | 1050 | RDEPENDS:${PN}-amdgpu += "${PN}-amdgpu-license" |
1051 | RDEPENDS:${PN}-amdgpu-aldebaran += "${PN}-amdgpu-license" | ||
1052 | RDEPENDS:${PN}-amdgpu-carrizo += "${PN}-amdgpu-license" | ||
1053 | RDEPENDS:${PN}-amdgpu-cezanne += "${PN}-amdgpu-license" | ||
1054 | RDEPENDS:${PN}-amdgpu-fiji += "${PN}-amdgpu-license" | ||
1055 | RDEPENDS:${PN}-amdgpu-hawaii += "${PN}-amdgpu-license" | ||
1056 | RDEPENDS:${PN}-amdgpu-navi10 += "${PN}-amdgpu-license" | ||
1057 | RDEPENDS:${PN}-amdgpu-navi14 += "${PN}-amdgpu-license" | ||
1058 | RDEPENDS:${PN}-amdgpu-navi21 += "${PN}-amdgpu-license" | ||
1059 | RDEPENDS:${PN}-amdgpu-navi22 += "${PN}-amdgpu-license" | ||
1060 | RDEPENDS:${PN}-amdgpu-navi23 += "${PN}-amdgpu-license" | ||
1061 | RDEPENDS:${PN}-amdgpu-navi24 += "${PN}-amdgpu-license" | ||
1062 | RDEPENDS:${PN}-amdgpu-navi31 += "${PN}-amdgpu-license" | ||
1063 | RDEPENDS:${PN}-amdgpu-navi32 += "${PN}-amdgpu-license" | ||
1064 | RDEPENDS:${PN}-amdgpu-oland += "${PN}-amdgpu-license" | ||
1065 | RDEPENDS:${PN}-amdgpu-polaris10 += "${PN}-amdgpu-license" | ||
1066 | RDEPENDS:${PN}-amdgpu-polaris11 += "${PN}-amdgpu-license" | ||
1067 | RDEPENDS:${PN}-amdgpu-polaris12 += "${PN}-amdgpu-license" | ||
1068 | RDEPENDS:${PN}-amdgpu-raven += "${PN}-amdgpu-license" | ||
1069 | RDEPENDS:${PN}-amdgpu-rembrandt += "${PN}-amdgpu-license" | ||
1070 | RDEPENDS:${PN}-amdgpu-renoir += "${PN}-amdgpu-license" | ||
1071 | RDEPENDS:${PN}-amdgpu-stoney += "${PN}-amdgpu-license" | ||
1072 | RDEPENDS:${PN}-amdgpu-tonga += "${PN}-amdgpu-license" | ||
1073 | RDEPENDS:${PN}-amdgpu-topaz += "${PN}-amdgpu-license" | ||
1074 | RDEPENDS:${PN}-amdgpu-vega10 += "${PN}-amdgpu-license" | ||
1075 | RDEPENDS:${PN}-amdgpu-vega12 += "${PN}-amdgpu-license" | ||
1076 | RDEPENDS:${PN}-amdgpu-misc += "${PN}-amdgpu-license" | ||
603 | 1077 | ||
604 | # For lontium | 1078 | # For lontium |
605 | LICENSE:${PN}-lt9611uxc = "Firmware-Lontium" | 1079 | LICENSE:${PN}-lt9611uxc = "Firmware-Lontium" |
606 | 1080 | ||
607 | FILES:${PN}-lontium-license = "${nonarch_base_libdir}/firmware/LICENSE.Lontium" | 1081 | FILES:${PN}-lontium-license = "${nonarch_base_libdir}/firmware/LICENSE.Lontium" |
608 | FILES:${PN}-lt9611uxc = "${nonarch_base_libdir}/firmware/lt9611uxc_fw.bin" | 1082 | FILES:${PN}-lt9611uxc = "${nonarch_base_libdir}/firmware/lt9611uxc_fw.bin*" |
1083 | |||
1084 | # For Arm Mali | ||
1085 | LICENSE:${PN}-mali-csffw-arch108 = "Firmware-mali_csffw" | ||
1086 | FILES:${PN}-mali-csffw-license = "${nonarch_base_libdir}/firmware/LICENCE.mali_csffw" | ||
1087 | FILES:${PN}-mali-csffw-arch108 = "${nonarch_base_libdir}/firmware/arm/mali/arch10.8/mali_csffw.bin*" | ||
1088 | |||
1089 | RDEPENDS:${PN}-mali-csffw-arch108 += "${PN}-mali-csffw-license" | ||
609 | 1090 | ||
610 | # For marvell | 1091 | # For marvell |
611 | LICENSE:${PN}-pcie8897 = "Firmware-Marvell" | 1092 | LICENSE:${PN}-pcie8897 = "Firmware-Marvell" |
@@ -623,12 +1104,12 @@ LICENSE:${PN}-marvell-license = "Firmware-Marvell" | |||
623 | 1104 | ||
624 | FILES:${PN}-marvell-license = "${nonarch_base_libdir}/firmware/LICENCE.Marvell" | 1105 | FILES:${PN}-marvell-license = "${nonarch_base_libdir}/firmware/LICENCE.Marvell" |
625 | FILES:${PN}-pcie8897 = " \ | 1106 | FILES:${PN}-pcie8897 = " \ |
626 | ${nonarch_base_libdir}/firmware/mrvl/pcie8897_uapsta.bin \ | 1107 | ${nonarch_base_libdir}/firmware/mrvl/pcie8897_uapsta.bin* \ |
627 | " | 1108 | " |
628 | FILES:${PN}-pcie8997 = " \ | 1109 | FILES:${PN}-pcie8997 = " \ |
629 | ${nonarch_base_libdir}/firmware/mrvl/pcie8997_wlan_v4.bin \ | 1110 | ${nonarch_base_libdir}/firmware/mrvl/pcie8997_wlan_v4.bin* \ |
630 | ${nonarch_base_libdir}/firmware/mrvl/pcieuart8997_combo_v4.bin \ | 1111 | ${nonarch_base_libdir}/firmware/mrvl/pcieuart8997_combo_v4.bin* \ |
631 | ${nonarch_base_libdir}/firmware/mrvl/pcieusb8997_combo_v4.bin \ | 1112 | ${nonarch_base_libdir}/firmware/mrvl/pcieusb8997_combo_v4.bin* \ |
632 | " | 1113 | " |
633 | FILES:${PN}-sd8686 = " \ | 1114 | FILES:${PN}-sd8686 = " \ |
634 | ${nonarch_base_libdir}/firmware/libertas/sd8686_v9* \ | 1115 | ${nonarch_base_libdir}/firmware/libertas/sd8686_v9* \ |
@@ -639,31 +1120,35 @@ FILES:${PN}-sd8688 = " \ | |||
639 | ${nonarch_base_libdir}/firmware/mrvl/sd8688* \ | 1120 | ${nonarch_base_libdir}/firmware/mrvl/sd8688* \ |
640 | " | 1121 | " |
641 | FILES:${PN}-sd8787 = " \ | 1122 | FILES:${PN}-sd8787 = " \ |
642 | ${nonarch_base_libdir}/firmware/mrvl/sd8787_uapsta.bin \ | 1123 | ${nonarch_base_libdir}/firmware/mrvl/sd8787_uapsta.bin* \ |
643 | " | 1124 | " |
644 | FILES:${PN}-sd8797 = " \ | 1125 | FILES:${PN}-sd8797 = " \ |
645 | ${nonarch_base_libdir}/firmware/mrvl/sd8797_uapsta.bin \ | 1126 | ${nonarch_base_libdir}/firmware/mrvl/sd8797_uapsta.bin* \ |
646 | " | 1127 | " |
647 | FILES:${PN}-sd8801 = " \ | 1128 | FILES:${PN}-sd8801 = " \ |
648 | ${nonarch_base_libdir}/firmware/mrvl/sd8801_uapsta.bin \ | 1129 | ${nonarch_base_libdir}/firmware/mrvl/sd8801_uapsta.bin* \ |
649 | " | 1130 | " |
650 | FILES:${PN}-sd8887 = " \ | 1131 | FILES:${PN}-sd8887 = " \ |
651 | ${nonarch_base_libdir}/firmware/mrvl/sd8887_uapsta.bin \ | 1132 | ${nonarch_base_libdir}/firmware/mrvl/sd8887_uapsta.bin* \ |
652 | " | 1133 | " |
653 | FILES:${PN}-sd8897 = " \ | 1134 | FILES:${PN}-sd8897 = " \ |
654 | ${nonarch_base_libdir}/firmware/mrvl/sd8897_uapsta.bin \ | 1135 | ${nonarch_base_libdir}/firmware/mrvl/sd8897_uapsta.bin* \ |
655 | " | 1136 | " |
656 | do_install:append() { | 1137 | do_install:append() { |
657 | # The kernel 5.6.x driver still uses the old name, provide a symlink for | 1138 | # The kernel 5.6.x driver still uses the old name, provide a symlink for |
658 | # older kernels | 1139 | # older kernels |
659 | ln -fs sdsd8997_combo_v4.bin ${D}${nonarch_base_libdir}/firmware/mrvl/sd8997_uapsta.bin | 1140 | COMPR=$(echo ${@fw_compr_suffix(d)} | tr -d '-') |
1141 | if [ -n "$COMPR" ]; then | ||
1142 | COMPR=".$COMPR" | ||
1143 | fi | ||
1144 | ln -fs sdsd8997_combo_v4.bin$COMPR ${D}${nonarch_base_libdir}/firmware/mrvl/sd8997_uapsta.bin$COMPR | ||
660 | } | 1145 | } |
661 | FILES:${PN}-sd8997 = " \ | 1146 | FILES:${PN}-sd8997 = " \ |
662 | ${nonarch_base_libdir}/firmware/mrvl/sd8997_uapsta.bin \ | 1147 | ${nonarch_base_libdir}/firmware/mrvl/sd8997_uapsta.bin* \ |
663 | ${nonarch_base_libdir}/firmware/mrvl/sdsd8997_combo_v4.bin \ | 1148 | ${nonarch_base_libdir}/firmware/mrvl/sdsd8997_combo_v4.bin* \ |
664 | " | 1149 | " |
665 | FILES:${PN}-usb8997 = " \ | 1150 | FILES:${PN}-usb8997 = " \ |
666 | ${nonarch_base_libdir}/firmware/mrvl/usbusb8997_combo_v4.bin \ | 1151 | ${nonarch_base_libdir}/firmware/mrvl/usbusb8997_combo_v4.bin* \ |
667 | " | 1152 | " |
668 | 1153 | ||
669 | RDEPENDS:${PN}-sd8686 += "${PN}-marvell-license" | 1154 | RDEPENDS:${PN}-sd8686 += "${PN}-marvell-license" |
@@ -683,13 +1168,13 @@ FILES:${PN}-netronome-license = " \ | |||
683 | ${nonarch_base_libdir}/firmware/LICENCE.Netronome \ | 1168 | ${nonarch_base_libdir}/firmware/LICENCE.Netronome \ |
684 | " | 1169 | " |
685 | FILES:${PN}-netronome = " \ | 1170 | FILES:${PN}-netronome = " \ |
686 | ${nonarch_base_libdir}/firmware/netronome/nic_AMDA0081*.nffw \ | 1171 | ${nonarch_base_libdir}/firmware/netronome/nic_AMDA0081*.nffw* \ |
687 | ${nonarch_base_libdir}/firmware/netronome/nic_AMDA0096*.nffw \ | 1172 | ${nonarch_base_libdir}/firmware/netronome/nic_AMDA0096*.nffw* \ |
688 | ${nonarch_base_libdir}/firmware/netronome/nic_AMDA0097*.nffw \ | 1173 | ${nonarch_base_libdir}/firmware/netronome/nic_AMDA0097*.nffw* \ |
689 | ${nonarch_base_libdir}/firmware/netronome/nic_AMDA0099*.nffw \ | 1174 | ${nonarch_base_libdir}/firmware/netronome/nic_AMDA0099*.nffw* \ |
690 | ${nonarch_base_libdir}/firmware/netronome/nic_AMDA0058-0011_2x40.nffw \ | 1175 | ${nonarch_base_libdir}/firmware/netronome/nic_AMDA0058-0011_2x40.nffw* \ |
691 | ${nonarch_base_libdir}/firmware/netronome/nic_AMDA0058-0012_2x40.nffw \ | 1176 | ${nonarch_base_libdir}/firmware/netronome/nic_AMDA0058-0012_2x40.nffw* \ |
692 | ${nonarch_base_libdir}/firmware/netronome/nic_AMDA0078-0011_1x100.nffw \ | 1177 | ${nonarch_base_libdir}/firmware/netronome/nic_AMDA0078-0011_1x100.nffw* \ |
693 | ${nonarch_base_libdir}/firmware/netronome/bpf \ | 1178 | ${nonarch_base_libdir}/firmware/netronome/bpf \ |
694 | ${nonarch_base_libdir}/firmware/netronome/flower \ | 1179 | ${nonarch_base_libdir}/firmware/netronome/flower \ |
695 | ${nonarch_base_libdir}/firmware/netronome/nic \ | 1180 | ${nonarch_base_libdir}/firmware/netronome/nic \ |
@@ -712,16 +1197,16 @@ LICENSE:${PN}-nxp-license = "Firmware-nxp" | |||
712 | 1197 | ||
713 | FILES:${PN}-nxp8987-sdio = "${nonarch_base_libdir}/firmware/nxp/*8987*" | 1198 | FILES:${PN}-nxp8987-sdio = "${nonarch_base_libdir}/firmware/nxp/*8987*" |
714 | FILES:${PN}-nxp8997-common = " \ | 1199 | FILES:${PN}-nxp8997-common = " \ |
715 | ${nonarch_base_libdir}/firmware/nxp/uartuart8997_bt_v4.bin \ | 1200 | ${nonarch_base_libdir}/firmware/nxp/uartuart8997_bt_v4.bin* \ |
716 | ${nonarch_base_libdir}/firmware/nxp/helper_uart_3000000.bin \ | 1201 | ${nonarch_base_libdir}/firmware/nxp/helper_uart_3000000.bin* \ |
717 | " | 1202 | " |
718 | ALLOW_EMPTY:${PN}-nxp8997-pcie = "1" | 1203 | ALLOW_EMPTY:${PN}-nxp8997-pcie = "1" |
719 | ALLOW_EMPTY:${PN}-nxp8997-sdio = "1" | 1204 | ALLOW_EMPTY:${PN}-nxp8997-sdio = "1" |
720 | FILES:${PN}-nxp9098-common = "${nonarch_base_libdir}/firmware/nxp/uartuart9098_bt_v1.bin" | 1205 | FILES:${PN}-nxp9098-common = "${nonarch_base_libdir}/firmware/nxp/uartuart9098_bt_v1.bin*" |
721 | ALLOW_EMPTY:${PN}-nxp9098-pcie = "1" | 1206 | ALLOW_EMPTY:${PN}-nxp9098-pcie = "1" |
722 | ALLOW_EMPTY:${PN}-nxp9098-sdio = "1" | 1207 | ALLOW_EMPTY:${PN}-nxp9098-sdio = "1" |
723 | FILES:${PN}-nxpiw416-sdio = "${nonarch_base_libdir}/firmware/nxp/*iw416*" | 1208 | FILES:${PN}-nxpiw416-sdio = "${nonarch_base_libdir}/firmware/nxp/*iw416*" |
724 | FILES:${PN}-nxpiw612-sdio = "${nonarch_base_libdir}/firmware/nxp/uartspi_n61x_v1.bin.se" | 1209 | FILES:${PN}-nxpiw612-sdio = "${nonarch_base_libdir}/firmware/nxp/uartspi_n61x_v1.bin.se*" |
725 | FILES:${PN}-nxp-license = "${nonarch_base_libdir}/firmware/LICENSE.nxp" | 1210 | FILES:${PN}-nxp-license = "${nonarch_base_libdir}/firmware/LICENSE.nxp" |
726 | 1211 | ||
727 | RDEPENDS:${PN}-nxp8987-sdio += "${PN}-nxp-license" | 1212 | RDEPENDS:${PN}-nxp8987-sdio += "${PN}-nxp-license" |
@@ -738,7 +1223,7 @@ RDEPENDS:${PN}-nxpiw612-sdio += "${PN}-nxp-license" | |||
738 | LICENSE:${PN}-nxp-mc = "Firmware-nxp_mc_firmware" | 1223 | LICENSE:${PN}-nxp-mc = "Firmware-nxp_mc_firmware" |
739 | LICENSE:${PN}-nxp-mc-license = "Firmware-nxp_mc_firmware" | 1224 | LICENSE:${PN}-nxp-mc-license = "Firmware-nxp_mc_firmware" |
740 | 1225 | ||
741 | FILES:${PN}-nxp-mc= "${nonarch_base_libdir}/firmware/dpaa2/mc/*" | 1226 | FILES:${PN}-nxp-mc = "${nonarch_base_libdir}/firmware/dpaa2/mc/*" |
742 | FILES:${PN}-nxp-mc-license = " \ | 1227 | FILES:${PN}-nxp-mc-license = " \ |
743 | ${nonarch_base_libdir}/firmware/LICENSE.nxp_mc_firmware \ | 1228 | ${nonarch_base_libdir}/firmware/LICENSE.nxp_mc_firmware \ |
744 | " | 1229 | " |
@@ -771,9 +1256,9 @@ LICENSE:${PN}-olpc = "Firmware-OLPC" | |||
771 | LICENSE:${PN}-olpc-license = "Firmware-OLPC" | 1256 | LICENSE:${PN}-olpc-license = "Firmware-OLPC" |
772 | 1257 | ||
773 | FILES:${PN}-olpc = " \ | 1258 | FILES:${PN}-olpc = " \ |
774 | ${nonarch_base_libdir}/firmware/libertas/lbtf_sdio.bin \ | 1259 | ${nonarch_base_libdir}/firmware/libertas/lbtf_sdio.bin* \ |
775 | ${nonarch_base_libdir}/firmware/lbtf_usb.bin \ | 1260 | ${nonarch_base_libdir}/firmware/lbtf_usb.bin* \ |
776 | ${nonarch_base_libdir}/firmware/libertas/usb8388_olpc.bin \ | 1261 | ${nonarch_base_libdir}/firmware/libertas/usb8388_olpc.bin* \ |
777 | " | 1262 | " |
778 | FILES:${PN}-olpc-license = "${nonarch_base_libdir}/firmware/LICENCE.OLPC" | 1263 | FILES:${PN}-olpc-license = "${nonarch_base_libdir}/firmware/LICENCE.OLPC" |
779 | 1264 | ||
@@ -783,7 +1268,7 @@ RDEPENDS:${PN}-olpc += "${PN}-olpc-license" | |||
783 | LICENSE:${PN}-phanfw = "Firmware-phanfw" | 1268 | LICENSE:${PN}-phanfw = "Firmware-phanfw" |
784 | LICENSE:${PN}-phanfw-license = "Firmware-phanfw" | 1269 | LICENSE:${PN}-phanfw-license = "Firmware-phanfw" |
785 | 1270 | ||
786 | FILES:${PN}-phanfw = "${nonarch_base_libdir}/firmware/phanfw.bin" | 1271 | FILES:${PN}-phanfw = "${nonarch_base_libdir}/firmware/phanfw.bin*" |
787 | FILES:${PN}-phanfw-license = "${nonarch_base_libdir}/firmware/LICENCE.phanfw" | 1272 | FILES:${PN}-phanfw-license = "${nonarch_base_libdir}/firmware/LICENCE.phanfw" |
788 | 1273 | ||
789 | RDEPENDS:${PN}-phanfw += "${PN}-phanfw-license" | 1274 | RDEPENDS:${PN}-phanfw += "${PN}-phanfw-license" |
@@ -810,8 +1295,8 @@ RDEPENDS:${PN}-qla2xxx += "${PN}-qla2xxx-license" | |||
810 | LICENSE:${PN}-rs9113 = "WHENCE" | 1295 | LICENSE:${PN}-rs9113 = "WHENCE" |
811 | LICENSE:${PN}-rs9116 = "WHENCE" | 1296 | LICENSE:${PN}-rs9116 = "WHENCE" |
812 | 1297 | ||
813 | FILES:${PN}-rs9113 = " ${nonarch_base_libdir}/firmware/rsi/rs9113*.rps " | 1298 | FILES:${PN}-rs9113 = " ${nonarch_base_libdir}/firmware/rsi/rs9113*.rps* " |
814 | FILES:${PN}-rs9116 = " ${nonarch_base_libdir}/firmware/rsi/rs9116*.rps " | 1299 | FILES:${PN}-rs9116 = " ${nonarch_base_libdir}/firmware/rsi/rs9116*.rps* " |
815 | 1300 | ||
816 | RDEPENDS:${PN}-rs9113 += "${PN}-whence-license" | 1301 | RDEPENDS:${PN}-rs9113 += "${PN}-whence-license" |
817 | RDEPENDS:${PN}-rs9116 += "${PN}-whence-license" | 1302 | RDEPENDS:${PN}-rs9116 += "${PN}-whence-license" |
@@ -833,37 +1318,40 @@ FILES:${PN}-rtl-license = " \ | |||
833 | ${nonarch_base_libdir}/firmware/LICENCE.rtlwifi_firmware.txt \ | 1318 | ${nonarch_base_libdir}/firmware/LICENCE.rtlwifi_firmware.txt \ |
834 | " | 1319 | " |
835 | FILES:${PN}-rtl8188 = " \ | 1320 | FILES:${PN}-rtl8188 = " \ |
836 | ${nonarch_base_libdir}/firmware/rtlwifi/rtl8188*.bin \ | 1321 | ${nonarch_base_libdir}/firmware/rtlwifi/rtl8188*.bin* \ |
837 | " | 1322 | " |
838 | FILES:${PN}-rtl8192cu = " \ | 1323 | FILES:${PN}-rtl8192cu = " \ |
839 | ${nonarch_base_libdir}/firmware/rtlwifi/rtl8192cufw*.bin \ | 1324 | ${nonarch_base_libdir}/firmware/rtlwifi/rtl8192cufw*.bin* \ |
840 | " | 1325 | " |
841 | FILES:${PN}-rtl8192ce = " \ | 1326 | FILES:${PN}-rtl8192ce = " \ |
842 | ${nonarch_base_libdir}/firmware/rtlwifi/rtl8192cfw*.bin \ | 1327 | ${nonarch_base_libdir}/firmware/rtlwifi/rtl8192cfw*.bin* \ |
843 | " | 1328 | " |
844 | FILES:${PN}-rtl8192su = " \ | 1329 | FILES:${PN}-rtl8192su = " \ |
845 | ${nonarch_base_libdir}/firmware/rtlwifi/rtl8712u.bin \ | 1330 | ${nonarch_base_libdir}/firmware/rtlwifi/rtl8712u.bin* \ |
846 | " | 1331 | " |
847 | FILES:${PN}-rtl8723 = " \ | 1332 | FILES:${PN}-rtl8723 = " \ |
848 | ${nonarch_base_libdir}/firmware/rtlwifi/rtl8723*.bin \ | 1333 | ${nonarch_base_libdir}/firmware/rtlwifi/rtl8723*.bin* \ |
1334 | ${nonarch_base_libdir}/firmware/rtw88/rtw8723*.bin* \ | ||
1335 | ${nonarch_base_libdir}/firmware/rtl_bt/rtl8723*.bin* \ | ||
849 | " | 1336 | " |
850 | FILES:${PN}-rtl8821 = " \ | 1337 | FILES:${PN}-rtl8821 = " \ |
851 | ${nonarch_base_libdir}/firmware/rtlwifi/rtl8821*.bin \ | 1338 | ${nonarch_base_libdir}/firmware/rtlwifi/rtl8821*.bin* \ |
852 | ${nonarch_base_libdir}/firmware/rtw88/rtw8821*.bin \ | 1339 | ${nonarch_base_libdir}/firmware/rtw88/rtw8821*.bin* \ |
1340 | ${nonarch_base_libdir}/firmware/rtl_bt/rtl8821*.bin \ | ||
853 | " | 1341 | " |
854 | FILES:${PN}-rtl8761 = " \ | 1342 | FILES:${PN}-rtl8761 = " \ |
855 | ${nonarch_base_libdir}/firmware/rtl_bt/rtl8761*.bin \ | 1343 | ${nonarch_base_libdir}/firmware/rtl_bt/rtl8761*.bin* \ |
856 | " | 1344 | " |
857 | FILES:${PN}-rtl8168 = " \ | 1345 | FILES:${PN}-rtl8168 = " \ |
858 | ${nonarch_base_libdir}/firmware/rtl_nic/rtl8168*.fw \ | 1346 | ${nonarch_base_libdir}/firmware/rtl_nic/rtl8168*.fw* \ |
859 | " | 1347 | " |
860 | FILES:${PN}-rtl8822 = " \ | 1348 | FILES:${PN}-rtl8822 = " \ |
861 | ${nonarch_base_libdir}/firmware/rtl_bt/rtl8822*.bin \ | 1349 | ${nonarch_base_libdir}/firmware/rtl_bt/rtl8822*.bin* \ |
862 | ${nonarch_base_libdir}/firmware/rtw88/rtw8822*.bin \ | 1350 | ${nonarch_base_libdir}/firmware/rtw88/rtw8822*.bin* \ |
863 | ${nonarch_base_libdir}/firmware/rtlwifi/rtl8822*.bin \ | 1351 | ${nonarch_base_libdir}/firmware/rtlwifi/rtl8822*.bin* \ |
864 | " | 1352 | " |
865 | FILES:${PN}-rtl-nic = " \ | 1353 | FILES:${PN}-rtl-nic = " \ |
866 | ${nonarch_base_libdir}/firmware/rtl_nic/*.fw \ | 1354 | ${nonarch_base_libdir}/firmware/rtl_nic/*.fw* \ |
867 | " | 1355 | " |
868 | 1356 | ||
869 | RDEPENDS:${PN}-rtl8188 += "${PN}-rtl-license" | 1357 | RDEPENDS:${PN}-rtl8188 += "${PN}-rtl-license" |
@@ -877,13 +1365,25 @@ RDEPENDS:${PN}-rtl8822 += "${PN}-rtl-license" | |||
877 | RDEPENDS:${PN}-rtl8168 += "${PN}-whence-license" | 1365 | RDEPENDS:${PN}-rtl8168 += "${PN}-whence-license" |
878 | RDEPENDS:${PN}-rtl-nic += "${PN}-whence-license" | 1366 | RDEPENDS:${PN}-rtl-nic += "${PN}-whence-license" |
879 | 1367 | ||
1368 | # For Silabs | ||
1369 | LICENSE:${PN}-wfx = "Firmware-wfx" | ||
1370 | LICENSE:${PN}-wfx-license = "Firmware-wfx" | ||
1371 | |||
1372 | FILES:${PN}-wfx = " \ | ||
1373 | ${nonarch_base_libdir}/firmware/wfx/*.pds* \ | ||
1374 | ${nonarch_base_libdir}/firmware/wfx/*.sec* \ | ||
1375 | " | ||
1376 | FILES:${PN}-wfx-license = "${nonarch_base_libdir}/firmware/wfx/LICENCE.wf200" | ||
1377 | |||
1378 | RDEPENDS:${PN}-wfx += "${PN}-wfx-license" | ||
1379 | |||
880 | # For TI wl1251 | 1380 | # For TI wl1251 |
881 | LICENSE:${PN}-wl1251 = "Firmware-wl1251" | 1381 | LICENSE:${PN}-wl1251 = "Firmware-wl1251" |
882 | LICENSE:${PN}-wl1251-license = "Firmware-wl1251" | 1382 | LICENSE:${PN}-wl1251-license = "Firmware-wl1251" |
883 | 1383 | ||
884 | FILES:${PN}-wl1251 = " \ | 1384 | FILES:${PN}-wl1251 = " \ |
885 | ${nonarch_base_libdir}/firmware/ti-connectivity/wl1251-fw.bin \ | 1385 | ${nonarch_base_libdir}/firmware/ti-connectivity/wl1251-fw.bin* \ |
886 | ${nonarch_base_libdir}/firmware/ti-connectivity/wl1251-nvs.bin \ | 1386 | ${nonarch_base_libdir}/firmware/ti-connectivity/wl1251-nvs.bin* \ |
887 | " | 1387 | " |
888 | FILES:${PN}-wl1251-license = "${nonarch_base_libdir}/firmware/LICENCE.wl1251" | 1388 | FILES:${PN}-wl1251-license = "${nonarch_base_libdir}/firmware/LICENCE.wl1251" |
889 | 1389 | ||
@@ -893,6 +1393,7 @@ RDEPENDS:${PN}-wl1251 += "${PN}-wl1251-license" | |||
893 | LICENSE:${PN}-wlcommon = "Firmware-ti-connectivity" | 1393 | LICENSE:${PN}-wlcommon = "Firmware-ti-connectivity" |
894 | LICENSE:${PN}-wl12xx = "Firmware-ti-connectivity" | 1394 | LICENSE:${PN}-wl12xx = "Firmware-ti-connectivity" |
895 | LICENSE:${PN}-wl18xx = "Firmware-ti-connectivity" | 1395 | LICENSE:${PN}-wl18xx = "Firmware-ti-connectivity" |
1396 | LICENSE:${PN}-cc33xx = "Firmware-ti-connectivity" | ||
896 | LICENSE:${PN}-ti-connectivity-license = "Firmware-ti-connectivity" | 1397 | LICENSE:${PN}-ti-connectivity-license = "Firmware-ti-connectivity" |
897 | 1398 | ||
898 | FILES:${PN}-ti-connectivity-license = "${nonarch_base_libdir}/firmware/LICENCE.ti-connectivity" | 1399 | FILES:${PN}-ti-connectivity-license = "${nonarch_base_libdir}/firmware/LICENCE.ti-connectivity" |
@@ -905,8 +1406,8 @@ FILES:${PN}-ti-connectivity-license = "${nonarch_base_libdir}/firmware/LICENCE.t | |||
905 | # symlink, both need to go to wlcommon. | 1406 | # symlink, both need to go to wlcommon. |
906 | FILES:${PN}-wlcommon = " \ | 1407 | FILES:${PN}-wlcommon = " \ |
907 | ${nonarch_base_libdir}/firmware/ti-connectivity/TI* \ | 1408 | ${nonarch_base_libdir}/firmware/ti-connectivity/TI* \ |
908 | ${nonarch_base_libdir}/firmware/ti-connectivity/wl127x-nvs.bin \ | 1409 | ${nonarch_base_libdir}/firmware/ti-connectivity/wl127x-nvs.bin* \ |
909 | ${nonarch_base_libdir}/firmware/ti-connectivity/wl1271-nvs.bin \ | 1410 | ${nonarch_base_libdir}/firmware/ti-connectivity/wl1271-nvs.bin* \ |
910 | " | 1411 | " |
911 | FILES:${PN}-wl12xx = " \ | 1412 | FILES:${PN}-wl12xx = " \ |
912 | ${nonarch_base_libdir}/firmware/ti-connectivity/wl12* \ | 1413 | ${nonarch_base_libdir}/firmware/ti-connectivity/wl12* \ |
@@ -915,8 +1416,13 @@ FILES:${PN}-wl18xx = " \ | |||
915 | ${nonarch_base_libdir}/firmware/ti-connectivity/wl18* \ | 1416 | ${nonarch_base_libdir}/firmware/ti-connectivity/wl18* \ |
916 | " | 1417 | " |
917 | 1418 | ||
1419 | FILES:${PN}-cc33xx = " \ | ||
1420 | ${nonarch_base_libdir}/firmware/ti-connectivity/cc33* \ | ||
1421 | " | ||
1422 | |||
918 | RDEPENDS:${PN}-wl12xx = "${PN}-ti-connectivity-license ${PN}-wlcommon" | 1423 | RDEPENDS:${PN}-wl12xx = "${PN}-ti-connectivity-license ${PN}-wlcommon" |
919 | RDEPENDS:${PN}-wl18xx = "${PN}-ti-connectivity-license ${PN}-wlcommon" | 1424 | RDEPENDS:${PN}-wl18xx = "${PN}-ti-connectivity-license ${PN}-wlcommon" |
1425 | RDEPENDS:${PN}-cc33xx = "${PN}-ti-connectivity-license" | ||
920 | 1426 | ||
921 | # For ti-keystone | 1427 | # For ti-keystone |
922 | LICENSE:${PN}-ti-keystone = "Firmware-ti-keystone" | 1428 | LICENSE:${PN}-ti-keystone = "Firmware-ti-keystone" |
@@ -934,7 +1440,7 @@ LICENSE:${PN}-vt6656-license = "Firmware-via_vt6656" | |||
934 | 1440 | ||
935 | FILES:${PN}-vt6656-license = "${nonarch_base_libdir}/firmware/LICENCE.via_vt6656" | 1441 | FILES:${PN}-vt6656-license = "${nonarch_base_libdir}/firmware/LICENCE.via_vt6656" |
936 | FILES:${PN}-vt6656 = " \ | 1442 | FILES:${PN}-vt6656 = " \ |
937 | ${nonarch_base_libdir}/firmware/vntwusb.fw \ | 1443 | ${nonarch_base_libdir}/firmware/vntwusb.fw* \ |
938 | " | 1444 | " |
939 | 1445 | ||
940 | RDEPENDS:${PN}-vt6656 = "${PN}-vt6656-license" | 1446 | RDEPENDS:${PN}-vt6656 = "${PN}-vt6656-license" |
@@ -943,7 +1449,7 @@ RDEPENDS:${PN}-vt6656 = "${PN}-vt6656-license" | |||
943 | LICENSE:${PN}-xc4000 = "Firmware-xc4000" | 1449 | LICENSE:${PN}-xc4000 = "Firmware-xc4000" |
944 | LICENSE:${PN}-xc4000-license = "Firmware-xc4000" | 1450 | LICENSE:${PN}-xc4000-license = "Firmware-xc4000" |
945 | 1451 | ||
946 | FILES:${PN}-xc4000 = "${nonarch_base_libdir}/firmware/dvb-fe-xc4000-1.4.1.fw" | 1452 | FILES:${PN}-xc4000 = "${nonarch_base_libdir}/firmware/dvb-fe-xc4000-1.4.1.fw*" |
947 | FILES:${PN}-xc4000-license = "${nonarch_base_libdir}/firmware/LICENCE.xc4000" | 1453 | FILES:${PN}-xc4000-license = "${nonarch_base_libdir}/firmware/LICENCE.xc4000" |
948 | 1454 | ||
949 | RDEPENDS:${PN}-xc4000 += "${PN}-xc4000-license" | 1455 | RDEPENDS:${PN}-xc4000 += "${PN}-xc4000-license" |
@@ -952,7 +1458,7 @@ RDEPENDS:${PN}-xc4000 += "${PN}-xc4000-license" | |||
952 | LICENSE:${PN}-xc5000 = "Firmware-xc5000" | 1458 | LICENSE:${PN}-xc5000 = "Firmware-xc5000" |
953 | LICENSE:${PN}-xc5000-license = "Firmware-xc5000" | 1459 | LICENSE:${PN}-xc5000-license = "Firmware-xc5000" |
954 | 1460 | ||
955 | FILES:${PN}-xc5000 = "${nonarch_base_libdir}/firmware/dvb-fe-xc5000-1.6.114.fw" | 1461 | FILES:${PN}-xc5000 = "${nonarch_base_libdir}/firmware/dvb-fe-xc5000-1.6.114.fw*" |
956 | FILES:${PN}-xc5000-license = "${nonarch_base_libdir}/firmware/LICENCE.xc5000" | 1462 | FILES:${PN}-xc5000-license = "${nonarch_base_libdir}/firmware/LICENCE.xc5000" |
957 | 1463 | ||
958 | RDEPENDS:${PN}-xc5000 += "${PN}-xc5000-license" | 1464 | RDEPENDS:${PN}-xc5000 += "${PN}-xc5000-license" |
@@ -962,7 +1468,7 @@ LICENSE:${PN}-xc5000c = "Firmware-xc5000c" | |||
962 | LICENSE:${PN}-xc5000c-license = "Firmware-xc5000c" | 1468 | LICENSE:${PN}-xc5000c-license = "Firmware-xc5000c" |
963 | 1469 | ||
964 | FILES:${PN}-xc5000c = " \ | 1470 | FILES:${PN}-xc5000c = " \ |
965 | ${nonarch_base_libdir}/firmware/dvb-fe-xc5000c-4.1.30.7.fw \ | 1471 | ${nonarch_base_libdir}/firmware/dvb-fe-xc5000c-4.1.30.7.fw* \ |
966 | " | 1472 | " |
967 | FILES:${PN}-xc5000c-license = "${nonarch_base_libdir}/firmware/LICENCE.xc5000c" | 1473 | FILES:${PN}-xc5000c-license = "${nonarch_base_libdir}/firmware/LICENCE.xc5000c" |
968 | 1474 | ||
@@ -977,44 +1483,44 @@ FILES:${PN}-broadcom-license = "${nonarch_base_libdir}/firmware/LICENCE.broadcom | |||
977 | 1483 | ||
978 | # for i in `grep brcm WHENCE | grep ^File | sed 's/File: brcm.//g'`; do pkg=`echo $i | sed 's/-[sp40].*//g; s/\.bin//g; s/brcmfmac/bcm/g; s/_hdr/-hdr/g; s/BCM/bcm-0bb4-0306/g'`; echo "$i - $pkg"; echo -e "FILES:\${PN}-$pkg = \"\${nonarch_base_libdir}/firmware/brcm/$i\""; done | grep ^FILES | 1484 | # for i in `grep brcm WHENCE | grep ^File | sed 's/File: brcm.//g'`; do pkg=`echo $i | sed 's/-[sp40].*//g; s/\.bin//g; s/brcmfmac/bcm/g; s/_hdr/-hdr/g; s/BCM/bcm-0bb4-0306/g'`; echo "$i - $pkg"; echo -e "FILES:\${PN}-$pkg = \"\${nonarch_base_libdir}/firmware/brcm/$i\""; done | grep ^FILES |
979 | 1485 | ||
980 | FILES:${PN}-bcm43xx = "${nonarch_base_libdir}/firmware/brcm/bcm43xx-0.fw" | 1486 | FILES:${PN}-bcm43xx = "${nonarch_base_libdir}/firmware/brcm/bcm43xx-0.fw*" |
981 | FILES:${PN}-bcm43xx-hdr = "${nonarch_base_libdir}/firmware/brcm/bcm43xx_hdr-0.fw" | 1487 | FILES:${PN}-bcm43xx-hdr = "${nonarch_base_libdir}/firmware/brcm/bcm43xx_hdr-0.fw*" |
982 | FILES:${PN}-bcm4329-fullmac = "${nonarch_base_libdir}/firmware/brcm/bcm4329-fullmac-4.bin" | 1488 | FILES:${PN}-bcm4329-fullmac = "${nonarch_base_libdir}/firmware/brcm/bcm4329-fullmac-4.bin*" |
983 | FILES:${PN}-bcm43236b = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43236b.bin" | 1489 | FILES:${PN}-bcm43236b = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43236b.bin*" |
984 | FILES:${PN}-bcm4329 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4329-sdio.bin" | 1490 | FILES:${PN}-bcm4329 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4329-sdio.bin*" |
985 | FILES:${PN}-bcm4330 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4330-sdio.*" | 1491 | FILES:${PN}-bcm4330 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4330-sdio.*" |
986 | FILES:${PN}-bcm4334 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4334-sdio.bin" | 1492 | FILES:${PN}-bcm4334 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4334-sdio.bin*" |
987 | FILES:${PN}-bcm4335 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4335-sdio.bin" | 1493 | FILES:${PN}-bcm4335 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4335-sdio.bin*" |
988 | FILES:${PN}-bcm4339 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4339-sdio.bin \ | 1494 | FILES:${PN}-bcm4339 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4339-sdio.bin* \ |
989 | ${nonarch_base_libdir}/firmware/cypress/cyfmac4339-sdio.bin \ | 1495 | ${nonarch_base_libdir}/firmware/cypress/cyfmac4339-sdio.bin* \ |
990 | " | 1496 | " |
991 | FILES:${PN}-bcm43241b0 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43241b0-sdio.bin" | 1497 | FILES:${PN}-bcm43241b0 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43241b0-sdio.bin*" |
992 | FILES:${PN}-bcm43241b4 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43241b4-sdio.bin" | 1498 | FILES:${PN}-bcm43241b4 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43241b4-sdio.bin*" |
993 | FILES:${PN}-bcm43241b5 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43241b5-sdio.bin" | 1499 | FILES:${PN}-bcm43241b5 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43241b5-sdio.bin*" |
994 | FILES:${PN}-bcm43242a = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43242a.bin" | 1500 | FILES:${PN}-bcm43242a = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43242a.bin*" |
995 | FILES:${PN}-bcm43143 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43143.bin \ | 1501 | FILES:${PN}-bcm43143 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43143.bin* \ |
996 | ${nonarch_base_libdir}/firmware/brcm/brcmfmac43143-sdio.bin \ | 1502 | ${nonarch_base_libdir}/firmware/brcm/brcmfmac43143-sdio.bin* \ |
997 | " | 1503 | " |
998 | FILES:${PN}-bcm43430a0 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43430a0-sdio.*" | 1504 | FILES:${PN}-bcm43430a0 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43430a0-sdio.*" |
999 | FILES:${PN}-bcm43455 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43455-sdio.* \ | 1505 | FILES:${PN}-bcm43455 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43455-sdio.* \ |
1000 | ${nonarch_base_libdir}/firmware/cypress/cyfmac43455-sdio.* \ | 1506 | ${nonarch_base_libdir}/firmware/cypress/cyfmac43455-sdio.* \ |
1001 | " | 1507 | " |
1002 | FILES:${PN}-bcm4350c2 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4350c2-pcie.bin" | 1508 | FILES:${PN}-bcm4350c2 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4350c2-pcie.bin*" |
1003 | FILES:${PN}-bcm4350 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4350-pcie.bin" | 1509 | FILES:${PN}-bcm4350 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4350-pcie.bin*" |
1004 | FILES:${PN}-bcm4356 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4356-sdio.* \ | 1510 | FILES:${PN}-bcm4356 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4356-sdio.* \ |
1005 | ${nonarch_base_libdir}/firmware/cypress/cyfmac4356-sdio.* \ | 1511 | ${nonarch_base_libdir}/firmware/cypress/cyfmac4356-sdio.* \ |
1006 | " | 1512 | " |
1007 | FILES:${PN}-bcm43569 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43569.bin" | 1513 | FILES:${PN}-bcm43569 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43569.bin*" |
1008 | FILES:${PN}-bcm43570 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43570-pcie.bin \ | 1514 | FILES:${PN}-bcm43570 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43570-pcie.bin* \ |
1009 | ${nonarch_base_libdir}/firmware/cypress/cyfmac43570-pcie.bin \ | 1515 | ${nonarch_base_libdir}/firmware/cypress/cyfmac43570-pcie.bin* \ |
1010 | " | 1516 | " |
1011 | FILES:${PN}-bcm4358 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4358-pcie.bin" | 1517 | FILES:${PN}-bcm4358 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4358-pcie.bin*" |
1012 | FILES:${PN}-bcm43602 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43602-pcie.bin \ | 1518 | FILES:${PN}-bcm43602 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43602-pcie.bin* \ |
1013 | ${nonarch_base_libdir}/firmware/brcm/brcmfmac43602-pcie.ap.bin \ | 1519 | ${nonarch_base_libdir}/firmware/brcm/brcmfmac43602-pcie.ap.bin* \ |
1014 | " | 1520 | " |
1015 | FILES:${PN}-bcm4366b = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4366b-pcie.bin" | 1521 | FILES:${PN}-bcm4366b = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4366b-pcie.bin*" |
1016 | FILES:${PN}-bcm4366c = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4366c-pcie.bin" | 1522 | FILES:${PN}-bcm4366c = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4366c-pcie.bin*" |
1017 | FILES:${PN}-bcm4371 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4371-pcie.bin" | 1523 | FILES:${PN}-bcm4371 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4371-pcie.bin*" |
1018 | 1524 | ||
1019 | # for i in `grep brcm WHENCE | grep ^File | sed 's/File: brcm.//g'`; do pkg=`echo $i | sed 's/-[sp40].*//g; s/\.bin//g; s/brcmfmac/bcm/g; s/_hdr/-hdr/g; s/BCM/bcm-0bb4-0306/g'`; echo -e "LICENSE:\${PN}-$pkg = \"Firmware-broadcom_bcm43xx\"\nRDEPENDS_\${PN}-$pkg += \"\${PN}-broadcom-license\""; done | 1525 | # for i in `grep brcm WHENCE | grep ^File | sed 's/File: brcm.//g'`; do pkg=`echo $i | sed 's/-[sp40].*//g; s/\.bin//g; s/brcmfmac/bcm/g; s/_hdr/-hdr/g; s/BCM/bcm-0bb4-0306/g'`; echo -e "LICENSE:\${PN}-$pkg = \"Firmware-broadcom_bcm43xx\"\nRDEPENDS_\${PN}-$pkg += \"\${PN}-broadcom-license\""; done |
1020 | # Currently 1st one and last 6 have cypress LICENSE | 1526 | # Currently 1st one and last 6 have cypress LICENSE |
@@ -1077,24 +1583,24 @@ RDEPENDS:${PN}-bcm4371 += "${PN}-broadcom-license" | |||
1077 | LICENSE:${PN}-cypress-license = "Firmware-cypress" | 1583 | LICENSE:${PN}-cypress-license = "Firmware-cypress" |
1078 | FILES:${PN}-cypress-license = "${nonarch_base_libdir}/firmware/LICENCE.cypress" | 1584 | FILES:${PN}-cypress-license = "${nonarch_base_libdir}/firmware/LICENCE.cypress" |
1079 | 1585 | ||
1080 | FILES:${PN}-bcm-0bb4-0306 = "${nonarch_base_libdir}/firmware/brcm/BCM-0bb4-0306.hcd" | 1586 | FILES:${PN}-bcm-0bb4-0306 = "${nonarch_base_libdir}/firmware/brcm/BCM-0bb4-0306.hcd*" |
1081 | FILES:${PN}-bcm43340 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43340-sdio.* \ | 1587 | FILES:${PN}-bcm43340 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43340-sdio.* \ |
1082 | ${nonarch_base_libdir}/firmware/cypress/cyfmac43340-sdio.*" | 1588 | ${nonarch_base_libdir}/firmware/cypress/cyfmac43340-sdio.*" |
1083 | FILES:${PN}-bcm43362 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43362-sdio.* \ | 1589 | FILES:${PN}-bcm43362 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43362-sdio.* \ |
1084 | ${nonarch_base_libdir}/firmware/cypress/cyfmac43362-sdio.*" | 1590 | ${nonarch_base_libdir}/firmware/cypress/cyfmac43362-sdio.*" |
1085 | FILES:${PN}-bcm43430 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43430-sdio.* \ | 1591 | FILES:${PN}-bcm43430 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac43430-sdio.* \ |
1086 | ${nonarch_base_libdir}/firmware/cypress/cyfmac43430-sdio.*" | 1592 | ${nonarch_base_libdir}/firmware/cypress/cyfmac43430-sdio.*" |
1087 | FILES:${PN}-bcm4354 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4354-sdio.bin \ | 1593 | FILES:${PN}-bcm4354 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4354-sdio.bin* \ |
1088 | ${nonarch_base_libdir}/firmware/cypress/cyfmac4354-sdio.bin \ | 1594 | ${nonarch_base_libdir}/firmware/cypress/cyfmac4354-sdio.bin* \ |
1089 | " | 1595 | " |
1090 | FILES:${PN}-bcm4356-pcie = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4356-pcie.* \ | 1596 | FILES:${PN}-bcm4356-pcie = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4356-pcie.* \ |
1091 | ${nonarch_base_libdir}/firmware/cypress/cyfmac4356-pcie.* \ | 1597 | ${nonarch_base_libdir}/firmware/cypress/cyfmac4356-pcie.* \ |
1092 | " | 1598 | " |
1093 | FILES:${PN}-bcm4373 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4373-sdio.bin \ | 1599 | FILES:${PN}-bcm4373 = "${nonarch_base_libdir}/firmware/brcm/brcmfmac4373-sdio.bin* \ |
1094 | ${nonarch_base_libdir}/firmware/brcm/brcmfmac4373.bin \ | 1600 | ${nonarch_base_libdir}/firmware/brcm/brcmfmac4373.bin* \ |
1095 | ${nonarch_base_libdir}/firmware/cypress/cyfmac4373-sdio.bin \ | 1601 | ${nonarch_base_libdir}/firmware/cypress/cyfmac4373-sdio.bin* \ |
1096 | ${nonarch_base_libdir}/firmware/brcm/brcmfmac4373-sdio.clm_blob \ | 1602 | ${nonarch_base_libdir}/firmware/brcm/brcmfmac4373-sdio.clm_blob* \ |
1097 | ${nonarch_base_libdir}/firmware/cypress/cyfmac4373-sdio.clm_blob \ | 1603 | ${nonarch_base_libdir}/firmware/cypress/cyfmac4373-sdio.clm_blob* \ |
1098 | " | 1604 | " |
1099 | 1605 | ||
1100 | LICENSE:${PN}-bcm-0bb4-0306 = "Firmware-cypress" | 1606 | LICENSE:${PN}-bcm-0bb4-0306 = "Firmware-cypress" |
@@ -1121,8 +1627,8 @@ LICENSE:${PN}-bnx2 = "WHENCE" | |||
1121 | LICENSE:${PN}-whence-license = "WHENCE" | 1627 | LICENSE:${PN}-whence-license = "WHENCE" |
1122 | 1628 | ||
1123 | FILES:${PN}-bnx2 = " \ | 1629 | FILES:${PN}-bnx2 = " \ |
1124 | ${nonarch_base_libdir}/firmware/bnx2/bnx2-mips*.fw \ | 1630 | ${nonarch_base_libdir}/firmware/bnx2/bnx2-mips*.fw* \ |
1125 | ${nonarch_base_libdir}/firmware/bnx2/bnx2-rv2p*.fw \ | 1631 | ${nonarch_base_libdir}/firmware/bnx2/bnx2-rv2p*.fw* \ |
1126 | " | 1632 | " |
1127 | FILES:${PN}-whence-license = "${nonarch_base_libdir}/firmware/WHENCE" | 1633 | FILES:${PN}-whence-license = "${nonarch_base_libdir}/firmware/WHENCE" |
1128 | 1634 | ||
@@ -1131,7 +1637,7 @@ RPROVIDES:${PN}-bnx2 = "${PN}-bnx2-mips" | |||
1131 | 1637 | ||
1132 | LICENSE:${PN}-bnx2x = "WHENCE" | 1638 | LICENSE:${PN}-bnx2x = "WHENCE" |
1133 | 1639 | ||
1134 | FILES:${PN}-bnx2x = "${nonarch_base_libdir}/firmware/bnx2x/bnx2x*.fw" | 1640 | FILES:${PN}-bnx2x = "${nonarch_base_libdir}/firmware/bnx2x/bnx2x*.fw*" |
1135 | 1641 | ||
1136 | RDEPENDS:${PN}-bnx2x += "${PN}-whence-license" | 1642 | RDEPENDS:${PN}-bnx2x += "${PN}-whence-license" |
1137 | 1643 | ||
@@ -1148,7 +1654,7 @@ RDEPENDS:${PN}-cirrus += "${PN}-cirrus-license" | |||
1148 | LICENSE:${PN}-cnm = "Firmware-cnm" | 1654 | LICENSE:${PN}-cnm = "Firmware-cnm" |
1149 | LICENSE:${PN}-cnm-license = "Firmware-cnm" | 1655 | LICENSE:${PN}-cnm-license = "Firmware-cnm" |
1150 | 1656 | ||
1151 | FILES:${PN}-cnm = "${nonarch_base_libdir}/firmware/cnm/wave521c_k3_codec_fw.bin" | 1657 | FILES:${PN}-cnm = "${nonarch_base_libdir}/firmware/cnm/wave521c_k3_codec_fw.bin*" |
1152 | FILES:${PN}-cnm-license = "${nonarch_base_libdir}/firmware/LICENCE.cnm" | 1658 | FILES:${PN}-cnm-license = "${nonarch_base_libdir}/firmware/LICENCE.cnm" |
1153 | 1659 | ||
1154 | RDEPENDS:${PN}-cnm += "${PN}-cnm-license" | 1660 | RDEPENDS:${PN}-cnm += "${PN}-cnm-license" |
@@ -1158,13 +1664,13 @@ LICENSE:${PN}-imx-sdma-imx6q = "Firmware-imx-sdma_firmware" | |||
1158 | LICENSE:${PN}-imx-sdma-imx7d = "Firmware-imx-sdma_firmware" | 1664 | LICENSE:${PN}-imx-sdma-imx7d = "Firmware-imx-sdma_firmware" |
1159 | LICENSE:${PN}-imx-sdma-license = "Firmware-imx-sdma_firmware" | 1665 | LICENSE:${PN}-imx-sdma-license = "Firmware-imx-sdma_firmware" |
1160 | 1666 | ||
1161 | FILES:${PN}-imx-sdma-imx6q = "${nonarch_base_libdir}/firmware/imx/sdma/sdma-imx6q.bin" | 1667 | FILES:${PN}-imx-sdma-imx6q = "${nonarch_base_libdir}/firmware/imx/sdma/sdma-imx6q.bin*" |
1162 | 1668 | ||
1163 | RPROVIDES:${PN}-imx-sdma-imx6q = "firmware-imx-sdma-imx6q" | 1669 | RPROVIDES:${PN}-imx-sdma-imx6q = "firmware-imx-sdma-imx6q" |
1164 | RREPLACES:${PN}-imx-sdma-imx6q = "firmware-imx-sdma-imx6q" | 1670 | RREPLACES:${PN}-imx-sdma-imx6q = "firmware-imx-sdma-imx6q" |
1165 | RCONFLICTS:${PN}-imx-sdma-imx6q = "firmware-imx-sdma-imx6q" | 1671 | RCONFLICTS:${PN}-imx-sdma-imx6q = "firmware-imx-sdma-imx6q" |
1166 | 1672 | ||
1167 | FILES:${PN}-imx-sdma-imx7d = "${nonarch_base_libdir}/firmware/imx/sdma/sdma-imx7d.bin" | 1673 | FILES:${PN}-imx-sdma-imx7d = "${nonarch_base_libdir}/firmware/imx/sdma/sdma-imx7d.bin*" |
1168 | 1674 | ||
1169 | FILES:${PN}-imx-sdma-license = "${nonarch_base_libdir}/firmware/LICENSE.sdma_firmware" | 1675 | FILES:${PN}-imx-sdma-license = "${nonarch_base_libdir}/firmware/LICENSE.sdma_firmware" |
1170 | 1676 | ||
@@ -1199,34 +1705,33 @@ LICENSE:${PN}-iwlwifi-9260 = "Firmware-iwlwifi_firmware" | |||
1199 | LICENSE:${PN}-iwlwifi-misc = "Firmware-iwlwifi_firmware" | 1705 | LICENSE:${PN}-iwlwifi-misc = "Firmware-iwlwifi_firmware" |
1200 | LICENSE:${PN}-iwlwifi-license = "Firmware-iwlwifi_firmware" | 1706 | LICENSE:${PN}-iwlwifi-license = "Firmware-iwlwifi_firmware" |
1201 | 1707 | ||
1202 | |||
1203 | FILES:${PN}-iwlwifi-license = "${nonarch_base_libdir}/firmware/LICENCE.iwlwifi_firmware" | 1708 | FILES:${PN}-iwlwifi-license = "${nonarch_base_libdir}/firmware/LICENCE.iwlwifi_firmware" |
1204 | FILES:${PN}-iwlwifi-135-6 = "${nonarch_base_libdir}/firmware/iwlwifi-135-6.ucode" | 1709 | FILES:${PN}-iwlwifi-135-6 = "${nonarch_base_libdir}/firmware/iwlwifi-135-6.ucode*" |
1205 | FILES:${PN}-iwlwifi-3160-7 = "${nonarch_base_libdir}/firmware/iwlwifi-3160-7.ucode" | 1710 | FILES:${PN}-iwlwifi-3160-7 = "${nonarch_base_libdir}/firmware/iwlwifi-3160-7.ucode*" |
1206 | FILES:${PN}-iwlwifi-3160-8 = "${nonarch_base_libdir}/firmware/iwlwifi-3160-8.ucode" | 1711 | FILES:${PN}-iwlwifi-3160-8 = "${nonarch_base_libdir}/firmware/iwlwifi-3160-8.ucode*" |
1207 | FILES:${PN}-iwlwifi-3160-9 = "${nonarch_base_libdir}/firmware/iwlwifi-3160-9.ucode" | 1712 | FILES:${PN}-iwlwifi-3160-9 = "${nonarch_base_libdir}/firmware/iwlwifi-3160-9.ucode*" |
1208 | FILES:${PN}-iwlwifi-3160-10 = "${nonarch_base_libdir}/firmware/iwlwifi-3160-10.ucode" | 1713 | FILES:${PN}-iwlwifi-3160-10 = "${nonarch_base_libdir}/firmware/iwlwifi-3160-10.ucode*" |
1209 | FILES:${PN}-iwlwifi-3160-12 = "${nonarch_base_libdir}/firmware/iwlwifi-3160-12.ucode" | 1714 | FILES:${PN}-iwlwifi-3160-12 = "${nonarch_base_libdir}/firmware/iwlwifi-3160-12.ucode*" |
1210 | FILES:${PN}-iwlwifi-3160-13 = "${nonarch_base_libdir}/firmware/iwlwifi-3160-13.ucode" | 1715 | FILES:${PN}-iwlwifi-3160-13 = "${nonarch_base_libdir}/firmware/iwlwifi-3160-13.ucode*" |
1211 | FILES:${PN}-iwlwifi-3160-16 = "${nonarch_base_libdir}/firmware/iwlwifi-3160-16.ucode" | 1716 | FILES:${PN}-iwlwifi-3160-16 = "${nonarch_base_libdir}/firmware/iwlwifi-3160-16.ucode*" |
1212 | FILES:${PN}-iwlwifi-3160-17 = "${nonarch_base_libdir}/firmware/iwlwifi-3160-17.ucode" | 1717 | FILES:${PN}-iwlwifi-3160-17 = "${nonarch_base_libdir}/firmware/iwlwifi-3160-17.ucode*" |
1213 | FILES:${PN}-iwlwifi-6000-4 = "${nonarch_base_libdir}/firmware/iwlwifi-6000-4.ucode" | 1718 | FILES:${PN}-iwlwifi-6000-4 = "${nonarch_base_libdir}/firmware/iwlwifi-6000-4.ucode*" |
1214 | FILES:${PN}-iwlwifi-6000g2a-5 = "${nonarch_base_libdir}/firmware/iwlwifi-6000g2a-5.ucode" | 1719 | FILES:${PN}-iwlwifi-6000g2a-5 = "${nonarch_base_libdir}/firmware/iwlwifi-6000g2a-5.ucode*" |
1215 | FILES:${PN}-iwlwifi-6000g2a-6 = "${nonarch_base_libdir}/firmware/iwlwifi-6000g2a-6.ucode" | 1720 | FILES:${PN}-iwlwifi-6000g2a-6 = "${nonarch_base_libdir}/firmware/iwlwifi-6000g2a-6.ucode*" |
1216 | FILES:${PN}-iwlwifi-6000g2b-5 = "${nonarch_base_libdir}/firmware/iwlwifi-6000g2b-5.ucode" | 1721 | FILES:${PN}-iwlwifi-6000g2b-5 = "${nonarch_base_libdir}/firmware/iwlwifi-6000g2b-5.ucode*" |
1217 | FILES:${PN}-iwlwifi-6000g2b-6 = "${nonarch_base_libdir}/firmware/iwlwifi-6000g2b-6.ucode" | 1722 | FILES:${PN}-iwlwifi-6000g2b-6 = "${nonarch_base_libdir}/firmware/iwlwifi-6000g2b-6.ucode*" |
1218 | FILES:${PN}-iwlwifi-6050-4 = "${nonarch_base_libdir}/firmware/iwlwifi-6050-4.ucode" | 1723 | FILES:${PN}-iwlwifi-6050-4 = "${nonarch_base_libdir}/firmware/iwlwifi-6050-4.ucode*" |
1219 | FILES:${PN}-iwlwifi-6050-5 = "${nonarch_base_libdir}/firmware/iwlwifi-6050-5.ucode" | 1724 | FILES:${PN}-iwlwifi-6050-5 = "${nonarch_base_libdir}/firmware/iwlwifi-6050-5.ucode*" |
1220 | FILES:${PN}-iwlwifi-7260 = "${nonarch_base_libdir}/firmware/iwlwifi-7260-*.ucode" | 1725 | FILES:${PN}-iwlwifi-7260 = "${nonarch_base_libdir}/firmware/iwlwifi-7260-*.ucode*" |
1221 | FILES:${PN}-iwlwifi-7265 = "${nonarch_base_libdir}/firmware/iwlwifi-7265-*.ucode" | 1726 | FILES:${PN}-iwlwifi-7265 = "${nonarch_base_libdir}/firmware/iwlwifi-7265-*.ucode*" |
1222 | FILES:${PN}-iwlwifi-7265d = "${nonarch_base_libdir}/firmware/iwlwifi-7265D-*.ucode" | 1727 | FILES:${PN}-iwlwifi-7265d = "${nonarch_base_libdir}/firmware/iwlwifi-7265D-*.ucode*" |
1223 | FILES:${PN}-iwlwifi-8000c = "${nonarch_base_libdir}/firmware/iwlwifi-8000C-*.ucode" | 1728 | FILES:${PN}-iwlwifi-8000c = "${nonarch_base_libdir}/firmware/iwlwifi-8000C-*.ucode*" |
1224 | FILES:${PN}-iwlwifi-8265 = "${nonarch_base_libdir}/firmware/iwlwifi-8265-*.ucode" | 1729 | FILES:${PN}-iwlwifi-8265 = "${nonarch_base_libdir}/firmware/iwlwifi-8265-*.ucode*" |
1225 | FILES:${PN}-iwlwifi-9000 = "${nonarch_base_libdir}/firmware/iwlwifi-9000-*.ucode" | 1730 | FILES:${PN}-iwlwifi-9000 = "${nonarch_base_libdir}/firmware/iwlwifi-9000-*.ucode*" |
1226 | FILES:${PN}-iwlwifi-9260 = "${nonarch_base_libdir}/firmware/iwlwifi-9260-*.ucode" | 1731 | FILES:${PN}-iwlwifi-9260 = "${nonarch_base_libdir}/firmware/iwlwifi-9260-*.ucode*" |
1227 | FILES:${PN}-iwlwifi-misc = " \ | 1732 | FILES:${PN}-iwlwifi-misc = " \ |
1228 | ${nonarch_base_libdir}/firmware/iwlwifi-*.ucode \ | 1733 | ${nonarch_base_libdir}/firmware/iwlwifi-*.ucode* \ |
1229 | ${nonarch_base_libdir}/firmware/iwlwifi-*.pnvm \ | 1734 | ${nonarch_base_libdir}/firmware/iwlwifi-*.pnvm* \ |
1230 | " | 1735 | " |
1231 | 1736 | ||
1232 | RDEPENDS:${PN}-iwlwifi-135-6 = "${PN}-iwlwifi-license" | 1737 | RDEPENDS:${PN}-iwlwifi-135-6 = "${PN}-iwlwifi-license" |
@@ -1283,13 +1788,13 @@ LICENSE:${PN}-ibt-20 = "Firmware-ibt_firmware" | |||
1283 | LICENSE:${PN}-ibt-misc = "Firmware-ibt_firmware" | 1788 | LICENSE:${PN}-ibt-misc = "Firmware-ibt_firmware" |
1284 | 1789 | ||
1285 | FILES:${PN}-ibt-license = "${nonarch_base_libdir}/firmware/LICENCE.ibt_firmware" | 1790 | FILES:${PN}-ibt-license = "${nonarch_base_libdir}/firmware/LICENCE.ibt_firmware" |
1286 | FILES:${PN}-ibt-hw-37-7 = "${nonarch_base_libdir}/firmware/intel/ibt-hw-37.7*.bseq" | 1791 | FILES:${PN}-ibt-hw-37-7 = "${nonarch_base_libdir}/firmware/intel/ibt-hw-37.7*.bseq*" |
1287 | FILES:${PN}-ibt-hw-37-8 = "${nonarch_base_libdir}/firmware/intel/ibt-hw-37.8*.bseq" | 1792 | FILES:${PN}-ibt-hw-37-8 = "${nonarch_base_libdir}/firmware/intel/ibt-hw-37.8*.bseq*" |
1288 | FILES:${PN}-ibt-11-5 = "${nonarch_base_libdir}/firmware/intel/ibt-11-5.sfi ${nonarch_base_libdir}/firmware/intel/ibt-11-5.ddc" | 1793 | FILES:${PN}-ibt-11-5 = "${nonarch_base_libdir}/firmware/intel/ibt-11-5.sfi* ${nonarch_base_libdir}/firmware/intel/ibt-11-5.ddc*" |
1289 | FILES:${PN}-ibt-12-16 = "${nonarch_base_libdir}/firmware/intel/ibt-12-16.sfi ${nonarch_base_libdir}/firmware/intel/ibt-12-16.ddc" | 1794 | FILES:${PN}-ibt-12-16 = "${nonarch_base_libdir}/firmware/intel/ibt-12-16.sfi* ${nonarch_base_libdir}/firmware/intel/ibt-12-16.ddc*" |
1290 | FILES:${PN}-ibt-17 = "${nonarch_base_libdir}/firmware/intel/ibt-17-*.sfi ${nonarch_base_libdir}/firmware/intel/ibt-17-*.ddc" | 1795 | FILES:${PN}-ibt-17 = "${nonarch_base_libdir}/firmware/intel/ibt-17-*.sfi* ${nonarch_base_libdir}/firmware/intel/ibt-17-*.ddc*" |
1291 | FILES:${PN}-ibt-18 = "${nonarch_base_libdir}/firmware/intel/ibt-18-*.sfi ${nonarch_base_libdir}/firmware/intel/ibt-18-*.ddc" | 1796 | FILES:${PN}-ibt-18 = "${nonarch_base_libdir}/firmware/intel/ibt-18-*.sfi* ${nonarch_base_libdir}/firmware/intel/ibt-18-*.ddc*" |
1292 | FILES:${PN}-ibt-20 = "${nonarch_base_libdir}/firmware/intel/ibt-20-*.sfi ${nonarch_base_libdir}/firmware/intel/ibt-20-*.ddc" | 1797 | FILES:${PN}-ibt-20 = "${nonarch_base_libdir}/firmware/intel/ibt-20-*.sfi* ${nonarch_base_libdir}/firmware/intel/ibt-20-*.ddc*" |
1293 | FILES:${PN}-ibt-misc = "${nonarch_base_libdir}/firmware/intel/ibt-*" | 1798 | FILES:${PN}-ibt-misc = "${nonarch_base_libdir}/firmware/intel/ibt-*" |
1294 | 1799 | ||
1295 | RDEPENDS:${PN}-ibt-hw-37-7 = "${PN}-ibt-license" | 1800 | RDEPENDS:${PN}-ibt-hw-37-7 = "${PN}-ibt-license" |
@@ -1301,7 +1806,7 @@ RDEPENDS:${PN}-ibt-18 = "${PN}-ibt-license" | |||
1301 | RDEPENDS:${PN}-ibt-20 = "${PN}-ibt-license" | 1806 | RDEPENDS:${PN}-ibt-20 = "${PN}-ibt-license" |
1302 | RDEPENDS:${PN}-ibt-misc = "${PN}-ibt-license" | 1807 | RDEPENDS:${PN}-ibt-misc = "${PN}-ibt-license" |
1303 | 1808 | ||
1304 | ALLOW_EMPTY:${PN}-ibt= "1" | 1809 | ALLOW_EMPTY:${PN}-ibt = "1" |
1305 | ALLOW_EMPTY:${PN}-ibt-misc = "1" | 1810 | ALLOW_EMPTY:${PN}-ibt-misc = "1" |
1306 | 1811 | ||
1307 | LICENSE:${PN}-i915 = "Firmware-i915" | 1812 | LICENSE:${PN}-i915 = "Firmware-i915" |
@@ -1335,37 +1840,49 @@ RDEPENDS:${PN}-ice = "${PN}-ice-license" | |||
1335 | FILES:${PN}-adsp-sst-license = "${nonarch_base_libdir}/firmware/LICENCE.adsp_sst" | 1840 | FILES:${PN}-adsp-sst-license = "${nonarch_base_libdir}/firmware/LICENCE.adsp_sst" |
1336 | LICENSE:${PN}-adsp-sst = "Firmware-adsp_sst" | 1841 | LICENSE:${PN}-adsp-sst = "Firmware-adsp_sst" |
1337 | LICENSE:${PN}-adsp-sst-license = "Firmware-adsp_sst" | 1842 | LICENSE:${PN}-adsp-sst-license = "Firmware-adsp_sst" |
1338 | FILES:${PN}-adsp-sst = "${nonarch_base_libdir}/firmware/intel/dsp_fw*" | 1843 | FILES:${PN}-adsp-sst = "\ |
1844 | ${nonarch_base_libdir}/firmware/intel/dsp_fw* \ | ||
1845 | ${nonarch_base_libdir}/firmware/intel/avs/*/dsp_basefw.bin \ | ||
1846 | " | ||
1339 | RDEPENDS:${PN}-adsp-sst = "${PN}-adsp-sst-license" | 1847 | RDEPENDS:${PN}-adsp-sst = "${PN}-adsp-sst-license" |
1340 | 1848 | ||
1341 | # For QAT | 1849 | # For QAT |
1342 | LICENSE:${PN}-qat = "Firmware-qat" | 1850 | LICENSE:${PN}-qat = "Firmware-qat" |
1343 | LICENSE:${PN}-qat-license = "Firmware-qat" | 1851 | LICENSE:${PN}-qat-license = "Firmware-qat" |
1344 | FILES:${PN}-qat-license = "${nonarch_base_libdir}/firmware/LICENCE.qat_firmware" | 1852 | FILES:${PN}-qat-license = "${nonarch_base_libdir}/firmware/LICENCE.qat_firmware" |
1345 | FILES:${PN}-qat = "${nonarch_base_libdir}/firmware/qat*.bin" | 1853 | FILES:${PN}-qat = "${nonarch_base_libdir}/firmware/qat*.bin*" |
1346 | RDEPENDS:${PN}-qat = "${PN}-qat-license" | 1854 | RDEPENDS:${PN}-qat = "${PN}-qat-license" |
1347 | 1855 | ||
1348 | LICENSE:${PN}-qed = "WHENCE" | 1856 | LICENSE:${PN}-qed = "WHENCE" |
1349 | FILES:${PN}-qed = "${nonarch_base_libdir}/firmware/qed/*" | 1857 | FILES:${PN}-qed = "${nonarch_base_libdir}/firmware/qed/*" |
1350 | 1858 | ||
1859 | LICENSE:${PN}-linaro-license = "Firmware-linaro" | ||
1860 | FILES:${PN}-linaro-license = "${nonarch_base_libdir}/firmware/LICENCE.linaro" | ||
1861 | |||
1351 | # For QCOM VPU/GPU and SDM845 | 1862 | # For QCOM VPU/GPU and SDM845 |
1352 | LICENSE:${PN}-qcom-license = "Firmware-qcom" | 1863 | LICENSE:${PN}-qcom-license = "Firmware-qcom" |
1864 | LICENSE:${PN}-qcom-2-license = "Firmware-qcom-2" | ||
1353 | LICENSE:${PN}-qcom-yamato-license = "Firmware-qcom-yamato" | 1865 | LICENSE:${PN}-qcom-yamato-license = "Firmware-qcom-yamato" |
1866 | LICENSE:${PN}-qcom-aic100 = "Firmware-qcom" | ||
1867 | LICENSE:${PN}-qcom-qdu100 = "Firmware-qcom" | ||
1354 | LICENSE:${PN}-qcom-venus-1.8 = "Firmware-qcom" | 1868 | LICENSE:${PN}-qcom-venus-1.8 = "Firmware-qcom" |
1355 | LICENSE:${PN}-qcom-venus-4.2 = "Firmware-qcom" | 1869 | LICENSE:${PN}-qcom-venus-4.2 = "Firmware-qcom" |
1356 | LICENSE:${PN}-qcom-venus-5.2 = "Firmware-qcom" | 1870 | LICENSE:${PN}-qcom-venus-5.2 = "Firmware-qcom" |
1357 | LICENSE:${PN}-qcom-venus-5.4 = "Firmware-qcom" | 1871 | LICENSE:${PN}-qcom-venus-5.4 = "Firmware-qcom" |
1358 | LICENSE:${PN}-qcom-venus-6.0 = "Firmware-qcom" | 1872 | LICENSE:${PN}-qcom-venus-6.0 = "Firmware-qcom" |
1359 | LICENSE:${PN}-qcom-vpu-1.0 = "Firmware-qcom" | 1873 | LICENSE:${PN}-qcom-vpu = "Firmware-qcom" |
1360 | LICENSE:${PN}-qcom-vpu-2.0 = "Firmware-qcom" | ||
1361 | LICENSE:${PN}-qcom-adreno-a2xx = "Firmware-qcom Firmware-qcom-yamato" | 1874 | LICENSE:${PN}-qcom-adreno-a2xx = "Firmware-qcom Firmware-qcom-yamato" |
1362 | LICENSE:${PN}-qcom-adreno-a3xx = "Firmware-qcom" | 1875 | LICENSE:${PN}-qcom-adreno-a3xx = "Firmware-qcom" |
1363 | LICENSE:${PN}-qcom-adreno-a4xx = "Firmware-qcom" | 1876 | LICENSE:${PN}-qcom-adreno-a4xx = "Firmware-qcom" |
1364 | LICENSE:${PN}-qcom-adreno-a530 = "Firmware-qcom" | 1877 | LICENSE:${PN}-qcom-adreno-a530 = "Firmware-qcom" |
1878 | LICENSE:${PN}-qcom-adreno-a623 = "Firmware-qcom" | ||
1365 | LICENSE:${PN}-qcom-adreno-a630 = "Firmware-qcom" | 1879 | LICENSE:${PN}-qcom-adreno-a630 = "Firmware-qcom" |
1366 | LICENSE:${PN}-qcom-adreno-a650 = "Firmware-qcom" | 1880 | LICENSE:${PN}-qcom-adreno-a650 = "Firmware-qcom" |
1367 | LICENSE:${PN}-qcom-adreno-a660 = "Firmware-qcom" | 1881 | LICENSE:${PN}-qcom-adreno-a660 = "Firmware-qcom" |
1882 | LICENSE:${PN}-qcom-adreno-a663 = "Firmware-qcom" | ||
1368 | LICENSE:${PN}-qcom-adreno-a702 = "Firmware-qcom" | 1883 | LICENSE:${PN}-qcom-adreno-a702 = "Firmware-qcom" |
1884 | LICENSE:${PN}-qcom-adreno-g715 = "Firmware-qcom" | ||
1885 | LICENSE:${PN}-qcom-adreno-g750 = "Firmware-qcom" | ||
1369 | LICENSE:${PN}-qcom-apq8016-modem = "Firmware-qcom" | 1886 | LICENSE:${PN}-qcom-apq8016-modem = "Firmware-qcom" |
1370 | LICENSE:${PN}-qcom-apq8016-wifi = "Firmware-qcom" | 1887 | LICENSE:${PN}-qcom-apq8016-wifi = "Firmware-qcom" |
1371 | LICENSE:${PN}-qcom-apq8096-audio = "Firmware-qcom" | 1888 | LICENSE:${PN}-qcom-apq8096-audio = "Firmware-qcom" |
@@ -1375,15 +1892,33 @@ LICENSE:${PN}-qcom-qcm2290-adreno = "Firmware-qcom" | |||
1375 | LICENSE:${PN}-qcom-qcm2290-audio = "Firmware-qcom" | 1892 | LICENSE:${PN}-qcom-qcm2290-audio = "Firmware-qcom" |
1376 | LICENSE:${PN}-qcom-qcm2290-modem = "Firmware-qcom" | 1893 | LICENSE:${PN}-qcom-qcm2290-modem = "Firmware-qcom" |
1377 | LICENSE:${PN}-qcom-qcm2290-wifi = "Firmware-qcom" | 1894 | LICENSE:${PN}-qcom-qcm2290-wifi = "Firmware-qcom" |
1895 | LICENSE:${PN}-qcom-qcm6490-adreno = "Firmware-qcom" | ||
1896 | LICENSE:${PN}-qcom-qcm6490-audio = "Firmware-qcom" | ||
1897 | LICENSE:${PN}-qcom-qcm6490-compute = "Firmware-qcom" | ||
1898 | LICENSE:${PN}-qcom-qcm6490-ipa = "Firmware-qcom" | ||
1899 | LICENSE:${PN}-qcom-qcm6490-wifi = "Firmware-qcom" | ||
1900 | LICENSE:${PN}-qcom-qcm6490-qupv3fw = "Firmware-qcom" | ||
1901 | LICENSE:${PN}-qcom-qcs615-adreno = "Firmware-qcom" | ||
1902 | LICENSE:${PN}-qcom-qcs8300-adreno = "Firmware-qcom" | ||
1903 | LICENSE:${PN}-qcom-qcs8300-audio = "Firmware-qcom-2" | ||
1904 | LICENSE:${PN}-qcom-qcs8300-compute = "Firmware-qcom-2" | ||
1905 | LICENSE:${PN}-qcom-qcs8300-generalpurpose = "Firmware-qcom-2" | ||
1906 | LICENSE:${PN}-qcom-qcs8300-qupv3fw = "Firmware-qcom" | ||
1378 | LICENSE:${PN}-qcom-qrb4210-adreno = "Firmware-qcom" | 1907 | LICENSE:${PN}-qcom-qrb4210-adreno = "Firmware-qcom" |
1379 | LICENSE:${PN}-qcom-qrb4210-audio = "Firmware-qcom" | 1908 | LICENSE:${PN}-qcom-qrb4210-audio = "Firmware-qcom" |
1380 | LICENSE:${PN}-qcom-qrb4210-compute = "Firmware-qcom" | 1909 | LICENSE:${PN}-qcom-qrb4210-compute = "Firmware-qcom" |
1381 | LICENSE:${PN}-qcom-qrb4210-modem = "Firmware-qcom" | 1910 | LICENSE:${PN}-qcom-qrb4210-modem = "Firmware-qcom" |
1382 | LICENSE:${PN}-qcom-qrb4210-wifi = "Firmware-qcom" | 1911 | LICENSE:${PN}-qcom-qrb4210-wifi = "Firmware-qcom" |
1912 | LICENSE:${PN}-qcom-sa8775p-adreno = "Firmware-qcom" | ||
1913 | LICENSE:${PN}-qcom-sa8775p-audio = "Firmware-qcom-2" | ||
1914 | LICENSE:${PN}-qcom-sa8775p-compute = "Firmware-qcom-2" | ||
1915 | LICENSE:${PN}-qcom-sa8775p-generalpurpose = "Firmware-qcom-2" | ||
1916 | LICENSE:${PN}-qcom-sa8775p-qupv3fw = "Firmware-qcom" | ||
1383 | LICENSE:${PN}-qcom-sc8280xp-lenovo-x13s-audio = "Firmware-qcom & Firmware-linaro" | 1917 | LICENSE:${PN}-qcom-sc8280xp-lenovo-x13s-audio = "Firmware-qcom & Firmware-linaro" |
1384 | LICENSE:${PN}-qcom-sc8280xp-lenovo-x13s-adreno = "Firmware-qcom" | 1918 | LICENSE:${PN}-qcom-sc8280xp-lenovo-x13s-adreno = "Firmware-qcom" |
1385 | LICENSE:${PN}-qcom-sc8280xp-lenovo-x13s-compute = "Firmware-qcom" | 1919 | LICENSE:${PN}-qcom-sc8280xp-lenovo-x13s-compute = "Firmware-qcom" |
1386 | LICENSE:${PN}-qcom-sc8280xp-lenovo-x13s-sensors = "Firmware-qcom" | 1920 | LICENSE:${PN}-qcom-sc8280xp-lenovo-x13s-sensors = "Firmware-qcom" |
1921 | LICENSE:${PN}-qcom-sc8280xp-lenovo-x13s-vpu = "Firmware-qcom" | ||
1387 | LICENSE:${PN}-qcom-sdm845-audio = "Firmware-qcom" | 1922 | LICENSE:${PN}-qcom-sdm845-audio = "Firmware-qcom" |
1388 | LICENSE:${PN}-qcom-sdm845-adreno = "Firmware-qcom" | 1923 | LICENSE:${PN}-qcom-sdm845-adreno = "Firmware-qcom" |
1389 | LICENSE:${PN}-qcom-sdm845-compute = "Firmware-qcom" | 1924 | LICENSE:${PN}-qcom-sdm845-compute = "Firmware-qcom" |
@@ -1393,68 +1928,131 @@ LICENSE:${PN}-qcom-sm8250-audio = "Firmware-qcom" | |||
1393 | LICENSE:${PN}-qcom-sm8250-adreno = "Firmware-qcom" | 1928 | LICENSE:${PN}-qcom-sm8250-adreno = "Firmware-qcom" |
1394 | LICENSE:${PN}-qcom-sm8250-compute = "Firmware-qcom" | 1929 | LICENSE:${PN}-qcom-sm8250-compute = "Firmware-qcom" |
1395 | LICENSE:${PN}-qcom-sm8250-thundercomm-rb5-sensors = "Firmware-qcom" | 1930 | LICENSE:${PN}-qcom-sm8250-thundercomm-rb5-sensors = "Firmware-qcom" |
1931 | LICENSE:${PN}-qcom-sm8550-audio-tplg = "Firmware-linaro" | ||
1932 | LICENSE:${PN}-qcom-sm8650-audio-tplg = "Firmware-linaro" | ||
1933 | LICENSE:${PN}-qcom-x1e80100-adreno = "Firmware-qcom" | ||
1934 | LICENSE:${PN}-qcom-x1e80100-audio = "Firmware-qcom" | ||
1935 | LICENSE:${PN}-qcom-x1e80100-lenovo-t14s-g6-adreno = "Firmware-qcom" | ||
1936 | LICENSE:${PN}-qcom-x1e80100-lenovo-t14s-g6-audio = "Firmware-qcom & Firmware-linaro" | ||
1937 | LICENSE:${PN}-qcom-x1e80100-lenovo-t14s-g6-compute = "Firmware-qcom" | ||
1938 | LICENSE:${PN}-qcom-x1e80100-lenovo-t14s-g6-vpu = "Firmware-qcom" | ||
1939 | LICENSE:${PN}-qcom-x1e80100-lenovo-yoga-slim7x-adreno = "Firmware-qcom" | ||
1940 | LICENSE:${PN}-qcom-x1e80100-lenovo-yoga-slim7x-audio = "Firmware-qcom & Firmware-linaro" | ||
1941 | LICENSE:${PN}-qcom-x1e80100-lenovo-yoga-slim7x-compute = "Firmware-qcom" | ||
1942 | LICENSE:${PN}-qcom-x1e80100-lenovo-yoga-slim7x-vpu = "Firmware-qcom" | ||
1943 | LICENSE:${PN}-qcom-x1p42100-adreno = "Firmware-qcom" | ||
1396 | 1944 | ||
1397 | FILES:${PN}-qcom-license = "${nonarch_base_libdir}/firmware/LICENSE.qcom ${nonarch_base_libdir}/firmware/qcom/NOTICE.txt" | 1945 | FILES:${PN}-qcom-license = "${nonarch_base_libdir}/firmware/LICENSE.qcom ${nonarch_base_libdir}/firmware/qcom/NOTICE.txt" |
1946 | FILES:${PN}-qcom-2-license = "${nonarch_base_libdir}/firmware/LICENSE.qcom-2" | ||
1398 | FILES:${PN}-qcom-yamato-license = "${nonarch_base_libdir}/firmware/LICENSE.qcom_yamato" | 1947 | FILES:${PN}-qcom-yamato-license = "${nonarch_base_libdir}/firmware/LICENSE.qcom_yamato" |
1948 | |||
1949 | FILES:${PN}-qcom-aic100 = "${nonarch_base_libdir}/firmware/qcom/aic100/*" | ||
1950 | FILES:${PN}-qcom-qdu100 = "${nonarch_base_libdir}/firmware/qcom/qdu100/*" | ||
1951 | |||
1399 | FILES:${PN}-qcom-venus-1.8 = "${nonarch_base_libdir}/firmware/qcom/venus-1.8/*" | 1952 | FILES:${PN}-qcom-venus-1.8 = "${nonarch_base_libdir}/firmware/qcom/venus-1.8/*" |
1400 | FILES:${PN}-qcom-venus-4.2 = "${nonarch_base_libdir}/firmware/qcom/venus-4.2/*" | 1953 | FILES:${PN}-qcom-venus-4.2 = "${nonarch_base_libdir}/firmware/qcom/venus-4.2/*" |
1401 | FILES:${PN}-qcom-venus-5.2 = "${nonarch_base_libdir}/firmware/qcom/venus-5.2/*" | 1954 | FILES:${PN}-qcom-venus-5.2 = "${nonarch_base_libdir}/firmware/qcom/venus-5.2/*" |
1402 | FILES:${PN}-qcom-venus-5.4 = "${nonarch_base_libdir}/firmware/qcom/venus-5.4/*" | 1955 | FILES:${PN}-qcom-venus-5.4 = "${nonarch_base_libdir}/firmware/qcom/venus-5.4/*" |
1403 | FILES:${PN}-qcom-venus-6.0 = "${nonarch_base_libdir}/firmware/qcom/venus-6.0/*" | 1956 | FILES:${PN}-qcom-venus-6.0 = "${nonarch_base_libdir}/firmware/qcom/venus-6.0/*" |
1404 | FILES:${PN}-qcom-vpu-1.0 = "${nonarch_base_libdir}/firmware/qcom/vpu-1.0/*" | 1957 | FILES:${PN}-qcom-vpu = " \ |
1405 | FILES:${PN}-qcom-vpu-2.0 = "${nonarch_base_libdir}/firmware/qcom/vpu-2.0/*" | 1958 | ${nonarch_base_libdir}/firmware/qcom/vpu/* \ |
1406 | FILES:${PN}-qcom-adreno-a2xx = "${nonarch_base_libdir}/firmware/qcom/leia_*.fw ${nonarch_base_libdir}/firmware/qcom/yamato_*.fw" | 1959 | ${nonarch_base_libdir}/firmware/qcom/vpu-1.0/* \ |
1407 | FILES:${PN}-qcom-adreno-a3xx = "${nonarch_base_libdir}/firmware/qcom/a3*_*.fw ${nonarch_base_libdir}/firmware/a300_*.fw" | 1960 | ${nonarch_base_libdir}/firmware/qcom/vpu-2.0/* \ |
1408 | FILES:${PN}-qcom-adreno-a4xx = "${nonarch_base_libdir}/firmware/qcom/a4*_*.fw" | 1961 | " |
1962 | FILES:${PN}-qcom-adreno-a2xx = "${nonarch_base_libdir}/firmware/qcom/leia_*.fw* ${nonarch_base_libdir}/firmware/qcom/yamato_*.fw* ${nonarch_base_libdir}/firmware/qcom/a2*_*.fw*" | ||
1963 | FILES:${PN}-qcom-adreno-a3xx = "${nonarch_base_libdir}/firmware/qcom/a3*_*.fw* ${nonarch_base_libdir}/firmware/a300_*.fw*" | ||
1964 | FILES:${PN}-qcom-adreno-a4xx = "${nonarch_base_libdir}/firmware/qcom/a4*_*.fw*" | ||
1409 | FILES:${PN}-qcom-adreno-a530 = "${nonarch_base_libdir}/firmware/qcom/a530*.fw*" | 1965 | FILES:${PN}-qcom-adreno-a530 = "${nonarch_base_libdir}/firmware/qcom/a530*.fw*" |
1966 | FILES:${PN}-qcom-adreno-a623 = "${nonarch_base_libdir}/firmware/qcom/a623*.*" | ||
1410 | FILES:${PN}-qcom-adreno-a630 = "${nonarch_base_libdir}/firmware/qcom/a630*.*" | 1967 | FILES:${PN}-qcom-adreno-a630 = "${nonarch_base_libdir}/firmware/qcom/a630*.*" |
1411 | FILES:${PN}-qcom-adreno-a650 = "${nonarch_base_libdir}/firmware/qcom/a650*.*" | 1968 | FILES:${PN}-qcom-adreno-a650 = "${nonarch_base_libdir}/firmware/qcom/a650*.*" |
1412 | FILES:${PN}-qcom-adreno-a660 = "${nonarch_base_libdir}/firmware/qcom/a660*.*" | 1969 | FILES:${PN}-qcom-adreno-a660 = "${nonarch_base_libdir}/firmware/qcom/a660*.*" |
1970 | FILES:${PN}-qcom-adreno-a663 = "${nonarch_base_libdir}/firmware/qcom/a663*.*" | ||
1413 | FILES:${PN}-qcom-adreno-a702 = "${nonarch_base_libdir}/firmware/qcom/a702*.*" | 1971 | FILES:${PN}-qcom-adreno-a702 = "${nonarch_base_libdir}/firmware/qcom/a702*.*" |
1414 | FILES:${PN}-qcom-apq8016-modem = "${nonarch_base_libdir}/firmware/qcom/apq8016/mba.mbn ${nonarch_base_libdir}/firmware/qcom/apq8016/modem.mbn" | 1972 | FILES:${PN}-qcom-adreno-g750 = "${nonarch_base_libdir}/firmware/qcom/gen70500_*.*" |
1415 | FILES:${PN}-qcom-apq8016-wifi = "${nonarch_base_libdir}/firmware/qcom/apq8016/wcnss.mbn ${nonarch_base_libdir}/firmware/qcom/apq8016/WCNSS*" | 1973 | FILES:${PN}-qcom-adreno-g715 = "${nonarch_base_libdir}/firmware/qcom/gen71500_*.*" |
1416 | FILES:${PN}-qcom-apq8096-adreno = "${nonarch_base_libdir}/firmware/qcom/apq8096/a530_zap.mbn ${nonarch_base_libdir}/firmware/qcom/a530_zap.mdt" | 1974 | FILES:${PN}-qcom-apq8016-modem = "${nonarch_base_libdir}/firmware/qcom/apq8016/mba.mbn* ${nonarch_base_libdir}/firmware/qcom/apq8016/modem.mbn*" |
1975 | FILES:${PN}-qcom-apq8016-wifi = "${nonarch_base_libdir}/firmware/qcom/apq8016/wcnss.mbn* ${nonarch_base_libdir}/firmware/qcom/apq8016/WCNSS*" | ||
1976 | FILES:${PN}-qcom-apq8096-adreno = "${nonarch_base_libdir}/firmware/qcom/apq8096/a530_zap.mbn* ${nonarch_base_libdir}/firmware/qcom/a530_zap.mdt*" | ||
1417 | FILES:${PN}-qcom-apq8096-audio = "${nonarch_base_libdir}/firmware/qcom/apq8096/adsp*.*" | 1977 | FILES:${PN}-qcom-apq8096-audio = "${nonarch_base_libdir}/firmware/qcom/apq8096/adsp*.*" |
1418 | FILES:${PN}-qcom-apq8096-modem = "${nonarch_base_libdir}/firmware/qcom/apq8096/mba.mbn ${nonarch_base_libdir}/firmware/qcom/apq8096/modem*.* ${nonarch_base_libdir}/firmware/qcom/apq8096/wlanmdsp.mbn" | 1978 | FILES:${PN}-qcom-apq8096-modem = "${nonarch_base_libdir}/firmware/qcom/apq8096/mba.mbn* ${nonarch_base_libdir}/firmware/qcom/apq8096/modem*.* ${nonarch_base_libdir}/firmware/qcom/apq8096/wlanmdsp.mbn*" |
1419 | FILES:${PN}-qcom-qcm2290-adreno = "${nonarch_base_libdir}/firmware/qcom/qcm2290/a702_zap.mbn" | 1979 | FILES:${PN}-qcom-qcm2290-adreno = "${nonarch_base_libdir}/firmware/qcom/qcm2290/a702_zap.mbn*" |
1420 | FILES:${PN}-qcom-qcm2290-audio = "${nonarch_base_libdir}/firmware/qcom/qcm2290/adsp*.*" | 1980 | FILES:${PN}-qcom-qcm2290-audio = "${nonarch_base_libdir}/firmware/qcom/qcm2290/adsp*.*" |
1421 | FILES:${PN}-qcom-qcm2290-modem = "${nonarch_base_libdir}/firmware/qcom/qcm2290/modem*.*" | 1981 | FILES:${PN}-qcom-qcm2290-modem = "${nonarch_base_libdir}/firmware/qcom/qcm2290/modem*.*" |
1422 | FILES:${PN}-qcom-qcm2290-wifi = "${nonarch_base_libdir}/firmware/qcom/qcm2290/wlanmdsp.mbn" | 1982 | FILES:${PN}-qcom-qcm2290-wifi = "${nonarch_base_libdir}/firmware/qcom/qcm2290/wlanmdsp.mbn* ${nonarch_base_libdir}/firmware/ath10k/WCN3990/hw1.0/qcm2290/*" |
1423 | FILES:${PN}-qcom-qrb4210-adreno = "${nonarch_base_libdir}/firmware/qcom/qrb4210/a610_zap.mbn" | 1983 | FILES:${PN}-qcom-qcm6490-adreno = "${nonarch_base_libdir}/firmware/qcom/qc[ms]6490/a660_zap.mbn*" |
1984 | FILES:${PN}-qcom-qcm6490-audio = "${nonarch_base_libdir}/firmware/qcom/qc[ms]6490/adsp*.* ${nonarch_base_libdir}/firmware/qcom/qc[ms]6490/battmgr.jsn" | ||
1985 | FILES:${PN}-qcom-qcm6490-compute = "${nonarch_base_libdir}/firmware/qcom/qc[ms]6490/cdsp*.*" | ||
1986 | FILES:${PN}-qcom-qcm6490-ipa = "${nonarch_base_libdir}/firmware/qcom/qcm6490/ipa_fws.mbn" | ||
1987 | FILES:${PN}-qcom-qcm6490-wifi = "${nonarch_base_libdir}/firmware/qcom/qc[ms]6490/wpss.mbn*" | ||
1988 | FILES:${PN}-qcom-qcm6490-qupv3fw = "${nonarch_base_libdir}/firmware/qcom/qcm6490/qupv3fw.elf*" | ||
1989 | FILES:${PN}-qcom-qcs615-adreno = "${nonarch_base_libdir}/firmware/qcom/qcs615/a612_zap.mbn*" | ||
1990 | FILES:${PN}-qcom-qcs8300-adreno = "${nonarch_base_libdir}/firmware/qcom/qcs8300/a623_zap.mbn*" | ||
1991 | FILES:${PN}-qcom-qcs8300-audio = "${nonarch_base_libdir}/firmware/qcom/qcs8300/adsp*.*" | ||
1992 | FILES:${PN}-qcom-qcs8300-compute = "${nonarch_base_libdir}/firmware/qcom/qcs8300/cdsp*.*" | ||
1993 | FILES:${PN}-qcom-qcs8300-generalpurpose = "${nonarch_base_libdir}/firmware/qcom/qcs8300/gpdsp*.*" | ||
1994 | FILES:${PN}-qcom-qcs8300-qupv3fw = "${nonarch_base_libdir}/firmware/qcom/qcs8300/qupv3fw.elf*" | ||
1995 | FILES:${PN}-qcom-qrb4210-adreno = "${nonarch_base_libdir}/firmware/qcom/qrb4210/a610_zap.mbn*" | ||
1424 | FILES:${PN}-qcom-qrb4210-audio = "${nonarch_base_libdir}/firmware/qcom/qrb4210/adsp*.*" | 1996 | FILES:${PN}-qcom-qrb4210-audio = "${nonarch_base_libdir}/firmware/qcom/qrb4210/adsp*.*" |
1425 | FILES:${PN}-qcom-qrb4210-compute = "${nonarch_base_libdir}/firmware/qcom/qrb4210/cdsp*.*" | 1997 | FILES:${PN}-qcom-qrb4210-compute = "${nonarch_base_libdir}/firmware/qcom/qrb4210/cdsp*.*" |
1426 | FILES:${PN}-qcom-qrb4210-modem = "${nonarch_base_libdir}/firmware/qcom/qrb4210/modem*.*" | 1998 | FILES:${PN}-qcom-qrb4210-modem = "${nonarch_base_libdir}/firmware/qcom/qrb4210/modem*.*" |
1427 | FILES:${PN}-qcom-qrb4210-wifi = "${nonarch_base_libdir}/firmware/qcom/qrb4210/wlanmdsp.mbn" | 1999 | FILES:${PN}-qcom-qrb4210-wifi = "${nonarch_base_libdir}/firmware/qcom/qrb4210/wlanmdsp.mbn* ${nonarch_base_libdir}/firmware/ath10k/WCN3990/hw1.0/qrb4210/*" |
2000 | FILES:${PN}-qcom-sa8775p-adreno = "${nonarch_base_libdir}/firmware/qcom/sa8775p/a663_zap.mbn*" | ||
2001 | FILES:${PN}-qcom-sa8775p-audio = "${nonarch_base_libdir}/firmware/qcom/sa8775p/adsp*.*" | ||
2002 | FILES:${PN}-qcom-sa8775p-compute = "${nonarch_base_libdir}/firmware/qcom/sa8775p/cdsp*.*" | ||
2003 | FILES:${PN}-qcom-sa8775p-generalpurpose = "${nonarch_base_libdir}/firmware/qcom/sa8775p/gpdsp*.*" | ||
2004 | FILES:${PN}-qcom-sa8775p-qupv3fw = "${nonarch_base_libdir}/firmware/qcom/sa8775p/qupv3fw.elf*" | ||
1428 | FILES:${PN}-qcom-sc8280xp-lenovo-x13s-compat = "${nonarch_base_libdir}/firmware/qcom/LENOVO/21BX" | 2005 | FILES:${PN}-qcom-sc8280xp-lenovo-x13s-compat = "${nonarch_base_libdir}/firmware/qcom/LENOVO/21BX" |
1429 | FILES:${PN}-qcom-sc8280xp-lenovo-x13s-audio = "${nonarch_base_libdir}/firmware/qcom/sc8280xp/LENOVO/21BX/*adsp*.* ${nonarch_base_libdir}/firmware/qcom/sc8280xp/LENOVO/21BX/battmgr.jsn ${nonarch_base_libdir}/firmware/qcom/sc8280xp/LENOVO/21BX/audioreach-tplg.bin ${nonarch_base_libdir}/firmware/qcom/sc8280xp/SC8280XP-LENOVO-X13S-tplg.bin" | 2006 | FILES:${PN}-qcom-sc8280xp-lenovo-x13s-audio = "${nonarch_base_libdir}/firmware/qcom/sc8280xp/LENOVO/21BX/*adsp*.* ${nonarch_base_libdir}/firmware/qcom/sc8280xp/LENOVO/21BX/battmgr.jsn* ${nonarch_base_libdir}/firmware/qcom/sc8280xp/LENOVO/21BX/audioreach-tplg.bin* ${nonarch_base_libdir}/firmware/qcom/sc8280xp/SC8280XP-LENOVO-X13S-tplg.bin*" |
1430 | FILES:${PN}-qcom-sc8280xp-lenovo-x13s-adreno = "${nonarch_base_libdir}/firmware/qcom/sc8280xp/LENOVO/21BX/qcdxkmsuc8280.mbn" | 2007 | FILES:${PN}-qcom-sc8280xp-lenovo-x13s-adreno = "${nonarch_base_libdir}/firmware/qcom/sc8280xp/LENOVO/21BX/qcdxkmsuc8280.mbn*" |
1431 | FILES:${PN}-qcom-sc8280xp-lenovo-x13s-compute = "${nonarch_base_libdir}/firmware/qcom/sc8280xp/LENOVO/21BX/*cdsp*.*" | 2008 | FILES:${PN}-qcom-sc8280xp-lenovo-x13s-compute = "${nonarch_base_libdir}/firmware/qcom/sc8280xp/LENOVO/21BX/*cdsp*.*" |
1432 | FILES:${PN}-qcom-sc8280xp-lenovo-x13s-sensors = "${nonarch_base_libdir}/firmware/qcom/sc8280xp/LENOVO/21BX/*slpi*.*" | 2009 | FILES:${PN}-qcom-sc8280xp-lenovo-x13s-sensors = "${nonarch_base_libdir}/firmware/qcom/sc8280xp/LENOVO/21BX/*slpi*.*" |
2010 | FILES:${PN}-qcom-sc8280xp-lenovo-x13s-vpu = "${nonarch_base_libdir}/firmware/qcom/sc8280xp/LENOVO/21BX/qcvss8280.mbn*" | ||
1433 | FILES:${PN}-qcom-sdm845-adreno = "${nonarch_base_libdir}/firmware/qcom/sdm845/a630*.*" | 2011 | FILES:${PN}-qcom-sdm845-adreno = "${nonarch_base_libdir}/firmware/qcom/sdm845/a630*.*" |
1434 | FILES:${PN}-qcom-sdm845-audio = "${nonarch_base_libdir}/firmware/qcom/sdm845/adsp*.*" | 2012 | FILES:${PN}-qcom-sdm845-audio = "${nonarch_base_libdir}/firmware/qcom/sdm845/adsp*.*" |
1435 | FILES:${PN}-qcom-sdm845-compute = "${nonarch_base_libdir}/firmware/qcom/sdm845/cdsp*.*" | 2013 | FILES:${PN}-qcom-sdm845-compute = "${nonarch_base_libdir}/firmware/qcom/sdm845/cdsp*.*" |
1436 | FILES:${PN}-qcom-sdm845-modem = "${nonarch_base_libdir}/firmware/qcom/sdm845/mba.mbn ${nonarch_base_libdir}/firmware/qcom/sdm845/modem*.* ${nonarch_base_libdir}/firmware/qcom/sdm845/wlanmdsp.mbn ${nonarch_base_libdir}/firmware/qcom/sdm845/notice.txt_wlanmdsp" | 2014 | FILES:${PN}-qcom-sdm845-modem = "${nonarch_base_libdir}/firmware/qcom/sdm845/mba.mbn* ${nonarch_base_libdir}/firmware/qcom/sdm845/modem*.* ${nonarch_base_libdir}/firmware/qcom/sdm845/wlanmdsp.mbn* ${nonarch_base_libdir}/firmware/qcom/sdm845/notice.txt_wlanmdsp* \ |
2015 | ${nonarch_base_libdir}/firmware/ath10k/WCN3990/hw1.0/wlanmdsp.mbn* ${nonarch_base_libdir}/firmware/ath10k/WCN3990/hw1.0/notice.txt_wlanmdsp" | ||
1437 | FILES:${PN}-qcom-sdm845-thundercomm-db845c-sensors = "${nonarch_base_libdir}/firmware/qcom/sdm845/Thundercomm/db845c/slpi*.*" | 2016 | FILES:${PN}-qcom-sdm845-thundercomm-db845c-sensors = "${nonarch_base_libdir}/firmware/qcom/sdm845/Thundercomm/db845c/slpi*.*" |
1438 | FILES:${PN}-qcom-sm8250-adreno = "${nonarch_base_libdir}/firmware/qcom/sm8250/a650*.*" | 2017 | FILES:${PN}-qcom-sm8250-adreno = "${nonarch_base_libdir}/firmware/qcom/sm8250/a650*.*" |
1439 | FILES:${PN}-qcom-sm8250-audio = "${nonarch_base_libdir}/firmware/qcom/sm8250/adsp*.*" | 2018 | FILES:${PN}-qcom-sm8250-audio = "${nonarch_base_libdir}/firmware/qcom/sm8250/adsp*.*" |
1440 | FILES:${PN}-qcom-sm8250-compute = "${nonarch_base_libdir}/firmware/qcom/sm8250/cdsp*.*" | 2019 | FILES:${PN}-qcom-sm8250-compute = "${nonarch_base_libdir}/firmware/qcom/sm8250/cdsp*.*" |
1441 | FILES:${PN}-qcom-sm8250-thundercomm-rb5-sensors = "${nonarch_base_libdir}/firmware/qcom/sm8250/Thundercomm/RB5/slpi*.*" | 2020 | FILES:${PN}-qcom-sm8250-thundercomm-rb5-sensors = "${nonarch_base_libdir}/firmware/qcom/sm8250/Thundercomm/RB5/slpi*.*" |
2021 | FILES:${PN}-qcom-sm8550-audio-tplg = "${nonarch_base_libdir}/firmware/qcom/sm8550/*tplg.bin*" | ||
2022 | FILES:${PN}-qcom-sm8650-audio-tplg = "${nonarch_base_libdir}/firmware/qcom/sm8650/*tplg.bin*" | ||
2023 | FILES:${PN}-qcom-x1e80100-adreno = "${nonarch_base_libdir}/firmware/qcom/x1e80100/gen70500_zap.mbn*" | ||
2024 | FILES:${PN}-qcom-x1e80100-audio = "${nonarch_base_libdir}/firmware/qcom/x1e80100/adsp*.* ${nonarch_base_libdir}/firmware/qcom/x1e80100/battmgr.jsn" | ||
2025 | FILES:${PN}-qcom-x1e80100-lenovo-t14s-g6-adreno = "${nonarch_base_libdir}/firmware/qcom/x1e80100/LENOVO/21N1/qcdxkmsuc8380.mbn*" | ||
2026 | FILES:${PN}-qcom-x1e80100-lenovo-t14s-g6-audio = "${nonarch_base_libdir}/firmware/qcom/x1e80100/LENOVO/21N1/*adsp*.* ${nonarch_base_libdir}/firmware/qcom/x1e80100/LENOVO/21N1/battmgr.jsn* ${nonarch_base_libdir}/firmware/qcom/x1e80100/LENOVO/21N1/X1E80100-LENOVO-Thinkpad-T14s-tplg.bin* ${nonarch_base_libdir}/firmware/qcom/x1e80100/X1E80100-LENOVO-Thinkpad-T14s-tplg.bin*" | ||
2027 | FILES:${PN}-qcom-x1e80100-lenovo-t14s-g6-compute = "${nonarch_base_libdir}/firmware/qcom/x1e80100/LENOVO/21N1/*cdsp*.*" | ||
2028 | FILES:${PN}-qcom-x1e80100-lenovo-t14s-g6-vpu = "${nonarch_base_libdir}/firmware/qcom/x1e80100/LENOVO/21N1/qcvss8380.mbn*" | ||
2029 | FILES:${PN}-qcom-x1e80100-lenovo-yoga-slim7x-adreno = "${nonarch_base_libdir}/firmware/qcom/x1e80100/LENOVO/83ED/qcdxkmsuc8380.mbn*" | ||
2030 | FILES:${PN}-qcom-x1e80100-lenovo-yoga-slim7x-audio = "${nonarch_base_libdir}/firmware/qcom/x1e80100/LENOVO/83ED/*adsp*.* ${nonarch_base_libdir}/firmware/qcom/x1e80100/LENOVO/83ED/battmgr.jsn* ${nonarch_base_libdir}/firmware/qcom/x1e80100/LENOVO/83ED/X1E80100-LENOVO-Yoga-Slim7x-tplg.bin* ${nonarch_base_libdir}/firmware/qcom/x1e80100/X1E80100-LENOVO-Yoga-Slim7x-tplg.bin*" | ||
2031 | FILES:${PN}-qcom-x1e80100-lenovo-yoga-slim7x-compute = "${nonarch_base_libdir}/firmware/qcom/x1e80100/LENOVO/83ED/*cdsp*.*" | ||
2032 | FILES:${PN}-qcom-x1e80100-lenovo-yoga-slim7x-vpu = "${nonarch_base_libdir}/firmware/qcom/x1e80100/LENOVO/83ED/qcvss8380.mbn* ${nonarch_base_libdir}/firmware/qcom/x1e80100/LENOVO/83ED/qcav1e8380.mbn*" | ||
2033 | FILES:${PN}-qcom-x1p42100-adreno = "${nonarch_base_libdir}/firmware/qcom/x1p42100/gen71500_zap.mbn*" | ||
2034 | |||
2035 | RDEPENDS:${PN}-qcom-aic100 = "${PN}-qcom-license" | ||
2036 | RDEPENDS:${PN}-qcom-qdu100 = "${PN}-qcom-license" | ||
1442 | 2037 | ||
1443 | RDEPENDS:${PN}-qcom-venus-1.8 = "${PN}-qcom-license" | 2038 | RDEPENDS:${PN}-qcom-venus-1.8 = "${PN}-qcom-license" |
1444 | RDEPENDS:${PN}-qcom-venus-4.2 = "${PN}-qcom-license" | 2039 | RDEPENDS:${PN}-qcom-venus-4.2 = "${PN}-qcom-license" |
1445 | RDEPENDS:${PN}-qcom-venus-5.2 = "${PN}-qcom-license" | 2040 | RDEPENDS:${PN}-qcom-venus-5.2 = "${PN}-qcom-license" |
1446 | RDEPENDS:${PN}-qcom-venus-5.4 = "${PN}-qcom-license" | 2041 | RDEPENDS:${PN}-qcom-venus-5.4 = "${PN}-qcom-license" |
1447 | RDEPENDS:${PN}-qcom-venus-6.0 = "${PN}-qcom-license" | 2042 | RDEPENDS:${PN}-qcom-venus-6.0 = "${PN}-qcom-license" |
1448 | RDEPENDS:${PN}-qcom-vpu-1.0 = "${PN}-qcom-license" | 2043 | RDEPENDS:${PN}-qcom-vpu = "${PN}-qcom-license" |
1449 | RDEPENDS:${PN}-qcom-vpu-2.0 = "${PN}-qcom-license" | ||
1450 | RDEPENDS:${PN}-qcom-adreno-a2xx = "${PN}-qcom-license ${PN}-qcom-yamato-license" | 2044 | RDEPENDS:${PN}-qcom-adreno-a2xx = "${PN}-qcom-license ${PN}-qcom-yamato-license" |
1451 | RDEPENDS:${PN}-qcom-adreno-a3xx = "${PN}-qcom-license" | 2045 | RDEPENDS:${PN}-qcom-adreno-a3xx = "${PN}-qcom-license" |
1452 | RDEPENDS:${PN}-qcom-adreno-a4xx = "${PN}-qcom-license" | 2046 | RDEPENDS:${PN}-qcom-adreno-a4xx = "${PN}-qcom-license" |
1453 | RDEPENDS:${PN}-qcom-adreno-a530 = "${PN}-qcom-license" | 2047 | RDEPENDS:${PN}-qcom-adreno-a530 = "${PN}-qcom-license" |
2048 | RDEPENDS:${PN}-qcom-adreno-a623 = "${PN}-qcom-license" | ||
1454 | RDEPENDS:${PN}-qcom-adreno-a630 = "${PN}-qcom-license" | 2049 | RDEPENDS:${PN}-qcom-adreno-a630 = "${PN}-qcom-license" |
1455 | RDEPENDS:${PN}-qcom-adreno-a650 = "${PN}-qcom-license" | 2050 | RDEPENDS:${PN}-qcom-adreno-a650 = "${PN}-qcom-license" |
1456 | RDEPENDS:${PN}-qcom-adreno-a660 = "${PN}-qcom-license" | 2051 | RDEPENDS:${PN}-qcom-adreno-a660 = "${PN}-qcom-license" |
2052 | RDEPENDS:${PN}-qcom-adreno-a663 = "${PN}-qcom-license ${PN}-qcom-adreno-a660" | ||
1457 | RDEPENDS:${PN}-qcom-adreno-a702 = "${PN}-qcom-license" | 2053 | RDEPENDS:${PN}-qcom-adreno-a702 = "${PN}-qcom-license" |
2054 | RDEPENDS:${PN}-qcom-adreno-g715 = "${PN}-qcom-license" | ||
2055 | RDEPENDS:${PN}-qcom-adreno-g750 = "${PN}-qcom-license" | ||
1458 | RDEPENDS:${PN}-qcom-apq8016-modem = "${PN}-qcom-license" | 2056 | RDEPENDS:${PN}-qcom-apq8016-modem = "${PN}-qcom-license" |
1459 | RDEPENDS:${PN}-qcom-apq8016-wifi = "${PN}-qcom-license" | 2057 | RDEPENDS:${PN}-qcom-apq8016-wifi = "${PN}-qcom-license" |
1460 | RDEPENDS:${PN}-qcom-apq8096-adreno = "${PN}-qcom-license" | 2058 | RDEPENDS:${PN}-qcom-apq8096-adreno = "${PN}-qcom-license" |
@@ -1464,15 +2062,39 @@ RDEPENDS:${PN}-qcom-qcm2290-adreno = "${PN}-qcom-license" | |||
1464 | RDEPENDS:${PN}-qcom-qcm2290-audio = "${PN}-qcom-license" | 2062 | RDEPENDS:${PN}-qcom-qcm2290-audio = "${PN}-qcom-license" |
1465 | RDEPENDS:${PN}-qcom-qcm2290-modem = "${PN}-qcom-license" | 2063 | RDEPENDS:${PN}-qcom-qcm2290-modem = "${PN}-qcom-license" |
1466 | RDEPENDS:${PN}-qcom-qcm2290-wifi = "${PN}-qcom-license" | 2064 | RDEPENDS:${PN}-qcom-qcm2290-wifi = "${PN}-qcom-license" |
2065 | RDEPENDS:${PN}-qcom-qcm6490-adreno = "${PN}-qcom-license" | ||
2066 | RPROVIDES:${PN}-qcom-qcm6490-adreno = "${PN}-qcom-qcs6490-adreno" | ||
2067 | RDEPENDS:${PN}-qcom-qcm6490-audio = "${PN}-qcom-license" | ||
2068 | RPROVIDES:${PN}-qcom-qcm6490-audio = "${PN}-qcom-qcs6490-audio" | ||
2069 | RDEPENDS:${PN}-qcom-qcm6490-compute = "${PN}-qcom-license" | ||
2070 | RPROVIDES:${PN}-qcom-qcm6490-compute = "${PN}-qcom-qcs6490-compute" | ||
2071 | RDEPENDS:${PN}-qcom-qcm6490-ipa = "${PN}-qcom-license" | ||
2072 | RDEPENDS:${PN}-qcom-qcm6490-wifi = "${PN}-qcom-license" | ||
2073 | RPROVIDES:${PN}-qcom-qcm6490-wifi = "${PN}-qcom-qcs6490-wifi" | ||
2074 | RDEPENDS:${PN}-qcom-qcm6490-qupv3fw = "${PN}-qcom-license" | ||
2075 | RDEPENDS:${PN}-qcom-qcs615-adreno = "${PN}-qcom-license" | ||
2076 | RDEPENDS:${PN}-qcom-qcs8300-adreno = "${PN}-qcom-license" | ||
2077 | RDEPENDS:${PN}-qcom-qcs8300-audio = "${PN}-qcom-2-license" | ||
2078 | RDEPENDS:${PN}-qcom-qcs8300-compute = "${PN}-qcom-2-license" | ||
2079 | RDEPENDS:${PN}-qcom-qcs8300-generalpurpose = "${PN}-qcom-2-license" | ||
2080 | RDEPENDS:${PN}-qcom-qcs8300-qupv3fw = "${PN}-qcom-license" | ||
1467 | RDEPENDS:${PN}-qcom-qrb4210-adreno = "${PN}-qcom-license" | 2081 | RDEPENDS:${PN}-qcom-qrb4210-adreno = "${PN}-qcom-license" |
1468 | RDEPENDS:${PN}-qcom-qrb4210-audio = "${PN}-qcom-license" | 2082 | RDEPENDS:${PN}-qcom-qrb4210-audio = "${PN}-qcom-license" |
1469 | RDEPENDS:${PN}-qcom-qrb4210-compute = "${PN}-qcom-license" | 2083 | RDEPENDS:${PN}-qcom-qrb4210-compute = "${PN}-qcom-license" |
1470 | RDEPENDS:${PN}-qcom-qrb4210-modem = "${PN}-qcom-license" | 2084 | RDEPENDS:${PN}-qcom-qrb4210-modem = "${PN}-qcom-license" |
1471 | RDEPENDS:${PN}-qcom-qrb4210-wifi = "${PN}-qcom-license" | 2085 | # Only symlinks in qcom-qrb4210-wifi, firmware is in qcom-qcm2290-wifi |
1472 | RDEPENDS:${PN}-qcom-sc8280xp-lenovo-x13s-audio = "${PN}-qcom-license" | 2086 | # c.f. https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/?id=650e88378e76d5fad3997a5398f1ade47a74d924 |
2087 | RDEPENDS:${PN}-qcom-qrb4210-wifi = "${PN}-qcom-license ${PN}-qcom-qcm2290-wifi" | ||
2088 | RDEPENDS:${PN}-qcom-sa8775p-adreno = "${PN}-qcom-license" | ||
2089 | RDEPENDS:${PN}-qcom-sa8775p-audio = "${PN}-qcom-2-license" | ||
2090 | RDEPENDS:${PN}-qcom-sa8775p-compute = "${PN}-qcom-2-license" | ||
2091 | RDEPENDS:${PN}-qcom-sa8775p-generalpurpose = "${PN}-qcom-2-license" | ||
2092 | RDEPENDS:${PN}-qcom-sa8775p-qupv3fw = "${PN}-qcom-license" | ||
2093 | RDEPENDS:${PN}-qcom-sc8280xp-lenovo-x13s-audio = "${PN}-qcom-license ${PN}-linaro-license" | ||
1473 | RDEPENDS:${PN}-qcom-sc8280xp-lenovo-x13s-adreno = "${PN}-qcom-license" | 2094 | RDEPENDS:${PN}-qcom-sc8280xp-lenovo-x13s-adreno = "${PN}-qcom-license" |
1474 | RDEPENDS:${PN}-qcom-sc8280xp-lenovo-x13s-compute = "${PN}-qcom-license" | 2095 | RDEPENDS:${PN}-qcom-sc8280xp-lenovo-x13s-compute = "${PN}-qcom-license" |
1475 | RDEPENDS:${PN}-qcom-sc8280xp-lenovo-x13s-sensors = "${PN}-qcom-license" | 2096 | RDEPENDS:${PN}-qcom-sc8280xp-lenovo-x13s-sensors = "${PN}-qcom-license" |
2097 | RDEPENDS:${PN}-qcom-sc8280xp-lenovo-x13s-vpu = "${PN}-qcom-license" | ||
1476 | RDEPENDS:${PN}-qcom-sdm845-adreno = "${PN}-qcom-license" | 2098 | RDEPENDS:${PN}-qcom-sdm845-adreno = "${PN}-qcom-license" |
1477 | RDEPENDS:${PN}-qcom-sdm845-audio = "${PN}-qcom-license" | 2099 | RDEPENDS:${PN}-qcom-sdm845-audio = "${PN}-qcom-license" |
1478 | RDEPENDS:${PN}-qcom-sdm845-compute = "${PN}-qcom-license" | 2100 | RDEPENDS:${PN}-qcom-sdm845-compute = "${PN}-qcom-license" |
@@ -1482,11 +2104,24 @@ RDEPENDS:${PN}-qcom-sm8250-adreno = "${PN}-qcom-license" | |||
1482 | RDEPENDS:${PN}-qcom-sm8250-audio = "${PN}-qcom-license" | 2104 | RDEPENDS:${PN}-qcom-sm8250-audio = "${PN}-qcom-license" |
1483 | RDEPENDS:${PN}-qcom-sm8250-compute = "${PN}-qcom-license" | 2105 | RDEPENDS:${PN}-qcom-sm8250-compute = "${PN}-qcom-license" |
1484 | RDEPENDS:${PN}-qcom-sm8250-thundercomm-rb5-sensors = "${PN}-qcom-license" | 2106 | RDEPENDS:${PN}-qcom-sm8250-thundercomm-rb5-sensors = "${PN}-qcom-license" |
2107 | RDEPENDS:${PN}-qcom-sm8550-audio-tplg = "${PN}-linaro-license" | ||
2108 | RDEPENDS:${PN}-qcom-sm8650-audio-tplg = "${PN}-linaro-license" | ||
2109 | RDEPENDS:${PN}-qcom-x1e80100-adreno = "${PN}-qcom-license" | ||
2110 | RDEPENDS:${PN}-qcom-x1e80100-audio = "${PN}-qcom-license" | ||
2111 | RDEPENDS:${PN}-qcom-x1e80100-lenovo-t14s-g6-adreno = "${PN}-qcom-license" | ||
2112 | RDEPENDS:${PN}-qcom-x1e80100-lenovo-t14s-g6-audio = "${PN}-qcom-license ${PN}-linaro-license" | ||
2113 | RDEPENDS:${PN}-qcom-x1e80100-lenovo-t14s-g6-compute = "${PN}-qcom-license" | ||
2114 | RDEPENDS:${PN}-qcom-x1e80100-lenovo-yoga-slim7x-adreno = "${PN}-qcom-license" | ||
2115 | RDEPENDS:${PN}-qcom-x1e80100-lenovo-yoga-slim7x-audio = "${PN}-qcom-license ${PN}-linaro-license" | ||
2116 | RDEPENDS:${PN}-qcom-x1e80100-lenovo-yoga-slim7x-compute = "${PN}-qcom-license" | ||
2117 | RDEPENDS:${PN}-qcom-x1e80100-lenovo-yoga-slim7x-vpu = "${PN}-qcom-license" | ||
2118 | RDEPENDS:${PN}-qcom-x1p42100-adreno = "${PN}-qcom-license" | ||
1485 | 2119 | ||
1486 | RRECOMMENDS:${PN}-qcom-sc8280xp-lenovo-x13s-audio = "${PN}-qcom-sc8280xp-lenovo-x13s-compat" | 2120 | RRECOMMENDS:${PN}-qcom-sc8280xp-lenovo-x13s-audio = "${PN}-qcom-sc8280xp-lenovo-x13s-compat" |
1487 | RRECOMMENDS:${PN}-qcom-sc8280xp-lenovo-x13s-adreno = "${PN}-qcom-sc8280xp-lenovo-x13s-compat" | 2121 | RRECOMMENDS:${PN}-qcom-sc8280xp-lenovo-x13s-adreno = "${PN}-qcom-sc8280xp-lenovo-x13s-compat" |
1488 | RRECOMMENDS:${PN}-qcom-sc8280xp-lenovo-x13s-compute = "${PN}-qcom-sc8280xp-lenovo-x13s-compat" | 2122 | RRECOMMENDS:${PN}-qcom-sc8280xp-lenovo-x13s-compute = "${PN}-qcom-sc8280xp-lenovo-x13s-compat" |
1489 | RRECOMMENDS:${PN}-qcom-sc8280xp-lenovo-x13s-sensors = "${PN}-qcom-sc8280xp-lenovo-x13s-compat" | 2123 | RRECOMMENDS:${PN}-qcom-sc8280xp-lenovo-x13s-sensors = "${PN}-qcom-sc8280xp-lenovo-x13s-compat" |
2124 | RRECOMMENDS:${PN}-qcom-sc8280xp-lenovo-x13s-vpu = "${PN}-qcom-sc8280xp-lenovo-x13s-compat" | ||
1490 | 2125 | ||
1491 | LICENSE:${PN}-liquidui = "Firmware-cavium_liquidio" | 2126 | LICENSE:${PN}-liquidui = "Firmware-cavium_liquidio" |
1492 | FILES:${PN}-liquidio = "${nonarch_base_libdir}/firmware/liquidio" | 2127 | FILES:${PN}-liquidio = "${nonarch_base_libdir}/firmware/liquidio" |
@@ -1501,7 +2136,7 @@ RDEPENDS:${PN}-prestera = "${PN}-marvell-license" | |||
1501 | # For Rockchip | 2136 | # For Rockchip |
1502 | LICENSE:${PN}-rockchip-dptx = "Firmware-rockchip" | 2137 | LICENSE:${PN}-rockchip-dptx = "Firmware-rockchip" |
1503 | FILES:${PN}-rockchip-license = "${nonarch_base_libdir}/firmware/LICENCE.rockchip" | 2138 | FILES:${PN}-rockchip-license = "${nonarch_base_libdir}/firmware/LICENCE.rockchip" |
1504 | FILES:${PN}-rockchip-dptx = "${nonarch_base_libdir}/firmware/rockchip/dptx.bin" | 2139 | FILES:${PN}-rockchip-dptx = "${nonarch_base_libdir}/firmware/rockchip/dptx.bin*" |
1505 | RDEPENDS:${PN}-rockchip-dptx = "${PN}-rockchip-license" | 2140 | RDEPENDS:${PN}-rockchip-dptx = "${PN}-rockchip-license" |
1506 | 2141 | ||
1507 | # For Amlogic VDEC | 2142 | # For Amlogic VDEC |
@@ -1514,27 +2149,49 @@ RDEPENDS:${PN}-amlogic-vdec = "${PN}-amlogic-vdec-license" | |||
1514 | # Maybe split out to separate packages when needed. | 2149 | # Maybe split out to separate packages when needed. |
1515 | LICENSE:${PN} = "\ | 2150 | LICENSE:${PN} = "\ |
1516 | Firmware-Abilis \ | 2151 | Firmware-Abilis \ |
2152 | & Firmware-aeonsemi \ | ||
1517 | & Firmware-agere \ | 2153 | & Firmware-agere \ |
2154 | & Firmware-airoha \ | ||
2155 | & Firmware-alacritech \ | ||
1518 | & Firmware-amdgpu \ | 2156 | & Firmware-amdgpu \ |
2157 | & Firmware-amdisp \ | ||
2158 | & Firmware-amdnpu \ | ||
2159 | & Firmware-amd_pmf \ | ||
2160 | & Firmware-amd-sev \ | ||
1519 | & Firmware-amd-ucode \ | 2161 | & Firmware-amd-ucode \ |
2162 | & Firmware-amlogic \ | ||
1520 | & Firmware-amlogic_vdec \ | 2163 | & Firmware-amlogic_vdec \ |
1521 | & Firmware-atmel \ | 2164 | & Firmware-atmel \ |
2165 | & Firmware-bmi260 \ | ||
2166 | & Firmware-bnx2 \ | ||
2167 | & Firmware-bnx2x \ | ||
1522 | & Firmware-ca0132 \ | 2168 | & Firmware-ca0132 \ |
1523 | & Firmware-cavium \ | 2169 | & Firmware-cavium \ |
1524 | & Firmware-chelsio_firmware \ | 2170 | & Firmware-chelsio_firmware \ |
1525 | & Firmware-cirrus \ | 2171 | & Firmware-cirrus \ |
1526 | & Firmware-cnm \ | 2172 | & Firmware-cnm \ |
1527 | & Firmware-cw1200 \ | 2173 | & Firmware-cw1200 \ |
2174 | & Firmware-cw1200-sdd \ | ||
2175 | & Firmware-cxgb3 \ | ||
2176 | & Firmware-dabusb \ | ||
1528 | & Firmware-dib0700 \ | 2177 | & Firmware-dib0700 \ |
1529 | & Firmware-e100 \ | 2178 | & Firmware-e100 \ |
2179 | & Firmware-emi26 \ | ||
1530 | & Firmware-ene_firmware \ | 2180 | & Firmware-ene_firmware \ |
1531 | & Firmware-fw_sst_0f28 \ | 2181 | & Firmware-fw_sst_0f28 \ |
1532 | & Firmware-go7007 \ | 2182 | & Firmware-go7007 \ |
1533 | & Firmware-hfi1_firmware \ | 2183 | & Firmware-hfi1_firmware \ |
1534 | & Firmware-ibt_firmware \ | 2184 | & Firmware-ibt_firmware \ |
2185 | & Firmware-intel \ | ||
2186 | & Firmware-intel_vpu \ | ||
2187 | & Firmware-ipu3_firmware \ | ||
1535 | & Firmware-it913x \ | 2188 | & Firmware-it913x \ |
2189 | & Firmware-ivsc \ | ||
2190 | & Firmware-ixp4xx \ | ||
1536 | & Firmware-IntcSST2 \ | 2191 | & Firmware-IntcSST2 \ |
1537 | & Firmware-kaweth \ | 2192 | & Firmware-kaweth \ |
2193 | & Firmware-keyspan \ | ||
2194 | & Firmware-montage \ | ||
1538 | & Firmware-moxa \ | 2195 | & Firmware-moxa \ |
1539 | & Firmware-myri10ge_firmware \ | 2196 | & Firmware-myri10ge_firmware \ |
1540 | & Firmware-nvidia \ | 2197 | & Firmware-nvidia \ |
@@ -1554,11 +2211,15 @@ LICENSE:${PN} = "\ | |||
1554 | & Firmware-siano \ | 2211 | & Firmware-siano \ |
1555 | & Firmware-ti-connectivity \ | 2212 | & Firmware-ti-connectivity \ |
1556 | & Firmware-ti-keystone \ | 2213 | & Firmware-ti-keystone \ |
2214 | & Firmware-ti-tspa \ | ||
2215 | & Firmware-tigon \ | ||
2216 | & Firmware-typhoon \ | ||
1557 | & Firmware-ueagle-atm4-firmware \ | 2217 | & Firmware-ueagle-atm4-firmware \ |
1558 | & Firmware-wl1251 \ | 2218 | & Firmware-wl1251 \ |
1559 | & Firmware-xc4000 \ | 2219 | & Firmware-xc4000 \ |
1560 | & Firmware-xc5000 \ | 2220 | & Firmware-xc5000 \ |
1561 | & Firmware-xc5000c \ | 2221 | & Firmware-xc5000c \ |
2222 | & Firmware-xe \ | ||
1562 | & WHENCE \ | 2223 | & WHENCE \ |
1563 | " | 2224 | " |
1564 | 2225 | ||
@@ -1570,6 +2231,11 @@ RDEPENDS:${PN} += "${PN}-whence-license" | |||
1570 | # Make linux-firmware depend on all of the split-out packages. | 2231 | # Make linux-firmware depend on all of the split-out packages. |
1571 | # Make linux-firmware-iwlwifi depend on all of the split-out iwlwifi packages. | 2232 | # Make linux-firmware-iwlwifi depend on all of the split-out iwlwifi packages. |
1572 | # Make linux-firmware-ibt depend on all of the split-out ibt packages. | 2233 | # Make linux-firmware-ibt depend on all of the split-out ibt packages. |
2234 | # Make linux-firmware-ath10k depend on all of the split-out ath10k packages. | ||
2235 | # Make linux-firmware-ath11k depend on all of the split-out ath11k packages. | ||
2236 | # Make linux-firmware-ath12k depend on all of the split-out ath12k packages. | ||
2237 | # Make linux-firmware-qca depend on all of the split-out qca packages. | ||
2238 | # Make linux-firmware-amdgpu depend on all of the split-out amdgpu packages. | ||
1573 | python populate_packages:prepend () { | 2239 | python populate_packages:prepend () { |
1574 | firmware_pkgs = oe.utils.packages_filter_out_system(d) | 2240 | firmware_pkgs = oe.utils.packages_filter_out_system(d) |
1575 | d.appendVar('RRECOMMENDS:linux-firmware', ' ' + ' '.join(firmware_pkgs)) | 2241 | d.appendVar('RRECOMMENDS:linux-firmware', ' ' + ' '.join(firmware_pkgs)) |
@@ -1579,6 +2245,21 @@ python populate_packages:prepend () { | |||
1579 | 2245 | ||
1580 | ibt_pkgs = filter(lambda x: x.find('-ibt-') != -1, firmware_pkgs) | 2246 | ibt_pkgs = filter(lambda x: x.find('-ibt-') != -1, firmware_pkgs) |
1581 | d.appendVar('RRECOMMENDS:linux-firmware-ibt', ' ' + ' '.join(ibt_pkgs)) | 2247 | d.appendVar('RRECOMMENDS:linux-firmware-ibt', ' ' + ' '.join(ibt_pkgs)) |
2248 | |||
2249 | ath10k_pkgs = filter(lambda x: x.find('-ath10k-') != -1, firmware_pkgs) | ||
2250 | d.appendVar('RRECOMMENDS:linux-firmware-ath10k', ' ' + ' '.join(ath10k_pkgs)) | ||
2251 | |||
2252 | ath11k_pkgs = filter(lambda x: x.find('-ath11k-') != -1, firmware_pkgs) | ||
2253 | d.appendVar('RRECOMMENDS:linux-firmware-ath11k', ' ' + ' '.join(ath11k_pkgs)) | ||
2254 | |||
2255 | ath12k_pkgs = filter(lambda x: x.find('-ath12k-') != -1, firmware_pkgs) | ||
2256 | d.appendVar('RRECOMMENDS:linux-firmware-ath12k', ' ' + ' '.join(ath12k_pkgs)) | ||
2257 | |||
2258 | qca_pkgs = filter(lambda x: x.find('-qca-') != -1, firmware_pkgs) | ||
2259 | d.appendVar('RRECOMMENDS:linux-firmware-qca', ' ' + ' '.join(qca_pkgs)) | ||
2260 | |||
2261 | amdgpu_pkgs = filter(lambda x: x.find('-amdgpu-') != -1, firmware_pkgs) | ||
2262 | d.appendVar('RRECOMMENDS:linux-firmware-amdgpu', ' ' + ' '.join(amdgpu_pkgs)) | ||
1582 | } | 2263 | } |
1583 | 2264 | ||
1584 | # Firmware files are generally not ran on the CPU, so they can be | 2265 | # Firmware files are generally not ran on the CPU, so they can be |
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc index 3a8d32e785..1f5c47f453 100644 --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc | |||
@@ -60,7 +60,7 @@ KORG_ARCHIVE_COMPRESSION ?= "xz" | |||
60 | SRC_URI = "${KERNELORG_MIRROR}/linux/kernel/v${HEADER_FETCH_VER}/linux-${PV}.tar.${KORG_ARCHIVE_COMPRESSION}" | 60 | SRC_URI = "${KERNELORG_MIRROR}/linux/kernel/v${HEADER_FETCH_VER}/linux-${PV}.tar.${KORG_ARCHIVE_COMPRESSION}" |
61 | UPSTREAM_CHECK_URI = "https://www.kernel.org/" | 61 | UPSTREAM_CHECK_URI = "https://www.kernel.org/" |
62 | 62 | ||
63 | S = "${WORKDIR}/linux-${PV}" | 63 | S = "${UNPACKDIR}/linux-${PV}" |
64 | 64 | ||
65 | EXTRA_OEMAKE = " HOSTCC="${BUILD_CC}" HOSTCPP="${BUILD_CPP}"" | 65 | EXTRA_OEMAKE = " HOSTCC="${BUILD_CC}" HOSTCPP="${BUILD_CPP}"" |
66 | 66 | ||
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers/0001-kbuild-install_headers.sh-Strip-_UAPI-from-if-define.patch b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers/0001-kbuild-install_headers.sh-Strip-_UAPI-from-if-define.patch deleted file mode 100644 index 54528b6e6a..0000000000 --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers/0001-kbuild-install_headers.sh-Strip-_UAPI-from-if-define.patch +++ /dev/null | |||
@@ -1,38 +0,0 @@ | |||
1 | From 9ca6c6a510bda90954aa2532711200b89dd1df89 Mon Sep 17 00:00:00 2001 | ||
2 | From: Dave Martin <Dave.Martin@arm.com> | ||
3 | Date: Tue, 11 Dec 2018 19:26:45 +0000 | ||
4 | Subject: [PATCH 1/3] kbuild: install_headers.sh: Strip _UAPI from | ||
5 | #if-defined() guards | ||
6 | |||
7 | install_headers.sh knows how to strip the _UAPI prefix from #ifdef/ | ||
8 | ifndef and #define directives used to guard headers against multiple | ||
9 | or inappropriate inclusion. Currently this does not work for guards | ||
10 | in the "#if defined()" style, which may be needed for non-trivial | ||
11 | cases. | ||
12 | |||
13 | This patch adds similar logic so that the _UAPI prefix is also | ||
14 | stripped from guard directives written using "#if defined()" etc. | ||
15 | |||
16 | This is not completely foolproof, but will work for simple cases of | ||
17 | using #if defined() to guard against inappropriate header inclusion. | ||
18 | |||
19 | Signed-off-by: Dave Martin <Dave.Martin@arm.com> | ||
20 | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> | ||
21 | |||
22 | Upstream-Status: Submitted [https://www.spinics.net/lists/arm-kernel/msg694800.html] | ||
23 | --- | ||
24 | scripts/headers_install.sh | 1 + | ||
25 | 1 file changed, 1 insertion(+) | ||
26 | |||
27 | Index: linux-5.4/scripts/headers_install.sh | ||
28 | =================================================================== | ||
29 | --- linux-5.4.orig/scripts/headers_install.sh | ||
30 | +++ linux-5.4/scripts/headers_install.sh | ||
31 | @@ -36,6 +36,7 @@ | ||
32 | s/(^|[^a-zA-Z0-9])__packed([^a-zA-Z0-9_]|$)/\1__attribute__((packed))\2/g | ||
33 | s/(^|[[:space:](])(inline|asm|volatile)([[:space:](]|$)/\1__\2__\3/g | ||
34 | s@#(ifndef|define|endif[[:space:]]*/[*])[[:space:]]*_UAPI@#\1 @ | ||
35 | + :1;s/(#(if|elif)(.*[^A-Za-z0-9_])defined\([[:space:]]*)_UAPI/\1/;t1 | ||
36 | ' $INFILE > $TMPFILE || exit 1 | ||
37 | |||
38 | scripts/unifdef -U__KERNEL__ -D__EXPORTED_HEADERS__ $TMPFILE > $OUTFILE | ||
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.15.bb index d68de6ec7e..70d2fd80ee 100644 --- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.6.bb +++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.15.bb | |||
@@ -6,12 +6,7 @@ SRC_URI:append:libc-musl = "\ | |||
6 | file://0001-libc-compat.h-musl-_does_-define-IFF_LOWER_UP-DORMAN.patch \ | 6 | file://0001-libc-compat.h-musl-_does_-define-IFF_LOWER_UP-DORMAN.patch \ |
7 | " | 7 | " |
8 | 8 | ||
9 | SRC_URI += "\ | ||
10 | file://0001-kbuild-install_headers.sh-Strip-_UAPI-from-if-define.patch \ | ||
11 | " | ||
12 | |||
13 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
14 | 10 | ||
15 | SRC_URI[sha256sum] = "d926a06c63dd8ac7df3f86ee1ffc2ce2a3b81a2d168484e76b5b389aba8e56d0" | 11 | SRC_URI[sha256sum] = "7586962547803be7ecc4056efc927fb25214548722bd28171172f3599abb9764" |
16 | |||
17 | 12 | ||
diff --git a/meta/recipes-kernel/linux/cve-exclusion.inc b/meta/recipes-kernel/linux/cve-exclusion.inc index 7857633943..80c76433ef 100644 --- a/meta/recipes-kernel/linux/cve-exclusion.inc +++ b/meta/recipes-kernel/linux/cve-exclusion.inc | |||
@@ -32,3 +32,128 @@ CVE_STATUS[CVE-2020-11935] = "not-applicable-config: Issue only affects aufs, wh | |||
32 | CVE_STATUS[CVE-2023-23005] = "disputed: There are no realistic cases \ | 32 | CVE_STATUS[CVE-2023-23005] = "disputed: There are no realistic cases \ |
33 | in which a user can cause the alloc_memory_type error case to be reached. \ | 33 | in which a user can cause the alloc_memory_type error case to be reached. \ |
34 | See: https://bugzilla.suse.com/show_bug.cgi?id=1208844#c2" | 34 | See: https://bugzilla.suse.com/show_bug.cgi?id=1208844#c2" |
35 | |||
36 | # Old CVES taken before using new data from kernel CNA | ||
37 | |||
38 | CVE_STATUS[CVE-2014-8171] = "fixed-version: Fixed from version 3.12rc1" | ||
39 | |||
40 | CVE_STATUS[CVE-2017-1000255] = "fixed-version: Fixed from version 4.14rc5" | ||
41 | |||
42 | CVE_STATUS[CVE-2018-10840] = "fixed-version: Fixed from version 4.18rc1" | ||
43 | |||
44 | CVE_STATUS[CVE-2018-10876] = "fixed-version: Fixed from version 4.18rc4" | ||
45 | |||
46 | CVE_STATUS[CVE-2018-10882] = "fixed-version: Fixed from version 4.18rc4" | ||
47 | |||
48 | CVE_STATUS[CVE-2018-10902] = "fixed-version: Fixed from version 4.18rc6" | ||
49 | |||
50 | CVE_STATUS[CVE-2018-14625] = "fixed-version: Fixed from version 4.20rc6" | ||
51 | |||
52 | CVE_STATUS[CVE-2019-3016] = "fixed-version: Fixed from version 5.6rc1" | ||
53 | |||
54 | CVE_STATUS[CVE-2019-3819] = "fixed-version: Fixed from version 5.0rc6" | ||
55 | |||
56 | CVE_STATUS[CVE-2019-3887] = "fixed-version: Fixed from version 5.1rc4" | ||
57 | |||
58 | CVE_STATUS[CVE-2020-10742] = "fixed-version: Fixed from version 3.16rc1" | ||
59 | |||
60 | CVE_STATUS[CVE-2020-16119] = "fixed-version: Fixed from version 5.15rc2" | ||
61 | |||
62 | CVE_STATUS[CVE-2020-1749] = "fixed-version: Fixed from version 5.5rc1" | ||
63 | |||
64 | CVE_STATUS[CVE-2020-25672] = "fixed-version: Fixed from version 5.12rc7" | ||
65 | |||
66 | CVE_STATUS[CVE-2020-27815] = "fixed-version: Fixed from version 5.11rc1" | ||
67 | |||
68 | CVE_STATUS[CVE-2020-8834] = "fixed-version: Fixed from version 4.18rc1" | ||
69 | |||
70 | CVE_STATUS[CVE-2021-20194] = "fixed-version: Fixed from version 5.10rc1" | ||
71 | |||
72 | CVE_STATUS[CVE-2021-20265] = "fixed-version: Fixed from version 4.5rc3" | ||
73 | |||
74 | CVE_STATUS[CVE-2021-3564] = "fixed-version: Fixed from version 5.13rc5" | ||
75 | |||
76 | CVE_STATUS[CVE-2021-3669] = "fixed-version: Fixed from version 5.15rc1" | ||
77 | |||
78 | CVE_STATUS[CVE-2021-3759] = "fixed-version: Fixed from version 5.15rc1" | ||
79 | |||
80 | CVE_STATUS[CVE-2021-4218] = "fixed-version: Fixed from version 5.8rc1" | ||
81 | |||
82 | CVE_STATUS[CVE-2022-0286] = "fixed-version: Fixed from version 5.14rc2" | ||
83 | |||
84 | CVE_STATUS[CVE-2022-1462] = "fixed-version: Fixed from version 5.19rc7" | ||
85 | |||
86 | CVE_STATUS[CVE-2022-2308] = "fixed-version: Fixed from version 6.0" | ||
87 | |||
88 | CVE_STATUS[CVE-2022-2327] = "fixed-version: Fixed from version 5.12rc1" | ||
89 | |||
90 | CVE_STATUS[CVE-2022-2663] = "fixed-version: Fixed from version 6.0rc5" | ||
91 | |||
92 | CVE_STATUS[CVE-2022-2785] = "fixed-version: Fixed from version 6.0rc1" | ||
93 | |||
94 | CVE_STATUS[CVE-2022-3435] = "fixed-version: Fixed from version 6.1rc1" | ||
95 | |||
96 | CVE_STATUS[CVE-2022-3523] = "fixed-version: Fixed from version 6.1rc1" | ||
97 | |||
98 | CVE_STATUS[CVE-2022-3534] = "fixed-version: Fixed from version 6.2rc1" | ||
99 | |||
100 | CVE_STATUS[CVE-2022-3566] = "fixed-version: Fixed from version 6.1rc1" | ||
101 | |||
102 | CVE_STATUS[CVE-2022-3567] = "fixed-version: Fixed from version 6.1rc1" | ||
103 | |||
104 | CVE_STATUS[CVE-2022-3619] = "fixed-version: Fixed from version 6.1rc4" | ||
105 | |||
106 | CVE_STATUS[CVE-2022-3621] = "fixed-version: Fixed from version 6.1rc1" | ||
107 | |||
108 | CVE_STATUS[CVE-2022-3624] = "fixed-version: Fixed from version 6.0rc1" | ||
109 | |||
110 | CVE_STATUS[CVE-2022-3629] = "fixed-version: Fixed from version 6.0rc1" | ||
111 | |||
112 | CVE_STATUS[CVE-2022-3630] = "fixed-version: Fixed from version 6.0rc1" | ||
113 | |||
114 | CVE_STATUS[CVE-2022-3633] = "fixed-version: Fixed from version 6.0rc1" | ||
115 | |||
116 | CVE_STATUS[CVE-2022-3636] = "fixed-version: Fixed from version 5.19rc1" | ||
117 | |||
118 | CVE_STATUS[CVE-2022-36402] = "fixed-version: Fixed from version 6.5" | ||
119 | |||
120 | CVE_STATUS[CVE-2022-3646] = "fixed-version: Fixed from version 6.1rc1" | ||
121 | |||
122 | CVE_STATUS[CVE-2022-42895] = "fixed-version: Fixed from version 6.1rc4" | ||
123 | |||
124 | CVE_STATUS[CVE-2022-4382] = "fixed-version: Fixed from version 6.2rc5" | ||
125 | |||
126 | CVE_STATUS[CVE-2023-1073] = "fixed-version: Fixed from version 6.2rc5" | ||
127 | |||
128 | CVE_STATUS[CVE-2023-1074] = "fixed-version: Fixed from version 6.2rc6" | ||
129 | |||
130 | CVE_STATUS[CVE-2023-1075] = "fixed-version: Fixed from version 6.2rc7" | ||
131 | |||
132 | CVE_STATUS[CVE-2023-1076] = "fixed-version: Fixed from version 6.3rc1" | ||
133 | |||
134 | CVE_STATUS[CVE-2023-2898] = "fixed-version: Fixed from version 6.5rc1" | ||
135 | |||
136 | CVE_STATUS[CVE-2023-3079] = "not-applicable-config: Issue only affects chromium, which is not in linux-yocto" | ||
137 | |||
138 | CVE_STATUS[CVE-2023-3772] = "fixed-version: Fixed from version 6.5rc7" | ||
139 | |||
140 | CVE_STATUS[CVE-2023-3773] = "fixed-version: Fixed from version 6.5rc7" | ||
141 | |||
142 | CVE_STATUS[CVE-2023-4155] = "fixed-version: Fixed from version 6.5rc6" | ||
143 | |||
144 | CVE_STATUS[CVE-2023-6176] = "fixed-version: Fixed from version 6.6rc2" | ||
145 | |||
146 | # Fix https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=f98364e926626c678fb4b9004b75cacf92ff0662 | ||
147 | CVE_STATUS[CVE-2023-6270] = "fixed-version: Fixed from 6.9" | ||
148 | |||
149 | # Fix https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=567320c46a60a3c39b69aa1df802d753817a3f86 | ||
150 | CVE_STATUS[CVE-2023-6610] = "fixed-version: Fixed from 6.7rc7" | ||
151 | |||
152 | #Fix https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=65c95f78917ea6fa7ff189a2c19879c4fe161873 | ||
153 | CVE_STATUS[CVE-2023-6679] = "fixed-version: Fixed from 6.7rc6" | ||
154 | |||
155 | #Fix https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=ad25ee36f00172f7d53242dc77c69fff7ced0755 | ||
156 | CVE_STATUS[CVE-2023-7042] = "fixed-version: Fixed from 6.9rc1" | ||
157 | |||
158 | #Fix https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=7315dc1e122c85ffdfc8defffbb8f8b616c2eb1a | ||
159 | CVE_STATUS[CVE-2024-0193] = "fixed-version: Fixed from 6.7" | ||
diff --git a/meta/recipes-kernel/linux/cve-exclusion_6.12.inc b/meta/recipes-kernel/linux/cve-exclusion_6.12.inc new file mode 100644 index 0000000000..98e90078d4 --- /dev/null +++ b/meta/recipes-kernel/linux/cve-exclusion_6.12.inc | |||
@@ -0,0 +1,14046 @@ | |||
1 | |||
2 | # Auto-generated CVE metadata, DO NOT EDIT BY HAND. | ||
3 | # Generated at 2025-07-09 07:57:09.220247+00:00 for kernel version 6.12.36 | ||
4 | # From cvelistV5 cve_2025-07-09_0700Z-1-gca2b12e7c08 | ||
5 | |||
6 | |||
7 | python check_kernel_cve_status_version() { | ||
8 | this_version = "6.12.36" | ||
9 | kernel_version = d.getVar("LINUX_VERSION") | ||
10 | if kernel_version != this_version: | ||
11 | bb.warn("Kernel CVE status needs updating: generated for %s but kernel is %s" % (this_version, kernel_version)) | ||
12 | } | ||
13 | do_cve_check[prefuncs] += "check_kernel_cve_status_version" | ||
14 | |||
15 | CVE_STATUS[CVE-2019-25160] = "fixed-version: Fixed from version 5.0" | ||
16 | |||
17 | CVE_STATUS[CVE-2019-25162] = "fixed-version: Fixed from version 6.0" | ||
18 | |||
19 | # CVE-2019-3459 has no known resolution | ||
20 | |||
21 | # CVE-2019-3460 has no known resolution | ||
22 | |||
23 | CVE_STATUS[CVE-2020-36775] = "fixed-version: Fixed from version 5.7" | ||
24 | |||
25 | CVE_STATUS[CVE-2020-36776] = "fixed-version: Fixed from version 5.13" | ||
26 | |||
27 | CVE_STATUS[CVE-2020-36777] = "fixed-version: Fixed from version 5.13" | ||
28 | |||
29 | CVE_STATUS[CVE-2020-36778] = "fixed-version: Fixed from version 5.13" | ||
30 | |||
31 | CVE_STATUS[CVE-2020-36779] = "fixed-version: Fixed from version 5.13" | ||
32 | |||
33 | CVE_STATUS[CVE-2020-36780] = "fixed-version: Fixed from version 5.13" | ||
34 | |||
35 | CVE_STATUS[CVE-2020-36781] = "fixed-version: Fixed from version 5.13" | ||
36 | |||
37 | CVE_STATUS[CVE-2020-36782] = "fixed-version: Fixed from version 5.13" | ||
38 | |||
39 | CVE_STATUS[CVE-2020-36783] = "fixed-version: Fixed from version 5.13" | ||
40 | |||
41 | CVE_STATUS[CVE-2020-36784] = "fixed-version: Fixed from version 5.13" | ||
42 | |||
43 | CVE_STATUS[CVE-2020-36785] = "fixed-version: Fixed from version 5.13" | ||
44 | |||
45 | CVE_STATUS[CVE-2020-36786] = "fixed-version: Fixed from version 5.13" | ||
46 | |||
47 | CVE_STATUS[CVE-2020-36787] = "fixed-version: Fixed from version 5.13" | ||
48 | |||
49 | CVE_STATUS[CVE-2020-36788] = "fixed-version: Fixed from version 5.15" | ||
50 | |||
51 | CVE_STATUS[CVE-2020-36789] = "fixed-version: Fixed from version 5.10" | ||
52 | |||
53 | CVE_STATUS[CVE-2020-36790] = "fixed-version: Fixed from version 5.9" | ||
54 | |||
55 | CVE_STATUS[CVE-2020-36791] = "fixed-version: Fixed from version 5.5.14" | ||
56 | |||
57 | # CVE-2021-28688 has no known resolution | ||
58 | |||
59 | # CVE-2021-28691 has no known resolution | ||
60 | |||
61 | # CVE-2021-28711 has no known resolution | ||
62 | |||
63 | # CVE-2021-28712 has no known resolution | ||
64 | |||
65 | # CVE-2021-28713 has no known resolution | ||
66 | |||
67 | # CVE-2021-28714 has no known resolution | ||
68 | |||
69 | # CVE-2021-28715 has no known resolution | ||
70 | |||
71 | CVE_STATUS[CVE-2021-46904] = "fixed-version: Fixed from version 5.12" | ||
72 | |||
73 | CVE_STATUS[CVE-2021-46905] = "fixed-version: Fixed from version 5.13" | ||
74 | |||
75 | CVE_STATUS[CVE-2021-46906] = "fixed-version: Fixed from version 5.13" | ||
76 | |||
77 | CVE_STATUS[CVE-2021-46908] = "fixed-version: Fixed from version 5.12" | ||
78 | |||
79 | CVE_STATUS[CVE-2021-46909] = "fixed-version: Fixed from version 5.12" | ||
80 | |||
81 | CVE_STATUS[CVE-2021-46910] = "fixed-version: Fixed from version 5.12" | ||
82 | |||
83 | CVE_STATUS[CVE-2021-46911] = "fixed-version: Fixed from version 5.12" | ||
84 | |||
85 | CVE_STATUS[CVE-2021-46912] = "fixed-version: Fixed from version 5.12" | ||
86 | |||
87 | CVE_STATUS[CVE-2021-46913] = "fixed-version: Fixed from version 5.12" | ||
88 | |||
89 | CVE_STATUS[CVE-2021-46914] = "fixed-version: Fixed from version 5.12" | ||
90 | |||
91 | CVE_STATUS[CVE-2021-46915] = "fixed-version: Fixed from version 5.12" | ||
92 | |||
93 | CVE_STATUS[CVE-2021-46916] = "fixed-version: Fixed from version 5.12" | ||
94 | |||
95 | CVE_STATUS[CVE-2021-46917] = "fixed-version: Fixed from version 5.12" | ||
96 | |||
97 | CVE_STATUS[CVE-2021-46918] = "fixed-version: Fixed from version 5.12" | ||
98 | |||
99 | CVE_STATUS[CVE-2021-46919] = "fixed-version: Fixed from version 5.12" | ||
100 | |||
101 | CVE_STATUS[CVE-2021-46920] = "fixed-version: Fixed from version 5.12" | ||
102 | |||
103 | CVE_STATUS[CVE-2021-46921] = "fixed-version: Fixed from version 5.12" | ||
104 | |||
105 | CVE_STATUS[CVE-2021-46922] = "fixed-version: Fixed from version 5.11.17" | ||
106 | |||
107 | CVE_STATUS[CVE-2021-46923] = "fixed-version: Fixed from version 5.16" | ||
108 | |||
109 | CVE_STATUS[CVE-2021-46924] = "fixed-version: Fixed from version 5.16" | ||
110 | |||
111 | CVE_STATUS[CVE-2021-46925] = "fixed-version: Fixed from version 5.16" | ||
112 | |||
113 | CVE_STATUS[CVE-2021-46926] = "fixed-version: Fixed from version 5.16" | ||
114 | |||
115 | CVE_STATUS[CVE-2021-46927] = "fixed-version: Fixed from version 5.16" | ||
116 | |||
117 | CVE_STATUS[CVE-2021-46928] = "fixed-version: Fixed from version 5.16" | ||
118 | |||
119 | CVE_STATUS[CVE-2021-46929] = "fixed-version: Fixed from version 5.16" | ||
120 | |||
121 | CVE_STATUS[CVE-2021-46930] = "fixed-version: Fixed from version 5.16" | ||
122 | |||
123 | CVE_STATUS[CVE-2021-46931] = "fixed-version: Fixed from version 5.16" | ||
124 | |||
125 | CVE_STATUS[CVE-2021-46932] = "fixed-version: Fixed from version 5.16" | ||
126 | |||
127 | CVE_STATUS[CVE-2021-46933] = "fixed-version: Fixed from version 5.16" | ||
128 | |||
129 | CVE_STATUS[CVE-2021-46934] = "fixed-version: Fixed from version 5.16" | ||
130 | |||
131 | CVE_STATUS[CVE-2021-46935] = "fixed-version: Fixed from version 5.16" | ||
132 | |||
133 | CVE_STATUS[CVE-2021-46936] = "fixed-version: Fixed from version 5.16" | ||
134 | |||
135 | CVE_STATUS[CVE-2021-46937] = "fixed-version: Fixed from version 5.16" | ||
136 | |||
137 | CVE_STATUS[CVE-2021-46938] = "fixed-version: Fixed from version 5.13" | ||
138 | |||
139 | CVE_STATUS[CVE-2021-46939] = "fixed-version: Fixed from version 5.13" | ||
140 | |||
141 | CVE_STATUS[CVE-2021-46940] = "fixed-version: Fixed from version 5.13" | ||
142 | |||
143 | CVE_STATUS[CVE-2021-46941] = "fixed-version: Fixed from version 5.13" | ||
144 | |||
145 | CVE_STATUS[CVE-2021-46942] = "fixed-version: Fixed from version 5.13" | ||
146 | |||
147 | CVE_STATUS[CVE-2021-46943] = "fixed-version: Fixed from version 5.13" | ||
148 | |||
149 | CVE_STATUS[CVE-2021-46944] = "fixed-version: Fixed from version 5.13" | ||
150 | |||
151 | CVE_STATUS[CVE-2021-46945] = "fixed-version: Fixed from version 5.13" | ||
152 | |||
153 | CVE_STATUS[CVE-2021-46947] = "fixed-version: Fixed from version 5.13" | ||
154 | |||
155 | CVE_STATUS[CVE-2021-46948] = "fixed-version: Fixed from version 5.13" | ||
156 | |||
157 | CVE_STATUS[CVE-2021-46949] = "fixed-version: Fixed from version 5.13" | ||
158 | |||
159 | CVE_STATUS[CVE-2021-46950] = "fixed-version: Fixed from version 5.13" | ||
160 | |||
161 | CVE_STATUS[CVE-2021-46951] = "fixed-version: Fixed from version 5.13" | ||
162 | |||
163 | CVE_STATUS[CVE-2021-46952] = "fixed-version: Fixed from version 5.13" | ||
164 | |||
165 | CVE_STATUS[CVE-2021-46953] = "fixed-version: Fixed from version 5.13" | ||
166 | |||
167 | CVE_STATUS[CVE-2021-46954] = "fixed-version: Fixed from version 5.13" | ||
168 | |||
169 | CVE_STATUS[CVE-2021-46955] = "fixed-version: Fixed from version 5.13" | ||
170 | |||
171 | CVE_STATUS[CVE-2021-46956] = "fixed-version: Fixed from version 5.13" | ||
172 | |||
173 | CVE_STATUS[CVE-2021-46957] = "fixed-version: Fixed from version 5.13" | ||
174 | |||
175 | CVE_STATUS[CVE-2021-46958] = "fixed-version: Fixed from version 5.13" | ||
176 | |||
177 | CVE_STATUS[CVE-2021-46959] = "fixed-version: Fixed from version 5.13" | ||
178 | |||
179 | CVE_STATUS[CVE-2021-46960] = "fixed-version: Fixed from version 5.13" | ||
180 | |||
181 | CVE_STATUS[CVE-2021-46961] = "fixed-version: Fixed from version 5.13" | ||
182 | |||
183 | CVE_STATUS[CVE-2021-46962] = "fixed-version: Fixed from version 5.13" | ||
184 | |||
185 | CVE_STATUS[CVE-2021-46963] = "fixed-version: Fixed from version 5.13" | ||
186 | |||
187 | CVE_STATUS[CVE-2021-46964] = "fixed-version: Fixed from version 5.13" | ||
188 | |||
189 | CVE_STATUS[CVE-2021-46965] = "fixed-version: Fixed from version 5.13" | ||
190 | |||
191 | CVE_STATUS[CVE-2021-46966] = "fixed-version: Fixed from version 5.13" | ||
192 | |||
193 | CVE_STATUS[CVE-2021-46967] = "fixed-version: Fixed from version 5.13" | ||
194 | |||
195 | CVE_STATUS[CVE-2021-46968] = "fixed-version: Fixed from version 5.13" | ||
196 | |||
197 | CVE_STATUS[CVE-2021-46969] = "fixed-version: Fixed from version 5.13" | ||
198 | |||
199 | CVE_STATUS[CVE-2021-46970] = "fixed-version: Fixed from version 5.13" | ||
200 | |||
201 | CVE_STATUS[CVE-2021-46971] = "fixed-version: Fixed from version 5.13" | ||
202 | |||
203 | CVE_STATUS[CVE-2021-46972] = "fixed-version: Fixed from version 5.13" | ||
204 | |||
205 | CVE_STATUS[CVE-2021-46973] = "fixed-version: Fixed from version 5.13" | ||
206 | |||
207 | CVE_STATUS[CVE-2021-46974] = "fixed-version: Fixed from version 5.13" | ||
208 | |||
209 | CVE_STATUS[CVE-2021-46976] = "fixed-version: Fixed from version 5.13" | ||
210 | |||
211 | CVE_STATUS[CVE-2021-46977] = "fixed-version: Fixed from version 5.13" | ||
212 | |||
213 | CVE_STATUS[CVE-2021-46978] = "fixed-version: Fixed from version 5.13" | ||
214 | |||
215 | CVE_STATUS[CVE-2021-46979] = "fixed-version: Fixed from version 5.13" | ||
216 | |||
217 | CVE_STATUS[CVE-2021-46980] = "fixed-version: Fixed from version 5.13" | ||
218 | |||
219 | CVE_STATUS[CVE-2021-46981] = "fixed-version: Fixed from version 5.13" | ||
220 | |||
221 | CVE_STATUS[CVE-2021-46982] = "fixed-version: Fixed from version 5.13" | ||
222 | |||
223 | CVE_STATUS[CVE-2021-46983] = "fixed-version: Fixed from version 5.13" | ||
224 | |||
225 | CVE_STATUS[CVE-2021-46984] = "fixed-version: Fixed from version 5.13" | ||
226 | |||
227 | CVE_STATUS[CVE-2021-46985] = "fixed-version: Fixed from version 5.13" | ||
228 | |||
229 | CVE_STATUS[CVE-2021-46986] = "fixed-version: Fixed from version 5.13" | ||
230 | |||
231 | CVE_STATUS[CVE-2021-46987] = "fixed-version: Fixed from version 5.13" | ||
232 | |||
233 | CVE_STATUS[CVE-2021-46988] = "fixed-version: Fixed from version 5.13" | ||
234 | |||
235 | CVE_STATUS[CVE-2021-46989] = "fixed-version: Fixed from version 5.13" | ||
236 | |||
237 | CVE_STATUS[CVE-2021-46990] = "fixed-version: Fixed from version 5.13" | ||
238 | |||
239 | CVE_STATUS[CVE-2021-46991] = "fixed-version: Fixed from version 5.13" | ||
240 | |||
241 | CVE_STATUS[CVE-2021-46992] = "fixed-version: Fixed from version 5.13" | ||
242 | |||
243 | CVE_STATUS[CVE-2021-46993] = "fixed-version: Fixed from version 5.13" | ||
244 | |||
245 | CVE_STATUS[CVE-2021-46994] = "fixed-version: Fixed from version 5.13" | ||
246 | |||
247 | CVE_STATUS[CVE-2021-46995] = "fixed-version: Fixed from version 5.13" | ||
248 | |||
249 | CVE_STATUS[CVE-2021-46996] = "fixed-version: Fixed from version 5.13" | ||
250 | |||
251 | CVE_STATUS[CVE-2021-46997] = "fixed-version: Fixed from version 5.13" | ||
252 | |||
253 | CVE_STATUS[CVE-2021-46998] = "fixed-version: Fixed from version 5.13" | ||
254 | |||
255 | CVE_STATUS[CVE-2021-46999] = "fixed-version: Fixed from version 5.13" | ||
256 | |||
257 | CVE_STATUS[CVE-2021-47000] = "fixed-version: Fixed from version 5.13" | ||
258 | |||
259 | CVE_STATUS[CVE-2021-47001] = "fixed-version: Fixed from version 5.13" | ||
260 | |||
261 | CVE_STATUS[CVE-2021-47002] = "fixed-version: Fixed from version 5.13" | ||
262 | |||
263 | CVE_STATUS[CVE-2021-47003] = "fixed-version: Fixed from version 5.13" | ||
264 | |||
265 | CVE_STATUS[CVE-2021-47004] = "fixed-version: Fixed from version 5.13" | ||
266 | |||
267 | CVE_STATUS[CVE-2021-47005] = "fixed-version: Fixed from version 5.13" | ||
268 | |||
269 | CVE_STATUS[CVE-2021-47006] = "fixed-version: Fixed from version 5.13" | ||
270 | |||
271 | CVE_STATUS[CVE-2021-47007] = "fixed-version: Fixed from version 5.13" | ||
272 | |||
273 | CVE_STATUS[CVE-2021-47008] = "fixed-version: Fixed from version 5.13" | ||
274 | |||
275 | CVE_STATUS[CVE-2021-47009] = "fixed-version: Fixed from version 5.13" | ||
276 | |||
277 | CVE_STATUS[CVE-2021-47010] = "fixed-version: Fixed from version 5.13" | ||
278 | |||
279 | CVE_STATUS[CVE-2021-47011] = "fixed-version: Fixed from version 5.13" | ||
280 | |||
281 | CVE_STATUS[CVE-2021-47012] = "fixed-version: Fixed from version 5.13" | ||
282 | |||
283 | CVE_STATUS[CVE-2021-47013] = "fixed-version: Fixed from version 5.13" | ||
284 | |||
285 | CVE_STATUS[CVE-2021-47014] = "fixed-version: Fixed from version 5.13" | ||
286 | |||
287 | CVE_STATUS[CVE-2021-47015] = "fixed-version: Fixed from version 5.13" | ||
288 | |||
289 | CVE_STATUS[CVE-2021-47016] = "fixed-version: Fixed from version 5.13" | ||
290 | |||
291 | CVE_STATUS[CVE-2021-47017] = "fixed-version: Fixed from version 5.13" | ||
292 | |||
293 | CVE_STATUS[CVE-2021-47018] = "fixed-version: Fixed from version 5.13" | ||
294 | |||
295 | CVE_STATUS[CVE-2021-47019] = "fixed-version: Fixed from version 5.13" | ||
296 | |||
297 | CVE_STATUS[CVE-2021-47020] = "fixed-version: Fixed from version 5.13" | ||
298 | |||
299 | CVE_STATUS[CVE-2021-47021] = "fixed-version: Fixed from version 5.13" | ||
300 | |||
301 | CVE_STATUS[CVE-2021-47022] = "fixed-version: Fixed from version 5.13" | ||
302 | |||
303 | CVE_STATUS[CVE-2021-47023] = "fixed-version: Fixed from version 5.13" | ||
304 | |||
305 | CVE_STATUS[CVE-2021-47024] = "fixed-version: Fixed from version 5.13" | ||
306 | |||
307 | CVE_STATUS[CVE-2021-47025] = "fixed-version: Fixed from version 5.13" | ||
308 | |||
309 | CVE_STATUS[CVE-2021-47026] = "fixed-version: Fixed from version 5.13" | ||
310 | |||
311 | CVE_STATUS[CVE-2021-47027] = "fixed-version: Fixed from version 5.13" | ||
312 | |||
313 | CVE_STATUS[CVE-2021-47028] = "fixed-version: Fixed from version 5.13" | ||
314 | |||
315 | CVE_STATUS[CVE-2021-47029] = "fixed-version: Fixed from version 5.13" | ||
316 | |||
317 | CVE_STATUS[CVE-2021-47030] = "fixed-version: Fixed from version 5.13" | ||
318 | |||
319 | CVE_STATUS[CVE-2021-47031] = "fixed-version: Fixed from version 5.13" | ||
320 | |||
321 | CVE_STATUS[CVE-2021-47032] = "fixed-version: Fixed from version 5.13" | ||
322 | |||
323 | CVE_STATUS[CVE-2021-47033] = "fixed-version: Fixed from version 5.13" | ||
324 | |||
325 | CVE_STATUS[CVE-2021-47034] = "fixed-version: Fixed from version 5.13" | ||
326 | |||
327 | CVE_STATUS[CVE-2021-47035] = "fixed-version: Fixed from version 5.13" | ||
328 | |||
329 | CVE_STATUS[CVE-2021-47036] = "fixed-version: Fixed from version 5.13" | ||
330 | |||
331 | CVE_STATUS[CVE-2021-47037] = "fixed-version: Fixed from version 5.13" | ||
332 | |||
333 | CVE_STATUS[CVE-2021-47038] = "fixed-version: Fixed from version 5.13" | ||
334 | |||
335 | CVE_STATUS[CVE-2021-47039] = "fixed-version: Fixed from version 5.13" | ||
336 | |||
337 | CVE_STATUS[CVE-2021-47040] = "fixed-version: Fixed from version 5.13" | ||
338 | |||
339 | CVE_STATUS[CVE-2021-47041] = "fixed-version: Fixed from version 5.13" | ||
340 | |||
341 | CVE_STATUS[CVE-2021-47042] = "fixed-version: Fixed from version 5.13" | ||
342 | |||
343 | CVE_STATUS[CVE-2021-47043] = "fixed-version: Fixed from version 5.13" | ||
344 | |||
345 | CVE_STATUS[CVE-2021-47044] = "fixed-version: Fixed from version 5.13" | ||
346 | |||
347 | CVE_STATUS[CVE-2021-47045] = "fixed-version: Fixed from version 5.13" | ||
348 | |||
349 | CVE_STATUS[CVE-2021-47046] = "fixed-version: Fixed from version 5.13" | ||
350 | |||
351 | CVE_STATUS[CVE-2021-47047] = "fixed-version: Fixed from version 5.13" | ||
352 | |||
353 | CVE_STATUS[CVE-2021-47048] = "fixed-version: Fixed from version 5.13" | ||
354 | |||
355 | CVE_STATUS[CVE-2021-47049] = "fixed-version: Fixed from version 5.13" | ||
356 | |||
357 | CVE_STATUS[CVE-2021-47050] = "fixed-version: Fixed from version 5.13" | ||
358 | |||
359 | CVE_STATUS[CVE-2021-47051] = "fixed-version: Fixed from version 5.13" | ||
360 | |||
361 | CVE_STATUS[CVE-2021-47052] = "fixed-version: Fixed from version 5.13" | ||
362 | |||
363 | CVE_STATUS[CVE-2021-47053] = "fixed-version: Fixed from version 5.13" | ||
364 | |||
365 | CVE_STATUS[CVE-2021-47054] = "fixed-version: Fixed from version 5.13" | ||
366 | |||
367 | CVE_STATUS[CVE-2021-47055] = "fixed-version: Fixed from version 5.13" | ||
368 | |||
369 | CVE_STATUS[CVE-2021-47056] = "fixed-version: Fixed from version 5.13" | ||
370 | |||
371 | CVE_STATUS[CVE-2021-47057] = "fixed-version: Fixed from version 5.13" | ||
372 | |||
373 | CVE_STATUS[CVE-2021-47058] = "fixed-version: Fixed from version 5.13" | ||
374 | |||
375 | CVE_STATUS[CVE-2021-47059] = "fixed-version: Fixed from version 5.13" | ||
376 | |||
377 | CVE_STATUS[CVE-2021-47060] = "fixed-version: Fixed from version 5.13" | ||
378 | |||
379 | CVE_STATUS[CVE-2021-47061] = "fixed-version: Fixed from version 5.13" | ||
380 | |||
381 | CVE_STATUS[CVE-2021-47062] = "fixed-version: Fixed from version 5.13" | ||
382 | |||
383 | CVE_STATUS[CVE-2021-47063] = "fixed-version: Fixed from version 5.13" | ||
384 | |||
385 | CVE_STATUS[CVE-2021-47064] = "fixed-version: Fixed from version 5.13" | ||
386 | |||
387 | CVE_STATUS[CVE-2021-47065] = "fixed-version: Fixed from version 5.13" | ||
388 | |||
389 | CVE_STATUS[CVE-2021-47066] = "fixed-version: Fixed from version 5.13" | ||
390 | |||
391 | CVE_STATUS[CVE-2021-47067] = "fixed-version: Fixed from version 5.13" | ||
392 | |||
393 | CVE_STATUS[CVE-2021-47068] = "fixed-version: Fixed from version 5.13" | ||
394 | |||
395 | CVE_STATUS[CVE-2021-47069] = "fixed-version: Fixed from version 5.13" | ||
396 | |||
397 | CVE_STATUS[CVE-2021-47070] = "fixed-version: Fixed from version 5.13" | ||
398 | |||
399 | CVE_STATUS[CVE-2021-47071] = "fixed-version: Fixed from version 5.13" | ||
400 | |||
401 | CVE_STATUS[CVE-2021-47072] = "fixed-version: Fixed from version 5.13" | ||
402 | |||
403 | CVE_STATUS[CVE-2021-47073] = "fixed-version: Fixed from version 5.13" | ||
404 | |||
405 | CVE_STATUS[CVE-2021-47074] = "fixed-version: Fixed from version 5.13" | ||
406 | |||
407 | CVE_STATUS[CVE-2021-47075] = "fixed-version: Fixed from version 5.13" | ||
408 | |||
409 | CVE_STATUS[CVE-2021-47076] = "fixed-version: Fixed from version 5.13" | ||
410 | |||
411 | CVE_STATUS[CVE-2021-47077] = "fixed-version: Fixed from version 5.13" | ||
412 | |||
413 | CVE_STATUS[CVE-2021-47078] = "fixed-version: Fixed from version 5.13" | ||
414 | |||
415 | CVE_STATUS[CVE-2021-47079] = "fixed-version: Fixed from version 5.13" | ||
416 | |||
417 | CVE_STATUS[CVE-2021-47080] = "fixed-version: Fixed from version 5.13" | ||
418 | |||
419 | CVE_STATUS[CVE-2021-47081] = "fixed-version: Fixed from version 5.13" | ||
420 | |||
421 | CVE_STATUS[CVE-2021-47082] = "fixed-version: Fixed from version 5.16" | ||
422 | |||
423 | CVE_STATUS[CVE-2021-47083] = "fixed-version: Fixed from version 5.16" | ||
424 | |||
425 | CVE_STATUS[CVE-2021-47086] = "fixed-version: Fixed from version 5.16" | ||
426 | |||
427 | CVE_STATUS[CVE-2021-47087] = "fixed-version: Fixed from version 5.16" | ||
428 | |||
429 | CVE_STATUS[CVE-2021-47088] = "fixed-version: Fixed from version 5.16" | ||
430 | |||
431 | CVE_STATUS[CVE-2021-47089] = "fixed-version: Fixed from version 5.16" | ||
432 | |||
433 | CVE_STATUS[CVE-2021-47090] = "fixed-version: Fixed from version 5.16" | ||
434 | |||
435 | CVE_STATUS[CVE-2021-47091] = "fixed-version: Fixed from version 5.16" | ||
436 | |||
437 | CVE_STATUS[CVE-2021-47092] = "fixed-version: Fixed from version 5.16" | ||
438 | |||
439 | CVE_STATUS[CVE-2021-47093] = "fixed-version: Fixed from version 5.16" | ||
440 | |||
441 | CVE_STATUS[CVE-2021-47094] = "fixed-version: Fixed from version 5.16" | ||
442 | |||
443 | CVE_STATUS[CVE-2021-47095] = "fixed-version: Fixed from version 5.16" | ||
444 | |||
445 | CVE_STATUS[CVE-2021-47096] = "fixed-version: Fixed from version 5.16" | ||
446 | |||
447 | CVE_STATUS[CVE-2021-47097] = "fixed-version: Fixed from version 5.16" | ||
448 | |||
449 | CVE_STATUS[CVE-2021-47098] = "fixed-version: Fixed from version 5.16" | ||
450 | |||
451 | CVE_STATUS[CVE-2021-47099] = "fixed-version: Fixed from version 5.16" | ||
452 | |||
453 | CVE_STATUS[CVE-2021-47100] = "fixed-version: Fixed from version 5.16" | ||
454 | |||
455 | CVE_STATUS[CVE-2021-47101] = "fixed-version: Fixed from version 5.16" | ||
456 | |||
457 | CVE_STATUS[CVE-2021-47102] = "fixed-version: Fixed from version 5.16" | ||
458 | |||
459 | CVE_STATUS[CVE-2021-47103] = "fixed-version: Fixed from version 5.16" | ||
460 | |||
461 | CVE_STATUS[CVE-2021-47104] = "fixed-version: Fixed from version 5.16" | ||
462 | |||
463 | CVE_STATUS[CVE-2021-47105] = "fixed-version: Fixed from version 5.16" | ||
464 | |||
465 | CVE_STATUS[CVE-2021-47106] = "fixed-version: Fixed from version 5.16" | ||
466 | |||
467 | CVE_STATUS[CVE-2021-47107] = "fixed-version: Fixed from version 5.16" | ||
468 | |||
469 | CVE_STATUS[CVE-2021-47108] = "fixed-version: Fixed from version 5.16" | ||
470 | |||
471 | CVE_STATUS[CVE-2021-47109] = "fixed-version: Fixed from version 5.13" | ||
472 | |||
473 | CVE_STATUS[CVE-2021-47110] = "fixed-version: Fixed from version 5.13" | ||
474 | |||
475 | CVE_STATUS[CVE-2021-47111] = "fixed-version: Fixed from version 5.13" | ||
476 | |||
477 | CVE_STATUS[CVE-2021-47112] = "fixed-version: Fixed from version 5.13" | ||
478 | |||
479 | CVE_STATUS[CVE-2021-47113] = "fixed-version: Fixed from version 5.13" | ||
480 | |||
481 | CVE_STATUS[CVE-2021-47114] = "fixed-version: Fixed from version 5.13" | ||
482 | |||
483 | CVE_STATUS[CVE-2021-47116] = "fixed-version: Fixed from version 5.13" | ||
484 | |||
485 | CVE_STATUS[CVE-2021-47117] = "fixed-version: Fixed from version 5.13" | ||
486 | |||
487 | CVE_STATUS[CVE-2021-47118] = "fixed-version: Fixed from version 5.13" | ||
488 | |||
489 | CVE_STATUS[CVE-2021-47119] = "fixed-version: Fixed from version 5.13" | ||
490 | |||
491 | CVE_STATUS[CVE-2021-47120] = "fixed-version: Fixed from version 5.13" | ||
492 | |||
493 | CVE_STATUS[CVE-2021-47121] = "fixed-version: Fixed from version 5.13" | ||
494 | |||
495 | CVE_STATUS[CVE-2021-47122] = "fixed-version: Fixed from version 5.13" | ||
496 | |||
497 | CVE_STATUS[CVE-2021-47123] = "fixed-version: Fixed from version 5.13" | ||
498 | |||
499 | CVE_STATUS[CVE-2021-47124] = "fixed-version: Fixed from version 5.13" | ||
500 | |||
501 | CVE_STATUS[CVE-2021-47125] = "fixed-version: Fixed from version 5.13" | ||
502 | |||
503 | CVE_STATUS[CVE-2021-47126] = "fixed-version: Fixed from version 5.13" | ||
504 | |||
505 | CVE_STATUS[CVE-2021-47127] = "fixed-version: Fixed from version 5.13" | ||
506 | |||
507 | CVE_STATUS[CVE-2021-47128] = "fixed-version: Fixed from version 5.13" | ||
508 | |||
509 | CVE_STATUS[CVE-2021-47129] = "fixed-version: Fixed from version 5.13" | ||
510 | |||
511 | CVE_STATUS[CVE-2021-47130] = "fixed-version: Fixed from version 5.13" | ||
512 | |||
513 | CVE_STATUS[CVE-2021-47131] = "fixed-version: Fixed from version 5.13" | ||
514 | |||
515 | CVE_STATUS[CVE-2021-47132] = "fixed-version: Fixed from version 5.13" | ||
516 | |||
517 | CVE_STATUS[CVE-2021-47133] = "fixed-version: Fixed from version 5.13" | ||
518 | |||
519 | CVE_STATUS[CVE-2021-47134] = "fixed-version: Fixed from version 5.13" | ||
520 | |||
521 | CVE_STATUS[CVE-2021-47135] = "fixed-version: Fixed from version 5.13" | ||
522 | |||
523 | CVE_STATUS[CVE-2021-47136] = "fixed-version: Fixed from version 5.13" | ||
524 | |||
525 | CVE_STATUS[CVE-2021-47137] = "fixed-version: Fixed from version 5.13" | ||
526 | |||
527 | CVE_STATUS[CVE-2021-47138] = "fixed-version: Fixed from version 5.13" | ||
528 | |||
529 | CVE_STATUS[CVE-2021-47139] = "fixed-version: Fixed from version 5.13" | ||
530 | |||
531 | CVE_STATUS[CVE-2021-47140] = "fixed-version: Fixed from version 5.13" | ||
532 | |||
533 | CVE_STATUS[CVE-2021-47141] = "fixed-version: Fixed from version 5.13" | ||
534 | |||
535 | CVE_STATUS[CVE-2021-47142] = "fixed-version: Fixed from version 5.13" | ||
536 | |||
537 | CVE_STATUS[CVE-2021-47143] = "fixed-version: Fixed from version 5.13" | ||
538 | |||
539 | CVE_STATUS[CVE-2021-47145] = "fixed-version: Fixed from version 5.13" | ||
540 | |||
541 | CVE_STATUS[CVE-2021-47146] = "fixed-version: Fixed from version 5.13" | ||
542 | |||
543 | CVE_STATUS[CVE-2021-47147] = "fixed-version: Fixed from version 5.13" | ||
544 | |||
545 | CVE_STATUS[CVE-2021-47148] = "fixed-version: Fixed from version 5.13" | ||
546 | |||
547 | CVE_STATUS[CVE-2021-47149] = "fixed-version: Fixed from version 5.13" | ||
548 | |||
549 | CVE_STATUS[CVE-2021-47150] = "fixed-version: Fixed from version 5.13" | ||
550 | |||
551 | CVE_STATUS[CVE-2021-47151] = "fixed-version: Fixed from version 5.13" | ||
552 | |||
553 | CVE_STATUS[CVE-2021-47152] = "fixed-version: Fixed from version 5.13" | ||
554 | |||
555 | CVE_STATUS[CVE-2021-47153] = "fixed-version: Fixed from version 5.13" | ||
556 | |||
557 | CVE_STATUS[CVE-2021-47158] = "fixed-version: Fixed from version 5.13" | ||
558 | |||
559 | CVE_STATUS[CVE-2021-47159] = "fixed-version: Fixed from version 5.13" | ||
560 | |||
561 | CVE_STATUS[CVE-2021-47160] = "fixed-version: Fixed from version 5.13" | ||
562 | |||
563 | CVE_STATUS[CVE-2021-47161] = "fixed-version: Fixed from version 5.13" | ||
564 | |||
565 | CVE_STATUS[CVE-2021-47162] = "fixed-version: Fixed from version 5.13" | ||
566 | |||
567 | CVE_STATUS[CVE-2021-47163] = "fixed-version: Fixed from version 5.13" | ||
568 | |||
569 | CVE_STATUS[CVE-2021-47164] = "fixed-version: Fixed from version 5.13" | ||
570 | |||
571 | CVE_STATUS[CVE-2021-47165] = "fixed-version: Fixed from version 5.13" | ||
572 | |||
573 | CVE_STATUS[CVE-2021-47166] = "fixed-version: Fixed from version 5.13" | ||
574 | |||
575 | CVE_STATUS[CVE-2021-47167] = "fixed-version: Fixed from version 5.13" | ||
576 | |||
577 | CVE_STATUS[CVE-2021-47168] = "fixed-version: Fixed from version 5.13" | ||
578 | |||
579 | CVE_STATUS[CVE-2021-47169] = "fixed-version: Fixed from version 5.13" | ||
580 | |||
581 | CVE_STATUS[CVE-2021-47170] = "fixed-version: Fixed from version 5.13" | ||
582 | |||
583 | CVE_STATUS[CVE-2021-47171] = "fixed-version: Fixed from version 5.13" | ||
584 | |||
585 | CVE_STATUS[CVE-2021-47172] = "fixed-version: Fixed from version 5.13" | ||
586 | |||
587 | CVE_STATUS[CVE-2021-47173] = "fixed-version: Fixed from version 5.13" | ||
588 | |||
589 | CVE_STATUS[CVE-2021-47174] = "fixed-version: Fixed from version 5.13" | ||
590 | |||
591 | CVE_STATUS[CVE-2021-47175] = "fixed-version: Fixed from version 5.13" | ||
592 | |||
593 | CVE_STATUS[CVE-2021-47176] = "fixed-version: Fixed from version 5.13" | ||
594 | |||
595 | CVE_STATUS[CVE-2021-47177] = "fixed-version: Fixed from version 5.13" | ||
596 | |||
597 | CVE_STATUS[CVE-2021-47178] = "fixed-version: Fixed from version 5.13" | ||
598 | |||
599 | CVE_STATUS[CVE-2021-47179] = "fixed-version: Fixed from version 5.12.9" | ||
600 | |||
601 | CVE_STATUS[CVE-2021-47180] = "fixed-version: Fixed from version 5.13" | ||
602 | |||
603 | CVE_STATUS[CVE-2021-47181] = "fixed-version: Fixed from version 5.16" | ||
604 | |||
605 | CVE_STATUS[CVE-2021-47182] = "fixed-version: Fixed from version 5.16" | ||
606 | |||
607 | CVE_STATUS[CVE-2021-47183] = "fixed-version: Fixed from version 5.16" | ||
608 | |||
609 | CVE_STATUS[CVE-2021-47184] = "fixed-version: Fixed from version 5.16" | ||
610 | |||
611 | CVE_STATUS[CVE-2021-47185] = "fixed-version: Fixed from version 5.16" | ||
612 | |||
613 | CVE_STATUS[CVE-2021-47186] = "fixed-version: Fixed from version 5.16" | ||
614 | |||
615 | CVE_STATUS[CVE-2021-47187] = "fixed-version: Fixed from version 5.16" | ||
616 | |||
617 | CVE_STATUS[CVE-2021-47188] = "fixed-version: Fixed from version 5.16" | ||
618 | |||
619 | CVE_STATUS[CVE-2021-47189] = "fixed-version: Fixed from version 5.16" | ||
620 | |||
621 | CVE_STATUS[CVE-2021-47190] = "fixed-version: Fixed from version 5.16" | ||
622 | |||
623 | CVE_STATUS[CVE-2021-47191] = "fixed-version: Fixed from version 5.16" | ||
624 | |||
625 | CVE_STATUS[CVE-2021-47192] = "fixed-version: Fixed from version 5.16" | ||
626 | |||
627 | CVE_STATUS[CVE-2021-47193] = "fixed-version: Fixed from version 5.16" | ||
628 | |||
629 | CVE_STATUS[CVE-2021-47194] = "fixed-version: Fixed from version 5.16" | ||
630 | |||
631 | CVE_STATUS[CVE-2021-47195] = "fixed-version: Fixed from version 5.16" | ||
632 | |||
633 | CVE_STATUS[CVE-2021-47196] = "fixed-version: Fixed from version 5.16" | ||
634 | |||
635 | CVE_STATUS[CVE-2021-47197] = "fixed-version: Fixed from version 5.16" | ||
636 | |||
637 | CVE_STATUS[CVE-2021-47198] = "fixed-version: Fixed from version 5.16" | ||
638 | |||
639 | CVE_STATUS[CVE-2021-47199] = "fixed-version: Fixed from version 5.16" | ||
640 | |||
641 | CVE_STATUS[CVE-2021-47200] = "fixed-version: Fixed from version 5.16" | ||
642 | |||
643 | CVE_STATUS[CVE-2021-47201] = "fixed-version: Fixed from version 5.16" | ||
644 | |||
645 | CVE_STATUS[CVE-2021-47202] = "fixed-version: Fixed from version 5.16" | ||
646 | |||
647 | CVE_STATUS[CVE-2021-47203] = "fixed-version: Fixed from version 5.16" | ||
648 | |||
649 | CVE_STATUS[CVE-2021-47204] = "fixed-version: Fixed from version 5.16" | ||
650 | |||
651 | CVE_STATUS[CVE-2021-47205] = "fixed-version: Fixed from version 5.16" | ||
652 | |||
653 | CVE_STATUS[CVE-2021-47206] = "fixed-version: Fixed from version 5.16" | ||
654 | |||
655 | CVE_STATUS[CVE-2021-47207] = "fixed-version: Fixed from version 5.16" | ||
656 | |||
657 | CVE_STATUS[CVE-2021-47209] = "fixed-version: Fixed from version 5.16" | ||
658 | |||
659 | CVE_STATUS[CVE-2021-47210] = "fixed-version: Fixed from version 5.16" | ||
660 | |||
661 | CVE_STATUS[CVE-2021-47211] = "fixed-version: Fixed from version 5.16" | ||
662 | |||
663 | CVE_STATUS[CVE-2021-47212] = "fixed-version: Fixed from version 5.16" | ||
664 | |||
665 | CVE_STATUS[CVE-2021-47214] = "fixed-version: Fixed from version 5.16" | ||
666 | |||
667 | CVE_STATUS[CVE-2021-47215] = "fixed-version: Fixed from version 5.16" | ||
668 | |||
669 | CVE_STATUS[CVE-2021-47216] = "fixed-version: Fixed from version 5.16" | ||
670 | |||
671 | CVE_STATUS[CVE-2021-47217] = "fixed-version: Fixed from version 5.16" | ||
672 | |||
673 | CVE_STATUS[CVE-2021-47218] = "fixed-version: Fixed from version 5.16" | ||
674 | |||
675 | CVE_STATUS[CVE-2021-47219] = "fixed-version: Fixed from version 5.16" | ||
676 | |||
677 | CVE_STATUS[CVE-2021-47221] = "fixed-version: Fixed from version 5.13" | ||
678 | |||
679 | CVE_STATUS[CVE-2021-47222] = "fixed-version: Fixed from version 5.13" | ||
680 | |||
681 | CVE_STATUS[CVE-2021-47223] = "fixed-version: Fixed from version 5.13" | ||
682 | |||
683 | CVE_STATUS[CVE-2021-47224] = "fixed-version: Fixed from version 5.13" | ||
684 | |||
685 | CVE_STATUS[CVE-2021-47225] = "fixed-version: Fixed from version 5.13" | ||
686 | |||
687 | CVE_STATUS[CVE-2021-47226] = "fixed-version: Fixed from version 5.13" | ||
688 | |||
689 | CVE_STATUS[CVE-2021-47227] = "fixed-version: Fixed from version 5.13" | ||
690 | |||
691 | CVE_STATUS[CVE-2021-47228] = "fixed-version: Fixed from version 5.13" | ||
692 | |||
693 | CVE_STATUS[CVE-2021-47229] = "fixed-version: Fixed from version 5.13" | ||
694 | |||
695 | CVE_STATUS[CVE-2021-47230] = "fixed-version: Fixed from version 5.13" | ||
696 | |||
697 | CVE_STATUS[CVE-2021-47231] = "fixed-version: Fixed from version 5.13" | ||
698 | |||
699 | CVE_STATUS[CVE-2021-47232] = "fixed-version: Fixed from version 5.13" | ||
700 | |||
701 | CVE_STATUS[CVE-2021-47233] = "fixed-version: Fixed from version 5.13" | ||
702 | |||
703 | CVE_STATUS[CVE-2021-47234] = "fixed-version: Fixed from version 5.13" | ||
704 | |||
705 | CVE_STATUS[CVE-2021-47235] = "fixed-version: Fixed from version 5.13" | ||
706 | |||
707 | CVE_STATUS[CVE-2021-47236] = "fixed-version: Fixed from version 5.13" | ||
708 | |||
709 | CVE_STATUS[CVE-2021-47237] = "fixed-version: Fixed from version 5.13" | ||
710 | |||
711 | CVE_STATUS[CVE-2021-47238] = "fixed-version: Fixed from version 5.13" | ||
712 | |||
713 | CVE_STATUS[CVE-2021-47239] = "fixed-version: Fixed from version 5.12.13" | ||
714 | |||
715 | CVE_STATUS[CVE-2021-47240] = "fixed-version: Fixed from version 5.13" | ||
716 | |||
717 | CVE_STATUS[CVE-2021-47241] = "fixed-version: Fixed from version 5.13" | ||
718 | |||
719 | CVE_STATUS[CVE-2021-47242] = "fixed-version: Fixed from version 5.13" | ||
720 | |||
721 | CVE_STATUS[CVE-2021-47243] = "fixed-version: Fixed from version 5.13" | ||
722 | |||
723 | CVE_STATUS[CVE-2021-47244] = "fixed-version: Fixed from version 5.13" | ||
724 | |||
725 | CVE_STATUS[CVE-2021-47245] = "fixed-version: Fixed from version 5.13" | ||
726 | |||
727 | CVE_STATUS[CVE-2021-47246] = "fixed-version: Fixed from version 5.13" | ||
728 | |||
729 | CVE_STATUS[CVE-2021-47247] = "fixed-version: Fixed from version 5.13" | ||
730 | |||
731 | CVE_STATUS[CVE-2021-47248] = "fixed-version: Fixed from version 5.13" | ||
732 | |||
733 | CVE_STATUS[CVE-2021-47249] = "fixed-version: Fixed from version 5.13" | ||
734 | |||
735 | CVE_STATUS[CVE-2021-47250] = "fixed-version: Fixed from version 5.13" | ||
736 | |||
737 | CVE_STATUS[CVE-2021-47251] = "fixed-version: Fixed from version 5.13" | ||
738 | |||
739 | CVE_STATUS[CVE-2021-47252] = "fixed-version: Fixed from version 5.13" | ||
740 | |||
741 | CVE_STATUS[CVE-2021-47253] = "fixed-version: Fixed from version 5.13" | ||
742 | |||
743 | CVE_STATUS[CVE-2021-47254] = "fixed-version: Fixed from version 5.13" | ||
744 | |||
745 | CVE_STATUS[CVE-2021-47255] = "fixed-version: Fixed from version 5.13" | ||
746 | |||
747 | CVE_STATUS[CVE-2021-47256] = "fixed-version: Fixed from version 5.13" | ||
748 | |||
749 | CVE_STATUS[CVE-2021-47257] = "fixed-version: Fixed from version 5.13" | ||
750 | |||
751 | CVE_STATUS[CVE-2021-47258] = "fixed-version: Fixed from version 5.13" | ||
752 | |||
753 | CVE_STATUS[CVE-2021-47259] = "fixed-version: Fixed from version 5.13" | ||
754 | |||
755 | CVE_STATUS[CVE-2021-47260] = "fixed-version: Fixed from version 5.13" | ||
756 | |||
757 | CVE_STATUS[CVE-2021-47261] = "fixed-version: Fixed from version 5.13" | ||
758 | |||
759 | CVE_STATUS[CVE-2021-47262] = "fixed-version: Fixed from version 5.13" | ||
760 | |||
761 | CVE_STATUS[CVE-2021-47263] = "fixed-version: Fixed from version 5.13" | ||
762 | |||
763 | CVE_STATUS[CVE-2021-47264] = "fixed-version: Fixed from version 5.13" | ||
764 | |||
765 | CVE_STATUS[CVE-2021-47265] = "fixed-version: Fixed from version 5.13" | ||
766 | |||
767 | CVE_STATUS[CVE-2021-47266] = "fixed-version: Fixed from version 5.13" | ||
768 | |||
769 | CVE_STATUS[CVE-2021-47267] = "fixed-version: Fixed from version 5.13" | ||
770 | |||
771 | CVE_STATUS[CVE-2021-47268] = "fixed-version: Fixed from version 5.13" | ||
772 | |||
773 | CVE_STATUS[CVE-2021-47269] = "fixed-version: Fixed from version 5.13" | ||
774 | |||
775 | CVE_STATUS[CVE-2021-47270] = "fixed-version: Fixed from version 5.13" | ||
776 | |||
777 | CVE_STATUS[CVE-2021-47271] = "fixed-version: Fixed from version 5.13" | ||
778 | |||
779 | CVE_STATUS[CVE-2021-47272] = "fixed-version: Fixed from version 5.13" | ||
780 | |||
781 | CVE_STATUS[CVE-2021-47273] = "fixed-version: Fixed from version 5.13" | ||
782 | |||
783 | CVE_STATUS[CVE-2021-47274] = "fixed-version: Fixed from version 5.13" | ||
784 | |||
785 | CVE_STATUS[CVE-2021-47275] = "fixed-version: Fixed from version 5.13" | ||
786 | |||
787 | CVE_STATUS[CVE-2021-47276] = "fixed-version: Fixed from version 5.13" | ||
788 | |||
789 | CVE_STATUS[CVE-2021-47277] = "fixed-version: Fixed from version 5.13" | ||
790 | |||
791 | CVE_STATUS[CVE-2021-47278] = "fixed-version: Fixed from version 5.13" | ||
792 | |||
793 | CVE_STATUS[CVE-2021-47279] = "fixed-version: Fixed from version 5.13" | ||
794 | |||
795 | CVE_STATUS[CVE-2021-47280] = "fixed-version: Fixed from version 5.13" | ||
796 | |||
797 | CVE_STATUS[CVE-2021-47281] = "fixed-version: Fixed from version 5.13" | ||
798 | |||
799 | CVE_STATUS[CVE-2021-47282] = "fixed-version: Fixed from version 5.13" | ||
800 | |||
801 | CVE_STATUS[CVE-2021-47283] = "fixed-version: Fixed from version 5.13" | ||
802 | |||
803 | CVE_STATUS[CVE-2021-47284] = "fixed-version: Fixed from version 5.13" | ||
804 | |||
805 | CVE_STATUS[CVE-2021-47286] = "fixed-version: Fixed from version 5.14" | ||
806 | |||
807 | CVE_STATUS[CVE-2021-47287] = "fixed-version: Fixed from version 5.14" | ||
808 | |||
809 | CVE_STATUS[CVE-2021-47288] = "fixed-version: Fixed from version 5.14" | ||
810 | |||
811 | CVE_STATUS[CVE-2021-47289] = "fixed-version: Fixed from version 5.14" | ||
812 | |||
813 | CVE_STATUS[CVE-2021-47290] = "fixed-version: Fixed from version 5.14" | ||
814 | |||
815 | CVE_STATUS[CVE-2021-47291] = "fixed-version: Fixed from version 5.14" | ||
816 | |||
817 | CVE_STATUS[CVE-2021-47292] = "fixed-version: Fixed from version 5.14" | ||
818 | |||
819 | CVE_STATUS[CVE-2021-47293] = "fixed-version: Fixed from version 5.14" | ||
820 | |||
821 | CVE_STATUS[CVE-2021-47294] = "fixed-version: Fixed from version 5.14" | ||
822 | |||
823 | CVE_STATUS[CVE-2021-47295] = "fixed-version: Fixed from version 5.14" | ||
824 | |||
825 | CVE_STATUS[CVE-2021-47296] = "fixed-version: Fixed from version 5.14" | ||
826 | |||
827 | CVE_STATUS[CVE-2021-47297] = "fixed-version: Fixed from version 5.14" | ||
828 | |||
829 | CVE_STATUS[CVE-2021-47298] = "fixed-version: Fixed from version 5.14" | ||
830 | |||
831 | CVE_STATUS[CVE-2021-47299] = "fixed-version: Fixed from version 5.14" | ||
832 | |||
833 | CVE_STATUS[CVE-2021-47300] = "fixed-version: Fixed from version 5.14" | ||
834 | |||
835 | CVE_STATUS[CVE-2021-47301] = "fixed-version: Fixed from version 5.14" | ||
836 | |||
837 | CVE_STATUS[CVE-2021-47302] = "fixed-version: Fixed from version 5.14" | ||
838 | |||
839 | CVE_STATUS[CVE-2021-47303] = "fixed-version: Fixed from version 5.14" | ||
840 | |||
841 | CVE_STATUS[CVE-2021-47304] = "fixed-version: Fixed from version 5.14" | ||
842 | |||
843 | CVE_STATUS[CVE-2021-47305] = "fixed-version: Fixed from version 5.14" | ||
844 | |||
845 | CVE_STATUS[CVE-2021-47306] = "fixed-version: Fixed from version 5.14" | ||
846 | |||
847 | CVE_STATUS[CVE-2021-47307] = "fixed-version: Fixed from version 5.14" | ||
848 | |||
849 | CVE_STATUS[CVE-2021-47308] = "fixed-version: Fixed from version 5.14" | ||
850 | |||
851 | CVE_STATUS[CVE-2021-47309] = "fixed-version: Fixed from version 5.14" | ||
852 | |||
853 | CVE_STATUS[CVE-2021-47310] = "fixed-version: Fixed from version 5.14" | ||
854 | |||
855 | CVE_STATUS[CVE-2021-47311] = "fixed-version: Fixed from version 5.14" | ||
856 | |||
857 | CVE_STATUS[CVE-2021-47312] = "fixed-version: Fixed from version 5.13.5" | ||
858 | |||
859 | CVE_STATUS[CVE-2021-47313] = "fixed-version: Fixed from version 5.14" | ||
860 | |||
861 | CVE_STATUS[CVE-2021-47314] = "fixed-version: Fixed from version 5.14" | ||
862 | |||
863 | CVE_STATUS[CVE-2021-47315] = "fixed-version: Fixed from version 5.14" | ||
864 | |||
865 | CVE_STATUS[CVE-2021-47316] = "fixed-version: Fixed from version 5.14" | ||
866 | |||
867 | CVE_STATUS[CVE-2021-47317] = "fixed-version: Fixed from version 5.14" | ||
868 | |||
869 | CVE_STATUS[CVE-2021-47318] = "fixed-version: Fixed from version 5.14" | ||
870 | |||
871 | CVE_STATUS[CVE-2021-47319] = "fixed-version: Fixed from version 5.14" | ||
872 | |||
873 | CVE_STATUS[CVE-2021-47320] = "fixed-version: Fixed from version 5.14" | ||
874 | |||
875 | CVE_STATUS[CVE-2021-47321] = "fixed-version: Fixed from version 5.14" | ||
876 | |||
877 | CVE_STATUS[CVE-2021-47322] = "fixed-version: Fixed from version 5.14" | ||
878 | |||
879 | CVE_STATUS[CVE-2021-47323] = "fixed-version: Fixed from version 5.14" | ||
880 | |||
881 | CVE_STATUS[CVE-2021-47324] = "fixed-version: Fixed from version 5.14" | ||
882 | |||
883 | CVE_STATUS[CVE-2021-47325] = "fixed-version: Fixed from version 5.14" | ||
884 | |||
885 | CVE_STATUS[CVE-2021-47327] = "fixed-version: Fixed from version 5.14" | ||
886 | |||
887 | CVE_STATUS[CVE-2021-47328] = "fixed-version: Fixed from version 5.14" | ||
888 | |||
889 | CVE_STATUS[CVE-2021-47329] = "fixed-version: Fixed from version 5.14" | ||
890 | |||
891 | CVE_STATUS[CVE-2021-47330] = "fixed-version: Fixed from version 5.14" | ||
892 | |||
893 | CVE_STATUS[CVE-2021-47331] = "fixed-version: Fixed from version 5.14" | ||
894 | |||
895 | CVE_STATUS[CVE-2021-47332] = "fixed-version: Fixed from version 5.14" | ||
896 | |||
897 | CVE_STATUS[CVE-2021-47333] = "fixed-version: Fixed from version 5.14" | ||
898 | |||
899 | CVE_STATUS[CVE-2021-47334] = "fixed-version: Fixed from version 5.14" | ||
900 | |||
901 | CVE_STATUS[CVE-2021-47335] = "fixed-version: Fixed from version 5.14" | ||
902 | |||
903 | CVE_STATUS[CVE-2021-47336] = "fixed-version: Fixed from version 5.14" | ||
904 | |||
905 | CVE_STATUS[CVE-2021-47337] = "fixed-version: Fixed from version 5.14" | ||
906 | |||
907 | CVE_STATUS[CVE-2021-47338] = "fixed-version: Fixed from version 5.14" | ||
908 | |||
909 | CVE_STATUS[CVE-2021-47339] = "fixed-version: Fixed from version 5.14" | ||
910 | |||
911 | CVE_STATUS[CVE-2021-47340] = "fixed-version: Fixed from version 5.14" | ||
912 | |||
913 | CVE_STATUS[CVE-2021-47341] = "fixed-version: Fixed from version 5.14" | ||
914 | |||
915 | CVE_STATUS[CVE-2021-47342] = "fixed-version: Fixed from version 5.10.77" | ||
916 | |||
917 | CVE_STATUS[CVE-2021-47343] = "fixed-version: Fixed from version 5.14" | ||
918 | |||
919 | CVE_STATUS[CVE-2021-47344] = "fixed-version: Fixed from version 5.14" | ||
920 | |||
921 | CVE_STATUS[CVE-2021-47345] = "fixed-version: Fixed from version 5.14" | ||
922 | |||
923 | CVE_STATUS[CVE-2021-47346] = "fixed-version: Fixed from version 5.14" | ||
924 | |||
925 | CVE_STATUS[CVE-2021-47347] = "fixed-version: Fixed from version 5.14" | ||
926 | |||
927 | CVE_STATUS[CVE-2021-47348] = "fixed-version: Fixed from version 5.14" | ||
928 | |||
929 | CVE_STATUS[CVE-2021-47349] = "fixed-version: Fixed from version 5.14" | ||
930 | |||
931 | CVE_STATUS[CVE-2021-47350] = "fixed-version: Fixed from version 5.14" | ||
932 | |||
933 | CVE_STATUS[CVE-2021-47351] = "fixed-version: Fixed from version 5.14" | ||
934 | |||
935 | CVE_STATUS[CVE-2021-47352] = "fixed-version: Fixed from version 5.14" | ||
936 | |||
937 | CVE_STATUS[CVE-2021-47353] = "fixed-version: Fixed from version 5.14" | ||
938 | |||
939 | CVE_STATUS[CVE-2021-47354] = "fixed-version: Fixed from version 5.14" | ||
940 | |||
941 | CVE_STATUS[CVE-2021-47355] = "fixed-version: Fixed from version 5.14" | ||
942 | |||
943 | CVE_STATUS[CVE-2021-47356] = "fixed-version: Fixed from version 5.14" | ||
944 | |||
945 | CVE_STATUS[CVE-2021-47357] = "fixed-version: Fixed from version 5.14" | ||
946 | |||
947 | CVE_STATUS[CVE-2021-47358] = "fixed-version: Fixed from version 5.15" | ||
948 | |||
949 | CVE_STATUS[CVE-2021-47359] = "fixed-version: Fixed from version 5.15" | ||
950 | |||
951 | CVE_STATUS[CVE-2021-47360] = "fixed-version: Fixed from version 5.15" | ||
952 | |||
953 | CVE_STATUS[CVE-2021-47361] = "fixed-version: Fixed from version 5.15" | ||
954 | |||
955 | CVE_STATUS[CVE-2021-47362] = "fixed-version: Fixed from version 5.15" | ||
956 | |||
957 | CVE_STATUS[CVE-2021-47363] = "fixed-version: Fixed from version 5.15" | ||
958 | |||
959 | CVE_STATUS[CVE-2021-47364] = "fixed-version: Fixed from version 5.15" | ||
960 | |||
961 | CVE_STATUS[CVE-2021-47365] = "fixed-version: Fixed from version 5.15" | ||
962 | |||
963 | CVE_STATUS[CVE-2021-47366] = "fixed-version: Fixed from version 5.15" | ||
964 | |||
965 | CVE_STATUS[CVE-2021-47367] = "fixed-version: Fixed from version 5.15" | ||
966 | |||
967 | CVE_STATUS[CVE-2021-47368] = "fixed-version: Fixed from version 5.15" | ||
968 | |||
969 | CVE_STATUS[CVE-2021-47369] = "fixed-version: Fixed from version 5.15" | ||
970 | |||
971 | CVE_STATUS[CVE-2021-47370] = "fixed-version: Fixed from version 5.14.9" | ||
972 | |||
973 | CVE_STATUS[CVE-2021-47371] = "fixed-version: Fixed from version 5.15" | ||
974 | |||
975 | CVE_STATUS[CVE-2021-47372] = "fixed-version: Fixed from version 5.15" | ||
976 | |||
977 | CVE_STATUS[CVE-2021-47373] = "fixed-version: Fixed from version 5.15" | ||
978 | |||
979 | CVE_STATUS[CVE-2021-47374] = "fixed-version: Fixed from version 5.15" | ||
980 | |||
981 | CVE_STATUS[CVE-2021-47375] = "fixed-version: Fixed from version 5.15" | ||
982 | |||
983 | CVE_STATUS[CVE-2021-47376] = "fixed-version: Fixed from version 5.15" | ||
984 | |||
985 | CVE_STATUS[CVE-2021-47378] = "fixed-version: Fixed from version 5.15" | ||
986 | |||
987 | CVE_STATUS[CVE-2021-47379] = "fixed-version: Fixed from version 5.15" | ||
988 | |||
989 | CVE_STATUS[CVE-2021-47380] = "fixed-version: Fixed from version 5.15" | ||
990 | |||
991 | CVE_STATUS[CVE-2021-47381] = "fixed-version: Fixed from version 5.15" | ||
992 | |||
993 | CVE_STATUS[CVE-2021-47382] = "fixed-version: Fixed from version 5.15" | ||
994 | |||
995 | CVE_STATUS[CVE-2021-47383] = "fixed-version: Fixed from version 5.15" | ||
996 | |||
997 | CVE_STATUS[CVE-2021-47384] = "fixed-version: Fixed from version 5.15" | ||
998 | |||
999 | CVE_STATUS[CVE-2021-47385] = "fixed-version: Fixed from version 5.15" | ||
1000 | |||
1001 | CVE_STATUS[CVE-2021-47386] = "fixed-version: Fixed from version 5.15" | ||
1002 | |||
1003 | CVE_STATUS[CVE-2021-47387] = "fixed-version: Fixed from version 5.15" | ||
1004 | |||
1005 | CVE_STATUS[CVE-2021-47388] = "fixed-version: Fixed from version 5.15" | ||
1006 | |||
1007 | CVE_STATUS[CVE-2021-47389] = "fixed-version: Fixed from version 5.15" | ||
1008 | |||
1009 | CVE_STATUS[CVE-2021-47390] = "fixed-version: Fixed from version 5.15" | ||
1010 | |||
1011 | CVE_STATUS[CVE-2021-47391] = "fixed-version: Fixed from version 5.15" | ||
1012 | |||
1013 | CVE_STATUS[CVE-2021-47392] = "fixed-version: Fixed from version 5.15" | ||
1014 | |||
1015 | CVE_STATUS[CVE-2021-47393] = "fixed-version: Fixed from version 5.15" | ||
1016 | |||
1017 | CVE_STATUS[CVE-2021-47394] = "fixed-version: Fixed from version 5.15" | ||
1018 | |||
1019 | CVE_STATUS[CVE-2021-47395] = "fixed-version: Fixed from version 5.15" | ||
1020 | |||
1021 | CVE_STATUS[CVE-2021-47396] = "fixed-version: Fixed from version 5.15" | ||
1022 | |||
1023 | CVE_STATUS[CVE-2021-47397] = "fixed-version: Fixed from version 5.15" | ||
1024 | |||
1025 | CVE_STATUS[CVE-2021-47398] = "fixed-version: Fixed from version 5.15" | ||
1026 | |||
1027 | CVE_STATUS[CVE-2021-47399] = "fixed-version: Fixed from version 5.15" | ||
1028 | |||
1029 | CVE_STATUS[CVE-2021-47400] = "fixed-version: Fixed from version 5.15" | ||
1030 | |||
1031 | CVE_STATUS[CVE-2021-47401] = "fixed-version: Fixed from version 5.15" | ||
1032 | |||
1033 | CVE_STATUS[CVE-2021-47402] = "fixed-version: Fixed from version 5.15" | ||
1034 | |||
1035 | CVE_STATUS[CVE-2021-47403] = "fixed-version: Fixed from version 5.15" | ||
1036 | |||
1037 | CVE_STATUS[CVE-2021-47404] = "fixed-version: Fixed from version 5.15" | ||
1038 | |||
1039 | CVE_STATUS[CVE-2021-47405] = "fixed-version: Fixed from version 5.15" | ||
1040 | |||
1041 | CVE_STATUS[CVE-2021-47406] = "fixed-version: Fixed from version 5.15" | ||
1042 | |||
1043 | CVE_STATUS[CVE-2021-47407] = "fixed-version: Fixed from version 5.15" | ||
1044 | |||
1045 | CVE_STATUS[CVE-2021-47408] = "fixed-version: Fixed from version 5.15" | ||
1046 | |||
1047 | CVE_STATUS[CVE-2021-47409] = "fixed-version: Fixed from version 5.15" | ||
1048 | |||
1049 | CVE_STATUS[CVE-2021-47410] = "fixed-version: Fixed from version 5.15" | ||
1050 | |||
1051 | CVE_STATUS[CVE-2021-47412] = "fixed-version: Fixed from version 5.15" | ||
1052 | |||
1053 | CVE_STATUS[CVE-2021-47413] = "fixed-version: Fixed from version 5.15" | ||
1054 | |||
1055 | CVE_STATUS[CVE-2021-47414] = "fixed-version: Fixed from version 5.15" | ||
1056 | |||
1057 | CVE_STATUS[CVE-2021-47415] = "fixed-version: Fixed from version 5.15" | ||
1058 | |||
1059 | CVE_STATUS[CVE-2021-47416] = "fixed-version: Fixed from version 5.15" | ||
1060 | |||
1061 | CVE_STATUS[CVE-2021-47417] = "fixed-version: Fixed from version 5.15" | ||
1062 | |||
1063 | CVE_STATUS[CVE-2021-47418] = "fixed-version: Fixed from version 5.15" | ||
1064 | |||
1065 | CVE_STATUS[CVE-2021-47419] = "fixed-version: Fixed from version 5.15" | ||
1066 | |||
1067 | CVE_STATUS[CVE-2021-47420] = "fixed-version: Fixed from version 5.15" | ||
1068 | |||
1069 | CVE_STATUS[CVE-2021-47421] = "fixed-version: Fixed from version 5.15" | ||
1070 | |||
1071 | CVE_STATUS[CVE-2021-47422] = "fixed-version: Fixed from version 5.15" | ||
1072 | |||
1073 | CVE_STATUS[CVE-2021-47423] = "fixed-version: Fixed from version 5.15" | ||
1074 | |||
1075 | CVE_STATUS[CVE-2021-47424] = "fixed-version: Fixed from version 5.15" | ||
1076 | |||
1077 | CVE_STATUS[CVE-2021-47425] = "fixed-version: Fixed from version 5.15" | ||
1078 | |||
1079 | CVE_STATUS[CVE-2021-47426] = "fixed-version: Fixed from version 5.15" | ||
1080 | |||
1081 | CVE_STATUS[CVE-2021-47427] = "fixed-version: Fixed from version 5.15" | ||
1082 | |||
1083 | CVE_STATUS[CVE-2021-47428] = "fixed-version: Fixed from version 5.15" | ||
1084 | |||
1085 | CVE_STATUS[CVE-2021-47429] = "fixed-version: Fixed from version 5.15" | ||
1086 | |||
1087 | CVE_STATUS[CVE-2021-47430] = "fixed-version: Fixed from version 5.15" | ||
1088 | |||
1089 | CVE_STATUS[CVE-2021-47431] = "fixed-version: Fixed from version 5.15" | ||
1090 | |||
1091 | CVE_STATUS[CVE-2021-47432] = "fixed-version: Fixed from version 6.7" | ||
1092 | |||
1093 | CVE_STATUS[CVE-2021-47433] = "fixed-version: Fixed from version 5.15" | ||
1094 | |||
1095 | CVE_STATUS[CVE-2021-47434] = "fixed-version: Fixed from version 5.15" | ||
1096 | |||
1097 | CVE_STATUS[CVE-2021-47435] = "fixed-version: Fixed from version 5.15" | ||
1098 | |||
1099 | CVE_STATUS[CVE-2021-47436] = "fixed-version: Fixed from version 5.14.14" | ||
1100 | |||
1101 | CVE_STATUS[CVE-2021-47437] = "fixed-version: Fixed from version 5.15" | ||
1102 | |||
1103 | CVE_STATUS[CVE-2021-47438] = "fixed-version: Fixed from version 5.15" | ||
1104 | |||
1105 | CVE_STATUS[CVE-2021-47439] = "fixed-version: Fixed from version 5.15" | ||
1106 | |||
1107 | CVE_STATUS[CVE-2021-47440] = "fixed-version: Fixed from version 5.15" | ||
1108 | |||
1109 | CVE_STATUS[CVE-2021-47441] = "fixed-version: Fixed from version 5.15" | ||
1110 | |||
1111 | CVE_STATUS[CVE-2021-47442] = "fixed-version: Fixed from version 5.15" | ||
1112 | |||
1113 | CVE_STATUS[CVE-2021-47443] = "fixed-version: Fixed from version 5.15" | ||
1114 | |||
1115 | CVE_STATUS[CVE-2021-47444] = "fixed-version: Fixed from version 5.15" | ||
1116 | |||
1117 | CVE_STATUS[CVE-2021-47445] = "fixed-version: Fixed from version 5.15" | ||
1118 | |||
1119 | CVE_STATUS[CVE-2021-47446] = "fixed-version: Fixed from version 5.15" | ||
1120 | |||
1121 | CVE_STATUS[CVE-2021-47447] = "fixed-version: Fixed from version 5.15" | ||
1122 | |||
1123 | CVE_STATUS[CVE-2021-47448] = "fixed-version: Fixed from version 5.15" | ||
1124 | |||
1125 | CVE_STATUS[CVE-2021-47449] = "fixed-version: Fixed from version 5.14.14" | ||
1126 | |||
1127 | CVE_STATUS[CVE-2021-47450] = "fixed-version: Fixed from version 5.15" | ||
1128 | |||
1129 | CVE_STATUS[CVE-2021-47451] = "fixed-version: Fixed from version 5.15" | ||
1130 | |||
1131 | CVE_STATUS[CVE-2021-47452] = "fixed-version: Fixed from version 5.15" | ||
1132 | |||
1133 | CVE_STATUS[CVE-2021-47453] = "fixed-version: Fixed from version 5.15" | ||
1134 | |||
1135 | CVE_STATUS[CVE-2021-47454] = "fixed-version: Fixed from version 5.15" | ||
1136 | |||
1137 | CVE_STATUS[CVE-2021-47455] = "fixed-version: Fixed from version 5.15" | ||
1138 | |||
1139 | CVE_STATUS[CVE-2021-47456] = "fixed-version: Fixed from version 5.15" | ||
1140 | |||
1141 | CVE_STATUS[CVE-2021-47457] = "fixed-version: Fixed from version 5.15" | ||
1142 | |||
1143 | CVE_STATUS[CVE-2021-47458] = "fixed-version: Fixed from version 5.15" | ||
1144 | |||
1145 | CVE_STATUS[CVE-2021-47459] = "fixed-version: Fixed from version 5.15" | ||
1146 | |||
1147 | CVE_STATUS[CVE-2021-47460] = "fixed-version: Fixed from version 5.15" | ||
1148 | |||
1149 | CVE_STATUS[CVE-2021-47461] = "fixed-version: Fixed from version 5.15" | ||
1150 | |||
1151 | CVE_STATUS[CVE-2021-47462] = "fixed-version: Fixed from version 5.15" | ||
1152 | |||
1153 | CVE_STATUS[CVE-2021-47463] = "fixed-version: Fixed from version 5.15" | ||
1154 | |||
1155 | CVE_STATUS[CVE-2021-47464] = "fixed-version: Fixed from version 5.15" | ||
1156 | |||
1157 | CVE_STATUS[CVE-2021-47465] = "fixed-version: Fixed from version 5.15" | ||
1158 | |||
1159 | CVE_STATUS[CVE-2021-47466] = "fixed-version: Fixed from version 5.15" | ||
1160 | |||
1161 | CVE_STATUS[CVE-2021-47467] = "fixed-version: Fixed from version 5.15" | ||
1162 | |||
1163 | CVE_STATUS[CVE-2021-47468] = "fixed-version: Fixed from version 5.15" | ||
1164 | |||
1165 | CVE_STATUS[CVE-2021-47470] = "fixed-version: Fixed from version 5.15" | ||
1166 | |||
1167 | CVE_STATUS[CVE-2021-47471] = "fixed-version: Fixed from version 5.15" | ||
1168 | |||
1169 | CVE_STATUS[CVE-2021-47473] = "fixed-version: Fixed from version 5.15" | ||
1170 | |||
1171 | CVE_STATUS[CVE-2021-47474] = "fixed-version: Fixed from version 5.16" | ||
1172 | |||
1173 | CVE_STATUS[CVE-2021-47475] = "fixed-version: Fixed from version 5.16" | ||
1174 | |||
1175 | CVE_STATUS[CVE-2021-47476] = "fixed-version: Fixed from version 5.16" | ||
1176 | |||
1177 | CVE_STATUS[CVE-2021-47477] = "fixed-version: Fixed from version 5.16" | ||
1178 | |||
1179 | CVE_STATUS[CVE-2021-47478] = "fixed-version: Fixed from version 5.16" | ||
1180 | |||
1181 | CVE_STATUS[CVE-2021-47479] = "fixed-version: Fixed from version 5.16" | ||
1182 | |||
1183 | CVE_STATUS[CVE-2021-47480] = "fixed-version: Fixed from version 5.15" | ||
1184 | |||
1185 | CVE_STATUS[CVE-2021-47481] = "fixed-version: Fixed from version 5.15" | ||
1186 | |||
1187 | CVE_STATUS[CVE-2021-47482] = "fixed-version: Fixed from version 5.15" | ||
1188 | |||
1189 | CVE_STATUS[CVE-2021-47483] = "fixed-version: Fixed from version 5.15" | ||
1190 | |||
1191 | CVE_STATUS[CVE-2021-47484] = "fixed-version: Fixed from version 5.15" | ||
1192 | |||
1193 | CVE_STATUS[CVE-2021-47485] = "fixed-version: Fixed from version 5.15" | ||
1194 | |||
1195 | CVE_STATUS[CVE-2021-47486] = "fixed-version: Fixed from version 5.15" | ||
1196 | |||
1197 | CVE_STATUS[CVE-2021-47489] = "fixed-version: Fixed from version 5.15" | ||
1198 | |||
1199 | CVE_STATUS[CVE-2021-47490] = "fixed-version: Fixed from version 5.15" | ||
1200 | |||
1201 | CVE_STATUS[CVE-2021-47491] = "fixed-version: Fixed from version 5.15" | ||
1202 | |||
1203 | CVE_STATUS[CVE-2021-47492] = "fixed-version: Fixed from version 5.15" | ||
1204 | |||
1205 | CVE_STATUS[CVE-2021-47493] = "fixed-version: Fixed from version 5.15" | ||
1206 | |||
1207 | CVE_STATUS[CVE-2021-47494] = "fixed-version: Fixed from version 5.15" | ||
1208 | |||
1209 | CVE_STATUS[CVE-2021-47495] = "fixed-version: Fixed from version 5.15" | ||
1210 | |||
1211 | CVE_STATUS[CVE-2021-47496] = "fixed-version: Fixed from version 5.15" | ||
1212 | |||
1213 | CVE_STATUS[CVE-2021-47497] = "fixed-version: Fixed from version 5.15" | ||
1214 | |||
1215 | CVE_STATUS[CVE-2021-47498] = "fixed-version: Fixed from version 5.15" | ||
1216 | |||
1217 | CVE_STATUS[CVE-2021-47499] = "fixed-version: Fixed from version 5.16" | ||
1218 | |||
1219 | CVE_STATUS[CVE-2021-47500] = "fixed-version: Fixed from version 5.16" | ||
1220 | |||
1221 | CVE_STATUS[CVE-2021-47501] = "fixed-version: Fixed from version 5.16" | ||
1222 | |||
1223 | CVE_STATUS[CVE-2021-47502] = "fixed-version: Fixed from version 5.16" | ||
1224 | |||
1225 | CVE_STATUS[CVE-2021-47503] = "fixed-version: Fixed from version 5.16" | ||
1226 | |||
1227 | CVE_STATUS[CVE-2021-47504] = "fixed-version: Fixed from version 5.16" | ||
1228 | |||
1229 | CVE_STATUS[CVE-2021-47505] = "fixed-version: Fixed from version 5.16" | ||
1230 | |||
1231 | CVE_STATUS[CVE-2021-47506] = "fixed-version: Fixed from version 5.16" | ||
1232 | |||
1233 | CVE_STATUS[CVE-2021-47507] = "fixed-version: Fixed from version 5.16" | ||
1234 | |||
1235 | CVE_STATUS[CVE-2021-47508] = "fixed-version: Fixed from version 5.16" | ||
1236 | |||
1237 | CVE_STATUS[CVE-2021-47509] = "fixed-version: Fixed from version 5.16" | ||
1238 | |||
1239 | CVE_STATUS[CVE-2021-47510] = "fixed-version: Fixed from version 5.16" | ||
1240 | |||
1241 | CVE_STATUS[CVE-2021-47511] = "fixed-version: Fixed from version 5.16" | ||
1242 | |||
1243 | CVE_STATUS[CVE-2021-47512] = "fixed-version: Fixed from version 5.16" | ||
1244 | |||
1245 | CVE_STATUS[CVE-2021-47513] = "fixed-version: Fixed from version 5.16" | ||
1246 | |||
1247 | CVE_STATUS[CVE-2021-47514] = "fixed-version: Fixed from version 5.16" | ||
1248 | |||
1249 | CVE_STATUS[CVE-2021-47515] = "fixed-version: Fixed from version 5.16" | ||
1250 | |||
1251 | CVE_STATUS[CVE-2021-47516] = "fixed-version: Fixed from version 5.16" | ||
1252 | |||
1253 | CVE_STATUS[CVE-2021-47517] = "fixed-version: Fixed from version 5.16" | ||
1254 | |||
1255 | CVE_STATUS[CVE-2021-47518] = "fixed-version: Fixed from version 5.16" | ||
1256 | |||
1257 | CVE_STATUS[CVE-2021-47519] = "fixed-version: Fixed from version 5.16" | ||
1258 | |||
1259 | CVE_STATUS[CVE-2021-47520] = "fixed-version: Fixed from version 5.16" | ||
1260 | |||
1261 | CVE_STATUS[CVE-2021-47521] = "fixed-version: Fixed from version 5.16" | ||
1262 | |||
1263 | CVE_STATUS[CVE-2021-47522] = "fixed-version: Fixed from version 5.16" | ||
1264 | |||
1265 | CVE_STATUS[CVE-2021-47523] = "fixed-version: Fixed from version 5.16" | ||
1266 | |||
1267 | CVE_STATUS[CVE-2021-47524] = "fixed-version: Fixed from version 5.16" | ||
1268 | |||
1269 | CVE_STATUS[CVE-2021-47525] = "fixed-version: Fixed from version 5.16" | ||
1270 | |||
1271 | CVE_STATUS[CVE-2021-47526] = "fixed-version: Fixed from version 5.16" | ||
1272 | |||
1273 | CVE_STATUS[CVE-2021-47527] = "fixed-version: Fixed from version 5.16" | ||
1274 | |||
1275 | CVE_STATUS[CVE-2021-47528] = "fixed-version: Fixed from version 5.16" | ||
1276 | |||
1277 | CVE_STATUS[CVE-2021-47529] = "fixed-version: Fixed from version 5.16" | ||
1278 | |||
1279 | CVE_STATUS[CVE-2021-47530] = "fixed-version: Fixed from version 5.16" | ||
1280 | |||
1281 | CVE_STATUS[CVE-2021-47531] = "fixed-version: Fixed from version 5.16" | ||
1282 | |||
1283 | CVE_STATUS[CVE-2021-47532] = "fixed-version: Fixed from version 5.16" | ||
1284 | |||
1285 | CVE_STATUS[CVE-2021-47533] = "fixed-version: Fixed from version 5.16" | ||
1286 | |||
1287 | CVE_STATUS[CVE-2021-47534] = "fixed-version: Fixed from version 5.16" | ||
1288 | |||
1289 | CVE_STATUS[CVE-2021-47535] = "fixed-version: Fixed from version 5.16" | ||
1290 | |||
1291 | CVE_STATUS[CVE-2021-47536] = "fixed-version: Fixed from version 5.16" | ||
1292 | |||
1293 | CVE_STATUS[CVE-2021-47537] = "fixed-version: Fixed from version 5.16" | ||
1294 | |||
1295 | CVE_STATUS[CVE-2021-47538] = "fixed-version: Fixed from version 5.16" | ||
1296 | |||
1297 | CVE_STATUS[CVE-2021-47539] = "fixed-version: Fixed from version 5.16" | ||
1298 | |||
1299 | CVE_STATUS[CVE-2021-47540] = "fixed-version: Fixed from version 5.16" | ||
1300 | |||
1301 | CVE_STATUS[CVE-2021-47541] = "fixed-version: Fixed from version 5.16" | ||
1302 | |||
1303 | CVE_STATUS[CVE-2021-47542] = "fixed-version: Fixed from version 5.16" | ||
1304 | |||
1305 | CVE_STATUS[CVE-2021-47544] = "fixed-version: Fixed from version 5.16" | ||
1306 | |||
1307 | CVE_STATUS[CVE-2021-47546] = "fixed-version: Fixed from version 5.16" | ||
1308 | |||
1309 | CVE_STATUS[CVE-2021-47547] = "fixed-version: Fixed from version 5.16" | ||
1310 | |||
1311 | CVE_STATUS[CVE-2021-47548] = "fixed-version: Fixed from version 5.16" | ||
1312 | |||
1313 | CVE_STATUS[CVE-2021-47549] = "fixed-version: Fixed from version 5.16" | ||
1314 | |||
1315 | CVE_STATUS[CVE-2021-47550] = "fixed-version: Fixed from version 5.16" | ||
1316 | |||
1317 | CVE_STATUS[CVE-2021-47551] = "fixed-version: Fixed from version 5.16" | ||
1318 | |||
1319 | CVE_STATUS[CVE-2021-47552] = "fixed-version: Fixed from version 5.16" | ||
1320 | |||
1321 | CVE_STATUS[CVE-2021-47553] = "fixed-version: Fixed from version 5.16" | ||
1322 | |||
1323 | CVE_STATUS[CVE-2021-47554] = "fixed-version: Fixed from version 5.16" | ||
1324 | |||
1325 | CVE_STATUS[CVE-2021-47555] = "fixed-version: Fixed from version 5.15.6" | ||
1326 | |||
1327 | CVE_STATUS[CVE-2021-47556] = "fixed-version: Fixed from version 5.16" | ||
1328 | |||
1329 | CVE_STATUS[CVE-2021-47557] = "fixed-version: Fixed from version 5.16" | ||
1330 | |||
1331 | CVE_STATUS[CVE-2021-47558] = "fixed-version: Fixed from version 5.16" | ||
1332 | |||
1333 | CVE_STATUS[CVE-2021-47559] = "fixed-version: Fixed from version 5.16" | ||
1334 | |||
1335 | CVE_STATUS[CVE-2021-47560] = "fixed-version: Fixed from version 5.16" | ||
1336 | |||
1337 | CVE_STATUS[CVE-2021-47561] = "fixed-version: Fixed from version 5.16" | ||
1338 | |||
1339 | CVE_STATUS[CVE-2021-47562] = "fixed-version: Fixed from version 5.16" | ||
1340 | |||
1341 | CVE_STATUS[CVE-2021-47563] = "fixed-version: Fixed from version 5.16" | ||
1342 | |||
1343 | CVE_STATUS[CVE-2021-47564] = "fixed-version: Fixed from version 5.16" | ||
1344 | |||
1345 | CVE_STATUS[CVE-2021-47565] = "fixed-version: Fixed from version 5.16" | ||
1346 | |||
1347 | CVE_STATUS[CVE-2021-47566] = "fixed-version: Fixed from version 5.16" | ||
1348 | |||
1349 | CVE_STATUS[CVE-2021-47567] = "fixed-version: Fixed from version 5.16" | ||
1350 | |||
1351 | CVE_STATUS[CVE-2021-47568] = "fixed-version: Fixed from version 5.16" | ||
1352 | |||
1353 | CVE_STATUS[CVE-2021-47569] = "fixed-version: Fixed from version 5.16" | ||
1354 | |||
1355 | CVE_STATUS[CVE-2021-47570] = "fixed-version: Fixed from version 5.16" | ||
1356 | |||
1357 | CVE_STATUS[CVE-2021-47571] = "fixed-version: Fixed from version 5.16" | ||
1358 | |||
1359 | CVE_STATUS[CVE-2021-47572] = "fixed-version: Fixed from version 5.16" | ||
1360 | |||
1361 | CVE_STATUS[CVE-2021-47576] = "fixed-version: Fixed from version 5.16" | ||
1362 | |||
1363 | CVE_STATUS[CVE-2021-47577] = "fixed-version: Fixed from version 5.16" | ||
1364 | |||
1365 | CVE_STATUS[CVE-2021-47578] = "fixed-version: Fixed from version 5.16" | ||
1366 | |||
1367 | CVE_STATUS[CVE-2021-47579] = "fixed-version: Fixed from version 5.16" | ||
1368 | |||
1369 | CVE_STATUS[CVE-2021-47580] = "fixed-version: Fixed from version 5.16" | ||
1370 | |||
1371 | CVE_STATUS[CVE-2021-47582] = "fixed-version: Fixed from version 5.16" | ||
1372 | |||
1373 | CVE_STATUS[CVE-2021-47583] = "fixed-version: Fixed from version 5.16" | ||
1374 | |||
1375 | CVE_STATUS[CVE-2021-47584] = "fixed-version: Fixed from version 5.16" | ||
1376 | |||
1377 | CVE_STATUS[CVE-2021-47585] = "fixed-version: Fixed from version 5.16" | ||
1378 | |||
1379 | CVE_STATUS[CVE-2021-47586] = "fixed-version: Fixed from version 5.16" | ||
1380 | |||
1381 | CVE_STATUS[CVE-2021-47587] = "fixed-version: Fixed from version 5.16" | ||
1382 | |||
1383 | CVE_STATUS[CVE-2021-47588] = "fixed-version: Fixed from version 5.16" | ||
1384 | |||
1385 | CVE_STATUS[CVE-2021-47589] = "fixed-version: Fixed from version 5.16" | ||
1386 | |||
1387 | CVE_STATUS[CVE-2021-47590] = "fixed-version: Fixed from version 5.16" | ||
1388 | |||
1389 | CVE_STATUS[CVE-2021-47591] = "fixed-version: Fixed from version 5.16" | ||
1390 | |||
1391 | CVE_STATUS[CVE-2021-47592] = "fixed-version: Fixed from version 5.16" | ||
1392 | |||
1393 | CVE_STATUS[CVE-2021-47593] = "fixed-version: Fixed from version 5.16" | ||
1394 | |||
1395 | CVE_STATUS[CVE-2021-47594] = "fixed-version: Fixed from version 5.16" | ||
1396 | |||
1397 | CVE_STATUS[CVE-2021-47595] = "fixed-version: Fixed from version 5.15.11" | ||
1398 | |||
1399 | CVE_STATUS[CVE-2021-47596] = "fixed-version: Fixed from version 5.16" | ||
1400 | |||
1401 | CVE_STATUS[CVE-2021-47597] = "fixed-version: Fixed from version 5.16" | ||
1402 | |||
1403 | CVE_STATUS[CVE-2021-47598] = "fixed-version: Fixed from version 5.16" | ||
1404 | |||
1405 | CVE_STATUS[CVE-2021-47599] = "fixed-version: Fixed from version 5.16" | ||
1406 | |||
1407 | CVE_STATUS[CVE-2021-47600] = "fixed-version: Fixed from version 5.16" | ||
1408 | |||
1409 | CVE_STATUS[CVE-2021-47601] = "fixed-version: Fixed from version 5.16" | ||
1410 | |||
1411 | CVE_STATUS[CVE-2021-47602] = "fixed-version: Fixed from version 5.16" | ||
1412 | |||
1413 | CVE_STATUS[CVE-2021-47603] = "fixed-version: Fixed from version 5.16" | ||
1414 | |||
1415 | CVE_STATUS[CVE-2021-47604] = "fixed-version: Fixed from version 5.16" | ||
1416 | |||
1417 | CVE_STATUS[CVE-2021-47605] = "fixed-version: Fixed from version 5.16" | ||
1418 | |||
1419 | CVE_STATUS[CVE-2021-47606] = "fixed-version: Fixed from version 5.16" | ||
1420 | |||
1421 | CVE_STATUS[CVE-2021-47607] = "fixed-version: Fixed from version 5.16" | ||
1422 | |||
1423 | CVE_STATUS[CVE-2021-47608] = "fixed-version: Fixed from version 5.16" | ||
1424 | |||
1425 | CVE_STATUS[CVE-2021-47609] = "fixed-version: Fixed from version 5.16" | ||
1426 | |||
1427 | CVE_STATUS[CVE-2021-47610] = "fixed-version: Fixed from version 5.16" | ||
1428 | |||
1429 | CVE_STATUS[CVE-2021-47611] = "fixed-version: Fixed from version 5.16" | ||
1430 | |||
1431 | CVE_STATUS[CVE-2021-47612] = "fixed-version: Fixed from version 5.16" | ||
1432 | |||
1433 | CVE_STATUS[CVE-2021-47613] = "fixed-version: Fixed from version 5.16" | ||
1434 | |||
1435 | CVE_STATUS[CVE-2021-47614] = "fixed-version: Fixed from version 5.16" | ||
1436 | |||
1437 | CVE_STATUS[CVE-2021-47616] = "fixed-version: Fixed from version 5.16" | ||
1438 | |||
1439 | CVE_STATUS[CVE-2021-47617] = "fixed-version: Fixed from version 5.17" | ||
1440 | |||
1441 | CVE_STATUS[CVE-2021-47618] = "fixed-version: Fixed from version 5.17" | ||
1442 | |||
1443 | CVE_STATUS[CVE-2021-47619] = "fixed-version: Fixed from version 5.17" | ||
1444 | |||
1445 | CVE_STATUS[CVE-2021-47620] = "fixed-version: Fixed from version 5.17" | ||
1446 | |||
1447 | CVE_STATUS[CVE-2021-47622] = "fixed-version: Fixed from version 5.17" | ||
1448 | |||
1449 | CVE_STATUS[CVE-2021-47623] = "fixed-version: Fixed from version 5.17" | ||
1450 | |||
1451 | CVE_STATUS[CVE-2021-47624] = "fixed-version: Fixed from version 5.17" | ||
1452 | |||
1453 | CVE_STATUS[CVE-2021-47631] = "fixed-version: Fixed from version 5.18" | ||
1454 | |||
1455 | CVE_STATUS[CVE-2021-47632] = "fixed-version: Fixed from version 5.18" | ||
1456 | |||
1457 | CVE_STATUS[CVE-2021-47633] = "fixed-version: Fixed from version 5.18" | ||
1458 | |||
1459 | CVE_STATUS[CVE-2021-47634] = "fixed-version: Fixed from version 5.18" | ||
1460 | |||
1461 | CVE_STATUS[CVE-2021-47635] = "fixed-version: Fixed from version 5.18" | ||
1462 | |||
1463 | CVE_STATUS[CVE-2021-47636] = "fixed-version: Fixed from version 5.18" | ||
1464 | |||
1465 | CVE_STATUS[CVE-2021-47637] = "fixed-version: Fixed from version 5.18" | ||
1466 | |||
1467 | CVE_STATUS[CVE-2021-47638] = "fixed-version: Fixed from version 5.18" | ||
1468 | |||
1469 | CVE_STATUS[CVE-2021-47639] = "fixed-version: Fixed from version 5.18" | ||
1470 | |||
1471 | CVE_STATUS[CVE-2021-47640] = "fixed-version: Fixed from version 5.18" | ||
1472 | |||
1473 | CVE_STATUS[CVE-2021-47641] = "fixed-version: Fixed from version 5.18" | ||
1474 | |||
1475 | CVE_STATUS[CVE-2021-47642] = "fixed-version: Fixed from version 5.18" | ||
1476 | |||
1477 | CVE_STATUS[CVE-2021-47643] = "fixed-version: Fixed from version 5.18" | ||
1478 | |||
1479 | CVE_STATUS[CVE-2021-47644] = "fixed-version: Fixed from version 5.18" | ||
1480 | |||
1481 | CVE_STATUS[CVE-2021-47645] = "fixed-version: Fixed from version 5.18" | ||
1482 | |||
1483 | CVE_STATUS[CVE-2021-47646] = "fixed-version: Fixed from version 5.18" | ||
1484 | |||
1485 | CVE_STATUS[CVE-2021-47647] = "fixed-version: Fixed from version 5.18" | ||
1486 | |||
1487 | CVE_STATUS[CVE-2021-47648] = "fixed-version: Fixed from version 5.18" | ||
1488 | |||
1489 | CVE_STATUS[CVE-2021-47649] = "fixed-version: Fixed from version 5.18" | ||
1490 | |||
1491 | CVE_STATUS[CVE-2021-47650] = "fixed-version: Fixed from version 5.18" | ||
1492 | |||
1493 | CVE_STATUS[CVE-2021-47651] = "fixed-version: Fixed from version 5.18" | ||
1494 | |||
1495 | CVE_STATUS[CVE-2021-47652] = "fixed-version: Fixed from version 5.18" | ||
1496 | |||
1497 | CVE_STATUS[CVE-2021-47653] = "fixed-version: Fixed from version 5.18" | ||
1498 | |||
1499 | CVE_STATUS[CVE-2021-47654] = "fixed-version: Fixed from version 5.18" | ||
1500 | |||
1501 | CVE_STATUS[CVE-2021-47655] = "fixed-version: Fixed from version 5.18" | ||
1502 | |||
1503 | CVE_STATUS[CVE-2021-47656] = "fixed-version: Fixed from version 5.18" | ||
1504 | |||
1505 | CVE_STATUS[CVE-2021-47657] = "fixed-version: Fixed from version 5.18" | ||
1506 | |||
1507 | CVE_STATUS[CVE-2021-47658] = "fixed-version: Fixed from version 5.17" | ||
1508 | |||
1509 | CVE_STATUS[CVE-2021-47659] = "fixed-version: Fixed from version 5.19" | ||
1510 | |||
1511 | CVE_STATUS[CVE-2021-47660] = "fixed-version: Fixed from version 5.19" | ||
1512 | |||
1513 | CVE_STATUS[CVE-2021-47668] = "fixed-version: Fixed from version 5.11" | ||
1514 | |||
1515 | CVE_STATUS[CVE-2021-47669] = "fixed-version: Fixed from version 5.11" | ||
1516 | |||
1517 | CVE_STATUS[CVE-2021-47670] = "fixed-version: Fixed from version 5.11" | ||
1518 | |||
1519 | CVE_STATUS[CVE-2021-47671] = "fixed-version: Fixed from version 5.16" | ||
1520 | |||
1521 | CVE_STATUS[CVE-2021-4439] = "fixed-version: Fixed from version 5.15" | ||
1522 | |||
1523 | CVE_STATUS[CVE-2021-4440] = "fixed-version: Fixed from version 5.10.218" | ||
1524 | |||
1525 | CVE_STATUS[CVE-2021-4441] = "fixed-version: Fixed from version 5.17" | ||
1526 | |||
1527 | CVE_STATUS[CVE-2021-4442] = "fixed-version: Fixed from version 5.12" | ||
1528 | |||
1529 | CVE_STATUS[CVE-2021-4453] = "fixed-version: Fixed from version 5.16" | ||
1530 | |||
1531 | CVE_STATUS[CVE-2021-4454] = "fixed-version: Fixed from version 6.2" | ||
1532 | |||
1533 | CVE_STATUS[CVE-2022-21546] = "fixed-version: Fixed from version 5.19" | ||
1534 | |||
1535 | # CVE-2022-26365 has no known resolution | ||
1536 | |||
1537 | # CVE-2022-33740 has no known resolution | ||
1538 | |||
1539 | # CVE-2022-33741 has no known resolution | ||
1540 | |||
1541 | # CVE-2022-33742 has no known resolution | ||
1542 | |||
1543 | # CVE-2022-33743 has no known resolution | ||
1544 | |||
1545 | # CVE-2022-33744 has no known resolution | ||
1546 | |||
1547 | # CVE-2022-3643 has no known resolution | ||
1548 | |||
1549 | # CVE-2022-42328 has no known resolution | ||
1550 | |||
1551 | # CVE-2022-42329 has no known resolution | ||
1552 | |||
1553 | CVE_STATUS[CVE-2022-48626] = "fixed-version: Fixed from version 5.17" | ||
1554 | |||
1555 | CVE_STATUS[CVE-2022-48627] = "fixed-version: Fixed from version 5.19" | ||
1556 | |||
1557 | CVE_STATUS[CVE-2022-48628] = "fixed-version: Fixed from version 6.6" | ||
1558 | |||
1559 | CVE_STATUS[CVE-2022-48629] = "fixed-version: Fixed from version 5.17" | ||
1560 | |||
1561 | CVE_STATUS[CVE-2022-48630] = "fixed-version: Fixed from version 5.18" | ||
1562 | |||
1563 | CVE_STATUS[CVE-2022-48631] = "fixed-version: Fixed from version 6.0" | ||
1564 | |||
1565 | CVE_STATUS[CVE-2022-48632] = "fixed-version: Fixed from version 6.0" | ||
1566 | |||
1567 | CVE_STATUS[CVE-2022-48633] = "fixed-version: Fixed from version 6.0" | ||
1568 | |||
1569 | CVE_STATUS[CVE-2022-48634] = "fixed-version: Fixed from version 6.0" | ||
1570 | |||
1571 | CVE_STATUS[CVE-2022-48635] = "fixed-version: Fixed from version 6.0" | ||
1572 | |||
1573 | CVE_STATUS[CVE-2022-48636] = "fixed-version: Fixed from version 6.0" | ||
1574 | |||
1575 | CVE_STATUS[CVE-2022-48637] = "fixed-version: Fixed from version 6.0" | ||
1576 | |||
1577 | CVE_STATUS[CVE-2022-48638] = "fixed-version: Fixed from version 6.0" | ||
1578 | |||
1579 | CVE_STATUS[CVE-2022-48639] = "fixed-version: Fixed from version 6.0" | ||
1580 | |||
1581 | CVE_STATUS[CVE-2022-48640] = "fixed-version: Fixed from version 6.0" | ||
1582 | |||
1583 | CVE_STATUS[CVE-2022-48641] = "fixed-version: Fixed from version 5.19.12" | ||
1584 | |||
1585 | CVE_STATUS[CVE-2022-48642] = "fixed-version: Fixed from version 6.0" | ||
1586 | |||
1587 | CVE_STATUS[CVE-2022-48643] = "fixed-version: Fixed from version 5.19.12" | ||
1588 | |||
1589 | CVE_STATUS[CVE-2022-48644] = "fixed-version: Fixed from version 6.0" | ||
1590 | |||
1591 | CVE_STATUS[CVE-2022-48645] = "fixed-version: Fixed from version 6.0" | ||
1592 | |||
1593 | CVE_STATUS[CVE-2022-48646] = "fixed-version: Fixed from version 6.0" | ||
1594 | |||
1595 | CVE_STATUS[CVE-2022-48647] = "fixed-version: Fixed from version 6.0" | ||
1596 | |||
1597 | CVE_STATUS[CVE-2022-48648] = "fixed-version: Fixed from version 6.0" | ||
1598 | |||
1599 | CVE_STATUS[CVE-2022-48649] = "fixed-version: Fixed from version 5.19.12" | ||
1600 | |||
1601 | CVE_STATUS[CVE-2022-48650] = "fixed-version: Fixed from version 6.0" | ||
1602 | |||
1603 | CVE_STATUS[CVE-2022-48651] = "fixed-version: Fixed from version 6.0" | ||
1604 | |||
1605 | CVE_STATUS[CVE-2022-48652] = "fixed-version: Fixed from version 6.0" | ||
1606 | |||
1607 | CVE_STATUS[CVE-2022-48653] = "fixed-version: Fixed from version 6.0" | ||
1608 | |||
1609 | CVE_STATUS[CVE-2022-48654] = "fixed-version: Fixed from version 6.0" | ||
1610 | |||
1611 | CVE_STATUS[CVE-2022-48655] = "fixed-version: Fixed from version 6.0" | ||
1612 | |||
1613 | CVE_STATUS[CVE-2022-48656] = "fixed-version: Fixed from version 6.0" | ||
1614 | |||
1615 | CVE_STATUS[CVE-2022-48657] = "fixed-version: Fixed from version 6.0" | ||
1616 | |||
1617 | CVE_STATUS[CVE-2022-48658] = "fixed-version: Fixed from version 6.0" | ||
1618 | |||
1619 | CVE_STATUS[CVE-2022-48659] = "fixed-version: Fixed from version 6.0" | ||
1620 | |||
1621 | CVE_STATUS[CVE-2022-48660] = "fixed-version: Fixed from version 6.0" | ||
1622 | |||
1623 | CVE_STATUS[CVE-2022-48661] = "fixed-version: Fixed from version 6.0" | ||
1624 | |||
1625 | CVE_STATUS[CVE-2022-48662] = "fixed-version: Fixed from version 6.0" | ||
1626 | |||
1627 | CVE_STATUS[CVE-2022-48663] = "fixed-version: Fixed from version 5.19.12" | ||
1628 | |||
1629 | CVE_STATUS[CVE-2022-48664] = "fixed-version: Fixed from version 6.0" | ||
1630 | |||
1631 | CVE_STATUS[CVE-2022-48665] = "fixed-version: Fixed from version 6.0" | ||
1632 | |||
1633 | CVE_STATUS[CVE-2022-48666] = "fixed-version: Fixed from version 6.0" | ||
1634 | |||
1635 | CVE_STATUS[CVE-2022-48667] = "fixed-version: Fixed from version 6.0" | ||
1636 | |||
1637 | CVE_STATUS[CVE-2022-48668] = "fixed-version: Fixed from version 6.0" | ||
1638 | |||
1639 | CVE_STATUS[CVE-2022-48669] = "fixed-version: Fixed from version 6.9" | ||
1640 | |||
1641 | CVE_STATUS[CVE-2022-48670] = "fixed-version: Fixed from version 6.0" | ||
1642 | |||
1643 | CVE_STATUS[CVE-2022-48671] = "fixed-version: Fixed from version 5.19.11" | ||
1644 | |||
1645 | CVE_STATUS[CVE-2022-48672] = "fixed-version: Fixed from version 6.0" | ||
1646 | |||
1647 | CVE_STATUS[CVE-2022-48673] = "fixed-version: Fixed from version 6.0" | ||
1648 | |||
1649 | CVE_STATUS[CVE-2022-48674] = "fixed-version: Fixed from version 6.0" | ||
1650 | |||
1651 | CVE_STATUS[CVE-2022-48675] = "fixed-version: Fixed from version 6.0" | ||
1652 | |||
1653 | CVE_STATUS[CVE-2022-48686] = "fixed-version: Fixed from version 6.0" | ||
1654 | |||
1655 | CVE_STATUS[CVE-2022-48687] = "fixed-version: Fixed from version 6.0" | ||
1656 | |||
1657 | CVE_STATUS[CVE-2022-48688] = "fixed-version: Fixed from version 6.0" | ||
1658 | |||
1659 | CVE_STATUS[CVE-2022-48689] = "fixed-version: Fixed from version 6.0" | ||
1660 | |||
1661 | CVE_STATUS[CVE-2022-48690] = "fixed-version: Fixed from version 6.0" | ||
1662 | |||
1663 | CVE_STATUS[CVE-2022-48691] = "fixed-version: Fixed from version 6.0" | ||
1664 | |||
1665 | CVE_STATUS[CVE-2022-48692] = "fixed-version: Fixed from version 6.0" | ||
1666 | |||
1667 | CVE_STATUS[CVE-2022-48693] = "fixed-version: Fixed from version 6.0" | ||
1668 | |||
1669 | CVE_STATUS[CVE-2022-48694] = "fixed-version: Fixed from version 6.0" | ||
1670 | |||
1671 | CVE_STATUS[CVE-2022-48695] = "fixed-version: Fixed from version 6.0" | ||
1672 | |||
1673 | CVE_STATUS[CVE-2022-48696] = "fixed-version: Fixed from version 6.0" | ||
1674 | |||
1675 | CVE_STATUS[CVE-2022-48697] = "fixed-version: Fixed from version 6.0" | ||
1676 | |||
1677 | CVE_STATUS[CVE-2022-48698] = "fixed-version: Fixed from version 6.0" | ||
1678 | |||
1679 | CVE_STATUS[CVE-2022-48699] = "fixed-version: Fixed from version 6.0" | ||
1680 | |||
1681 | CVE_STATUS[CVE-2022-48701] = "fixed-version: Fixed from version 6.0" | ||
1682 | |||
1683 | CVE_STATUS[CVE-2022-48702] = "fixed-version: Fixed from version 6.0" | ||
1684 | |||
1685 | CVE_STATUS[CVE-2022-48703] = "fixed-version: Fixed from version 6.0" | ||
1686 | |||
1687 | CVE_STATUS[CVE-2022-48704] = "fixed-version: Fixed from version 6.0" | ||
1688 | |||
1689 | CVE_STATUS[CVE-2022-48705] = "fixed-version: Fixed from version 6.0" | ||
1690 | |||
1691 | CVE_STATUS[CVE-2022-48706] = "fixed-version: Fixed from version 6.2" | ||
1692 | |||
1693 | CVE_STATUS[CVE-2022-48707] = "fixed-version: Fixed from version 6.2" | ||
1694 | |||
1695 | CVE_STATUS[CVE-2022-48708] = "fixed-version: Fixed from version 6.2" | ||
1696 | |||
1697 | CVE_STATUS[CVE-2022-48709] = "fixed-version: Fixed from version 6.2" | ||
1698 | |||
1699 | CVE_STATUS[CVE-2022-48710] = "fixed-version: Fixed from version 5.19" | ||
1700 | |||
1701 | CVE_STATUS[CVE-2022-48711] = "fixed-version: Fixed from version 5.17" | ||
1702 | |||
1703 | CVE_STATUS[CVE-2022-48712] = "fixed-version: Fixed from version 5.17" | ||
1704 | |||
1705 | CVE_STATUS[CVE-2022-48713] = "fixed-version: Fixed from version 5.17" | ||
1706 | |||
1707 | CVE_STATUS[CVE-2022-48714] = "fixed-version: Fixed from version 5.17" | ||
1708 | |||
1709 | CVE_STATUS[CVE-2022-48715] = "fixed-version: Fixed from version 5.17" | ||
1710 | |||
1711 | CVE_STATUS[CVE-2022-48716] = "fixed-version: Fixed from version 5.17" | ||
1712 | |||
1713 | CVE_STATUS[CVE-2022-48717] = "fixed-version: Fixed from version 5.17" | ||
1714 | |||
1715 | CVE_STATUS[CVE-2022-48718] = "fixed-version: Fixed from version 5.17" | ||
1716 | |||
1717 | CVE_STATUS[CVE-2022-48719] = "fixed-version: Fixed from version 5.17" | ||
1718 | |||
1719 | CVE_STATUS[CVE-2022-48720] = "fixed-version: Fixed from version 5.17" | ||
1720 | |||
1721 | CVE_STATUS[CVE-2022-48721] = "fixed-version: Fixed from version 5.17" | ||
1722 | |||
1723 | CVE_STATUS[CVE-2022-48722] = "fixed-version: Fixed from version 5.17" | ||
1724 | |||
1725 | CVE_STATUS[CVE-2022-48723] = "fixed-version: Fixed from version 5.17" | ||
1726 | |||
1727 | CVE_STATUS[CVE-2022-48724] = "fixed-version: Fixed from version 5.17" | ||
1728 | |||
1729 | CVE_STATUS[CVE-2022-48725] = "fixed-version: Fixed from version 5.17" | ||
1730 | |||
1731 | CVE_STATUS[CVE-2022-48726] = "fixed-version: Fixed from version 5.17" | ||
1732 | |||
1733 | CVE_STATUS[CVE-2022-48727] = "fixed-version: Fixed from version 5.17" | ||
1734 | |||
1735 | CVE_STATUS[CVE-2022-48728] = "fixed-version: Fixed from version 5.17" | ||
1736 | |||
1737 | CVE_STATUS[CVE-2022-48729] = "fixed-version: Fixed from version 5.17" | ||
1738 | |||
1739 | CVE_STATUS[CVE-2022-48730] = "fixed-version: Fixed from version 5.17" | ||
1740 | |||
1741 | CVE_STATUS[CVE-2022-48731] = "fixed-version: Fixed from version 5.17" | ||
1742 | |||
1743 | CVE_STATUS[CVE-2022-48732] = "fixed-version: Fixed from version 5.17" | ||
1744 | |||
1745 | CVE_STATUS[CVE-2022-48733] = "fixed-version: Fixed from version 5.17" | ||
1746 | |||
1747 | CVE_STATUS[CVE-2022-48734] = "fixed-version: Fixed from version 5.17" | ||
1748 | |||
1749 | CVE_STATUS[CVE-2022-48735] = "fixed-version: Fixed from version 5.17" | ||
1750 | |||
1751 | CVE_STATUS[CVE-2022-48738] = "fixed-version: Fixed from version 5.17" | ||
1752 | |||
1753 | CVE_STATUS[CVE-2022-48739] = "fixed-version: Fixed from version 5.17" | ||
1754 | |||
1755 | CVE_STATUS[CVE-2022-48740] = "fixed-version: Fixed from version 5.17" | ||
1756 | |||
1757 | CVE_STATUS[CVE-2022-48741] = "fixed-version: Fixed from version 5.17" | ||
1758 | |||
1759 | CVE_STATUS[CVE-2022-48742] = "fixed-version: Fixed from version 5.17" | ||
1760 | |||
1761 | CVE_STATUS[CVE-2022-48743] = "fixed-version: Fixed from version 5.17" | ||
1762 | |||
1763 | CVE_STATUS[CVE-2022-48744] = "fixed-version: Fixed from version 5.17" | ||
1764 | |||
1765 | CVE_STATUS[CVE-2022-48745] = "fixed-version: Fixed from version 5.17" | ||
1766 | |||
1767 | CVE_STATUS[CVE-2022-48746] = "fixed-version: Fixed from version 5.17" | ||
1768 | |||
1769 | CVE_STATUS[CVE-2022-48747] = "fixed-version: Fixed from version 5.17" | ||
1770 | |||
1771 | CVE_STATUS[CVE-2022-48748] = "fixed-version: Fixed from version 5.17" | ||
1772 | |||
1773 | CVE_STATUS[CVE-2022-48749] = "fixed-version: Fixed from version 5.17" | ||
1774 | |||
1775 | CVE_STATUS[CVE-2022-48750] = "fixed-version: Fixed from version 5.17" | ||
1776 | |||
1777 | CVE_STATUS[CVE-2022-48751] = "fixed-version: Fixed from version 5.17" | ||
1778 | |||
1779 | CVE_STATUS[CVE-2022-48752] = "fixed-version: Fixed from version 5.16.5" | ||
1780 | |||
1781 | CVE_STATUS[CVE-2022-48753] = "fixed-version: Fixed from version 5.17" | ||
1782 | |||
1783 | CVE_STATUS[CVE-2022-48754] = "fixed-version: Fixed from version 5.17" | ||
1784 | |||
1785 | CVE_STATUS[CVE-2022-48755] = "fixed-version: Fixed from version 5.17" | ||
1786 | |||
1787 | CVE_STATUS[CVE-2022-48756] = "fixed-version: Fixed from version 5.17" | ||
1788 | |||
1789 | CVE_STATUS[CVE-2022-48757] = "fixed-version: Fixed from version 5.17" | ||
1790 | |||
1791 | CVE_STATUS[CVE-2022-48758] = "fixed-version: Fixed from version 5.17" | ||
1792 | |||
1793 | CVE_STATUS[CVE-2022-48759] = "fixed-version: Fixed from version 5.17" | ||
1794 | |||
1795 | CVE_STATUS[CVE-2022-48760] = "fixed-version: Fixed from version 5.17" | ||
1796 | |||
1797 | CVE_STATUS[CVE-2022-48761] = "fixed-version: Fixed from version 5.17" | ||
1798 | |||
1799 | CVE_STATUS[CVE-2022-48762] = "fixed-version: Fixed from version 5.17" | ||
1800 | |||
1801 | CVE_STATUS[CVE-2022-48763] = "fixed-version: Fixed from version 5.17" | ||
1802 | |||
1803 | CVE_STATUS[CVE-2022-48764] = "fixed-version: Fixed from version 5.16.5" | ||
1804 | |||
1805 | CVE_STATUS[CVE-2022-48765] = "fixed-version: Fixed from version 5.17" | ||
1806 | |||
1807 | CVE_STATUS[CVE-2022-48766] = "fixed-version: Fixed from version 5.17" | ||
1808 | |||
1809 | CVE_STATUS[CVE-2022-48767] = "fixed-version: Fixed from version 5.17" | ||
1810 | |||
1811 | CVE_STATUS[CVE-2022-48768] = "fixed-version: Fixed from version 5.17" | ||
1812 | |||
1813 | CVE_STATUS[CVE-2022-48769] = "fixed-version: Fixed from version 5.17" | ||
1814 | |||
1815 | CVE_STATUS[CVE-2022-48770] = "fixed-version: Fixed from version 5.17" | ||
1816 | |||
1817 | CVE_STATUS[CVE-2022-48771] = "fixed-version: Fixed from version 5.17" | ||
1818 | |||
1819 | CVE_STATUS[CVE-2022-48772] = "fixed-version: Fixed from version 6.10" | ||
1820 | |||
1821 | CVE_STATUS[CVE-2022-48773] = "fixed-version: Fixed from version 5.17" | ||
1822 | |||
1823 | CVE_STATUS[CVE-2022-48774] = "fixed-version: Fixed from version 5.17" | ||
1824 | |||
1825 | CVE_STATUS[CVE-2022-48775] = "fixed-version: Fixed from version 5.17" | ||
1826 | |||
1827 | CVE_STATUS[CVE-2022-48776] = "fixed-version: Fixed from version 5.17" | ||
1828 | |||
1829 | CVE_STATUS[CVE-2022-48777] = "fixed-version: Fixed from version 5.17" | ||
1830 | |||
1831 | CVE_STATUS[CVE-2022-48778] = "fixed-version: Fixed from version 5.16.11" | ||
1832 | |||
1833 | CVE_STATUS[CVE-2022-48779] = "fixed-version: Fixed from version 5.17" | ||
1834 | |||
1835 | CVE_STATUS[CVE-2022-48780] = "fixed-version: Fixed from version 5.16.11" | ||
1836 | |||
1837 | CVE_STATUS[CVE-2022-48781] = "fixed-version: Fixed from version 5.17" | ||
1838 | |||
1839 | CVE_STATUS[CVE-2022-48782] = "fixed-version: Fixed from version 5.17" | ||
1840 | |||
1841 | CVE_STATUS[CVE-2022-48783] = "fixed-version: Fixed from version 5.16.11" | ||
1842 | |||
1843 | CVE_STATUS[CVE-2022-48784] = "fixed-version: Fixed from version 5.17" | ||
1844 | |||
1845 | CVE_STATUS[CVE-2022-48785] = "fixed-version: Fixed from version 5.17" | ||
1846 | |||
1847 | CVE_STATUS[CVE-2022-48786] = "fixed-version: Fixed from version 5.17" | ||
1848 | |||
1849 | CVE_STATUS[CVE-2022-48787] = "fixed-version: Fixed from version 5.16.11" | ||
1850 | |||
1851 | CVE_STATUS[CVE-2022-48788] = "fixed-version: Fixed from version 5.17" | ||
1852 | |||
1853 | CVE_STATUS[CVE-2022-48789] = "fixed-version: Fixed from version 5.17" | ||
1854 | |||
1855 | CVE_STATUS[CVE-2022-48790] = "fixed-version: Fixed from version 5.17" | ||
1856 | |||
1857 | CVE_STATUS[CVE-2022-48791] = "fixed-version: Fixed from version 5.17" | ||
1858 | |||
1859 | CVE_STATUS[CVE-2022-48792] = "fixed-version: Fixed from version 5.17" | ||
1860 | |||
1861 | CVE_STATUS[CVE-2022-48793] = "fixed-version: Fixed from version 5.17" | ||
1862 | |||
1863 | CVE_STATUS[CVE-2022-48794] = "fixed-version: Fixed from version 5.17" | ||
1864 | |||
1865 | CVE_STATUS[CVE-2022-48795] = "fixed-version: Fixed from version 5.17" | ||
1866 | |||
1867 | CVE_STATUS[CVE-2022-48796] = "fixed-version: Fixed from version 5.17" | ||
1868 | |||
1869 | CVE_STATUS[CVE-2022-48797] = "fixed-version: Fixed from version 5.17" | ||
1870 | |||
1871 | CVE_STATUS[CVE-2022-48798] = "fixed-version: Fixed from version 5.17" | ||
1872 | |||
1873 | CVE_STATUS[CVE-2022-48799] = "fixed-version: Fixed from version 5.17" | ||
1874 | |||
1875 | CVE_STATUS[CVE-2022-48800] = "fixed-version: Fixed from version 5.17" | ||
1876 | |||
1877 | CVE_STATUS[CVE-2022-48801] = "fixed-version: Fixed from version 5.17" | ||
1878 | |||
1879 | CVE_STATUS[CVE-2022-48802] = "fixed-version: Fixed from version 5.17" | ||
1880 | |||
1881 | CVE_STATUS[CVE-2022-48803] = "fixed-version: Fixed from version 5.17" | ||
1882 | |||
1883 | CVE_STATUS[CVE-2022-48804] = "fixed-version: Fixed from version 5.17" | ||
1884 | |||
1885 | CVE_STATUS[CVE-2022-48805] = "fixed-version: Fixed from version 5.17" | ||
1886 | |||
1887 | CVE_STATUS[CVE-2022-48806] = "fixed-version: Fixed from version 5.16.10" | ||
1888 | |||
1889 | CVE_STATUS[CVE-2022-48807] = "fixed-version: Fixed from version 5.17" | ||
1890 | |||
1891 | CVE_STATUS[CVE-2022-48808] = "fixed-version: Fixed from version 5.17" | ||
1892 | |||
1893 | CVE_STATUS[CVE-2022-48809] = "fixed-version: Fixed from version 5.17" | ||
1894 | |||
1895 | CVE_STATUS[CVE-2022-48810] = "fixed-version: Fixed from version 5.17" | ||
1896 | |||
1897 | CVE_STATUS[CVE-2022-48811] = "fixed-version: Fixed from version 5.17" | ||
1898 | |||
1899 | CVE_STATUS[CVE-2022-48812] = "fixed-version: Fixed from version 5.17" | ||
1900 | |||
1901 | CVE_STATUS[CVE-2022-48813] = "fixed-version: Fixed from version 5.17" | ||
1902 | |||
1903 | CVE_STATUS[CVE-2022-48814] = "fixed-version: Fixed from version 5.17" | ||
1904 | |||
1905 | CVE_STATUS[CVE-2022-48815] = "fixed-version: Fixed from version 5.17" | ||
1906 | |||
1907 | CVE_STATUS[CVE-2022-48816] = "fixed-version: Fixed from version 5.17" | ||
1908 | |||
1909 | CVE_STATUS[CVE-2022-48817] = "fixed-version: Fixed from version 5.17" | ||
1910 | |||
1911 | CVE_STATUS[CVE-2022-48818] = "fixed-version: Fixed from version 5.17" | ||
1912 | |||
1913 | CVE_STATUS[CVE-2022-48819] = "fixed-version: Fixed from version 5.17" | ||
1914 | |||
1915 | CVE_STATUS[CVE-2022-48820] = "fixed-version: Fixed from version 5.17" | ||
1916 | |||
1917 | CVE_STATUS[CVE-2022-48821] = "fixed-version: Fixed from version 5.17" | ||
1918 | |||
1919 | CVE_STATUS[CVE-2022-48822] = "fixed-version: Fixed from version 5.17" | ||
1920 | |||
1921 | CVE_STATUS[CVE-2022-48823] = "fixed-version: Fixed from version 5.17" | ||
1922 | |||
1923 | CVE_STATUS[CVE-2022-48824] = "fixed-version: Fixed from version 5.17" | ||
1924 | |||
1925 | CVE_STATUS[CVE-2022-48825] = "fixed-version: Fixed from version 5.17" | ||
1926 | |||
1927 | CVE_STATUS[CVE-2022-48826] = "fixed-version: Fixed from version 5.17" | ||
1928 | |||
1929 | CVE_STATUS[CVE-2022-48827] = "fixed-version: Fixed from version 5.17" | ||
1930 | |||
1931 | CVE_STATUS[CVE-2022-48828] = "fixed-version: Fixed from version 5.17" | ||
1932 | |||
1933 | CVE_STATUS[CVE-2022-48829] = "fixed-version: Fixed from version 5.17" | ||
1934 | |||
1935 | CVE_STATUS[CVE-2022-48830] = "fixed-version: Fixed from version 5.17" | ||
1936 | |||
1937 | CVE_STATUS[CVE-2022-48831] = "fixed-version: Fixed from version 5.17" | ||
1938 | |||
1939 | CVE_STATUS[CVE-2022-48832] = "fixed-version: Fixed from version 5.17" | ||
1940 | |||
1941 | CVE_STATUS[CVE-2022-48833] = "fixed-version: Fixed from version 5.17" | ||
1942 | |||
1943 | CVE_STATUS[CVE-2022-48834] = "fixed-version: Fixed from version 5.17" | ||
1944 | |||
1945 | CVE_STATUS[CVE-2022-48835] = "fixed-version: Fixed from version 5.17" | ||
1946 | |||
1947 | CVE_STATUS[CVE-2022-48836] = "fixed-version: Fixed from version 5.17" | ||
1948 | |||
1949 | CVE_STATUS[CVE-2022-48837] = "fixed-version: Fixed from version 5.16.17" | ||
1950 | |||
1951 | CVE_STATUS[CVE-2022-48838] = "fixed-version: Fixed from version 5.17" | ||
1952 | |||
1953 | CVE_STATUS[CVE-2022-48839] = "fixed-version: Fixed from version 5.17" | ||
1954 | |||
1955 | CVE_STATUS[CVE-2022-48840] = "fixed-version: Fixed from version 5.16.17" | ||
1956 | |||
1957 | CVE_STATUS[CVE-2022-48841] = "fixed-version: Fixed from version 5.17" | ||
1958 | |||
1959 | CVE_STATUS[CVE-2022-48842] = "fixed-version: Fixed from version 5.16.16" | ||
1960 | |||
1961 | CVE_STATUS[CVE-2022-48843] = "fixed-version: Fixed from version 5.17" | ||
1962 | |||
1963 | CVE_STATUS[CVE-2022-48844] = "fixed-version: Fixed from version 5.17" | ||
1964 | |||
1965 | CVE_STATUS[CVE-2022-48845] = "fixed-version: Fixed from version 5.17" | ||
1966 | |||
1967 | CVE_STATUS[CVE-2022-48846] = "fixed-version: Fixed from version 5.17" | ||
1968 | |||
1969 | CVE_STATUS[CVE-2022-48847] = "fixed-version: Fixed from version 5.17" | ||
1970 | |||
1971 | CVE_STATUS[CVE-2022-48848] = "fixed-version: Fixed from version 5.17" | ||
1972 | |||
1973 | CVE_STATUS[CVE-2022-48849] = "fixed-version: Fixed from version 5.17" | ||
1974 | |||
1975 | CVE_STATUS[CVE-2022-48850] = "fixed-version: Fixed from version 5.17" | ||
1976 | |||
1977 | CVE_STATUS[CVE-2022-48851] = "fixed-version: Fixed from version 5.17" | ||
1978 | |||
1979 | CVE_STATUS[CVE-2022-48852] = "fixed-version: Fixed from version 5.17" | ||
1980 | |||
1981 | CVE_STATUS[CVE-2022-48853] = "fixed-version: Fixed from version 5.17" | ||
1982 | |||
1983 | CVE_STATUS[CVE-2022-48854] = "fixed-version: Fixed from version 5.17" | ||
1984 | |||
1985 | CVE_STATUS[CVE-2022-48855] = "fixed-version: Fixed from version 5.17" | ||
1986 | |||
1987 | CVE_STATUS[CVE-2022-48856] = "fixed-version: Fixed from version 5.17" | ||
1988 | |||
1989 | CVE_STATUS[CVE-2022-48857] = "fixed-version: Fixed from version 5.17" | ||
1990 | |||
1991 | CVE_STATUS[CVE-2022-48858] = "fixed-version: Fixed from version 5.17" | ||
1992 | |||
1993 | CVE_STATUS[CVE-2022-48859] = "fixed-version: Fixed from version 5.17" | ||
1994 | |||
1995 | CVE_STATUS[CVE-2022-48860] = "fixed-version: Fixed from version 5.17" | ||
1996 | |||
1997 | CVE_STATUS[CVE-2022-48861] = "fixed-version: Fixed from version 5.17" | ||
1998 | |||
1999 | CVE_STATUS[CVE-2022-48862] = "fixed-version: Fixed from version 5.17" | ||
2000 | |||
2001 | CVE_STATUS[CVE-2022-48863] = "fixed-version: Fixed from version 5.17" | ||
2002 | |||
2003 | CVE_STATUS[CVE-2022-48864] = "fixed-version: Fixed from version 5.17" | ||
2004 | |||
2005 | CVE_STATUS[CVE-2022-48865] = "fixed-version: Fixed from version 5.17" | ||
2006 | |||
2007 | CVE_STATUS[CVE-2022-48866] = "fixed-version: Fixed from version 5.17" | ||
2008 | |||
2009 | CVE_STATUS[CVE-2022-48867] = "fixed-version: Fixed from version 6.2" | ||
2010 | |||
2011 | CVE_STATUS[CVE-2022-48868] = "fixed-version: Fixed from version 6.2" | ||
2012 | |||
2013 | CVE_STATUS[CVE-2022-48869] = "fixed-version: Fixed from version 6.2" | ||
2014 | |||
2015 | CVE_STATUS[CVE-2022-48870] = "fixed-version: Fixed from version 6.2" | ||
2016 | |||
2017 | CVE_STATUS[CVE-2022-48871] = "fixed-version: Fixed from version 6.2" | ||
2018 | |||
2019 | CVE_STATUS[CVE-2022-48872] = "fixed-version: Fixed from version 6.2" | ||
2020 | |||
2021 | CVE_STATUS[CVE-2022-48873] = "fixed-version: Fixed from version 6.2" | ||
2022 | |||
2023 | CVE_STATUS[CVE-2022-48874] = "fixed-version: Fixed from version 6.2" | ||
2024 | |||
2025 | CVE_STATUS[CVE-2022-48875] = "fixed-version: Fixed from version 6.2" | ||
2026 | |||
2027 | CVE_STATUS[CVE-2022-48876] = "fixed-version: Fixed from version 6.2" | ||
2028 | |||
2029 | CVE_STATUS[CVE-2022-48877] = "fixed-version: Fixed from version 6.2" | ||
2030 | |||
2031 | CVE_STATUS[CVE-2022-48878] = "fixed-version: Fixed from version 6.2" | ||
2032 | |||
2033 | CVE_STATUS[CVE-2022-48879] = "fixed-version: Fixed from version 6.2" | ||
2034 | |||
2035 | CVE_STATUS[CVE-2022-48880] = "fixed-version: Fixed from version 6.2" | ||
2036 | |||
2037 | CVE_STATUS[CVE-2022-48881] = "fixed-version: Fixed from version 6.2" | ||
2038 | |||
2039 | CVE_STATUS[CVE-2022-48882] = "fixed-version: Fixed from version 6.2" | ||
2040 | |||
2041 | CVE_STATUS[CVE-2022-48883] = "fixed-version: Fixed from version 6.2" | ||
2042 | |||
2043 | CVE_STATUS[CVE-2022-48884] = "fixed-version: Fixed from version 6.2" | ||
2044 | |||
2045 | CVE_STATUS[CVE-2022-48885] = "fixed-version: Fixed from version 6.2" | ||
2046 | |||
2047 | CVE_STATUS[CVE-2022-48886] = "fixed-version: Fixed from version 6.2" | ||
2048 | |||
2049 | CVE_STATUS[CVE-2022-48887] = "fixed-version: Fixed from version 6.2" | ||
2050 | |||
2051 | CVE_STATUS[CVE-2022-48888] = "fixed-version: Fixed from version 6.2" | ||
2052 | |||
2053 | CVE_STATUS[CVE-2022-48889] = "fixed-version: Fixed from version 6.2" | ||
2054 | |||
2055 | CVE_STATUS[CVE-2022-48890] = "fixed-version: Fixed from version 6.2" | ||
2056 | |||
2057 | CVE_STATUS[CVE-2022-48891] = "fixed-version: Fixed from version 6.2" | ||
2058 | |||
2059 | CVE_STATUS[CVE-2022-48892] = "fixed-version: Fixed from version 6.2" | ||
2060 | |||
2061 | CVE_STATUS[CVE-2022-48893] = "fixed-version: Fixed from version 6.2" | ||
2062 | |||
2063 | CVE_STATUS[CVE-2022-48894] = "fixed-version: Fixed from version 6.2" | ||
2064 | |||
2065 | CVE_STATUS[CVE-2022-48895] = "fixed-version: Fixed from version 6.2" | ||
2066 | |||
2067 | CVE_STATUS[CVE-2022-48896] = "fixed-version: Fixed from version 6.2" | ||
2068 | |||
2069 | CVE_STATUS[CVE-2022-48897] = "fixed-version: Fixed from version 6.2" | ||
2070 | |||
2071 | CVE_STATUS[CVE-2022-48898] = "fixed-version: Fixed from version 6.2" | ||
2072 | |||
2073 | CVE_STATUS[CVE-2022-48899] = "fixed-version: Fixed from version 6.2" | ||
2074 | |||
2075 | CVE_STATUS[CVE-2022-48901] = "fixed-version: Fixed from version 5.17" | ||
2076 | |||
2077 | CVE_STATUS[CVE-2022-48902] = "fixed-version: Fixed from version 5.17" | ||
2078 | |||
2079 | CVE_STATUS[CVE-2022-48903] = "fixed-version: Fixed from version 5.17" | ||
2080 | |||
2081 | CVE_STATUS[CVE-2022-48904] = "fixed-version: Fixed from version 5.17" | ||
2082 | |||
2083 | CVE_STATUS[CVE-2022-48905] = "fixed-version: Fixed from version 5.17" | ||
2084 | |||
2085 | CVE_STATUS[CVE-2022-48906] = "fixed-version: Fixed from version 5.17" | ||
2086 | |||
2087 | CVE_STATUS[CVE-2022-48907] = "fixed-version: Fixed from version 5.17" | ||
2088 | |||
2089 | CVE_STATUS[CVE-2022-48908] = "fixed-version: Fixed from version 5.17" | ||
2090 | |||
2091 | CVE_STATUS[CVE-2022-48909] = "fixed-version: Fixed from version 5.17" | ||
2092 | |||
2093 | CVE_STATUS[CVE-2022-48910] = "fixed-version: Fixed from version 5.17" | ||
2094 | |||
2095 | CVE_STATUS[CVE-2022-48911] = "fixed-version: Fixed from version 5.17" | ||
2096 | |||
2097 | CVE_STATUS[CVE-2022-48912] = "fixed-version: Fixed from version 5.17" | ||
2098 | |||
2099 | CVE_STATUS[CVE-2022-48913] = "fixed-version: Fixed from version 5.17" | ||
2100 | |||
2101 | CVE_STATUS[CVE-2022-48914] = "fixed-version: Fixed from version 5.16.13" | ||
2102 | |||
2103 | CVE_STATUS[CVE-2022-48915] = "fixed-version: Fixed from version 5.17" | ||
2104 | |||
2105 | CVE_STATUS[CVE-2022-48916] = "fixed-version: Fixed from version 5.17" | ||
2106 | |||
2107 | CVE_STATUS[CVE-2022-48918] = "fixed-version: Fixed from version 5.17" | ||
2108 | |||
2109 | CVE_STATUS[CVE-2022-48919] = "fixed-version: Fixed from version 5.17" | ||
2110 | |||
2111 | CVE_STATUS[CVE-2022-48920] = "fixed-version: Fixed from version 5.17" | ||
2112 | |||
2113 | CVE_STATUS[CVE-2022-48921] = "fixed-version: Fixed from version 5.17" | ||
2114 | |||
2115 | CVE_STATUS[CVE-2022-48922] = "fixed-version: Fixed from version 5.17" | ||
2116 | |||
2117 | CVE_STATUS[CVE-2022-48923] = "fixed-version: Fixed from version 5.17" | ||
2118 | |||
2119 | CVE_STATUS[CVE-2022-48924] = "fixed-version: Fixed from version 5.17" | ||
2120 | |||
2121 | CVE_STATUS[CVE-2022-48925] = "fixed-version: Fixed from version 5.17" | ||
2122 | |||
2123 | CVE_STATUS[CVE-2022-48926] = "fixed-version: Fixed from version 5.17" | ||
2124 | |||
2125 | CVE_STATUS[CVE-2022-48927] = "fixed-version: Fixed from version 5.17" | ||
2126 | |||
2127 | CVE_STATUS[CVE-2022-48928] = "fixed-version: Fixed from version 5.17" | ||
2128 | |||
2129 | CVE_STATUS[CVE-2022-48929] = "fixed-version: Fixed from version 5.16.12" | ||
2130 | |||
2131 | CVE_STATUS[CVE-2022-48930] = "fixed-version: Fixed from version 5.17" | ||
2132 | |||
2133 | CVE_STATUS[CVE-2022-48931] = "fixed-version: Fixed from version 5.17" | ||
2134 | |||
2135 | CVE_STATUS[CVE-2022-48932] = "fixed-version: Fixed from version 5.17" | ||
2136 | |||
2137 | CVE_STATUS[CVE-2022-48933] = "fixed-version: Fixed from version 5.17" | ||
2138 | |||
2139 | CVE_STATUS[CVE-2022-48934] = "fixed-version: Fixed from version 5.17" | ||
2140 | |||
2141 | CVE_STATUS[CVE-2022-48935] = "fixed-version: Fixed from version 5.17" | ||
2142 | |||
2143 | CVE_STATUS[CVE-2022-48937] = "fixed-version: Fixed from version 5.17" | ||
2144 | |||
2145 | CVE_STATUS[CVE-2022-48938] = "fixed-version: Fixed from version 5.17" | ||
2146 | |||
2147 | CVE_STATUS[CVE-2022-48939] = "fixed-version: Fixed from version 5.17" | ||
2148 | |||
2149 | CVE_STATUS[CVE-2022-48940] = "fixed-version: Fixed from version 5.17" | ||
2150 | |||
2151 | CVE_STATUS[CVE-2022-48941] = "fixed-version: Fixed from version 5.17" | ||
2152 | |||
2153 | CVE_STATUS[CVE-2022-48942] = "fixed-version: Fixed from version 5.17" | ||
2154 | |||
2155 | CVE_STATUS[CVE-2022-48943] = "fixed-version: Fixed from version 5.17" | ||
2156 | |||
2157 | CVE_STATUS[CVE-2022-48944] = "fixed-version: Fixed from version 5.17" | ||
2158 | |||
2159 | CVE_STATUS[CVE-2022-48945] = "fixed-version: Fixed from version 6.2" | ||
2160 | |||
2161 | CVE_STATUS[CVE-2022-48946] = "fixed-version: Fixed from version 6.2" | ||
2162 | |||
2163 | CVE_STATUS[CVE-2022-48947] = "fixed-version: Fixed from version 6.1" | ||
2164 | |||
2165 | CVE_STATUS[CVE-2022-48948] = "fixed-version: Fixed from version 6.2" | ||
2166 | |||
2167 | CVE_STATUS[CVE-2022-48949] = "fixed-version: Fixed from version 6.2" | ||
2168 | |||
2169 | CVE_STATUS[CVE-2022-48950] = "fixed-version: Fixed from version 6.1" | ||
2170 | |||
2171 | CVE_STATUS[CVE-2022-48951] = "fixed-version: Fixed from version 6.1" | ||
2172 | |||
2173 | CVE_STATUS[CVE-2022-48952] = "fixed-version: Fixed from version 6.2" | ||
2174 | |||
2175 | CVE_STATUS[CVE-2022-48953] = "fixed-version: Fixed from version 6.1" | ||
2176 | |||
2177 | CVE_STATUS[CVE-2022-48954] = "fixed-version: Fixed from version 6.1" | ||
2178 | |||
2179 | CVE_STATUS[CVE-2022-48955] = "fixed-version: Fixed from version 6.1" | ||
2180 | |||
2181 | CVE_STATUS[CVE-2022-48956] = "fixed-version: Fixed from version 6.1" | ||
2182 | |||
2183 | CVE_STATUS[CVE-2022-48957] = "fixed-version: Fixed from version 6.1" | ||
2184 | |||
2185 | CVE_STATUS[CVE-2022-48958] = "fixed-version: Fixed from version 6.1" | ||
2186 | |||
2187 | CVE_STATUS[CVE-2022-48959] = "fixed-version: Fixed from version 6.1" | ||
2188 | |||
2189 | CVE_STATUS[CVE-2022-48960] = "fixed-version: Fixed from version 6.1" | ||
2190 | |||
2191 | CVE_STATUS[CVE-2022-48961] = "fixed-version: Fixed from version 6.1" | ||
2192 | |||
2193 | CVE_STATUS[CVE-2022-48962] = "fixed-version: Fixed from version 6.1" | ||
2194 | |||
2195 | CVE_STATUS[CVE-2022-48963] = "fixed-version: Fixed from version 6.1" | ||
2196 | |||
2197 | CVE_STATUS[CVE-2022-48964] = "fixed-version: Fixed from version 6.1" | ||
2198 | |||
2199 | CVE_STATUS[CVE-2022-48965] = "fixed-version: Fixed from version 6.1" | ||
2200 | |||
2201 | CVE_STATUS[CVE-2022-48966] = "fixed-version: Fixed from version 6.1" | ||
2202 | |||
2203 | CVE_STATUS[CVE-2022-48967] = "fixed-version: Fixed from version 6.1" | ||
2204 | |||
2205 | CVE_STATUS[CVE-2022-48968] = "fixed-version: Fixed from version 6.1" | ||
2206 | |||
2207 | CVE_STATUS[CVE-2022-48969] = "fixed-version: Fixed from version 6.1" | ||
2208 | |||
2209 | CVE_STATUS[CVE-2022-48970] = "fixed-version: Fixed from version 6.1" | ||
2210 | |||
2211 | CVE_STATUS[CVE-2022-48971] = "fixed-version: Fixed from version 6.1" | ||
2212 | |||
2213 | CVE_STATUS[CVE-2022-48972] = "fixed-version: Fixed from version 6.1" | ||
2214 | |||
2215 | CVE_STATUS[CVE-2022-48973] = "fixed-version: Fixed from version 6.1" | ||
2216 | |||
2217 | CVE_STATUS[CVE-2022-48974] = "fixed-version: Fixed from version 6.1" | ||
2218 | |||
2219 | CVE_STATUS[CVE-2022-48975] = "fixed-version: Fixed from version 6.1" | ||
2220 | |||
2221 | CVE_STATUS[CVE-2022-48976] = "fixed-version: Fixed from version 6.1" | ||
2222 | |||
2223 | CVE_STATUS[CVE-2022-48977] = "fixed-version: Fixed from version 6.1" | ||
2224 | |||
2225 | CVE_STATUS[CVE-2022-48978] = "fixed-version: Fixed from version 6.1" | ||
2226 | |||
2227 | CVE_STATUS[CVE-2022-48979] = "fixed-version: Fixed from version 6.1" | ||
2228 | |||
2229 | CVE_STATUS[CVE-2022-48980] = "fixed-version: Fixed from version 6.1" | ||
2230 | |||
2231 | CVE_STATUS[CVE-2022-48981] = "fixed-version: Fixed from version 6.1" | ||
2232 | |||
2233 | CVE_STATUS[CVE-2022-48982] = "fixed-version: Fixed from version 6.1" | ||
2234 | |||
2235 | CVE_STATUS[CVE-2022-48983] = "fixed-version: Fixed from version 6.1" | ||
2236 | |||
2237 | CVE_STATUS[CVE-2022-48984] = "fixed-version: Fixed from version 6.1" | ||
2238 | |||
2239 | CVE_STATUS[CVE-2022-48985] = "fixed-version: Fixed from version 6.1" | ||
2240 | |||
2241 | CVE_STATUS[CVE-2022-48986] = "fixed-version: Fixed from version 6.1" | ||
2242 | |||
2243 | CVE_STATUS[CVE-2022-48987] = "fixed-version: Fixed from version 6.0.13" | ||
2244 | |||
2245 | CVE_STATUS[CVE-2022-48988] = "fixed-version: Fixed from version 6.1" | ||
2246 | |||
2247 | CVE_STATUS[CVE-2022-48989] = "fixed-version: Fixed from version 6.1" | ||
2248 | |||
2249 | CVE_STATUS[CVE-2022-48990] = "fixed-version: Fixed from version 6.1" | ||
2250 | |||
2251 | CVE_STATUS[CVE-2022-48991] = "fixed-version: Fixed from version 6.1" | ||
2252 | |||
2253 | CVE_STATUS[CVE-2022-48992] = "fixed-version: Fixed from version 6.1" | ||
2254 | |||
2255 | CVE_STATUS[CVE-2022-48994] = "fixed-version: Fixed from version 6.1" | ||
2256 | |||
2257 | CVE_STATUS[CVE-2022-48995] = "fixed-version: Fixed from version 6.1" | ||
2258 | |||
2259 | CVE_STATUS[CVE-2022-48996] = "fixed-version: Fixed from version 6.1" | ||
2260 | |||
2261 | CVE_STATUS[CVE-2022-48997] = "fixed-version: Fixed from version 6.1" | ||
2262 | |||
2263 | CVE_STATUS[CVE-2022-48998] = "fixed-version: Fixed from version 6.1" | ||
2264 | |||
2265 | CVE_STATUS[CVE-2022-48999] = "fixed-version: Fixed from version 6.1" | ||
2266 | |||
2267 | CVE_STATUS[CVE-2022-49000] = "fixed-version: Fixed from version 6.1" | ||
2268 | |||
2269 | CVE_STATUS[CVE-2022-49001] = "fixed-version: Fixed from version 6.1" | ||
2270 | |||
2271 | CVE_STATUS[CVE-2022-49002] = "fixed-version: Fixed from version 6.1" | ||
2272 | |||
2273 | CVE_STATUS[CVE-2022-49003] = "fixed-version: Fixed from version 6.1" | ||
2274 | |||
2275 | CVE_STATUS[CVE-2022-49004] = "fixed-version: Fixed from version 6.1" | ||
2276 | |||
2277 | CVE_STATUS[CVE-2022-49005] = "fixed-version: Fixed from version 6.1" | ||
2278 | |||
2279 | CVE_STATUS[CVE-2022-49006] = "fixed-version: Fixed from version 6.1" | ||
2280 | |||
2281 | CVE_STATUS[CVE-2022-49007] = "fixed-version: Fixed from version 6.1" | ||
2282 | |||
2283 | CVE_STATUS[CVE-2022-49008] = "fixed-version: Fixed from version 6.1" | ||
2284 | |||
2285 | CVE_STATUS[CVE-2022-49009] = "fixed-version: Fixed from version 6.1" | ||
2286 | |||
2287 | CVE_STATUS[CVE-2022-49010] = "fixed-version: Fixed from version 6.1" | ||
2288 | |||
2289 | CVE_STATUS[CVE-2022-49011] = "fixed-version: Fixed from version 6.1" | ||
2290 | |||
2291 | CVE_STATUS[CVE-2022-49012] = "fixed-version: Fixed from version 6.1" | ||
2292 | |||
2293 | CVE_STATUS[CVE-2022-49013] = "fixed-version: Fixed from version 6.1" | ||
2294 | |||
2295 | CVE_STATUS[CVE-2022-49014] = "fixed-version: Fixed from version 6.1" | ||
2296 | |||
2297 | CVE_STATUS[CVE-2022-49015] = "fixed-version: Fixed from version 6.1" | ||
2298 | |||
2299 | CVE_STATUS[CVE-2022-49016] = "fixed-version: Fixed from version 6.1" | ||
2300 | |||
2301 | CVE_STATUS[CVE-2022-49017] = "fixed-version: Fixed from version 6.1" | ||
2302 | |||
2303 | CVE_STATUS[CVE-2022-49018] = "fixed-version: Fixed from version 6.1" | ||
2304 | |||
2305 | CVE_STATUS[CVE-2022-49019] = "fixed-version: Fixed from version 6.1" | ||
2306 | |||
2307 | CVE_STATUS[CVE-2022-49020] = "fixed-version: Fixed from version 6.1" | ||
2308 | |||
2309 | CVE_STATUS[CVE-2022-49021] = "fixed-version: Fixed from version 6.1" | ||
2310 | |||
2311 | CVE_STATUS[CVE-2022-49022] = "fixed-version: Fixed from version 6.1" | ||
2312 | |||
2313 | CVE_STATUS[CVE-2022-49023] = "fixed-version: Fixed from version 6.1" | ||
2314 | |||
2315 | CVE_STATUS[CVE-2022-49024] = "fixed-version: Fixed from version 6.1" | ||
2316 | |||
2317 | CVE_STATUS[CVE-2022-49025] = "fixed-version: Fixed from version 6.1" | ||
2318 | |||
2319 | CVE_STATUS[CVE-2022-49026] = "fixed-version: Fixed from version 6.1" | ||
2320 | |||
2321 | CVE_STATUS[CVE-2022-49027] = "fixed-version: Fixed from version 6.1" | ||
2322 | |||
2323 | CVE_STATUS[CVE-2022-49028] = "fixed-version: Fixed from version 6.1" | ||
2324 | |||
2325 | CVE_STATUS[CVE-2022-49029] = "fixed-version: Fixed from version 6.1" | ||
2326 | |||
2327 | CVE_STATUS[CVE-2022-49030] = "fixed-version: Fixed from version 6.1" | ||
2328 | |||
2329 | CVE_STATUS[CVE-2022-49031] = "fixed-version: Fixed from version 6.1" | ||
2330 | |||
2331 | CVE_STATUS[CVE-2022-49032] = "fixed-version: Fixed from version 6.1" | ||
2332 | |||
2333 | CVE_STATUS[CVE-2022-49033] = "fixed-version: Fixed from version 6.1" | ||
2334 | |||
2335 | CVE_STATUS[CVE-2022-49034] = "cpe-stable-backport: Backported in 6.12.2" | ||
2336 | |||
2337 | CVE_STATUS[CVE-2022-49035] = "fixed-version: Fixed from version 6.1" | ||
2338 | |||
2339 | CVE_STATUS[CVE-2022-49044] = "fixed-version: Fixed from version 5.18" | ||
2340 | |||
2341 | CVE_STATUS[CVE-2022-49046] = "fixed-version: Fixed from version 5.18" | ||
2342 | |||
2343 | CVE_STATUS[CVE-2022-49047] = "fixed-version: Fixed from version 5.18" | ||
2344 | |||
2345 | CVE_STATUS[CVE-2022-49048] = "fixed-version: Fixed from version 5.18" | ||
2346 | |||
2347 | CVE_STATUS[CVE-2022-49049] = "fixed-version: Fixed from version 5.18" | ||
2348 | |||
2349 | CVE_STATUS[CVE-2022-49050] = "fixed-version: Fixed from version 5.18" | ||
2350 | |||
2351 | CVE_STATUS[CVE-2022-49051] = "fixed-version: Fixed from version 5.18" | ||
2352 | |||
2353 | CVE_STATUS[CVE-2022-49052] = "fixed-version: Fixed from version 5.18" | ||
2354 | |||
2355 | CVE_STATUS[CVE-2022-49053] = "fixed-version: Fixed from version 5.18" | ||
2356 | |||
2357 | CVE_STATUS[CVE-2022-49054] = "fixed-version: Fixed from version 5.18" | ||
2358 | |||
2359 | CVE_STATUS[CVE-2022-49055] = "fixed-version: Fixed from version 5.18" | ||
2360 | |||
2361 | CVE_STATUS[CVE-2022-49057] = "fixed-version: Fixed from version 5.18" | ||
2362 | |||
2363 | CVE_STATUS[CVE-2022-49058] = "fixed-version: Fixed from version 5.18" | ||
2364 | |||
2365 | CVE_STATUS[CVE-2022-49059] = "fixed-version: Fixed from version 5.18" | ||
2366 | |||
2367 | CVE_STATUS[CVE-2022-49060] = "fixed-version: Fixed from version 5.18" | ||
2368 | |||
2369 | CVE_STATUS[CVE-2022-49061] = "fixed-version: Fixed from version 5.18" | ||
2370 | |||
2371 | CVE_STATUS[CVE-2022-49062] = "fixed-version: Fixed from version 5.18" | ||
2372 | |||
2373 | CVE_STATUS[CVE-2022-49063] = "fixed-version: Fixed from version 5.18" | ||
2374 | |||
2375 | CVE_STATUS[CVE-2022-49064] = "fixed-version: Fixed from version 5.18" | ||
2376 | |||
2377 | CVE_STATUS[CVE-2022-49065] = "fixed-version: Fixed from version 5.18" | ||
2378 | |||
2379 | CVE_STATUS[CVE-2022-49066] = "fixed-version: Fixed from version 5.18" | ||
2380 | |||
2381 | CVE_STATUS[CVE-2022-49067] = "fixed-version: Fixed from version 5.18" | ||
2382 | |||
2383 | CVE_STATUS[CVE-2022-49068] = "fixed-version: Fixed from version 5.18" | ||
2384 | |||
2385 | CVE_STATUS[CVE-2022-49069] = "fixed-version: Fixed from version 5.18" | ||
2386 | |||
2387 | CVE_STATUS[CVE-2022-49070] = "fixed-version: Fixed from version 5.17.3" | ||
2388 | |||
2389 | CVE_STATUS[CVE-2022-49071] = "fixed-version: Fixed from version 5.18" | ||
2390 | |||
2391 | CVE_STATUS[CVE-2022-49072] = "fixed-version: Fixed from version 5.18" | ||
2392 | |||
2393 | CVE_STATUS[CVE-2022-49073] = "fixed-version: Fixed from version 5.18" | ||
2394 | |||
2395 | CVE_STATUS[CVE-2022-49074] = "fixed-version: Fixed from version 5.18" | ||
2396 | |||
2397 | CVE_STATUS[CVE-2022-49075] = "fixed-version: Fixed from version 5.18" | ||
2398 | |||
2399 | CVE_STATUS[CVE-2022-49076] = "fixed-version: Fixed from version 5.18" | ||
2400 | |||
2401 | CVE_STATUS[CVE-2022-49077] = "fixed-version: Fixed from version 5.18" | ||
2402 | |||
2403 | CVE_STATUS[CVE-2022-49078] = "fixed-version: Fixed from version 5.18" | ||
2404 | |||
2405 | CVE_STATUS[CVE-2022-49079] = "fixed-version: Fixed from version 5.18" | ||
2406 | |||
2407 | CVE_STATUS[CVE-2022-49080] = "fixed-version: Fixed from version 5.18" | ||
2408 | |||
2409 | CVE_STATUS[CVE-2022-49081] = "fixed-version: Fixed from version 5.18" | ||
2410 | |||
2411 | CVE_STATUS[CVE-2022-49082] = "fixed-version: Fixed from version 5.18" | ||
2412 | |||
2413 | CVE_STATUS[CVE-2022-49083] = "fixed-version: Fixed from version 5.18" | ||
2414 | |||
2415 | CVE_STATUS[CVE-2022-49084] = "fixed-version: Fixed from version 5.18" | ||
2416 | |||
2417 | CVE_STATUS[CVE-2022-49085] = "fixed-version: Fixed from version 5.18" | ||
2418 | |||
2419 | CVE_STATUS[CVE-2022-49086] = "fixed-version: Fixed from version 5.18" | ||
2420 | |||
2421 | CVE_STATUS[CVE-2022-49087] = "fixed-version: Fixed from version 5.18" | ||
2422 | |||
2423 | CVE_STATUS[CVE-2022-49088] = "fixed-version: Fixed from version 5.18" | ||
2424 | |||
2425 | CVE_STATUS[CVE-2022-49089] = "fixed-version: Fixed from version 5.18" | ||
2426 | |||
2427 | CVE_STATUS[CVE-2022-49090] = "fixed-version: Fixed from version 5.18" | ||
2428 | |||
2429 | CVE_STATUS[CVE-2022-49091] = "fixed-version: Fixed from version 5.18" | ||
2430 | |||
2431 | CVE_STATUS[CVE-2022-49092] = "fixed-version: Fixed from version 5.18" | ||
2432 | |||
2433 | CVE_STATUS[CVE-2022-49093] = "fixed-version: Fixed from version 5.18" | ||
2434 | |||
2435 | CVE_STATUS[CVE-2022-49094] = "fixed-version: Fixed from version 5.18" | ||
2436 | |||
2437 | CVE_STATUS[CVE-2022-49095] = "fixed-version: Fixed from version 5.18" | ||
2438 | |||
2439 | CVE_STATUS[CVE-2022-49096] = "fixed-version: Fixed from version 5.18" | ||
2440 | |||
2441 | CVE_STATUS[CVE-2022-49097] = "fixed-version: Fixed from version 5.18" | ||
2442 | |||
2443 | CVE_STATUS[CVE-2022-49098] = "fixed-version: Fixed from version 5.18" | ||
2444 | |||
2445 | CVE_STATUS[CVE-2022-49099] = "fixed-version: Fixed from version 5.18" | ||
2446 | |||
2447 | CVE_STATUS[CVE-2022-49100] = "fixed-version: Fixed from version 5.18" | ||
2448 | |||
2449 | CVE_STATUS[CVE-2022-49102] = "fixed-version: Fixed from version 5.18" | ||
2450 | |||
2451 | CVE_STATUS[CVE-2022-49103] = "fixed-version: Fixed from version 5.18" | ||
2452 | |||
2453 | CVE_STATUS[CVE-2022-49104] = "fixed-version: Fixed from version 5.18" | ||
2454 | |||
2455 | CVE_STATUS[CVE-2022-49105] = "fixed-version: Fixed from version 5.18" | ||
2456 | |||
2457 | CVE_STATUS[CVE-2022-49106] = "fixed-version: Fixed from version 5.18" | ||
2458 | |||
2459 | CVE_STATUS[CVE-2022-49107] = "fixed-version: Fixed from version 5.18" | ||
2460 | |||
2461 | CVE_STATUS[CVE-2022-49108] = "fixed-version: Fixed from version 5.18" | ||
2462 | |||
2463 | CVE_STATUS[CVE-2022-49109] = "fixed-version: Fixed from version 5.18" | ||
2464 | |||
2465 | CVE_STATUS[CVE-2022-49110] = "fixed-version: Fixed from version 5.18" | ||
2466 | |||
2467 | CVE_STATUS[CVE-2022-49111] = "fixed-version: Fixed from version 5.18" | ||
2468 | |||
2469 | CVE_STATUS[CVE-2022-49112] = "fixed-version: Fixed from version 5.18" | ||
2470 | |||
2471 | CVE_STATUS[CVE-2022-49113] = "fixed-version: Fixed from version 5.18" | ||
2472 | |||
2473 | CVE_STATUS[CVE-2022-49114] = "fixed-version: Fixed from version 5.18" | ||
2474 | |||
2475 | CVE_STATUS[CVE-2022-49115] = "fixed-version: Fixed from version 5.18" | ||
2476 | |||
2477 | CVE_STATUS[CVE-2022-49116] = "fixed-version: Fixed from version 5.18" | ||
2478 | |||
2479 | CVE_STATUS[CVE-2022-49117] = "fixed-version: Fixed from version 5.18" | ||
2480 | |||
2481 | CVE_STATUS[CVE-2022-49118] = "fixed-version: Fixed from version 5.18" | ||
2482 | |||
2483 | CVE_STATUS[CVE-2022-49119] = "fixed-version: Fixed from version 5.18" | ||
2484 | |||
2485 | CVE_STATUS[CVE-2022-49120] = "fixed-version: Fixed from version 5.18" | ||
2486 | |||
2487 | CVE_STATUS[CVE-2022-49121] = "fixed-version: Fixed from version 5.18" | ||
2488 | |||
2489 | CVE_STATUS[CVE-2022-49122] = "fixed-version: Fixed from version 5.18" | ||
2490 | |||
2491 | CVE_STATUS[CVE-2022-49123] = "fixed-version: Fixed from version 5.18" | ||
2492 | |||
2493 | CVE_STATUS[CVE-2022-49124] = "fixed-version: Fixed from version 5.18" | ||
2494 | |||
2495 | CVE_STATUS[CVE-2022-49125] = "fixed-version: Fixed from version 5.18" | ||
2496 | |||
2497 | CVE_STATUS[CVE-2022-49126] = "fixed-version: Fixed from version 5.18" | ||
2498 | |||
2499 | CVE_STATUS[CVE-2022-49127] = "fixed-version: Fixed from version 5.18" | ||
2500 | |||
2501 | CVE_STATUS[CVE-2022-49128] = "fixed-version: Fixed from version 5.18" | ||
2502 | |||
2503 | CVE_STATUS[CVE-2022-49129] = "fixed-version: Fixed from version 5.18" | ||
2504 | |||
2505 | CVE_STATUS[CVE-2022-49130] = "fixed-version: Fixed from version 5.18" | ||
2506 | |||
2507 | CVE_STATUS[CVE-2022-49131] = "fixed-version: Fixed from version 5.18" | ||
2508 | |||
2509 | CVE_STATUS[CVE-2022-49132] = "fixed-version: Fixed from version 5.18" | ||
2510 | |||
2511 | CVE_STATUS[CVE-2022-49133] = "fixed-version: Fixed from version 5.18" | ||
2512 | |||
2513 | CVE_STATUS[CVE-2022-49134] = "fixed-version: Fixed from version 5.18" | ||
2514 | |||
2515 | CVE_STATUS[CVE-2022-49135] = "fixed-version: Fixed from version 5.18" | ||
2516 | |||
2517 | CVE_STATUS[CVE-2022-49136] = "fixed-version: Fixed from version 5.18" | ||
2518 | |||
2519 | CVE_STATUS[CVE-2022-49137] = "fixed-version: Fixed from version 5.18" | ||
2520 | |||
2521 | CVE_STATUS[CVE-2022-49138] = "fixed-version: Fixed from version 5.18" | ||
2522 | |||
2523 | CVE_STATUS[CVE-2022-49139] = "fixed-version: Fixed from version 5.18" | ||
2524 | |||
2525 | CVE_STATUS[CVE-2022-49141] = "fixed-version: Fixed from version 5.18" | ||
2526 | |||
2527 | CVE_STATUS[CVE-2022-49142] = "fixed-version: Fixed from version 5.18" | ||
2528 | |||
2529 | CVE_STATUS[CVE-2022-49144] = "fixed-version: Fixed from version 5.18" | ||
2530 | |||
2531 | CVE_STATUS[CVE-2022-49145] = "fixed-version: Fixed from version 5.18" | ||
2532 | |||
2533 | CVE_STATUS[CVE-2022-49146] = "fixed-version: Fixed from version 5.18" | ||
2534 | |||
2535 | CVE_STATUS[CVE-2022-49147] = "fixed-version: Fixed from version 5.18" | ||
2536 | |||
2537 | CVE_STATUS[CVE-2022-49148] = "fixed-version: Fixed from version 5.18" | ||
2538 | |||
2539 | CVE_STATUS[CVE-2022-49149] = "fixed-version: Fixed from version 5.18" | ||
2540 | |||
2541 | CVE_STATUS[CVE-2022-49150] = "fixed-version: Fixed from version 5.18" | ||
2542 | |||
2543 | CVE_STATUS[CVE-2022-49151] = "fixed-version: Fixed from version 5.18" | ||
2544 | |||
2545 | CVE_STATUS[CVE-2022-49152] = "fixed-version: Fixed from version 5.18" | ||
2546 | |||
2547 | CVE_STATUS[CVE-2022-49153] = "fixed-version: Fixed from version 5.18" | ||
2548 | |||
2549 | CVE_STATUS[CVE-2022-49154] = "fixed-version: Fixed from version 5.18" | ||
2550 | |||
2551 | CVE_STATUS[CVE-2022-49155] = "fixed-version: Fixed from version 5.18" | ||
2552 | |||
2553 | CVE_STATUS[CVE-2022-49156] = "fixed-version: Fixed from version 5.18" | ||
2554 | |||
2555 | CVE_STATUS[CVE-2022-49157] = "fixed-version: Fixed from version 5.18" | ||
2556 | |||
2557 | CVE_STATUS[CVE-2022-49158] = "fixed-version: Fixed from version 5.18" | ||
2558 | |||
2559 | CVE_STATUS[CVE-2022-49159] = "fixed-version: Fixed from version 5.18" | ||
2560 | |||
2561 | CVE_STATUS[CVE-2022-49160] = "fixed-version: Fixed from version 5.18" | ||
2562 | |||
2563 | CVE_STATUS[CVE-2022-49161] = "fixed-version: Fixed from version 5.18" | ||
2564 | |||
2565 | CVE_STATUS[CVE-2022-49162] = "fixed-version: Fixed from version 5.18" | ||
2566 | |||
2567 | CVE_STATUS[CVE-2022-49163] = "fixed-version: Fixed from version 5.18" | ||
2568 | |||
2569 | CVE_STATUS[CVE-2022-49164] = "fixed-version: Fixed from version 5.18" | ||
2570 | |||
2571 | CVE_STATUS[CVE-2022-49165] = "fixed-version: Fixed from version 5.18" | ||
2572 | |||
2573 | CVE_STATUS[CVE-2022-49166] = "fixed-version: Fixed from version 5.18" | ||
2574 | |||
2575 | CVE_STATUS[CVE-2022-49167] = "fixed-version: Fixed from version 5.18" | ||
2576 | |||
2577 | CVE_STATUS[CVE-2022-49168] = "fixed-version: Fixed from version 5.18" | ||
2578 | |||
2579 | CVE_STATUS[CVE-2022-49169] = "fixed-version: Fixed from version 5.18" | ||
2580 | |||
2581 | CVE_STATUS[CVE-2022-49170] = "fixed-version: Fixed from version 5.18" | ||
2582 | |||
2583 | CVE_STATUS[CVE-2022-49171] = "fixed-version: Fixed from version 5.18" | ||
2584 | |||
2585 | CVE_STATUS[CVE-2022-49172] = "fixed-version: Fixed from version 5.18" | ||
2586 | |||
2587 | CVE_STATUS[CVE-2022-49173] = "fixed-version: Fixed from version 5.18" | ||
2588 | |||
2589 | CVE_STATUS[CVE-2022-49174] = "fixed-version: Fixed from version 5.18" | ||
2590 | |||
2591 | CVE_STATUS[CVE-2022-49175] = "fixed-version: Fixed from version 5.18" | ||
2592 | |||
2593 | CVE_STATUS[CVE-2022-49176] = "fixed-version: Fixed from version 5.18" | ||
2594 | |||
2595 | CVE_STATUS[CVE-2022-49177] = "fixed-version: Fixed from version 5.18" | ||
2596 | |||
2597 | CVE_STATUS[CVE-2022-49178] = "fixed-version: Fixed from version 5.18" | ||
2598 | |||
2599 | CVE_STATUS[CVE-2022-49179] = "fixed-version: Fixed from version 5.18" | ||
2600 | |||
2601 | CVE_STATUS[CVE-2022-49180] = "fixed-version: Fixed from version 5.18" | ||
2602 | |||
2603 | CVE_STATUS[CVE-2022-49182] = "fixed-version: Fixed from version 5.18" | ||
2604 | |||
2605 | CVE_STATUS[CVE-2022-49183] = "fixed-version: Fixed from version 5.18" | ||
2606 | |||
2607 | CVE_STATUS[CVE-2022-49184] = "fixed-version: Fixed from version 5.18" | ||
2608 | |||
2609 | CVE_STATUS[CVE-2022-49185] = "fixed-version: Fixed from version 5.18" | ||
2610 | |||
2611 | CVE_STATUS[CVE-2022-49186] = "fixed-version: Fixed from version 5.18" | ||
2612 | |||
2613 | CVE_STATUS[CVE-2022-49187] = "fixed-version: Fixed from version 5.18" | ||
2614 | |||
2615 | CVE_STATUS[CVE-2022-49188] = "fixed-version: Fixed from version 5.18" | ||
2616 | |||
2617 | CVE_STATUS[CVE-2022-49189] = "fixed-version: Fixed from version 5.18" | ||
2618 | |||
2619 | CVE_STATUS[CVE-2022-49190] = "fixed-version: Fixed from version 5.18" | ||
2620 | |||
2621 | CVE_STATUS[CVE-2022-49191] = "fixed-version: Fixed from version 5.18" | ||
2622 | |||
2623 | CVE_STATUS[CVE-2022-49192] = "fixed-version: Fixed from version 5.18" | ||
2624 | |||
2625 | CVE_STATUS[CVE-2022-49193] = "fixed-version: Fixed from version 5.18" | ||
2626 | |||
2627 | CVE_STATUS[CVE-2022-49194] = "fixed-version: Fixed from version 5.18" | ||
2628 | |||
2629 | CVE_STATUS[CVE-2022-49195] = "fixed-version: Fixed from version 5.18" | ||
2630 | |||
2631 | CVE_STATUS[CVE-2022-49196] = "fixed-version: Fixed from version 5.18" | ||
2632 | |||
2633 | CVE_STATUS[CVE-2022-49197] = "fixed-version: Fixed from version 5.18" | ||
2634 | |||
2635 | CVE_STATUS[CVE-2022-49198] = "fixed-version: Fixed from version 5.18" | ||
2636 | |||
2637 | CVE_STATUS[CVE-2022-49199] = "fixed-version: Fixed from version 5.18" | ||
2638 | |||
2639 | CVE_STATUS[CVE-2022-49200] = "fixed-version: Fixed from version 5.18" | ||
2640 | |||
2641 | CVE_STATUS[CVE-2022-49201] = "fixed-version: Fixed from version 5.18" | ||
2642 | |||
2643 | CVE_STATUS[CVE-2022-49202] = "fixed-version: Fixed from version 5.18" | ||
2644 | |||
2645 | CVE_STATUS[CVE-2022-49203] = "fixed-version: Fixed from version 5.18" | ||
2646 | |||
2647 | CVE_STATUS[CVE-2022-49204] = "fixed-version: Fixed from version 5.18" | ||
2648 | |||
2649 | CVE_STATUS[CVE-2022-49205] = "fixed-version: Fixed from version 5.18" | ||
2650 | |||
2651 | CVE_STATUS[CVE-2022-49206] = "fixed-version: Fixed from version 5.18" | ||
2652 | |||
2653 | CVE_STATUS[CVE-2022-49207] = "fixed-version: Fixed from version 5.18" | ||
2654 | |||
2655 | CVE_STATUS[CVE-2022-49208] = "fixed-version: Fixed from version 5.18" | ||
2656 | |||
2657 | CVE_STATUS[CVE-2022-49209] = "fixed-version: Fixed from version 5.18" | ||
2658 | |||
2659 | CVE_STATUS[CVE-2022-49210] = "fixed-version: Fixed from version 5.18" | ||
2660 | |||
2661 | CVE_STATUS[CVE-2022-49211] = "fixed-version: Fixed from version 5.18" | ||
2662 | |||
2663 | CVE_STATUS[CVE-2022-49212] = "fixed-version: Fixed from version 5.18" | ||
2664 | |||
2665 | CVE_STATUS[CVE-2022-49213] = "fixed-version: Fixed from version 5.18" | ||
2666 | |||
2667 | CVE_STATUS[CVE-2022-49214] = "fixed-version: Fixed from version 5.18" | ||
2668 | |||
2669 | CVE_STATUS[CVE-2022-49215] = "fixed-version: Fixed from version 5.18" | ||
2670 | |||
2671 | CVE_STATUS[CVE-2022-49216] = "fixed-version: Fixed from version 5.18" | ||
2672 | |||
2673 | CVE_STATUS[CVE-2022-49217] = "fixed-version: Fixed from version 5.18" | ||
2674 | |||
2675 | CVE_STATUS[CVE-2022-49218] = "fixed-version: Fixed from version 5.18" | ||
2676 | |||
2677 | CVE_STATUS[CVE-2022-49219] = "fixed-version: Fixed from version 5.18" | ||
2678 | |||
2679 | CVE_STATUS[CVE-2022-49220] = "fixed-version: Fixed from version 5.18" | ||
2680 | |||
2681 | CVE_STATUS[CVE-2022-49221] = "fixed-version: Fixed from version 5.18" | ||
2682 | |||
2683 | CVE_STATUS[CVE-2022-49222] = "fixed-version: Fixed from version 5.18" | ||
2684 | |||
2685 | CVE_STATUS[CVE-2022-49223] = "fixed-version: Fixed from version 5.18" | ||
2686 | |||
2687 | CVE_STATUS[CVE-2022-49224] = "fixed-version: Fixed from version 5.18" | ||
2688 | |||
2689 | CVE_STATUS[CVE-2022-49225] = "fixed-version: Fixed from version 5.18" | ||
2690 | |||
2691 | CVE_STATUS[CVE-2022-49226] = "fixed-version: Fixed from version 5.18" | ||
2692 | |||
2693 | CVE_STATUS[CVE-2022-49227] = "fixed-version: Fixed from version 5.18" | ||
2694 | |||
2695 | CVE_STATUS[CVE-2022-49228] = "fixed-version: Fixed from version 5.18" | ||
2696 | |||
2697 | CVE_STATUS[CVE-2022-49229] = "fixed-version: Fixed from version 5.18" | ||
2698 | |||
2699 | CVE_STATUS[CVE-2022-49230] = "fixed-version: Fixed from version 5.18" | ||
2700 | |||
2701 | CVE_STATUS[CVE-2022-49231] = "fixed-version: Fixed from version 5.18" | ||
2702 | |||
2703 | CVE_STATUS[CVE-2022-49232] = "fixed-version: Fixed from version 5.18" | ||
2704 | |||
2705 | CVE_STATUS[CVE-2022-49233] = "fixed-version: Fixed from version 5.18" | ||
2706 | |||
2707 | CVE_STATUS[CVE-2022-49234] = "fixed-version: Fixed from version 5.18" | ||
2708 | |||
2709 | CVE_STATUS[CVE-2022-49235] = "fixed-version: Fixed from version 5.18" | ||
2710 | |||
2711 | CVE_STATUS[CVE-2022-49236] = "fixed-version: Fixed from version 5.18" | ||
2712 | |||
2713 | CVE_STATUS[CVE-2022-49237] = "fixed-version: Fixed from version 5.18" | ||
2714 | |||
2715 | CVE_STATUS[CVE-2022-49238] = "fixed-version: Fixed from version 5.18" | ||
2716 | |||
2717 | CVE_STATUS[CVE-2022-49239] = "fixed-version: Fixed from version 5.18" | ||
2718 | |||
2719 | CVE_STATUS[CVE-2022-49240] = "fixed-version: Fixed from version 5.18" | ||
2720 | |||
2721 | CVE_STATUS[CVE-2022-49241] = "fixed-version: Fixed from version 5.18" | ||
2722 | |||
2723 | CVE_STATUS[CVE-2022-49242] = "fixed-version: Fixed from version 5.18" | ||
2724 | |||
2725 | CVE_STATUS[CVE-2022-49243] = "fixed-version: Fixed from version 5.18" | ||
2726 | |||
2727 | CVE_STATUS[CVE-2022-49244] = "fixed-version: Fixed from version 5.18" | ||
2728 | |||
2729 | CVE_STATUS[CVE-2022-49245] = "fixed-version: Fixed from version 5.18" | ||
2730 | |||
2731 | CVE_STATUS[CVE-2022-49246] = "fixed-version: Fixed from version 5.18" | ||
2732 | |||
2733 | CVE_STATUS[CVE-2022-49247] = "fixed-version: Fixed from version 5.18" | ||
2734 | |||
2735 | CVE_STATUS[CVE-2022-49248] = "fixed-version: Fixed from version 5.18" | ||
2736 | |||
2737 | CVE_STATUS[CVE-2022-49249] = "fixed-version: Fixed from version 5.18" | ||
2738 | |||
2739 | CVE_STATUS[CVE-2022-49250] = "fixed-version: Fixed from version 5.18" | ||
2740 | |||
2741 | CVE_STATUS[CVE-2022-49251] = "fixed-version: Fixed from version 5.18" | ||
2742 | |||
2743 | CVE_STATUS[CVE-2022-49252] = "fixed-version: Fixed from version 5.18" | ||
2744 | |||
2745 | CVE_STATUS[CVE-2022-49253] = "fixed-version: Fixed from version 5.18" | ||
2746 | |||
2747 | CVE_STATUS[CVE-2022-49254] = "fixed-version: Fixed from version 5.18" | ||
2748 | |||
2749 | CVE_STATUS[CVE-2022-49255] = "fixed-version: Fixed from version 5.18" | ||
2750 | |||
2751 | CVE_STATUS[CVE-2022-49256] = "fixed-version: Fixed from version 5.18" | ||
2752 | |||
2753 | CVE_STATUS[CVE-2022-49257] = "fixed-version: Fixed from version 5.18" | ||
2754 | |||
2755 | CVE_STATUS[CVE-2022-49258] = "fixed-version: Fixed from version 5.18" | ||
2756 | |||
2757 | CVE_STATUS[CVE-2022-49259] = "fixed-version: Fixed from version 5.18" | ||
2758 | |||
2759 | CVE_STATUS[CVE-2022-49260] = "fixed-version: Fixed from version 5.18" | ||
2760 | |||
2761 | CVE_STATUS[CVE-2022-49261] = "fixed-version: Fixed from version 5.18" | ||
2762 | |||
2763 | CVE_STATUS[CVE-2022-49262] = "fixed-version: Fixed from version 5.18" | ||
2764 | |||
2765 | CVE_STATUS[CVE-2022-49263] = "fixed-version: Fixed from version 5.18" | ||
2766 | |||
2767 | CVE_STATUS[CVE-2022-49264] = "fixed-version: Fixed from version 5.18" | ||
2768 | |||
2769 | CVE_STATUS[CVE-2022-49265] = "fixed-version: Fixed from version 5.18" | ||
2770 | |||
2771 | CVE_STATUS[CVE-2022-49266] = "fixed-version: Fixed from version 5.18" | ||
2772 | |||
2773 | CVE_STATUS[CVE-2022-49267] = "fixed-version: Fixed from version 5.18" | ||
2774 | |||
2775 | CVE_STATUS[CVE-2022-49268] = "fixed-version: Fixed from version 5.18" | ||
2776 | |||
2777 | CVE_STATUS[CVE-2022-49269] = "fixed-version: Fixed from version 5.18" | ||
2778 | |||
2779 | CVE_STATUS[CVE-2022-49270] = "fixed-version: Fixed from version 5.18" | ||
2780 | |||
2781 | CVE_STATUS[CVE-2022-49271] = "fixed-version: Fixed from version 5.18" | ||
2782 | |||
2783 | CVE_STATUS[CVE-2022-49272] = "fixed-version: Fixed from version 5.17.2" | ||
2784 | |||
2785 | CVE_STATUS[CVE-2022-49273] = "fixed-version: Fixed from version 5.18" | ||
2786 | |||
2787 | CVE_STATUS[CVE-2022-49274] = "fixed-version: Fixed from version 5.18" | ||
2788 | |||
2789 | CVE_STATUS[CVE-2022-49275] = "fixed-version: Fixed from version 5.18" | ||
2790 | |||
2791 | CVE_STATUS[CVE-2022-49276] = "fixed-version: Fixed from version 5.18" | ||
2792 | |||
2793 | CVE_STATUS[CVE-2022-49277] = "fixed-version: Fixed from version 5.18" | ||
2794 | |||
2795 | CVE_STATUS[CVE-2022-49278] = "fixed-version: Fixed from version 5.18" | ||
2796 | |||
2797 | CVE_STATUS[CVE-2022-49279] = "fixed-version: Fixed from version 5.18" | ||
2798 | |||
2799 | CVE_STATUS[CVE-2022-49280] = "fixed-version: Fixed from version 5.18" | ||
2800 | |||
2801 | CVE_STATUS[CVE-2022-49281] = "fixed-version: Fixed from version 5.18" | ||
2802 | |||
2803 | CVE_STATUS[CVE-2022-49282] = "fixed-version: Fixed from version 5.18" | ||
2804 | |||
2805 | CVE_STATUS[CVE-2022-49283] = "fixed-version: Fixed from version 5.18" | ||
2806 | |||
2807 | CVE_STATUS[CVE-2022-49284] = "fixed-version: Fixed from version 5.18" | ||
2808 | |||
2809 | CVE_STATUS[CVE-2022-49285] = "fixed-version: Fixed from version 5.18" | ||
2810 | |||
2811 | CVE_STATUS[CVE-2022-49286] = "fixed-version: Fixed from version 5.18" | ||
2812 | |||
2813 | CVE_STATUS[CVE-2022-49287] = "fixed-version: Fixed from version 5.18" | ||
2814 | |||
2815 | CVE_STATUS[CVE-2022-49288] = "fixed-version: Fixed from version 5.18" | ||
2816 | |||
2817 | CVE_STATUS[CVE-2022-49289] = "fixed-version: Fixed from version 5.18" | ||
2818 | |||
2819 | CVE_STATUS[CVE-2022-49290] = "fixed-version: Fixed from version 5.18" | ||
2820 | |||
2821 | CVE_STATUS[CVE-2022-49291] = "fixed-version: Fixed from version 5.18" | ||
2822 | |||
2823 | CVE_STATUS[CVE-2022-49292] = "fixed-version: Fixed from version 5.18" | ||
2824 | |||
2825 | CVE_STATUS[CVE-2022-49293] = "fixed-version: Fixed from version 5.18" | ||
2826 | |||
2827 | CVE_STATUS[CVE-2022-49294] = "fixed-version: Fixed from version 5.19" | ||
2828 | |||
2829 | CVE_STATUS[CVE-2022-49295] = "fixed-version: Fixed from version 5.19" | ||
2830 | |||
2831 | CVE_STATUS[CVE-2022-49296] = "fixed-version: Fixed from version 5.19" | ||
2832 | |||
2833 | CVE_STATUS[CVE-2022-49297] = "fixed-version: Fixed from version 5.19" | ||
2834 | |||
2835 | CVE_STATUS[CVE-2022-49298] = "fixed-version: Fixed from version 5.19" | ||
2836 | |||
2837 | CVE_STATUS[CVE-2022-49300] = "fixed-version: Fixed from version 5.19" | ||
2838 | |||
2839 | CVE_STATUS[CVE-2022-49301] = "fixed-version: Fixed from version 5.19" | ||
2840 | |||
2841 | CVE_STATUS[CVE-2022-49302] = "fixed-version: Fixed from version 5.19" | ||
2842 | |||
2843 | CVE_STATUS[CVE-2022-49303] = "fixed-version: Fixed from version 5.19" | ||
2844 | |||
2845 | CVE_STATUS[CVE-2022-49304] = "fixed-version: Fixed from version 5.19" | ||
2846 | |||
2847 | CVE_STATUS[CVE-2022-49305] = "fixed-version: Fixed from version 5.19" | ||
2848 | |||
2849 | CVE_STATUS[CVE-2022-49306] = "fixed-version: Fixed from version 5.19" | ||
2850 | |||
2851 | CVE_STATUS[CVE-2022-49307] = "fixed-version: Fixed from version 5.19" | ||
2852 | |||
2853 | CVE_STATUS[CVE-2022-49308] = "fixed-version: Fixed from version 5.19" | ||
2854 | |||
2855 | CVE_STATUS[CVE-2022-49309] = "fixed-version: Fixed from version 5.19" | ||
2856 | |||
2857 | CVE_STATUS[CVE-2022-49310] = "fixed-version: Fixed from version 5.19" | ||
2858 | |||
2859 | CVE_STATUS[CVE-2022-49311] = "fixed-version: Fixed from version 5.19" | ||
2860 | |||
2861 | CVE_STATUS[CVE-2022-49312] = "fixed-version: Fixed from version 5.19" | ||
2862 | |||
2863 | CVE_STATUS[CVE-2022-49313] = "fixed-version: Fixed from version 5.19" | ||
2864 | |||
2865 | CVE_STATUS[CVE-2022-49314] = "fixed-version: Fixed from version 5.19" | ||
2866 | |||
2867 | CVE_STATUS[CVE-2022-49315] = "fixed-version: Fixed from version 5.19" | ||
2868 | |||
2869 | CVE_STATUS[CVE-2022-49316] = "fixed-version: Fixed from version 5.19" | ||
2870 | |||
2871 | CVE_STATUS[CVE-2022-49317] = "fixed-version: Fixed from version 5.19" | ||
2872 | |||
2873 | CVE_STATUS[CVE-2022-49318] = "fixed-version: Fixed from version 5.19" | ||
2874 | |||
2875 | CVE_STATUS[CVE-2022-49319] = "fixed-version: Fixed from version 5.19" | ||
2876 | |||
2877 | CVE_STATUS[CVE-2022-49320] = "fixed-version: Fixed from version 5.19" | ||
2878 | |||
2879 | CVE_STATUS[CVE-2022-49321] = "fixed-version: Fixed from version 5.19" | ||
2880 | |||
2881 | CVE_STATUS[CVE-2022-49322] = "fixed-version: Fixed from version 5.19" | ||
2882 | |||
2883 | CVE_STATUS[CVE-2022-49323] = "fixed-version: Fixed from version 5.19" | ||
2884 | |||
2885 | CVE_STATUS[CVE-2022-49324] = "fixed-version: Fixed from version 5.19" | ||
2886 | |||
2887 | CVE_STATUS[CVE-2022-49325] = "fixed-version: Fixed from version 5.19" | ||
2888 | |||
2889 | CVE_STATUS[CVE-2022-49326] = "fixed-version: Fixed from version 5.19" | ||
2890 | |||
2891 | CVE_STATUS[CVE-2022-49327] = "fixed-version: Fixed from version 5.19" | ||
2892 | |||
2893 | CVE_STATUS[CVE-2022-49328] = "fixed-version: Fixed from version 5.19" | ||
2894 | |||
2895 | CVE_STATUS[CVE-2022-49329] = "fixed-version: Fixed from version 5.19" | ||
2896 | |||
2897 | CVE_STATUS[CVE-2022-49330] = "fixed-version: Fixed from version 5.19" | ||
2898 | |||
2899 | CVE_STATUS[CVE-2022-49331] = "fixed-version: Fixed from version 5.19" | ||
2900 | |||
2901 | CVE_STATUS[CVE-2022-49332] = "fixed-version: Fixed from version 5.19" | ||
2902 | |||
2903 | CVE_STATUS[CVE-2022-49333] = "fixed-version: Fixed from version 5.19" | ||
2904 | |||
2905 | CVE_STATUS[CVE-2022-49334] = "fixed-version: Fixed from version 5.19" | ||
2906 | |||
2907 | CVE_STATUS[CVE-2022-49335] = "fixed-version: Fixed from version 5.19" | ||
2908 | |||
2909 | CVE_STATUS[CVE-2022-49336] = "fixed-version: Fixed from version 5.19" | ||
2910 | |||
2911 | CVE_STATUS[CVE-2022-49337] = "fixed-version: Fixed from version 5.19" | ||
2912 | |||
2913 | CVE_STATUS[CVE-2022-49338] = "fixed-version: Fixed from version 5.19" | ||
2914 | |||
2915 | CVE_STATUS[CVE-2022-49339] = "fixed-version: Fixed from version 5.19" | ||
2916 | |||
2917 | CVE_STATUS[CVE-2022-49340] = "fixed-version: Fixed from version 5.19" | ||
2918 | |||
2919 | CVE_STATUS[CVE-2022-49341] = "fixed-version: Fixed from version 5.19" | ||
2920 | |||
2921 | CVE_STATUS[CVE-2022-49342] = "fixed-version: Fixed from version 5.19" | ||
2922 | |||
2923 | CVE_STATUS[CVE-2022-49343] = "fixed-version: Fixed from version 5.19" | ||
2924 | |||
2925 | CVE_STATUS[CVE-2022-49344] = "fixed-version: Fixed from version 5.19" | ||
2926 | |||
2927 | CVE_STATUS[CVE-2022-49345] = "fixed-version: Fixed from version 5.19" | ||
2928 | |||
2929 | CVE_STATUS[CVE-2022-49346] = "fixed-version: Fixed from version 5.19" | ||
2930 | |||
2931 | CVE_STATUS[CVE-2022-49347] = "fixed-version: Fixed from version 5.19" | ||
2932 | |||
2933 | CVE_STATUS[CVE-2022-49348] = "fixed-version: Fixed from version 5.19" | ||
2934 | |||
2935 | CVE_STATUS[CVE-2022-49349] = "fixed-version: Fixed from version 5.19" | ||
2936 | |||
2937 | CVE_STATUS[CVE-2022-49350] = "fixed-version: Fixed from version 5.19" | ||
2938 | |||
2939 | CVE_STATUS[CVE-2022-49351] = "fixed-version: Fixed from version 5.19" | ||
2940 | |||
2941 | CVE_STATUS[CVE-2022-49352] = "fixed-version: Fixed from version 5.19" | ||
2942 | |||
2943 | CVE_STATUS[CVE-2022-49353] = "fixed-version: Fixed from version 5.18.4" | ||
2944 | |||
2945 | CVE_STATUS[CVE-2022-49354] = "fixed-version: Fixed from version 5.19" | ||
2946 | |||
2947 | CVE_STATUS[CVE-2022-49356] = "fixed-version: Fixed from version 5.19" | ||
2948 | |||
2949 | CVE_STATUS[CVE-2022-49357] = "fixed-version: Fixed from version 5.19" | ||
2950 | |||
2951 | CVE_STATUS[CVE-2022-49358] = "fixed-version: Fixed from version 5.19" | ||
2952 | |||
2953 | CVE_STATUS[CVE-2022-49359] = "fixed-version: Fixed from version 5.19" | ||
2954 | |||
2955 | CVE_STATUS[CVE-2022-49360] = "fixed-version: Fixed from version 5.19" | ||
2956 | |||
2957 | CVE_STATUS[CVE-2022-49361] = "fixed-version: Fixed from version 5.19" | ||
2958 | |||
2959 | CVE_STATUS[CVE-2022-49362] = "fixed-version: Fixed from version 5.19" | ||
2960 | |||
2961 | CVE_STATUS[CVE-2022-49363] = "fixed-version: Fixed from version 5.19" | ||
2962 | |||
2963 | CVE_STATUS[CVE-2022-49364] = "fixed-version: Fixed from version 5.19" | ||
2964 | |||
2965 | CVE_STATUS[CVE-2022-49365] = "fixed-version: Fixed from version 5.19" | ||
2966 | |||
2967 | CVE_STATUS[CVE-2022-49366] = "fixed-version: Fixed from version 5.19" | ||
2968 | |||
2969 | CVE_STATUS[CVE-2022-49367] = "fixed-version: Fixed from version 5.19" | ||
2970 | |||
2971 | CVE_STATUS[CVE-2022-49368] = "fixed-version: Fixed from version 5.19" | ||
2972 | |||
2973 | CVE_STATUS[CVE-2022-49369] = "fixed-version: Fixed from version 5.19" | ||
2974 | |||
2975 | CVE_STATUS[CVE-2022-49370] = "fixed-version: Fixed from version 5.19" | ||
2976 | |||
2977 | CVE_STATUS[CVE-2022-49371] = "fixed-version: Fixed from version 5.19" | ||
2978 | |||
2979 | CVE_STATUS[CVE-2022-49372] = "fixed-version: Fixed from version 5.19" | ||
2980 | |||
2981 | CVE_STATUS[CVE-2022-49373] = "fixed-version: Fixed from version 5.19" | ||
2982 | |||
2983 | CVE_STATUS[CVE-2022-49374] = "fixed-version: Fixed from version 5.19" | ||
2984 | |||
2985 | CVE_STATUS[CVE-2022-49375] = "fixed-version: Fixed from version 5.19" | ||
2986 | |||
2987 | CVE_STATUS[CVE-2022-49376] = "fixed-version: Fixed from version 5.19" | ||
2988 | |||
2989 | CVE_STATUS[CVE-2022-49377] = "fixed-version: Fixed from version 5.19" | ||
2990 | |||
2991 | CVE_STATUS[CVE-2022-49378] = "fixed-version: Fixed from version 5.19" | ||
2992 | |||
2993 | CVE_STATUS[CVE-2022-49379] = "fixed-version: Fixed from version 5.19" | ||
2994 | |||
2995 | CVE_STATUS[CVE-2022-49380] = "fixed-version: Fixed from version 5.19" | ||
2996 | |||
2997 | CVE_STATUS[CVE-2022-49381] = "fixed-version: Fixed from version 5.19" | ||
2998 | |||
2999 | CVE_STATUS[CVE-2022-49382] = "fixed-version: Fixed from version 5.19" | ||
3000 | |||
3001 | CVE_STATUS[CVE-2022-49383] = "fixed-version: Fixed from version 5.19" | ||
3002 | |||
3003 | CVE_STATUS[CVE-2022-49384] = "fixed-version: Fixed from version 5.19" | ||
3004 | |||
3005 | CVE_STATUS[CVE-2022-49385] = "fixed-version: Fixed from version 5.19" | ||
3006 | |||
3007 | CVE_STATUS[CVE-2022-49386] = "fixed-version: Fixed from version 5.19" | ||
3008 | |||
3009 | CVE_STATUS[CVE-2022-49387] = "fixed-version: Fixed from version 5.19" | ||
3010 | |||
3011 | CVE_STATUS[CVE-2022-49388] = "fixed-version: Fixed from version 5.19" | ||
3012 | |||
3013 | CVE_STATUS[CVE-2022-49389] = "fixed-version: Fixed from version 5.19" | ||
3014 | |||
3015 | CVE_STATUS[CVE-2022-49390] = "fixed-version: Fixed from version 5.19" | ||
3016 | |||
3017 | CVE_STATUS[CVE-2022-49391] = "fixed-version: Fixed from version 5.19" | ||
3018 | |||
3019 | CVE_STATUS[CVE-2022-49392] = "fixed-version: Fixed from version 5.19" | ||
3020 | |||
3021 | CVE_STATUS[CVE-2022-49393] = "fixed-version: Fixed from version 5.19" | ||
3022 | |||
3023 | CVE_STATUS[CVE-2022-49394] = "fixed-version: Fixed from version 5.19" | ||
3024 | |||
3025 | CVE_STATUS[CVE-2022-49395] = "fixed-version: Fixed from version 5.19" | ||
3026 | |||
3027 | CVE_STATUS[CVE-2022-49396] = "fixed-version: Fixed from version 5.19" | ||
3028 | |||
3029 | CVE_STATUS[CVE-2022-49397] = "fixed-version: Fixed from version 5.19" | ||
3030 | |||
3031 | CVE_STATUS[CVE-2022-49398] = "fixed-version: Fixed from version 5.19" | ||
3032 | |||
3033 | CVE_STATUS[CVE-2022-49399] = "fixed-version: Fixed from version 5.19" | ||
3034 | |||
3035 | CVE_STATUS[CVE-2022-49400] = "fixed-version: Fixed from version 5.19" | ||
3036 | |||
3037 | CVE_STATUS[CVE-2022-49401] = "fixed-version: Fixed from version 5.19" | ||
3038 | |||
3039 | CVE_STATUS[CVE-2022-49402] = "fixed-version: Fixed from version 5.19" | ||
3040 | |||
3041 | CVE_STATUS[CVE-2022-49403] = "fixed-version: Fixed from version 5.19" | ||
3042 | |||
3043 | CVE_STATUS[CVE-2022-49404] = "fixed-version: Fixed from version 5.19" | ||
3044 | |||
3045 | CVE_STATUS[CVE-2022-49405] = "fixed-version: Fixed from version 5.19" | ||
3046 | |||
3047 | CVE_STATUS[CVE-2022-49406] = "fixed-version: Fixed from version 5.19" | ||
3048 | |||
3049 | CVE_STATUS[CVE-2022-49407] = "fixed-version: Fixed from version 5.19" | ||
3050 | |||
3051 | CVE_STATUS[CVE-2022-49408] = "fixed-version: Fixed from version 5.19" | ||
3052 | |||
3053 | CVE_STATUS[CVE-2022-49409] = "fixed-version: Fixed from version 5.19" | ||
3054 | |||
3055 | CVE_STATUS[CVE-2022-49410] = "fixed-version: Fixed from version 5.19" | ||
3056 | |||
3057 | CVE_STATUS[CVE-2022-49411] = "fixed-version: Fixed from version 5.19" | ||
3058 | |||
3059 | CVE_STATUS[CVE-2022-49412] = "fixed-version: Fixed from version 5.19" | ||
3060 | |||
3061 | CVE_STATUS[CVE-2022-49413] = "fixed-version: Fixed from version 5.19" | ||
3062 | |||
3063 | CVE_STATUS[CVE-2022-49414] = "fixed-version: Fixed from version 5.19" | ||
3064 | |||
3065 | CVE_STATUS[CVE-2022-49415] = "fixed-version: Fixed from version 5.19" | ||
3066 | |||
3067 | CVE_STATUS[CVE-2022-49416] = "fixed-version: Fixed from version 5.19" | ||
3068 | |||
3069 | CVE_STATUS[CVE-2022-49417] = "fixed-version: Fixed from version 5.19" | ||
3070 | |||
3071 | CVE_STATUS[CVE-2022-49418] = "fixed-version: Fixed from version 5.19" | ||
3072 | |||
3073 | CVE_STATUS[CVE-2022-49419] = "fixed-version: Fixed from version 5.19" | ||
3074 | |||
3075 | CVE_STATUS[CVE-2022-49420] = "fixed-version: Fixed from version 5.19" | ||
3076 | |||
3077 | CVE_STATUS[CVE-2022-49421] = "fixed-version: Fixed from version 5.19" | ||
3078 | |||
3079 | CVE_STATUS[CVE-2022-49422] = "fixed-version: Fixed from version 5.19" | ||
3080 | |||
3081 | CVE_STATUS[CVE-2022-49423] = "fixed-version: Fixed from version 5.19" | ||
3082 | |||
3083 | CVE_STATUS[CVE-2022-49424] = "fixed-version: Fixed from version 5.19" | ||
3084 | |||
3085 | CVE_STATUS[CVE-2022-49425] = "fixed-version: Fixed from version 5.19" | ||
3086 | |||
3087 | CVE_STATUS[CVE-2022-49426] = "fixed-version: Fixed from version 5.19" | ||
3088 | |||
3089 | CVE_STATUS[CVE-2022-49427] = "fixed-version: Fixed from version 5.19" | ||
3090 | |||
3091 | CVE_STATUS[CVE-2022-49428] = "fixed-version: Fixed from version 5.19" | ||
3092 | |||
3093 | CVE_STATUS[CVE-2022-49429] = "fixed-version: Fixed from version 5.19" | ||
3094 | |||
3095 | CVE_STATUS[CVE-2022-49430] = "fixed-version: Fixed from version 5.19" | ||
3096 | |||
3097 | CVE_STATUS[CVE-2022-49431] = "fixed-version: Fixed from version 5.19" | ||
3098 | |||
3099 | CVE_STATUS[CVE-2022-49432] = "fixed-version: Fixed from version 5.19" | ||
3100 | |||
3101 | CVE_STATUS[CVE-2022-49433] = "fixed-version: Fixed from version 5.19" | ||
3102 | |||
3103 | CVE_STATUS[CVE-2022-49434] = "fixed-version: Fixed from version 5.19" | ||
3104 | |||
3105 | CVE_STATUS[CVE-2022-49435] = "fixed-version: Fixed from version 5.19" | ||
3106 | |||
3107 | CVE_STATUS[CVE-2022-49436] = "fixed-version: Fixed from version 5.19" | ||
3108 | |||
3109 | CVE_STATUS[CVE-2022-49437] = "fixed-version: Fixed from version 5.19" | ||
3110 | |||
3111 | CVE_STATUS[CVE-2022-49438] = "fixed-version: Fixed from version 5.19" | ||
3112 | |||
3113 | CVE_STATUS[CVE-2022-49439] = "fixed-version: Fixed from version 5.19" | ||
3114 | |||
3115 | CVE_STATUS[CVE-2022-49440] = "fixed-version: Fixed from version 5.19" | ||
3116 | |||
3117 | CVE_STATUS[CVE-2022-49441] = "fixed-version: Fixed from version 5.19" | ||
3118 | |||
3119 | CVE_STATUS[CVE-2022-49442] = "fixed-version: Fixed from version 5.19" | ||
3120 | |||
3121 | CVE_STATUS[CVE-2022-49443] = "fixed-version: Fixed from version 5.19" | ||
3122 | |||
3123 | CVE_STATUS[CVE-2022-49444] = "fixed-version: Fixed from version 5.19" | ||
3124 | |||
3125 | CVE_STATUS[CVE-2022-49445] = "fixed-version: Fixed from version 5.19" | ||
3126 | |||
3127 | CVE_STATUS[CVE-2022-49446] = "fixed-version: Fixed from version 5.19" | ||
3128 | |||
3129 | CVE_STATUS[CVE-2022-49447] = "fixed-version: Fixed from version 5.19" | ||
3130 | |||
3131 | CVE_STATUS[CVE-2022-49448] = "fixed-version: Fixed from version 5.19" | ||
3132 | |||
3133 | CVE_STATUS[CVE-2022-49449] = "fixed-version: Fixed from version 5.19" | ||
3134 | |||
3135 | CVE_STATUS[CVE-2022-49450] = "fixed-version: Fixed from version 5.19" | ||
3136 | |||
3137 | CVE_STATUS[CVE-2022-49451] = "fixed-version: Fixed from version 5.19" | ||
3138 | |||
3139 | CVE_STATUS[CVE-2022-49452] = "fixed-version: Fixed from version 5.19" | ||
3140 | |||
3141 | CVE_STATUS[CVE-2022-49453] = "fixed-version: Fixed from version 5.19" | ||
3142 | |||
3143 | CVE_STATUS[CVE-2022-49454] = "fixed-version: Fixed from version 5.19" | ||
3144 | |||
3145 | CVE_STATUS[CVE-2022-49455] = "fixed-version: Fixed from version 5.19" | ||
3146 | |||
3147 | CVE_STATUS[CVE-2022-49456] = "fixed-version: Fixed from version 5.19" | ||
3148 | |||
3149 | CVE_STATUS[CVE-2022-49457] = "fixed-version: Fixed from version 5.19" | ||
3150 | |||
3151 | CVE_STATUS[CVE-2022-49458] = "fixed-version: Fixed from version 5.19" | ||
3152 | |||
3153 | CVE_STATUS[CVE-2022-49459] = "fixed-version: Fixed from version 5.19" | ||
3154 | |||
3155 | CVE_STATUS[CVE-2022-49460] = "fixed-version: Fixed from version 5.19" | ||
3156 | |||
3157 | CVE_STATUS[CVE-2022-49461] = "fixed-version: Fixed from version 5.19" | ||
3158 | |||
3159 | CVE_STATUS[CVE-2022-49462] = "fixed-version: Fixed from version 5.19" | ||
3160 | |||
3161 | CVE_STATUS[CVE-2022-49463] = "fixed-version: Fixed from version 5.19" | ||
3162 | |||
3163 | CVE_STATUS[CVE-2022-49464] = "fixed-version: Fixed from version 5.19" | ||
3164 | |||
3165 | CVE_STATUS[CVE-2022-49465] = "fixed-version: Fixed from version 5.19" | ||
3166 | |||
3167 | CVE_STATUS[CVE-2022-49466] = "fixed-version: Fixed from version 5.19" | ||
3168 | |||
3169 | CVE_STATUS[CVE-2022-49467] = "fixed-version: Fixed from version 5.19" | ||
3170 | |||
3171 | CVE_STATUS[CVE-2022-49468] = "fixed-version: Fixed from version 5.19" | ||
3172 | |||
3173 | CVE_STATUS[CVE-2022-49469] = "fixed-version: Fixed from version 5.19" | ||
3174 | |||
3175 | CVE_STATUS[CVE-2022-49470] = "fixed-version: Fixed from version 5.19" | ||
3176 | |||
3177 | CVE_STATUS[CVE-2022-49471] = "fixed-version: Fixed from version 5.19" | ||
3178 | |||
3179 | CVE_STATUS[CVE-2022-49472] = "fixed-version: Fixed from version 5.19" | ||
3180 | |||
3181 | CVE_STATUS[CVE-2022-49473] = "fixed-version: Fixed from version 5.19" | ||
3182 | |||
3183 | CVE_STATUS[CVE-2022-49474] = "fixed-version: Fixed from version 5.19" | ||
3184 | |||
3185 | CVE_STATUS[CVE-2022-49475] = "fixed-version: Fixed from version 5.19" | ||
3186 | |||
3187 | CVE_STATUS[CVE-2022-49476] = "fixed-version: Fixed from version 5.19" | ||
3188 | |||
3189 | CVE_STATUS[CVE-2022-49477] = "fixed-version: Fixed from version 5.19" | ||
3190 | |||
3191 | CVE_STATUS[CVE-2022-49478] = "fixed-version: Fixed from version 5.19" | ||
3192 | |||
3193 | CVE_STATUS[CVE-2022-49479] = "fixed-version: Fixed from version 5.19" | ||
3194 | |||
3195 | CVE_STATUS[CVE-2022-49480] = "fixed-version: Fixed from version 5.19" | ||
3196 | |||
3197 | CVE_STATUS[CVE-2022-49481] = "fixed-version: Fixed from version 5.19" | ||
3198 | |||
3199 | CVE_STATUS[CVE-2022-49482] = "fixed-version: Fixed from version 5.19" | ||
3200 | |||
3201 | CVE_STATUS[CVE-2022-49483] = "fixed-version: Fixed from version 5.19" | ||
3202 | |||
3203 | CVE_STATUS[CVE-2022-49484] = "fixed-version: Fixed from version 5.19" | ||
3204 | |||
3205 | CVE_STATUS[CVE-2022-49485] = "fixed-version: Fixed from version 5.19" | ||
3206 | |||
3207 | CVE_STATUS[CVE-2022-49486] = "fixed-version: Fixed from version 5.19" | ||
3208 | |||
3209 | CVE_STATUS[CVE-2022-49487] = "fixed-version: Fixed from version 5.19" | ||
3210 | |||
3211 | CVE_STATUS[CVE-2022-49488] = "fixed-version: Fixed from version 5.19" | ||
3212 | |||
3213 | CVE_STATUS[CVE-2022-49489] = "fixed-version: Fixed from version 5.19" | ||
3214 | |||
3215 | CVE_STATUS[CVE-2022-49490] = "fixed-version: Fixed from version 5.19" | ||
3216 | |||
3217 | CVE_STATUS[CVE-2022-49491] = "fixed-version: Fixed from version 5.19" | ||
3218 | |||
3219 | CVE_STATUS[CVE-2022-49492] = "fixed-version: Fixed from version 5.19" | ||
3220 | |||
3221 | CVE_STATUS[CVE-2022-49493] = "fixed-version: Fixed from version 5.19" | ||
3222 | |||
3223 | CVE_STATUS[CVE-2022-49494] = "fixed-version: Fixed from version 5.19" | ||
3224 | |||
3225 | CVE_STATUS[CVE-2022-49495] = "fixed-version: Fixed from version 5.19" | ||
3226 | |||
3227 | CVE_STATUS[CVE-2022-49496] = "fixed-version: Fixed from version 5.19" | ||
3228 | |||
3229 | CVE_STATUS[CVE-2022-49497] = "fixed-version: Fixed from version 5.19" | ||
3230 | |||
3231 | CVE_STATUS[CVE-2022-49498] = "fixed-version: Fixed from version 5.19" | ||
3232 | |||
3233 | CVE_STATUS[CVE-2022-49499] = "fixed-version: Fixed from version 5.19" | ||
3234 | |||
3235 | CVE_STATUS[CVE-2022-49500] = "fixed-version: Fixed from version 5.19" | ||
3236 | |||
3237 | CVE_STATUS[CVE-2022-49501] = "fixed-version: Fixed from version 5.19" | ||
3238 | |||
3239 | CVE_STATUS[CVE-2022-49502] = "fixed-version: Fixed from version 5.19" | ||
3240 | |||
3241 | CVE_STATUS[CVE-2022-49503] = "fixed-version: Fixed from version 5.19" | ||
3242 | |||
3243 | CVE_STATUS[CVE-2022-49504] = "fixed-version: Fixed from version 5.19" | ||
3244 | |||
3245 | CVE_STATUS[CVE-2022-49505] = "fixed-version: Fixed from version 5.19" | ||
3246 | |||
3247 | CVE_STATUS[CVE-2022-49506] = "fixed-version: Fixed from version 5.19" | ||
3248 | |||
3249 | CVE_STATUS[CVE-2022-49507] = "fixed-version: Fixed from version 5.19" | ||
3250 | |||
3251 | CVE_STATUS[CVE-2022-49508] = "fixed-version: Fixed from version 5.19" | ||
3252 | |||
3253 | CVE_STATUS[CVE-2022-49509] = "fixed-version: Fixed from version 5.19" | ||
3254 | |||
3255 | CVE_STATUS[CVE-2022-49510] = "fixed-version: Fixed from version 5.19" | ||
3256 | |||
3257 | CVE_STATUS[CVE-2022-49511] = "fixed-version: Fixed from version 5.19" | ||
3258 | |||
3259 | CVE_STATUS[CVE-2022-49512] = "fixed-version: Fixed from version 5.19" | ||
3260 | |||
3261 | CVE_STATUS[CVE-2022-49513] = "fixed-version: Fixed from version 5.19" | ||
3262 | |||
3263 | CVE_STATUS[CVE-2022-49514] = "fixed-version: Fixed from version 5.19" | ||
3264 | |||
3265 | CVE_STATUS[CVE-2022-49515] = "fixed-version: Fixed from version 5.19" | ||
3266 | |||
3267 | CVE_STATUS[CVE-2022-49516] = "fixed-version: Fixed from version 5.19" | ||
3268 | |||
3269 | CVE_STATUS[CVE-2022-49517] = "fixed-version: Fixed from version 5.19" | ||
3270 | |||
3271 | CVE_STATUS[CVE-2022-49518] = "fixed-version: Fixed from version 5.19" | ||
3272 | |||
3273 | CVE_STATUS[CVE-2022-49519] = "fixed-version: Fixed from version 5.19" | ||
3274 | |||
3275 | CVE_STATUS[CVE-2022-49520] = "fixed-version: Fixed from version 5.19" | ||
3276 | |||
3277 | CVE_STATUS[CVE-2022-49521] = "fixed-version: Fixed from version 5.19" | ||
3278 | |||
3279 | CVE_STATUS[CVE-2022-49522] = "fixed-version: Fixed from version 5.19" | ||
3280 | |||
3281 | CVE_STATUS[CVE-2022-49523] = "fixed-version: Fixed from version 5.19" | ||
3282 | |||
3283 | CVE_STATUS[CVE-2022-49524] = "fixed-version: Fixed from version 5.19" | ||
3284 | |||
3285 | CVE_STATUS[CVE-2022-49525] = "fixed-version: Fixed from version 5.19" | ||
3286 | |||
3287 | CVE_STATUS[CVE-2022-49526] = "fixed-version: Fixed from version 5.19" | ||
3288 | |||
3289 | CVE_STATUS[CVE-2022-49527] = "fixed-version: Fixed from version 5.19" | ||
3290 | |||
3291 | CVE_STATUS[CVE-2022-49528] = "fixed-version: Fixed from version 5.19" | ||
3292 | |||
3293 | CVE_STATUS[CVE-2022-49529] = "fixed-version: Fixed from version 5.19" | ||
3294 | |||
3295 | CVE_STATUS[CVE-2022-49530] = "fixed-version: Fixed from version 5.19" | ||
3296 | |||
3297 | CVE_STATUS[CVE-2022-49531] = "fixed-version: Fixed from version 5.19" | ||
3298 | |||
3299 | CVE_STATUS[CVE-2022-49532] = "fixed-version: Fixed from version 5.19" | ||
3300 | |||
3301 | CVE_STATUS[CVE-2022-49533] = "fixed-version: Fixed from version 5.19" | ||
3302 | |||
3303 | CVE_STATUS[CVE-2022-49534] = "fixed-version: Fixed from version 5.19" | ||
3304 | |||
3305 | CVE_STATUS[CVE-2022-49535] = "fixed-version: Fixed from version 5.19" | ||
3306 | |||
3307 | CVE_STATUS[CVE-2022-49536] = "fixed-version: Fixed from version 5.19" | ||
3308 | |||
3309 | CVE_STATUS[CVE-2022-49537] = "fixed-version: Fixed from version 5.19" | ||
3310 | |||
3311 | CVE_STATUS[CVE-2022-49538] = "fixed-version: Fixed from version 5.19" | ||
3312 | |||
3313 | CVE_STATUS[CVE-2022-49539] = "fixed-version: Fixed from version 5.19" | ||
3314 | |||
3315 | CVE_STATUS[CVE-2022-49540] = "fixed-version: Fixed from version 5.19" | ||
3316 | |||
3317 | CVE_STATUS[CVE-2022-49541] = "fixed-version: Fixed from version 5.19" | ||
3318 | |||
3319 | CVE_STATUS[CVE-2022-49542] = "fixed-version: Fixed from version 5.19" | ||
3320 | |||
3321 | CVE_STATUS[CVE-2022-49543] = "fixed-version: Fixed from version 5.19" | ||
3322 | |||
3323 | CVE_STATUS[CVE-2022-49544] = "fixed-version: Fixed from version 5.19" | ||
3324 | |||
3325 | CVE_STATUS[CVE-2022-49545] = "fixed-version: Fixed from version 5.19" | ||
3326 | |||
3327 | CVE_STATUS[CVE-2022-49546] = "fixed-version: Fixed from version 5.19" | ||
3328 | |||
3329 | CVE_STATUS[CVE-2022-49547] = "fixed-version: Fixed from version 5.19" | ||
3330 | |||
3331 | CVE_STATUS[CVE-2022-49548] = "fixed-version: Fixed from version 5.19" | ||
3332 | |||
3333 | CVE_STATUS[CVE-2022-49549] = "fixed-version: Fixed from version 5.19" | ||
3334 | |||
3335 | CVE_STATUS[CVE-2022-49550] = "fixed-version: Fixed from version 5.19" | ||
3336 | |||
3337 | CVE_STATUS[CVE-2022-49551] = "fixed-version: Fixed from version 5.19" | ||
3338 | |||
3339 | CVE_STATUS[CVE-2022-49552] = "fixed-version: Fixed from version 5.19" | ||
3340 | |||
3341 | CVE_STATUS[CVE-2022-49553] = "fixed-version: Fixed from version 5.19" | ||
3342 | |||
3343 | CVE_STATUS[CVE-2022-49554] = "fixed-version: Fixed from version 5.19" | ||
3344 | |||
3345 | CVE_STATUS[CVE-2022-49555] = "fixed-version: Fixed from version 5.19" | ||
3346 | |||
3347 | CVE_STATUS[CVE-2022-49556] = "fixed-version: Fixed from version 5.19" | ||
3348 | |||
3349 | CVE_STATUS[CVE-2022-49557] = "fixed-version: Fixed from version 5.19" | ||
3350 | |||
3351 | CVE_STATUS[CVE-2022-49558] = "fixed-version: Fixed from version 5.19" | ||
3352 | |||
3353 | CVE_STATUS[CVE-2022-49559] = "fixed-version: Fixed from version 5.19" | ||
3354 | |||
3355 | CVE_STATUS[CVE-2022-49560] = "fixed-version: Fixed from version 5.19" | ||
3356 | |||
3357 | CVE_STATUS[CVE-2022-49561] = "fixed-version: Fixed from version 5.19" | ||
3358 | |||
3359 | CVE_STATUS[CVE-2022-49562] = "fixed-version: Fixed from version 5.19" | ||
3360 | |||
3361 | CVE_STATUS[CVE-2022-49563] = "fixed-version: Fixed from version 5.19" | ||
3362 | |||
3363 | CVE_STATUS[CVE-2022-49564] = "fixed-version: Fixed from version 5.19" | ||
3364 | |||
3365 | CVE_STATUS[CVE-2022-49565] = "fixed-version: Fixed from version 5.19" | ||
3366 | |||
3367 | CVE_STATUS[CVE-2022-49566] = "fixed-version: Fixed from version 5.19" | ||
3368 | |||
3369 | CVE_STATUS[CVE-2022-49567] = "fixed-version: Fixed from version 5.19" | ||
3370 | |||
3371 | CVE_STATUS[CVE-2022-49568] = "fixed-version: Fixed from version 5.19" | ||
3372 | |||
3373 | CVE_STATUS[CVE-2022-49569] = "fixed-version: Fixed from version 5.19" | ||
3374 | |||
3375 | CVE_STATUS[CVE-2022-49570] = "fixed-version: Fixed from version 5.19" | ||
3376 | |||
3377 | CVE_STATUS[CVE-2022-49571] = "fixed-version: Fixed from version 5.19" | ||
3378 | |||
3379 | CVE_STATUS[CVE-2022-49572] = "fixed-version: Fixed from version 5.19" | ||
3380 | |||
3381 | CVE_STATUS[CVE-2022-49573] = "fixed-version: Fixed from version 5.19" | ||
3382 | |||
3383 | CVE_STATUS[CVE-2022-49574] = "fixed-version: Fixed from version 5.19" | ||
3384 | |||
3385 | CVE_STATUS[CVE-2022-49575] = "fixed-version: Fixed from version 5.19" | ||
3386 | |||
3387 | CVE_STATUS[CVE-2022-49576] = "fixed-version: Fixed from version 5.19" | ||
3388 | |||
3389 | CVE_STATUS[CVE-2022-49577] = "fixed-version: Fixed from version 5.19" | ||
3390 | |||
3391 | CVE_STATUS[CVE-2022-49578] = "fixed-version: Fixed from version 5.19" | ||
3392 | |||
3393 | CVE_STATUS[CVE-2022-49579] = "fixed-version: Fixed from version 5.19" | ||
3394 | |||
3395 | CVE_STATUS[CVE-2022-49580] = "fixed-version: Fixed from version 5.19" | ||
3396 | |||
3397 | CVE_STATUS[CVE-2022-49581] = "fixed-version: Fixed from version 5.19" | ||
3398 | |||
3399 | CVE_STATUS[CVE-2022-49582] = "fixed-version: Fixed from version 5.19" | ||
3400 | |||
3401 | CVE_STATUS[CVE-2022-49583] = "fixed-version: Fixed from version 5.19" | ||
3402 | |||
3403 | CVE_STATUS[CVE-2022-49584] = "fixed-version: Fixed from version 5.19" | ||
3404 | |||
3405 | CVE_STATUS[CVE-2022-49585] = "fixed-version: Fixed from version 5.19" | ||
3406 | |||
3407 | CVE_STATUS[CVE-2022-49586] = "fixed-version: Fixed from version 5.19" | ||
3408 | |||
3409 | CVE_STATUS[CVE-2022-49587] = "fixed-version: Fixed from version 5.19" | ||
3410 | |||
3411 | CVE_STATUS[CVE-2022-49588] = "fixed-version: Fixed from version 5.19" | ||
3412 | |||
3413 | CVE_STATUS[CVE-2022-49589] = "fixed-version: Fixed from version 5.19" | ||
3414 | |||
3415 | CVE_STATUS[CVE-2022-49590] = "fixed-version: Fixed from version 5.19" | ||
3416 | |||
3417 | CVE_STATUS[CVE-2022-49591] = "fixed-version: Fixed from version 5.19" | ||
3418 | |||
3419 | CVE_STATUS[CVE-2022-49592] = "fixed-version: Fixed from version 5.19" | ||
3420 | |||
3421 | CVE_STATUS[CVE-2022-49593] = "fixed-version: Fixed from version 5.19" | ||
3422 | |||
3423 | CVE_STATUS[CVE-2022-49594] = "fixed-version: Fixed from version 5.19" | ||
3424 | |||
3425 | CVE_STATUS[CVE-2022-49595] = "fixed-version: Fixed from version 5.19" | ||
3426 | |||
3427 | CVE_STATUS[CVE-2022-49596] = "fixed-version: Fixed from version 5.19" | ||
3428 | |||
3429 | CVE_STATUS[CVE-2022-49597] = "fixed-version: Fixed from version 5.19" | ||
3430 | |||
3431 | CVE_STATUS[CVE-2022-49598] = "fixed-version: Fixed from version 5.19" | ||
3432 | |||
3433 | CVE_STATUS[CVE-2022-49599] = "fixed-version: Fixed from version 5.19" | ||
3434 | |||
3435 | CVE_STATUS[CVE-2022-49600] = "fixed-version: Fixed from version 5.19" | ||
3436 | |||
3437 | CVE_STATUS[CVE-2022-49601] = "fixed-version: Fixed from version 5.19" | ||
3438 | |||
3439 | CVE_STATUS[CVE-2022-49602] = "fixed-version: Fixed from version 5.19" | ||
3440 | |||
3441 | CVE_STATUS[CVE-2022-49603] = "fixed-version: Fixed from version 5.19" | ||
3442 | |||
3443 | CVE_STATUS[CVE-2022-49604] = "fixed-version: Fixed from version 5.19" | ||
3444 | |||
3445 | CVE_STATUS[CVE-2022-49605] = "fixed-version: Fixed from version 5.19" | ||
3446 | |||
3447 | CVE_STATUS[CVE-2022-49606] = "fixed-version: Fixed from version 5.19" | ||
3448 | |||
3449 | CVE_STATUS[CVE-2022-49607] = "fixed-version: Fixed from version 5.19" | ||
3450 | |||
3451 | CVE_STATUS[CVE-2022-49608] = "fixed-version: Fixed from version 5.19" | ||
3452 | |||
3453 | CVE_STATUS[CVE-2022-49609] = "fixed-version: Fixed from version 5.19" | ||
3454 | |||
3455 | CVE_STATUS[CVE-2022-49610] = "fixed-version: Fixed from version 5.19" | ||
3456 | |||
3457 | CVE_STATUS[CVE-2022-49611] = "fixed-version: Fixed from version 5.19" | ||
3458 | |||
3459 | CVE_STATUS[CVE-2022-49612] = "fixed-version: Fixed from version 5.19" | ||
3460 | |||
3461 | CVE_STATUS[CVE-2022-49613] = "fixed-version: Fixed from version 5.19" | ||
3462 | |||
3463 | CVE_STATUS[CVE-2022-49615] = "fixed-version: Fixed from version 5.19" | ||
3464 | |||
3465 | CVE_STATUS[CVE-2022-49616] = "fixed-version: Fixed from version 5.19" | ||
3466 | |||
3467 | CVE_STATUS[CVE-2022-49617] = "fixed-version: Fixed from version 5.19" | ||
3468 | |||
3469 | CVE_STATUS[CVE-2022-49618] = "fixed-version: Fixed from version 5.19" | ||
3470 | |||
3471 | CVE_STATUS[CVE-2022-49619] = "fixed-version: Fixed from version 5.19" | ||
3472 | |||
3473 | CVE_STATUS[CVE-2022-49620] = "fixed-version: Fixed from version 5.19" | ||
3474 | |||
3475 | CVE_STATUS[CVE-2022-49621] = "fixed-version: Fixed from version 5.19" | ||
3476 | |||
3477 | CVE_STATUS[CVE-2022-49622] = "fixed-version: Fixed from version 5.19" | ||
3478 | |||
3479 | CVE_STATUS[CVE-2022-49623] = "fixed-version: Fixed from version 5.19" | ||
3480 | |||
3481 | CVE_STATUS[CVE-2022-49624] = "fixed-version: Fixed from version 5.19" | ||
3482 | |||
3483 | CVE_STATUS[CVE-2022-49625] = "fixed-version: Fixed from version 5.19" | ||
3484 | |||
3485 | CVE_STATUS[CVE-2022-49626] = "fixed-version: Fixed from version 5.19" | ||
3486 | |||
3487 | CVE_STATUS[CVE-2022-49627] = "fixed-version: Fixed from version 5.19" | ||
3488 | |||
3489 | CVE_STATUS[CVE-2022-49628] = "fixed-version: Fixed from version 5.19" | ||
3490 | |||
3491 | CVE_STATUS[CVE-2022-49629] = "fixed-version: Fixed from version 5.19" | ||
3492 | |||
3493 | CVE_STATUS[CVE-2022-49630] = "fixed-version: Fixed from version 5.19" | ||
3494 | |||
3495 | CVE_STATUS[CVE-2022-49631] = "fixed-version: Fixed from version 5.19" | ||
3496 | |||
3497 | CVE_STATUS[CVE-2022-49632] = "fixed-version: Fixed from version 5.19" | ||
3498 | |||
3499 | CVE_STATUS[CVE-2022-49633] = "fixed-version: Fixed from version 5.19" | ||
3500 | |||
3501 | CVE_STATUS[CVE-2022-49634] = "fixed-version: Fixed from version 5.19" | ||
3502 | |||
3503 | CVE_STATUS[CVE-2022-49635] = "fixed-version: Fixed from version 5.19" | ||
3504 | |||
3505 | CVE_STATUS[CVE-2022-49636] = "fixed-version: Fixed from version 5.19" | ||
3506 | |||
3507 | CVE_STATUS[CVE-2022-49637] = "fixed-version: Fixed from version 5.19" | ||
3508 | |||
3509 | CVE_STATUS[CVE-2022-49638] = "fixed-version: Fixed from version 5.19" | ||
3510 | |||
3511 | CVE_STATUS[CVE-2022-49639] = "fixed-version: Fixed from version 5.19" | ||
3512 | |||
3513 | CVE_STATUS[CVE-2022-49640] = "fixed-version: Fixed from version 5.19" | ||
3514 | |||
3515 | CVE_STATUS[CVE-2022-49641] = "fixed-version: Fixed from version 5.19" | ||
3516 | |||
3517 | CVE_STATUS[CVE-2022-49642] = "fixed-version: Fixed from version 5.19" | ||
3518 | |||
3519 | CVE_STATUS[CVE-2022-49643] = "fixed-version: Fixed from version 5.19" | ||
3520 | |||
3521 | CVE_STATUS[CVE-2022-49644] = "fixed-version: Fixed from version 5.19" | ||
3522 | |||
3523 | CVE_STATUS[CVE-2022-49645] = "fixed-version: Fixed from version 5.19" | ||
3524 | |||
3525 | CVE_STATUS[CVE-2022-49646] = "fixed-version: Fixed from version 5.19" | ||
3526 | |||
3527 | CVE_STATUS[CVE-2022-49647] = "fixed-version: Fixed from version 5.19" | ||
3528 | |||
3529 | CVE_STATUS[CVE-2022-49648] = "fixed-version: Fixed from version 5.19" | ||
3530 | |||
3531 | CVE_STATUS[CVE-2022-49649] = "fixed-version: Fixed from version 5.19" | ||
3532 | |||
3533 | CVE_STATUS[CVE-2022-49650] = "fixed-version: Fixed from version 5.19" | ||
3534 | |||
3535 | CVE_STATUS[CVE-2022-49651] = "fixed-version: Fixed from version 5.19" | ||
3536 | |||
3537 | CVE_STATUS[CVE-2022-49652] = "fixed-version: Fixed from version 5.19" | ||
3538 | |||
3539 | CVE_STATUS[CVE-2022-49653] = "fixed-version: Fixed from version 5.19" | ||
3540 | |||
3541 | CVE_STATUS[CVE-2022-49654] = "fixed-version: Fixed from version 5.19" | ||
3542 | |||
3543 | CVE_STATUS[CVE-2022-49655] = "fixed-version: Fixed from version 5.19" | ||
3544 | |||
3545 | CVE_STATUS[CVE-2022-49656] = "fixed-version: Fixed from version 5.19" | ||
3546 | |||
3547 | CVE_STATUS[CVE-2022-49657] = "fixed-version: Fixed from version 5.19" | ||
3548 | |||
3549 | CVE_STATUS[CVE-2022-49658] = "fixed-version: Fixed from version 5.19" | ||
3550 | |||
3551 | CVE_STATUS[CVE-2022-49659] = "fixed-version: Fixed from version 5.19" | ||
3552 | |||
3553 | CVE_STATUS[CVE-2022-49661] = "fixed-version: Fixed from version 5.19" | ||
3554 | |||
3555 | CVE_STATUS[CVE-2022-49662] = "fixed-version: Fixed from version 5.19" | ||
3556 | |||
3557 | CVE_STATUS[CVE-2022-49663] = "fixed-version: Fixed from version 5.19" | ||
3558 | |||
3559 | CVE_STATUS[CVE-2022-49664] = "fixed-version: Fixed from version 5.19" | ||
3560 | |||
3561 | CVE_STATUS[CVE-2022-49665] = "fixed-version: Fixed from version 5.19" | ||
3562 | |||
3563 | CVE_STATUS[CVE-2022-49666] = "fixed-version: Fixed from version 5.19" | ||
3564 | |||
3565 | CVE_STATUS[CVE-2022-49667] = "fixed-version: Fixed from version 5.19" | ||
3566 | |||
3567 | CVE_STATUS[CVE-2022-49668] = "fixed-version: Fixed from version 5.19" | ||
3568 | |||
3569 | CVE_STATUS[CVE-2022-49669] = "fixed-version: Fixed from version 5.19" | ||
3570 | |||
3571 | CVE_STATUS[CVE-2022-49670] = "fixed-version: Fixed from version 5.19" | ||
3572 | |||
3573 | CVE_STATUS[CVE-2022-49671] = "fixed-version: Fixed from version 5.19" | ||
3574 | |||
3575 | CVE_STATUS[CVE-2022-49672] = "fixed-version: Fixed from version 5.19" | ||
3576 | |||
3577 | CVE_STATUS[CVE-2022-49673] = "fixed-version: Fixed from version 5.19" | ||
3578 | |||
3579 | CVE_STATUS[CVE-2022-49674] = "fixed-version: Fixed from version 5.19" | ||
3580 | |||
3581 | CVE_STATUS[CVE-2022-49675] = "fixed-version: Fixed from version 5.19" | ||
3582 | |||
3583 | CVE_STATUS[CVE-2022-49676] = "fixed-version: Fixed from version 5.19" | ||
3584 | |||
3585 | CVE_STATUS[CVE-2022-49677] = "fixed-version: Fixed from version 5.19" | ||
3586 | |||
3587 | CVE_STATUS[CVE-2022-49678] = "fixed-version: Fixed from version 5.19" | ||
3588 | |||
3589 | CVE_STATUS[CVE-2022-49679] = "fixed-version: Fixed from version 5.19" | ||
3590 | |||
3591 | CVE_STATUS[CVE-2022-49680] = "fixed-version: Fixed from version 5.19" | ||
3592 | |||
3593 | CVE_STATUS[CVE-2022-49681] = "fixed-version: Fixed from version 5.19" | ||
3594 | |||
3595 | CVE_STATUS[CVE-2022-49682] = "fixed-version: Fixed from version 5.19" | ||
3596 | |||
3597 | CVE_STATUS[CVE-2022-49683] = "fixed-version: Fixed from version 5.19" | ||
3598 | |||
3599 | CVE_STATUS[CVE-2022-49684] = "fixed-version: Fixed from version 5.19" | ||
3600 | |||
3601 | CVE_STATUS[CVE-2022-49685] = "fixed-version: Fixed from version 5.19" | ||
3602 | |||
3603 | CVE_STATUS[CVE-2022-49686] = "fixed-version: Fixed from version 5.19" | ||
3604 | |||
3605 | CVE_STATUS[CVE-2022-49687] = "fixed-version: Fixed from version 5.19" | ||
3606 | |||
3607 | CVE_STATUS[CVE-2022-49688] = "fixed-version: Fixed from version 5.19" | ||
3608 | |||
3609 | CVE_STATUS[CVE-2022-49691] = "fixed-version: Fixed from version 5.19" | ||
3610 | |||
3611 | CVE_STATUS[CVE-2022-49692] = "fixed-version: Fixed from version 5.19" | ||
3612 | |||
3613 | CVE_STATUS[CVE-2022-49693] = "fixed-version: Fixed from version 5.19" | ||
3614 | |||
3615 | CVE_STATUS[CVE-2022-49694] = "fixed-version: Fixed from version 5.19" | ||
3616 | |||
3617 | CVE_STATUS[CVE-2022-49695] = "fixed-version: Fixed from version 5.19" | ||
3618 | |||
3619 | CVE_STATUS[CVE-2022-49696] = "fixed-version: Fixed from version 5.19" | ||
3620 | |||
3621 | CVE_STATUS[CVE-2022-49697] = "fixed-version: Fixed from version 5.19" | ||
3622 | |||
3623 | CVE_STATUS[CVE-2022-49698] = "fixed-version: Fixed from version 5.19" | ||
3624 | |||
3625 | CVE_STATUS[CVE-2022-49699] = "fixed-version: Fixed from version 5.19" | ||
3626 | |||
3627 | CVE_STATUS[CVE-2022-49700] = "fixed-version: Fixed from version 5.19" | ||
3628 | |||
3629 | CVE_STATUS[CVE-2022-49701] = "fixed-version: Fixed from version 5.19" | ||
3630 | |||
3631 | CVE_STATUS[CVE-2022-49702] = "fixed-version: Fixed from version 5.19" | ||
3632 | |||
3633 | CVE_STATUS[CVE-2022-49703] = "fixed-version: Fixed from version 5.19" | ||
3634 | |||
3635 | CVE_STATUS[CVE-2022-49704] = "fixed-version: Fixed from version 5.19" | ||
3636 | |||
3637 | CVE_STATUS[CVE-2022-49705] = "fixed-version: Fixed from version 5.19" | ||
3638 | |||
3639 | CVE_STATUS[CVE-2022-49706] = "fixed-version: Fixed from version 5.19" | ||
3640 | |||
3641 | CVE_STATUS[CVE-2022-49707] = "fixed-version: Fixed from version 5.19" | ||
3642 | |||
3643 | CVE_STATUS[CVE-2022-49708] = "fixed-version: Fixed from version 5.19" | ||
3644 | |||
3645 | CVE_STATUS[CVE-2022-49709] = "fixed-version: Fixed from version 5.19" | ||
3646 | |||
3647 | CVE_STATUS[CVE-2022-49710] = "fixed-version: Fixed from version 5.19" | ||
3648 | |||
3649 | CVE_STATUS[CVE-2022-49711] = "fixed-version: Fixed from version 5.19" | ||
3650 | |||
3651 | CVE_STATUS[CVE-2022-49712] = "fixed-version: Fixed from version 5.19" | ||
3652 | |||
3653 | CVE_STATUS[CVE-2022-49713] = "fixed-version: Fixed from version 5.19" | ||
3654 | |||
3655 | CVE_STATUS[CVE-2022-49714] = "fixed-version: Fixed from version 5.19" | ||
3656 | |||
3657 | CVE_STATUS[CVE-2022-49715] = "fixed-version: Fixed from version 5.19" | ||
3658 | |||
3659 | CVE_STATUS[CVE-2022-49716] = "fixed-version: Fixed from version 5.19" | ||
3660 | |||
3661 | CVE_STATUS[CVE-2022-49717] = "fixed-version: Fixed from version 5.19" | ||
3662 | |||
3663 | CVE_STATUS[CVE-2022-49718] = "fixed-version: Fixed from version 5.19" | ||
3664 | |||
3665 | CVE_STATUS[CVE-2022-49719] = "fixed-version: Fixed from version 5.19" | ||
3666 | |||
3667 | CVE_STATUS[CVE-2022-49720] = "fixed-version: Fixed from version 5.19" | ||
3668 | |||
3669 | CVE_STATUS[CVE-2022-49721] = "fixed-version: Fixed from version 5.19" | ||
3670 | |||
3671 | CVE_STATUS[CVE-2022-49722] = "fixed-version: Fixed from version 5.19" | ||
3672 | |||
3673 | CVE_STATUS[CVE-2022-49723] = "fixed-version: Fixed from version 5.19" | ||
3674 | |||
3675 | CVE_STATUS[CVE-2022-49724] = "fixed-version: Fixed from version 5.19" | ||
3676 | |||
3677 | CVE_STATUS[CVE-2022-49725] = "fixed-version: Fixed from version 5.19" | ||
3678 | |||
3679 | CVE_STATUS[CVE-2022-49726] = "fixed-version: Fixed from version 5.19" | ||
3680 | |||
3681 | CVE_STATUS[CVE-2022-49727] = "fixed-version: Fixed from version 5.19" | ||
3682 | |||
3683 | CVE_STATUS[CVE-2022-49728] = "fixed-version: Fixed from version 5.19" | ||
3684 | |||
3685 | CVE_STATUS[CVE-2022-49729] = "fixed-version: Fixed from version 5.19" | ||
3686 | |||
3687 | CVE_STATUS[CVE-2022-49730] = "fixed-version: Fixed from version 5.19" | ||
3688 | |||
3689 | CVE_STATUS[CVE-2022-49731] = "fixed-version: Fixed from version 5.19" | ||
3690 | |||
3691 | CVE_STATUS[CVE-2022-49732] = "fixed-version: Fixed from version 5.19" | ||
3692 | |||
3693 | CVE_STATUS[CVE-2022-49733] = "fixed-version: Fixed from version 6.0" | ||
3694 | |||
3695 | CVE_STATUS[CVE-2022-49738] = "fixed-version: Fixed from version 6.2" | ||
3696 | |||
3697 | CVE_STATUS[CVE-2022-49739] = "fixed-version: Fixed from version 6.2" | ||
3698 | |||
3699 | CVE_STATUS[CVE-2022-49740] = "fixed-version: Fixed from version 6.2" | ||
3700 | |||
3701 | CVE_STATUS[CVE-2022-49741] = "fixed-version: Fixed from version 6.2" | ||
3702 | |||
3703 | CVE_STATUS[CVE-2022-49742] = "fixed-version: Fixed from version 6.2" | ||
3704 | |||
3705 | CVE_STATUS[CVE-2022-49743] = "fixed-version: Fixed from version 6.2" | ||
3706 | |||
3707 | CVE_STATUS[CVE-2022-49744] = "fixed-version: Fixed from version 6.2" | ||
3708 | |||
3709 | CVE_STATUS[CVE-2022-49745] = "fixed-version: Fixed from version 6.2" | ||
3710 | |||
3711 | CVE_STATUS[CVE-2022-49746] = "fixed-version: Fixed from version 6.2" | ||
3712 | |||
3713 | CVE_STATUS[CVE-2022-49747] = "fixed-version: Fixed from version 6.2" | ||
3714 | |||
3715 | CVE_STATUS[CVE-2022-49748] = "fixed-version: Fixed from version 6.2" | ||
3716 | |||
3717 | CVE_STATUS[CVE-2022-49749] = "fixed-version: Fixed from version 6.2" | ||
3718 | |||
3719 | CVE_STATUS[CVE-2022-49750] = "fixed-version: Fixed from version 6.2" | ||
3720 | |||
3721 | CVE_STATUS[CVE-2022-49751] = "fixed-version: Fixed from version 6.2" | ||
3722 | |||
3723 | CVE_STATUS[CVE-2022-49752] = "fixed-version: Fixed from version 6.2" | ||
3724 | |||
3725 | CVE_STATUS[CVE-2022-49753] = "fixed-version: Fixed from version 6.2" | ||
3726 | |||
3727 | CVE_STATUS[CVE-2022-49754] = "fixed-version: Fixed from version 6.2" | ||
3728 | |||
3729 | CVE_STATUS[CVE-2022-49755] = "fixed-version: Fixed from version 6.2" | ||
3730 | |||
3731 | CVE_STATUS[CVE-2022-49756] = "fixed-version: Fixed from version 6.2" | ||
3732 | |||
3733 | CVE_STATUS[CVE-2022-49757] = "fixed-version: Fixed from version 6.2" | ||
3734 | |||
3735 | CVE_STATUS[CVE-2022-49758] = "fixed-version: Fixed from version 6.2" | ||
3736 | |||
3737 | CVE_STATUS[CVE-2022-49759] = "fixed-version: Fixed from version 6.2" | ||
3738 | |||
3739 | CVE_STATUS[CVE-2022-49760] = "fixed-version: Fixed from version 6.2" | ||
3740 | |||
3741 | CVE_STATUS[CVE-2022-49761] = "fixed-version: Fixed from version 6.2" | ||
3742 | |||
3743 | CVE_STATUS[CVE-2022-49762] = "fixed-version: Fixed from version 6.1" | ||
3744 | |||
3745 | CVE_STATUS[CVE-2022-49763] = "fixed-version: Fixed from version 6.1" | ||
3746 | |||
3747 | CVE_STATUS[CVE-2022-49764] = "fixed-version: Fixed from version 6.1" | ||
3748 | |||
3749 | CVE_STATUS[CVE-2022-49765] = "fixed-version: Fixed from version 6.1" | ||
3750 | |||
3751 | CVE_STATUS[CVE-2022-49766] = "fixed-version: Fixed from version 6.1" | ||
3752 | |||
3753 | CVE_STATUS[CVE-2022-49767] = "fixed-version: Fixed from version 6.1" | ||
3754 | |||
3755 | CVE_STATUS[CVE-2022-49768] = "fixed-version: Fixed from version 6.1" | ||
3756 | |||
3757 | CVE_STATUS[CVE-2022-49769] = "fixed-version: Fixed from version 6.1" | ||
3758 | |||
3759 | CVE_STATUS[CVE-2022-49770] = "fixed-version: Fixed from version 6.1" | ||
3760 | |||
3761 | CVE_STATUS[CVE-2022-49771] = "fixed-version: Fixed from version 6.1" | ||
3762 | |||
3763 | CVE_STATUS[CVE-2022-49772] = "fixed-version: Fixed from version 6.1" | ||
3764 | |||
3765 | CVE_STATUS[CVE-2022-49773] = "fixed-version: Fixed from version 6.1" | ||
3766 | |||
3767 | CVE_STATUS[CVE-2022-49774] = "fixed-version: Fixed from version 6.1" | ||
3768 | |||
3769 | CVE_STATUS[CVE-2022-49775] = "fixed-version: Fixed from version 6.1" | ||
3770 | |||
3771 | CVE_STATUS[CVE-2022-49776] = "fixed-version: Fixed from version 6.1" | ||
3772 | |||
3773 | CVE_STATUS[CVE-2022-49777] = "fixed-version: Fixed from version 6.1" | ||
3774 | |||
3775 | CVE_STATUS[CVE-2022-49778] = "fixed-version: Fixed from version 6.1" | ||
3776 | |||
3777 | CVE_STATUS[CVE-2022-49779] = "fixed-version: Fixed from version 6.1" | ||
3778 | |||
3779 | CVE_STATUS[CVE-2022-49780] = "fixed-version: Fixed from version 6.1" | ||
3780 | |||
3781 | CVE_STATUS[CVE-2022-49781] = "fixed-version: Fixed from version 6.1" | ||
3782 | |||
3783 | CVE_STATUS[CVE-2022-49782] = "fixed-version: Fixed from version 6.0.10" | ||
3784 | |||
3785 | CVE_STATUS[CVE-2022-49783] = "fixed-version: Fixed from version 6.1" | ||
3786 | |||
3787 | CVE_STATUS[CVE-2022-49784] = "fixed-version: Fixed from version 6.1" | ||
3788 | |||
3789 | CVE_STATUS[CVE-2022-49785] = "fixed-version: Fixed from version 6.1" | ||
3790 | |||
3791 | CVE_STATUS[CVE-2022-49786] = "fixed-version: Fixed from version 6.1" | ||
3792 | |||
3793 | CVE_STATUS[CVE-2022-49787] = "fixed-version: Fixed from version 6.1" | ||
3794 | |||
3795 | CVE_STATUS[CVE-2022-49788] = "fixed-version: Fixed from version 6.1" | ||
3796 | |||
3797 | CVE_STATUS[CVE-2022-49789] = "fixed-version: Fixed from version 6.1" | ||
3798 | |||
3799 | CVE_STATUS[CVE-2022-49790] = "fixed-version: Fixed from version 6.1" | ||
3800 | |||
3801 | CVE_STATUS[CVE-2022-49791] = "fixed-version: Fixed from version 6.1" | ||
3802 | |||
3803 | CVE_STATUS[CVE-2022-49792] = "fixed-version: Fixed from version 6.1" | ||
3804 | |||
3805 | CVE_STATUS[CVE-2022-49793] = "fixed-version: Fixed from version 6.1" | ||
3806 | |||
3807 | CVE_STATUS[CVE-2022-49794] = "fixed-version: Fixed from version 6.1" | ||
3808 | |||
3809 | CVE_STATUS[CVE-2022-49795] = "fixed-version: Fixed from version 6.1" | ||
3810 | |||
3811 | CVE_STATUS[CVE-2022-49796] = "fixed-version: Fixed from version 6.1" | ||
3812 | |||
3813 | CVE_STATUS[CVE-2022-49797] = "fixed-version: Fixed from version 6.1" | ||
3814 | |||
3815 | CVE_STATUS[CVE-2022-49798] = "fixed-version: Fixed from version 6.1" | ||
3816 | |||
3817 | CVE_STATUS[CVE-2022-49799] = "fixed-version: Fixed from version 6.1" | ||
3818 | |||
3819 | CVE_STATUS[CVE-2022-49800] = "fixed-version: Fixed from version 6.1" | ||
3820 | |||
3821 | CVE_STATUS[CVE-2022-49801] = "fixed-version: Fixed from version 6.1" | ||
3822 | |||
3823 | CVE_STATUS[CVE-2022-49802] = "fixed-version: Fixed from version 6.1" | ||
3824 | |||
3825 | CVE_STATUS[CVE-2022-49803] = "fixed-version: Fixed from version 6.1" | ||
3826 | |||
3827 | CVE_STATUS[CVE-2022-49804] = "fixed-version: Fixed from version 6.1" | ||
3828 | |||
3829 | CVE_STATUS[CVE-2022-49805] = "fixed-version: Fixed from version 6.1" | ||
3830 | |||
3831 | CVE_STATUS[CVE-2022-49806] = "fixed-version: Fixed from version 6.1" | ||
3832 | |||
3833 | CVE_STATUS[CVE-2022-49807] = "fixed-version: Fixed from version 6.1" | ||
3834 | |||
3835 | CVE_STATUS[CVE-2022-49808] = "fixed-version: Fixed from version 6.1" | ||
3836 | |||
3837 | CVE_STATUS[CVE-2022-49809] = "fixed-version: Fixed from version 6.1" | ||
3838 | |||
3839 | CVE_STATUS[CVE-2022-49810] = "fixed-version: Fixed from version 6.1" | ||
3840 | |||
3841 | CVE_STATUS[CVE-2022-49811] = "fixed-version: Fixed from version 6.1" | ||
3842 | |||
3843 | CVE_STATUS[CVE-2022-49812] = "fixed-version: Fixed from version 6.1" | ||
3844 | |||
3845 | CVE_STATUS[CVE-2022-49813] = "fixed-version: Fixed from version 6.1" | ||
3846 | |||
3847 | CVE_STATUS[CVE-2022-49814] = "fixed-version: Fixed from version 6.1" | ||
3848 | |||
3849 | CVE_STATUS[CVE-2022-49815] = "fixed-version: Fixed from version 6.1" | ||
3850 | |||
3851 | CVE_STATUS[CVE-2022-49817] = "fixed-version: Fixed from version 6.1" | ||
3852 | |||
3853 | CVE_STATUS[CVE-2022-49818] = "fixed-version: Fixed from version 6.0.10" | ||
3854 | |||
3855 | CVE_STATUS[CVE-2022-49819] = "fixed-version: Fixed from version 6.1" | ||
3856 | |||
3857 | CVE_STATUS[CVE-2022-49820] = "fixed-version: Fixed from version 6.1" | ||
3858 | |||
3859 | CVE_STATUS[CVE-2022-49821] = "fixed-version: Fixed from version 6.1" | ||
3860 | |||
3861 | CVE_STATUS[CVE-2022-49822] = "fixed-version: Fixed from version 6.1" | ||
3862 | |||
3863 | CVE_STATUS[CVE-2022-49823] = "fixed-version: Fixed from version 6.1" | ||
3864 | |||
3865 | CVE_STATUS[CVE-2022-49824] = "fixed-version: Fixed from version 6.1" | ||
3866 | |||
3867 | CVE_STATUS[CVE-2022-49825] = "fixed-version: Fixed from version 6.1" | ||
3868 | |||
3869 | CVE_STATUS[CVE-2022-49826] = "fixed-version: Fixed from version 6.1" | ||
3870 | |||
3871 | CVE_STATUS[CVE-2022-49827] = "fixed-version: Fixed from version 6.1" | ||
3872 | |||
3873 | CVE_STATUS[CVE-2022-49828] = "fixed-version: Fixed from version 6.1" | ||
3874 | |||
3875 | CVE_STATUS[CVE-2022-49829] = "fixed-version: Fixed from version 6.1" | ||
3876 | |||
3877 | CVE_STATUS[CVE-2022-49830] = "fixed-version: Fixed from version 6.1" | ||
3878 | |||
3879 | CVE_STATUS[CVE-2022-49831] = "fixed-version: Fixed from version 6.1" | ||
3880 | |||
3881 | CVE_STATUS[CVE-2022-49832] = "fixed-version: Fixed from version 6.1" | ||
3882 | |||
3883 | CVE_STATUS[CVE-2022-49833] = "fixed-version: Fixed from version 6.1" | ||
3884 | |||
3885 | CVE_STATUS[CVE-2022-49834] = "fixed-version: Fixed from version 6.1" | ||
3886 | |||
3887 | CVE_STATUS[CVE-2022-49835] = "fixed-version: Fixed from version 6.1" | ||
3888 | |||
3889 | CVE_STATUS[CVE-2022-49836] = "fixed-version: Fixed from version 6.1" | ||
3890 | |||
3891 | CVE_STATUS[CVE-2022-49837] = "fixed-version: Fixed from version 6.1" | ||
3892 | |||
3893 | CVE_STATUS[CVE-2022-49838] = "fixed-version: Fixed from version 6.1" | ||
3894 | |||
3895 | CVE_STATUS[CVE-2022-49839] = "fixed-version: Fixed from version 6.1" | ||
3896 | |||
3897 | CVE_STATUS[CVE-2022-49840] = "fixed-version: Fixed from version 6.1" | ||
3898 | |||
3899 | CVE_STATUS[CVE-2022-49841] = "fixed-version: Fixed from version 6.1" | ||
3900 | |||
3901 | CVE_STATUS[CVE-2022-49842] = "fixed-version: Fixed from version 6.1" | ||
3902 | |||
3903 | CVE_STATUS[CVE-2022-49844] = "fixed-version: Fixed from version 6.1" | ||
3904 | |||
3905 | CVE_STATUS[CVE-2022-49845] = "fixed-version: Fixed from version 6.1" | ||
3906 | |||
3907 | CVE_STATUS[CVE-2022-49846] = "fixed-version: Fixed from version 6.1" | ||
3908 | |||
3909 | CVE_STATUS[CVE-2022-49847] = "fixed-version: Fixed from version 6.1" | ||
3910 | |||
3911 | CVE_STATUS[CVE-2022-49848] = "fixed-version: Fixed from version 6.1" | ||
3912 | |||
3913 | CVE_STATUS[CVE-2022-49849] = "fixed-version: Fixed from version 6.1" | ||
3914 | |||
3915 | CVE_STATUS[CVE-2022-49850] = "fixed-version: Fixed from version 6.1" | ||
3916 | |||
3917 | CVE_STATUS[CVE-2022-49851] = "fixed-version: Fixed from version 6.1" | ||
3918 | |||
3919 | CVE_STATUS[CVE-2022-49852] = "fixed-version: Fixed from version 6.1" | ||
3920 | |||
3921 | CVE_STATUS[CVE-2022-49853] = "fixed-version: Fixed from version 6.1" | ||
3922 | |||
3923 | CVE_STATUS[CVE-2022-49854] = "fixed-version: Fixed from version 6.1" | ||
3924 | |||
3925 | CVE_STATUS[CVE-2022-49855] = "fixed-version: Fixed from version 6.1" | ||
3926 | |||
3927 | CVE_STATUS[CVE-2022-49857] = "fixed-version: Fixed from version 6.1" | ||
3928 | |||
3929 | CVE_STATUS[CVE-2022-49858] = "fixed-version: Fixed from version 6.1" | ||
3930 | |||
3931 | CVE_STATUS[CVE-2022-49859] = "fixed-version: Fixed from version 6.1" | ||
3932 | |||
3933 | CVE_STATUS[CVE-2022-49860] = "fixed-version: Fixed from version 6.1" | ||
3934 | |||
3935 | CVE_STATUS[CVE-2022-49861] = "fixed-version: Fixed from version 6.1" | ||
3936 | |||
3937 | CVE_STATUS[CVE-2022-49862] = "fixed-version: Fixed from version 6.1" | ||
3938 | |||
3939 | CVE_STATUS[CVE-2022-49863] = "fixed-version: Fixed from version 6.1" | ||
3940 | |||
3941 | CVE_STATUS[CVE-2022-49864] = "fixed-version: Fixed from version 6.1" | ||
3942 | |||
3943 | CVE_STATUS[CVE-2022-49865] = "fixed-version: Fixed from version 6.1" | ||
3944 | |||
3945 | CVE_STATUS[CVE-2022-49866] = "fixed-version: Fixed from version 6.1" | ||
3946 | |||
3947 | CVE_STATUS[CVE-2022-49867] = "fixed-version: Fixed from version 6.1" | ||
3948 | |||
3949 | CVE_STATUS[CVE-2022-49868] = "fixed-version: Fixed from version 6.1" | ||
3950 | |||
3951 | CVE_STATUS[CVE-2022-49869] = "fixed-version: Fixed from version 6.1" | ||
3952 | |||
3953 | CVE_STATUS[CVE-2022-49870] = "fixed-version: Fixed from version 6.1" | ||
3954 | |||
3955 | CVE_STATUS[CVE-2022-49871] = "fixed-version: Fixed from version 6.1" | ||
3956 | |||
3957 | CVE_STATUS[CVE-2022-49872] = "fixed-version: Fixed from version 6.1" | ||
3958 | |||
3959 | CVE_STATUS[CVE-2022-49873] = "fixed-version: Fixed from version 6.1" | ||
3960 | |||
3961 | CVE_STATUS[CVE-2022-49874] = "fixed-version: Fixed from version 6.1" | ||
3962 | |||
3963 | CVE_STATUS[CVE-2022-49875] = "fixed-version: Fixed from version 6.1" | ||
3964 | |||
3965 | CVE_STATUS[CVE-2022-49876] = "fixed-version: Fixed from version 6.1" | ||
3966 | |||
3967 | CVE_STATUS[CVE-2022-49877] = "fixed-version: Fixed from version 6.1" | ||
3968 | |||
3969 | CVE_STATUS[CVE-2022-49878] = "fixed-version: Fixed from version 6.1" | ||
3970 | |||
3971 | CVE_STATUS[CVE-2022-49879] = "fixed-version: Fixed from version 6.1" | ||
3972 | |||
3973 | CVE_STATUS[CVE-2022-49880] = "fixed-version: Fixed from version 6.1" | ||
3974 | |||
3975 | CVE_STATUS[CVE-2022-49881] = "fixed-version: Fixed from version 6.1" | ||
3976 | |||
3977 | CVE_STATUS[CVE-2022-49882] = "fixed-version: Fixed from version 6.1" | ||
3978 | |||
3979 | CVE_STATUS[CVE-2022-49883] = "fixed-version: Fixed from version 6.1" | ||
3980 | |||
3981 | CVE_STATUS[CVE-2022-49884] = "fixed-version: Fixed from version 6.1" | ||
3982 | |||
3983 | CVE_STATUS[CVE-2022-49885] = "fixed-version: Fixed from version 6.1" | ||
3984 | |||
3985 | CVE_STATUS[CVE-2022-49886] = "fixed-version: Fixed from version 6.1" | ||
3986 | |||
3987 | CVE_STATUS[CVE-2022-49887] = "fixed-version: Fixed from version 6.1" | ||
3988 | |||
3989 | CVE_STATUS[CVE-2022-49888] = "fixed-version: Fixed from version 6.1" | ||
3990 | |||
3991 | CVE_STATUS[CVE-2022-49889] = "fixed-version: Fixed from version 6.0.8" | ||
3992 | |||
3993 | CVE_STATUS[CVE-2022-49890] = "fixed-version: Fixed from version 6.1" | ||
3994 | |||
3995 | CVE_STATUS[CVE-2022-49891] = "fixed-version: Fixed from version 6.1" | ||
3996 | |||
3997 | CVE_STATUS[CVE-2022-49892] = "fixed-version: Fixed from version 6.1" | ||
3998 | |||
3999 | CVE_STATUS[CVE-2022-49893] = "fixed-version: Fixed from version 6.1" | ||
4000 | |||
4001 | CVE_STATUS[CVE-2022-49894] = "fixed-version: Fixed from version 6.1" | ||
4002 | |||
4003 | CVE_STATUS[CVE-2022-49895] = "fixed-version: Fixed from version 6.1" | ||
4004 | |||
4005 | CVE_STATUS[CVE-2022-49896] = "fixed-version: Fixed from version 6.1" | ||
4006 | |||
4007 | CVE_STATUS[CVE-2022-49898] = "fixed-version: Fixed from version 6.1" | ||
4008 | |||
4009 | CVE_STATUS[CVE-2022-49899] = "fixed-version: Fixed from version 6.1" | ||
4010 | |||
4011 | CVE_STATUS[CVE-2022-49900] = "fixed-version: Fixed from version 6.1" | ||
4012 | |||
4013 | CVE_STATUS[CVE-2022-49901] = "fixed-version: Fixed from version 6.1" | ||
4014 | |||
4015 | CVE_STATUS[CVE-2022-49902] = "fixed-version: Fixed from version 6.1" | ||
4016 | |||
4017 | CVE_STATUS[CVE-2022-49903] = "fixed-version: Fixed from version 6.1" | ||
4018 | |||
4019 | CVE_STATUS[CVE-2022-49904] = "fixed-version: Fixed from version 6.1" | ||
4020 | |||
4021 | CVE_STATUS[CVE-2022-49905] = "fixed-version: Fixed from version 6.1" | ||
4022 | |||
4023 | CVE_STATUS[CVE-2022-49906] = "fixed-version: Fixed from version 6.1" | ||
4024 | |||
4025 | CVE_STATUS[CVE-2022-49907] = "fixed-version: Fixed from version 6.1" | ||
4026 | |||
4027 | CVE_STATUS[CVE-2022-49908] = "fixed-version: Fixed from version 6.1" | ||
4028 | |||
4029 | CVE_STATUS[CVE-2022-49909] = "fixed-version: Fixed from version 6.1" | ||
4030 | |||
4031 | CVE_STATUS[CVE-2022-49910] = "fixed-version: Fixed from version 6.1" | ||
4032 | |||
4033 | CVE_STATUS[CVE-2022-49911] = "fixed-version: Fixed from version 6.1" | ||
4034 | |||
4035 | CVE_STATUS[CVE-2022-49912] = "fixed-version: Fixed from version 6.1" | ||
4036 | |||
4037 | CVE_STATUS[CVE-2022-49913] = "fixed-version: Fixed from version 6.1" | ||
4038 | |||
4039 | CVE_STATUS[CVE-2022-49914] = "fixed-version: Fixed from version 6.1" | ||
4040 | |||
4041 | CVE_STATUS[CVE-2022-49915] = "fixed-version: Fixed from version 6.1" | ||
4042 | |||
4043 | CVE_STATUS[CVE-2022-49916] = "fixed-version: Fixed from version 6.1" | ||
4044 | |||
4045 | CVE_STATUS[CVE-2022-49917] = "fixed-version: Fixed from version 6.1" | ||
4046 | |||
4047 | CVE_STATUS[CVE-2022-49918] = "fixed-version: Fixed from version 6.1" | ||
4048 | |||
4049 | CVE_STATUS[CVE-2022-49919] = "fixed-version: Fixed from version 6.1" | ||
4050 | |||
4051 | CVE_STATUS[CVE-2022-49920] = "fixed-version: Fixed from version 6.1" | ||
4052 | |||
4053 | CVE_STATUS[CVE-2022-49921] = "fixed-version: Fixed from version 6.1" | ||
4054 | |||
4055 | CVE_STATUS[CVE-2022-49922] = "fixed-version: Fixed from version 6.1" | ||
4056 | |||
4057 | CVE_STATUS[CVE-2022-49923] = "fixed-version: Fixed from version 6.1" | ||
4058 | |||
4059 | CVE_STATUS[CVE-2022-49924] = "fixed-version: Fixed from version 6.1" | ||
4060 | |||
4061 | CVE_STATUS[CVE-2022-49925] = "fixed-version: Fixed from version 6.1" | ||
4062 | |||
4063 | CVE_STATUS[CVE-2022-49926] = "fixed-version: Fixed from version 6.1" | ||
4064 | |||
4065 | CVE_STATUS[CVE-2022-49927] = "fixed-version: Fixed from version 6.1" | ||
4066 | |||
4067 | CVE_STATUS[CVE-2022-49928] = "fixed-version: Fixed from version 6.1" | ||
4068 | |||
4069 | CVE_STATUS[CVE-2022-49929] = "fixed-version: Fixed from version 6.1" | ||
4070 | |||
4071 | CVE_STATUS[CVE-2022-49930] = "fixed-version: Fixed from version 6.1" | ||
4072 | |||
4073 | CVE_STATUS[CVE-2022-49931] = "fixed-version: Fixed from version 6.1" | ||
4074 | |||
4075 | CVE_STATUS[CVE-2022-49932] = "fixed-version: Fixed from version 6.3" | ||
4076 | |||
4077 | CVE_STATUS[CVE-2022-49934] = "fixed-version: Fixed from version 6.0" | ||
4078 | |||
4079 | CVE_STATUS[CVE-2022-49935] = "fixed-version: Fixed from version 6.0" | ||
4080 | |||
4081 | CVE_STATUS[CVE-2022-49936] = "fixed-version: Fixed from version 6.0" | ||
4082 | |||
4083 | CVE_STATUS[CVE-2022-49937] = "fixed-version: Fixed from version 6.0" | ||
4084 | |||
4085 | CVE_STATUS[CVE-2022-49938] = "fixed-version: Fixed from version 6.0" | ||
4086 | |||
4087 | CVE_STATUS[CVE-2022-49939] = "fixed-version: Fixed from version 6.0" | ||
4088 | |||
4089 | CVE_STATUS[CVE-2022-49940] = "fixed-version: Fixed from version 5.19.8" | ||
4090 | |||
4091 | CVE_STATUS[CVE-2022-49942] = "fixed-version: Fixed from version 6.0" | ||
4092 | |||
4093 | CVE_STATUS[CVE-2022-49943] = "fixed-version: Fixed from version 5.19.8" | ||
4094 | |||
4095 | CVE_STATUS[CVE-2022-49944] = "fixed-version: Fixed from version 6.0" | ||
4096 | |||
4097 | CVE_STATUS[CVE-2022-49945] = "fixed-version: Fixed from version 6.0" | ||
4098 | |||
4099 | CVE_STATUS[CVE-2022-49946] = "fixed-version: Fixed from version 6.0" | ||
4100 | |||
4101 | CVE_STATUS[CVE-2022-49947] = "fixed-version: Fixed from version 5.19.8" | ||
4102 | |||
4103 | CVE_STATUS[CVE-2022-49948] = "fixed-version: Fixed from version 6.0" | ||
4104 | |||
4105 | CVE_STATUS[CVE-2022-49949] = "fixed-version: Fixed from version 6.0" | ||
4106 | |||
4107 | CVE_STATUS[CVE-2022-49950] = "fixed-version: Fixed from version 6.0" | ||
4108 | |||
4109 | CVE_STATUS[CVE-2022-49951] = "fixed-version: Fixed from version 6.0" | ||
4110 | |||
4111 | CVE_STATUS[CVE-2022-49952] = "fixed-version: Fixed from version 6.0" | ||
4112 | |||
4113 | CVE_STATUS[CVE-2022-49953] = "fixed-version: Fixed from version 6.0" | ||
4114 | |||
4115 | CVE_STATUS[CVE-2022-49954] = "fixed-version: Fixed from version 6.0" | ||
4116 | |||
4117 | CVE_STATUS[CVE-2022-49955] = "fixed-version: Fixed from version 6.0" | ||
4118 | |||
4119 | CVE_STATUS[CVE-2022-49956] = "fixed-version: Fixed from version 6.0" | ||
4120 | |||
4121 | CVE_STATUS[CVE-2022-49957] = "fixed-version: Fixed from version 6.0" | ||
4122 | |||
4123 | CVE_STATUS[CVE-2022-49958] = "fixed-version: Fixed from version 6.0" | ||
4124 | |||
4125 | CVE_STATUS[CVE-2022-49959] = "fixed-version: Fixed from version 6.0" | ||
4126 | |||
4127 | CVE_STATUS[CVE-2022-49960] = "fixed-version: Fixed from version 6.0" | ||
4128 | |||
4129 | CVE_STATUS[CVE-2022-49961] = "fixed-version: Fixed from version 6.0" | ||
4130 | |||
4131 | CVE_STATUS[CVE-2022-49962] = "fixed-version: Fixed from version 6.0" | ||
4132 | |||
4133 | CVE_STATUS[CVE-2022-49963] = "fixed-version: Fixed from version 6.0" | ||
4134 | |||
4135 | CVE_STATUS[CVE-2022-49964] = "fixed-version: Fixed from version 6.0" | ||
4136 | |||
4137 | CVE_STATUS[CVE-2022-49965] = "fixed-version: Fixed from version 6.0" | ||
4138 | |||
4139 | CVE_STATUS[CVE-2022-49966] = "fixed-version: Fixed from version 6.0" | ||
4140 | |||
4141 | CVE_STATUS[CVE-2022-49967] = "fixed-version: Fixed from version 6.0" | ||
4142 | |||
4143 | CVE_STATUS[CVE-2022-49968] = "fixed-version: Fixed from version 6.0" | ||
4144 | |||
4145 | CVE_STATUS[CVE-2022-49969] = "fixed-version: Fixed from version 6.0" | ||
4146 | |||
4147 | CVE_STATUS[CVE-2022-49970] = "fixed-version: Fixed from version 5.19.8" | ||
4148 | |||
4149 | CVE_STATUS[CVE-2022-49971] = "fixed-version: Fixed from version 6.0" | ||
4150 | |||
4151 | CVE_STATUS[CVE-2022-49972] = "fixed-version: Fixed from version 6.0" | ||
4152 | |||
4153 | CVE_STATUS[CVE-2022-49973] = "fixed-version: Fixed from version 5.19.8" | ||
4154 | |||
4155 | CVE_STATUS[CVE-2022-49974] = "fixed-version: Fixed from version 6.0" | ||
4156 | |||
4157 | CVE_STATUS[CVE-2022-49975] = "fixed-version: Fixed from version 6.0" | ||
4158 | |||
4159 | CVE_STATUS[CVE-2022-49976] = "fixed-version: Fixed from version 6.0" | ||
4160 | |||
4161 | CVE_STATUS[CVE-2022-49977] = "fixed-version: Fixed from version 6.0" | ||
4162 | |||
4163 | CVE_STATUS[CVE-2022-49978] = "fixed-version: Fixed from version 6.0" | ||
4164 | |||
4165 | CVE_STATUS[CVE-2022-49979] = "fixed-version: Fixed from version 6.0" | ||
4166 | |||
4167 | CVE_STATUS[CVE-2022-49980] = "fixed-version: Fixed from version 6.0" | ||
4168 | |||
4169 | CVE_STATUS[CVE-2022-49981] = "fixed-version: Fixed from version 6.0" | ||
4170 | |||
4171 | CVE_STATUS[CVE-2022-49982] = "fixed-version: Fixed from version 6.0" | ||
4172 | |||
4173 | CVE_STATUS[CVE-2022-49983] = "fixed-version: Fixed from version 6.0" | ||
4174 | |||
4175 | CVE_STATUS[CVE-2022-49984] = "fixed-version: Fixed from version 6.0" | ||
4176 | |||
4177 | CVE_STATUS[CVE-2022-49985] = "fixed-version: Fixed from version 6.0" | ||
4178 | |||
4179 | CVE_STATUS[CVE-2022-49986] = "fixed-version: Fixed from version 6.0" | ||
4180 | |||
4181 | CVE_STATUS[CVE-2022-49987] = "fixed-version: Fixed from version 6.0" | ||
4182 | |||
4183 | CVE_STATUS[CVE-2022-49989] = "fixed-version: Fixed from version 6.0" | ||
4184 | |||
4185 | CVE_STATUS[CVE-2022-49990] = "fixed-version: Fixed from version 6.0" | ||
4186 | |||
4187 | CVE_STATUS[CVE-2022-49991] = "fixed-version: Fixed from version 6.0" | ||
4188 | |||
4189 | CVE_STATUS[CVE-2022-49992] = "fixed-version: Fixed from version 6.0" | ||
4190 | |||
4191 | CVE_STATUS[CVE-2022-49993] = "fixed-version: Fixed from version 6.0" | ||
4192 | |||
4193 | CVE_STATUS[CVE-2022-49994] = "fixed-version: Fixed from version 6.0" | ||
4194 | |||
4195 | CVE_STATUS[CVE-2022-49995] = "fixed-version: Fixed from version 6.0" | ||
4196 | |||
4197 | CVE_STATUS[CVE-2022-49996] = "fixed-version: Fixed from version 6.0" | ||
4198 | |||
4199 | CVE_STATUS[CVE-2022-49997] = "fixed-version: Fixed from version 6.0" | ||
4200 | |||
4201 | CVE_STATUS[CVE-2022-49998] = "fixed-version: Fixed from version 6.0" | ||
4202 | |||
4203 | CVE_STATUS[CVE-2022-49999] = "fixed-version: Fixed from version 6.0" | ||
4204 | |||
4205 | CVE_STATUS[CVE-2022-50000] = "fixed-version: Fixed from version 6.0" | ||
4206 | |||
4207 | CVE_STATUS[CVE-2022-50001] = "fixed-version: Fixed from version 6.0" | ||
4208 | |||
4209 | CVE_STATUS[CVE-2022-50002] = "fixed-version: Fixed from version 6.0" | ||
4210 | |||
4211 | CVE_STATUS[CVE-2022-50003] = "fixed-version: Fixed from version 6.0" | ||
4212 | |||
4213 | CVE_STATUS[CVE-2022-50004] = "fixed-version: Fixed from version 6.0" | ||
4214 | |||
4215 | CVE_STATUS[CVE-2022-50005] = "fixed-version: Fixed from version 6.0" | ||
4216 | |||
4217 | CVE_STATUS[CVE-2022-50006] = "fixed-version: Fixed from version 6.0" | ||
4218 | |||
4219 | CVE_STATUS[CVE-2022-50007] = "fixed-version: Fixed from version 6.0" | ||
4220 | |||
4221 | CVE_STATUS[CVE-2022-50008] = "fixed-version: Fixed from version 6.0" | ||
4222 | |||
4223 | CVE_STATUS[CVE-2022-50009] = "fixed-version: Fixed from version 6.0" | ||
4224 | |||
4225 | CVE_STATUS[CVE-2022-50010] = "fixed-version: Fixed from version 6.0" | ||
4226 | |||
4227 | CVE_STATUS[CVE-2022-50011] = "fixed-version: Fixed from version 6.0" | ||
4228 | |||
4229 | CVE_STATUS[CVE-2022-50012] = "fixed-version: Fixed from version 6.0" | ||
4230 | |||
4231 | CVE_STATUS[CVE-2022-50013] = "fixed-version: Fixed from version 6.0" | ||
4232 | |||
4233 | CVE_STATUS[CVE-2022-50014] = "fixed-version: Fixed from version 6.0" | ||
4234 | |||
4235 | CVE_STATUS[CVE-2022-50015] = "fixed-version: Fixed from version 6.0" | ||
4236 | |||
4237 | CVE_STATUS[CVE-2022-50016] = "fixed-version: Fixed from version 6.0" | ||
4238 | |||
4239 | CVE_STATUS[CVE-2022-50017] = "fixed-version: Fixed from version 6.0" | ||
4240 | |||
4241 | CVE_STATUS[CVE-2022-50019] = "fixed-version: Fixed from version 6.0" | ||
4242 | |||
4243 | CVE_STATUS[CVE-2022-50020] = "fixed-version: Fixed from version 6.0" | ||
4244 | |||
4245 | CVE_STATUS[CVE-2022-50021] = "fixed-version: Fixed from version 6.0" | ||
4246 | |||
4247 | CVE_STATUS[CVE-2022-50022] = "fixed-version: Fixed from version 6.0" | ||
4248 | |||
4249 | CVE_STATUS[CVE-2022-50023] = "fixed-version: Fixed from version 6.0" | ||
4250 | |||
4251 | CVE_STATUS[CVE-2022-50024] = "fixed-version: Fixed from version 6.0" | ||
4252 | |||
4253 | CVE_STATUS[CVE-2022-50025] = "fixed-version: Fixed from version 6.0" | ||
4254 | |||
4255 | CVE_STATUS[CVE-2022-50026] = "fixed-version: Fixed from version 6.0" | ||
4256 | |||
4257 | CVE_STATUS[CVE-2022-50027] = "fixed-version: Fixed from version 6.0" | ||
4258 | |||
4259 | CVE_STATUS[CVE-2022-50028] = "fixed-version: Fixed from version 6.0" | ||
4260 | |||
4261 | CVE_STATUS[CVE-2022-50029] = "fixed-version: Fixed from version 6.0" | ||
4262 | |||
4263 | CVE_STATUS[CVE-2022-50030] = "fixed-version: Fixed from version 6.0" | ||
4264 | |||
4265 | CVE_STATUS[CVE-2022-50031] = "fixed-version: Fixed from version 6.0" | ||
4266 | |||
4267 | CVE_STATUS[CVE-2022-50032] = "fixed-version: Fixed from version 6.0" | ||
4268 | |||
4269 | CVE_STATUS[CVE-2022-50033] = "fixed-version: Fixed from version 6.0" | ||
4270 | |||
4271 | CVE_STATUS[CVE-2022-50034] = "fixed-version: Fixed from version 6.0" | ||
4272 | |||
4273 | CVE_STATUS[CVE-2022-50035] = "fixed-version: Fixed from version 6.0" | ||
4274 | |||
4275 | CVE_STATUS[CVE-2022-50036] = "fixed-version: Fixed from version 6.0" | ||
4276 | |||
4277 | CVE_STATUS[CVE-2022-50037] = "fixed-version: Fixed from version 6.0" | ||
4278 | |||
4279 | CVE_STATUS[CVE-2022-50038] = "fixed-version: Fixed from version 6.0" | ||
4280 | |||
4281 | CVE_STATUS[CVE-2022-50039] = "fixed-version: Fixed from version 6.0" | ||
4282 | |||
4283 | CVE_STATUS[CVE-2022-50040] = "fixed-version: Fixed from version 6.0" | ||
4284 | |||
4285 | CVE_STATUS[CVE-2022-50041] = "fixed-version: Fixed from version 6.0" | ||
4286 | |||
4287 | CVE_STATUS[CVE-2022-50042] = "fixed-version: Fixed from version 6.0" | ||
4288 | |||
4289 | CVE_STATUS[CVE-2022-50043] = "fixed-version: Fixed from version 6.0" | ||
4290 | |||
4291 | CVE_STATUS[CVE-2022-50044] = "fixed-version: Fixed from version 6.0" | ||
4292 | |||
4293 | CVE_STATUS[CVE-2022-50045] = "fixed-version: Fixed from version 5.19.4" | ||
4294 | |||
4295 | CVE_STATUS[CVE-2022-50046] = "fixed-version: Fixed from version 6.0" | ||
4296 | |||
4297 | CVE_STATUS[CVE-2022-50047] = "fixed-version: Fixed from version 6.0" | ||
4298 | |||
4299 | CVE_STATUS[CVE-2022-50048] = "fixed-version: Fixed from version 6.0" | ||
4300 | |||
4301 | CVE_STATUS[CVE-2022-50049] = "fixed-version: Fixed from version 6.0" | ||
4302 | |||
4303 | CVE_STATUS[CVE-2022-50050] = "fixed-version: Fixed from version 6.0" | ||
4304 | |||
4305 | CVE_STATUS[CVE-2022-50051] = "fixed-version: Fixed from version 6.0" | ||
4306 | |||
4307 | CVE_STATUS[CVE-2022-50052] = "fixed-version: Fixed from version 6.0" | ||
4308 | |||
4309 | CVE_STATUS[CVE-2022-50053] = "fixed-version: Fixed from version 6.0" | ||
4310 | |||
4311 | CVE_STATUS[CVE-2022-50054] = "fixed-version: Fixed from version 6.0" | ||
4312 | |||
4313 | CVE_STATUS[CVE-2022-50055] = "fixed-version: Fixed from version 6.0" | ||
4314 | |||
4315 | CVE_STATUS[CVE-2022-50056] = "fixed-version: Fixed from version 6.0" | ||
4316 | |||
4317 | CVE_STATUS[CVE-2022-50057] = "fixed-version: Fixed from version 6.0" | ||
4318 | |||
4319 | CVE_STATUS[CVE-2022-50058] = "fixed-version: Fixed from version 6.0" | ||
4320 | |||
4321 | CVE_STATUS[CVE-2022-50059] = "fixed-version: Fixed from version 6.0" | ||
4322 | |||
4323 | CVE_STATUS[CVE-2022-50060] = "fixed-version: Fixed from version 6.0" | ||
4324 | |||
4325 | CVE_STATUS[CVE-2022-50061] = "fixed-version: Fixed from version 6.0" | ||
4326 | |||
4327 | CVE_STATUS[CVE-2022-50062] = "fixed-version: Fixed from version 6.0" | ||
4328 | |||
4329 | CVE_STATUS[CVE-2022-50063] = "fixed-version: Fixed from version 6.0" | ||
4330 | |||
4331 | CVE_STATUS[CVE-2022-50064] = "fixed-version: Fixed from version 6.0" | ||
4332 | |||
4333 | CVE_STATUS[CVE-2022-50065] = "fixed-version: Fixed from version 6.0" | ||
4334 | |||
4335 | CVE_STATUS[CVE-2022-50066] = "fixed-version: Fixed from version 6.0" | ||
4336 | |||
4337 | CVE_STATUS[CVE-2022-50067] = "fixed-version: Fixed from version 6.0" | ||
4338 | |||
4339 | CVE_STATUS[CVE-2022-50068] = "fixed-version: Fixed from version 6.0" | ||
4340 | |||
4341 | CVE_STATUS[CVE-2022-50069] = "fixed-version: Fixed from version 6.0" | ||
4342 | |||
4343 | CVE_STATUS[CVE-2022-50070] = "fixed-version: Fixed from version 6.0" | ||
4344 | |||
4345 | CVE_STATUS[CVE-2022-50071] = "fixed-version: Fixed from version 6.0" | ||
4346 | |||
4347 | CVE_STATUS[CVE-2022-50072] = "fixed-version: Fixed from version 6.0" | ||
4348 | |||
4349 | CVE_STATUS[CVE-2022-50073] = "fixed-version: Fixed from version 6.0" | ||
4350 | |||
4351 | CVE_STATUS[CVE-2022-50074] = "fixed-version: Fixed from version 6.0" | ||
4352 | |||
4353 | CVE_STATUS[CVE-2022-50075] = "fixed-version: Fixed from version 6.0" | ||
4354 | |||
4355 | CVE_STATUS[CVE-2022-50076] = "fixed-version: Fixed from version 6.0" | ||
4356 | |||
4357 | CVE_STATUS[CVE-2022-50077] = "fixed-version: Fixed from version 6.0" | ||
4358 | |||
4359 | CVE_STATUS[CVE-2022-50078] = "fixed-version: Fixed from version 6.0" | ||
4360 | |||
4361 | CVE_STATUS[CVE-2022-50079] = "fixed-version: Fixed from version 6.0" | ||
4362 | |||
4363 | CVE_STATUS[CVE-2022-50080] = "fixed-version: Fixed from version 6.0" | ||
4364 | |||
4365 | CVE_STATUS[CVE-2022-50082] = "fixed-version: Fixed from version 6.0" | ||
4366 | |||
4367 | CVE_STATUS[CVE-2022-50083] = "fixed-version: Fixed from version 6.0" | ||
4368 | |||
4369 | CVE_STATUS[CVE-2022-50084] = "fixed-version: Fixed from version 6.0" | ||
4370 | |||
4371 | CVE_STATUS[CVE-2022-50085] = "fixed-version: Fixed from version 6.0" | ||
4372 | |||
4373 | CVE_STATUS[CVE-2022-50086] = "fixed-version: Fixed from version 6.0" | ||
4374 | |||
4375 | CVE_STATUS[CVE-2022-50087] = "fixed-version: Fixed from version 6.0" | ||
4376 | |||
4377 | CVE_STATUS[CVE-2022-50088] = "fixed-version: Fixed from version 6.0" | ||
4378 | |||
4379 | CVE_STATUS[CVE-2022-50089] = "fixed-version: Fixed from version 6.0" | ||
4380 | |||
4381 | CVE_STATUS[CVE-2022-50090] = "fixed-version: Fixed from version 6.0" | ||
4382 | |||
4383 | CVE_STATUS[CVE-2022-50091] = "fixed-version: Fixed from version 6.0" | ||
4384 | |||
4385 | CVE_STATUS[CVE-2022-50092] = "fixed-version: Fixed from version 6.0" | ||
4386 | |||
4387 | CVE_STATUS[CVE-2022-50093] = "fixed-version: Fixed from version 6.0" | ||
4388 | |||
4389 | CVE_STATUS[CVE-2022-50094] = "fixed-version: Fixed from version 6.0" | ||
4390 | |||
4391 | CVE_STATUS[CVE-2022-50095] = "fixed-version: Fixed from version 6.0" | ||
4392 | |||
4393 | CVE_STATUS[CVE-2022-50096] = "fixed-version: Fixed from version 6.0" | ||
4394 | |||
4395 | CVE_STATUS[CVE-2022-50097] = "fixed-version: Fixed from version 6.0" | ||
4396 | |||
4397 | CVE_STATUS[CVE-2022-50098] = "fixed-version: Fixed from version 6.0" | ||
4398 | |||
4399 | CVE_STATUS[CVE-2022-50099] = "fixed-version: Fixed from version 6.0" | ||
4400 | |||
4401 | CVE_STATUS[CVE-2022-50100] = "fixed-version: Fixed from version 6.0" | ||
4402 | |||
4403 | CVE_STATUS[CVE-2022-50101] = "fixed-version: Fixed from version 6.0" | ||
4404 | |||
4405 | CVE_STATUS[CVE-2022-50102] = "fixed-version: Fixed from version 6.0" | ||
4406 | |||
4407 | CVE_STATUS[CVE-2022-50103] = "fixed-version: Fixed from version 6.0" | ||
4408 | |||
4409 | CVE_STATUS[CVE-2022-50104] = "fixed-version: Fixed from version 6.0" | ||
4410 | |||
4411 | CVE_STATUS[CVE-2022-50105] = "fixed-version: Fixed from version 6.0" | ||
4412 | |||
4413 | CVE_STATUS[CVE-2022-50106] = "fixed-version: Fixed from version 6.0" | ||
4414 | |||
4415 | CVE_STATUS[CVE-2022-50107] = "fixed-version: Fixed from version 6.0" | ||
4416 | |||
4417 | CVE_STATUS[CVE-2022-50108] = "fixed-version: Fixed from version 6.0" | ||
4418 | |||
4419 | CVE_STATUS[CVE-2022-50109] = "fixed-version: Fixed from version 6.0" | ||
4420 | |||
4421 | CVE_STATUS[CVE-2022-50110] = "fixed-version: Fixed from version 6.0" | ||
4422 | |||
4423 | CVE_STATUS[CVE-2022-50111] = "fixed-version: Fixed from version 6.0" | ||
4424 | |||
4425 | CVE_STATUS[CVE-2022-50112] = "fixed-version: Fixed from version 6.0" | ||
4426 | |||
4427 | CVE_STATUS[CVE-2022-50113] = "fixed-version: Fixed from version 6.0" | ||
4428 | |||
4429 | CVE_STATUS[CVE-2022-50114] = "fixed-version: Fixed from version 6.0" | ||
4430 | |||
4431 | CVE_STATUS[CVE-2022-50115] = "fixed-version: Fixed from version 6.0" | ||
4432 | |||
4433 | CVE_STATUS[CVE-2022-50116] = "fixed-version: Fixed from version 6.0" | ||
4434 | |||
4435 | CVE_STATUS[CVE-2022-50117] = "fixed-version: Fixed from version 6.0" | ||
4436 | |||
4437 | CVE_STATUS[CVE-2022-50118] = "fixed-version: Fixed from version 6.0" | ||
4438 | |||
4439 | CVE_STATUS[CVE-2022-50119] = "fixed-version: Fixed from version 6.0" | ||
4440 | |||
4441 | CVE_STATUS[CVE-2022-50120] = "fixed-version: Fixed from version 6.0" | ||
4442 | |||
4443 | CVE_STATUS[CVE-2022-50121] = "fixed-version: Fixed from version 6.0" | ||
4444 | |||
4445 | CVE_STATUS[CVE-2022-50122] = "fixed-version: Fixed from version 6.0" | ||
4446 | |||
4447 | CVE_STATUS[CVE-2022-50123] = "fixed-version: Fixed from version 6.0" | ||
4448 | |||
4449 | CVE_STATUS[CVE-2022-50124] = "fixed-version: Fixed from version 6.0" | ||
4450 | |||
4451 | CVE_STATUS[CVE-2022-50125] = "fixed-version: Fixed from version 6.0" | ||
4452 | |||
4453 | CVE_STATUS[CVE-2022-50126] = "fixed-version: Fixed from version 6.0" | ||
4454 | |||
4455 | CVE_STATUS[CVE-2022-50127] = "fixed-version: Fixed from version 6.0" | ||
4456 | |||
4457 | CVE_STATUS[CVE-2022-50129] = "fixed-version: Fixed from version 6.0" | ||
4458 | |||
4459 | CVE_STATUS[CVE-2022-50130] = "fixed-version: Fixed from version 6.0" | ||
4460 | |||
4461 | CVE_STATUS[CVE-2022-50131] = "fixed-version: Fixed from version 6.0" | ||
4462 | |||
4463 | CVE_STATUS[CVE-2022-50132] = "fixed-version: Fixed from version 6.0" | ||
4464 | |||
4465 | CVE_STATUS[CVE-2022-50133] = "fixed-version: Fixed from version 6.0" | ||
4466 | |||
4467 | CVE_STATUS[CVE-2022-50134] = "fixed-version: Fixed from version 6.0" | ||
4468 | |||
4469 | CVE_STATUS[CVE-2022-50135] = "fixed-version: Fixed from version 6.0" | ||
4470 | |||
4471 | CVE_STATUS[CVE-2022-50136] = "fixed-version: Fixed from version 6.0" | ||
4472 | |||
4473 | CVE_STATUS[CVE-2022-50137] = "fixed-version: Fixed from version 6.0" | ||
4474 | |||
4475 | CVE_STATUS[CVE-2022-50138] = "fixed-version: Fixed from version 6.0" | ||
4476 | |||
4477 | CVE_STATUS[CVE-2022-50139] = "fixed-version: Fixed from version 6.0" | ||
4478 | |||
4479 | CVE_STATUS[CVE-2022-50140] = "fixed-version: Fixed from version 6.0" | ||
4480 | |||
4481 | CVE_STATUS[CVE-2022-50141] = "fixed-version: Fixed from version 6.0" | ||
4482 | |||
4483 | CVE_STATUS[CVE-2022-50142] = "fixed-version: Fixed from version 6.0" | ||
4484 | |||
4485 | CVE_STATUS[CVE-2022-50143] = "fixed-version: Fixed from version 6.0" | ||
4486 | |||
4487 | CVE_STATUS[CVE-2022-50144] = "fixed-version: Fixed from version 6.0" | ||
4488 | |||
4489 | CVE_STATUS[CVE-2022-50145] = "fixed-version: Fixed from version 6.0" | ||
4490 | |||
4491 | CVE_STATUS[CVE-2022-50146] = "fixed-version: Fixed from version 6.0" | ||
4492 | |||
4493 | CVE_STATUS[CVE-2022-50147] = "fixed-version: Fixed from version 6.0" | ||
4494 | |||
4495 | CVE_STATUS[CVE-2022-50148] = "fixed-version: Fixed from version 6.0" | ||
4496 | |||
4497 | CVE_STATUS[CVE-2022-50149] = "fixed-version: Fixed from version 6.0" | ||
4498 | |||
4499 | CVE_STATUS[CVE-2022-50151] = "fixed-version: Fixed from version 6.0" | ||
4500 | |||
4501 | CVE_STATUS[CVE-2022-50152] = "fixed-version: Fixed from version 6.0" | ||
4502 | |||
4503 | CVE_STATUS[CVE-2022-50153] = "fixed-version: Fixed from version 6.0" | ||
4504 | |||
4505 | CVE_STATUS[CVE-2022-50154] = "fixed-version: Fixed from version 6.0" | ||
4506 | |||
4507 | CVE_STATUS[CVE-2022-50155] = "fixed-version: Fixed from version 6.0" | ||
4508 | |||
4509 | CVE_STATUS[CVE-2022-50156] = "fixed-version: Fixed from version 6.0" | ||
4510 | |||
4511 | CVE_STATUS[CVE-2022-50157] = "fixed-version: Fixed from version 6.0" | ||
4512 | |||
4513 | CVE_STATUS[CVE-2022-50158] = "fixed-version: Fixed from version 6.0" | ||
4514 | |||
4515 | CVE_STATUS[CVE-2022-50159] = "fixed-version: Fixed from version 6.0" | ||
4516 | |||
4517 | CVE_STATUS[CVE-2022-50160] = "fixed-version: Fixed from version 6.0" | ||
4518 | |||
4519 | CVE_STATUS[CVE-2022-50161] = "fixed-version: Fixed from version 6.0" | ||
4520 | |||
4521 | CVE_STATUS[CVE-2022-50162] = "fixed-version: Fixed from version 6.0" | ||
4522 | |||
4523 | CVE_STATUS[CVE-2022-50163] = "fixed-version: Fixed from version 6.0" | ||
4524 | |||
4525 | CVE_STATUS[CVE-2022-50164] = "fixed-version: Fixed from version 6.0" | ||
4526 | |||
4527 | CVE_STATUS[CVE-2022-50165] = "fixed-version: Fixed from version 6.0" | ||
4528 | |||
4529 | CVE_STATUS[CVE-2022-50166] = "fixed-version: Fixed from version 6.0" | ||
4530 | |||
4531 | CVE_STATUS[CVE-2022-50167] = "fixed-version: Fixed from version 6.0" | ||
4532 | |||
4533 | CVE_STATUS[CVE-2022-50168] = "fixed-version: Fixed from version 6.0" | ||
4534 | |||
4535 | CVE_STATUS[CVE-2022-50169] = "fixed-version: Fixed from version 6.0" | ||
4536 | |||
4537 | CVE_STATUS[CVE-2022-50170] = "fixed-version: Fixed from version 6.0" | ||
4538 | |||
4539 | CVE_STATUS[CVE-2022-50171] = "fixed-version: Fixed from version 6.0" | ||
4540 | |||
4541 | CVE_STATUS[CVE-2022-50172] = "fixed-version: Fixed from version 6.0" | ||
4542 | |||
4543 | CVE_STATUS[CVE-2022-50173] = "fixed-version: Fixed from version 6.0" | ||
4544 | |||
4545 | CVE_STATUS[CVE-2022-50174] = "fixed-version: Fixed from version 6.0" | ||
4546 | |||
4547 | CVE_STATUS[CVE-2022-50175] = "fixed-version: Fixed from version 6.0" | ||
4548 | |||
4549 | CVE_STATUS[CVE-2022-50176] = "fixed-version: Fixed from version 6.0" | ||
4550 | |||
4551 | CVE_STATUS[CVE-2022-50177] = "fixed-version: Fixed from version 6.0" | ||
4552 | |||
4553 | CVE_STATUS[CVE-2022-50178] = "fixed-version: Fixed from version 6.0" | ||
4554 | |||
4555 | CVE_STATUS[CVE-2022-50179] = "fixed-version: Fixed from version 6.0" | ||
4556 | |||
4557 | CVE_STATUS[CVE-2022-50181] = "fixed-version: Fixed from version 6.0" | ||
4558 | |||
4559 | CVE_STATUS[CVE-2022-50182] = "fixed-version: Fixed from version 6.0" | ||
4560 | |||
4561 | CVE_STATUS[CVE-2022-50183] = "fixed-version: Fixed from version 6.0" | ||
4562 | |||
4563 | CVE_STATUS[CVE-2022-50184] = "fixed-version: Fixed from version 6.0" | ||
4564 | |||
4565 | CVE_STATUS[CVE-2022-50185] = "fixed-version: Fixed from version 6.0" | ||
4566 | |||
4567 | CVE_STATUS[CVE-2022-50186] = "fixed-version: Fixed from version 6.0" | ||
4568 | |||
4569 | CVE_STATUS[CVE-2022-50187] = "fixed-version: Fixed from version 6.0" | ||
4570 | |||
4571 | CVE_STATUS[CVE-2022-50188] = "fixed-version: Fixed from version 6.0" | ||
4572 | |||
4573 | CVE_STATUS[CVE-2022-50189] = "fixed-version: Fixed from version 6.0" | ||
4574 | |||
4575 | CVE_STATUS[CVE-2022-50190] = "fixed-version: Fixed from version 6.0" | ||
4576 | |||
4577 | CVE_STATUS[CVE-2022-50191] = "fixed-version: Fixed from version 6.0" | ||
4578 | |||
4579 | CVE_STATUS[CVE-2022-50192] = "fixed-version: Fixed from version 6.0" | ||
4580 | |||
4581 | CVE_STATUS[CVE-2022-50193] = "fixed-version: Fixed from version 6.0" | ||
4582 | |||
4583 | CVE_STATUS[CVE-2022-50194] = "fixed-version: Fixed from version 6.0" | ||
4584 | |||
4585 | CVE_STATUS[CVE-2022-50195] = "fixed-version: Fixed from version 6.0" | ||
4586 | |||
4587 | CVE_STATUS[CVE-2022-50196] = "fixed-version: Fixed from version 6.0" | ||
4588 | |||
4589 | CVE_STATUS[CVE-2022-50197] = "fixed-version: Fixed from version 6.0" | ||
4590 | |||
4591 | CVE_STATUS[CVE-2022-50198] = "fixed-version: Fixed from version 6.0" | ||
4592 | |||
4593 | CVE_STATUS[CVE-2022-50199] = "fixed-version: Fixed from version 6.0" | ||
4594 | |||
4595 | CVE_STATUS[CVE-2022-50200] = "fixed-version: Fixed from version 6.0" | ||
4596 | |||
4597 | CVE_STATUS[CVE-2022-50201] = "fixed-version: Fixed from version 6.0" | ||
4598 | |||
4599 | CVE_STATUS[CVE-2022-50202] = "fixed-version: Fixed from version 6.0" | ||
4600 | |||
4601 | CVE_STATUS[CVE-2022-50203] = "fixed-version: Fixed from version 6.0" | ||
4602 | |||
4603 | CVE_STATUS[CVE-2022-50204] = "fixed-version: Fixed from version 6.0" | ||
4604 | |||
4605 | CVE_STATUS[CVE-2022-50205] = "fixed-version: Fixed from version 6.0" | ||
4606 | |||
4607 | CVE_STATUS[CVE-2022-50206] = "fixed-version: Fixed from version 6.0" | ||
4608 | |||
4609 | CVE_STATUS[CVE-2022-50207] = "fixed-version: Fixed from version 6.0" | ||
4610 | |||
4611 | CVE_STATUS[CVE-2022-50208] = "fixed-version: Fixed from version 6.0" | ||
4612 | |||
4613 | CVE_STATUS[CVE-2022-50209] = "fixed-version: Fixed from version 6.0" | ||
4614 | |||
4615 | CVE_STATUS[CVE-2022-50210] = "fixed-version: Fixed from version 6.0" | ||
4616 | |||
4617 | CVE_STATUS[CVE-2022-50211] = "fixed-version: Fixed from version 6.0" | ||
4618 | |||
4619 | CVE_STATUS[CVE-2022-50212] = "fixed-version: Fixed from version 6.0" | ||
4620 | |||
4621 | CVE_STATUS[CVE-2022-50213] = "fixed-version: Fixed from version 6.0" | ||
4622 | |||
4623 | CVE_STATUS[CVE-2022-50214] = "fixed-version: Fixed from version 6.0" | ||
4624 | |||
4625 | CVE_STATUS[CVE-2022-50215] = "fixed-version: Fixed from version 6.0" | ||
4626 | |||
4627 | CVE_STATUS[CVE-2022-50217] = "fixed-version: Fixed from version 6.0" | ||
4628 | |||
4629 | CVE_STATUS[CVE-2022-50218] = "fixed-version: Fixed from version 6.0" | ||
4630 | |||
4631 | CVE_STATUS[CVE-2022-50219] = "fixed-version: Fixed from version 6.0" | ||
4632 | |||
4633 | CVE_STATUS[CVE-2022-50220] = "fixed-version: Fixed from version 6.0" | ||
4634 | |||
4635 | CVE_STATUS[CVE-2022-50221] = "fixed-version: Fixed from version 6.0" | ||
4636 | |||
4637 | CVE_STATUS[CVE-2022-50222] = "fixed-version: Fixed from version 6.0" | ||
4638 | |||
4639 | CVE_STATUS[CVE-2022-50223] = "fixed-version: Fixed from version 6.0" | ||
4640 | |||
4641 | CVE_STATUS[CVE-2022-50224] = "fixed-version: Fixed from version 6.0" | ||
4642 | |||
4643 | CVE_STATUS[CVE-2022-50225] = "fixed-version: Fixed from version 6.0" | ||
4644 | |||
4645 | CVE_STATUS[CVE-2022-50226] = "fixed-version: Fixed from version 6.0" | ||
4646 | |||
4647 | CVE_STATUS[CVE-2022-50227] = "fixed-version: Fixed from version 6.0" | ||
4648 | |||
4649 | CVE_STATUS[CVE-2022-50228] = "fixed-version: Fixed from version 6.0" | ||
4650 | |||
4651 | CVE_STATUS[CVE-2022-50229] = "fixed-version: Fixed from version 6.0" | ||
4652 | |||
4653 | # CVE-2022-50230 has no known resolution | ||
4654 | |||
4655 | CVE_STATUS[CVE-2022-50231] = "fixed-version: Fixed from version 6.0" | ||
4656 | |||
4657 | # CVE-2022-50232 has no known resolution | ||
4658 | |||
4659 | # CVE-2023-34319 has no known resolution | ||
4660 | |||
4661 | # CVE-2023-34324 has no known resolution | ||
4662 | |||
4663 | # CVE-2023-46838 has no known resolution | ||
4664 | |||
4665 | CVE_STATUS[CVE-2023-52433] = "fixed-version: Fixed from version 6.6" | ||
4666 | |||
4667 | CVE_STATUS[CVE-2023-52434] = "fixed-version: Fixed from version 6.7" | ||
4668 | |||
4669 | CVE_STATUS[CVE-2023-52435] = "fixed-version: Fixed from version 6.7" | ||
4670 | |||
4671 | CVE_STATUS[CVE-2023-52436] = "fixed-version: Fixed from version 6.8" | ||
4672 | |||
4673 | CVE_STATUS[CVE-2023-52438] = "fixed-version: Fixed from version 6.8" | ||
4674 | |||
4675 | CVE_STATUS[CVE-2023-52439] = "fixed-version: Fixed from version 6.8" | ||
4676 | |||
4677 | CVE_STATUS[CVE-2023-52440] = "fixed-version: Fixed from version 6.6" | ||
4678 | |||
4679 | CVE_STATUS[CVE-2023-52441] = "fixed-version: Fixed from version 6.5" | ||
4680 | |||
4681 | CVE_STATUS[CVE-2023-52442] = "fixed-version: Fixed from version 6.5" | ||
4682 | |||
4683 | CVE_STATUS[CVE-2023-52443] = "fixed-version: Fixed from version 6.8" | ||
4684 | |||
4685 | CVE_STATUS[CVE-2023-52444] = "fixed-version: Fixed from version 6.8" | ||
4686 | |||
4687 | CVE_STATUS[CVE-2023-52445] = "fixed-version: Fixed from version 6.8" | ||
4688 | |||
4689 | CVE_STATUS[CVE-2023-52446] = "fixed-version: Fixed from version 6.8" | ||
4690 | |||
4691 | CVE_STATUS[CVE-2023-52447] = "fixed-version: Fixed from version 6.8" | ||
4692 | |||
4693 | CVE_STATUS[CVE-2023-52448] = "fixed-version: Fixed from version 6.8" | ||
4694 | |||
4695 | CVE_STATUS[CVE-2023-52449] = "fixed-version: Fixed from version 6.8" | ||
4696 | |||
4697 | CVE_STATUS[CVE-2023-52450] = "fixed-version: Fixed from version 6.8" | ||
4698 | |||
4699 | CVE_STATUS[CVE-2023-52451] = "fixed-version: Fixed from version 6.8" | ||
4700 | |||
4701 | CVE_STATUS[CVE-2023-52452] = "fixed-version: Fixed from version 6.8" | ||
4702 | |||
4703 | CVE_STATUS[CVE-2023-52453] = "fixed-version: Fixed from version 6.8" | ||
4704 | |||
4705 | CVE_STATUS[CVE-2023-52454] = "fixed-version: Fixed from version 6.8" | ||
4706 | |||
4707 | CVE_STATUS[CVE-2023-52455] = "fixed-version: Fixed from version 6.8" | ||
4708 | |||
4709 | CVE_STATUS[CVE-2023-52456] = "fixed-version: Fixed from version 6.8" | ||
4710 | |||
4711 | CVE_STATUS[CVE-2023-52457] = "fixed-version: Fixed from version 6.8" | ||
4712 | |||
4713 | CVE_STATUS[CVE-2023-52458] = "fixed-version: Fixed from version 6.8" | ||
4714 | |||
4715 | CVE_STATUS[CVE-2023-52459] = "fixed-version: Fixed from version 6.8" | ||
4716 | |||
4717 | CVE_STATUS[CVE-2023-52460] = "fixed-version: Fixed from version 6.8" | ||
4718 | |||
4719 | CVE_STATUS[CVE-2023-52461] = "fixed-version: Fixed from version 6.8" | ||
4720 | |||
4721 | CVE_STATUS[CVE-2023-52462] = "fixed-version: Fixed from version 6.8" | ||
4722 | |||
4723 | CVE_STATUS[CVE-2023-52463] = "fixed-version: Fixed from version 6.8" | ||
4724 | |||
4725 | CVE_STATUS[CVE-2023-52464] = "fixed-version: Fixed from version 6.8" | ||
4726 | |||
4727 | CVE_STATUS[CVE-2023-52465] = "fixed-version: Fixed from version 6.8" | ||
4728 | |||
4729 | CVE_STATUS[CVE-2023-52467] = "fixed-version: Fixed from version 6.8" | ||
4730 | |||
4731 | CVE_STATUS[CVE-2023-52468] = "fixed-version: Fixed from version 6.8" | ||
4732 | |||
4733 | CVE_STATUS[CVE-2023-52469] = "fixed-version: Fixed from version 6.8" | ||
4734 | |||
4735 | CVE_STATUS[CVE-2023-52470] = "fixed-version: Fixed from version 6.8" | ||
4736 | |||
4737 | CVE_STATUS[CVE-2023-52471] = "fixed-version: Fixed from version 6.8" | ||
4738 | |||
4739 | CVE_STATUS[CVE-2023-52472] = "fixed-version: Fixed from version 6.8" | ||
4740 | |||
4741 | CVE_STATUS[CVE-2023-52473] = "fixed-version: Fixed from version 6.8" | ||
4742 | |||
4743 | CVE_STATUS[CVE-2023-52474] = "fixed-version: Fixed from version 6.4" | ||
4744 | |||
4745 | CVE_STATUS[CVE-2023-52475] = "fixed-version: Fixed from version 6.6" | ||
4746 | |||
4747 | CVE_STATUS[CVE-2023-52476] = "fixed-version: Fixed from version 6.6" | ||
4748 | |||
4749 | CVE_STATUS[CVE-2023-52477] = "fixed-version: Fixed from version 6.6" | ||
4750 | |||
4751 | CVE_STATUS[CVE-2023-52478] = "fixed-version: Fixed from version 6.6" | ||
4752 | |||
4753 | CVE_STATUS[CVE-2023-52479] = "fixed-version: Fixed from version 6.6" | ||
4754 | |||
4755 | CVE_STATUS[CVE-2023-52480] = "fixed-version: Fixed from version 6.6" | ||
4756 | |||
4757 | CVE_STATUS[CVE-2023-52481] = "fixed-version: Fixed from version 6.6" | ||
4758 | |||
4759 | CVE_STATUS[CVE-2023-52482] = "fixed-version: Fixed from version 6.6" | ||
4760 | |||
4761 | CVE_STATUS[CVE-2023-52483] = "fixed-version: Fixed from version 6.6" | ||
4762 | |||
4763 | CVE_STATUS[CVE-2023-52484] = "fixed-version: Fixed from version 6.6" | ||
4764 | |||
4765 | CVE_STATUS[CVE-2023-52485] = "fixed-version: Fixed from version 6.8" | ||
4766 | |||
4767 | CVE_STATUS[CVE-2023-52486] = "fixed-version: Fixed from version 6.8" | ||
4768 | |||
4769 | CVE_STATUS[CVE-2023-52487] = "fixed-version: Fixed from version 6.8" | ||
4770 | |||
4771 | CVE_STATUS[CVE-2023-52488] = "fixed-version: Fixed from version 6.8" | ||
4772 | |||
4773 | CVE_STATUS[CVE-2023-52489] = "fixed-version: Fixed from version 6.8" | ||
4774 | |||
4775 | CVE_STATUS[CVE-2023-52490] = "fixed-version: Fixed from version 6.8" | ||
4776 | |||
4777 | CVE_STATUS[CVE-2023-52491] = "fixed-version: Fixed from version 6.8" | ||
4778 | |||
4779 | CVE_STATUS[CVE-2023-52492] = "fixed-version: Fixed from version 6.8" | ||
4780 | |||
4781 | CVE_STATUS[CVE-2023-52493] = "fixed-version: Fixed from version 6.8" | ||
4782 | |||
4783 | CVE_STATUS[CVE-2023-52494] = "fixed-version: Fixed from version 6.8" | ||
4784 | |||
4785 | CVE_STATUS[CVE-2023-52495] = "fixed-version: Fixed from version 6.8" | ||
4786 | |||
4787 | CVE_STATUS[CVE-2023-52497] = "fixed-version: Fixed from version 6.8" | ||
4788 | |||
4789 | CVE_STATUS[CVE-2023-52498] = "fixed-version: Fixed from version 6.8" | ||
4790 | |||
4791 | CVE_STATUS[CVE-2023-52499] = "fixed-version: Fixed from version 6.6" | ||
4792 | |||
4793 | CVE_STATUS[CVE-2023-52500] = "fixed-version: Fixed from version 6.6" | ||
4794 | |||
4795 | CVE_STATUS[CVE-2023-52501] = "fixed-version: Fixed from version 6.6" | ||
4796 | |||
4797 | CVE_STATUS[CVE-2023-52502] = "fixed-version: Fixed from version 6.6" | ||
4798 | |||
4799 | CVE_STATUS[CVE-2023-52503] = "fixed-version: Fixed from version 6.6" | ||
4800 | |||
4801 | CVE_STATUS[CVE-2023-52504] = "fixed-version: Fixed from version 6.6" | ||
4802 | |||
4803 | CVE_STATUS[CVE-2023-52505] = "fixed-version: Fixed from version 6.6" | ||
4804 | |||
4805 | CVE_STATUS[CVE-2023-52506] = "fixed-version: Fixed from version 6.6" | ||
4806 | |||
4807 | CVE_STATUS[CVE-2023-52507] = "fixed-version: Fixed from version 6.6" | ||
4808 | |||
4809 | CVE_STATUS[CVE-2023-52508] = "fixed-version: Fixed from version 6.6" | ||
4810 | |||
4811 | CVE_STATUS[CVE-2023-52509] = "fixed-version: Fixed from version 6.6" | ||
4812 | |||
4813 | CVE_STATUS[CVE-2023-52510] = "fixed-version: Fixed from version 6.6" | ||
4814 | |||
4815 | CVE_STATUS[CVE-2023-52511] = "fixed-version: Fixed from version 6.6" | ||
4816 | |||
4817 | CVE_STATUS[CVE-2023-52512] = "fixed-version: Fixed from version 6.6" | ||
4818 | |||
4819 | CVE_STATUS[CVE-2023-52513] = "fixed-version: Fixed from version 6.6" | ||
4820 | |||
4821 | CVE_STATUS[CVE-2023-52515] = "fixed-version: Fixed from version 6.6" | ||
4822 | |||
4823 | CVE_STATUS[CVE-2023-52516] = "fixed-version: Fixed from version 6.6" | ||
4824 | |||
4825 | CVE_STATUS[CVE-2023-52517] = "fixed-version: Fixed from version 6.6" | ||
4826 | |||
4827 | CVE_STATUS[CVE-2023-52518] = "fixed-version: Fixed from version 6.6" | ||
4828 | |||
4829 | CVE_STATUS[CVE-2023-52519] = "fixed-version: Fixed from version 6.6" | ||
4830 | |||
4831 | CVE_STATUS[CVE-2023-52520] = "fixed-version: Fixed from version 6.6" | ||
4832 | |||
4833 | CVE_STATUS[CVE-2023-52522] = "fixed-version: Fixed from version 6.6" | ||
4834 | |||
4835 | CVE_STATUS[CVE-2023-52523] = "fixed-version: Fixed from version 6.6" | ||
4836 | |||
4837 | CVE_STATUS[CVE-2023-52524] = "fixed-version: Fixed from version 6.6" | ||
4838 | |||
4839 | CVE_STATUS[CVE-2023-52525] = "fixed-version: Fixed from version 6.5.7" | ||
4840 | |||
4841 | CVE_STATUS[CVE-2023-52526] = "fixed-version: Fixed from version 6.6" | ||
4842 | |||
4843 | CVE_STATUS[CVE-2023-52527] = "fixed-version: Fixed from version 6.6" | ||
4844 | |||
4845 | CVE_STATUS[CVE-2023-52528] = "fixed-version: Fixed from version 6.6" | ||
4846 | |||
4847 | CVE_STATUS[CVE-2023-52529] = "fixed-version: Fixed from version 6.6" | ||
4848 | |||
4849 | CVE_STATUS[CVE-2023-52530] = "fixed-version: Fixed from version 6.6" | ||
4850 | |||
4851 | CVE_STATUS[CVE-2023-52531] = "fixed-version: Fixed from version 6.6" | ||
4852 | |||
4853 | CVE_STATUS[CVE-2023-52532] = "fixed-version: Fixed from version 6.6" | ||
4854 | |||
4855 | CVE_STATUS[CVE-2023-52559] = "fixed-version: Fixed from version 6.6" | ||
4856 | |||
4857 | CVE_STATUS[CVE-2023-52560] = "fixed-version: Fixed from version 6.6" | ||
4858 | |||
4859 | CVE_STATUS[CVE-2023-52561] = "fixed-version: Fixed from version 6.6" | ||
4860 | |||
4861 | CVE_STATUS[CVE-2023-52562] = "fixed-version: Fixed from version 6.6" | ||
4862 | |||
4863 | CVE_STATUS[CVE-2023-52563] = "fixed-version: Fixed from version 6.6" | ||
4864 | |||
4865 | CVE_STATUS[CVE-2023-52564] = "fixed-version: Fixed from version 6.6" | ||
4866 | |||
4867 | CVE_STATUS[CVE-2023-52565] = "fixed-version: Fixed from version 6.6" | ||
4868 | |||
4869 | CVE_STATUS[CVE-2023-52566] = "fixed-version: Fixed from version 6.6" | ||
4870 | |||
4871 | CVE_STATUS[CVE-2023-52567] = "fixed-version: Fixed from version 6.6" | ||
4872 | |||
4873 | CVE_STATUS[CVE-2023-52568] = "fixed-version: Fixed from version 6.6" | ||
4874 | |||
4875 | CVE_STATUS[CVE-2023-52569] = "fixed-version: Fixed from version 6.6" | ||
4876 | |||
4877 | CVE_STATUS[CVE-2023-52570] = "fixed-version: Fixed from version 6.6" | ||
4878 | |||
4879 | CVE_STATUS[CVE-2023-52571] = "fixed-version: Fixed from version 6.6" | ||
4880 | |||
4881 | CVE_STATUS[CVE-2023-52572] = "fixed-version: Fixed from version 6.6" | ||
4882 | |||
4883 | CVE_STATUS[CVE-2023-52573] = "fixed-version: Fixed from version 6.6" | ||
4884 | |||
4885 | CVE_STATUS[CVE-2023-52574] = "fixed-version: Fixed from version 6.6" | ||
4886 | |||
4887 | CVE_STATUS[CVE-2023-52576] = "fixed-version: Fixed from version 6.6" | ||
4888 | |||
4889 | CVE_STATUS[CVE-2023-52577] = "fixed-version: Fixed from version 6.5.6" | ||
4890 | |||
4891 | CVE_STATUS[CVE-2023-52578] = "fixed-version: Fixed from version 6.6" | ||
4892 | |||
4893 | CVE_STATUS[CVE-2023-52580] = "fixed-version: Fixed from version 6.6" | ||
4894 | |||
4895 | CVE_STATUS[CVE-2023-52581] = "fixed-version: Fixed from version 6.6" | ||
4896 | |||
4897 | CVE_STATUS[CVE-2023-52582] = "fixed-version: Fixed from version 6.6" | ||
4898 | |||
4899 | CVE_STATUS[CVE-2023-52583] = "fixed-version: Fixed from version 6.8" | ||
4900 | |||
4901 | CVE_STATUS[CVE-2023-52584] = "fixed-version: Fixed from version 6.8" | ||
4902 | |||
4903 | CVE_STATUS[CVE-2023-52585] = "fixed-version: Fixed from version 6.8" | ||
4904 | |||
4905 | CVE_STATUS[CVE-2023-52586] = "fixed-version: Fixed from version 6.8" | ||
4906 | |||
4907 | CVE_STATUS[CVE-2023-52587] = "fixed-version: Fixed from version 6.8" | ||
4908 | |||
4909 | CVE_STATUS[CVE-2023-52588] = "fixed-version: Fixed from version 6.8" | ||
4910 | |||
4911 | CVE_STATUS[CVE-2023-52589] = "fixed-version: Fixed from version 6.8" | ||
4912 | |||
4913 | CVE_STATUS[CVE-2023-52590] = "fixed-version: Fixed from version 6.8" | ||
4914 | |||
4915 | CVE_STATUS[CVE-2023-52591] = "fixed-version: Fixed from version 6.8" | ||
4916 | |||
4917 | CVE_STATUS[CVE-2023-52593] = "fixed-version: Fixed from version 6.8" | ||
4918 | |||
4919 | CVE_STATUS[CVE-2023-52594] = "fixed-version: Fixed from version 6.8" | ||
4920 | |||
4921 | CVE_STATUS[CVE-2023-52595] = "fixed-version: Fixed from version 6.8" | ||
4922 | |||
4923 | CVE_STATUS[CVE-2023-52596] = "fixed-version: Fixed from version 6.8" | ||
4924 | |||
4925 | CVE_STATUS[CVE-2023-52597] = "fixed-version: Fixed from version 6.8" | ||
4926 | |||
4927 | CVE_STATUS[CVE-2023-52598] = "fixed-version: Fixed from version 6.8" | ||
4928 | |||
4929 | CVE_STATUS[CVE-2023-52599] = "fixed-version: Fixed from version 6.8" | ||
4930 | |||
4931 | CVE_STATUS[CVE-2023-52600] = "fixed-version: Fixed from version 6.8" | ||
4932 | |||
4933 | CVE_STATUS[CVE-2023-52601] = "fixed-version: Fixed from version 6.8" | ||
4934 | |||
4935 | CVE_STATUS[CVE-2023-52602] = "fixed-version: Fixed from version 6.8" | ||
4936 | |||
4937 | CVE_STATUS[CVE-2023-52603] = "fixed-version: Fixed from version 6.8" | ||
4938 | |||
4939 | CVE_STATUS[CVE-2023-52604] = "fixed-version: Fixed from version 6.8" | ||
4940 | |||
4941 | CVE_STATUS[CVE-2023-52606] = "fixed-version: Fixed from version 6.8" | ||
4942 | |||
4943 | CVE_STATUS[CVE-2023-52607] = "fixed-version: Fixed from version 6.8" | ||
4944 | |||
4945 | CVE_STATUS[CVE-2023-52608] = "fixed-version: Fixed from version 6.8" | ||
4946 | |||
4947 | CVE_STATUS[CVE-2023-52609] = "fixed-version: Fixed from version 6.8" | ||
4948 | |||
4949 | CVE_STATUS[CVE-2023-52610] = "fixed-version: Fixed from version 6.8" | ||
4950 | |||
4951 | CVE_STATUS[CVE-2023-52611] = "fixed-version: Fixed from version 6.8" | ||
4952 | |||
4953 | CVE_STATUS[CVE-2023-52612] = "fixed-version: Fixed from version 6.8" | ||
4954 | |||
4955 | CVE_STATUS[CVE-2023-52613] = "fixed-version: Fixed from version 6.8" | ||
4956 | |||
4957 | CVE_STATUS[CVE-2023-52614] = "fixed-version: Fixed from version 6.8" | ||
4958 | |||
4959 | CVE_STATUS[CVE-2023-52615] = "fixed-version: Fixed from version 6.8" | ||
4960 | |||
4961 | CVE_STATUS[CVE-2023-52616] = "fixed-version: Fixed from version 6.8" | ||
4962 | |||
4963 | CVE_STATUS[CVE-2023-52617] = "fixed-version: Fixed from version 6.8" | ||
4964 | |||
4965 | CVE_STATUS[CVE-2023-52618] = "fixed-version: Fixed from version 6.8" | ||
4966 | |||
4967 | CVE_STATUS[CVE-2023-52619] = "fixed-version: Fixed from version 6.8" | ||
4968 | |||
4969 | CVE_STATUS[CVE-2023-52620] = "fixed-version: Fixed from version 6.4" | ||
4970 | |||
4971 | CVE_STATUS[CVE-2023-52621] = "fixed-version: Fixed from version 6.8" | ||
4972 | |||
4973 | CVE_STATUS[CVE-2023-52622] = "fixed-version: Fixed from version 6.8" | ||
4974 | |||
4975 | CVE_STATUS[CVE-2023-52623] = "fixed-version: Fixed from version 6.8" | ||
4976 | |||
4977 | CVE_STATUS[CVE-2023-52624] = "fixed-version: Fixed from version 6.8" | ||
4978 | |||
4979 | CVE_STATUS[CVE-2023-52625] = "fixed-version: Fixed from version 6.8" | ||
4980 | |||
4981 | CVE_STATUS[CVE-2023-52626] = "fixed-version: Fixed from version 6.8" | ||
4982 | |||
4983 | CVE_STATUS[CVE-2023-52627] = "fixed-version: Fixed from version 6.8" | ||
4984 | |||
4985 | CVE_STATUS[CVE-2023-52628] = "fixed-version: Fixed from version 6.6" | ||
4986 | |||
4987 | CVE_STATUS[CVE-2023-52629] = "fixed-version: Fixed from version 6.6" | ||
4988 | |||
4989 | CVE_STATUS[CVE-2023-52631] = "fixed-version: Fixed from version 6.8" | ||
4990 | |||
4991 | CVE_STATUS[CVE-2023-52632] = "fixed-version: Fixed from version 6.8" | ||
4992 | |||
4993 | CVE_STATUS[CVE-2023-52633] = "fixed-version: Fixed from version 6.8" | ||
4994 | |||
4995 | CVE_STATUS[CVE-2023-52634] = "fixed-version: Fixed from version 6.8" | ||
4996 | |||
4997 | CVE_STATUS[CVE-2023-52635] = "fixed-version: Fixed from version 6.8" | ||
4998 | |||
4999 | CVE_STATUS[CVE-2023-52636] = "fixed-version: Fixed from version 6.8" | ||
5000 | |||
5001 | CVE_STATUS[CVE-2023-52637] = "fixed-version: Fixed from version 6.8" | ||
5002 | |||
5003 | CVE_STATUS[CVE-2023-52638] = "fixed-version: Fixed from version 6.8" | ||
5004 | |||
5005 | CVE_STATUS[CVE-2023-52639] = "fixed-version: Fixed from version 6.8" | ||
5006 | |||
5007 | CVE_STATUS[CVE-2023-52640] = "fixed-version: Fixed from version 6.8" | ||
5008 | |||
5009 | CVE_STATUS[CVE-2023-52641] = "fixed-version: Fixed from version 6.8" | ||
5010 | |||
5011 | CVE_STATUS[CVE-2023-52642] = "fixed-version: Fixed from version 6.8" | ||
5012 | |||
5013 | CVE_STATUS[CVE-2023-52643] = "fixed-version: Fixed from version 6.8" | ||
5014 | |||
5015 | CVE_STATUS[CVE-2023-52644] = "fixed-version: Fixed from version 6.9" | ||
5016 | |||
5017 | CVE_STATUS[CVE-2023-52645] = "fixed-version: Fixed from version 6.8" | ||
5018 | |||
5019 | CVE_STATUS[CVE-2023-52646] = "fixed-version: Fixed from version 6.2" | ||
5020 | |||
5021 | CVE_STATUS[CVE-2023-52647] = "fixed-version: Fixed from version 6.9" | ||
5022 | |||
5023 | CVE_STATUS[CVE-2023-52648] = "fixed-version: Fixed from version 6.9" | ||
5024 | |||
5025 | CVE_STATUS[CVE-2023-52649] = "fixed-version: Fixed from version 6.9" | ||
5026 | |||
5027 | CVE_STATUS[CVE-2023-52650] = "fixed-version: Fixed from version 6.9" | ||
5028 | |||
5029 | CVE_STATUS[CVE-2023-52652] = "fixed-version: Fixed from version 6.9" | ||
5030 | |||
5031 | CVE_STATUS[CVE-2023-52653] = "fixed-version: Fixed from version 6.9" | ||
5032 | |||
5033 | CVE_STATUS[CVE-2023-52654] = "fixed-version: Fixed from version 6.7" | ||
5034 | |||
5035 | CVE_STATUS[CVE-2023-52655] = "fixed-version: Fixed from version 6.7" | ||
5036 | |||
5037 | CVE_STATUS[CVE-2023-52656] = "fixed-version: Fixed from version 6.8" | ||
5038 | |||
5039 | CVE_STATUS[CVE-2023-52657] = "fixed-version: Fixed from version 6.8" | ||
5040 | |||
5041 | CVE_STATUS[CVE-2023-52658] = "fixed-version: Fixed from version 6.8" | ||
5042 | |||
5043 | CVE_STATUS[CVE-2023-52659] = "fixed-version: Fixed from version 6.9" | ||
5044 | |||
5045 | CVE_STATUS[CVE-2023-52660] = "fixed-version: Fixed from version 6.8" | ||
5046 | |||
5047 | CVE_STATUS[CVE-2023-52661] = "fixed-version: Fixed from version 6.9" | ||
5048 | |||
5049 | CVE_STATUS[CVE-2023-52662] = "fixed-version: Fixed from version 6.9" | ||
5050 | |||
5051 | CVE_STATUS[CVE-2023-52663] = "fixed-version: Fixed from version 6.9" | ||
5052 | |||
5053 | CVE_STATUS[CVE-2023-52664] = "fixed-version: Fixed from version 6.8" | ||
5054 | |||
5055 | CVE_STATUS[CVE-2023-52667] = "fixed-version: Fixed from version 6.8" | ||
5056 | |||
5057 | CVE_STATUS[CVE-2023-52668] = "fixed-version: Fixed from version 6.8" | ||
5058 | |||
5059 | CVE_STATUS[CVE-2023-52669] = "fixed-version: Fixed from version 6.8" | ||
5060 | |||
5061 | CVE_STATUS[CVE-2023-52670] = "fixed-version: Fixed from version 6.8" | ||
5062 | |||
5063 | CVE_STATUS[CVE-2023-52671] = "fixed-version: Fixed from version 6.8" | ||
5064 | |||
5065 | CVE_STATUS[CVE-2023-52672] = "fixed-version: Fixed from version 6.8" | ||
5066 | |||
5067 | CVE_STATUS[CVE-2023-52673] = "fixed-version: Fixed from version 6.8" | ||
5068 | |||
5069 | CVE_STATUS[CVE-2023-52674] = "fixed-version: Fixed from version 6.8" | ||
5070 | |||
5071 | CVE_STATUS[CVE-2023-52675] = "fixed-version: Fixed from version 6.8" | ||
5072 | |||
5073 | CVE_STATUS[CVE-2023-52676] = "fixed-version: Fixed from version 6.8" | ||
5074 | |||
5075 | CVE_STATUS[CVE-2023-52677] = "fixed-version: Fixed from version 6.8" | ||
5076 | |||
5077 | CVE_STATUS[CVE-2023-52678] = "fixed-version: Fixed from version 6.8" | ||
5078 | |||
5079 | CVE_STATUS[CVE-2023-52679] = "fixed-version: Fixed from version 6.8" | ||
5080 | |||
5081 | CVE_STATUS[CVE-2023-52680] = "fixed-version: Fixed from version 6.8" | ||
5082 | |||
5083 | CVE_STATUS[CVE-2023-52681] = "fixed-version: Fixed from version 6.8" | ||
5084 | |||
5085 | CVE_STATUS[CVE-2023-52682] = "fixed-version: Fixed from version 6.8" | ||
5086 | |||
5087 | CVE_STATUS[CVE-2023-52683] = "fixed-version: Fixed from version 6.8" | ||
5088 | |||
5089 | CVE_STATUS[CVE-2023-52684] = "fixed-version: Fixed from version 6.8" | ||
5090 | |||
5091 | CVE_STATUS[CVE-2023-52686] = "fixed-version: Fixed from version 6.8" | ||
5092 | |||
5093 | CVE_STATUS[CVE-2023-52687] = "fixed-version: Fixed from version 6.8" | ||
5094 | |||
5095 | CVE_STATUS[CVE-2023-52688] = "fixed-version: Fixed from version 6.8" | ||
5096 | |||
5097 | CVE_STATUS[CVE-2023-52689] = "fixed-version: Fixed from version 6.8" | ||
5098 | |||
5099 | CVE_STATUS[CVE-2023-52690] = "fixed-version: Fixed from version 6.8" | ||
5100 | |||
5101 | CVE_STATUS[CVE-2023-52691] = "fixed-version: Fixed from version 6.8" | ||
5102 | |||
5103 | CVE_STATUS[CVE-2023-52692] = "fixed-version: Fixed from version 6.8" | ||
5104 | |||
5105 | CVE_STATUS[CVE-2023-52693] = "fixed-version: Fixed from version 6.8" | ||
5106 | |||
5107 | CVE_STATUS[CVE-2023-52694] = "fixed-version: Fixed from version 6.8" | ||
5108 | |||
5109 | CVE_STATUS[CVE-2023-52695] = "fixed-version: Fixed from version 6.8" | ||
5110 | |||
5111 | CVE_STATUS[CVE-2023-52696] = "fixed-version: Fixed from version 6.8" | ||
5112 | |||
5113 | CVE_STATUS[CVE-2023-52697] = "fixed-version: Fixed from version 6.8" | ||
5114 | |||
5115 | CVE_STATUS[CVE-2023-52698] = "fixed-version: Fixed from version 6.8" | ||
5116 | |||
5117 | CVE_STATUS[CVE-2023-52699] = "fixed-version: Fixed from version 6.9" | ||
5118 | |||
5119 | CVE_STATUS[CVE-2023-52700] = "fixed-version: Fixed from version 6.2" | ||
5120 | |||
5121 | CVE_STATUS[CVE-2023-52701] = "fixed-version: Fixed from version 6.2" | ||
5122 | |||
5123 | CVE_STATUS[CVE-2023-52702] = "fixed-version: Fixed from version 6.2" | ||
5124 | |||
5125 | CVE_STATUS[CVE-2023-52703] = "fixed-version: Fixed from version 6.2" | ||
5126 | |||
5127 | CVE_STATUS[CVE-2023-52704] = "fixed-version: Fixed from version 6.2" | ||
5128 | |||
5129 | CVE_STATUS[CVE-2023-52705] = "fixed-version: Fixed from version 6.2" | ||
5130 | |||
5131 | CVE_STATUS[CVE-2023-52706] = "fixed-version: Fixed from version 6.2" | ||
5132 | |||
5133 | CVE_STATUS[CVE-2023-52707] = "fixed-version: Fixed from version 6.2" | ||
5134 | |||
5135 | CVE_STATUS[CVE-2023-52708] = "fixed-version: Fixed from version 6.2" | ||
5136 | |||
5137 | CVE_STATUS[CVE-2023-52730] = "fixed-version: Fixed from version 6.2" | ||
5138 | |||
5139 | CVE_STATUS[CVE-2023-52731] = "fixed-version: Fixed from version 6.2" | ||
5140 | |||
5141 | CVE_STATUS[CVE-2023-52732] = "fixed-version: Fixed from version 6.2" | ||
5142 | |||
5143 | CVE_STATUS[CVE-2023-52735] = "fixed-version: Fixed from version 6.2" | ||
5144 | |||
5145 | CVE_STATUS[CVE-2023-52736] = "fixed-version: Fixed from version 6.2" | ||
5146 | |||
5147 | CVE_STATUS[CVE-2023-52737] = "fixed-version: Fixed from version 6.2" | ||
5148 | |||
5149 | CVE_STATUS[CVE-2023-52738] = "fixed-version: Fixed from version 6.2" | ||
5150 | |||
5151 | CVE_STATUS[CVE-2023-52739] = "fixed-version: Fixed from version 6.2" | ||
5152 | |||
5153 | CVE_STATUS[CVE-2023-52740] = "fixed-version: Fixed from version 6.2" | ||
5154 | |||
5155 | CVE_STATUS[CVE-2023-52741] = "fixed-version: Fixed from version 6.2" | ||
5156 | |||
5157 | CVE_STATUS[CVE-2023-52742] = "fixed-version: Fixed from version 6.2" | ||
5158 | |||
5159 | CVE_STATUS[CVE-2023-52743] = "fixed-version: Fixed from version 6.2" | ||
5160 | |||
5161 | CVE_STATUS[CVE-2023-52744] = "fixed-version: Fixed from version 6.2" | ||
5162 | |||
5163 | CVE_STATUS[CVE-2023-52745] = "fixed-version: Fixed from version 6.1.12" | ||
5164 | |||
5165 | CVE_STATUS[CVE-2023-52746] = "fixed-version: Fixed from version 6.2" | ||
5166 | |||
5167 | CVE_STATUS[CVE-2023-52747] = "fixed-version: Fixed from version 6.2" | ||
5168 | |||
5169 | CVE_STATUS[CVE-2023-52748] = "fixed-version: Fixed from version 6.7" | ||
5170 | |||
5171 | CVE_STATUS[CVE-2023-52749] = "fixed-version: Fixed from version 6.7" | ||
5172 | |||
5173 | CVE_STATUS[CVE-2023-52750] = "fixed-version: Fixed from version 6.7" | ||
5174 | |||
5175 | CVE_STATUS[CVE-2023-52751] = "fixed-version: Fixed from version 6.7" | ||
5176 | |||
5177 | CVE_STATUS[CVE-2023-52752] = "fixed-version: Fixed from version 6.7" | ||
5178 | |||
5179 | CVE_STATUS[CVE-2023-52753] = "fixed-version: Fixed from version 6.7" | ||
5180 | |||
5181 | CVE_STATUS[CVE-2023-52754] = "fixed-version: Fixed from version 6.7" | ||
5182 | |||
5183 | CVE_STATUS[CVE-2023-52755] = "fixed-version: Fixed from version 6.7" | ||
5184 | |||
5185 | CVE_STATUS[CVE-2023-52757] = "fixed-version: Fixed from version 6.7" | ||
5186 | |||
5187 | CVE_STATUS[CVE-2023-52760] = "fixed-version: Fixed from version 6.7" | ||
5188 | |||
5189 | CVE_STATUS[CVE-2023-52761] = "fixed-version: Fixed from version 6.7" | ||
5190 | |||
5191 | CVE_STATUS[CVE-2023-52762] = "fixed-version: Fixed from version 6.7" | ||
5192 | |||
5193 | CVE_STATUS[CVE-2023-52763] = "fixed-version: Fixed from version 6.7" | ||
5194 | |||
5195 | CVE_STATUS[CVE-2023-52764] = "fixed-version: Fixed from version 6.7" | ||
5196 | |||
5197 | CVE_STATUS[CVE-2023-52765] = "fixed-version: Fixed from version 6.7" | ||
5198 | |||
5199 | CVE_STATUS[CVE-2023-52766] = "fixed-version: Fixed from version 6.7" | ||
5200 | |||
5201 | CVE_STATUS[CVE-2023-52767] = "fixed-version: Fixed from version 6.7" | ||
5202 | |||
5203 | CVE_STATUS[CVE-2023-52768] = "fixed-version: Fixed from version 6.7" | ||
5204 | |||
5205 | CVE_STATUS[CVE-2023-52769] = "fixed-version: Fixed from version 6.7" | ||
5206 | |||
5207 | CVE_STATUS[CVE-2023-52770] = "fixed-version: Fixed from version 6.7" | ||
5208 | |||
5209 | CVE_STATUS[CVE-2023-52771] = "fixed-version: Fixed from version 6.7" | ||
5210 | |||
5211 | CVE_STATUS[CVE-2023-52772] = "fixed-version: Fixed from version 6.7" | ||
5212 | |||
5213 | CVE_STATUS[CVE-2023-52773] = "fixed-version: Fixed from version 6.7" | ||
5214 | |||
5215 | CVE_STATUS[CVE-2023-52774] = "fixed-version: Fixed from version 6.7" | ||
5216 | |||
5217 | CVE_STATUS[CVE-2023-52775] = "fixed-version: Fixed from version 6.7" | ||
5218 | |||
5219 | CVE_STATUS[CVE-2023-52776] = "fixed-version: Fixed from version 6.7" | ||
5220 | |||
5221 | CVE_STATUS[CVE-2023-52777] = "fixed-version: Fixed from version 6.7" | ||
5222 | |||
5223 | CVE_STATUS[CVE-2023-52778] = "fixed-version: Fixed from version 6.7" | ||
5224 | |||
5225 | CVE_STATUS[CVE-2023-52779] = "fixed-version: Fixed from version 6.7" | ||
5226 | |||
5227 | CVE_STATUS[CVE-2023-52780] = "fixed-version: Fixed from version 6.7" | ||
5228 | |||
5229 | CVE_STATUS[CVE-2023-52781] = "fixed-version: Fixed from version 6.7" | ||
5230 | |||
5231 | CVE_STATUS[CVE-2023-52782] = "fixed-version: Fixed from version 6.7" | ||
5232 | |||
5233 | CVE_STATUS[CVE-2023-52783] = "fixed-version: Fixed from version 6.7" | ||
5234 | |||
5235 | CVE_STATUS[CVE-2023-52784] = "fixed-version: Fixed from version 6.7" | ||
5236 | |||
5237 | CVE_STATUS[CVE-2023-52785] = "fixed-version: Fixed from version 6.7" | ||
5238 | |||
5239 | CVE_STATUS[CVE-2023-52786] = "fixed-version: Fixed from version 6.7" | ||
5240 | |||
5241 | CVE_STATUS[CVE-2023-52787] = "fixed-version: Fixed from version 6.7" | ||
5242 | |||
5243 | CVE_STATUS[CVE-2023-52788] = "fixed-version: Fixed from version 6.7" | ||
5244 | |||
5245 | CVE_STATUS[CVE-2023-52789] = "fixed-version: Fixed from version 6.7" | ||
5246 | |||
5247 | CVE_STATUS[CVE-2023-52790] = "fixed-version: Fixed from version 6.7" | ||
5248 | |||
5249 | CVE_STATUS[CVE-2023-52791] = "fixed-version: Fixed from version 6.7" | ||
5250 | |||
5251 | CVE_STATUS[CVE-2023-52792] = "fixed-version: Fixed from version 6.7" | ||
5252 | |||
5253 | CVE_STATUS[CVE-2023-52794] = "fixed-version: Fixed from version 6.7" | ||
5254 | |||
5255 | CVE_STATUS[CVE-2023-52795] = "fixed-version: Fixed from version 6.7" | ||
5256 | |||
5257 | CVE_STATUS[CVE-2023-52796] = "fixed-version: Fixed from version 6.7" | ||
5258 | |||
5259 | CVE_STATUS[CVE-2023-52797] = "fixed-version: Fixed from version 6.7" | ||
5260 | |||
5261 | CVE_STATUS[CVE-2023-52798] = "fixed-version: Fixed from version 6.7" | ||
5262 | |||
5263 | CVE_STATUS[CVE-2023-52799] = "fixed-version: Fixed from version 6.7" | ||
5264 | |||
5265 | CVE_STATUS[CVE-2023-52800] = "fixed-version: Fixed from version 6.7" | ||
5266 | |||
5267 | CVE_STATUS[CVE-2023-52801] = "fixed-version: Fixed from version 6.7" | ||
5268 | |||
5269 | CVE_STATUS[CVE-2023-52803] = "fixed-version: Fixed from version 6.7" | ||
5270 | |||
5271 | CVE_STATUS[CVE-2023-52804] = "fixed-version: Fixed from version 6.7" | ||
5272 | |||
5273 | CVE_STATUS[CVE-2023-52805] = "fixed-version: Fixed from version 6.7" | ||
5274 | |||
5275 | CVE_STATUS[CVE-2023-52806] = "fixed-version: Fixed from version 6.7" | ||
5276 | |||
5277 | CVE_STATUS[CVE-2023-52807] = "fixed-version: Fixed from version 6.7" | ||
5278 | |||
5279 | CVE_STATUS[CVE-2023-52808] = "fixed-version: Fixed from version 6.7" | ||
5280 | |||
5281 | CVE_STATUS[CVE-2023-52809] = "fixed-version: Fixed from version 6.7" | ||
5282 | |||
5283 | CVE_STATUS[CVE-2023-52810] = "fixed-version: Fixed from version 6.7" | ||
5284 | |||
5285 | CVE_STATUS[CVE-2023-52811] = "fixed-version: Fixed from version 6.7" | ||
5286 | |||
5287 | CVE_STATUS[CVE-2023-52812] = "fixed-version: Fixed from version 6.7" | ||
5288 | |||
5289 | CVE_STATUS[CVE-2023-52813] = "fixed-version: Fixed from version 6.7" | ||
5290 | |||
5291 | CVE_STATUS[CVE-2023-52814] = "fixed-version: Fixed from version 6.7" | ||
5292 | |||
5293 | CVE_STATUS[CVE-2023-52815] = "fixed-version: Fixed from version 6.7" | ||
5294 | |||
5295 | CVE_STATUS[CVE-2023-52816] = "fixed-version: Fixed from version 6.7" | ||
5296 | |||
5297 | CVE_STATUS[CVE-2023-52817] = "fixed-version: Fixed from version 6.7" | ||
5298 | |||
5299 | CVE_STATUS[CVE-2023-52818] = "fixed-version: Fixed from version 6.7" | ||
5300 | |||
5301 | CVE_STATUS[CVE-2023-52819] = "fixed-version: Fixed from version 6.7" | ||
5302 | |||
5303 | CVE_STATUS[CVE-2023-52821] = "fixed-version: Fixed from version 6.7" | ||
5304 | |||
5305 | CVE_STATUS[CVE-2023-52825] = "fixed-version: Fixed from version 6.7" | ||
5306 | |||
5307 | CVE_STATUS[CVE-2023-52826] = "fixed-version: Fixed from version 6.7" | ||
5308 | |||
5309 | CVE_STATUS[CVE-2023-52827] = "fixed-version: Fixed from version 6.7" | ||
5310 | |||
5311 | CVE_STATUS[CVE-2023-52828] = "fixed-version: Fixed from version 6.7" | ||
5312 | |||
5313 | CVE_STATUS[CVE-2023-52829] = "fixed-version: Fixed from version 6.7" | ||
5314 | |||
5315 | CVE_STATUS[CVE-2023-52831] = "fixed-version: Fixed from version 6.7" | ||
5316 | |||
5317 | CVE_STATUS[CVE-2023-52832] = "fixed-version: Fixed from version 6.7" | ||
5318 | |||
5319 | CVE_STATUS[CVE-2023-52833] = "fixed-version: Fixed from version 6.7" | ||
5320 | |||
5321 | CVE_STATUS[CVE-2023-52834] = "fixed-version: Fixed from version 6.7" | ||
5322 | |||
5323 | CVE_STATUS[CVE-2023-52835] = "fixed-version: Fixed from version 6.7" | ||
5324 | |||
5325 | CVE_STATUS[CVE-2023-52836] = "fixed-version: Fixed from version 6.7" | ||
5326 | |||
5327 | CVE_STATUS[CVE-2023-52837] = "fixed-version: Fixed from version 6.7" | ||
5328 | |||
5329 | CVE_STATUS[CVE-2023-52838] = "fixed-version: Fixed from version 6.7" | ||
5330 | |||
5331 | CVE_STATUS[CVE-2023-52839] = "fixed-version: Fixed from version 6.7" | ||
5332 | |||
5333 | CVE_STATUS[CVE-2023-52840] = "fixed-version: Fixed from version 6.7" | ||
5334 | |||
5335 | CVE_STATUS[CVE-2023-52841] = "fixed-version: Fixed from version 6.7" | ||
5336 | |||
5337 | CVE_STATUS[CVE-2023-52842] = "fixed-version: Fixed from version 6.7" | ||
5338 | |||
5339 | CVE_STATUS[CVE-2023-52843] = "fixed-version: Fixed from version 6.7" | ||
5340 | |||
5341 | CVE_STATUS[CVE-2023-52844] = "fixed-version: Fixed from version 6.7" | ||
5342 | |||
5343 | CVE_STATUS[CVE-2023-52845] = "fixed-version: Fixed from version 6.7" | ||
5344 | |||
5345 | CVE_STATUS[CVE-2023-52846] = "fixed-version: Fixed from version 6.7" | ||
5346 | |||
5347 | CVE_STATUS[CVE-2023-52847] = "fixed-version: Fixed from version 6.7" | ||
5348 | |||
5349 | CVE_STATUS[CVE-2023-52848] = "fixed-version: Fixed from version 6.7" | ||
5350 | |||
5351 | CVE_STATUS[CVE-2023-52849] = "fixed-version: Fixed from version 6.7" | ||
5352 | |||
5353 | CVE_STATUS[CVE-2023-52850] = "fixed-version: Fixed from version 6.7" | ||
5354 | |||
5355 | CVE_STATUS[CVE-2023-52851] = "fixed-version: Fixed from version 6.7" | ||
5356 | |||
5357 | CVE_STATUS[CVE-2023-52852] = "fixed-version: Fixed from version 6.7" | ||
5358 | |||
5359 | CVE_STATUS[CVE-2023-52853] = "fixed-version: Fixed from version 6.7" | ||
5360 | |||
5361 | CVE_STATUS[CVE-2023-52854] = "fixed-version: Fixed from version 6.7" | ||
5362 | |||
5363 | CVE_STATUS[CVE-2023-52855] = "fixed-version: Fixed from version 6.7" | ||
5364 | |||
5365 | CVE_STATUS[CVE-2023-52856] = "fixed-version: Fixed from version 6.7" | ||
5366 | |||
5367 | CVE_STATUS[CVE-2023-52857] = "fixed-version: Fixed from version 6.7" | ||
5368 | |||
5369 | CVE_STATUS[CVE-2023-52858] = "fixed-version: Fixed from version 6.7" | ||
5370 | |||
5371 | CVE_STATUS[CVE-2023-52859] = "fixed-version: Fixed from version 6.7" | ||
5372 | |||
5373 | CVE_STATUS[CVE-2023-52860] = "fixed-version: Fixed from version 6.7" | ||
5374 | |||
5375 | CVE_STATUS[CVE-2023-52861] = "fixed-version: Fixed from version 6.7" | ||
5376 | |||
5377 | CVE_STATUS[CVE-2023-52862] = "fixed-version: Fixed from version 6.7" | ||
5378 | |||
5379 | CVE_STATUS[CVE-2023-52863] = "fixed-version: Fixed from version 6.7" | ||
5380 | |||
5381 | CVE_STATUS[CVE-2023-52864] = "fixed-version: Fixed from version 6.7" | ||
5382 | |||
5383 | CVE_STATUS[CVE-2023-52865] = "fixed-version: Fixed from version 6.7" | ||
5384 | |||
5385 | CVE_STATUS[CVE-2023-52866] = "fixed-version: Fixed from version 6.7" | ||
5386 | |||
5387 | CVE_STATUS[CVE-2023-52867] = "fixed-version: Fixed from version 6.7" | ||
5388 | |||
5389 | CVE_STATUS[CVE-2023-52868] = "fixed-version: Fixed from version 6.7" | ||
5390 | |||
5391 | CVE_STATUS[CVE-2023-52869] = "fixed-version: Fixed from version 6.7" | ||
5392 | |||
5393 | CVE_STATUS[CVE-2023-52870] = "fixed-version: Fixed from version 6.7" | ||
5394 | |||
5395 | CVE_STATUS[CVE-2023-52871] = "fixed-version: Fixed from version 6.7" | ||
5396 | |||
5397 | CVE_STATUS[CVE-2023-52872] = "fixed-version: Fixed from version 6.7" | ||
5398 | |||
5399 | CVE_STATUS[CVE-2023-52873] = "fixed-version: Fixed from version 6.7" | ||
5400 | |||
5401 | CVE_STATUS[CVE-2023-52874] = "fixed-version: Fixed from version 6.7" | ||
5402 | |||
5403 | CVE_STATUS[CVE-2023-52875] = "fixed-version: Fixed from version 6.7" | ||
5404 | |||
5405 | CVE_STATUS[CVE-2023-52876] = "fixed-version: Fixed from version 6.7" | ||
5406 | |||
5407 | CVE_STATUS[CVE-2023-52877] = "fixed-version: Fixed from version 6.7" | ||
5408 | |||
5409 | CVE_STATUS[CVE-2023-52878] = "fixed-version: Fixed from version 6.7" | ||
5410 | |||
5411 | CVE_STATUS[CVE-2023-52879] = "fixed-version: Fixed from version 6.7" | ||
5412 | |||
5413 | CVE_STATUS[CVE-2023-52880] = "fixed-version: Fixed from version 6.6" | ||
5414 | |||
5415 | CVE_STATUS[CVE-2023-52881] = "fixed-version: Fixed from version 6.7" | ||
5416 | |||
5417 | CVE_STATUS[CVE-2023-52882] = "fixed-version: Fixed from version 6.9" | ||
5418 | |||
5419 | CVE_STATUS[CVE-2023-52883] = "fixed-version: Fixed from version 6.6" | ||
5420 | |||
5421 | CVE_STATUS[CVE-2023-52884] = "fixed-version: Fixed from version 6.10" | ||
5422 | |||
5423 | CVE_STATUS[CVE-2023-52885] = "fixed-version: Fixed from version 6.5" | ||
5424 | |||
5425 | CVE_STATUS[CVE-2023-52886] = "fixed-version: Fixed from version 6.6" | ||
5426 | |||
5427 | CVE_STATUS[CVE-2023-52887] = "fixed-version: Fixed from version 6.10" | ||
5428 | |||
5429 | CVE_STATUS[CVE-2023-52888] = "fixed-version: Fixed from version 6.10" | ||
5430 | |||
5431 | CVE_STATUS[CVE-2023-52889] = "fixed-version: Fixed from version 6.11" | ||
5432 | |||
5433 | CVE_STATUS[CVE-2023-52893] = "fixed-version: Fixed from version 6.2" | ||
5434 | |||
5435 | CVE_STATUS[CVE-2023-52894] = "fixed-version: Fixed from version 6.2" | ||
5436 | |||
5437 | CVE_STATUS[CVE-2023-52895] = "fixed-version: Fixed from version 6.1.8" | ||
5438 | |||
5439 | CVE_STATUS[CVE-2023-52896] = "fixed-version: Fixed from version 6.2" | ||
5440 | |||
5441 | CVE_STATUS[CVE-2023-52897] = "fixed-version: Fixed from version 6.2" | ||
5442 | |||
5443 | CVE_STATUS[CVE-2023-52898] = "fixed-version: Fixed from version 6.2" | ||
5444 | |||
5445 | CVE_STATUS[CVE-2023-52899] = "fixed-version: Fixed from version 6.2" | ||
5446 | |||
5447 | CVE_STATUS[CVE-2023-52900] = "fixed-version: Fixed from version 6.2" | ||
5448 | |||
5449 | CVE_STATUS[CVE-2023-52901] = "fixed-version: Fixed from version 6.2" | ||
5450 | |||
5451 | CVE_STATUS[CVE-2023-52902] = "fixed-version: Fixed from version 6.2" | ||
5452 | |||
5453 | CVE_STATUS[CVE-2023-52903] = "fixed-version: Fixed from version 6.2" | ||
5454 | |||
5455 | CVE_STATUS[CVE-2023-52904] = "fixed-version: Fixed from version 5.15.168" | ||
5456 | |||
5457 | CVE_STATUS[CVE-2023-52905] = "fixed-version: Fixed from version 6.2" | ||
5458 | |||
5459 | CVE_STATUS[CVE-2023-52906] = "fixed-version: Fixed from version 6.2" | ||
5460 | |||
5461 | CVE_STATUS[CVE-2023-52907] = "fixed-version: Fixed from version 6.2" | ||
5462 | |||
5463 | CVE_STATUS[CVE-2023-52908] = "fixed-version: Fixed from version 6.1.7" | ||
5464 | |||
5465 | CVE_STATUS[CVE-2023-52909] = "fixed-version: Fixed from version 6.2" | ||
5466 | |||
5467 | CVE_STATUS[CVE-2023-52910] = "fixed-version: Fixed from version 6.2" | ||
5468 | |||
5469 | CVE_STATUS[CVE-2023-52911] = "fixed-version: Fixed from version 6.2" | ||
5470 | |||
5471 | CVE_STATUS[CVE-2023-52912] = "fixed-version: Fixed from version 6.2" | ||
5472 | |||
5473 | CVE_STATUS[CVE-2023-52913] = "fixed-version: Fixed from version 6.2" | ||
5474 | |||
5475 | CVE_STATUS[CVE-2023-52914] = "fixed-version: Fixed from version 6.2" | ||
5476 | |||
5477 | CVE_STATUS[CVE-2023-52915] = "fixed-version: Fixed from version 6.6" | ||
5478 | |||
5479 | CVE_STATUS[CVE-2023-52916] = "fixed-version: Fixed from version 6.6" | ||
5480 | |||
5481 | CVE_STATUS[CVE-2023-52918] = "fixed-version: Fixed from version 6.9" | ||
5482 | |||
5483 | CVE_STATUS[CVE-2023-52919] = "fixed-version: Fixed from version 6.6" | ||
5484 | |||
5485 | CVE_STATUS[CVE-2023-52920] = "fixed-version: Fixed from version 6.8" | ||
5486 | |||
5487 | CVE_STATUS[CVE-2023-52921] = "fixed-version: Fixed from version 6.5" | ||
5488 | |||
5489 | CVE_STATUS[CVE-2023-52922] = "fixed-version: Fixed from version 6.5" | ||
5490 | |||
5491 | CVE_STATUS[CVE-2023-52923] = "fixed-version: Fixed from version 6.5" | ||
5492 | |||
5493 | CVE_STATUS[CVE-2023-52924] = "fixed-version: Fixed from version 6.5" | ||
5494 | |||
5495 | CVE_STATUS[CVE-2023-52925] = "fixed-version: Fixed from version 6.4.12" | ||
5496 | |||
5497 | CVE_STATUS[CVE-2023-52926] = "fixed-version: Fixed from version 6.7" | ||
5498 | |||
5499 | CVE_STATUS[CVE-2023-52927] = "fixed-version: Fixed from version 6.6" | ||
5500 | |||
5501 | CVE_STATUS[CVE-2023-52928] = "fixed-version: Fixed from version 6.2" | ||
5502 | |||
5503 | CVE_STATUS[CVE-2023-52929] = "fixed-version: Fixed from version 6.2" | ||
5504 | |||
5505 | CVE_STATUS[CVE-2023-52930] = "fixed-version: Fixed from version 6.2" | ||
5506 | |||
5507 | CVE_STATUS[CVE-2023-52931] = "fixed-version: Fixed from version 6.2" | ||
5508 | |||
5509 | CVE_STATUS[CVE-2023-52932] = "fixed-version: Fixed from version 6.2" | ||
5510 | |||
5511 | CVE_STATUS[CVE-2023-52933] = "fixed-version: Fixed from version 6.2" | ||
5512 | |||
5513 | CVE_STATUS[CVE-2023-52934] = "fixed-version: Fixed from version 6.2" | ||
5514 | |||
5515 | CVE_STATUS[CVE-2023-52935] = "fixed-version: Fixed from version 6.2" | ||
5516 | |||
5517 | CVE_STATUS[CVE-2023-52936] = "fixed-version: Fixed from version 6.2" | ||
5518 | |||
5519 | CVE_STATUS[CVE-2023-52937] = "fixed-version: Fixed from version 6.2" | ||
5520 | |||
5521 | CVE_STATUS[CVE-2023-52938] = "fixed-version: Fixed from version 6.1.11" | ||
5522 | |||
5523 | CVE_STATUS[CVE-2023-52939] = "fixed-version: Fixed from version 6.2" | ||
5524 | |||
5525 | CVE_STATUS[CVE-2023-52940] = "fixed-version: Fixed from version 6.2" | ||
5526 | |||
5527 | CVE_STATUS[CVE-2023-52941] = "fixed-version: Fixed from version 6.2" | ||
5528 | |||
5529 | CVE_STATUS[CVE-2023-52942] = "fixed-version: Fixed from version 6.2" | ||
5530 | |||
5531 | CVE_STATUS[CVE-2023-52973] = "fixed-version: Fixed from version 6.2" | ||
5532 | |||
5533 | CVE_STATUS[CVE-2023-52974] = "fixed-version: Fixed from version 6.2" | ||
5534 | |||
5535 | CVE_STATUS[CVE-2023-52975] = "fixed-version: Fixed from version 6.2" | ||
5536 | |||
5537 | CVE_STATUS[CVE-2023-52976] = "fixed-version: Fixed from version 6.2" | ||
5538 | |||
5539 | CVE_STATUS[CVE-2023-52977] = "fixed-version: Fixed from version 6.1.11" | ||
5540 | |||
5541 | CVE_STATUS[CVE-2023-52978] = "fixed-version: Fixed from version 6.2" | ||
5542 | |||
5543 | CVE_STATUS[CVE-2023-52979] = "fixed-version: Fixed from version 6.2" | ||
5544 | |||
5545 | CVE_STATUS[CVE-2023-52980] = "fixed-version: Fixed from version 6.2" | ||
5546 | |||
5547 | CVE_STATUS[CVE-2023-52981] = "fixed-version: Fixed from version 6.2" | ||
5548 | |||
5549 | CVE_STATUS[CVE-2023-52982] = "fixed-version: Fixed from version 6.2" | ||
5550 | |||
5551 | CVE_STATUS[CVE-2023-52983] = "fixed-version: Fixed from version 6.1.11" | ||
5552 | |||
5553 | CVE_STATUS[CVE-2023-52984] = "fixed-version: Fixed from version 6.2" | ||
5554 | |||
5555 | CVE_STATUS[CVE-2023-52985] = "fixed-version: Fixed from version 6.2" | ||
5556 | |||
5557 | CVE_STATUS[CVE-2023-52986] = "fixed-version: Fixed from version 6.2" | ||
5558 | |||
5559 | CVE_STATUS[CVE-2023-52987] = "fixed-version: Fixed from version 6.2" | ||
5560 | |||
5561 | CVE_STATUS[CVE-2023-52988] = "fixed-version: Fixed from version 6.2" | ||
5562 | |||
5563 | CVE_STATUS[CVE-2023-52989] = "fixed-version: Fixed from version 6.2" | ||
5564 | |||
5565 | CVE_STATUS[CVE-2023-52991] = "fixed-version: Fixed from version 6.2" | ||
5566 | |||
5567 | CVE_STATUS[CVE-2023-52992] = "fixed-version: Fixed from version 6.2" | ||
5568 | |||
5569 | CVE_STATUS[CVE-2023-52993] = "fixed-version: Fixed from version 6.2" | ||
5570 | |||
5571 | CVE_STATUS[CVE-2023-52994] = "fixed-version: Fixed from version 6.1.9" | ||
5572 | |||
5573 | CVE_STATUS[CVE-2023-52995] = "fixed-version: Fixed from version 6.2" | ||
5574 | |||
5575 | CVE_STATUS[CVE-2023-52996] = "fixed-version: Fixed from version 6.2" | ||
5576 | |||
5577 | CVE_STATUS[CVE-2023-52997] = "fixed-version: Fixed from version 6.2" | ||
5578 | |||
5579 | CVE_STATUS[CVE-2023-52998] = "fixed-version: Fixed from version 6.2" | ||
5580 | |||
5581 | CVE_STATUS[CVE-2023-52999] = "fixed-version: Fixed from version 6.2" | ||
5582 | |||
5583 | CVE_STATUS[CVE-2023-53000] = "fixed-version: Fixed from version 6.2" | ||
5584 | |||
5585 | CVE_STATUS[CVE-2023-53001] = "fixed-version: Fixed from version 6.2" | ||
5586 | |||
5587 | CVE_STATUS[CVE-2023-53002] = "fixed-version: Fixed from version 6.2" | ||
5588 | |||
5589 | CVE_STATUS[CVE-2023-53003] = "fixed-version: Fixed from version 6.2" | ||
5590 | |||
5591 | CVE_STATUS[CVE-2023-53004] = "fixed-version: Fixed from version 6.2" | ||
5592 | |||
5593 | CVE_STATUS[CVE-2023-53005] = "fixed-version: Fixed from version 6.2" | ||
5594 | |||
5595 | CVE_STATUS[CVE-2023-53006] = "fixed-version: Fixed from version 6.2" | ||
5596 | |||
5597 | CVE_STATUS[CVE-2023-53007] = "fixed-version: Fixed from version 6.2" | ||
5598 | |||
5599 | CVE_STATUS[CVE-2023-53008] = "fixed-version: Fixed from version 6.2" | ||
5600 | |||
5601 | CVE_STATUS[CVE-2023-53009] = "fixed-version: Fixed from version 6.2" | ||
5602 | |||
5603 | CVE_STATUS[CVE-2023-53010] = "fixed-version: Fixed from version 6.2" | ||
5604 | |||
5605 | CVE_STATUS[CVE-2023-53011] = "fixed-version: Fixed from version 6.2" | ||
5606 | |||
5607 | # CVE-2023-53012 has no known resolution | ||
5608 | |||
5609 | CVE_STATUS[CVE-2023-53013] = "fixed-version: Fixed from version 6.2" | ||
5610 | |||
5611 | CVE_STATUS[CVE-2023-53014] = "fixed-version: Fixed from version 6.2" | ||
5612 | |||
5613 | CVE_STATUS[CVE-2023-53015] = "fixed-version: Fixed from version 6.2" | ||
5614 | |||
5615 | CVE_STATUS[CVE-2023-53016] = "fixed-version: Fixed from version 6.2" | ||
5616 | |||
5617 | CVE_STATUS[CVE-2023-53017] = "fixed-version: Fixed from version 6.2" | ||
5618 | |||
5619 | CVE_STATUS[CVE-2023-53018] = "fixed-version: Fixed from version 6.2" | ||
5620 | |||
5621 | CVE_STATUS[CVE-2023-53019] = "fixed-version: Fixed from version 6.2" | ||
5622 | |||
5623 | CVE_STATUS[CVE-2023-53020] = "fixed-version: Fixed from version 6.2" | ||
5624 | |||
5625 | CVE_STATUS[CVE-2023-53021] = "fixed-version: Fixed from version 6.2" | ||
5626 | |||
5627 | CVE_STATUS[CVE-2023-53022] = "fixed-version: Fixed from version 6.2" | ||
5628 | |||
5629 | CVE_STATUS[CVE-2023-53023] = "fixed-version: Fixed from version 6.2" | ||
5630 | |||
5631 | CVE_STATUS[CVE-2023-53024] = "fixed-version: Fixed from version 6.2" | ||
5632 | |||
5633 | CVE_STATUS[CVE-2023-53026] = "fixed-version: Fixed from version 6.2" | ||
5634 | |||
5635 | CVE_STATUS[CVE-2023-53028] = "fixed-version: Fixed from version 6.1.8" | ||
5636 | |||
5637 | CVE_STATUS[CVE-2023-53029] = "fixed-version: Fixed from version 6.1.8" | ||
5638 | |||
5639 | CVE_STATUS[CVE-2023-53030] = "fixed-version: Fixed from version 6.1.8" | ||
5640 | |||
5641 | CVE_STATUS[CVE-2023-53031] = "fixed-version: Fixed from version 6.2" | ||
5642 | |||
5643 | CVE_STATUS[CVE-2023-53032] = "fixed-version: Fixed from version 6.2" | ||
5644 | |||
5645 | CVE_STATUS[CVE-2023-53033] = "fixed-version: Fixed from version 6.2" | ||
5646 | |||
5647 | CVE_STATUS[CVE-2023-53034] = "cpe-stable-backport: Backported in 6.12.23" | ||
5648 | |||
5649 | CVE_STATUS[CVE-2023-53035] = "fixed-version: Fixed from version 6.3" | ||
5650 | |||
5651 | CVE_STATUS[CVE-2023-53036] = "fixed-version: Fixed from version 6.3" | ||
5652 | |||
5653 | CVE_STATUS[CVE-2023-53037] = "fixed-version: Fixed from version 6.3" | ||
5654 | |||
5655 | CVE_STATUS[CVE-2023-53038] = "fixed-version: Fixed from version 6.3" | ||
5656 | |||
5657 | CVE_STATUS[CVE-2023-53039] = "fixed-version: Fixed from version 6.3" | ||
5658 | |||
5659 | CVE_STATUS[CVE-2023-53040] = "fixed-version: Fixed from version 6.3" | ||
5660 | |||
5661 | CVE_STATUS[CVE-2023-53041] = "fixed-version: Fixed from version 6.3" | ||
5662 | |||
5663 | CVE_STATUS[CVE-2023-53042] = "fixed-version: Fixed from version 6.3" | ||
5664 | |||
5665 | CVE_STATUS[CVE-2023-53043] = "fixed-version: Fixed from version 6.3" | ||
5666 | |||
5667 | CVE_STATUS[CVE-2023-53044] = "fixed-version: Fixed from version 6.3" | ||
5668 | |||
5669 | CVE_STATUS[CVE-2023-53045] = "fixed-version: Fixed from version 6.3" | ||
5670 | |||
5671 | CVE_STATUS[CVE-2023-53046] = "fixed-version: Fixed from version 6.3" | ||
5672 | |||
5673 | CVE_STATUS[CVE-2023-53047] = "fixed-version: Fixed from version 6.3" | ||
5674 | |||
5675 | CVE_STATUS[CVE-2023-53048] = "fixed-version: Fixed from version 6.3" | ||
5676 | |||
5677 | CVE_STATUS[CVE-2023-53049] = "fixed-version: Fixed from version 6.3" | ||
5678 | |||
5679 | CVE_STATUS[CVE-2023-53050] = "fixed-version: Fixed from version 6.3" | ||
5680 | |||
5681 | CVE_STATUS[CVE-2023-53051] = "fixed-version: Fixed from version 6.3" | ||
5682 | |||
5683 | CVE_STATUS[CVE-2023-53052] = "fixed-version: Fixed from version 6.3" | ||
5684 | |||
5685 | CVE_STATUS[CVE-2023-53053] = "fixed-version: Fixed from version 6.3" | ||
5686 | |||
5687 | CVE_STATUS[CVE-2023-53054] = "fixed-version: Fixed from version 6.3" | ||
5688 | |||
5689 | CVE_STATUS[CVE-2023-53055] = "fixed-version: Fixed from version 6.3" | ||
5690 | |||
5691 | CVE_STATUS[CVE-2023-53056] = "fixed-version: Fixed from version 6.2.9" | ||
5692 | |||
5693 | CVE_STATUS[CVE-2023-53057] = "fixed-version: Fixed from version 6.3" | ||
5694 | |||
5695 | CVE_STATUS[CVE-2023-53058] = "fixed-version: Fixed from version 6.3" | ||
5696 | |||
5697 | CVE_STATUS[CVE-2023-53059] = "fixed-version: Fixed from version 6.3" | ||
5698 | |||
5699 | CVE_STATUS[CVE-2023-53060] = "fixed-version: Fixed from version 6.3" | ||
5700 | |||
5701 | CVE_STATUS[CVE-2023-53061] = "fixed-version: Fixed from version 6.3" | ||
5702 | |||
5703 | CVE_STATUS[CVE-2023-53062] = "fixed-version: Fixed from version 6.3" | ||
5704 | |||
5705 | CVE_STATUS[CVE-2023-53064] = "fixed-version: Fixed from version 6.3" | ||
5706 | |||
5707 | CVE_STATUS[CVE-2023-53065] = "fixed-version: Fixed from version 6.3" | ||
5708 | |||
5709 | CVE_STATUS[CVE-2023-53066] = "fixed-version: Fixed from version 6.3" | ||
5710 | |||
5711 | CVE_STATUS[CVE-2023-53067] = "fixed-version: Fixed from version 6.3" | ||
5712 | |||
5713 | CVE_STATUS[CVE-2023-53068] = "fixed-version: Fixed from version 6.3" | ||
5714 | |||
5715 | CVE_STATUS[CVE-2023-53069] = "fixed-version: Fixed from version 6.3" | ||
5716 | |||
5717 | CVE_STATUS[CVE-2023-53070] = "fixed-version: Fixed from version 6.3" | ||
5718 | |||
5719 | CVE_STATUS[CVE-2023-53071] = "fixed-version: Fixed from version 6.3" | ||
5720 | |||
5721 | CVE_STATUS[CVE-2023-53072] = "fixed-version: Fixed from version 6.3" | ||
5722 | |||
5723 | CVE_STATUS[CVE-2023-53073] = "fixed-version: Fixed from version 6.3" | ||
5724 | |||
5725 | CVE_STATUS[CVE-2023-53074] = "fixed-version: Fixed from version 6.3" | ||
5726 | |||
5727 | CVE_STATUS[CVE-2023-53075] = "fixed-version: Fixed from version 6.3" | ||
5728 | |||
5729 | CVE_STATUS[CVE-2023-53077] = "fixed-version: Fixed from version 6.3" | ||
5730 | |||
5731 | CVE_STATUS[CVE-2023-53078] = "fixed-version: Fixed from version 6.3" | ||
5732 | |||
5733 | CVE_STATUS[CVE-2023-53079] = "fixed-version: Fixed from version 6.3" | ||
5734 | |||
5735 | CVE_STATUS[CVE-2023-53080] = "fixed-version: Fixed from version 6.3" | ||
5736 | |||
5737 | CVE_STATUS[CVE-2023-53081] = "fixed-version: Fixed from version 6.3" | ||
5738 | |||
5739 | CVE_STATUS[CVE-2023-53082] = "fixed-version: Fixed from version 6.3" | ||
5740 | |||
5741 | CVE_STATUS[CVE-2023-53083] = "fixed-version: Fixed from version 6.3" | ||
5742 | |||
5743 | CVE_STATUS[CVE-2023-53084] = "fixed-version: Fixed from version 6.3" | ||
5744 | |||
5745 | CVE_STATUS[CVE-2023-53085] = "fixed-version: Fixed from version 6.3" | ||
5746 | |||
5747 | CVE_STATUS[CVE-2023-53086] = "fixed-version: Fixed from version 6.3" | ||
5748 | |||
5749 | CVE_STATUS[CVE-2023-53087] = "fixed-version: Fixed from version 6.3" | ||
5750 | |||
5751 | CVE_STATUS[CVE-2023-53088] = "fixed-version: Fixed from version 6.3" | ||
5752 | |||
5753 | CVE_STATUS[CVE-2023-53089] = "fixed-version: Fixed from version 6.3" | ||
5754 | |||
5755 | CVE_STATUS[CVE-2023-53090] = "fixed-version: Fixed from version 6.3" | ||
5756 | |||
5757 | CVE_STATUS[CVE-2023-53091] = "fixed-version: Fixed from version 6.3" | ||
5758 | |||
5759 | CVE_STATUS[CVE-2023-53092] = "fixed-version: Fixed from version 6.3" | ||
5760 | |||
5761 | CVE_STATUS[CVE-2023-53093] = "fixed-version: Fixed from version 6.3" | ||
5762 | |||
5763 | CVE_STATUS[CVE-2023-53094] = "fixed-version: Fixed from version 6.3" | ||
5764 | |||
5765 | CVE_STATUS[CVE-2023-53095] = "fixed-version: Fixed from version 6.3" | ||
5766 | |||
5767 | CVE_STATUS[CVE-2023-53096] = "fixed-version: Fixed from version 6.3" | ||
5768 | |||
5769 | CVE_STATUS[CVE-2023-53097] = "fixed-version: Fixed from version 6.3" | ||
5770 | |||
5771 | CVE_STATUS[CVE-2023-53098] = "fixed-version: Fixed from version 6.3" | ||
5772 | |||
5773 | CVE_STATUS[CVE-2023-53099] = "fixed-version: Fixed from version 6.3" | ||
5774 | |||
5775 | CVE_STATUS[CVE-2023-53100] = "fixed-version: Fixed from version 6.3" | ||
5776 | |||
5777 | CVE_STATUS[CVE-2023-53101] = "fixed-version: Fixed from version 6.3" | ||
5778 | |||
5779 | CVE_STATUS[CVE-2023-53102] = "fixed-version: Fixed from version 6.3" | ||
5780 | |||
5781 | CVE_STATUS[CVE-2023-53103] = "fixed-version: Fixed from version 6.3" | ||
5782 | |||
5783 | CVE_STATUS[CVE-2023-53105] = "fixed-version: Fixed from version 6.3" | ||
5784 | |||
5785 | CVE_STATUS[CVE-2023-53106] = "fixed-version: Fixed from version 6.3" | ||
5786 | |||
5787 | CVE_STATUS[CVE-2023-53107] = "fixed-version: Fixed from version 6.3" | ||
5788 | |||
5789 | CVE_STATUS[CVE-2023-53108] = "fixed-version: Fixed from version 6.3" | ||
5790 | |||
5791 | CVE_STATUS[CVE-2023-53109] = "fixed-version: Fixed from version 6.3" | ||
5792 | |||
5793 | CVE_STATUS[CVE-2023-53110] = "fixed-version: Fixed from version 6.3" | ||
5794 | |||
5795 | CVE_STATUS[CVE-2023-53111] = "fixed-version: Fixed from version 6.3" | ||
5796 | |||
5797 | CVE_STATUS[CVE-2023-53112] = "fixed-version: Fixed from version 6.3" | ||
5798 | |||
5799 | CVE_STATUS[CVE-2023-53113] = "fixed-version: Fixed from version 6.3" | ||
5800 | |||
5801 | CVE_STATUS[CVE-2023-53114] = "fixed-version: Fixed from version 6.3" | ||
5802 | |||
5803 | CVE_STATUS[CVE-2023-53115] = "fixed-version: Fixed from version 6.3" | ||
5804 | |||
5805 | CVE_STATUS[CVE-2023-53116] = "fixed-version: Fixed from version 6.3" | ||
5806 | |||
5807 | CVE_STATUS[CVE-2023-53117] = "fixed-version: Fixed from version 6.3" | ||
5808 | |||
5809 | CVE_STATUS[CVE-2023-53118] = "fixed-version: Fixed from version 6.2.8" | ||
5810 | |||
5811 | CVE_STATUS[CVE-2023-53119] = "fixed-version: Fixed from version 6.3" | ||
5812 | |||
5813 | CVE_STATUS[CVE-2023-53120] = "fixed-version: Fixed from version 6.3" | ||
5814 | |||
5815 | CVE_STATUS[CVE-2023-53121] = "fixed-version: Fixed from version 6.3" | ||
5816 | |||
5817 | CVE_STATUS[CVE-2023-53123] = "fixed-version: Fixed from version 6.3" | ||
5818 | |||
5819 | CVE_STATUS[CVE-2023-53124] = "fixed-version: Fixed from version 6.3" | ||
5820 | |||
5821 | CVE_STATUS[CVE-2023-53125] = "fixed-version: Fixed from version 6.3" | ||
5822 | |||
5823 | CVE_STATUS[CVE-2023-53126] = "fixed-version: Fixed from version 6.3" | ||
5824 | |||
5825 | CVE_STATUS[CVE-2023-53127] = "fixed-version: Fixed from version 6.3" | ||
5826 | |||
5827 | CVE_STATUS[CVE-2023-53128] = "fixed-version: Fixed from version 6.3" | ||
5828 | |||
5829 | CVE_STATUS[CVE-2023-53131] = "fixed-version: Fixed from version 6.3" | ||
5830 | |||
5831 | CVE_STATUS[CVE-2023-53132] = "fixed-version: Fixed from version 6.3" | ||
5832 | |||
5833 | CVE_STATUS[CVE-2023-53133] = "fixed-version: Fixed from version 6.3" | ||
5834 | |||
5835 | CVE_STATUS[CVE-2023-53134] = "fixed-version: Fixed from version 6.3" | ||
5836 | |||
5837 | CVE_STATUS[CVE-2023-53135] = "fixed-version: Fixed from version 6.3" | ||
5838 | |||
5839 | CVE_STATUS[CVE-2023-53136] = "fixed-version: Fixed from version 6.3" | ||
5840 | |||
5841 | CVE_STATUS[CVE-2023-53137] = "fixed-version: Fixed from version 6.3" | ||
5842 | |||
5843 | CVE_STATUS[CVE-2023-53138] = "fixed-version: Fixed from version 6.3" | ||
5844 | |||
5845 | CVE_STATUS[CVE-2023-53139] = "fixed-version: Fixed from version 6.3" | ||
5846 | |||
5847 | CVE_STATUS[CVE-2023-53140] = "fixed-version: Fixed from version 6.3" | ||
5848 | |||
5849 | CVE_STATUS[CVE-2023-53141] = "fixed-version: Fixed from version 6.3" | ||
5850 | |||
5851 | CVE_STATUS[CVE-2023-53142] = "fixed-version: Fixed from version 6.3" | ||
5852 | |||
5853 | CVE_STATUS[CVE-2023-53143] = "fixed-version: Fixed from version 6.3" | ||
5854 | |||
5855 | CVE_STATUS[CVE-2023-53144] = "fixed-version: Fixed from version 6.3" | ||
5856 | |||
5857 | CVE_STATUS[CVE-2023-53145] = "fixed-version: Fixed from version 6.3" | ||
5858 | |||
5859 | CVE_STATUS[CVE-2023-53146] = "fixed-version: Fixed from version 6.6" | ||
5860 | |||
5861 | CVE_STATUS[CVE-2024-26581] = "fixed-version: Fixed from version 6.8" | ||
5862 | |||
5863 | CVE_STATUS[CVE-2024-26582] = "fixed-version: Fixed from version 6.8" | ||
5864 | |||
5865 | CVE_STATUS[CVE-2024-26583] = "fixed-version: Fixed from version 6.8" | ||
5866 | |||
5867 | CVE_STATUS[CVE-2024-26584] = "fixed-version: Fixed from version 6.8" | ||
5868 | |||
5869 | CVE_STATUS[CVE-2024-26585] = "fixed-version: Fixed from version 6.8" | ||
5870 | |||
5871 | CVE_STATUS[CVE-2024-26586] = "fixed-version: Fixed from version 6.8" | ||
5872 | |||
5873 | CVE_STATUS[CVE-2024-26587] = "fixed-version: Fixed from version 6.8" | ||
5874 | |||
5875 | CVE_STATUS[CVE-2024-26588] = "fixed-version: Fixed from version 6.8" | ||
5876 | |||
5877 | CVE_STATUS[CVE-2024-26589] = "fixed-version: Fixed from version 6.8" | ||
5878 | |||
5879 | CVE_STATUS[CVE-2024-26590] = "fixed-version: Fixed from version 6.8" | ||
5880 | |||
5881 | CVE_STATUS[CVE-2024-26591] = "fixed-version: Fixed from version 6.8" | ||
5882 | |||
5883 | CVE_STATUS[CVE-2024-26592] = "fixed-version: Fixed from version 6.8" | ||
5884 | |||
5885 | CVE_STATUS[CVE-2024-26593] = "fixed-version: Fixed from version 6.8" | ||
5886 | |||
5887 | CVE_STATUS[CVE-2024-26594] = "fixed-version: Fixed from version 6.8" | ||
5888 | |||
5889 | CVE_STATUS[CVE-2024-26595] = "fixed-version: Fixed from version 6.8" | ||
5890 | |||
5891 | CVE_STATUS[CVE-2024-26596] = "fixed-version: Fixed from version 6.8" | ||
5892 | |||
5893 | CVE_STATUS[CVE-2024-26597] = "fixed-version: Fixed from version 6.8" | ||
5894 | |||
5895 | CVE_STATUS[CVE-2024-26598] = "fixed-version: Fixed from version 6.8" | ||
5896 | |||
5897 | CVE_STATUS[CVE-2024-26599] = "fixed-version: Fixed from version 6.8" | ||
5898 | |||
5899 | CVE_STATUS[CVE-2024-26600] = "fixed-version: Fixed from version 6.8" | ||
5900 | |||
5901 | CVE_STATUS[CVE-2024-26601] = "fixed-version: Fixed from version 6.8" | ||
5902 | |||
5903 | CVE_STATUS[CVE-2024-26602] = "fixed-version: Fixed from version 6.8" | ||
5904 | |||
5905 | CVE_STATUS[CVE-2024-26603] = "fixed-version: Fixed from version 6.8" | ||
5906 | |||
5907 | CVE_STATUS[CVE-2024-26604] = "fixed-version: Fixed from version 6.8" | ||
5908 | |||
5909 | CVE_STATUS[CVE-2024-26605] = "fixed-version: Fixed from version 6.8" | ||
5910 | |||
5911 | CVE_STATUS[CVE-2024-26606] = "fixed-version: Fixed from version 6.8" | ||
5912 | |||
5913 | CVE_STATUS[CVE-2024-26607] = "fixed-version: Fixed from version 6.8" | ||
5914 | |||
5915 | CVE_STATUS[CVE-2024-26608] = "fixed-version: Fixed from version 6.8" | ||
5916 | |||
5917 | CVE_STATUS[CVE-2024-26610] = "fixed-version: Fixed from version 6.8" | ||
5918 | |||
5919 | CVE_STATUS[CVE-2024-26611] = "fixed-version: Fixed from version 6.8" | ||
5920 | |||
5921 | CVE_STATUS[CVE-2024-26612] = "fixed-version: Fixed from version 6.8" | ||
5922 | |||
5923 | CVE_STATUS[CVE-2024-26614] = "fixed-version: Fixed from version 6.8" | ||
5924 | |||
5925 | CVE_STATUS[CVE-2024-26615] = "fixed-version: Fixed from version 6.8" | ||
5926 | |||
5927 | CVE_STATUS[CVE-2024-26616] = "fixed-version: Fixed from version 6.8" | ||
5928 | |||
5929 | CVE_STATUS[CVE-2024-26617] = "fixed-version: Fixed from version 6.8" | ||
5930 | |||
5931 | CVE_STATUS[CVE-2024-26618] = "fixed-version: Fixed from version 6.8" | ||
5932 | |||
5933 | CVE_STATUS[CVE-2024-26619] = "fixed-version: Fixed from version 6.8" | ||
5934 | |||
5935 | CVE_STATUS[CVE-2024-26620] = "fixed-version: Fixed from version 6.8" | ||
5936 | |||
5937 | CVE_STATUS[CVE-2024-26621] = "fixed-version: Fixed from version 6.8" | ||
5938 | |||
5939 | CVE_STATUS[CVE-2024-26622] = "fixed-version: Fixed from version 6.8" | ||
5940 | |||
5941 | CVE_STATUS[CVE-2024-26623] = "fixed-version: Fixed from version 6.8" | ||
5942 | |||
5943 | CVE_STATUS[CVE-2024-26625] = "fixed-version: Fixed from version 6.8" | ||
5944 | |||
5945 | CVE_STATUS[CVE-2024-26626] = "fixed-version: Fixed from version 6.7.4" | ||
5946 | |||
5947 | CVE_STATUS[CVE-2024-26627] = "fixed-version: Fixed from version 6.8" | ||
5948 | |||
5949 | CVE_STATUS[CVE-2024-26629] = "fixed-version: Fixed from version 6.8" | ||
5950 | |||
5951 | CVE_STATUS[CVE-2024-26630] = "fixed-version: Fixed from version 6.8" | ||
5952 | |||
5953 | CVE_STATUS[CVE-2024-26631] = "fixed-version: Fixed from version 6.8" | ||
5954 | |||
5955 | CVE_STATUS[CVE-2024-26632] = "fixed-version: Fixed from version 6.8" | ||
5956 | |||
5957 | CVE_STATUS[CVE-2024-26633] = "fixed-version: Fixed from version 6.8" | ||
5958 | |||
5959 | CVE_STATUS[CVE-2024-26634] = "fixed-version: Fixed from version 6.8" | ||
5960 | |||
5961 | CVE_STATUS[CVE-2024-26635] = "fixed-version: Fixed from version 6.8" | ||
5962 | |||
5963 | CVE_STATUS[CVE-2024-26636] = "fixed-version: Fixed from version 6.8" | ||
5964 | |||
5965 | CVE_STATUS[CVE-2024-26637] = "fixed-version: Fixed from version 6.8" | ||
5966 | |||
5967 | CVE_STATUS[CVE-2024-26638] = "fixed-version: Fixed from version 6.8" | ||
5968 | |||
5969 | CVE_STATUS[CVE-2024-26640] = "fixed-version: Fixed from version 6.8" | ||
5970 | |||
5971 | CVE_STATUS[CVE-2024-26641] = "fixed-version: Fixed from version 6.8" | ||
5972 | |||
5973 | CVE_STATUS[CVE-2024-26642] = "fixed-version: Fixed from version 6.8" | ||
5974 | |||
5975 | CVE_STATUS[CVE-2024-26643] = "fixed-version: Fixed from version 6.8" | ||
5976 | |||
5977 | CVE_STATUS[CVE-2024-26644] = "fixed-version: Fixed from version 6.8" | ||
5978 | |||
5979 | CVE_STATUS[CVE-2024-26645] = "fixed-version: Fixed from version 6.8" | ||
5980 | |||
5981 | CVE_STATUS[CVE-2024-26646] = "fixed-version: Fixed from version 6.8" | ||
5982 | |||
5983 | CVE_STATUS[CVE-2024-26647] = "fixed-version: Fixed from version 6.8" | ||
5984 | |||
5985 | CVE_STATUS[CVE-2024-26648] = "fixed-version: Fixed from version 6.8" | ||
5986 | |||
5987 | CVE_STATUS[CVE-2024-26649] = "fixed-version: Fixed from version 6.8" | ||
5988 | |||
5989 | CVE_STATUS[CVE-2024-26651] = "fixed-version: Fixed from version 6.9" | ||
5990 | |||
5991 | CVE_STATUS[CVE-2024-26652] = "fixed-version: Fixed from version 6.8" | ||
5992 | |||
5993 | CVE_STATUS[CVE-2024-26653] = "fixed-version: Fixed from version 6.9" | ||
5994 | |||
5995 | CVE_STATUS[CVE-2024-26654] = "fixed-version: Fixed from version 6.9" | ||
5996 | |||
5997 | CVE_STATUS[CVE-2024-26655] = "fixed-version: Fixed from version 6.9" | ||
5998 | |||
5999 | CVE_STATUS[CVE-2024-26656] = "fixed-version: Fixed from version 6.9" | ||
6000 | |||
6001 | CVE_STATUS[CVE-2024-26657] = "fixed-version: Fixed from version 6.9" | ||
6002 | |||
6003 | CVE_STATUS[CVE-2024-26658] = "fixed-version: Fixed from version 6.8" | ||
6004 | |||
6005 | CVE_STATUS[CVE-2024-26659] = "fixed-version: Fixed from version 6.8" | ||
6006 | |||
6007 | CVE_STATUS[CVE-2024-26660] = "fixed-version: Fixed from version 6.8" | ||
6008 | |||
6009 | CVE_STATUS[CVE-2024-26661] = "fixed-version: Fixed from version 6.8" | ||
6010 | |||
6011 | CVE_STATUS[CVE-2024-26662] = "fixed-version: Fixed from version 6.8" | ||
6012 | |||
6013 | CVE_STATUS[CVE-2024-26663] = "fixed-version: Fixed from version 6.8" | ||
6014 | |||
6015 | CVE_STATUS[CVE-2024-26664] = "fixed-version: Fixed from version 6.8" | ||
6016 | |||
6017 | CVE_STATUS[CVE-2024-26665] = "fixed-version: Fixed from version 6.8" | ||
6018 | |||
6019 | CVE_STATUS[CVE-2024-26666] = "fixed-version: Fixed from version 6.8" | ||
6020 | |||
6021 | CVE_STATUS[CVE-2024-26667] = "fixed-version: Fixed from version 6.8" | ||
6022 | |||
6023 | CVE_STATUS[CVE-2024-26668] = "fixed-version: Fixed from version 6.8" | ||
6024 | |||
6025 | CVE_STATUS[CVE-2024-26669] = "fixed-version: Fixed from version 6.8" | ||
6026 | |||
6027 | CVE_STATUS[CVE-2024-26670] = "fixed-version: Fixed from version 6.8" | ||
6028 | |||
6029 | CVE_STATUS[CVE-2024-26671] = "fixed-version: Fixed from version 6.8" | ||
6030 | |||
6031 | CVE_STATUS[CVE-2024-26672] = "fixed-version: Fixed from version 6.8" | ||
6032 | |||
6033 | CVE_STATUS[CVE-2024-26673] = "fixed-version: Fixed from version 6.8" | ||
6034 | |||
6035 | CVE_STATUS[CVE-2024-26674] = "fixed-version: Fixed from version 6.8" | ||
6036 | |||
6037 | CVE_STATUS[CVE-2024-26675] = "fixed-version: Fixed from version 6.8" | ||
6038 | |||
6039 | CVE_STATUS[CVE-2024-26676] = "fixed-version: Fixed from version 6.8" | ||
6040 | |||
6041 | CVE_STATUS[CVE-2024-26677] = "fixed-version: Fixed from version 6.8" | ||
6042 | |||
6043 | CVE_STATUS[CVE-2024-26678] = "fixed-version: Fixed from version 6.8" | ||
6044 | |||
6045 | CVE_STATUS[CVE-2024-26679] = "fixed-version: Fixed from version 6.8" | ||
6046 | |||
6047 | CVE_STATUS[CVE-2024-26680] = "fixed-version: Fixed from version 6.8" | ||
6048 | |||
6049 | CVE_STATUS[CVE-2024-26681] = "fixed-version: Fixed from version 6.8" | ||
6050 | |||
6051 | CVE_STATUS[CVE-2024-26682] = "fixed-version: Fixed from version 6.8" | ||
6052 | |||
6053 | CVE_STATUS[CVE-2024-26683] = "fixed-version: Fixed from version 6.8" | ||
6054 | |||
6055 | CVE_STATUS[CVE-2024-26684] = "fixed-version: Fixed from version 6.8" | ||
6056 | |||
6057 | CVE_STATUS[CVE-2024-26685] = "fixed-version: Fixed from version 6.8" | ||
6058 | |||
6059 | CVE_STATUS[CVE-2024-26686] = "fixed-version: Fixed from version 6.8" | ||
6060 | |||
6061 | CVE_STATUS[CVE-2024-26687] = "fixed-version: Fixed from version 6.8" | ||
6062 | |||
6063 | CVE_STATUS[CVE-2024-26688] = "fixed-version: Fixed from version 6.8" | ||
6064 | |||
6065 | CVE_STATUS[CVE-2024-26689] = "fixed-version: Fixed from version 6.8" | ||
6066 | |||
6067 | CVE_STATUS[CVE-2024-26690] = "fixed-version: Fixed from version 6.8" | ||
6068 | |||
6069 | CVE_STATUS[CVE-2024-26691] = "fixed-version: Fixed from version 6.8" | ||
6070 | |||
6071 | CVE_STATUS[CVE-2024-26692] = "fixed-version: Fixed from version 6.8" | ||
6072 | |||
6073 | CVE_STATUS[CVE-2024-26693] = "fixed-version: Fixed from version 6.8" | ||
6074 | |||
6075 | CVE_STATUS[CVE-2024-26694] = "fixed-version: Fixed from version 6.8" | ||
6076 | |||
6077 | CVE_STATUS[CVE-2024-26695] = "fixed-version: Fixed from version 6.8" | ||
6078 | |||
6079 | CVE_STATUS[CVE-2024-26696] = "fixed-version: Fixed from version 6.8" | ||
6080 | |||
6081 | CVE_STATUS[CVE-2024-26697] = "fixed-version: Fixed from version 6.8" | ||
6082 | |||
6083 | CVE_STATUS[CVE-2024-26698] = "fixed-version: Fixed from version 6.8" | ||
6084 | |||
6085 | CVE_STATUS[CVE-2024-26699] = "fixed-version: Fixed from version 6.8" | ||
6086 | |||
6087 | CVE_STATUS[CVE-2024-26700] = "fixed-version: Fixed from version 6.8" | ||
6088 | |||
6089 | CVE_STATUS[CVE-2024-26702] = "fixed-version: Fixed from version 6.8" | ||
6090 | |||
6091 | CVE_STATUS[CVE-2024-26703] = "fixed-version: Fixed from version 6.8" | ||
6092 | |||
6093 | CVE_STATUS[CVE-2024-26704] = "fixed-version: Fixed from version 6.8" | ||
6094 | |||
6095 | CVE_STATUS[CVE-2024-26705] = "fixed-version: Fixed from version 6.8" | ||
6096 | |||
6097 | CVE_STATUS[CVE-2024-26706] = "fixed-version: Fixed from version 6.8" | ||
6098 | |||
6099 | CVE_STATUS[CVE-2024-26707] = "fixed-version: Fixed from version 6.8" | ||
6100 | |||
6101 | CVE_STATUS[CVE-2024-26708] = "fixed-version: Fixed from version 6.8" | ||
6102 | |||
6103 | CVE_STATUS[CVE-2024-26709] = "fixed-version: Fixed from version 6.8" | ||
6104 | |||
6105 | CVE_STATUS[CVE-2024-26710] = "fixed-version: Fixed from version 6.7.6" | ||
6106 | |||
6107 | CVE_STATUS[CVE-2024-26711] = "fixed-version: Fixed from version 6.8" | ||
6108 | |||
6109 | CVE_STATUS[CVE-2024-26712] = "fixed-version: Fixed from version 6.8" | ||
6110 | |||
6111 | CVE_STATUS[CVE-2024-26714] = "fixed-version: Fixed from version 6.8" | ||
6112 | |||
6113 | CVE_STATUS[CVE-2024-26715] = "fixed-version: Fixed from version 6.8" | ||
6114 | |||
6115 | CVE_STATUS[CVE-2024-26716] = "fixed-version: Fixed from version 6.8" | ||
6116 | |||
6117 | CVE_STATUS[CVE-2024-26717] = "fixed-version: Fixed from version 6.8" | ||
6118 | |||
6119 | CVE_STATUS[CVE-2024-26718] = "fixed-version: Fixed from version 6.8" | ||
6120 | |||
6121 | CVE_STATUS[CVE-2024-26719] = "fixed-version: Fixed from version 6.8" | ||
6122 | |||
6123 | CVE_STATUS[CVE-2024-26721] = "fixed-version: Fixed from version 6.8" | ||
6124 | |||
6125 | CVE_STATUS[CVE-2024-26722] = "fixed-version: Fixed from version 6.8" | ||
6126 | |||
6127 | CVE_STATUS[CVE-2024-26723] = "fixed-version: Fixed from version 6.8" | ||
6128 | |||
6129 | CVE_STATUS[CVE-2024-26724] = "fixed-version: Fixed from version 6.8" | ||
6130 | |||
6131 | CVE_STATUS[CVE-2024-26725] = "fixed-version: Fixed from version 6.8" | ||
6132 | |||
6133 | CVE_STATUS[CVE-2024-26726] = "fixed-version: Fixed from version 6.8" | ||
6134 | |||
6135 | CVE_STATUS[CVE-2024-26727] = "fixed-version: Fixed from version 6.8" | ||
6136 | |||
6137 | CVE_STATUS[CVE-2024-26728] = "fixed-version: Fixed from version 6.8" | ||
6138 | |||
6139 | CVE_STATUS[CVE-2024-26729] = "fixed-version: Fixed from version 6.8" | ||
6140 | |||
6141 | CVE_STATUS[CVE-2024-26730] = "fixed-version: Fixed from version 6.8" | ||
6142 | |||
6143 | CVE_STATUS[CVE-2024-26731] = "fixed-version: Fixed from version 6.8" | ||
6144 | |||
6145 | CVE_STATUS[CVE-2024-26732] = "fixed-version: Fixed from version 6.8" | ||
6146 | |||
6147 | CVE_STATUS[CVE-2024-26733] = "fixed-version: Fixed from version 6.8" | ||
6148 | |||
6149 | CVE_STATUS[CVE-2024-26734] = "fixed-version: Fixed from version 6.8" | ||
6150 | |||
6151 | CVE_STATUS[CVE-2024-26735] = "fixed-version: Fixed from version 6.8" | ||
6152 | |||
6153 | CVE_STATUS[CVE-2024-26736] = "fixed-version: Fixed from version 6.8" | ||
6154 | |||
6155 | CVE_STATUS[CVE-2024-26737] = "fixed-version: Fixed from version 6.8" | ||
6156 | |||
6157 | CVE_STATUS[CVE-2024-26738] = "fixed-version: Fixed from version 6.8" | ||
6158 | |||
6159 | CVE_STATUS[CVE-2024-26739] = "fixed-version: Fixed from version 6.8" | ||
6160 | |||
6161 | CVE_STATUS[CVE-2024-26740] = "fixed-version: Fixed from version 6.8" | ||
6162 | |||
6163 | CVE_STATUS[CVE-2024-26741] = "fixed-version: Fixed from version 6.8" | ||
6164 | |||
6165 | CVE_STATUS[CVE-2024-26742] = "fixed-version: Fixed from version 6.8" | ||
6166 | |||
6167 | CVE_STATUS[CVE-2024-26743] = "fixed-version: Fixed from version 6.8" | ||
6168 | |||
6169 | CVE_STATUS[CVE-2024-26744] = "fixed-version: Fixed from version 6.8" | ||
6170 | |||
6171 | CVE_STATUS[CVE-2024-26745] = "fixed-version: Fixed from version 6.8" | ||
6172 | |||
6173 | CVE_STATUS[CVE-2024-26746] = "fixed-version: Fixed from version 6.8" | ||
6174 | |||
6175 | CVE_STATUS[CVE-2024-26747] = "fixed-version: Fixed from version 6.8" | ||
6176 | |||
6177 | CVE_STATUS[CVE-2024-26748] = "fixed-version: Fixed from version 6.8" | ||
6178 | |||
6179 | CVE_STATUS[CVE-2024-26749] = "fixed-version: Fixed from version 6.8" | ||
6180 | |||
6181 | CVE_STATUS[CVE-2024-26750] = "fixed-version: Fixed from version 5.15.151" | ||
6182 | |||
6183 | CVE_STATUS[CVE-2024-26751] = "fixed-version: Fixed from version 6.8" | ||
6184 | |||
6185 | CVE_STATUS[CVE-2024-26752] = "fixed-version: Fixed from version 6.8" | ||
6186 | |||
6187 | CVE_STATUS[CVE-2024-26753] = "fixed-version: Fixed from version 6.8" | ||
6188 | |||
6189 | CVE_STATUS[CVE-2024-26754] = "fixed-version: Fixed from version 6.8" | ||
6190 | |||
6191 | CVE_STATUS[CVE-2024-26755] = "fixed-version: Fixed from version 6.8" | ||
6192 | |||
6193 | CVE_STATUS[CVE-2024-26756] = "fixed-version: Fixed from version 6.8" | ||
6194 | |||
6195 | CVE_STATUS[CVE-2024-26757] = "fixed-version: Fixed from version 6.8" | ||
6196 | |||
6197 | CVE_STATUS[CVE-2024-26758] = "fixed-version: Fixed from version 6.8" | ||
6198 | |||
6199 | CVE_STATUS[CVE-2024-26759] = "fixed-version: Fixed from version 6.8" | ||
6200 | |||
6201 | CVE_STATUS[CVE-2024-26760] = "fixed-version: Fixed from version 6.8" | ||
6202 | |||
6203 | CVE_STATUS[CVE-2024-26761] = "fixed-version: Fixed from version 6.8" | ||
6204 | |||
6205 | CVE_STATUS[CVE-2024-26762] = "fixed-version: Fixed from version 6.8" | ||
6206 | |||
6207 | CVE_STATUS[CVE-2024-26763] = "fixed-version: Fixed from version 6.8" | ||
6208 | |||
6209 | CVE_STATUS[CVE-2024-26764] = "fixed-version: Fixed from version 6.8" | ||
6210 | |||
6211 | CVE_STATUS[CVE-2024-26765] = "fixed-version: Fixed from version 6.8" | ||
6212 | |||
6213 | CVE_STATUS[CVE-2024-26766] = "fixed-version: Fixed from version 6.8" | ||
6214 | |||
6215 | CVE_STATUS[CVE-2024-26767] = "fixed-version: Fixed from version 6.8" | ||
6216 | |||
6217 | CVE_STATUS[CVE-2024-26768] = "fixed-version: Fixed from version 6.8" | ||
6218 | |||
6219 | CVE_STATUS[CVE-2024-26769] = "fixed-version: Fixed from version 6.8" | ||
6220 | |||
6221 | CVE_STATUS[CVE-2024-26770] = "fixed-version: Fixed from version 6.8" | ||
6222 | |||
6223 | CVE_STATUS[CVE-2024-26771] = "fixed-version: Fixed from version 6.8" | ||
6224 | |||
6225 | CVE_STATUS[CVE-2024-26772] = "fixed-version: Fixed from version 6.8" | ||
6226 | |||
6227 | CVE_STATUS[CVE-2024-26773] = "fixed-version: Fixed from version 6.8" | ||
6228 | |||
6229 | CVE_STATUS[CVE-2024-26774] = "fixed-version: Fixed from version 6.8" | ||
6230 | |||
6231 | CVE_STATUS[CVE-2024-26775] = "fixed-version: Fixed from version 6.8" | ||
6232 | |||
6233 | CVE_STATUS[CVE-2024-26776] = "fixed-version: Fixed from version 6.8" | ||
6234 | |||
6235 | CVE_STATUS[CVE-2024-26777] = "fixed-version: Fixed from version 6.8" | ||
6236 | |||
6237 | CVE_STATUS[CVE-2024-26778] = "fixed-version: Fixed from version 6.8" | ||
6238 | |||
6239 | CVE_STATUS[CVE-2024-26779] = "fixed-version: Fixed from version 6.8" | ||
6240 | |||
6241 | CVE_STATUS[CVE-2024-26780] = "fixed-version: Fixed from version 6.7.9" | ||
6242 | |||
6243 | CVE_STATUS[CVE-2024-26781] = "fixed-version: Fixed from version 6.7.9" | ||
6244 | |||
6245 | CVE_STATUS[CVE-2024-26782] = "fixed-version: Fixed from version 6.8" | ||
6246 | |||
6247 | CVE_STATUS[CVE-2024-26783] = "fixed-version: Fixed from version 6.8" | ||
6248 | |||
6249 | CVE_STATUS[CVE-2024-26784] = "fixed-version: Fixed from version 6.8" | ||
6250 | |||
6251 | CVE_STATUS[CVE-2024-26785] = "fixed-version: Fixed from version 6.8" | ||
6252 | |||
6253 | CVE_STATUS[CVE-2024-26786] = "fixed-version: Fixed from version 6.8" | ||
6254 | |||
6255 | CVE_STATUS[CVE-2024-26787] = "fixed-version: Fixed from version 6.8" | ||
6256 | |||
6257 | CVE_STATUS[CVE-2024-26788] = "fixed-version: Fixed from version 6.8" | ||
6258 | |||
6259 | CVE_STATUS[CVE-2024-26789] = "fixed-version: Fixed from version 6.8" | ||
6260 | |||
6261 | CVE_STATUS[CVE-2024-26790] = "fixed-version: Fixed from version 6.8" | ||
6262 | |||
6263 | CVE_STATUS[CVE-2024-26791] = "fixed-version: Fixed from version 6.8" | ||
6264 | |||
6265 | CVE_STATUS[CVE-2024-26792] = "fixed-version: Fixed from version 6.7.9" | ||
6266 | |||
6267 | CVE_STATUS[CVE-2024-26793] = "fixed-version: Fixed from version 6.8" | ||
6268 | |||
6269 | CVE_STATUS[CVE-2024-26795] = "fixed-version: Fixed from version 6.8" | ||
6270 | |||
6271 | CVE_STATUS[CVE-2024-26796] = "fixed-version: Fixed from version 6.8" | ||
6272 | |||
6273 | CVE_STATUS[CVE-2024-26797] = "fixed-version: Fixed from version 6.8" | ||
6274 | |||
6275 | CVE_STATUS[CVE-2024-26798] = "fixed-version: Fixed from version 6.8" | ||
6276 | |||
6277 | CVE_STATUS[CVE-2024-26799] = "fixed-version: Fixed from version 6.8" | ||
6278 | |||
6279 | CVE_STATUS[CVE-2024-26800] = "fixed-version: Fixed from version 6.7.9" | ||
6280 | |||
6281 | CVE_STATUS[CVE-2024-26801] = "fixed-version: Fixed from version 6.8" | ||
6282 | |||
6283 | CVE_STATUS[CVE-2024-26802] = "fixed-version: Fixed from version 6.8" | ||
6284 | |||
6285 | CVE_STATUS[CVE-2024-26803] = "fixed-version: Fixed from version 6.8" | ||
6286 | |||
6287 | CVE_STATUS[CVE-2024-26804] = "fixed-version: Fixed from version 6.8" | ||
6288 | |||
6289 | CVE_STATUS[CVE-2024-26805] = "fixed-version: Fixed from version 6.8" | ||
6290 | |||
6291 | CVE_STATUS[CVE-2024-26806] = "fixed-version: Fixed from version 6.8" | ||
6292 | |||
6293 | CVE_STATUS[CVE-2024-26807] = "fixed-version: Fixed from version 6.8" | ||
6294 | |||
6295 | CVE_STATUS[CVE-2024-26808] = "fixed-version: Fixed from version 6.8" | ||
6296 | |||
6297 | CVE_STATUS[CVE-2024-26809] = "fixed-version: Fixed from version 6.9" | ||
6298 | |||
6299 | CVE_STATUS[CVE-2024-26810] = "fixed-version: Fixed from version 6.9" | ||
6300 | |||
6301 | CVE_STATUS[CVE-2024-26811] = "fixed-version: Fixed from version 6.9" | ||
6302 | |||
6303 | CVE_STATUS[CVE-2024-26812] = "fixed-version: Fixed from version 6.9" | ||
6304 | |||
6305 | CVE_STATUS[CVE-2024-26813] = "fixed-version: Fixed from version 6.9" | ||
6306 | |||
6307 | CVE_STATUS[CVE-2024-26814] = "fixed-version: Fixed from version 6.9" | ||
6308 | |||
6309 | CVE_STATUS[CVE-2024-26815] = "fixed-version: Fixed from version 6.9" | ||
6310 | |||
6311 | CVE_STATUS[CVE-2024-26816] = "fixed-version: Fixed from version 6.9" | ||
6312 | |||
6313 | CVE_STATUS[CVE-2024-26817] = "fixed-version: Fixed from version 6.9" | ||
6314 | |||
6315 | CVE_STATUS[CVE-2024-26818] = "fixed-version: Fixed from version 6.8" | ||
6316 | |||
6317 | CVE_STATUS[CVE-2024-26820] = "fixed-version: Fixed from version 6.8" | ||
6318 | |||
6319 | CVE_STATUS[CVE-2024-26822] = "fixed-version: Fixed from version 6.8" | ||
6320 | |||
6321 | CVE_STATUS[CVE-2024-26823] = "fixed-version: Fixed from version 6.8" | ||
6322 | |||
6323 | CVE_STATUS[CVE-2024-26824] = "fixed-version: Fixed from version 6.8" | ||
6324 | |||
6325 | CVE_STATUS[CVE-2024-26825] = "fixed-version: Fixed from version 6.8" | ||
6326 | |||
6327 | CVE_STATUS[CVE-2024-26826] = "fixed-version: Fixed from version 6.8" | ||
6328 | |||
6329 | CVE_STATUS[CVE-2024-26828] = "fixed-version: Fixed from version 6.8" | ||
6330 | |||
6331 | CVE_STATUS[CVE-2024-26829] = "fixed-version: Fixed from version 6.8" | ||
6332 | |||
6333 | CVE_STATUS[CVE-2024-26830] = "fixed-version: Fixed from version 6.8" | ||
6334 | |||
6335 | CVE_STATUS[CVE-2024-26831] = "fixed-version: Fixed from version 6.8" | ||
6336 | |||
6337 | CVE_STATUS[CVE-2024-26832] = "fixed-version: Fixed from version 6.8" | ||
6338 | |||
6339 | CVE_STATUS[CVE-2024-26833] = "fixed-version: Fixed from version 6.8" | ||
6340 | |||
6341 | CVE_STATUS[CVE-2024-26834] = "fixed-version: Fixed from version 6.8" | ||
6342 | |||
6343 | CVE_STATUS[CVE-2024-26835] = "fixed-version: Fixed from version 6.8" | ||
6344 | |||
6345 | CVE_STATUS[CVE-2024-26836] = "fixed-version: Fixed from version 6.8" | ||
6346 | |||
6347 | CVE_STATUS[CVE-2024-26837] = "fixed-version: Fixed from version 6.8" | ||
6348 | |||
6349 | CVE_STATUS[CVE-2024-26838] = "fixed-version: Fixed from version 6.8" | ||
6350 | |||
6351 | CVE_STATUS[CVE-2024-26839] = "fixed-version: Fixed from version 6.8" | ||
6352 | |||
6353 | CVE_STATUS[CVE-2024-26840] = "fixed-version: Fixed from version 6.8" | ||
6354 | |||
6355 | CVE_STATUS[CVE-2024-26841] = "fixed-version: Fixed from version 6.8" | ||
6356 | |||
6357 | CVE_STATUS[CVE-2024-26842] = "fixed-version: Fixed from version 6.8" | ||
6358 | |||
6359 | CVE_STATUS[CVE-2024-26843] = "fixed-version: Fixed from version 6.8" | ||
6360 | |||
6361 | CVE_STATUS[CVE-2024-26844] = "fixed-version: Fixed from version 6.8" | ||
6362 | |||
6363 | CVE_STATUS[CVE-2024-26845] = "fixed-version: Fixed from version 6.8" | ||
6364 | |||
6365 | CVE_STATUS[CVE-2024-26846] = "fixed-version: Fixed from version 6.8" | ||
6366 | |||
6367 | CVE_STATUS[CVE-2024-26847] = "fixed-version: Fixed from version 6.8" | ||
6368 | |||
6369 | CVE_STATUS[CVE-2024-26849] = "fixed-version: Fixed from version 6.8" | ||
6370 | |||
6371 | CVE_STATUS[CVE-2024-26850] = "fixed-version: Fixed from version 6.8" | ||
6372 | |||
6373 | CVE_STATUS[CVE-2024-26851] = "fixed-version: Fixed from version 6.8" | ||
6374 | |||
6375 | CVE_STATUS[CVE-2024-26852] = "fixed-version: Fixed from version 6.8" | ||
6376 | |||
6377 | CVE_STATUS[CVE-2024-26853] = "fixed-version: Fixed from version 6.8" | ||
6378 | |||
6379 | CVE_STATUS[CVE-2024-26854] = "fixed-version: Fixed from version 6.8" | ||
6380 | |||
6381 | CVE_STATUS[CVE-2024-26855] = "fixed-version: Fixed from version 6.8" | ||
6382 | |||
6383 | CVE_STATUS[CVE-2024-26856] = "fixed-version: Fixed from version 6.8" | ||
6384 | |||
6385 | CVE_STATUS[CVE-2024-26857] = "fixed-version: Fixed from version 6.8" | ||
6386 | |||
6387 | CVE_STATUS[CVE-2024-26858] = "fixed-version: Fixed from version 6.8" | ||
6388 | |||
6389 | CVE_STATUS[CVE-2024-26859] = "fixed-version: Fixed from version 6.9" | ||
6390 | |||
6391 | CVE_STATUS[CVE-2024-26860] = "fixed-version: Fixed from version 6.9" | ||
6392 | |||
6393 | CVE_STATUS[CVE-2024-26861] = "fixed-version: Fixed from version 6.9" | ||
6394 | |||
6395 | CVE_STATUS[CVE-2024-26862] = "fixed-version: Fixed from version 6.9" | ||
6396 | |||
6397 | CVE_STATUS[CVE-2024-26863] = "fixed-version: Fixed from version 6.9" | ||
6398 | |||
6399 | CVE_STATUS[CVE-2024-26864] = "fixed-version: Fixed from version 6.9" | ||
6400 | |||
6401 | CVE_STATUS[CVE-2024-26865] = "fixed-version: Fixed from version 6.9" | ||
6402 | |||
6403 | CVE_STATUS[CVE-2024-26866] = "fixed-version: Fixed from version 6.9" | ||
6404 | |||
6405 | CVE_STATUS[CVE-2024-26867] = "fixed-version: Fixed from version 6.8" | ||
6406 | |||
6407 | CVE_STATUS[CVE-2024-26868] = "fixed-version: Fixed from version 6.9" | ||
6408 | |||
6409 | CVE_STATUS[CVE-2024-26869] = "fixed-version: Fixed from version 6.9" | ||
6410 | |||
6411 | CVE_STATUS[CVE-2024-26870] = "fixed-version: Fixed from version 6.9" | ||
6412 | |||
6413 | CVE_STATUS[CVE-2024-26871] = "fixed-version: Fixed from version 6.9" | ||
6414 | |||
6415 | CVE_STATUS[CVE-2024-26872] = "fixed-version: Fixed from version 6.9" | ||
6416 | |||
6417 | CVE_STATUS[CVE-2024-26873] = "fixed-version: Fixed from version 6.9" | ||
6418 | |||
6419 | CVE_STATUS[CVE-2024-26874] = "fixed-version: Fixed from version 6.9" | ||
6420 | |||
6421 | CVE_STATUS[CVE-2024-26875] = "fixed-version: Fixed from version 6.9" | ||
6422 | |||
6423 | CVE_STATUS[CVE-2024-26876] = "fixed-version: Fixed from version 6.9" | ||
6424 | |||
6425 | CVE_STATUS[CVE-2024-26877] = "fixed-version: Fixed from version 6.9" | ||
6426 | |||
6427 | CVE_STATUS[CVE-2024-26878] = "fixed-version: Fixed from version 6.9" | ||
6428 | |||
6429 | CVE_STATUS[CVE-2024-26879] = "fixed-version: Fixed from version 6.9" | ||
6430 | |||
6431 | CVE_STATUS[CVE-2024-26880] = "fixed-version: Fixed from version 6.9" | ||
6432 | |||
6433 | CVE_STATUS[CVE-2024-26881] = "fixed-version: Fixed from version 6.9" | ||
6434 | |||
6435 | CVE_STATUS[CVE-2024-26882] = "fixed-version: Fixed from version 6.9" | ||
6436 | |||
6437 | CVE_STATUS[CVE-2024-26883] = "fixed-version: Fixed from version 6.9" | ||
6438 | |||
6439 | CVE_STATUS[CVE-2024-26884] = "fixed-version: Fixed from version 6.9" | ||
6440 | |||
6441 | CVE_STATUS[CVE-2024-26885] = "fixed-version: Fixed from version 6.9" | ||
6442 | |||
6443 | CVE_STATUS[CVE-2024-26886] = "fixed-version: Fixed from version 6.9" | ||
6444 | |||
6445 | CVE_STATUS[CVE-2024-26887] = "fixed-version: Fixed from version 6.9" | ||
6446 | |||
6447 | CVE_STATUS[CVE-2024-26888] = "fixed-version: Fixed from version 6.9" | ||
6448 | |||
6449 | CVE_STATUS[CVE-2024-26889] = "fixed-version: Fixed from version 6.9" | ||
6450 | |||
6451 | CVE_STATUS[CVE-2024-26890] = "fixed-version: Fixed from version 6.9" | ||
6452 | |||
6453 | CVE_STATUS[CVE-2024-26891] = "fixed-version: Fixed from version 6.9" | ||
6454 | |||
6455 | CVE_STATUS[CVE-2024-26892] = "fixed-version: Fixed from version 6.9" | ||
6456 | |||
6457 | CVE_STATUS[CVE-2024-26893] = "fixed-version: Fixed from version 6.9" | ||
6458 | |||
6459 | CVE_STATUS[CVE-2024-26894] = "fixed-version: Fixed from version 6.9" | ||
6460 | |||
6461 | CVE_STATUS[CVE-2024-26895] = "fixed-version: Fixed from version 6.9" | ||
6462 | |||
6463 | CVE_STATUS[CVE-2024-26896] = "fixed-version: Fixed from version 6.9" | ||
6464 | |||
6465 | CVE_STATUS[CVE-2024-26897] = "fixed-version: Fixed from version 6.9" | ||
6466 | |||
6467 | CVE_STATUS[CVE-2024-26898] = "fixed-version: Fixed from version 6.9" | ||
6468 | |||
6469 | CVE_STATUS[CVE-2024-26899] = "fixed-version: Fixed from version 6.9" | ||
6470 | |||
6471 | CVE_STATUS[CVE-2024-26900] = "fixed-version: Fixed from version 6.9" | ||
6472 | |||
6473 | CVE_STATUS[CVE-2024-26901] = "fixed-version: Fixed from version 6.9" | ||
6474 | |||
6475 | CVE_STATUS[CVE-2024-26902] = "fixed-version: Fixed from version 6.8" | ||
6476 | |||
6477 | CVE_STATUS[CVE-2024-26903] = "fixed-version: Fixed from version 6.8" | ||
6478 | |||
6479 | CVE_STATUS[CVE-2024-26906] = "fixed-version: Fixed from version 6.8" | ||
6480 | |||
6481 | CVE_STATUS[CVE-2024-26907] = "fixed-version: Fixed from version 6.8" | ||
6482 | |||
6483 | CVE_STATUS[CVE-2024-26909] = "fixed-version: Fixed from version 6.8" | ||
6484 | |||
6485 | CVE_STATUS[CVE-2024-26910] = "fixed-version: Fixed from version 6.8" | ||
6486 | |||
6487 | CVE_STATUS[CVE-2024-26911] = "fixed-version: Fixed from version 6.8" | ||
6488 | |||
6489 | CVE_STATUS[CVE-2024-26912] = "fixed-version: Fixed from version 6.8" | ||
6490 | |||
6491 | CVE_STATUS[CVE-2024-26913] = "fixed-version: Fixed from version 6.8" | ||
6492 | |||
6493 | CVE_STATUS[CVE-2024-26914] = "fixed-version: Fixed from version 6.8" | ||
6494 | |||
6495 | CVE_STATUS[CVE-2024-26915] = "fixed-version: Fixed from version 6.8" | ||
6496 | |||
6497 | CVE_STATUS[CVE-2024-26916] = "fixed-version: Fixed from version 6.8" | ||
6498 | |||
6499 | CVE_STATUS[CVE-2024-26917] = "fixed-version: Fixed from version 6.8" | ||
6500 | |||
6501 | CVE_STATUS[CVE-2024-26918] = "fixed-version: Fixed from version 6.8" | ||
6502 | |||
6503 | CVE_STATUS[CVE-2024-26919] = "fixed-version: Fixed from version 6.8" | ||
6504 | |||
6505 | CVE_STATUS[CVE-2024-26920] = "fixed-version: Fixed from version 6.8" | ||
6506 | |||
6507 | CVE_STATUS[CVE-2024-26921] = "fixed-version: Fixed from version 6.9" | ||
6508 | |||
6509 | CVE_STATUS[CVE-2024-26922] = "fixed-version: Fixed from version 6.9" | ||
6510 | |||
6511 | CVE_STATUS[CVE-2024-26923] = "fixed-version: Fixed from version 6.9" | ||
6512 | |||
6513 | CVE_STATUS[CVE-2024-26924] = "fixed-version: Fixed from version 6.9" | ||
6514 | |||
6515 | CVE_STATUS[CVE-2024-26925] = "fixed-version: Fixed from version 6.9" | ||
6516 | |||
6517 | CVE_STATUS[CVE-2024-26926] = "fixed-version: Fixed from version 6.9" | ||
6518 | |||
6519 | CVE_STATUS[CVE-2024-26927] = "fixed-version: Fixed from version 6.9" | ||
6520 | |||
6521 | CVE_STATUS[CVE-2024-26928] = "fixed-version: Fixed from version 6.9" | ||
6522 | |||
6523 | CVE_STATUS[CVE-2024-26930] = "fixed-version: Fixed from version 6.9" | ||
6524 | |||
6525 | CVE_STATUS[CVE-2024-26931] = "fixed-version: Fixed from version 6.9" | ||
6526 | |||
6527 | CVE_STATUS[CVE-2024-26932] = "fixed-version: Fixed from version 6.9" | ||
6528 | |||
6529 | CVE_STATUS[CVE-2024-26933] = "fixed-version: Fixed from version 6.9" | ||
6530 | |||
6531 | CVE_STATUS[CVE-2024-26934] = "fixed-version: Fixed from version 6.9" | ||
6532 | |||
6533 | CVE_STATUS[CVE-2024-26935] = "fixed-version: Fixed from version 6.9" | ||
6534 | |||
6535 | CVE_STATUS[CVE-2024-26936] = "fixed-version: Fixed from version 6.9" | ||
6536 | |||
6537 | CVE_STATUS[CVE-2024-26937] = "fixed-version: Fixed from version 6.9" | ||
6538 | |||
6539 | CVE_STATUS[CVE-2024-26938] = "fixed-version: Fixed from version 6.9" | ||
6540 | |||
6541 | CVE_STATUS[CVE-2024-26939] = "fixed-version: Fixed from version 6.9" | ||
6542 | |||
6543 | CVE_STATUS[CVE-2024-26940] = "fixed-version: Fixed from version 6.9" | ||
6544 | |||
6545 | CVE_STATUS[CVE-2024-26941] = "fixed-version: Fixed from version 6.9" | ||
6546 | |||
6547 | CVE_STATUS[CVE-2024-26942] = "fixed-version: Fixed from version 6.9" | ||
6548 | |||
6549 | CVE_STATUS[CVE-2024-26943] = "fixed-version: Fixed from version 6.9" | ||
6550 | |||
6551 | CVE_STATUS[CVE-2024-26944] = "fixed-version: Fixed from version 6.9" | ||
6552 | |||
6553 | CVE_STATUS[CVE-2024-26945] = "fixed-version: Fixed from version 6.9" | ||
6554 | |||
6555 | CVE_STATUS[CVE-2024-26946] = "fixed-version: Fixed from version 6.9" | ||
6556 | |||
6557 | CVE_STATUS[CVE-2024-26947] = "fixed-version: Fixed from version 6.9" | ||
6558 | |||
6559 | CVE_STATUS[CVE-2024-26948] = "fixed-version: Fixed from version 6.9" | ||
6560 | |||
6561 | CVE_STATUS[CVE-2024-26949] = "fixed-version: Fixed from version 6.9" | ||
6562 | |||
6563 | CVE_STATUS[CVE-2024-26950] = "fixed-version: Fixed from version 6.9" | ||
6564 | |||
6565 | CVE_STATUS[CVE-2024-26951] = "fixed-version: Fixed from version 6.9" | ||
6566 | |||
6567 | CVE_STATUS[CVE-2024-26952] = "fixed-version: Fixed from version 6.9" | ||
6568 | |||
6569 | CVE_STATUS[CVE-2024-26953] = "fixed-version: Fixed from version 6.9" | ||
6570 | |||
6571 | CVE_STATUS[CVE-2024-26954] = "fixed-version: Fixed from version 6.9" | ||
6572 | |||
6573 | CVE_STATUS[CVE-2024-26955] = "fixed-version: Fixed from version 6.9" | ||
6574 | |||
6575 | CVE_STATUS[CVE-2024-26956] = "fixed-version: Fixed from version 6.9" | ||
6576 | |||
6577 | CVE_STATUS[CVE-2024-26957] = "fixed-version: Fixed from version 6.9" | ||
6578 | |||
6579 | CVE_STATUS[CVE-2024-26958] = "fixed-version: Fixed from version 6.9" | ||
6580 | |||
6581 | CVE_STATUS[CVE-2024-26959] = "fixed-version: Fixed from version 6.9" | ||
6582 | |||
6583 | CVE_STATUS[CVE-2024-26960] = "fixed-version: Fixed from version 6.9" | ||
6584 | |||
6585 | CVE_STATUS[CVE-2024-26961] = "fixed-version: Fixed from version 6.9" | ||
6586 | |||
6587 | CVE_STATUS[CVE-2024-26962] = "fixed-version: Fixed from version 6.9" | ||
6588 | |||
6589 | CVE_STATUS[CVE-2024-26963] = "fixed-version: Fixed from version 6.9" | ||
6590 | |||
6591 | CVE_STATUS[CVE-2024-26964] = "fixed-version: Fixed from version 6.9" | ||
6592 | |||
6593 | CVE_STATUS[CVE-2024-26965] = "fixed-version: Fixed from version 6.9" | ||
6594 | |||
6595 | CVE_STATUS[CVE-2024-26966] = "fixed-version: Fixed from version 6.9" | ||
6596 | |||
6597 | CVE_STATUS[CVE-2024-26967] = "fixed-version: Fixed from version 6.9" | ||
6598 | |||
6599 | CVE_STATUS[CVE-2024-26968] = "fixed-version: Fixed from version 6.9" | ||
6600 | |||
6601 | CVE_STATUS[CVE-2024-26969] = "fixed-version: Fixed from version 6.9" | ||
6602 | |||
6603 | CVE_STATUS[CVE-2024-26970] = "fixed-version: Fixed from version 6.9" | ||
6604 | |||
6605 | CVE_STATUS[CVE-2024-26971] = "fixed-version: Fixed from version 6.9" | ||
6606 | |||
6607 | CVE_STATUS[CVE-2024-26973] = "fixed-version: Fixed from version 6.9" | ||
6608 | |||
6609 | CVE_STATUS[CVE-2024-26974] = "fixed-version: Fixed from version 6.9" | ||
6610 | |||
6611 | CVE_STATUS[CVE-2024-26975] = "fixed-version: Fixed from version 6.9" | ||
6612 | |||
6613 | CVE_STATUS[CVE-2024-26976] = "fixed-version: Fixed from version 6.9" | ||
6614 | |||
6615 | CVE_STATUS[CVE-2024-26977] = "fixed-version: Fixed from version 6.9" | ||
6616 | |||
6617 | CVE_STATUS[CVE-2024-26978] = "fixed-version: Fixed from version 6.9" | ||
6618 | |||
6619 | CVE_STATUS[CVE-2024-26980] = "fixed-version: Fixed from version 6.9" | ||
6620 | |||
6621 | CVE_STATUS[CVE-2024-26981] = "fixed-version: Fixed from version 6.9" | ||
6622 | |||
6623 | CVE_STATUS[CVE-2024-26982] = "fixed-version: Fixed from version 6.9" | ||
6624 | |||
6625 | CVE_STATUS[CVE-2024-26983] = "fixed-version: Fixed from version 6.9" | ||
6626 | |||
6627 | CVE_STATUS[CVE-2024-26984] = "fixed-version: Fixed from version 6.9" | ||
6628 | |||
6629 | CVE_STATUS[CVE-2024-26985] = "fixed-version: Fixed from version 6.9" | ||
6630 | |||
6631 | CVE_STATUS[CVE-2024-26986] = "fixed-version: Fixed from version 6.9" | ||
6632 | |||
6633 | CVE_STATUS[CVE-2024-26987] = "fixed-version: Fixed from version 6.9" | ||
6634 | |||
6635 | CVE_STATUS[CVE-2024-26988] = "fixed-version: Fixed from version 6.9" | ||
6636 | |||
6637 | CVE_STATUS[CVE-2024-26989] = "fixed-version: Fixed from version 6.9" | ||
6638 | |||
6639 | CVE_STATUS[CVE-2024-26990] = "fixed-version: Fixed from version 6.9" | ||
6640 | |||
6641 | CVE_STATUS[CVE-2024-26991] = "fixed-version: Fixed from version 6.9" | ||
6642 | |||
6643 | CVE_STATUS[CVE-2024-26992] = "fixed-version: Fixed from version 6.9" | ||
6644 | |||
6645 | CVE_STATUS[CVE-2024-26993] = "fixed-version: Fixed from version 6.9" | ||
6646 | |||
6647 | CVE_STATUS[CVE-2024-26994] = "fixed-version: Fixed from version 6.9" | ||
6648 | |||
6649 | CVE_STATUS[CVE-2024-26995] = "fixed-version: Fixed from version 6.9" | ||
6650 | |||
6651 | CVE_STATUS[CVE-2024-26996] = "fixed-version: Fixed from version 6.9" | ||
6652 | |||
6653 | CVE_STATUS[CVE-2024-26997] = "fixed-version: Fixed from version 6.8.8" | ||
6654 | |||
6655 | CVE_STATUS[CVE-2024-26998] = "fixed-version: Fixed from version 6.9" | ||
6656 | |||
6657 | CVE_STATUS[CVE-2024-26999] = "fixed-version: Fixed from version 6.9" | ||
6658 | |||
6659 | CVE_STATUS[CVE-2024-27000] = "fixed-version: Fixed from version 6.9" | ||
6660 | |||
6661 | CVE_STATUS[CVE-2024-27001] = "fixed-version: Fixed from version 6.9" | ||
6662 | |||
6663 | CVE_STATUS[CVE-2024-27002] = "fixed-version: Fixed from version 6.9" | ||
6664 | |||
6665 | CVE_STATUS[CVE-2024-27003] = "fixed-version: Fixed from version 6.9" | ||
6666 | |||
6667 | CVE_STATUS[CVE-2024-27004] = "fixed-version: Fixed from version 6.9" | ||
6668 | |||
6669 | CVE_STATUS[CVE-2024-27005] = "fixed-version: Fixed from version 6.9" | ||
6670 | |||
6671 | CVE_STATUS[CVE-2024-27006] = "fixed-version: Fixed from version 6.9" | ||
6672 | |||
6673 | CVE_STATUS[CVE-2024-27007] = "fixed-version: Fixed from version 6.9" | ||
6674 | |||
6675 | CVE_STATUS[CVE-2024-27008] = "fixed-version: Fixed from version 6.9" | ||
6676 | |||
6677 | CVE_STATUS[CVE-2024-27009] = "fixed-version: Fixed from version 6.9" | ||
6678 | |||
6679 | CVE_STATUS[CVE-2024-27010] = "fixed-version: Fixed from version 6.9" | ||
6680 | |||
6681 | CVE_STATUS[CVE-2024-27011] = "fixed-version: Fixed from version 6.9" | ||
6682 | |||
6683 | CVE_STATUS[CVE-2024-27012] = "fixed-version: Fixed from version 6.9" | ||
6684 | |||
6685 | CVE_STATUS[CVE-2024-27013] = "fixed-version: Fixed from version 6.9" | ||
6686 | |||
6687 | CVE_STATUS[CVE-2024-27014] = "fixed-version: Fixed from version 6.9" | ||
6688 | |||
6689 | CVE_STATUS[CVE-2024-27015] = "fixed-version: Fixed from version 6.9" | ||
6690 | |||
6691 | CVE_STATUS[CVE-2024-27016] = "fixed-version: Fixed from version 6.9" | ||
6692 | |||
6693 | CVE_STATUS[CVE-2024-27017] = "fixed-version: Fixed from version 6.9" | ||
6694 | |||
6695 | CVE_STATUS[CVE-2024-27018] = "fixed-version: Fixed from version 6.9" | ||
6696 | |||
6697 | CVE_STATUS[CVE-2024-27019] = "fixed-version: Fixed from version 6.9" | ||
6698 | |||
6699 | CVE_STATUS[CVE-2024-27020] = "fixed-version: Fixed from version 6.9" | ||
6700 | |||
6701 | CVE_STATUS[CVE-2024-27021] = "fixed-version: Fixed from version 6.9" | ||
6702 | |||
6703 | CVE_STATUS[CVE-2024-27022] = "fixed-version: Fixed from version 6.9" | ||
6704 | |||
6705 | CVE_STATUS[CVE-2024-27023] = "fixed-version: Fixed from version 6.7.7" | ||
6706 | |||
6707 | CVE_STATUS[CVE-2024-27024] = "fixed-version: Fixed from version 6.8" | ||
6708 | |||
6709 | CVE_STATUS[CVE-2024-27025] = "fixed-version: Fixed from version 6.9" | ||
6710 | |||
6711 | CVE_STATUS[CVE-2024-27026] = "fixed-version: Fixed from version 6.9" | ||
6712 | |||
6713 | CVE_STATUS[CVE-2024-27027] = "fixed-version: Fixed from version 6.9" | ||
6714 | |||
6715 | CVE_STATUS[CVE-2024-27028] = "fixed-version: Fixed from version 6.9" | ||
6716 | |||
6717 | CVE_STATUS[CVE-2024-27029] = "fixed-version: Fixed from version 6.9" | ||
6718 | |||
6719 | CVE_STATUS[CVE-2024-27030] = "fixed-version: Fixed from version 6.9" | ||
6720 | |||
6721 | CVE_STATUS[CVE-2024-27031] = "fixed-version: Fixed from version 6.9" | ||
6722 | |||
6723 | CVE_STATUS[CVE-2024-27032] = "fixed-version: Fixed from version 6.9" | ||
6724 | |||
6725 | CVE_STATUS[CVE-2024-27033] = "fixed-version: Fixed from version 6.9" | ||
6726 | |||
6727 | CVE_STATUS[CVE-2024-27034] = "fixed-version: Fixed from version 6.9" | ||
6728 | |||
6729 | CVE_STATUS[CVE-2024-27035] = "fixed-version: Fixed from version 6.9" | ||
6730 | |||
6731 | CVE_STATUS[CVE-2024-27036] = "fixed-version: Fixed from version 6.9" | ||
6732 | |||
6733 | CVE_STATUS[CVE-2024-27037] = "fixed-version: Fixed from version 6.9" | ||
6734 | |||
6735 | CVE_STATUS[CVE-2024-27038] = "fixed-version: Fixed from version 6.9" | ||
6736 | |||
6737 | CVE_STATUS[CVE-2024-27039] = "fixed-version: Fixed from version 6.9" | ||
6738 | |||
6739 | CVE_STATUS[CVE-2024-27040] = "fixed-version: Fixed from version 6.9" | ||
6740 | |||
6741 | CVE_STATUS[CVE-2024-27041] = "fixed-version: Fixed from version 6.9" | ||
6742 | |||
6743 | CVE_STATUS[CVE-2024-27042] = "fixed-version: Fixed from version 6.9" | ||
6744 | |||
6745 | CVE_STATUS[CVE-2024-27043] = "fixed-version: Fixed from version 6.9" | ||
6746 | |||
6747 | CVE_STATUS[CVE-2024-27044] = "fixed-version: Fixed from version 6.9" | ||
6748 | |||
6749 | CVE_STATUS[CVE-2024-27045] = "fixed-version: Fixed from version 6.9" | ||
6750 | |||
6751 | CVE_STATUS[CVE-2024-27046] = "fixed-version: Fixed from version 6.9" | ||
6752 | |||
6753 | CVE_STATUS[CVE-2024-27047] = "fixed-version: Fixed from version 6.9" | ||
6754 | |||
6755 | CVE_STATUS[CVE-2024-27048] = "fixed-version: Fixed from version 6.9" | ||
6756 | |||
6757 | CVE_STATUS[CVE-2024-27049] = "fixed-version: Fixed from version 6.9" | ||
6758 | |||
6759 | CVE_STATUS[CVE-2024-27050] = "fixed-version: Fixed from version 6.9" | ||
6760 | |||
6761 | CVE_STATUS[CVE-2024-27051] = "fixed-version: Fixed from version 6.9" | ||
6762 | |||
6763 | CVE_STATUS[CVE-2024-27052] = "fixed-version: Fixed from version 6.9" | ||
6764 | |||
6765 | CVE_STATUS[CVE-2024-27053] = "fixed-version: Fixed from version 6.9" | ||
6766 | |||
6767 | CVE_STATUS[CVE-2024-27054] = "fixed-version: Fixed from version 6.9" | ||
6768 | |||
6769 | CVE_STATUS[CVE-2024-27056] = "fixed-version: Fixed from version 6.8" | ||
6770 | |||
6771 | CVE_STATUS[CVE-2024-27057] = "fixed-version: Fixed from version 6.8" | ||
6772 | |||
6773 | CVE_STATUS[CVE-2024-27058] = "fixed-version: Fixed from version 6.9" | ||
6774 | |||
6775 | CVE_STATUS[CVE-2024-27059] = "fixed-version: Fixed from version 6.8" | ||
6776 | |||
6777 | CVE_STATUS[CVE-2024-27060] = "fixed-version: Fixed from version 6.8" | ||
6778 | |||
6779 | CVE_STATUS[CVE-2024-27061] = "fixed-version: Fixed from version 6.8" | ||
6780 | |||
6781 | CVE_STATUS[CVE-2024-27062] = "fixed-version: Fixed from version 6.8" | ||
6782 | |||
6783 | CVE_STATUS[CVE-2024-27063] = "fixed-version: Fixed from version 6.9" | ||
6784 | |||
6785 | CVE_STATUS[CVE-2024-27064] = "fixed-version: Fixed from version 6.9" | ||
6786 | |||
6787 | CVE_STATUS[CVE-2024-27065] = "fixed-version: Fixed from version 6.9" | ||
6788 | |||
6789 | CVE_STATUS[CVE-2024-27066] = "fixed-version: Fixed from version 6.9" | ||
6790 | |||
6791 | CVE_STATUS[CVE-2024-27067] = "fixed-version: Fixed from version 6.9" | ||
6792 | |||
6793 | CVE_STATUS[CVE-2024-27068] = "fixed-version: Fixed from version 6.9" | ||
6794 | |||
6795 | CVE_STATUS[CVE-2024-27069] = "fixed-version: Fixed from version 6.9" | ||
6796 | |||
6797 | CVE_STATUS[CVE-2024-27070] = "fixed-version: Fixed from version 6.9" | ||
6798 | |||
6799 | CVE_STATUS[CVE-2024-27071] = "fixed-version: Fixed from version 6.9" | ||
6800 | |||
6801 | CVE_STATUS[CVE-2024-27072] = "fixed-version: Fixed from version 6.9" | ||
6802 | |||
6803 | CVE_STATUS[CVE-2024-27073] = "fixed-version: Fixed from version 6.9" | ||
6804 | |||
6805 | CVE_STATUS[CVE-2024-27074] = "fixed-version: Fixed from version 6.9" | ||
6806 | |||
6807 | CVE_STATUS[CVE-2024-27075] = "fixed-version: Fixed from version 6.9" | ||
6808 | |||
6809 | CVE_STATUS[CVE-2024-27076] = "fixed-version: Fixed from version 6.9" | ||
6810 | |||
6811 | CVE_STATUS[CVE-2024-27077] = "fixed-version: Fixed from version 6.9" | ||
6812 | |||
6813 | CVE_STATUS[CVE-2024-27078] = "fixed-version: Fixed from version 6.9" | ||
6814 | |||
6815 | CVE_STATUS[CVE-2024-27079] = "fixed-version: Fixed from version 6.9" | ||
6816 | |||
6817 | CVE_STATUS[CVE-2024-27080] = "fixed-version: Fixed from version 6.9" | ||
6818 | |||
6819 | CVE_STATUS[CVE-2024-27388] = "fixed-version: Fixed from version 6.9" | ||
6820 | |||
6821 | CVE_STATUS[CVE-2024-27389] = "fixed-version: Fixed from version 6.9" | ||
6822 | |||
6823 | CVE_STATUS[CVE-2024-27390] = "fixed-version: Fixed from version 6.9" | ||
6824 | |||
6825 | CVE_STATUS[CVE-2024-27391] = "fixed-version: Fixed from version 6.9" | ||
6826 | |||
6827 | CVE_STATUS[CVE-2024-27392] = "fixed-version: Fixed from version 6.9" | ||
6828 | |||
6829 | CVE_STATUS[CVE-2024-27393] = "fixed-version: Fixed from version 6.9" | ||
6830 | |||
6831 | CVE_STATUS[CVE-2024-27394] = "fixed-version: Fixed from version 6.9" | ||
6832 | |||
6833 | CVE_STATUS[CVE-2024-27395] = "fixed-version: Fixed from version 6.9" | ||
6834 | |||
6835 | CVE_STATUS[CVE-2024-27396] = "fixed-version: Fixed from version 6.9" | ||
6836 | |||
6837 | CVE_STATUS[CVE-2024-27397] = "fixed-version: Fixed from version 6.8" | ||
6838 | |||
6839 | CVE_STATUS[CVE-2024-27398] = "fixed-version: Fixed from version 6.9" | ||
6840 | |||
6841 | CVE_STATUS[CVE-2024-27399] = "fixed-version: Fixed from version 6.9" | ||
6842 | |||
6843 | CVE_STATUS[CVE-2024-27400] = "fixed-version: Fixed from version 6.9" | ||
6844 | |||
6845 | CVE_STATUS[CVE-2024-27401] = "fixed-version: Fixed from version 6.9" | ||
6846 | |||
6847 | CVE_STATUS[CVE-2024-27402] = "fixed-version: Fixed from version 6.8" | ||
6848 | |||
6849 | CVE_STATUS[CVE-2024-27403] = "fixed-version: Fixed from version 6.8" | ||
6850 | |||
6851 | CVE_STATUS[CVE-2024-27404] = "fixed-version: Fixed from version 6.8" | ||
6852 | |||
6853 | CVE_STATUS[CVE-2024-27405] = "fixed-version: Fixed from version 6.8" | ||
6854 | |||
6855 | CVE_STATUS[CVE-2024-27406] = "fixed-version: Fixed from version 6.8" | ||
6856 | |||
6857 | CVE_STATUS[CVE-2024-27407] = "fixed-version: Fixed from version 6.8" | ||
6858 | |||
6859 | CVE_STATUS[CVE-2024-27408] = "fixed-version: Fixed from version 6.8" | ||
6860 | |||
6861 | CVE_STATUS[CVE-2024-27409] = "fixed-version: Fixed from version 6.8" | ||
6862 | |||
6863 | CVE_STATUS[CVE-2024-27410] = "fixed-version: Fixed from version 6.8" | ||
6864 | |||
6865 | CVE_STATUS[CVE-2024-27411] = "fixed-version: Fixed from version 6.7.9" | ||
6866 | |||
6867 | CVE_STATUS[CVE-2024-27412] = "fixed-version: Fixed from version 6.8" | ||
6868 | |||
6869 | CVE_STATUS[CVE-2024-27413] = "fixed-version: Fixed from version 6.8" | ||
6870 | |||
6871 | CVE_STATUS[CVE-2024-27414] = "fixed-version: Fixed from version 6.8" | ||
6872 | |||
6873 | CVE_STATUS[CVE-2024-27415] = "fixed-version: Fixed from version 6.8" | ||
6874 | |||
6875 | CVE_STATUS[CVE-2024-27416] = "fixed-version: Fixed from version 6.8" | ||
6876 | |||
6877 | CVE_STATUS[CVE-2024-27417] = "fixed-version: Fixed from version 6.8" | ||
6878 | |||
6879 | CVE_STATUS[CVE-2024-27418] = "fixed-version: Fixed from version 6.8" | ||
6880 | |||
6881 | CVE_STATUS[CVE-2024-27419] = "fixed-version: Fixed from version 6.8" | ||
6882 | |||
6883 | CVE_STATUS[CVE-2024-27431] = "fixed-version: Fixed from version 6.8" | ||
6884 | |||
6885 | CVE_STATUS[CVE-2024-27432] = "fixed-version: Fixed from version 6.9" | ||
6886 | |||
6887 | CVE_STATUS[CVE-2024-27433] = "fixed-version: Fixed from version 6.9" | ||
6888 | |||
6889 | CVE_STATUS[CVE-2024-27434] = "fixed-version: Fixed from version 6.9" | ||
6890 | |||
6891 | CVE_STATUS[CVE-2024-27435] = "fixed-version: Fixed from version 6.9" | ||
6892 | |||
6893 | CVE_STATUS[CVE-2024-27436] = "fixed-version: Fixed from version 6.9" | ||
6894 | |||
6895 | CVE_STATUS[CVE-2024-27437] = "fixed-version: Fixed from version 6.9" | ||
6896 | |||
6897 | CVE_STATUS[CVE-2024-31076] = "fixed-version: Fixed from version 6.10" | ||
6898 | |||
6899 | CVE_STATUS[CVE-2024-32936] = "fixed-version: Fixed from version 6.10" | ||
6900 | |||
6901 | CVE_STATUS[CVE-2024-33619] = "fixed-version: Fixed from version 6.10" | ||
6902 | |||
6903 | CVE_STATUS[CVE-2024-33621] = "fixed-version: Fixed from version 6.10" | ||
6904 | |||
6905 | CVE_STATUS[CVE-2024-33847] = "fixed-version: Fixed from version 6.10" | ||
6906 | |||
6907 | CVE_STATUS[CVE-2024-34027] = "fixed-version: Fixed from version 6.10" | ||
6908 | |||
6909 | CVE_STATUS[CVE-2024-34030] = "fixed-version: Fixed from version 6.10" | ||
6910 | |||
6911 | CVE_STATUS[CVE-2024-34777] = "fixed-version: Fixed from version 6.10" | ||
6912 | |||
6913 | CVE_STATUS[CVE-2024-35247] = "fixed-version: Fixed from version 6.10" | ||
6914 | |||
6915 | CVE_STATUS[CVE-2024-35784] = "fixed-version: Fixed from version 6.8" | ||
6916 | |||
6917 | CVE_STATUS[CVE-2024-35785] = "fixed-version: Fixed from version 6.8" | ||
6918 | |||
6919 | CVE_STATUS[CVE-2024-35786] = "fixed-version: Fixed from version 6.8" | ||
6920 | |||
6921 | CVE_STATUS[CVE-2024-35787] = "fixed-version: Fixed from version 6.9" | ||
6922 | |||
6923 | CVE_STATUS[CVE-2024-35789] = "fixed-version: Fixed from version 6.9" | ||
6924 | |||
6925 | CVE_STATUS[CVE-2024-35790] = "fixed-version: Fixed from version 6.8" | ||
6926 | |||
6927 | CVE_STATUS[CVE-2024-35791] = "fixed-version: Fixed from version 6.8" | ||
6928 | |||
6929 | CVE_STATUS[CVE-2024-35792] = "fixed-version: Fixed from version 6.8" | ||
6930 | |||
6931 | CVE_STATUS[CVE-2024-35793] = "fixed-version: Fixed from version 6.9" | ||
6932 | |||
6933 | CVE_STATUS[CVE-2024-35794] = "fixed-version: Fixed from version 6.9" | ||
6934 | |||
6935 | CVE_STATUS[CVE-2024-35795] = "fixed-version: Fixed from version 6.9" | ||
6936 | |||
6937 | CVE_STATUS[CVE-2024-35796] = "fixed-version: Fixed from version 6.9" | ||
6938 | |||
6939 | CVE_STATUS[CVE-2024-35797] = "fixed-version: Fixed from version 6.9" | ||
6940 | |||
6941 | CVE_STATUS[CVE-2024-35798] = "fixed-version: Fixed from version 6.9" | ||
6942 | |||
6943 | CVE_STATUS[CVE-2024-35799] = "fixed-version: Fixed from version 6.9" | ||
6944 | |||
6945 | CVE_STATUS[CVE-2024-35800] = "fixed-version: Fixed from version 6.9" | ||
6946 | |||
6947 | CVE_STATUS[CVE-2024-35801] = "fixed-version: Fixed from version 6.9" | ||
6948 | |||
6949 | CVE_STATUS[CVE-2024-35803] = "fixed-version: Fixed from version 6.9" | ||
6950 | |||
6951 | CVE_STATUS[CVE-2024-35804] = "fixed-version: Fixed from version 6.8" | ||
6952 | |||
6953 | CVE_STATUS[CVE-2024-35805] = "fixed-version: Fixed from version 6.9" | ||
6954 | |||
6955 | CVE_STATUS[CVE-2024-35806] = "fixed-version: Fixed from version 6.9" | ||
6956 | |||
6957 | CVE_STATUS[CVE-2024-35807] = "fixed-version: Fixed from version 6.9" | ||
6958 | |||
6959 | CVE_STATUS[CVE-2024-35808] = "fixed-version: Fixed from version 6.9" | ||
6960 | |||
6961 | CVE_STATUS[CVE-2024-35809] = "fixed-version: Fixed from version 6.9" | ||
6962 | |||
6963 | CVE_STATUS[CVE-2024-35810] = "fixed-version: Fixed from version 6.9" | ||
6964 | |||
6965 | CVE_STATUS[CVE-2024-35811] = "fixed-version: Fixed from version 6.9" | ||
6966 | |||
6967 | CVE_STATUS[CVE-2024-35813] = "fixed-version: Fixed from version 6.9" | ||
6968 | |||
6969 | CVE_STATUS[CVE-2024-35814] = "fixed-version: Fixed from version 6.9" | ||
6970 | |||
6971 | CVE_STATUS[CVE-2024-35815] = "fixed-version: Fixed from version 6.7.12" | ||
6972 | |||
6973 | CVE_STATUS[CVE-2024-35816] = "fixed-version: Fixed from version 6.8" | ||
6974 | |||
6975 | CVE_STATUS[CVE-2024-35817] = "fixed-version: Fixed from version 6.9" | ||
6976 | |||
6977 | CVE_STATUS[CVE-2024-35818] = "fixed-version: Fixed from version 6.9" | ||
6978 | |||
6979 | CVE_STATUS[CVE-2024-35819] = "fixed-version: Fixed from version 6.9" | ||
6980 | |||
6981 | CVE_STATUS[CVE-2024-35821] = "fixed-version: Fixed from version 6.9" | ||
6982 | |||
6983 | CVE_STATUS[CVE-2024-35822] = "fixed-version: Fixed from version 6.9" | ||
6984 | |||
6985 | CVE_STATUS[CVE-2024-35823] = "fixed-version: Fixed from version 6.8" | ||
6986 | |||
6987 | CVE_STATUS[CVE-2024-35824] = "fixed-version: Fixed from version 6.7.12" | ||
6988 | |||
6989 | CVE_STATUS[CVE-2024-35825] = "fixed-version: Fixed from version 6.8" | ||
6990 | |||
6991 | CVE_STATUS[CVE-2024-35826] = "fixed-version: Fixed from version 6.9" | ||
6992 | |||
6993 | CVE_STATUS[CVE-2024-35827] = "fixed-version: Fixed from version 6.9" | ||
6994 | |||
6995 | CVE_STATUS[CVE-2024-35828] = "fixed-version: Fixed from version 6.9" | ||
6996 | |||
6997 | CVE_STATUS[CVE-2024-35829] = "fixed-version: Fixed from version 6.9" | ||
6998 | |||
6999 | CVE_STATUS[CVE-2024-35830] = "fixed-version: Fixed from version 6.9" | ||
7000 | |||
7001 | CVE_STATUS[CVE-2024-35831] = "fixed-version: Fixed from version 6.9" | ||
7002 | |||
7003 | CVE_STATUS[CVE-2024-35832] = "fixed-version: Fixed from version 6.8" | ||
7004 | |||
7005 | CVE_STATUS[CVE-2024-35833] = "fixed-version: Fixed from version 6.8" | ||
7006 | |||
7007 | CVE_STATUS[CVE-2024-35834] = "fixed-version: Fixed from version 6.8" | ||
7008 | |||
7009 | CVE_STATUS[CVE-2024-35835] = "fixed-version: Fixed from version 6.8" | ||
7010 | |||
7011 | CVE_STATUS[CVE-2024-35836] = "fixed-version: Fixed from version 6.8" | ||
7012 | |||
7013 | CVE_STATUS[CVE-2024-35837] = "fixed-version: Fixed from version 6.8" | ||
7014 | |||
7015 | CVE_STATUS[CVE-2024-35838] = "fixed-version: Fixed from version 6.8" | ||
7016 | |||
7017 | CVE_STATUS[CVE-2024-35839] = "fixed-version: Fixed from version 6.8" | ||
7018 | |||
7019 | CVE_STATUS[CVE-2024-35840] = "fixed-version: Fixed from version 6.8" | ||
7020 | |||
7021 | CVE_STATUS[CVE-2024-35841] = "fixed-version: Fixed from version 6.8" | ||
7022 | |||
7023 | CVE_STATUS[CVE-2024-35842] = "fixed-version: Fixed from version 6.8" | ||
7024 | |||
7025 | CVE_STATUS[CVE-2024-35843] = "fixed-version: Fixed from version 6.9" | ||
7026 | |||
7027 | CVE_STATUS[CVE-2024-35844] = "fixed-version: Fixed from version 6.9" | ||
7028 | |||
7029 | CVE_STATUS[CVE-2024-35845] = "fixed-version: Fixed from version 6.9" | ||
7030 | |||
7031 | CVE_STATUS[CVE-2024-35846] = "fixed-version: Fixed from version 6.9" | ||
7032 | |||
7033 | CVE_STATUS[CVE-2024-35847] = "fixed-version: Fixed from version 6.9" | ||
7034 | |||
7035 | CVE_STATUS[CVE-2024-35848] = "fixed-version: Fixed from version 6.9" | ||
7036 | |||
7037 | CVE_STATUS[CVE-2024-35849] = "fixed-version: Fixed from version 6.9" | ||
7038 | |||
7039 | CVE_STATUS[CVE-2024-35850] = "fixed-version: Fixed from version 6.9" | ||
7040 | |||
7041 | CVE_STATUS[CVE-2024-35851] = "fixed-version: Fixed from version 6.9" | ||
7042 | |||
7043 | CVE_STATUS[CVE-2024-35852] = "fixed-version: Fixed from version 6.9" | ||
7044 | |||
7045 | CVE_STATUS[CVE-2024-35853] = "fixed-version: Fixed from version 6.9" | ||
7046 | |||
7047 | CVE_STATUS[CVE-2024-35854] = "fixed-version: Fixed from version 6.9" | ||
7048 | |||
7049 | CVE_STATUS[CVE-2024-35855] = "fixed-version: Fixed from version 6.9" | ||
7050 | |||
7051 | CVE_STATUS[CVE-2024-35856] = "fixed-version: Fixed from version 6.9" | ||
7052 | |||
7053 | CVE_STATUS[CVE-2024-35857] = "fixed-version: Fixed from version 6.9" | ||
7054 | |||
7055 | CVE_STATUS[CVE-2024-35858] = "fixed-version: Fixed from version 6.9" | ||
7056 | |||
7057 | CVE_STATUS[CVE-2024-35859] = "fixed-version: Fixed from version 6.9" | ||
7058 | |||
7059 | CVE_STATUS[CVE-2024-35860] = "fixed-version: Fixed from version 6.9" | ||
7060 | |||
7061 | CVE_STATUS[CVE-2024-35861] = "fixed-version: Fixed from version 6.9" | ||
7062 | |||
7063 | CVE_STATUS[CVE-2024-35862] = "fixed-version: Fixed from version 6.9" | ||
7064 | |||
7065 | CVE_STATUS[CVE-2024-35863] = "fixed-version: Fixed from version 6.9" | ||
7066 | |||
7067 | CVE_STATUS[CVE-2024-35864] = "fixed-version: Fixed from version 6.9" | ||
7068 | |||
7069 | CVE_STATUS[CVE-2024-35865] = "fixed-version: Fixed from version 6.9" | ||
7070 | |||
7071 | CVE_STATUS[CVE-2024-35866] = "fixed-version: Fixed from version 6.9" | ||
7072 | |||
7073 | CVE_STATUS[CVE-2024-35867] = "fixed-version: Fixed from version 6.9" | ||
7074 | |||
7075 | CVE_STATUS[CVE-2024-35868] = "fixed-version: Fixed from version 6.9" | ||
7076 | |||
7077 | CVE_STATUS[CVE-2024-35869] = "fixed-version: Fixed from version 6.9" | ||
7078 | |||
7079 | CVE_STATUS[CVE-2024-35870] = "fixed-version: Fixed from version 6.9" | ||
7080 | |||
7081 | CVE_STATUS[CVE-2024-35871] = "fixed-version: Fixed from version 6.9" | ||
7082 | |||
7083 | CVE_STATUS[CVE-2024-35872] = "fixed-version: Fixed from version 6.9" | ||
7084 | |||
7085 | CVE_STATUS[CVE-2024-35873] = "fixed-version: Fixed from version 6.9" | ||
7086 | |||
7087 | CVE_STATUS[CVE-2024-35874] = "fixed-version: Fixed from version 6.9" | ||
7088 | |||
7089 | CVE_STATUS[CVE-2024-35875] = "fixed-version: Fixed from version 6.9" | ||
7090 | |||
7091 | CVE_STATUS[CVE-2024-35877] = "fixed-version: Fixed from version 6.9" | ||
7092 | |||
7093 | CVE_STATUS[CVE-2024-35878] = "fixed-version: Fixed from version 6.9" | ||
7094 | |||
7095 | CVE_STATUS[CVE-2024-35879] = "fixed-version: Fixed from version 6.9" | ||
7096 | |||
7097 | CVE_STATUS[CVE-2024-35880] = "fixed-version: Fixed from version 6.9" | ||
7098 | |||
7099 | CVE_STATUS[CVE-2024-35882] = "fixed-version: Fixed from version 6.9" | ||
7100 | |||
7101 | CVE_STATUS[CVE-2024-35883] = "fixed-version: Fixed from version 6.9" | ||
7102 | |||
7103 | CVE_STATUS[CVE-2024-35884] = "fixed-version: Fixed from version 6.9" | ||
7104 | |||
7105 | CVE_STATUS[CVE-2024-35885] = "fixed-version: Fixed from version 6.9" | ||
7106 | |||
7107 | CVE_STATUS[CVE-2024-35886] = "fixed-version: Fixed from version 6.9" | ||
7108 | |||
7109 | CVE_STATUS[CVE-2024-35887] = "fixed-version: Fixed from version 6.9" | ||
7110 | |||
7111 | CVE_STATUS[CVE-2024-35888] = "fixed-version: Fixed from version 6.9" | ||
7112 | |||
7113 | CVE_STATUS[CVE-2024-35889] = "fixed-version: Fixed from version 6.9" | ||
7114 | |||
7115 | CVE_STATUS[CVE-2024-35890] = "fixed-version: Fixed from version 6.9" | ||
7116 | |||
7117 | CVE_STATUS[CVE-2024-35891] = "fixed-version: Fixed from version 6.9" | ||
7118 | |||
7119 | CVE_STATUS[CVE-2024-35892] = "fixed-version: Fixed from version 6.9" | ||
7120 | |||
7121 | CVE_STATUS[CVE-2024-35893] = "fixed-version: Fixed from version 6.9" | ||
7122 | |||
7123 | CVE_STATUS[CVE-2024-35894] = "fixed-version: Fixed from version 6.9" | ||
7124 | |||
7125 | CVE_STATUS[CVE-2024-35895] = "fixed-version: Fixed from version 6.9" | ||
7126 | |||
7127 | CVE_STATUS[CVE-2024-35896] = "fixed-version: Fixed from version 6.9" | ||
7128 | |||
7129 | CVE_STATUS[CVE-2024-35897] = "fixed-version: Fixed from version 6.9" | ||
7130 | |||
7131 | CVE_STATUS[CVE-2024-35898] = "fixed-version: Fixed from version 6.9" | ||
7132 | |||
7133 | CVE_STATUS[CVE-2024-35899] = "fixed-version: Fixed from version 6.9" | ||
7134 | |||
7135 | CVE_STATUS[CVE-2024-35900] = "fixed-version: Fixed from version 6.9" | ||
7136 | |||
7137 | CVE_STATUS[CVE-2024-35901] = "fixed-version: Fixed from version 6.9" | ||
7138 | |||
7139 | CVE_STATUS[CVE-2024-35902] = "fixed-version: Fixed from version 6.9" | ||
7140 | |||
7141 | CVE_STATUS[CVE-2024-35903] = "fixed-version: Fixed from version 6.9" | ||
7142 | |||
7143 | CVE_STATUS[CVE-2024-35904] = "fixed-version: Fixed from version 6.9" | ||
7144 | |||
7145 | CVE_STATUS[CVE-2024-35905] = "fixed-version: Fixed from version 6.9" | ||
7146 | |||
7147 | CVE_STATUS[CVE-2024-35907] = "fixed-version: Fixed from version 6.9" | ||
7148 | |||
7149 | CVE_STATUS[CVE-2024-35908] = "fixed-version: Fixed from version 6.9" | ||
7150 | |||
7151 | CVE_STATUS[CVE-2024-35909] = "fixed-version: Fixed from version 6.9" | ||
7152 | |||
7153 | CVE_STATUS[CVE-2024-35910] = "fixed-version: Fixed from version 6.9" | ||
7154 | |||
7155 | CVE_STATUS[CVE-2024-35911] = "fixed-version: Fixed from version 6.9" | ||
7156 | |||
7157 | CVE_STATUS[CVE-2024-35912] = "fixed-version: Fixed from version 6.9" | ||
7158 | |||
7159 | CVE_STATUS[CVE-2024-35913] = "fixed-version: Fixed from version 6.9" | ||
7160 | |||
7161 | CVE_STATUS[CVE-2024-35914] = "fixed-version: Fixed from version 6.9" | ||
7162 | |||
7163 | CVE_STATUS[CVE-2024-35915] = "fixed-version: Fixed from version 6.9" | ||
7164 | |||
7165 | CVE_STATUS[CVE-2024-35916] = "fixed-version: Fixed from version 6.9" | ||
7166 | |||
7167 | CVE_STATUS[CVE-2024-35917] = "fixed-version: Fixed from version 6.9" | ||
7168 | |||
7169 | CVE_STATUS[CVE-2024-35919] = "fixed-version: Fixed from version 6.9" | ||
7170 | |||
7171 | CVE_STATUS[CVE-2024-35920] = "fixed-version: Fixed from version 6.9" | ||
7172 | |||
7173 | CVE_STATUS[CVE-2024-35921] = "fixed-version: Fixed from version 6.9" | ||
7174 | |||
7175 | CVE_STATUS[CVE-2024-35922] = "fixed-version: Fixed from version 6.9" | ||
7176 | |||
7177 | CVE_STATUS[CVE-2024-35924] = "fixed-version: Fixed from version 6.9" | ||
7178 | |||
7179 | CVE_STATUS[CVE-2024-35925] = "fixed-version: Fixed from version 6.9" | ||
7180 | |||
7181 | CVE_STATUS[CVE-2024-35926] = "fixed-version: Fixed from version 6.9" | ||
7182 | |||
7183 | CVE_STATUS[CVE-2024-35927] = "fixed-version: Fixed from version 6.9" | ||
7184 | |||
7185 | CVE_STATUS[CVE-2024-35929] = "fixed-version: Fixed from version 6.9" | ||
7186 | |||
7187 | CVE_STATUS[CVE-2024-35930] = "fixed-version: Fixed from version 6.9" | ||
7188 | |||
7189 | CVE_STATUS[CVE-2024-35931] = "fixed-version: Fixed from version 6.9" | ||
7190 | |||
7191 | CVE_STATUS[CVE-2024-35932] = "fixed-version: Fixed from version 6.9" | ||
7192 | |||
7193 | CVE_STATUS[CVE-2024-35933] = "fixed-version: Fixed from version 6.9" | ||
7194 | |||
7195 | CVE_STATUS[CVE-2024-35934] = "fixed-version: Fixed from version 6.9" | ||
7196 | |||
7197 | CVE_STATUS[CVE-2024-35935] = "fixed-version: Fixed from version 6.9" | ||
7198 | |||
7199 | CVE_STATUS[CVE-2024-35936] = "fixed-version: Fixed from version 6.9" | ||
7200 | |||
7201 | CVE_STATUS[CVE-2024-35937] = "fixed-version: Fixed from version 6.9" | ||
7202 | |||
7203 | CVE_STATUS[CVE-2024-35938] = "fixed-version: Fixed from version 6.9" | ||
7204 | |||
7205 | CVE_STATUS[CVE-2024-35939] = "fixed-version: Fixed from version 6.9" | ||
7206 | |||
7207 | CVE_STATUS[CVE-2024-35940] = "fixed-version: Fixed from version 6.9" | ||
7208 | |||
7209 | CVE_STATUS[CVE-2024-35942] = "fixed-version: Fixed from version 6.9" | ||
7210 | |||
7211 | CVE_STATUS[CVE-2024-35943] = "fixed-version: Fixed from version 6.9" | ||
7212 | |||
7213 | CVE_STATUS[CVE-2024-35944] = "fixed-version: Fixed from version 6.9" | ||
7214 | |||
7215 | CVE_STATUS[CVE-2024-35945] = "fixed-version: Fixed from version 6.9" | ||
7216 | |||
7217 | CVE_STATUS[CVE-2024-35946] = "fixed-version: Fixed from version 6.9" | ||
7218 | |||
7219 | CVE_STATUS[CVE-2024-35947] = "fixed-version: Fixed from version 6.9" | ||
7220 | |||
7221 | CVE_STATUS[CVE-2024-35948] = "fixed-version: Fixed from version 6.9" | ||
7222 | |||
7223 | CVE_STATUS[CVE-2024-35949] = "fixed-version: Fixed from version 6.9" | ||
7224 | |||
7225 | CVE_STATUS[CVE-2024-35950] = "fixed-version: Fixed from version 6.9" | ||
7226 | |||
7227 | CVE_STATUS[CVE-2024-35951] = "fixed-version: Fixed from version 6.9" | ||
7228 | |||
7229 | CVE_STATUS[CVE-2024-35952] = "fixed-version: Fixed from version 6.9" | ||
7230 | |||
7231 | CVE_STATUS[CVE-2024-35953] = "fixed-version: Fixed from version 6.9" | ||
7232 | |||
7233 | CVE_STATUS[CVE-2024-35954] = "fixed-version: Fixed from version 6.9" | ||
7234 | |||
7235 | CVE_STATUS[CVE-2024-35955] = "fixed-version: Fixed from version 6.9" | ||
7236 | |||
7237 | CVE_STATUS[CVE-2024-35956] = "fixed-version: Fixed from version 6.9" | ||
7238 | |||
7239 | CVE_STATUS[CVE-2024-35957] = "fixed-version: Fixed from version 6.8.7" | ||
7240 | |||
7241 | CVE_STATUS[CVE-2024-35958] = "fixed-version: Fixed from version 6.9" | ||
7242 | |||
7243 | CVE_STATUS[CVE-2024-35959] = "fixed-version: Fixed from version 6.9" | ||
7244 | |||
7245 | CVE_STATUS[CVE-2024-35960] = "fixed-version: Fixed from version 6.9" | ||
7246 | |||
7247 | CVE_STATUS[CVE-2024-35961] = "fixed-version: Fixed from version 6.9" | ||
7248 | |||
7249 | CVE_STATUS[CVE-2024-35962] = "fixed-version: Fixed from version 6.8.7" | ||
7250 | |||
7251 | CVE_STATUS[CVE-2024-35963] = "fixed-version: Fixed from version 6.9" | ||
7252 | |||
7253 | CVE_STATUS[CVE-2024-35964] = "fixed-version: Fixed from version 6.9" | ||
7254 | |||
7255 | CVE_STATUS[CVE-2024-35965] = "fixed-version: Fixed from version 6.9" | ||
7256 | |||
7257 | CVE_STATUS[CVE-2024-35966] = "fixed-version: Fixed from version 6.9" | ||
7258 | |||
7259 | CVE_STATUS[CVE-2024-35967] = "fixed-version: Fixed from version 6.9" | ||
7260 | |||
7261 | CVE_STATUS[CVE-2024-35968] = "fixed-version: Fixed from version 6.9" | ||
7262 | |||
7263 | CVE_STATUS[CVE-2024-35969] = "fixed-version: Fixed from version 6.9" | ||
7264 | |||
7265 | CVE_STATUS[CVE-2024-35970] = "fixed-version: Fixed from version 6.9" | ||
7266 | |||
7267 | CVE_STATUS[CVE-2024-35971] = "fixed-version: Fixed from version 6.9" | ||
7268 | |||
7269 | CVE_STATUS[CVE-2024-35972] = "fixed-version: Fixed from version 6.9" | ||
7270 | |||
7271 | CVE_STATUS[CVE-2024-35973] = "fixed-version: Fixed from version 6.9" | ||
7272 | |||
7273 | CVE_STATUS[CVE-2024-35974] = "fixed-version: Fixed from version 6.9" | ||
7274 | |||
7275 | CVE_STATUS[CVE-2024-35975] = "fixed-version: Fixed from version 6.9" | ||
7276 | |||
7277 | CVE_STATUS[CVE-2024-35976] = "fixed-version: Fixed from version 6.9" | ||
7278 | |||
7279 | CVE_STATUS[CVE-2024-35977] = "fixed-version: Fixed from version 6.9" | ||
7280 | |||
7281 | CVE_STATUS[CVE-2024-35978] = "fixed-version: Fixed from version 6.9" | ||
7282 | |||
7283 | CVE_STATUS[CVE-2024-35979] = "fixed-version: Fixed from version 6.9" | ||
7284 | |||
7285 | CVE_STATUS[CVE-2024-35980] = "fixed-version: Fixed from version 6.9" | ||
7286 | |||
7287 | CVE_STATUS[CVE-2024-35981] = "fixed-version: Fixed from version 6.9" | ||
7288 | |||
7289 | CVE_STATUS[CVE-2024-35982] = "fixed-version: Fixed from version 6.9" | ||
7290 | |||
7291 | CVE_STATUS[CVE-2024-35983] = "fixed-version: Fixed from version 6.8.9" | ||
7292 | |||
7293 | CVE_STATUS[CVE-2024-35984] = "fixed-version: Fixed from version 6.9" | ||
7294 | |||
7295 | CVE_STATUS[CVE-2024-35985] = "fixed-version: Fixed from version 6.9" | ||
7296 | |||
7297 | CVE_STATUS[CVE-2024-35986] = "fixed-version: Fixed from version 6.9" | ||
7298 | |||
7299 | CVE_STATUS[CVE-2024-35987] = "fixed-version: Fixed from version 6.9" | ||
7300 | |||
7301 | CVE_STATUS[CVE-2024-35988] = "fixed-version: Fixed from version 6.9" | ||
7302 | |||
7303 | CVE_STATUS[CVE-2024-35989] = "fixed-version: Fixed from version 6.9" | ||
7304 | |||
7305 | CVE_STATUS[CVE-2024-35990] = "fixed-version: Fixed from version 6.9" | ||
7306 | |||
7307 | CVE_STATUS[CVE-2024-35991] = "fixed-version: Fixed from version 6.9" | ||
7308 | |||
7309 | CVE_STATUS[CVE-2024-35992] = "fixed-version: Fixed from version 6.9" | ||
7310 | |||
7311 | CVE_STATUS[CVE-2024-35993] = "fixed-version: Fixed from version 6.9" | ||
7312 | |||
7313 | CVE_STATUS[CVE-2024-35994] = "fixed-version: Fixed from version 6.9" | ||
7314 | |||
7315 | CVE_STATUS[CVE-2024-35995] = "fixed-version: Fixed from version 6.9" | ||
7316 | |||
7317 | CVE_STATUS[CVE-2024-35996] = "fixed-version: Fixed from version 6.8.9" | ||
7318 | |||
7319 | CVE_STATUS[CVE-2024-35997] = "fixed-version: Fixed from version 6.9" | ||
7320 | |||
7321 | CVE_STATUS[CVE-2024-35998] = "fixed-version: Fixed from version 6.9" | ||
7322 | |||
7323 | CVE_STATUS[CVE-2024-35999] = "fixed-version: Fixed from version 6.9" | ||
7324 | |||
7325 | CVE_STATUS[CVE-2024-36000] = "fixed-version: Fixed from version 6.9" | ||
7326 | |||
7327 | CVE_STATUS[CVE-2024-36001] = "fixed-version: Fixed from version 6.9" | ||
7328 | |||
7329 | CVE_STATUS[CVE-2024-36002] = "fixed-version: Fixed from version 6.8.9" | ||
7330 | |||
7331 | CVE_STATUS[CVE-2024-36003] = "fixed-version: Fixed from version 6.9" | ||
7332 | |||
7333 | CVE_STATUS[CVE-2024-36004] = "fixed-version: Fixed from version 6.9" | ||
7334 | |||
7335 | CVE_STATUS[CVE-2024-36005] = "fixed-version: Fixed from version 6.9" | ||
7336 | |||
7337 | CVE_STATUS[CVE-2024-36006] = "fixed-version: Fixed from version 6.9" | ||
7338 | |||
7339 | CVE_STATUS[CVE-2024-36007] = "fixed-version: Fixed from version 6.9" | ||
7340 | |||
7341 | CVE_STATUS[CVE-2024-36008] = "fixed-version: Fixed from version 6.9" | ||
7342 | |||
7343 | CVE_STATUS[CVE-2024-36009] = "fixed-version: Fixed from version 6.9" | ||
7344 | |||
7345 | CVE_STATUS[CVE-2024-36010] = "fixed-version: Fixed from version 6.8" | ||
7346 | |||
7347 | CVE_STATUS[CVE-2024-36011] = "fixed-version: Fixed from version 6.9" | ||
7348 | |||
7349 | CVE_STATUS[CVE-2024-36012] = "fixed-version: Fixed from version 6.9" | ||
7350 | |||
7351 | CVE_STATUS[CVE-2024-36013] = "fixed-version: Fixed from version 6.9" | ||
7352 | |||
7353 | CVE_STATUS[CVE-2024-36014] = "fixed-version: Fixed from version 6.10" | ||
7354 | |||
7355 | CVE_STATUS[CVE-2024-36015] = "fixed-version: Fixed from version 6.10" | ||
7356 | |||
7357 | CVE_STATUS[CVE-2024-36016] = "fixed-version: Fixed from version 6.10" | ||
7358 | |||
7359 | CVE_STATUS[CVE-2024-36017] = "fixed-version: Fixed from version 6.9" | ||
7360 | |||
7361 | CVE_STATUS[CVE-2024-36018] = "fixed-version: Fixed from version 6.9" | ||
7362 | |||
7363 | CVE_STATUS[CVE-2024-36019] = "fixed-version: Fixed from version 6.9" | ||
7364 | |||
7365 | CVE_STATUS[CVE-2024-36020] = "fixed-version: Fixed from version 6.9" | ||
7366 | |||
7367 | CVE_STATUS[CVE-2024-36021] = "fixed-version: Fixed from version 6.9" | ||
7368 | |||
7369 | CVE_STATUS[CVE-2024-36023] = "fixed-version: Fixed from version 6.9" | ||
7370 | |||
7371 | CVE_STATUS[CVE-2024-36024] = "fixed-version: Fixed from version 6.9" | ||
7372 | |||
7373 | CVE_STATUS[CVE-2024-36025] = "fixed-version: Fixed from version 6.9" | ||
7374 | |||
7375 | CVE_STATUS[CVE-2024-36026] = "fixed-version: Fixed from version 6.9" | ||
7376 | |||
7377 | CVE_STATUS[CVE-2024-36027] = "fixed-version: Fixed from version 6.9" | ||
7378 | |||
7379 | CVE_STATUS[CVE-2024-36028] = "fixed-version: Fixed from version 6.9" | ||
7380 | |||
7381 | CVE_STATUS[CVE-2024-36029] = "fixed-version: Fixed from version 6.9" | ||
7382 | |||
7383 | CVE_STATUS[CVE-2024-36030] = "fixed-version: Fixed from version 6.9" | ||
7384 | |||
7385 | CVE_STATUS[CVE-2024-36031] = "fixed-version: Fixed from version 6.10" | ||
7386 | |||
7387 | CVE_STATUS[CVE-2024-36032] = "fixed-version: Fixed from version 6.9" | ||
7388 | |||
7389 | CVE_STATUS[CVE-2024-36033] = "fixed-version: Fixed from version 6.9" | ||
7390 | |||
7391 | CVE_STATUS[CVE-2024-36244] = "fixed-version: Fixed from version 6.10" | ||
7392 | |||
7393 | CVE_STATUS[CVE-2024-36270] = "fixed-version: Fixed from version 6.10" | ||
7394 | |||
7395 | CVE_STATUS[CVE-2024-36281] = "fixed-version: Fixed from version 6.10" | ||
7396 | |||
7397 | CVE_STATUS[CVE-2024-36286] = "fixed-version: Fixed from version 6.10" | ||
7398 | |||
7399 | CVE_STATUS[CVE-2024-36288] = "fixed-version: Fixed from version 6.9.4" | ||
7400 | |||
7401 | CVE_STATUS[CVE-2024-36476] = "cpe-stable-backport: Backported in 6.12.9" | ||
7402 | |||
7403 | CVE_STATUS[CVE-2024-36477] = "fixed-version: Fixed from version 6.10" | ||
7404 | |||
7405 | CVE_STATUS[CVE-2024-36478] = "fixed-version: Fixed from version 6.10" | ||
7406 | |||
7407 | CVE_STATUS[CVE-2024-36479] = "fixed-version: Fixed from version 6.10" | ||
7408 | |||
7409 | CVE_STATUS[CVE-2024-36481] = "fixed-version: Fixed from version 6.10" | ||
7410 | |||
7411 | CVE_STATUS[CVE-2024-36484] = "fixed-version: Fixed from version 6.10" | ||
7412 | |||
7413 | CVE_STATUS[CVE-2024-36489] = "fixed-version: Fixed from version 6.10" | ||
7414 | |||
7415 | CVE_STATUS[CVE-2024-36880] = "fixed-version: Fixed from version 6.9" | ||
7416 | |||
7417 | CVE_STATUS[CVE-2024-36881] = "fixed-version: Fixed from version 6.9" | ||
7418 | |||
7419 | CVE_STATUS[CVE-2024-36882] = "fixed-version: Fixed from version 6.9" | ||
7420 | |||
7421 | CVE_STATUS[CVE-2024-36883] = "fixed-version: Fixed from version 6.9" | ||
7422 | |||
7423 | CVE_STATUS[CVE-2024-36884] = "fixed-version: Fixed from version 6.9" | ||
7424 | |||
7425 | CVE_STATUS[CVE-2024-36886] = "fixed-version: Fixed from version 6.9" | ||
7426 | |||
7427 | CVE_STATUS[CVE-2024-36887] = "fixed-version: Fixed from version 6.8.10" | ||
7428 | |||
7429 | CVE_STATUS[CVE-2024-36888] = "fixed-version: Fixed from version 6.9" | ||
7430 | |||
7431 | CVE_STATUS[CVE-2024-36889] = "fixed-version: Fixed from version 6.9" | ||
7432 | |||
7433 | CVE_STATUS[CVE-2024-36890] = "fixed-version: Fixed from version 6.9" | ||
7434 | |||
7435 | CVE_STATUS[CVE-2024-36891] = "fixed-version: Fixed from version 6.9" | ||
7436 | |||
7437 | CVE_STATUS[CVE-2024-36892] = "fixed-version: Fixed from version 6.9" | ||
7438 | |||
7439 | CVE_STATUS[CVE-2024-36893] = "fixed-version: Fixed from version 6.9" | ||
7440 | |||
7441 | CVE_STATUS[CVE-2024-36894] = "fixed-version: Fixed from version 6.9" | ||
7442 | |||
7443 | CVE_STATUS[CVE-2024-36895] = "fixed-version: Fixed from version 6.9" | ||
7444 | |||
7445 | CVE_STATUS[CVE-2024-36896] = "fixed-version: Fixed from version 6.9" | ||
7446 | |||
7447 | CVE_STATUS[CVE-2024-36897] = "fixed-version: Fixed from version 6.9" | ||
7448 | |||
7449 | CVE_STATUS[CVE-2024-36898] = "fixed-version: Fixed from version 6.9" | ||
7450 | |||
7451 | CVE_STATUS[CVE-2024-36899] = "fixed-version: Fixed from version 6.9" | ||
7452 | |||
7453 | CVE_STATUS[CVE-2024-36900] = "fixed-version: Fixed from version 6.9" | ||
7454 | |||
7455 | CVE_STATUS[CVE-2024-36901] = "fixed-version: Fixed from version 6.9" | ||
7456 | |||
7457 | CVE_STATUS[CVE-2024-36902] = "fixed-version: Fixed from version 6.9" | ||
7458 | |||
7459 | CVE_STATUS[CVE-2024-36903] = "fixed-version: Fixed from version 6.9" | ||
7460 | |||
7461 | CVE_STATUS[CVE-2024-36904] = "fixed-version: Fixed from version 6.9" | ||
7462 | |||
7463 | CVE_STATUS[CVE-2024-36905] = "fixed-version: Fixed from version 6.9" | ||
7464 | |||
7465 | CVE_STATUS[CVE-2024-36906] = "fixed-version: Fixed from version 6.9" | ||
7466 | |||
7467 | CVE_STATUS[CVE-2024-36908] = "fixed-version: Fixed from version 6.9" | ||
7468 | |||
7469 | CVE_STATUS[CVE-2024-36909] = "fixed-version: Fixed from version 6.9" | ||
7470 | |||
7471 | CVE_STATUS[CVE-2024-36910] = "fixed-version: Fixed from version 6.9" | ||
7472 | |||
7473 | CVE_STATUS[CVE-2024-36911] = "fixed-version: Fixed from version 6.9" | ||
7474 | |||
7475 | CVE_STATUS[CVE-2024-36912] = "fixed-version: Fixed from version 6.9" | ||
7476 | |||
7477 | CVE_STATUS[CVE-2024-36913] = "fixed-version: Fixed from version 6.9" | ||
7478 | |||
7479 | CVE_STATUS[CVE-2024-36914] = "fixed-version: Fixed from version 6.9" | ||
7480 | |||
7481 | CVE_STATUS[CVE-2024-36915] = "fixed-version: Fixed from version 6.9" | ||
7482 | |||
7483 | CVE_STATUS[CVE-2024-36916] = "fixed-version: Fixed from version 6.9" | ||
7484 | |||
7485 | CVE_STATUS[CVE-2024-36917] = "fixed-version: Fixed from version 6.9" | ||
7486 | |||
7487 | CVE_STATUS[CVE-2024-36918] = "fixed-version: Fixed from version 6.9" | ||
7488 | |||
7489 | CVE_STATUS[CVE-2024-36919] = "fixed-version: Fixed from version 6.9" | ||
7490 | |||
7491 | CVE_STATUS[CVE-2024-36920] = "fixed-version: Fixed from version 6.9" | ||
7492 | |||
7493 | CVE_STATUS[CVE-2024-36921] = "fixed-version: Fixed from version 6.9" | ||
7494 | |||
7495 | CVE_STATUS[CVE-2024-36922] = "fixed-version: Fixed from version 6.9" | ||
7496 | |||
7497 | CVE_STATUS[CVE-2024-36923] = "fixed-version: Fixed from version 6.9" | ||
7498 | |||
7499 | CVE_STATUS[CVE-2024-36924] = "fixed-version: Fixed from version 6.9" | ||
7500 | |||
7501 | CVE_STATUS[CVE-2024-36925] = "fixed-version: Fixed from version 6.9" | ||
7502 | |||
7503 | CVE_STATUS[CVE-2024-36926] = "fixed-version: Fixed from version 6.9" | ||
7504 | |||
7505 | CVE_STATUS[CVE-2024-36927] = "fixed-version: Fixed from version 6.9" | ||
7506 | |||
7507 | CVE_STATUS[CVE-2024-36928] = "fixed-version: Fixed from version 6.9" | ||
7508 | |||
7509 | CVE_STATUS[CVE-2024-36929] = "fixed-version: Fixed from version 6.9" | ||
7510 | |||
7511 | CVE_STATUS[CVE-2024-36930] = "fixed-version: Fixed from version 6.9" | ||
7512 | |||
7513 | CVE_STATUS[CVE-2024-36931] = "fixed-version: Fixed from version 6.9" | ||
7514 | |||
7515 | CVE_STATUS[CVE-2024-36932] = "fixed-version: Fixed from version 6.9" | ||
7516 | |||
7517 | CVE_STATUS[CVE-2024-36933] = "fixed-version: Fixed from version 6.9" | ||
7518 | |||
7519 | CVE_STATUS[CVE-2024-36934] = "fixed-version: Fixed from version 6.9" | ||
7520 | |||
7521 | CVE_STATUS[CVE-2024-36935] = "fixed-version: Fixed from version 6.9" | ||
7522 | |||
7523 | CVE_STATUS[CVE-2024-36936] = "fixed-version: Fixed from version 6.9" | ||
7524 | |||
7525 | CVE_STATUS[CVE-2024-36937] = "fixed-version: Fixed from version 6.9" | ||
7526 | |||
7527 | CVE_STATUS[CVE-2024-36938] = "fixed-version: Fixed from version 6.9" | ||
7528 | |||
7529 | CVE_STATUS[CVE-2024-36939] = "fixed-version: Fixed from version 6.9" | ||
7530 | |||
7531 | CVE_STATUS[CVE-2024-36940] = "fixed-version: Fixed from version 6.9" | ||
7532 | |||
7533 | CVE_STATUS[CVE-2024-36941] = "fixed-version: Fixed from version 6.9" | ||
7534 | |||
7535 | CVE_STATUS[CVE-2024-36943] = "fixed-version: Fixed from version 6.9" | ||
7536 | |||
7537 | CVE_STATUS[CVE-2024-36944] = "fixed-version: Fixed from version 6.8.10" | ||
7538 | |||
7539 | CVE_STATUS[CVE-2024-36945] = "fixed-version: Fixed from version 6.9" | ||
7540 | |||
7541 | CVE_STATUS[CVE-2024-36946] = "fixed-version: Fixed from version 6.9" | ||
7542 | |||
7543 | CVE_STATUS[CVE-2024-36947] = "fixed-version: Fixed from version 6.9" | ||
7544 | |||
7545 | CVE_STATUS[CVE-2024-36948] = "fixed-version: Fixed from version 6.9" | ||
7546 | |||
7547 | CVE_STATUS[CVE-2024-36949] = "fixed-version: Fixed from version 6.9" | ||
7548 | |||
7549 | CVE_STATUS[CVE-2024-36950] = "fixed-version: Fixed from version 6.9" | ||
7550 | |||
7551 | CVE_STATUS[CVE-2024-36951] = "fixed-version: Fixed from version 6.9" | ||
7552 | |||
7553 | CVE_STATUS[CVE-2024-36952] = "fixed-version: Fixed from version 6.9" | ||
7554 | |||
7555 | CVE_STATUS[CVE-2024-36953] = "fixed-version: Fixed from version 6.9" | ||
7556 | |||
7557 | CVE_STATUS[CVE-2024-36954] = "fixed-version: Fixed from version 6.9" | ||
7558 | |||
7559 | CVE_STATUS[CVE-2024-36955] = "fixed-version: Fixed from version 6.9" | ||
7560 | |||
7561 | CVE_STATUS[CVE-2024-36956] = "fixed-version: Fixed from version 6.9" | ||
7562 | |||
7563 | CVE_STATUS[CVE-2024-36957] = "fixed-version: Fixed from version 6.9" | ||
7564 | |||
7565 | CVE_STATUS[CVE-2024-36958] = "fixed-version: Fixed from version 6.9" | ||
7566 | |||
7567 | CVE_STATUS[CVE-2024-36959] = "fixed-version: Fixed from version 6.9" | ||
7568 | |||
7569 | CVE_STATUS[CVE-2024-36960] = "fixed-version: Fixed from version 6.9" | ||
7570 | |||
7571 | CVE_STATUS[CVE-2024-36961] = "fixed-version: Fixed from version 6.9" | ||
7572 | |||
7573 | CVE_STATUS[CVE-2024-36962] = "fixed-version: Fixed from version 6.8.10" | ||
7574 | |||
7575 | CVE_STATUS[CVE-2024-36963] = "fixed-version: Fixed from version 6.9" | ||
7576 | |||
7577 | CVE_STATUS[CVE-2024-36964] = "fixed-version: Fixed from version 6.9" | ||
7578 | |||
7579 | CVE_STATUS[CVE-2024-36965] = "fixed-version: Fixed from version 6.10" | ||
7580 | |||
7581 | CVE_STATUS[CVE-2024-36966] = "fixed-version: Fixed from version 6.9" | ||
7582 | |||
7583 | CVE_STATUS[CVE-2024-36967] = "fixed-version: Fixed from version 6.10" | ||
7584 | |||
7585 | CVE_STATUS[CVE-2024-36968] = "fixed-version: Fixed from version 6.10" | ||
7586 | |||
7587 | CVE_STATUS[CVE-2024-36969] = "fixed-version: Fixed from version 6.10" | ||
7588 | |||
7589 | CVE_STATUS[CVE-2024-36970] = "fixed-version: Fixed from version 6.10" | ||
7590 | |||
7591 | CVE_STATUS[CVE-2024-36971] = "fixed-version: Fixed from version 6.10" | ||
7592 | |||
7593 | CVE_STATUS[CVE-2024-36972] = "fixed-version: Fixed from version 6.10" | ||
7594 | |||
7595 | CVE_STATUS[CVE-2024-36973] = "fixed-version: Fixed from version 6.10" | ||
7596 | |||
7597 | CVE_STATUS[CVE-2024-36974] = "fixed-version: Fixed from version 6.10" | ||
7598 | |||
7599 | CVE_STATUS[CVE-2024-36975] = "fixed-version: Fixed from version 6.10" | ||
7600 | |||
7601 | CVE_STATUS[CVE-2024-36976] = "fixed-version: Fixed from version 6.10" | ||
7602 | |||
7603 | CVE_STATUS[CVE-2024-36977] = "fixed-version: Fixed from version 6.10" | ||
7604 | |||
7605 | CVE_STATUS[CVE-2024-36978] = "fixed-version: Fixed from version 6.10" | ||
7606 | |||
7607 | CVE_STATUS[CVE-2024-36979] = "fixed-version: Fixed from version 6.10" | ||
7608 | |||
7609 | CVE_STATUS[CVE-2024-37021] = "fixed-version: Fixed from version 6.10" | ||
7610 | |||
7611 | CVE_STATUS[CVE-2024-37026] = "fixed-version: Fixed from version 6.10" | ||
7612 | |||
7613 | CVE_STATUS[CVE-2024-37078] = "fixed-version: Fixed from version 6.10" | ||
7614 | |||
7615 | CVE_STATUS[CVE-2024-37354] = "fixed-version: Fixed from version 6.10" | ||
7616 | |||
7617 | CVE_STATUS[CVE-2024-37356] = "fixed-version: Fixed from version 6.10" | ||
7618 | |||
7619 | CVE_STATUS[CVE-2024-38306] = "fixed-version: Fixed from version 6.10" | ||
7620 | |||
7621 | CVE_STATUS[CVE-2024-38381] = "fixed-version: Fixed from version 6.10" | ||
7622 | |||
7623 | CVE_STATUS[CVE-2024-38384] = "fixed-version: Fixed from version 6.10" | ||
7624 | |||
7625 | CVE_STATUS[CVE-2024-38385] = "fixed-version: Fixed from version 6.10" | ||
7626 | |||
7627 | CVE_STATUS[CVE-2024-38388] = "fixed-version: Fixed from version 6.10" | ||
7628 | |||
7629 | CVE_STATUS[CVE-2024-38390] = "fixed-version: Fixed from version 6.10" | ||
7630 | |||
7631 | CVE_STATUS[CVE-2024-38538] = "fixed-version: Fixed from version 6.10" | ||
7632 | |||
7633 | CVE_STATUS[CVE-2024-38539] = "fixed-version: Fixed from version 6.10" | ||
7634 | |||
7635 | CVE_STATUS[CVE-2024-38540] = "fixed-version: Fixed from version 6.10" | ||
7636 | |||
7637 | CVE_STATUS[CVE-2024-38541] = "fixed-version: Fixed from version 6.10" | ||
7638 | |||
7639 | CVE_STATUS[CVE-2024-38542] = "fixed-version: Fixed from version 6.10" | ||
7640 | |||
7641 | CVE_STATUS[CVE-2024-38543] = "fixed-version: Fixed from version 6.10" | ||
7642 | |||
7643 | CVE_STATUS[CVE-2024-38544] = "fixed-version: Fixed from version 6.10" | ||
7644 | |||
7645 | CVE_STATUS[CVE-2024-38545] = "fixed-version: Fixed from version 6.10" | ||
7646 | |||
7647 | CVE_STATUS[CVE-2024-38546] = "fixed-version: Fixed from version 6.10" | ||
7648 | |||
7649 | CVE_STATUS[CVE-2024-38547] = "fixed-version: Fixed from version 6.10" | ||
7650 | |||
7651 | CVE_STATUS[CVE-2024-38548] = "fixed-version: Fixed from version 6.10" | ||
7652 | |||
7653 | CVE_STATUS[CVE-2024-38549] = "fixed-version: Fixed from version 6.10" | ||
7654 | |||
7655 | CVE_STATUS[CVE-2024-38550] = "fixed-version: Fixed from version 6.10" | ||
7656 | |||
7657 | CVE_STATUS[CVE-2024-38551] = "fixed-version: Fixed from version 6.10" | ||
7658 | |||
7659 | CVE_STATUS[CVE-2024-38552] = "fixed-version: Fixed from version 6.10" | ||
7660 | |||
7661 | CVE_STATUS[CVE-2024-38553] = "fixed-version: Fixed from version 6.10" | ||
7662 | |||
7663 | CVE_STATUS[CVE-2024-38554] = "fixed-version: Fixed from version 6.10" | ||
7664 | |||
7665 | CVE_STATUS[CVE-2024-38555] = "fixed-version: Fixed from version 6.10" | ||
7666 | |||
7667 | CVE_STATUS[CVE-2024-38556] = "fixed-version: Fixed from version 6.10" | ||
7668 | |||
7669 | CVE_STATUS[CVE-2024-38557] = "fixed-version: Fixed from version 6.10" | ||
7670 | |||
7671 | CVE_STATUS[CVE-2024-38558] = "fixed-version: Fixed from version 6.10" | ||
7672 | |||
7673 | CVE_STATUS[CVE-2024-38559] = "fixed-version: Fixed from version 6.10" | ||
7674 | |||
7675 | CVE_STATUS[CVE-2024-38560] = "fixed-version: Fixed from version 6.10" | ||
7676 | |||
7677 | CVE_STATUS[CVE-2024-38561] = "fixed-version: Fixed from version 6.10" | ||
7678 | |||
7679 | CVE_STATUS[CVE-2024-38562] = "fixed-version: Fixed from version 6.10" | ||
7680 | |||
7681 | CVE_STATUS[CVE-2024-38563] = "fixed-version: Fixed from version 6.10" | ||
7682 | |||
7683 | CVE_STATUS[CVE-2024-38564] = "fixed-version: Fixed from version 6.10" | ||
7684 | |||
7685 | CVE_STATUS[CVE-2024-38565] = "fixed-version: Fixed from version 6.10" | ||
7686 | |||
7687 | CVE_STATUS[CVE-2024-38566] = "fixed-version: Fixed from version 6.10" | ||
7688 | |||
7689 | CVE_STATUS[CVE-2024-38567] = "fixed-version: Fixed from version 6.10" | ||
7690 | |||
7691 | CVE_STATUS[CVE-2024-38568] = "fixed-version: Fixed from version 6.10" | ||
7692 | |||
7693 | CVE_STATUS[CVE-2024-38569] = "fixed-version: Fixed from version 6.10" | ||
7694 | |||
7695 | CVE_STATUS[CVE-2024-38570] = "fixed-version: Fixed from version 6.10" | ||
7696 | |||
7697 | CVE_STATUS[CVE-2024-38571] = "fixed-version: Fixed from version 6.10" | ||
7698 | |||
7699 | CVE_STATUS[CVE-2024-38572] = "fixed-version: Fixed from version 6.10" | ||
7700 | |||
7701 | CVE_STATUS[CVE-2024-38573] = "fixed-version: Fixed from version 6.10" | ||
7702 | |||
7703 | CVE_STATUS[CVE-2024-38574] = "fixed-version: Fixed from version 6.10" | ||
7704 | |||
7705 | CVE_STATUS[CVE-2024-38575] = "fixed-version: Fixed from version 6.10" | ||
7706 | |||
7707 | CVE_STATUS[CVE-2024-38576] = "fixed-version: Fixed from version 6.10" | ||
7708 | |||
7709 | CVE_STATUS[CVE-2024-38577] = "fixed-version: Fixed from version 6.10" | ||
7710 | |||
7711 | CVE_STATUS[CVE-2024-38578] = "fixed-version: Fixed from version 6.10" | ||
7712 | |||
7713 | CVE_STATUS[CVE-2024-38579] = "fixed-version: Fixed from version 6.10" | ||
7714 | |||
7715 | CVE_STATUS[CVE-2024-38580] = "fixed-version: Fixed from version 6.9" | ||
7716 | |||
7717 | CVE_STATUS[CVE-2024-38581] = "fixed-version: Fixed from version 6.9" | ||
7718 | |||
7719 | CVE_STATUS[CVE-2024-38582] = "fixed-version: Fixed from version 6.10" | ||
7720 | |||
7721 | CVE_STATUS[CVE-2024-38583] = "fixed-version: Fixed from version 6.10" | ||
7722 | |||
7723 | CVE_STATUS[CVE-2024-38584] = "fixed-version: Fixed from version 6.10" | ||
7724 | |||
7725 | CVE_STATUS[CVE-2024-38585] = "fixed-version: Fixed from version 6.10" | ||
7726 | |||
7727 | CVE_STATUS[CVE-2024-38586] = "fixed-version: Fixed from version 6.10" | ||
7728 | |||
7729 | CVE_STATUS[CVE-2024-38587] = "fixed-version: Fixed from version 6.10" | ||
7730 | |||
7731 | CVE_STATUS[CVE-2024-38588] = "fixed-version: Fixed from version 6.10" | ||
7732 | |||
7733 | CVE_STATUS[CVE-2024-38589] = "fixed-version: Fixed from version 6.10" | ||
7734 | |||
7735 | CVE_STATUS[CVE-2024-38590] = "fixed-version: Fixed from version 6.10" | ||
7736 | |||
7737 | CVE_STATUS[CVE-2024-38591] = "fixed-version: Fixed from version 6.10" | ||
7738 | |||
7739 | CVE_STATUS[CVE-2024-38592] = "fixed-version: Fixed from version 6.10" | ||
7740 | |||
7741 | CVE_STATUS[CVE-2024-38593] = "fixed-version: Fixed from version 6.10" | ||
7742 | |||
7743 | CVE_STATUS[CVE-2024-38594] = "fixed-version: Fixed from version 6.10" | ||
7744 | |||
7745 | CVE_STATUS[CVE-2024-38595] = "fixed-version: Fixed from version 6.10" | ||
7746 | |||
7747 | CVE_STATUS[CVE-2024-38596] = "fixed-version: Fixed from version 6.10" | ||
7748 | |||
7749 | CVE_STATUS[CVE-2024-38597] = "fixed-version: Fixed from version 6.10" | ||
7750 | |||
7751 | CVE_STATUS[CVE-2024-38598] = "fixed-version: Fixed from version 6.10" | ||
7752 | |||
7753 | CVE_STATUS[CVE-2024-38599] = "fixed-version: Fixed from version 6.10" | ||
7754 | |||
7755 | CVE_STATUS[CVE-2024-38600] = "fixed-version: Fixed from version 6.10" | ||
7756 | |||
7757 | CVE_STATUS[CVE-2024-38601] = "fixed-version: Fixed from version 6.10" | ||
7758 | |||
7759 | CVE_STATUS[CVE-2024-38602] = "fixed-version: Fixed from version 6.10" | ||
7760 | |||
7761 | CVE_STATUS[CVE-2024-38603] = "fixed-version: Fixed from version 6.10" | ||
7762 | |||
7763 | CVE_STATUS[CVE-2024-38604] = "fixed-version: Fixed from version 6.10" | ||
7764 | |||
7765 | CVE_STATUS[CVE-2024-38605] = "fixed-version: Fixed from version 6.10" | ||
7766 | |||
7767 | CVE_STATUS[CVE-2024-38606] = "fixed-version: Fixed from version 6.10" | ||
7768 | |||
7769 | CVE_STATUS[CVE-2024-38607] = "fixed-version: Fixed from version 6.10" | ||
7770 | |||
7771 | CVE_STATUS[CVE-2024-38608] = "fixed-version: Fixed from version 6.10" | ||
7772 | |||
7773 | CVE_STATUS[CVE-2024-38609] = "fixed-version: Fixed from version 6.10" | ||
7774 | |||
7775 | CVE_STATUS[CVE-2024-38610] = "fixed-version: Fixed from version 6.10" | ||
7776 | |||
7777 | CVE_STATUS[CVE-2024-38611] = "fixed-version: Fixed from version 6.10" | ||
7778 | |||
7779 | CVE_STATUS[CVE-2024-38612] = "fixed-version: Fixed from version 6.10" | ||
7780 | |||
7781 | CVE_STATUS[CVE-2024-38613] = "fixed-version: Fixed from version 6.10" | ||
7782 | |||
7783 | CVE_STATUS[CVE-2024-38614] = "fixed-version: Fixed from version 6.10" | ||
7784 | |||
7785 | CVE_STATUS[CVE-2024-38615] = "fixed-version: Fixed from version 6.10" | ||
7786 | |||
7787 | CVE_STATUS[CVE-2024-38616] = "fixed-version: Fixed from version 6.10" | ||
7788 | |||
7789 | CVE_STATUS[CVE-2024-38617] = "fixed-version: Fixed from version 6.10" | ||
7790 | |||
7791 | CVE_STATUS[CVE-2024-38618] = "fixed-version: Fixed from version 6.10" | ||
7792 | |||
7793 | CVE_STATUS[CVE-2024-38619] = "fixed-version: Fixed from version 6.10" | ||
7794 | |||
7795 | CVE_STATUS[CVE-2024-38620] = "fixed-version: Fixed from version 6.10" | ||
7796 | |||
7797 | CVE_STATUS[CVE-2024-38621] = "fixed-version: Fixed from version 6.10" | ||
7798 | |||
7799 | CVE_STATUS[CVE-2024-38622] = "fixed-version: Fixed from version 6.10" | ||
7800 | |||
7801 | CVE_STATUS[CVE-2024-38623] = "fixed-version: Fixed from version 6.10" | ||
7802 | |||
7803 | CVE_STATUS[CVE-2024-38624] = "fixed-version: Fixed from version 6.10" | ||
7804 | |||
7805 | CVE_STATUS[CVE-2024-38625] = "fixed-version: Fixed from version 6.10" | ||
7806 | |||
7807 | CVE_STATUS[CVE-2024-38626] = "fixed-version: Fixed from version 6.10" | ||
7808 | |||
7809 | CVE_STATUS[CVE-2024-38627] = "fixed-version: Fixed from version 6.10" | ||
7810 | |||
7811 | CVE_STATUS[CVE-2024-38628] = "fixed-version: Fixed from version 6.10" | ||
7812 | |||
7813 | CVE_STATUS[CVE-2024-38629] = "fixed-version: Fixed from version 6.10" | ||
7814 | |||
7815 | CVE_STATUS[CVE-2024-38630] = "fixed-version: Fixed from version 6.10" | ||
7816 | |||
7817 | CVE_STATUS[CVE-2024-38631] = "fixed-version: Fixed from version 6.10" | ||
7818 | |||
7819 | CVE_STATUS[CVE-2024-38632] = "fixed-version: Fixed from version 6.10" | ||
7820 | |||
7821 | CVE_STATUS[CVE-2024-38633] = "fixed-version: Fixed from version 6.10" | ||
7822 | |||
7823 | CVE_STATUS[CVE-2024-38634] = "fixed-version: Fixed from version 6.10" | ||
7824 | |||
7825 | CVE_STATUS[CVE-2024-38635] = "fixed-version: Fixed from version 6.10" | ||
7826 | |||
7827 | CVE_STATUS[CVE-2024-38636] = "fixed-version: Fixed from version 6.10" | ||
7828 | |||
7829 | CVE_STATUS[CVE-2024-38637] = "fixed-version: Fixed from version 6.10" | ||
7830 | |||
7831 | CVE_STATUS[CVE-2024-38659] = "fixed-version: Fixed from version 6.10" | ||
7832 | |||
7833 | CVE_STATUS[CVE-2024-38661] = "fixed-version: Fixed from version 6.10" | ||
7834 | |||
7835 | CVE_STATUS[CVE-2024-38662] = "fixed-version: Fixed from version 6.10" | ||
7836 | |||
7837 | CVE_STATUS[CVE-2024-38663] = "fixed-version: Fixed from version 6.10" | ||
7838 | |||
7839 | CVE_STATUS[CVE-2024-38664] = "fixed-version: Fixed from version 6.10" | ||
7840 | |||
7841 | CVE_STATUS[CVE-2024-38667] = "fixed-version: Fixed from version 6.10" | ||
7842 | |||
7843 | CVE_STATUS[CVE-2024-38780] = "fixed-version: Fixed from version 6.10" | ||
7844 | |||
7845 | CVE_STATUS[CVE-2024-39276] = "fixed-version: Fixed from version 6.10" | ||
7846 | |||
7847 | CVE_STATUS[CVE-2024-39277] = "fixed-version: Fixed from version 6.10" | ||
7848 | |||
7849 | CVE_STATUS[CVE-2024-39282] = "cpe-stable-backport: Backported in 6.12.9" | ||
7850 | |||
7851 | CVE_STATUS[CVE-2024-39291] = "fixed-version: Fixed from version 6.10" | ||
7852 | |||
7853 | CVE_STATUS[CVE-2024-39292] = "fixed-version: Fixed from version 6.10" | ||
7854 | |||
7855 | CVE_STATUS[CVE-2024-39293] = "fixed-version: Fixed from version 6.10" | ||
7856 | |||
7857 | CVE_STATUS[CVE-2024-39296] = "fixed-version: Fixed from version 6.10" | ||
7858 | |||
7859 | CVE_STATUS[CVE-2024-39298] = "fixed-version: Fixed from version 6.10" | ||
7860 | |||
7861 | CVE_STATUS[CVE-2024-39301] = "fixed-version: Fixed from version 6.10" | ||
7862 | |||
7863 | CVE_STATUS[CVE-2024-39371] = "fixed-version: Fixed from version 6.10" | ||
7864 | |||
7865 | CVE_STATUS[CVE-2024-39461] = "fixed-version: Fixed from version 6.10" | ||
7866 | |||
7867 | CVE_STATUS[CVE-2024-39462] = "fixed-version: Fixed from version 6.10" | ||
7868 | |||
7869 | CVE_STATUS[CVE-2024-39463] = "fixed-version: Fixed from version 6.10" | ||
7870 | |||
7871 | CVE_STATUS[CVE-2024-39464] = "fixed-version: Fixed from version 6.10" | ||
7872 | |||
7873 | CVE_STATUS[CVE-2024-39465] = "fixed-version: Fixed from version 6.10" | ||
7874 | |||
7875 | CVE_STATUS[CVE-2024-39466] = "fixed-version: Fixed from version 6.10" | ||
7876 | |||
7877 | CVE_STATUS[CVE-2024-39467] = "fixed-version: Fixed from version 6.10" | ||
7878 | |||
7879 | CVE_STATUS[CVE-2024-39468] = "fixed-version: Fixed from version 6.10" | ||
7880 | |||
7881 | CVE_STATUS[CVE-2024-39469] = "fixed-version: Fixed from version 6.10" | ||
7882 | |||
7883 | CVE_STATUS[CVE-2024-39470] = "fixed-version: Fixed from version 6.10" | ||
7884 | |||
7885 | CVE_STATUS[CVE-2024-39471] = "fixed-version: Fixed from version 6.10" | ||
7886 | |||
7887 | CVE_STATUS[CVE-2024-39472] = "fixed-version: Fixed from version 6.10" | ||
7888 | |||
7889 | CVE_STATUS[CVE-2024-39473] = "fixed-version: Fixed from version 6.10" | ||
7890 | |||
7891 | CVE_STATUS[CVE-2024-39474] = "fixed-version: Fixed from version 6.10" | ||
7892 | |||
7893 | CVE_STATUS[CVE-2024-39475] = "fixed-version: Fixed from version 6.10" | ||
7894 | |||
7895 | CVE_STATUS[CVE-2024-39476] = "fixed-version: Fixed from version 6.10" | ||
7896 | |||
7897 | CVE_STATUS[CVE-2024-39477] = "fixed-version: Fixed from version 6.10" | ||
7898 | |||
7899 | CVE_STATUS[CVE-2024-39478] = "fixed-version: Fixed from version 6.10" | ||
7900 | |||
7901 | CVE_STATUS[CVE-2024-39479] = "fixed-version: Fixed from version 6.10" | ||
7902 | |||
7903 | CVE_STATUS[CVE-2024-39480] = "fixed-version: Fixed from version 6.10" | ||
7904 | |||
7905 | CVE_STATUS[CVE-2024-39481] = "fixed-version: Fixed from version 6.10" | ||
7906 | |||
7907 | CVE_STATUS[CVE-2024-39482] = "fixed-version: Fixed from version 6.10" | ||
7908 | |||
7909 | CVE_STATUS[CVE-2024-39483] = "fixed-version: Fixed from version 6.10" | ||
7910 | |||
7911 | CVE_STATUS[CVE-2024-39484] = "fixed-version: Fixed from version 6.10" | ||
7912 | |||
7913 | CVE_STATUS[CVE-2024-39485] = "fixed-version: Fixed from version 6.10" | ||
7914 | |||
7915 | CVE_STATUS[CVE-2024-39486] = "fixed-version: Fixed from version 6.10" | ||
7916 | |||
7917 | CVE_STATUS[CVE-2024-39487] = "fixed-version: Fixed from version 6.10" | ||
7918 | |||
7919 | CVE_STATUS[CVE-2024-39488] = "fixed-version: Fixed from version 6.10" | ||
7920 | |||
7921 | CVE_STATUS[CVE-2024-39489] = "fixed-version: Fixed from version 6.10" | ||
7922 | |||
7923 | CVE_STATUS[CVE-2024-39490] = "fixed-version: Fixed from version 6.10" | ||
7924 | |||
7925 | CVE_STATUS[CVE-2024-39491] = "fixed-version: Fixed from version 6.10" | ||
7926 | |||
7927 | CVE_STATUS[CVE-2024-39492] = "fixed-version: Fixed from version 6.10" | ||
7928 | |||
7929 | CVE_STATUS[CVE-2024-39493] = "fixed-version: Fixed from version 6.10" | ||
7930 | |||
7931 | CVE_STATUS[CVE-2024-39494] = "fixed-version: Fixed from version 6.10" | ||
7932 | |||
7933 | CVE_STATUS[CVE-2024-39495] = "fixed-version: Fixed from version 6.10" | ||
7934 | |||
7935 | CVE_STATUS[CVE-2024-39496] = "fixed-version: Fixed from version 6.10" | ||
7936 | |||
7937 | CVE_STATUS[CVE-2024-39497] = "fixed-version: Fixed from version 6.10" | ||
7938 | |||
7939 | CVE_STATUS[CVE-2024-39498] = "fixed-version: Fixed from version 6.10" | ||
7940 | |||
7941 | CVE_STATUS[CVE-2024-39499] = "fixed-version: Fixed from version 6.10" | ||
7942 | |||
7943 | CVE_STATUS[CVE-2024-39500] = "fixed-version: Fixed from version 6.10" | ||
7944 | |||
7945 | CVE_STATUS[CVE-2024-39502] = "fixed-version: Fixed from version 6.10" | ||
7946 | |||
7947 | CVE_STATUS[CVE-2024-39503] = "fixed-version: Fixed from version 6.10" | ||
7948 | |||
7949 | CVE_STATUS[CVE-2024-39504] = "fixed-version: Fixed from version 6.10" | ||
7950 | |||
7951 | CVE_STATUS[CVE-2024-39505] = "fixed-version: Fixed from version 6.10" | ||
7952 | |||
7953 | CVE_STATUS[CVE-2024-39506] = "fixed-version: Fixed from version 6.10" | ||
7954 | |||
7955 | CVE_STATUS[CVE-2024-39507] = "fixed-version: Fixed from version 6.10" | ||
7956 | |||
7957 | CVE_STATUS[CVE-2024-39508] = "fixed-version: Fixed from version 6.10" | ||
7958 | |||
7959 | CVE_STATUS[CVE-2024-39509] = "fixed-version: Fixed from version 6.10" | ||
7960 | |||
7961 | CVE_STATUS[CVE-2024-39510] = "fixed-version: Fixed from version 6.10" | ||
7962 | |||
7963 | CVE_STATUS[CVE-2024-40899] = "fixed-version: Fixed from version 6.10" | ||
7964 | |||
7965 | CVE_STATUS[CVE-2024-40900] = "fixed-version: Fixed from version 6.10" | ||
7966 | |||
7967 | CVE_STATUS[CVE-2024-40901] = "fixed-version: Fixed from version 6.10" | ||
7968 | |||
7969 | CVE_STATUS[CVE-2024-40902] = "fixed-version: Fixed from version 6.10" | ||
7970 | |||
7971 | CVE_STATUS[CVE-2024-40903] = "fixed-version: Fixed from version 6.10" | ||
7972 | |||
7973 | CVE_STATUS[CVE-2024-40904] = "fixed-version: Fixed from version 6.10" | ||
7974 | |||
7975 | CVE_STATUS[CVE-2024-40905] = "fixed-version: Fixed from version 6.10" | ||
7976 | |||
7977 | CVE_STATUS[CVE-2024-40906] = "fixed-version: Fixed from version 6.10" | ||
7978 | |||
7979 | CVE_STATUS[CVE-2024-40907] = "fixed-version: Fixed from version 6.10" | ||
7980 | |||
7981 | CVE_STATUS[CVE-2024-40908] = "fixed-version: Fixed from version 6.10" | ||
7982 | |||
7983 | CVE_STATUS[CVE-2024-40909] = "fixed-version: Fixed from version 6.10" | ||
7984 | |||
7985 | CVE_STATUS[CVE-2024-40910] = "fixed-version: Fixed from version 6.10" | ||
7986 | |||
7987 | CVE_STATUS[CVE-2024-40911] = "fixed-version: Fixed from version 6.10" | ||
7988 | |||
7989 | CVE_STATUS[CVE-2024-40912] = "fixed-version: Fixed from version 6.10" | ||
7990 | |||
7991 | CVE_STATUS[CVE-2024-40913] = "fixed-version: Fixed from version 6.10" | ||
7992 | |||
7993 | CVE_STATUS[CVE-2024-40914] = "fixed-version: Fixed from version 6.10" | ||
7994 | |||
7995 | CVE_STATUS[CVE-2024-40915] = "fixed-version: Fixed from version 6.10" | ||
7996 | |||
7997 | CVE_STATUS[CVE-2024-40916] = "fixed-version: Fixed from version 6.10" | ||
7998 | |||
7999 | CVE_STATUS[CVE-2024-40917] = "fixed-version: Fixed from version 6.10" | ||
8000 | |||
8001 | CVE_STATUS[CVE-2024-40918] = "fixed-version: Fixed from version 6.10" | ||
8002 | |||
8003 | CVE_STATUS[CVE-2024-40919] = "fixed-version: Fixed from version 6.10" | ||
8004 | |||
8005 | CVE_STATUS[CVE-2024-40920] = "fixed-version: Fixed from version 6.9.6" | ||
8006 | |||
8007 | CVE_STATUS[CVE-2024-40921] = "fixed-version: Fixed from version 6.9.6" | ||
8008 | |||
8009 | CVE_STATUS[CVE-2024-40922] = "fixed-version: Fixed from version 6.10" | ||
8010 | |||
8011 | CVE_STATUS[CVE-2024-40923] = "fixed-version: Fixed from version 6.10" | ||
8012 | |||
8013 | CVE_STATUS[CVE-2024-40924] = "fixed-version: Fixed from version 6.10" | ||
8014 | |||
8015 | CVE_STATUS[CVE-2024-40925] = "fixed-version: Fixed from version 6.10" | ||
8016 | |||
8017 | CVE_STATUS[CVE-2024-40926] = "fixed-version: Fixed from version 6.10" | ||
8018 | |||
8019 | CVE_STATUS[CVE-2024-40927] = "fixed-version: Fixed from version 6.10" | ||
8020 | |||
8021 | CVE_STATUS[CVE-2024-40928] = "fixed-version: Fixed from version 6.10" | ||
8022 | |||
8023 | CVE_STATUS[CVE-2024-40929] = "fixed-version: Fixed from version 6.10" | ||
8024 | |||
8025 | CVE_STATUS[CVE-2024-40930] = "fixed-version: Fixed from version 6.10" | ||
8026 | |||
8027 | CVE_STATUS[CVE-2024-40931] = "fixed-version: Fixed from version 6.10" | ||
8028 | |||
8029 | CVE_STATUS[CVE-2024-40932] = "fixed-version: Fixed from version 6.10" | ||
8030 | |||
8031 | CVE_STATUS[CVE-2024-40933] = "fixed-version: Fixed from version 6.10" | ||
8032 | |||
8033 | CVE_STATUS[CVE-2024-40934] = "fixed-version: Fixed from version 6.10" | ||
8034 | |||
8035 | CVE_STATUS[CVE-2024-40935] = "fixed-version: Fixed from version 6.10" | ||
8036 | |||
8037 | CVE_STATUS[CVE-2024-40936] = "fixed-version: Fixed from version 6.10" | ||
8038 | |||
8039 | CVE_STATUS[CVE-2024-40937] = "fixed-version: Fixed from version 6.10" | ||
8040 | |||
8041 | CVE_STATUS[CVE-2024-40938] = "fixed-version: Fixed from version 6.10" | ||
8042 | |||
8043 | CVE_STATUS[CVE-2024-40939] = "fixed-version: Fixed from version 6.10" | ||
8044 | |||
8045 | CVE_STATUS[CVE-2024-40940] = "fixed-version: Fixed from version 6.10" | ||
8046 | |||
8047 | CVE_STATUS[CVE-2024-40941] = "fixed-version: Fixed from version 6.10" | ||
8048 | |||
8049 | CVE_STATUS[CVE-2024-40942] = "fixed-version: Fixed from version 6.10" | ||
8050 | |||
8051 | CVE_STATUS[CVE-2024-40943] = "fixed-version: Fixed from version 6.10" | ||
8052 | |||
8053 | CVE_STATUS[CVE-2024-40944] = "fixed-version: Fixed from version 6.10" | ||
8054 | |||
8055 | CVE_STATUS[CVE-2024-40945] = "fixed-version: Fixed from version 6.10" | ||
8056 | |||
8057 | CVE_STATUS[CVE-2024-40947] = "fixed-version: Fixed from version 6.10" | ||
8058 | |||
8059 | CVE_STATUS[CVE-2024-40948] = "fixed-version: Fixed from version 6.10" | ||
8060 | |||
8061 | CVE_STATUS[CVE-2024-40949] = "fixed-version: Fixed from version 6.10" | ||
8062 | |||
8063 | CVE_STATUS[CVE-2024-40950] = "fixed-version: Fixed from version 6.10" | ||
8064 | |||
8065 | CVE_STATUS[CVE-2024-40951] = "fixed-version: Fixed from version 6.10" | ||
8066 | |||
8067 | CVE_STATUS[CVE-2024-40952] = "fixed-version: Fixed from version 6.10" | ||
8068 | |||
8069 | CVE_STATUS[CVE-2024-40953] = "fixed-version: Fixed from version 6.10" | ||
8070 | |||
8071 | CVE_STATUS[CVE-2024-40954] = "fixed-version: Fixed from version 6.10" | ||
8072 | |||
8073 | CVE_STATUS[CVE-2024-40955] = "fixed-version: Fixed from version 6.10" | ||
8074 | |||
8075 | CVE_STATUS[CVE-2024-40956] = "fixed-version: Fixed from version 6.10" | ||
8076 | |||
8077 | CVE_STATUS[CVE-2024-40957] = "fixed-version: Fixed from version 6.10" | ||
8078 | |||
8079 | CVE_STATUS[CVE-2024-40958] = "fixed-version: Fixed from version 6.10" | ||
8080 | |||
8081 | CVE_STATUS[CVE-2024-40959] = "fixed-version: Fixed from version 6.10" | ||
8082 | |||
8083 | CVE_STATUS[CVE-2024-40960] = "fixed-version: Fixed from version 6.10" | ||
8084 | |||
8085 | CVE_STATUS[CVE-2024-40961] = "fixed-version: Fixed from version 6.10" | ||
8086 | |||
8087 | CVE_STATUS[CVE-2024-40962] = "fixed-version: Fixed from version 6.10" | ||
8088 | |||
8089 | CVE_STATUS[CVE-2024-40963] = "fixed-version: Fixed from version 6.10" | ||
8090 | |||
8091 | CVE_STATUS[CVE-2024-40964] = "fixed-version: Fixed from version 6.10" | ||
8092 | |||
8093 | CVE_STATUS[CVE-2024-40965] = "fixed-version: Fixed from version 6.10" | ||
8094 | |||
8095 | CVE_STATUS[CVE-2024-40966] = "fixed-version: Fixed from version 6.10" | ||
8096 | |||
8097 | CVE_STATUS[CVE-2024-40967] = "fixed-version: Fixed from version 6.10" | ||
8098 | |||
8099 | CVE_STATUS[CVE-2024-40968] = "fixed-version: Fixed from version 6.10" | ||
8100 | |||
8101 | CVE_STATUS[CVE-2024-40969] = "fixed-version: Fixed from version 6.10" | ||
8102 | |||
8103 | CVE_STATUS[CVE-2024-40970] = "fixed-version: Fixed from version 6.10" | ||
8104 | |||
8105 | CVE_STATUS[CVE-2024-40971] = "fixed-version: Fixed from version 6.10" | ||
8106 | |||
8107 | CVE_STATUS[CVE-2024-40972] = "fixed-version: Fixed from version 6.10" | ||
8108 | |||
8109 | CVE_STATUS[CVE-2024-40973] = "fixed-version: Fixed from version 6.10" | ||
8110 | |||
8111 | CVE_STATUS[CVE-2024-40974] = "fixed-version: Fixed from version 6.10" | ||
8112 | |||
8113 | CVE_STATUS[CVE-2024-40975] = "fixed-version: Fixed from version 6.10" | ||
8114 | |||
8115 | CVE_STATUS[CVE-2024-40976] = "fixed-version: Fixed from version 6.10" | ||
8116 | |||
8117 | CVE_STATUS[CVE-2024-40977] = "fixed-version: Fixed from version 6.10" | ||
8118 | |||
8119 | CVE_STATUS[CVE-2024-40978] = "fixed-version: Fixed from version 6.10" | ||
8120 | |||
8121 | CVE_STATUS[CVE-2024-40979] = "fixed-version: Fixed from version 6.10" | ||
8122 | |||
8123 | CVE_STATUS[CVE-2024-40980] = "fixed-version: Fixed from version 6.10" | ||
8124 | |||
8125 | CVE_STATUS[CVE-2024-40981] = "fixed-version: Fixed from version 6.10" | ||
8126 | |||
8127 | CVE_STATUS[CVE-2024-40983] = "fixed-version: Fixed from version 6.10" | ||
8128 | |||
8129 | CVE_STATUS[CVE-2024-40984] = "fixed-version: Fixed from version 6.10" | ||
8130 | |||
8131 | CVE_STATUS[CVE-2024-40985] = "fixed-version: Fixed from version 6.10" | ||
8132 | |||
8133 | CVE_STATUS[CVE-2024-40986] = "fixed-version: Fixed from version 6.10" | ||
8134 | |||
8135 | CVE_STATUS[CVE-2024-40987] = "fixed-version: Fixed from version 6.10" | ||
8136 | |||
8137 | CVE_STATUS[CVE-2024-40988] = "fixed-version: Fixed from version 6.10" | ||
8138 | |||
8139 | CVE_STATUS[CVE-2024-40989] = "fixed-version: Fixed from version 6.10" | ||
8140 | |||
8141 | CVE_STATUS[CVE-2024-40990] = "fixed-version: Fixed from version 6.10" | ||
8142 | |||
8143 | CVE_STATUS[CVE-2024-40991] = "fixed-version: Fixed from version 6.10" | ||
8144 | |||
8145 | CVE_STATUS[CVE-2024-40992] = "fixed-version: Fixed from version 6.10" | ||
8146 | |||
8147 | CVE_STATUS[CVE-2024-40993] = "fixed-version: Fixed from version 6.9.7" | ||
8148 | |||
8149 | CVE_STATUS[CVE-2024-40994] = "fixed-version: Fixed from version 6.10" | ||
8150 | |||
8151 | CVE_STATUS[CVE-2024-40995] = "fixed-version: Fixed from version 6.10" | ||
8152 | |||
8153 | CVE_STATUS[CVE-2024-40996] = "fixed-version: Fixed from version 6.10" | ||
8154 | |||
8155 | CVE_STATUS[CVE-2024-40997] = "fixed-version: Fixed from version 6.10" | ||
8156 | |||
8157 | CVE_STATUS[CVE-2024-40998] = "fixed-version: Fixed from version 6.10" | ||
8158 | |||
8159 | CVE_STATUS[CVE-2024-40999] = "fixed-version: Fixed from version 6.10" | ||
8160 | |||
8161 | CVE_STATUS[CVE-2024-41000] = "fixed-version: Fixed from version 6.10" | ||
8162 | |||
8163 | CVE_STATUS[CVE-2024-41001] = "fixed-version: Fixed from version 6.10" | ||
8164 | |||
8165 | CVE_STATUS[CVE-2024-41002] = "fixed-version: Fixed from version 6.10" | ||
8166 | |||
8167 | CVE_STATUS[CVE-2024-41003] = "fixed-version: Fixed from version 6.10" | ||
8168 | |||
8169 | CVE_STATUS[CVE-2024-41004] = "fixed-version: Fixed from version 6.10" | ||
8170 | |||
8171 | CVE_STATUS[CVE-2024-41005] = "fixed-version: Fixed from version 6.10" | ||
8172 | |||
8173 | CVE_STATUS[CVE-2024-41006] = "fixed-version: Fixed from version 6.10" | ||
8174 | |||
8175 | CVE_STATUS[CVE-2024-41007] = "fixed-version: Fixed from version 6.10" | ||
8176 | |||
8177 | CVE_STATUS[CVE-2024-41008] = "fixed-version: Fixed from version 6.9" | ||
8178 | |||
8179 | CVE_STATUS[CVE-2024-41009] = "fixed-version: Fixed from version 6.10" | ||
8180 | |||
8181 | CVE_STATUS[CVE-2024-41010] = "fixed-version: Fixed from version 6.10" | ||
8182 | |||
8183 | CVE_STATUS[CVE-2024-41011] = "fixed-version: Fixed from version 6.9" | ||
8184 | |||
8185 | CVE_STATUS[CVE-2024-41012] = "fixed-version: Fixed from version 6.10" | ||
8186 | |||
8187 | CVE_STATUS[CVE-2024-41013] = "fixed-version: Fixed from version 6.11" | ||
8188 | |||
8189 | CVE_STATUS[CVE-2024-41014] = "fixed-version: Fixed from version 6.11" | ||
8190 | |||
8191 | CVE_STATUS[CVE-2024-41015] = "fixed-version: Fixed from version 6.11" | ||
8192 | |||
8193 | CVE_STATUS[CVE-2024-41016] = "fixed-version: Fixed from version 6.11" | ||
8194 | |||
8195 | CVE_STATUS[CVE-2024-41017] = "fixed-version: Fixed from version 6.11" | ||
8196 | |||
8197 | CVE_STATUS[CVE-2024-41018] = "fixed-version: Fixed from version 6.11" | ||
8198 | |||
8199 | CVE_STATUS[CVE-2024-41019] = "fixed-version: Fixed from version 6.11" | ||
8200 | |||
8201 | CVE_STATUS[CVE-2024-41020] = "fixed-version: Fixed from version 6.11" | ||
8202 | |||
8203 | CVE_STATUS[CVE-2024-41021] = "fixed-version: Fixed from version 6.11" | ||
8204 | |||
8205 | CVE_STATUS[CVE-2024-41022] = "fixed-version: Fixed from version 6.11" | ||
8206 | |||
8207 | CVE_STATUS[CVE-2024-41023] = "fixed-version: Fixed from version 6.10" | ||
8208 | |||
8209 | CVE_STATUS[CVE-2024-41025] = "fixed-version: Fixed from version 6.10" | ||
8210 | |||
8211 | CVE_STATUS[CVE-2024-41026] = "fixed-version: Fixed from version 6.10" | ||
8212 | |||
8213 | CVE_STATUS[CVE-2024-41027] = "fixed-version: Fixed from version 6.10" | ||
8214 | |||
8215 | CVE_STATUS[CVE-2024-41028] = "fixed-version: Fixed from version 6.10" | ||
8216 | |||
8217 | CVE_STATUS[CVE-2024-41029] = "fixed-version: Fixed from version 6.10" | ||
8218 | |||
8219 | CVE_STATUS[CVE-2024-41030] = "fixed-version: Fixed from version 6.10" | ||
8220 | |||
8221 | CVE_STATUS[CVE-2024-41031] = "fixed-version: Fixed from version 6.10" | ||
8222 | |||
8223 | CVE_STATUS[CVE-2024-41032] = "fixed-version: Fixed from version 6.10" | ||
8224 | |||
8225 | CVE_STATUS[CVE-2024-41033] = "fixed-version: Fixed from version 6.10" | ||
8226 | |||
8227 | CVE_STATUS[CVE-2024-41034] = "fixed-version: Fixed from version 6.10" | ||
8228 | |||
8229 | CVE_STATUS[CVE-2024-41035] = "fixed-version: Fixed from version 6.10" | ||
8230 | |||
8231 | CVE_STATUS[CVE-2024-41036] = "fixed-version: Fixed from version 6.10" | ||
8232 | |||
8233 | CVE_STATUS[CVE-2024-41037] = "fixed-version: Fixed from version 6.10" | ||
8234 | |||
8235 | CVE_STATUS[CVE-2024-41038] = "fixed-version: Fixed from version 6.10" | ||
8236 | |||
8237 | CVE_STATUS[CVE-2024-41039] = "fixed-version: Fixed from version 6.10" | ||
8238 | |||
8239 | CVE_STATUS[CVE-2024-41040] = "fixed-version: Fixed from version 6.10" | ||
8240 | |||
8241 | CVE_STATUS[CVE-2024-41041] = "fixed-version: Fixed from version 6.10" | ||
8242 | |||
8243 | CVE_STATUS[CVE-2024-41042] = "fixed-version: Fixed from version 6.10" | ||
8244 | |||
8245 | CVE_STATUS[CVE-2024-41043] = "fixed-version: Fixed from version 6.10" | ||
8246 | |||
8247 | CVE_STATUS[CVE-2024-41044] = "fixed-version: Fixed from version 6.10" | ||
8248 | |||
8249 | CVE_STATUS[CVE-2024-41045] = "fixed-version: Fixed from version 6.10" | ||
8250 | |||
8251 | CVE_STATUS[CVE-2024-41046] = "fixed-version: Fixed from version 6.10" | ||
8252 | |||
8253 | CVE_STATUS[CVE-2024-41047] = "fixed-version: Fixed from version 6.10" | ||
8254 | |||
8255 | CVE_STATUS[CVE-2024-41048] = "fixed-version: Fixed from version 6.10" | ||
8256 | |||
8257 | CVE_STATUS[CVE-2024-41049] = "fixed-version: Fixed from version 6.10" | ||
8258 | |||
8259 | CVE_STATUS[CVE-2024-41050] = "fixed-version: Fixed from version 6.10" | ||
8260 | |||
8261 | CVE_STATUS[CVE-2024-41051] = "fixed-version: Fixed from version 6.10" | ||
8262 | |||
8263 | CVE_STATUS[CVE-2024-41052] = "fixed-version: Fixed from version 6.9.10" | ||
8264 | |||
8265 | CVE_STATUS[CVE-2024-41053] = "fixed-version: Fixed from version 6.10" | ||
8266 | |||
8267 | CVE_STATUS[CVE-2024-41054] = "fixed-version: Fixed from version 6.10" | ||
8268 | |||
8269 | CVE_STATUS[CVE-2024-41055] = "fixed-version: Fixed from version 6.10" | ||
8270 | |||
8271 | CVE_STATUS[CVE-2024-41056] = "fixed-version: Fixed from version 6.10" | ||
8272 | |||
8273 | CVE_STATUS[CVE-2024-41057] = "fixed-version: Fixed from version 6.10" | ||
8274 | |||
8275 | CVE_STATUS[CVE-2024-41058] = "fixed-version: Fixed from version 6.10" | ||
8276 | |||
8277 | CVE_STATUS[CVE-2024-41059] = "fixed-version: Fixed from version 6.10" | ||
8278 | |||
8279 | CVE_STATUS[CVE-2024-41060] = "fixed-version: Fixed from version 6.10" | ||
8280 | |||
8281 | CVE_STATUS[CVE-2024-41061] = "fixed-version: Fixed from version 6.10" | ||
8282 | |||
8283 | CVE_STATUS[CVE-2024-41062] = "fixed-version: Fixed from version 6.10" | ||
8284 | |||
8285 | CVE_STATUS[CVE-2024-41063] = "fixed-version: Fixed from version 6.10" | ||
8286 | |||
8287 | CVE_STATUS[CVE-2024-41064] = "fixed-version: Fixed from version 6.10" | ||
8288 | |||
8289 | CVE_STATUS[CVE-2024-41065] = "fixed-version: Fixed from version 6.10" | ||
8290 | |||
8291 | CVE_STATUS[CVE-2024-41066] = "fixed-version: Fixed from version 6.10" | ||
8292 | |||
8293 | CVE_STATUS[CVE-2024-41067] = "fixed-version: Fixed from version 6.10" | ||
8294 | |||
8295 | CVE_STATUS[CVE-2024-41068] = "fixed-version: Fixed from version 6.10" | ||
8296 | |||
8297 | CVE_STATUS[CVE-2024-41069] = "fixed-version: Fixed from version 6.10" | ||
8298 | |||
8299 | CVE_STATUS[CVE-2024-41070] = "fixed-version: Fixed from version 6.10" | ||
8300 | |||
8301 | CVE_STATUS[CVE-2024-41072] = "fixed-version: Fixed from version 6.10" | ||
8302 | |||
8303 | CVE_STATUS[CVE-2024-41073] = "fixed-version: Fixed from version 6.10" | ||
8304 | |||
8305 | CVE_STATUS[CVE-2024-41074] = "fixed-version: Fixed from version 6.10" | ||
8306 | |||
8307 | CVE_STATUS[CVE-2024-41075] = "fixed-version: Fixed from version 6.10" | ||
8308 | |||
8309 | CVE_STATUS[CVE-2024-41076] = "fixed-version: Fixed from version 6.10" | ||
8310 | |||
8311 | CVE_STATUS[CVE-2024-41077] = "fixed-version: Fixed from version 6.10" | ||
8312 | |||
8313 | CVE_STATUS[CVE-2024-41078] = "fixed-version: Fixed from version 6.10" | ||
8314 | |||
8315 | CVE_STATUS[CVE-2024-41079] = "fixed-version: Fixed from version 6.10" | ||
8316 | |||
8317 | CVE_STATUS[CVE-2024-41080] = "fixed-version: Fixed from version 6.10" | ||
8318 | |||
8319 | CVE_STATUS[CVE-2024-41081] = "fixed-version: Fixed from version 6.10" | ||
8320 | |||
8321 | CVE_STATUS[CVE-2024-41082] = "fixed-version: Fixed from version 6.10" | ||
8322 | |||
8323 | CVE_STATUS[CVE-2024-41083] = "fixed-version: Fixed from version 6.10" | ||
8324 | |||
8325 | CVE_STATUS[CVE-2024-41084] = "fixed-version: Fixed from version 6.10" | ||
8326 | |||
8327 | CVE_STATUS[CVE-2024-41085] = "fixed-version: Fixed from version 6.10" | ||
8328 | |||
8329 | CVE_STATUS[CVE-2024-41086] = "fixed-version: Fixed from version 6.10" | ||
8330 | |||
8331 | CVE_STATUS[CVE-2024-41087] = "fixed-version: Fixed from version 6.10" | ||
8332 | |||
8333 | CVE_STATUS[CVE-2024-41088] = "fixed-version: Fixed from version 6.10" | ||
8334 | |||
8335 | CVE_STATUS[CVE-2024-41089] = "fixed-version: Fixed from version 6.10" | ||
8336 | |||
8337 | CVE_STATUS[CVE-2024-41090] = "fixed-version: Fixed from version 6.11" | ||
8338 | |||
8339 | CVE_STATUS[CVE-2024-41091] = "fixed-version: Fixed from version 6.11" | ||
8340 | |||
8341 | CVE_STATUS[CVE-2024-41092] = "fixed-version: Fixed from version 6.10" | ||
8342 | |||
8343 | CVE_STATUS[CVE-2024-41093] = "fixed-version: Fixed from version 6.10" | ||
8344 | |||
8345 | CVE_STATUS[CVE-2024-41094] = "fixed-version: Fixed from version 6.10" | ||
8346 | |||
8347 | CVE_STATUS[CVE-2024-41095] = "fixed-version: Fixed from version 6.10" | ||
8348 | |||
8349 | CVE_STATUS[CVE-2024-41096] = "fixed-version: Fixed from version 6.10" | ||
8350 | |||
8351 | CVE_STATUS[CVE-2024-41097] = "fixed-version: Fixed from version 6.10" | ||
8352 | |||
8353 | CVE_STATUS[CVE-2024-41098] = "fixed-version: Fixed from version 6.10" | ||
8354 | |||
8355 | CVE_STATUS[CVE-2024-41149] = "fixed-version: Fixed from version 6.12.7" | ||
8356 | |||
8357 | CVE_STATUS[CVE-2024-41932] = "cpe-stable-backport: Backported in 6.12.5" | ||
8358 | |||
8359 | CVE_STATUS[CVE-2024-41935] = "cpe-stable-backport: Backported in 6.12.5" | ||
8360 | |||
8361 | CVE_STATUS[CVE-2024-42063] = "fixed-version: Fixed from version 6.10" | ||
8362 | |||
8363 | CVE_STATUS[CVE-2024-42064] = "fixed-version: Fixed from version 6.10" | ||
8364 | |||
8365 | CVE_STATUS[CVE-2024-42065] = "fixed-version: Fixed from version 6.10" | ||
8366 | |||
8367 | CVE_STATUS[CVE-2024-42066] = "fixed-version: Fixed from version 6.10" | ||
8368 | |||
8369 | CVE_STATUS[CVE-2024-42067] = "fixed-version: Fixed from version 6.10" | ||
8370 | |||
8371 | CVE_STATUS[CVE-2024-42068] = "fixed-version: Fixed from version 6.10" | ||
8372 | |||
8373 | CVE_STATUS[CVE-2024-42069] = "fixed-version: Fixed from version 6.10" | ||
8374 | |||
8375 | CVE_STATUS[CVE-2024-42070] = "fixed-version: Fixed from version 6.10" | ||
8376 | |||
8377 | CVE_STATUS[CVE-2024-42071] = "fixed-version: Fixed from version 6.10" | ||
8378 | |||
8379 | CVE_STATUS[CVE-2024-42072] = "fixed-version: Fixed from version 6.10" | ||
8380 | |||
8381 | CVE_STATUS[CVE-2024-42073] = "fixed-version: Fixed from version 6.10" | ||
8382 | |||
8383 | CVE_STATUS[CVE-2024-42074] = "fixed-version: Fixed from version 6.10" | ||
8384 | |||
8385 | CVE_STATUS[CVE-2024-42075] = "fixed-version: Fixed from version 6.10" | ||
8386 | |||
8387 | CVE_STATUS[CVE-2024-42076] = "fixed-version: Fixed from version 6.10" | ||
8388 | |||
8389 | CVE_STATUS[CVE-2024-42077] = "fixed-version: Fixed from version 6.10" | ||
8390 | |||
8391 | CVE_STATUS[CVE-2024-42078] = "fixed-version: Fixed from version 6.10" | ||
8392 | |||
8393 | CVE_STATUS[CVE-2024-42079] = "fixed-version: Fixed from version 6.10" | ||
8394 | |||
8395 | CVE_STATUS[CVE-2024-42080] = "fixed-version: Fixed from version 6.10" | ||
8396 | |||
8397 | CVE_STATUS[CVE-2024-42081] = "fixed-version: Fixed from version 6.10" | ||
8398 | |||
8399 | CVE_STATUS[CVE-2024-42082] = "fixed-version: Fixed from version 6.10" | ||
8400 | |||
8401 | CVE_STATUS[CVE-2024-42083] = "fixed-version: Fixed from version 6.10" | ||
8402 | |||
8403 | CVE_STATUS[CVE-2024-42084] = "fixed-version: Fixed from version 6.10" | ||
8404 | |||
8405 | CVE_STATUS[CVE-2024-42085] = "fixed-version: Fixed from version 6.10" | ||
8406 | |||
8407 | CVE_STATUS[CVE-2024-42086] = "fixed-version: Fixed from version 6.10" | ||
8408 | |||
8409 | CVE_STATUS[CVE-2024-42087] = "fixed-version: Fixed from version 6.10" | ||
8410 | |||
8411 | CVE_STATUS[CVE-2024-42088] = "fixed-version: Fixed from version 6.10" | ||
8412 | |||
8413 | CVE_STATUS[CVE-2024-42089] = "fixed-version: Fixed from version 6.10" | ||
8414 | |||
8415 | CVE_STATUS[CVE-2024-42090] = "fixed-version: Fixed from version 6.10" | ||
8416 | |||
8417 | CVE_STATUS[CVE-2024-42091] = "fixed-version: Fixed from version 6.10" | ||
8418 | |||
8419 | CVE_STATUS[CVE-2024-42092] = "fixed-version: Fixed from version 6.10" | ||
8420 | |||
8421 | CVE_STATUS[CVE-2024-42093] = "fixed-version: Fixed from version 6.10" | ||
8422 | |||
8423 | CVE_STATUS[CVE-2024-42094] = "fixed-version: Fixed from version 6.10" | ||
8424 | |||
8425 | CVE_STATUS[CVE-2024-42095] = "fixed-version: Fixed from version 6.10" | ||
8426 | |||
8427 | CVE_STATUS[CVE-2024-42096] = "fixed-version: Fixed from version 6.10" | ||
8428 | |||
8429 | CVE_STATUS[CVE-2024-42097] = "fixed-version: Fixed from version 6.10" | ||
8430 | |||
8431 | CVE_STATUS[CVE-2024-42098] = "fixed-version: Fixed from version 6.10" | ||
8432 | |||
8433 | CVE_STATUS[CVE-2024-42099] = "fixed-version: Fixed from version 6.10" | ||
8434 | |||
8435 | CVE_STATUS[CVE-2024-42100] = "fixed-version: Fixed from version 6.10" | ||
8436 | |||
8437 | CVE_STATUS[CVE-2024-42101] = "fixed-version: Fixed from version 6.10" | ||
8438 | |||
8439 | CVE_STATUS[CVE-2024-42102] = "fixed-version: Fixed from version 6.10" | ||
8440 | |||
8441 | CVE_STATUS[CVE-2024-42103] = "fixed-version: Fixed from version 6.9.9" | ||
8442 | |||
8443 | CVE_STATUS[CVE-2024-42104] = "fixed-version: Fixed from version 6.10" | ||
8444 | |||
8445 | CVE_STATUS[CVE-2024-42105] = "fixed-version: Fixed from version 6.10" | ||
8446 | |||
8447 | CVE_STATUS[CVE-2024-42106] = "fixed-version: Fixed from version 6.10" | ||
8448 | |||
8449 | CVE_STATUS[CVE-2024-42107] = "fixed-version: Fixed from version 6.10" | ||
8450 | |||
8451 | CVE_STATUS[CVE-2024-42108] = "fixed-version: Fixed from version 6.10" | ||
8452 | |||
8453 | CVE_STATUS[CVE-2024-42109] = "fixed-version: Fixed from version 6.10" | ||
8454 | |||
8455 | CVE_STATUS[CVE-2024-42110] = "fixed-version: Fixed from version 6.10" | ||
8456 | |||
8457 | CVE_STATUS[CVE-2024-42111] = "fixed-version: Fixed from version 6.10" | ||
8458 | |||
8459 | CVE_STATUS[CVE-2024-42112] = "fixed-version: Fixed from version 6.10" | ||
8460 | |||
8461 | CVE_STATUS[CVE-2024-42113] = "fixed-version: Fixed from version 6.10" | ||
8462 | |||
8463 | CVE_STATUS[CVE-2024-42114] = "fixed-version: Fixed from version 6.10" | ||
8464 | |||
8465 | CVE_STATUS[CVE-2024-42115] = "fixed-version: Fixed from version 6.10" | ||
8466 | |||
8467 | CVE_STATUS[CVE-2024-42117] = "fixed-version: Fixed from version 6.10" | ||
8468 | |||
8469 | CVE_STATUS[CVE-2024-42118] = "fixed-version: Fixed from version 6.10" | ||
8470 | |||
8471 | CVE_STATUS[CVE-2024-42119] = "fixed-version: Fixed from version 6.10" | ||
8472 | |||
8473 | CVE_STATUS[CVE-2024-42120] = "fixed-version: Fixed from version 6.10" | ||
8474 | |||
8475 | CVE_STATUS[CVE-2024-42121] = "fixed-version: Fixed from version 6.10" | ||
8476 | |||
8477 | CVE_STATUS[CVE-2024-42122] = "fixed-version: Fixed from version 6.10" | ||
8478 | |||
8479 | CVE_STATUS[CVE-2024-42123] = "fixed-version: Fixed from version 6.10" | ||
8480 | |||
8481 | CVE_STATUS[CVE-2024-42124] = "fixed-version: Fixed from version 6.10" | ||
8482 | |||
8483 | CVE_STATUS[CVE-2024-42125] = "fixed-version: Fixed from version 6.10" | ||
8484 | |||
8485 | CVE_STATUS[CVE-2024-42126] = "fixed-version: Fixed from version 6.10" | ||
8486 | |||
8487 | CVE_STATUS[CVE-2024-42127] = "fixed-version: Fixed from version 6.10" | ||
8488 | |||
8489 | CVE_STATUS[CVE-2024-42128] = "fixed-version: Fixed from version 6.10" | ||
8490 | |||
8491 | CVE_STATUS[CVE-2024-42129] = "fixed-version: Fixed from version 6.10" | ||
8492 | |||
8493 | CVE_STATUS[CVE-2024-42130] = "fixed-version: Fixed from version 6.10" | ||
8494 | |||
8495 | CVE_STATUS[CVE-2024-42131] = "fixed-version: Fixed from version 6.10" | ||
8496 | |||
8497 | CVE_STATUS[CVE-2024-42132] = "fixed-version: Fixed from version 6.10" | ||
8498 | |||
8499 | CVE_STATUS[CVE-2024-42133] = "fixed-version: Fixed from version 6.10" | ||
8500 | |||
8501 | CVE_STATUS[CVE-2024-42134] = "fixed-version: Fixed from version 6.10" | ||
8502 | |||
8503 | CVE_STATUS[CVE-2024-42135] = "fixed-version: Fixed from version 6.10" | ||
8504 | |||
8505 | CVE_STATUS[CVE-2024-42136] = "fixed-version: Fixed from version 6.10" | ||
8506 | |||
8507 | CVE_STATUS[CVE-2024-42137] = "fixed-version: Fixed from version 6.10" | ||
8508 | |||
8509 | CVE_STATUS[CVE-2024-42138] = "fixed-version: Fixed from version 6.10" | ||
8510 | |||
8511 | CVE_STATUS[CVE-2024-42139] = "fixed-version: Fixed from version 6.10" | ||
8512 | |||
8513 | CVE_STATUS[CVE-2024-42140] = "fixed-version: Fixed from version 6.10" | ||
8514 | |||
8515 | CVE_STATUS[CVE-2024-42141] = "fixed-version: Fixed from version 6.10" | ||
8516 | |||
8517 | CVE_STATUS[CVE-2024-42142] = "fixed-version: Fixed from version 6.10" | ||
8518 | |||
8519 | CVE_STATUS[CVE-2024-42144] = "fixed-version: Fixed from version 6.10" | ||
8520 | |||
8521 | CVE_STATUS[CVE-2024-42145] = "fixed-version: Fixed from version 6.10" | ||
8522 | |||
8523 | CVE_STATUS[CVE-2024-42146] = "fixed-version: Fixed from version 6.10" | ||
8524 | |||
8525 | CVE_STATUS[CVE-2024-42147] = "fixed-version: Fixed from version 6.10" | ||
8526 | |||
8527 | CVE_STATUS[CVE-2024-42148] = "fixed-version: Fixed from version 6.10" | ||
8528 | |||
8529 | CVE_STATUS[CVE-2024-42149] = "fixed-version: Fixed from version 6.10" | ||
8530 | |||
8531 | CVE_STATUS[CVE-2024-42150] = "fixed-version: Fixed from version 6.10" | ||
8532 | |||
8533 | CVE_STATUS[CVE-2024-42151] = "fixed-version: Fixed from version 6.10" | ||
8534 | |||
8535 | CVE_STATUS[CVE-2024-42152] = "fixed-version: Fixed from version 6.10" | ||
8536 | |||
8537 | CVE_STATUS[CVE-2024-42153] = "fixed-version: Fixed from version 6.10" | ||
8538 | |||
8539 | CVE_STATUS[CVE-2024-42154] = "fixed-version: Fixed from version 6.10" | ||
8540 | |||
8541 | CVE_STATUS[CVE-2024-42155] = "fixed-version: Fixed from version 6.10" | ||
8542 | |||
8543 | CVE_STATUS[CVE-2024-42156] = "fixed-version: Fixed from version 6.10" | ||
8544 | |||
8545 | CVE_STATUS[CVE-2024-42157] = "fixed-version: Fixed from version 6.10" | ||
8546 | |||
8547 | CVE_STATUS[CVE-2024-42158] = "fixed-version: Fixed from version 6.10" | ||
8548 | |||
8549 | CVE_STATUS[CVE-2024-42159] = "fixed-version: Fixed from version 6.10" | ||
8550 | |||
8551 | CVE_STATUS[CVE-2024-42160] = "fixed-version: Fixed from version 6.10" | ||
8552 | |||
8553 | CVE_STATUS[CVE-2024-42161] = "fixed-version: Fixed from version 6.10" | ||
8554 | |||
8555 | CVE_STATUS[CVE-2024-42162] = "fixed-version: Fixed from version 6.10" | ||
8556 | |||
8557 | CVE_STATUS[CVE-2024-42223] = "fixed-version: Fixed from version 6.10" | ||
8558 | |||
8559 | CVE_STATUS[CVE-2024-42224] = "fixed-version: Fixed from version 6.10" | ||
8560 | |||
8561 | CVE_STATUS[CVE-2024-42225] = "fixed-version: Fixed from version 6.10" | ||
8562 | |||
8563 | CVE_STATUS[CVE-2024-42227] = "fixed-version: Fixed from version 6.10" | ||
8564 | |||
8565 | CVE_STATUS[CVE-2024-42228] = "fixed-version: Fixed from version 6.10" | ||
8566 | |||
8567 | CVE_STATUS[CVE-2024-42229] = "fixed-version: Fixed from version 6.10" | ||
8568 | |||
8569 | CVE_STATUS[CVE-2024-42230] = "fixed-version: Fixed from version 6.10" | ||
8570 | |||
8571 | CVE_STATUS[CVE-2024-42231] = "fixed-version: Fixed from version 6.10" | ||
8572 | |||
8573 | CVE_STATUS[CVE-2024-42232] = "fixed-version: Fixed from version 6.10" | ||
8574 | |||
8575 | CVE_STATUS[CVE-2024-42233] = "fixed-version: Fixed from version 6.10" | ||
8576 | |||
8577 | CVE_STATUS[CVE-2024-42234] = "fixed-version: Fixed from version 6.10" | ||
8578 | |||
8579 | CVE_STATUS[CVE-2024-42235] = "fixed-version: Fixed from version 6.10" | ||
8580 | |||
8581 | CVE_STATUS[CVE-2024-42236] = "fixed-version: Fixed from version 6.10" | ||
8582 | |||
8583 | CVE_STATUS[CVE-2024-42237] = "fixed-version: Fixed from version 6.10" | ||
8584 | |||
8585 | CVE_STATUS[CVE-2024-42238] = "fixed-version: Fixed from version 6.10" | ||
8586 | |||
8587 | CVE_STATUS[CVE-2024-42239] = "fixed-version: Fixed from version 6.10" | ||
8588 | |||
8589 | CVE_STATUS[CVE-2024-42240] = "fixed-version: Fixed from version 6.10" | ||
8590 | |||
8591 | CVE_STATUS[CVE-2024-42241] = "fixed-version: Fixed from version 6.10" | ||
8592 | |||
8593 | CVE_STATUS[CVE-2024-42242] = "fixed-version: Fixed from version 6.10" | ||
8594 | |||
8595 | CVE_STATUS[CVE-2024-42243] = "fixed-version: Fixed from version 6.10" | ||
8596 | |||
8597 | CVE_STATUS[CVE-2024-42244] = "fixed-version: Fixed from version 6.10" | ||
8598 | |||
8599 | CVE_STATUS[CVE-2024-42245] = "fixed-version: Fixed from version 6.10" | ||
8600 | |||
8601 | CVE_STATUS[CVE-2024-42246] = "fixed-version: Fixed from version 6.10" | ||
8602 | |||
8603 | CVE_STATUS[CVE-2024-42247] = "fixed-version: Fixed from version 6.10" | ||
8604 | |||
8605 | CVE_STATUS[CVE-2024-42248] = "fixed-version: Fixed from version 6.10" | ||
8606 | |||
8607 | CVE_STATUS[CVE-2024-42249] = "fixed-version: Fixed from version 6.10" | ||
8608 | |||
8609 | CVE_STATUS[CVE-2024-42250] = "fixed-version: Fixed from version 6.10" | ||
8610 | |||
8611 | CVE_STATUS[CVE-2024-42251] = "fixed-version: Fixed from version 6.10" | ||
8612 | |||
8613 | CVE_STATUS[CVE-2024-42252] = "fixed-version: Fixed from version 6.10" | ||
8614 | |||
8615 | CVE_STATUS[CVE-2024-42253] = "fixed-version: Fixed from version 6.10" | ||
8616 | |||
8617 | CVE_STATUS[CVE-2024-42254] = "fixed-version: Fixed from version 6.11" | ||
8618 | |||
8619 | CVE_STATUS[CVE-2024-42255] = "fixed-version: Fixed from version 6.11" | ||
8620 | |||
8621 | CVE_STATUS[CVE-2024-42256] = "fixed-version: Fixed from version 6.11" | ||
8622 | |||
8623 | CVE_STATUS[CVE-2024-42257] = "fixed-version: Fixed from version 6.11" | ||
8624 | |||
8625 | CVE_STATUS[CVE-2024-42258] = "fixed-version: Fixed from version 6.11" | ||
8626 | |||
8627 | CVE_STATUS[CVE-2024-42259] = "fixed-version: Fixed from version 6.11" | ||
8628 | |||
8629 | CVE_STATUS[CVE-2024-42260] = "fixed-version: Fixed from version 6.11" | ||
8630 | |||
8631 | CVE_STATUS[CVE-2024-42261] = "fixed-version: Fixed from version 6.11" | ||
8632 | |||
8633 | CVE_STATUS[CVE-2024-42262] = "fixed-version: Fixed from version 6.11" | ||
8634 | |||
8635 | CVE_STATUS[CVE-2024-42263] = "fixed-version: Fixed from version 6.11" | ||
8636 | |||
8637 | CVE_STATUS[CVE-2024-42264] = "fixed-version: Fixed from version 6.11" | ||
8638 | |||
8639 | CVE_STATUS[CVE-2024-42265] = "fixed-version: Fixed from version 6.11" | ||
8640 | |||
8641 | CVE_STATUS[CVE-2024-42266] = "fixed-version: Fixed from version 6.11" | ||
8642 | |||
8643 | CVE_STATUS[CVE-2024-42267] = "fixed-version: Fixed from version 6.11" | ||
8644 | |||
8645 | CVE_STATUS[CVE-2024-42268] = "fixed-version: Fixed from version 6.11" | ||
8646 | |||
8647 | CVE_STATUS[CVE-2024-42269] = "fixed-version: Fixed from version 6.11" | ||
8648 | |||
8649 | CVE_STATUS[CVE-2024-42270] = "fixed-version: Fixed from version 6.11" | ||
8650 | |||
8651 | CVE_STATUS[CVE-2024-42271] = "fixed-version: Fixed from version 6.11" | ||
8652 | |||
8653 | CVE_STATUS[CVE-2024-42272] = "fixed-version: Fixed from version 6.11" | ||
8654 | |||
8655 | CVE_STATUS[CVE-2024-42273] = "fixed-version: Fixed from version 6.11" | ||
8656 | |||
8657 | CVE_STATUS[CVE-2024-42274] = "fixed-version: Fixed from version 6.11" | ||
8658 | |||
8659 | CVE_STATUS[CVE-2024-42275] = "fixed-version: Fixed from version 6.11" | ||
8660 | |||
8661 | CVE_STATUS[CVE-2024-42276] = "fixed-version: Fixed from version 6.11" | ||
8662 | |||
8663 | CVE_STATUS[CVE-2024-42277] = "fixed-version: Fixed from version 6.11" | ||
8664 | |||
8665 | CVE_STATUS[CVE-2024-42278] = "fixed-version: Fixed from version 6.11" | ||
8666 | |||
8667 | CVE_STATUS[CVE-2024-42279] = "fixed-version: Fixed from version 6.11" | ||
8668 | |||
8669 | CVE_STATUS[CVE-2024-42280] = "fixed-version: Fixed from version 6.11" | ||
8670 | |||
8671 | CVE_STATUS[CVE-2024-42281] = "fixed-version: Fixed from version 6.11" | ||
8672 | |||
8673 | CVE_STATUS[CVE-2024-42282] = "fixed-version: Fixed from version 6.11" | ||
8674 | |||
8675 | CVE_STATUS[CVE-2024-42283] = "fixed-version: Fixed from version 6.11" | ||
8676 | |||
8677 | CVE_STATUS[CVE-2024-42284] = "fixed-version: Fixed from version 6.11" | ||
8678 | |||
8679 | CVE_STATUS[CVE-2024-42285] = "fixed-version: Fixed from version 6.11" | ||
8680 | |||
8681 | CVE_STATUS[CVE-2024-42286] = "fixed-version: Fixed from version 6.11" | ||
8682 | |||
8683 | CVE_STATUS[CVE-2024-42287] = "fixed-version: Fixed from version 6.11" | ||
8684 | |||
8685 | CVE_STATUS[CVE-2024-42288] = "fixed-version: Fixed from version 6.11" | ||
8686 | |||
8687 | CVE_STATUS[CVE-2024-42289] = "fixed-version: Fixed from version 6.11" | ||
8688 | |||
8689 | CVE_STATUS[CVE-2024-42290] = "fixed-version: Fixed from version 6.11" | ||
8690 | |||
8691 | CVE_STATUS[CVE-2024-42291] = "fixed-version: Fixed from version 6.11" | ||
8692 | |||
8693 | CVE_STATUS[CVE-2024-42292] = "fixed-version: Fixed from version 6.11" | ||
8694 | |||
8695 | CVE_STATUS[CVE-2024-42293] = "fixed-version: Fixed from version 6.11" | ||
8696 | |||
8697 | CVE_STATUS[CVE-2024-42294] = "fixed-version: Fixed from version 6.11" | ||
8698 | |||
8699 | CVE_STATUS[CVE-2024-42295] = "fixed-version: Fixed from version 6.11" | ||
8700 | |||
8701 | CVE_STATUS[CVE-2024-42296] = "fixed-version: Fixed from version 6.11" | ||
8702 | |||
8703 | CVE_STATUS[CVE-2024-42297] = "fixed-version: Fixed from version 6.11" | ||
8704 | |||
8705 | CVE_STATUS[CVE-2024-42298] = "fixed-version: Fixed from version 6.11" | ||
8706 | |||
8707 | CVE_STATUS[CVE-2024-42299] = "fixed-version: Fixed from version 6.11" | ||
8708 | |||
8709 | CVE_STATUS[CVE-2024-42300] = "fixed-version: Fixed from version 6.11" | ||
8710 | |||
8711 | CVE_STATUS[CVE-2024-42301] = "fixed-version: Fixed from version 6.11" | ||
8712 | |||
8713 | CVE_STATUS[CVE-2024-42302] = "fixed-version: Fixed from version 6.11" | ||
8714 | |||
8715 | CVE_STATUS[CVE-2024-42303] = "fixed-version: Fixed from version 6.11" | ||
8716 | |||
8717 | CVE_STATUS[CVE-2024-42304] = "fixed-version: Fixed from version 6.11" | ||
8718 | |||
8719 | CVE_STATUS[CVE-2024-42305] = "fixed-version: Fixed from version 6.11" | ||
8720 | |||
8721 | CVE_STATUS[CVE-2024-42306] = "fixed-version: Fixed from version 6.11" | ||
8722 | |||
8723 | CVE_STATUS[CVE-2024-42307] = "fixed-version: Fixed from version 6.11" | ||
8724 | |||
8725 | CVE_STATUS[CVE-2024-42309] = "fixed-version: Fixed from version 6.11" | ||
8726 | |||
8727 | CVE_STATUS[CVE-2024-42310] = "fixed-version: Fixed from version 6.11" | ||
8728 | |||
8729 | CVE_STATUS[CVE-2024-42311] = "fixed-version: Fixed from version 6.11" | ||
8730 | |||
8731 | CVE_STATUS[CVE-2024-42312] = "fixed-version: Fixed from version 6.11" | ||
8732 | |||
8733 | CVE_STATUS[CVE-2024-42313] = "fixed-version: Fixed from version 6.11" | ||
8734 | |||
8735 | CVE_STATUS[CVE-2024-42314] = "fixed-version: Fixed from version 6.11" | ||
8736 | |||
8737 | CVE_STATUS[CVE-2024-42315] = "fixed-version: Fixed from version 6.11" | ||
8738 | |||
8739 | CVE_STATUS[CVE-2024-42316] = "fixed-version: Fixed from version 6.11" | ||
8740 | |||
8741 | CVE_STATUS[CVE-2024-42317] = "fixed-version: Fixed from version 6.11" | ||
8742 | |||
8743 | CVE_STATUS[CVE-2024-42318] = "fixed-version: Fixed from version 6.11" | ||
8744 | |||
8745 | CVE_STATUS[CVE-2024-42319] = "fixed-version: Fixed from version 6.11" | ||
8746 | |||
8747 | CVE_STATUS[CVE-2024-42320] = "fixed-version: Fixed from version 6.11" | ||
8748 | |||
8749 | CVE_STATUS[CVE-2024-42321] = "fixed-version: Fixed from version 6.11" | ||
8750 | |||
8751 | CVE_STATUS[CVE-2024-42322] = "fixed-version: Fixed from version 6.11" | ||
8752 | |||
8753 | CVE_STATUS[CVE-2024-43098] = "cpe-stable-backport: Backported in 6.12.5" | ||
8754 | |||
8755 | CVE_STATUS[CVE-2024-43815] = "fixed-version: Fixed from version 6.11" | ||
8756 | |||
8757 | CVE_STATUS[CVE-2024-43816] = "fixed-version: Fixed from version 6.11" | ||
8758 | |||
8759 | CVE_STATUS[CVE-2024-43817] = "fixed-version: Fixed from version 6.11" | ||
8760 | |||
8761 | CVE_STATUS[CVE-2024-43818] = "fixed-version: Fixed from version 6.11" | ||
8762 | |||
8763 | CVE_STATUS[CVE-2024-43819] = "fixed-version: Fixed from version 6.11" | ||
8764 | |||
8765 | CVE_STATUS[CVE-2024-43820] = "fixed-version: Fixed from version 6.11" | ||
8766 | |||
8767 | CVE_STATUS[CVE-2024-43821] = "fixed-version: Fixed from version 6.11" | ||
8768 | |||
8769 | CVE_STATUS[CVE-2024-43822] = "fixed-version: Fixed from version 6.11" | ||
8770 | |||
8771 | CVE_STATUS[CVE-2024-43823] = "fixed-version: Fixed from version 6.11" | ||
8772 | |||
8773 | CVE_STATUS[CVE-2024-43824] = "fixed-version: Fixed from version 6.11" | ||
8774 | |||
8775 | CVE_STATUS[CVE-2024-43825] = "fixed-version: Fixed from version 6.11" | ||
8776 | |||
8777 | CVE_STATUS[CVE-2024-43826] = "fixed-version: Fixed from version 6.11" | ||
8778 | |||
8779 | CVE_STATUS[CVE-2024-43827] = "fixed-version: Fixed from version 6.11" | ||
8780 | |||
8781 | CVE_STATUS[CVE-2024-43828] = "fixed-version: Fixed from version 6.11" | ||
8782 | |||
8783 | CVE_STATUS[CVE-2024-43829] = "fixed-version: Fixed from version 6.11" | ||
8784 | |||
8785 | CVE_STATUS[CVE-2024-43830] = "fixed-version: Fixed from version 6.11" | ||
8786 | |||
8787 | CVE_STATUS[CVE-2024-43831] = "fixed-version: Fixed from version 6.11" | ||
8788 | |||
8789 | CVE_STATUS[CVE-2024-43832] = "fixed-version: Fixed from version 6.11" | ||
8790 | |||
8791 | CVE_STATUS[CVE-2024-43833] = "fixed-version: Fixed from version 6.11" | ||
8792 | |||
8793 | CVE_STATUS[CVE-2024-43834] = "fixed-version: Fixed from version 6.11" | ||
8794 | |||
8795 | CVE_STATUS[CVE-2024-43835] = "fixed-version: Fixed from version 6.11" | ||
8796 | |||
8797 | CVE_STATUS[CVE-2024-43836] = "fixed-version: Fixed from version 6.11" | ||
8798 | |||
8799 | CVE_STATUS[CVE-2024-43837] = "fixed-version: Fixed from version 6.11" | ||
8800 | |||
8801 | CVE_STATUS[CVE-2024-43838] = "fixed-version: Fixed from version 6.11" | ||
8802 | |||
8803 | CVE_STATUS[CVE-2024-43839] = "fixed-version: Fixed from version 6.11" | ||
8804 | |||
8805 | CVE_STATUS[CVE-2024-43840] = "fixed-version: Fixed from version 6.11" | ||
8806 | |||
8807 | CVE_STATUS[CVE-2024-43841] = "fixed-version: Fixed from version 6.11" | ||
8808 | |||
8809 | CVE_STATUS[CVE-2024-43842] = "fixed-version: Fixed from version 6.11" | ||
8810 | |||
8811 | CVE_STATUS[CVE-2024-43843] = "fixed-version: Fixed from version 6.11" | ||
8812 | |||
8813 | CVE_STATUS[CVE-2024-43844] = "fixed-version: Fixed from version 6.11" | ||
8814 | |||
8815 | CVE_STATUS[CVE-2024-43845] = "fixed-version: Fixed from version 6.11" | ||
8816 | |||
8817 | CVE_STATUS[CVE-2024-43846] = "fixed-version: Fixed from version 6.11" | ||
8818 | |||
8819 | CVE_STATUS[CVE-2024-43847] = "fixed-version: Fixed from version 6.11" | ||
8820 | |||
8821 | CVE_STATUS[CVE-2024-43848] = "fixed-version: Fixed from version 6.11" | ||
8822 | |||
8823 | CVE_STATUS[CVE-2024-43849] = "fixed-version: Fixed from version 6.11" | ||
8824 | |||
8825 | CVE_STATUS[CVE-2024-43850] = "fixed-version: Fixed from version 6.11" | ||
8826 | |||
8827 | CVE_STATUS[CVE-2024-43851] = "fixed-version: Fixed from version 6.11" | ||
8828 | |||
8829 | CVE_STATUS[CVE-2024-43852] = "fixed-version: Fixed from version 6.11" | ||
8830 | |||
8831 | CVE_STATUS[CVE-2024-43853] = "fixed-version: Fixed from version 6.11" | ||
8832 | |||
8833 | CVE_STATUS[CVE-2024-43854] = "fixed-version: Fixed from version 6.11" | ||
8834 | |||
8835 | CVE_STATUS[CVE-2024-43855] = "fixed-version: Fixed from version 6.11" | ||
8836 | |||
8837 | CVE_STATUS[CVE-2024-43856] = "fixed-version: Fixed from version 6.11" | ||
8838 | |||
8839 | CVE_STATUS[CVE-2024-43857] = "fixed-version: Fixed from version 6.11" | ||
8840 | |||
8841 | CVE_STATUS[CVE-2024-43858] = "fixed-version: Fixed from version 6.11" | ||
8842 | |||
8843 | CVE_STATUS[CVE-2024-43859] = "fixed-version: Fixed from version 6.11" | ||
8844 | |||
8845 | CVE_STATUS[CVE-2024-43860] = "fixed-version: Fixed from version 6.11" | ||
8846 | |||
8847 | CVE_STATUS[CVE-2024-43861] = "fixed-version: Fixed from version 6.11" | ||
8848 | |||
8849 | CVE_STATUS[CVE-2024-43862] = "fixed-version: Fixed from version 6.11" | ||
8850 | |||
8851 | CVE_STATUS[CVE-2024-43863] = "fixed-version: Fixed from version 6.11" | ||
8852 | |||
8853 | CVE_STATUS[CVE-2024-43864] = "fixed-version: Fixed from version 6.11" | ||
8854 | |||
8855 | CVE_STATUS[CVE-2024-43865] = "fixed-version: Fixed from version 6.11" | ||
8856 | |||
8857 | CVE_STATUS[CVE-2024-43866] = "fixed-version: Fixed from version 6.11" | ||
8858 | |||
8859 | CVE_STATUS[CVE-2024-43867] = "fixed-version: Fixed from version 6.11" | ||
8860 | |||
8861 | CVE_STATUS[CVE-2024-43868] = "fixed-version: Fixed from version 6.11" | ||
8862 | |||
8863 | CVE_STATUS[CVE-2024-43869] = "fixed-version: Fixed from version 6.11" | ||
8864 | |||
8865 | CVE_STATUS[CVE-2024-43870] = "fixed-version: Fixed from version 6.11" | ||
8866 | |||
8867 | CVE_STATUS[CVE-2024-43871] = "fixed-version: Fixed from version 6.11" | ||
8868 | |||
8869 | CVE_STATUS[CVE-2024-43872] = "fixed-version: Fixed from version 6.11" | ||
8870 | |||
8871 | CVE_STATUS[CVE-2024-43873] = "fixed-version: Fixed from version 6.11" | ||
8872 | |||
8873 | CVE_STATUS[CVE-2024-43874] = "fixed-version: Fixed from version 6.11" | ||
8874 | |||
8875 | CVE_STATUS[CVE-2024-43875] = "fixed-version: Fixed from version 6.11" | ||
8876 | |||
8877 | CVE_STATUS[CVE-2024-43876] = "fixed-version: Fixed from version 6.11" | ||
8878 | |||
8879 | CVE_STATUS[CVE-2024-43877] = "fixed-version: Fixed from version 6.11" | ||
8880 | |||
8881 | CVE_STATUS[CVE-2024-43878] = "fixed-version: Fixed from version 6.11" | ||
8882 | |||
8883 | CVE_STATUS[CVE-2024-43879] = "fixed-version: Fixed from version 6.11" | ||
8884 | |||
8885 | CVE_STATUS[CVE-2024-43880] = "fixed-version: Fixed from version 6.11" | ||
8886 | |||
8887 | CVE_STATUS[CVE-2024-43881] = "fixed-version: Fixed from version 6.11" | ||
8888 | |||
8889 | CVE_STATUS[CVE-2024-43882] = "fixed-version: Fixed from version 6.11" | ||
8890 | |||
8891 | CVE_STATUS[CVE-2024-43883] = "fixed-version: Fixed from version 6.11" | ||
8892 | |||
8893 | CVE_STATUS[CVE-2024-43884] = "fixed-version: Fixed from version 6.11" | ||
8894 | |||
8895 | CVE_STATUS[CVE-2024-43886] = "fixed-version: Fixed from version 6.11" | ||
8896 | |||
8897 | CVE_STATUS[CVE-2024-43887] = "fixed-version: Fixed from version 6.11" | ||
8898 | |||
8899 | CVE_STATUS[CVE-2024-43888] = "fixed-version: Fixed from version 6.11" | ||
8900 | |||
8901 | CVE_STATUS[CVE-2024-43889] = "fixed-version: Fixed from version 6.11" | ||
8902 | |||
8903 | CVE_STATUS[CVE-2024-43890] = "fixed-version: Fixed from version 6.11" | ||
8904 | |||
8905 | CVE_STATUS[CVE-2024-43891] = "fixed-version: Fixed from version 6.11" | ||
8906 | |||
8907 | CVE_STATUS[CVE-2024-43892] = "fixed-version: Fixed from version 6.11" | ||
8908 | |||
8909 | CVE_STATUS[CVE-2024-43893] = "fixed-version: Fixed from version 6.11" | ||
8910 | |||
8911 | CVE_STATUS[CVE-2024-43894] = "fixed-version: Fixed from version 6.11" | ||
8912 | |||
8913 | CVE_STATUS[CVE-2024-43895] = "fixed-version: Fixed from version 6.11" | ||
8914 | |||
8915 | CVE_STATUS[CVE-2024-43896] = "fixed-version: Fixed from version 6.11" | ||
8916 | |||
8917 | CVE_STATUS[CVE-2024-43897] = "fixed-version: Fixed from version 6.10.5" | ||
8918 | |||
8919 | CVE_STATUS[CVE-2024-43899] = "fixed-version: Fixed from version 6.11" | ||
8920 | |||
8921 | CVE_STATUS[CVE-2024-43900] = "fixed-version: Fixed from version 6.11" | ||
8922 | |||
8923 | CVE_STATUS[CVE-2024-43901] = "fixed-version: Fixed from version 6.11" | ||
8924 | |||
8925 | CVE_STATUS[CVE-2024-43902] = "fixed-version: Fixed from version 6.11" | ||
8926 | |||
8927 | CVE_STATUS[CVE-2024-43904] = "fixed-version: Fixed from version 6.11" | ||
8928 | |||
8929 | CVE_STATUS[CVE-2024-43905] = "fixed-version: Fixed from version 6.11" | ||
8930 | |||
8931 | CVE_STATUS[CVE-2024-43906] = "fixed-version: Fixed from version 6.11" | ||
8932 | |||
8933 | CVE_STATUS[CVE-2024-43907] = "fixed-version: Fixed from version 6.11" | ||
8934 | |||
8935 | CVE_STATUS[CVE-2024-43908] = "fixed-version: Fixed from version 6.11" | ||
8936 | |||
8937 | CVE_STATUS[CVE-2024-43909] = "fixed-version: Fixed from version 6.11" | ||
8938 | |||
8939 | CVE_STATUS[CVE-2024-43910] = "fixed-version: Fixed from version 6.11" | ||
8940 | |||
8941 | CVE_STATUS[CVE-2024-43911] = "fixed-version: Fixed from version 6.11" | ||
8942 | |||
8943 | CVE_STATUS[CVE-2024-43912] = "fixed-version: Fixed from version 6.11" | ||
8944 | |||
8945 | CVE_STATUS[CVE-2024-43913] = "fixed-version: Fixed from version 6.11" | ||
8946 | |||
8947 | CVE_STATUS[CVE-2024-43914] = "fixed-version: Fixed from version 6.11" | ||
8948 | |||
8949 | CVE_STATUS[CVE-2024-44931] = "fixed-version: Fixed from version 6.11" | ||
8950 | |||
8951 | CVE_STATUS[CVE-2024-44932] = "fixed-version: Fixed from version 6.11" | ||
8952 | |||
8953 | CVE_STATUS[CVE-2024-44933] = "fixed-version: Fixed from version 6.10.5" | ||
8954 | |||
8955 | CVE_STATUS[CVE-2024-44934] = "fixed-version: Fixed from version 6.11" | ||
8956 | |||
8957 | CVE_STATUS[CVE-2024-44935] = "fixed-version: Fixed from version 6.11" | ||
8958 | |||
8959 | CVE_STATUS[CVE-2024-44936] = "fixed-version: Fixed from version 6.11" | ||
8960 | |||
8961 | CVE_STATUS[CVE-2024-44937] = "fixed-version: Fixed from version 6.11" | ||
8962 | |||
8963 | CVE_STATUS[CVE-2024-44938] = "fixed-version: Fixed from version 6.11" | ||
8964 | |||
8965 | CVE_STATUS[CVE-2024-44939] = "fixed-version: Fixed from version 6.11" | ||
8966 | |||
8967 | CVE_STATUS[CVE-2024-44940] = "fixed-version: Fixed from version 6.11" | ||
8968 | |||
8969 | CVE_STATUS[CVE-2024-44941] = "fixed-version: Fixed from version 6.11" | ||
8970 | |||
8971 | CVE_STATUS[CVE-2024-44942] = "fixed-version: Fixed from version 6.11" | ||
8972 | |||
8973 | CVE_STATUS[CVE-2024-44943] = "fixed-version: Fixed from version 6.10" | ||
8974 | |||
8975 | CVE_STATUS[CVE-2024-44944] = "fixed-version: Fixed from version 6.11" | ||
8976 | |||
8977 | CVE_STATUS[CVE-2024-44945] = "fixed-version: Fixed from version 6.11" | ||
8978 | |||
8979 | CVE_STATUS[CVE-2024-44946] = "fixed-version: Fixed from version 6.11" | ||
8980 | |||
8981 | CVE_STATUS[CVE-2024-44947] = "fixed-version: Fixed from version 6.11" | ||
8982 | |||
8983 | CVE_STATUS[CVE-2024-44948] = "fixed-version: Fixed from version 6.11" | ||
8984 | |||
8985 | CVE_STATUS[CVE-2024-44949] = "fixed-version: Fixed from version 6.11" | ||
8986 | |||
8987 | CVE_STATUS[CVE-2024-44950] = "fixed-version: Fixed from version 6.11" | ||
8988 | |||
8989 | CVE_STATUS[CVE-2024-44951] = "fixed-version: Fixed from version 6.11" | ||
8990 | |||
8991 | CVE_STATUS[CVE-2024-44953] = "fixed-version: Fixed from version 6.11" | ||
8992 | |||
8993 | CVE_STATUS[CVE-2024-44954] = "fixed-version: Fixed from version 6.11" | ||
8994 | |||
8995 | CVE_STATUS[CVE-2024-44956] = "fixed-version: Fixed from version 6.11" | ||
8996 | |||
8997 | CVE_STATUS[CVE-2024-44957] = "fixed-version: Fixed from version 6.11" | ||
8998 | |||
8999 | CVE_STATUS[CVE-2024-44958] = "fixed-version: Fixed from version 6.11" | ||
9000 | |||
9001 | CVE_STATUS[CVE-2024-44959] = "fixed-version: Fixed from version 6.11" | ||
9002 | |||
9003 | CVE_STATUS[CVE-2024-44960] = "fixed-version: Fixed from version 6.11" | ||
9004 | |||
9005 | CVE_STATUS[CVE-2024-44961] = "fixed-version: Fixed from version 6.11" | ||
9006 | |||
9007 | CVE_STATUS[CVE-2024-44962] = "fixed-version: Fixed from version 6.11" | ||
9008 | |||
9009 | CVE_STATUS[CVE-2024-44963] = "fixed-version: Fixed from version 6.11" | ||
9010 | |||
9011 | CVE_STATUS[CVE-2024-44964] = "fixed-version: Fixed from version 6.11" | ||
9012 | |||
9013 | CVE_STATUS[CVE-2024-44965] = "fixed-version: Fixed from version 6.11" | ||
9014 | |||
9015 | CVE_STATUS[CVE-2024-44966] = "fixed-version: Fixed from version 6.11" | ||
9016 | |||
9017 | CVE_STATUS[CVE-2024-44967] = "fixed-version: Fixed from version 6.11" | ||
9018 | |||
9019 | CVE_STATUS[CVE-2024-44968] = "fixed-version: Fixed from version 6.10.5" | ||
9020 | |||
9021 | CVE_STATUS[CVE-2024-44969] = "fixed-version: Fixed from version 6.11" | ||
9022 | |||
9023 | CVE_STATUS[CVE-2024-44970] = "fixed-version: Fixed from version 6.11" | ||
9024 | |||
9025 | CVE_STATUS[CVE-2024-44971] = "fixed-version: Fixed from version 6.11" | ||
9026 | |||
9027 | CVE_STATUS[CVE-2024-44972] = "fixed-version: Fixed from version 6.11" | ||
9028 | |||
9029 | CVE_STATUS[CVE-2024-44973] = "fixed-version: Fixed from version 6.11" | ||
9030 | |||
9031 | CVE_STATUS[CVE-2024-44974] = "fixed-version: Fixed from version 6.11" | ||
9032 | |||
9033 | CVE_STATUS[CVE-2024-44975] = "fixed-version: Fixed from version 6.11" | ||
9034 | |||
9035 | CVE_STATUS[CVE-2024-44976] = "fixed-version: Fixed from version 6.11" | ||
9036 | |||
9037 | CVE_STATUS[CVE-2024-44977] = "fixed-version: Fixed from version 6.11" | ||
9038 | |||
9039 | CVE_STATUS[CVE-2024-44978] = "fixed-version: Fixed from version 6.11" | ||
9040 | |||
9041 | CVE_STATUS[CVE-2024-44979] = "fixed-version: Fixed from version 6.11" | ||
9042 | |||
9043 | CVE_STATUS[CVE-2024-44980] = "fixed-version: Fixed from version 6.11" | ||
9044 | |||
9045 | CVE_STATUS[CVE-2024-44981] = "fixed-version: Fixed from version 6.11" | ||
9046 | |||
9047 | CVE_STATUS[CVE-2024-44982] = "fixed-version: Fixed from version 6.11" | ||
9048 | |||
9049 | CVE_STATUS[CVE-2024-44983] = "fixed-version: Fixed from version 6.11" | ||
9050 | |||
9051 | CVE_STATUS[CVE-2024-44984] = "fixed-version: Fixed from version 6.11" | ||
9052 | |||
9053 | CVE_STATUS[CVE-2024-44985] = "fixed-version: Fixed from version 6.11" | ||
9054 | |||
9055 | CVE_STATUS[CVE-2024-44986] = "fixed-version: Fixed from version 6.11" | ||
9056 | |||
9057 | CVE_STATUS[CVE-2024-44987] = "fixed-version: Fixed from version 6.11" | ||
9058 | |||
9059 | CVE_STATUS[CVE-2024-44988] = "fixed-version: Fixed from version 6.11" | ||
9060 | |||
9061 | CVE_STATUS[CVE-2024-44989] = "fixed-version: Fixed from version 6.11" | ||
9062 | |||
9063 | CVE_STATUS[CVE-2024-44990] = "fixed-version: Fixed from version 6.11" | ||
9064 | |||
9065 | CVE_STATUS[CVE-2024-44991] = "fixed-version: Fixed from version 6.11" | ||
9066 | |||
9067 | CVE_STATUS[CVE-2024-44992] = "fixed-version: Fixed from version 6.11" | ||
9068 | |||
9069 | CVE_STATUS[CVE-2024-44993] = "fixed-version: Fixed from version 6.11" | ||
9070 | |||
9071 | CVE_STATUS[CVE-2024-44994] = "fixed-version: Fixed from version 6.11" | ||
9072 | |||
9073 | CVE_STATUS[CVE-2024-44995] = "fixed-version: Fixed from version 6.11" | ||
9074 | |||
9075 | CVE_STATUS[CVE-2024-44996] = "fixed-version: Fixed from version 6.11" | ||
9076 | |||
9077 | CVE_STATUS[CVE-2024-44997] = "fixed-version: Fixed from version 6.11" | ||
9078 | |||
9079 | CVE_STATUS[CVE-2024-44998] = "fixed-version: Fixed from version 6.11" | ||
9080 | |||
9081 | CVE_STATUS[CVE-2024-44999] = "fixed-version: Fixed from version 6.11" | ||
9082 | |||
9083 | CVE_STATUS[CVE-2024-45000] = "fixed-version: Fixed from version 6.11" | ||
9084 | |||
9085 | CVE_STATUS[CVE-2024-45001] = "fixed-version: Fixed from version 6.11" | ||
9086 | |||
9087 | CVE_STATUS[CVE-2024-45002] = "fixed-version: Fixed from version 6.11" | ||
9088 | |||
9089 | CVE_STATUS[CVE-2024-45003] = "fixed-version: Fixed from version 6.11" | ||
9090 | |||
9091 | CVE_STATUS[CVE-2024-45004] = "fixed-version: Fixed from version 6.11" | ||
9092 | |||
9093 | CVE_STATUS[CVE-2024-45005] = "fixed-version: Fixed from version 6.11" | ||
9094 | |||
9095 | CVE_STATUS[CVE-2024-45006] = "fixed-version: Fixed from version 6.11" | ||
9096 | |||
9097 | CVE_STATUS[CVE-2024-45007] = "fixed-version: Fixed from version 6.11" | ||
9098 | |||
9099 | CVE_STATUS[CVE-2024-45008] = "fixed-version: Fixed from version 6.11" | ||
9100 | |||
9101 | CVE_STATUS[CVE-2024-45009] = "fixed-version: Fixed from version 6.11" | ||
9102 | |||
9103 | CVE_STATUS[CVE-2024-45010] = "fixed-version: Fixed from version 6.11" | ||
9104 | |||
9105 | CVE_STATUS[CVE-2024-45011] = "fixed-version: Fixed from version 6.11" | ||
9106 | |||
9107 | CVE_STATUS[CVE-2024-45012] = "fixed-version: Fixed from version 6.11" | ||
9108 | |||
9109 | CVE_STATUS[CVE-2024-45013] = "fixed-version: Fixed from version 6.11" | ||
9110 | |||
9111 | CVE_STATUS[CVE-2024-45014] = "fixed-version: Fixed from version 6.11" | ||
9112 | |||
9113 | CVE_STATUS[CVE-2024-45015] = "fixed-version: Fixed from version 6.11" | ||
9114 | |||
9115 | CVE_STATUS[CVE-2024-45016] = "fixed-version: Fixed from version 6.11" | ||
9116 | |||
9117 | CVE_STATUS[CVE-2024-45017] = "fixed-version: Fixed from version 6.11" | ||
9118 | |||
9119 | CVE_STATUS[CVE-2024-45018] = "fixed-version: Fixed from version 6.11" | ||
9120 | |||
9121 | CVE_STATUS[CVE-2024-45019] = "fixed-version: Fixed from version 6.11" | ||
9122 | |||
9123 | CVE_STATUS[CVE-2024-45020] = "fixed-version: Fixed from version 6.11" | ||
9124 | |||
9125 | CVE_STATUS[CVE-2024-45021] = "fixed-version: Fixed from version 6.11" | ||
9126 | |||
9127 | CVE_STATUS[CVE-2024-45022] = "fixed-version: Fixed from version 6.11" | ||
9128 | |||
9129 | CVE_STATUS[CVE-2024-45023] = "fixed-version: Fixed from version 6.11" | ||
9130 | |||
9131 | CVE_STATUS[CVE-2024-45024] = "fixed-version: Fixed from version 6.11" | ||
9132 | |||
9133 | CVE_STATUS[CVE-2024-45025] = "fixed-version: Fixed from version 6.11" | ||
9134 | |||
9135 | CVE_STATUS[CVE-2024-45026] = "fixed-version: Fixed from version 6.11" | ||
9136 | |||
9137 | CVE_STATUS[CVE-2024-45027] = "fixed-version: Fixed from version 6.11" | ||
9138 | |||
9139 | CVE_STATUS[CVE-2024-45028] = "fixed-version: Fixed from version 6.11" | ||
9140 | |||
9141 | CVE_STATUS[CVE-2024-45029] = "fixed-version: Fixed from version 6.11" | ||
9142 | |||
9143 | CVE_STATUS[CVE-2024-45030] = "fixed-version: Fixed from version 6.11" | ||
9144 | |||
9145 | CVE_STATUS[CVE-2024-45828] = "cpe-stable-backport: Backported in 6.12.5" | ||
9146 | |||
9147 | CVE_STATUS[CVE-2024-46672] = "fixed-version: Fixed from version 6.11" | ||
9148 | |||
9149 | CVE_STATUS[CVE-2024-46673] = "fixed-version: Fixed from version 6.11" | ||
9150 | |||
9151 | CVE_STATUS[CVE-2024-46674] = "fixed-version: Fixed from version 6.11" | ||
9152 | |||
9153 | CVE_STATUS[CVE-2024-46675] = "fixed-version: Fixed from version 6.11" | ||
9154 | |||
9155 | CVE_STATUS[CVE-2024-46676] = "fixed-version: Fixed from version 6.11" | ||
9156 | |||
9157 | CVE_STATUS[CVE-2024-46677] = "fixed-version: Fixed from version 6.11" | ||
9158 | |||
9159 | CVE_STATUS[CVE-2024-46678] = "fixed-version: Fixed from version 6.11" | ||
9160 | |||
9161 | CVE_STATUS[CVE-2024-46679] = "fixed-version: Fixed from version 6.11" | ||
9162 | |||
9163 | CVE_STATUS[CVE-2024-46680] = "fixed-version: Fixed from version 6.11" | ||
9164 | |||
9165 | CVE_STATUS[CVE-2024-46681] = "fixed-version: Fixed from version 6.11" | ||
9166 | |||
9167 | CVE_STATUS[CVE-2024-46682] = "fixed-version: Fixed from version 6.11" | ||
9168 | |||
9169 | CVE_STATUS[CVE-2024-46683] = "fixed-version: Fixed from version 6.11" | ||
9170 | |||
9171 | CVE_STATUS[CVE-2024-46684] = "fixed-version: Fixed from version 6.11" | ||
9172 | |||
9173 | CVE_STATUS[CVE-2024-46685] = "fixed-version: Fixed from version 6.11" | ||
9174 | |||
9175 | CVE_STATUS[CVE-2024-46686] = "fixed-version: Fixed from version 6.11" | ||
9176 | |||
9177 | CVE_STATUS[CVE-2024-46687] = "fixed-version: Fixed from version 6.11" | ||
9178 | |||
9179 | CVE_STATUS[CVE-2024-46688] = "fixed-version: Fixed from version 6.11" | ||
9180 | |||
9181 | CVE_STATUS[CVE-2024-46689] = "fixed-version: Fixed from version 6.11" | ||
9182 | |||
9183 | CVE_STATUS[CVE-2024-46690] = "fixed-version: Fixed from version 6.11" | ||
9184 | |||
9185 | CVE_STATUS[CVE-2024-46691] = "fixed-version: Fixed from version 6.11" | ||
9186 | |||
9187 | CVE_STATUS[CVE-2024-46692] = "fixed-version: Fixed from version 6.11" | ||
9188 | |||
9189 | CVE_STATUS[CVE-2024-46693] = "fixed-version: Fixed from version 6.11" | ||
9190 | |||
9191 | CVE_STATUS[CVE-2024-46694] = "fixed-version: Fixed from version 6.11" | ||
9192 | |||
9193 | CVE_STATUS[CVE-2024-46695] = "fixed-version: Fixed from version 6.11" | ||
9194 | |||
9195 | CVE_STATUS[CVE-2024-46696] = "fixed-version: Fixed from version 6.11" | ||
9196 | |||
9197 | CVE_STATUS[CVE-2024-46697] = "fixed-version: Fixed from version 6.11" | ||
9198 | |||
9199 | CVE_STATUS[CVE-2024-46698] = "fixed-version: Fixed from version 6.11" | ||
9200 | |||
9201 | CVE_STATUS[CVE-2024-46699] = "fixed-version: Fixed from version 6.11" | ||
9202 | |||
9203 | CVE_STATUS[CVE-2024-46701] = "fixed-version: Fixed from version 6.11" | ||
9204 | |||
9205 | CVE_STATUS[CVE-2024-46702] = "fixed-version: Fixed from version 6.11" | ||
9206 | |||
9207 | CVE_STATUS[CVE-2024-46703] = "fixed-version: Fixed from version 6.11" | ||
9208 | |||
9209 | CVE_STATUS[CVE-2024-46704] = "fixed-version: Fixed from version 6.11" | ||
9210 | |||
9211 | CVE_STATUS[CVE-2024-46705] = "fixed-version: Fixed from version 6.11" | ||
9212 | |||
9213 | CVE_STATUS[CVE-2024-46706] = "fixed-version: Fixed from version 6.11" | ||
9214 | |||
9215 | CVE_STATUS[CVE-2024-46707] = "fixed-version: Fixed from version 6.11" | ||
9216 | |||
9217 | CVE_STATUS[CVE-2024-46708] = "fixed-version: Fixed from version 6.11" | ||
9218 | |||
9219 | CVE_STATUS[CVE-2024-46709] = "fixed-version: Fixed from version 6.11" | ||
9220 | |||
9221 | CVE_STATUS[CVE-2024-46710] = "fixed-version: Fixed from version 6.11" | ||
9222 | |||
9223 | CVE_STATUS[CVE-2024-46711] = "fixed-version: Fixed from version 6.11" | ||
9224 | |||
9225 | CVE_STATUS[CVE-2024-46712] = "fixed-version: Fixed from version 6.10.8" | ||
9226 | |||
9227 | CVE_STATUS[CVE-2024-46713] = "fixed-version: Fixed from version 6.11" | ||
9228 | |||
9229 | CVE_STATUS[CVE-2024-46714] = "fixed-version: Fixed from version 6.11" | ||
9230 | |||
9231 | CVE_STATUS[CVE-2024-46715] = "fixed-version: Fixed from version 6.11" | ||
9232 | |||
9233 | CVE_STATUS[CVE-2024-46716] = "fixed-version: Fixed from version 6.11" | ||
9234 | |||
9235 | CVE_STATUS[CVE-2024-46717] = "fixed-version: Fixed from version 6.11" | ||
9236 | |||
9237 | CVE_STATUS[CVE-2024-46718] = "fixed-version: Fixed from version 6.11" | ||
9238 | |||
9239 | CVE_STATUS[CVE-2024-46719] = "fixed-version: Fixed from version 6.11" | ||
9240 | |||
9241 | CVE_STATUS[CVE-2024-46720] = "fixed-version: Fixed from version 6.11" | ||
9242 | |||
9243 | CVE_STATUS[CVE-2024-46721] = "fixed-version: Fixed from version 6.11" | ||
9244 | |||
9245 | CVE_STATUS[CVE-2024-46722] = "fixed-version: Fixed from version 6.11" | ||
9246 | |||
9247 | CVE_STATUS[CVE-2024-46723] = "fixed-version: Fixed from version 6.11" | ||
9248 | |||
9249 | CVE_STATUS[CVE-2024-46724] = "fixed-version: Fixed from version 6.11" | ||
9250 | |||
9251 | CVE_STATUS[CVE-2024-46725] = "fixed-version: Fixed from version 6.11" | ||
9252 | |||
9253 | CVE_STATUS[CVE-2024-46726] = "fixed-version: Fixed from version 6.11" | ||
9254 | |||
9255 | CVE_STATUS[CVE-2024-46727] = "fixed-version: Fixed from version 6.11" | ||
9256 | |||
9257 | CVE_STATUS[CVE-2024-46728] = "fixed-version: Fixed from version 6.11" | ||
9258 | |||
9259 | CVE_STATUS[CVE-2024-46729] = "fixed-version: Fixed from version 6.11" | ||
9260 | |||
9261 | CVE_STATUS[CVE-2024-46730] = "fixed-version: Fixed from version 6.11" | ||
9262 | |||
9263 | CVE_STATUS[CVE-2024-46731] = "fixed-version: Fixed from version 6.11" | ||
9264 | |||
9265 | CVE_STATUS[CVE-2024-46732] = "fixed-version: Fixed from version 6.11" | ||
9266 | |||
9267 | CVE_STATUS[CVE-2024-46733] = "fixed-version: Fixed from version 6.11" | ||
9268 | |||
9269 | CVE_STATUS[CVE-2024-46734] = "fixed-version: Fixed from version 6.10.10" | ||
9270 | |||
9271 | CVE_STATUS[CVE-2024-46735] = "fixed-version: Fixed from version 6.11" | ||
9272 | |||
9273 | CVE_STATUS[CVE-2024-46736] = "fixed-version: Fixed from version 6.11" | ||
9274 | |||
9275 | CVE_STATUS[CVE-2024-46737] = "fixed-version: Fixed from version 6.11" | ||
9276 | |||
9277 | CVE_STATUS[CVE-2024-46738] = "fixed-version: Fixed from version 6.11" | ||
9278 | |||
9279 | CVE_STATUS[CVE-2024-46739] = "fixed-version: Fixed from version 6.11" | ||
9280 | |||
9281 | CVE_STATUS[CVE-2024-46740] = "fixed-version: Fixed from version 6.11" | ||
9282 | |||
9283 | CVE_STATUS[CVE-2024-46741] = "fixed-version: Fixed from version 6.11" | ||
9284 | |||
9285 | CVE_STATUS[CVE-2024-46742] = "fixed-version: Fixed from version 6.11" | ||
9286 | |||
9287 | CVE_STATUS[CVE-2024-46743] = "fixed-version: Fixed from version 6.11" | ||
9288 | |||
9289 | CVE_STATUS[CVE-2024-46744] = "fixed-version: Fixed from version 6.11" | ||
9290 | |||
9291 | CVE_STATUS[CVE-2024-46745] = "fixed-version: Fixed from version 6.11" | ||
9292 | |||
9293 | CVE_STATUS[CVE-2024-46746] = "fixed-version: Fixed from version 6.11" | ||
9294 | |||
9295 | CVE_STATUS[CVE-2024-46747] = "fixed-version: Fixed from version 6.11" | ||
9296 | |||
9297 | CVE_STATUS[CVE-2024-46748] = "fixed-version: Fixed from version 6.11" | ||
9298 | |||
9299 | CVE_STATUS[CVE-2024-46749] = "fixed-version: Fixed from version 6.11" | ||
9300 | |||
9301 | CVE_STATUS[CVE-2024-46750] = "fixed-version: Fixed from version 6.11" | ||
9302 | |||
9303 | CVE_STATUS[CVE-2024-46751] = "fixed-version: Fixed from version 6.11" | ||
9304 | |||
9305 | CVE_STATUS[CVE-2024-46752] = "fixed-version: Fixed from version 6.11" | ||
9306 | |||
9307 | CVE_STATUS[CVE-2024-46753] = "fixed-version: Fixed from version 6.11" | ||
9308 | |||
9309 | CVE_STATUS[CVE-2024-46754] = "fixed-version: Fixed from version 6.11" | ||
9310 | |||
9311 | CVE_STATUS[CVE-2024-46755] = "fixed-version: Fixed from version 6.11" | ||
9312 | |||
9313 | CVE_STATUS[CVE-2024-46759] = "fixed-version: Fixed from version 6.11" | ||
9314 | |||
9315 | CVE_STATUS[CVE-2024-46760] = "fixed-version: Fixed from version 6.11" | ||
9316 | |||
9317 | CVE_STATUS[CVE-2024-46761] = "fixed-version: Fixed from version 6.11" | ||
9318 | |||
9319 | CVE_STATUS[CVE-2024-46762] = "fixed-version: Fixed from version 6.11" | ||
9320 | |||
9321 | CVE_STATUS[CVE-2024-46763] = "fixed-version: Fixed from version 6.11" | ||
9322 | |||
9323 | CVE_STATUS[CVE-2024-46764] = "fixed-version: Fixed from version 6.11" | ||
9324 | |||
9325 | CVE_STATUS[CVE-2024-46765] = "fixed-version: Fixed from version 6.11" | ||
9326 | |||
9327 | CVE_STATUS[CVE-2024-46766] = "fixed-version: Fixed from version 6.11" | ||
9328 | |||
9329 | CVE_STATUS[CVE-2024-46767] = "fixed-version: Fixed from version 6.11" | ||
9330 | |||
9331 | CVE_STATUS[CVE-2024-46768] = "fixed-version: Fixed from version 6.11" | ||
9332 | |||
9333 | CVE_STATUS[CVE-2024-46769] = "fixed-version: Fixed from version 6.11" | ||
9334 | |||
9335 | CVE_STATUS[CVE-2024-46770] = "fixed-version: Fixed from version 6.11" | ||
9336 | |||
9337 | CVE_STATUS[CVE-2024-46771] = "fixed-version: Fixed from version 6.11" | ||
9338 | |||
9339 | CVE_STATUS[CVE-2024-46772] = "fixed-version: Fixed from version 6.11" | ||
9340 | |||
9341 | CVE_STATUS[CVE-2024-46773] = "fixed-version: Fixed from version 6.11" | ||
9342 | |||
9343 | CVE_STATUS[CVE-2024-46774] = "fixed-version: Fixed from version 6.11" | ||
9344 | |||
9345 | CVE_STATUS[CVE-2024-46775] = "fixed-version: Fixed from version 6.11" | ||
9346 | |||
9347 | CVE_STATUS[CVE-2024-46776] = "fixed-version: Fixed from version 6.11" | ||
9348 | |||
9349 | CVE_STATUS[CVE-2024-46777] = "fixed-version: Fixed from version 6.11" | ||
9350 | |||
9351 | CVE_STATUS[CVE-2024-46778] = "fixed-version: Fixed from version 6.11" | ||
9352 | |||
9353 | CVE_STATUS[CVE-2024-46779] = "fixed-version: Fixed from version 6.11" | ||
9354 | |||
9355 | CVE_STATUS[CVE-2024-46780] = "fixed-version: Fixed from version 6.11" | ||
9356 | |||
9357 | CVE_STATUS[CVE-2024-46781] = "fixed-version: Fixed from version 6.11" | ||
9358 | |||
9359 | CVE_STATUS[CVE-2024-46782] = "fixed-version: Fixed from version 6.11" | ||
9360 | |||
9361 | CVE_STATUS[CVE-2024-46783] = "fixed-version: Fixed from version 6.11" | ||
9362 | |||
9363 | CVE_STATUS[CVE-2024-46784] = "fixed-version: Fixed from version 6.11" | ||
9364 | |||
9365 | CVE_STATUS[CVE-2024-46785] = "fixed-version: Fixed from version 6.11" | ||
9366 | |||
9367 | CVE_STATUS[CVE-2024-46786] = "fixed-version: Fixed from version 6.11" | ||
9368 | |||
9369 | CVE_STATUS[CVE-2024-46787] = "fixed-version: Fixed from version 6.11" | ||
9370 | |||
9371 | CVE_STATUS[CVE-2024-46788] = "fixed-version: Fixed from version 6.11" | ||
9372 | |||
9373 | CVE_STATUS[CVE-2024-46789] = "fixed-version: Fixed from version 6.11" | ||
9374 | |||
9375 | CVE_STATUS[CVE-2024-46790] = "fixed-version: Fixed from version 6.11" | ||
9376 | |||
9377 | CVE_STATUS[CVE-2024-46791] = "fixed-version: Fixed from version 6.11" | ||
9378 | |||
9379 | CVE_STATUS[CVE-2024-46792] = "fixed-version: Fixed from version 6.11" | ||
9380 | |||
9381 | CVE_STATUS[CVE-2024-46793] = "fixed-version: Fixed from version 6.11" | ||
9382 | |||
9383 | CVE_STATUS[CVE-2024-46794] = "fixed-version: Fixed from version 6.11" | ||
9384 | |||
9385 | CVE_STATUS[CVE-2024-46795] = "fixed-version: Fixed from version 6.11" | ||
9386 | |||
9387 | CVE_STATUS[CVE-2024-46796] = "fixed-version: Fixed from version 6.11" | ||
9388 | |||
9389 | CVE_STATUS[CVE-2024-46797] = "fixed-version: Fixed from version 6.11" | ||
9390 | |||
9391 | CVE_STATUS[CVE-2024-46798] = "fixed-version: Fixed from version 6.11" | ||
9392 | |||
9393 | CVE_STATUS[CVE-2024-46799] = "fixed-version: Fixed from version 6.11" | ||
9394 | |||
9395 | CVE_STATUS[CVE-2024-46800] = "fixed-version: Fixed from version 6.11" | ||
9396 | |||
9397 | CVE_STATUS[CVE-2024-46801] = "fixed-version: Fixed from version 6.11" | ||
9398 | |||
9399 | CVE_STATUS[CVE-2024-46802] = "fixed-version: Fixed from version 6.11" | ||
9400 | |||
9401 | CVE_STATUS[CVE-2024-46803] = "fixed-version: Fixed from version 6.11" | ||
9402 | |||
9403 | CVE_STATUS[CVE-2024-46804] = "fixed-version: Fixed from version 6.11" | ||
9404 | |||
9405 | CVE_STATUS[CVE-2024-46805] = "fixed-version: Fixed from version 6.11" | ||
9406 | |||
9407 | CVE_STATUS[CVE-2024-46806] = "fixed-version: Fixed from version 6.11" | ||
9408 | |||
9409 | CVE_STATUS[CVE-2024-46807] = "fixed-version: Fixed from version 6.11" | ||
9410 | |||
9411 | CVE_STATUS[CVE-2024-46808] = "fixed-version: Fixed from version 6.11" | ||
9412 | |||
9413 | CVE_STATUS[CVE-2024-46809] = "fixed-version: Fixed from version 6.11" | ||
9414 | |||
9415 | CVE_STATUS[CVE-2024-46810] = "fixed-version: Fixed from version 6.11" | ||
9416 | |||
9417 | CVE_STATUS[CVE-2024-46811] = "fixed-version: Fixed from version 6.11" | ||
9418 | |||
9419 | CVE_STATUS[CVE-2024-46812] = "fixed-version: Fixed from version 6.11" | ||
9420 | |||
9421 | CVE_STATUS[CVE-2024-46813] = "fixed-version: Fixed from version 6.11" | ||
9422 | |||
9423 | CVE_STATUS[CVE-2024-46814] = "fixed-version: Fixed from version 6.11" | ||
9424 | |||
9425 | CVE_STATUS[CVE-2024-46815] = "fixed-version: Fixed from version 6.11" | ||
9426 | |||
9427 | CVE_STATUS[CVE-2024-46816] = "fixed-version: Fixed from version 6.11" | ||
9428 | |||
9429 | CVE_STATUS[CVE-2024-46817] = "fixed-version: Fixed from version 6.11" | ||
9430 | |||
9431 | CVE_STATUS[CVE-2024-46818] = "fixed-version: Fixed from version 6.11" | ||
9432 | |||
9433 | CVE_STATUS[CVE-2024-46819] = "fixed-version: Fixed from version 6.11" | ||
9434 | |||
9435 | CVE_STATUS[CVE-2024-46820] = "fixed-version: Fixed from version 6.11" | ||
9436 | |||
9437 | CVE_STATUS[CVE-2024-46821] = "fixed-version: Fixed from version 6.11" | ||
9438 | |||
9439 | CVE_STATUS[CVE-2024-46822] = "fixed-version: Fixed from version 6.11" | ||
9440 | |||
9441 | CVE_STATUS[CVE-2024-46823] = "fixed-version: Fixed from version 6.11" | ||
9442 | |||
9443 | CVE_STATUS[CVE-2024-46824] = "fixed-version: Fixed from version 6.11" | ||
9444 | |||
9445 | CVE_STATUS[CVE-2024-46825] = "fixed-version: Fixed from version 6.11" | ||
9446 | |||
9447 | CVE_STATUS[CVE-2024-46826] = "fixed-version: Fixed from version 6.11" | ||
9448 | |||
9449 | CVE_STATUS[CVE-2024-46827] = "fixed-version: Fixed from version 6.11" | ||
9450 | |||
9451 | CVE_STATUS[CVE-2024-46828] = "fixed-version: Fixed from version 6.11" | ||
9452 | |||
9453 | CVE_STATUS[CVE-2024-46829] = "fixed-version: Fixed from version 6.11" | ||
9454 | |||
9455 | CVE_STATUS[CVE-2024-46830] = "fixed-version: Fixed from version 6.11" | ||
9456 | |||
9457 | CVE_STATUS[CVE-2024-46831] = "fixed-version: Fixed from version 6.11" | ||
9458 | |||
9459 | CVE_STATUS[CVE-2024-46832] = "fixed-version: Fixed from version 6.11" | ||
9460 | |||
9461 | CVE_STATUS[CVE-2024-46833] = "fixed-version: Fixed from version 6.11" | ||
9462 | |||
9463 | CVE_STATUS[CVE-2024-46834] = "fixed-version: Fixed from version 6.11" | ||
9464 | |||
9465 | CVE_STATUS[CVE-2024-46835] = "fixed-version: Fixed from version 6.11" | ||
9466 | |||
9467 | CVE_STATUS[CVE-2024-46836] = "fixed-version: Fixed from version 6.11" | ||
9468 | |||
9469 | CVE_STATUS[CVE-2024-46837] = "fixed-version: Fixed from version 6.11" | ||
9470 | |||
9471 | CVE_STATUS[CVE-2024-46838] = "fixed-version: Fixed from version 6.11" | ||
9472 | |||
9473 | CVE_STATUS[CVE-2024-46840] = "fixed-version: Fixed from version 6.11" | ||
9474 | |||
9475 | CVE_STATUS[CVE-2024-46841] = "fixed-version: Fixed from version 6.11" | ||
9476 | |||
9477 | CVE_STATUS[CVE-2024-46842] = "fixed-version: Fixed from version 6.11" | ||
9478 | |||
9479 | CVE_STATUS[CVE-2024-46843] = "fixed-version: Fixed from version 6.11" | ||
9480 | |||
9481 | CVE_STATUS[CVE-2024-46844] = "fixed-version: Fixed from version 6.11" | ||
9482 | |||
9483 | CVE_STATUS[CVE-2024-46845] = "fixed-version: Fixed from version 6.11" | ||
9484 | |||
9485 | CVE_STATUS[CVE-2024-46846] = "fixed-version: Fixed from version 6.11" | ||
9486 | |||
9487 | CVE_STATUS[CVE-2024-46847] = "fixed-version: Fixed from version 6.11" | ||
9488 | |||
9489 | CVE_STATUS[CVE-2024-46848] = "fixed-version: Fixed from version 6.11" | ||
9490 | |||
9491 | CVE_STATUS[CVE-2024-46849] = "fixed-version: Fixed from version 6.11" | ||
9492 | |||
9493 | CVE_STATUS[CVE-2024-46850] = "fixed-version: Fixed from version 6.11" | ||
9494 | |||
9495 | CVE_STATUS[CVE-2024-46851] = "fixed-version: Fixed from version 6.11" | ||
9496 | |||
9497 | CVE_STATUS[CVE-2024-46852] = "fixed-version: Fixed from version 6.11" | ||
9498 | |||
9499 | CVE_STATUS[CVE-2024-46853] = "fixed-version: Fixed from version 6.11" | ||
9500 | |||
9501 | CVE_STATUS[CVE-2024-46854] = "fixed-version: Fixed from version 6.11" | ||
9502 | |||
9503 | CVE_STATUS[CVE-2024-46855] = "fixed-version: Fixed from version 6.11" | ||
9504 | |||
9505 | CVE_STATUS[CVE-2024-46856] = "fixed-version: Fixed from version 6.11" | ||
9506 | |||
9507 | CVE_STATUS[CVE-2024-46857] = "fixed-version: Fixed from version 6.11" | ||
9508 | |||
9509 | CVE_STATUS[CVE-2024-46858] = "fixed-version: Fixed from version 6.11" | ||
9510 | |||
9511 | CVE_STATUS[CVE-2024-46859] = "fixed-version: Fixed from version 6.11" | ||
9512 | |||
9513 | CVE_STATUS[CVE-2024-46860] = "fixed-version: Fixed from version 6.11" | ||
9514 | |||
9515 | CVE_STATUS[CVE-2024-46861] = "fixed-version: Fixed from version 6.11" | ||
9516 | |||
9517 | CVE_STATUS[CVE-2024-46862] = "fixed-version: Fixed from version 6.11" | ||
9518 | |||
9519 | CVE_STATUS[CVE-2024-46863] = "fixed-version: Fixed from version 6.11" | ||
9520 | |||
9521 | CVE_STATUS[CVE-2024-46864] = "fixed-version: Fixed from version 6.11" | ||
9522 | |||
9523 | CVE_STATUS[CVE-2024-46865] = "fixed-version: Fixed from version 6.10.11" | ||
9524 | |||
9525 | CVE_STATUS[CVE-2024-46866] = "fixed-version: Fixed from version 6.11" | ||
9526 | |||
9527 | CVE_STATUS[CVE-2024-46867] = "fixed-version: Fixed from version 6.11" | ||
9528 | |||
9529 | CVE_STATUS[CVE-2024-46868] = "fixed-version: Fixed from version 6.11" | ||
9530 | |||
9531 | CVE_STATUS[CVE-2024-46869] = "fixed-version: Fixed from version 6.12" | ||
9532 | |||
9533 | CVE_STATUS[CVE-2024-46870] = "fixed-version: Fixed from version 6.11" | ||
9534 | |||
9535 | CVE_STATUS[CVE-2024-46871] = "fixed-version: Fixed from version 6.11" | ||
9536 | |||
9537 | CVE_STATUS[CVE-2024-46896] = "fixed-version: Fixed from version 6.12.7" | ||
9538 | |||
9539 | CVE_STATUS[CVE-2024-47141] = "cpe-stable-backport: Backported in 6.12.5" | ||
9540 | |||
9541 | CVE_STATUS[CVE-2024-47143] = "cpe-stable-backport: Backported in 6.12.5" | ||
9542 | |||
9543 | CVE_STATUS[CVE-2024-47408] = "cpe-stable-backport: Backported in 6.12.7" | ||
9544 | |||
9545 | CVE_STATUS[CVE-2024-47658] = "fixed-version: Fixed from version 6.11" | ||
9546 | |||
9547 | CVE_STATUS[CVE-2024-47659] = "fixed-version: Fixed from version 6.11" | ||
9548 | |||
9549 | CVE_STATUS[CVE-2024-47660] = "fixed-version: Fixed from version 6.11" | ||
9550 | |||
9551 | CVE_STATUS[CVE-2024-47661] = "fixed-version: Fixed from version 6.11" | ||
9552 | |||
9553 | CVE_STATUS[CVE-2024-47662] = "fixed-version: Fixed from version 6.11" | ||
9554 | |||
9555 | CVE_STATUS[CVE-2024-47663] = "fixed-version: Fixed from version 6.11" | ||
9556 | |||
9557 | CVE_STATUS[CVE-2024-47664] = "fixed-version: Fixed from version 6.11" | ||
9558 | |||
9559 | CVE_STATUS[CVE-2024-47665] = "fixed-version: Fixed from version 6.11" | ||
9560 | |||
9561 | CVE_STATUS[CVE-2024-47666] = "fixed-version: Fixed from version 6.11" | ||
9562 | |||
9563 | CVE_STATUS[CVE-2024-47667] = "fixed-version: Fixed from version 6.11" | ||
9564 | |||
9565 | CVE_STATUS[CVE-2024-47668] = "fixed-version: Fixed from version 6.11" | ||
9566 | |||
9567 | CVE_STATUS[CVE-2024-47669] = "fixed-version: Fixed from version 6.11" | ||
9568 | |||
9569 | CVE_STATUS[CVE-2024-47670] = "fixed-version: Fixed from version 6.11" | ||
9570 | |||
9571 | CVE_STATUS[CVE-2024-47671] = "fixed-version: Fixed from version 6.12" | ||
9572 | |||
9573 | CVE_STATUS[CVE-2024-47672] = "fixed-version: Fixed from version 6.11" | ||
9574 | |||
9575 | CVE_STATUS[CVE-2024-47673] = "fixed-version: Fixed from version 6.11" | ||
9576 | |||
9577 | CVE_STATUS[CVE-2024-47674] = "fixed-version: Fixed from version 6.11" | ||
9578 | |||
9579 | CVE_STATUS[CVE-2024-47675] = "fixed-version: Fixed from version 6.12" | ||
9580 | |||
9581 | CVE_STATUS[CVE-2024-47676] = "fixed-version: Fixed from version 6.12" | ||
9582 | |||
9583 | CVE_STATUS[CVE-2024-47677] = "fixed-version: Fixed from version 6.12" | ||
9584 | |||
9585 | CVE_STATUS[CVE-2024-47678] = "fixed-version: Fixed from version 6.12" | ||
9586 | |||
9587 | CVE_STATUS[CVE-2024-47679] = "fixed-version: Fixed from version 6.12" | ||
9588 | |||
9589 | CVE_STATUS[CVE-2024-47680] = "fixed-version: Fixed from version 6.12" | ||
9590 | |||
9591 | CVE_STATUS[CVE-2024-47681] = "fixed-version: Fixed from version 6.12" | ||
9592 | |||
9593 | CVE_STATUS[CVE-2024-47682] = "fixed-version: Fixed from version 6.12" | ||
9594 | |||
9595 | CVE_STATUS[CVE-2024-47683] = "fixed-version: Fixed from version 6.12" | ||
9596 | |||
9597 | CVE_STATUS[CVE-2024-47684] = "fixed-version: Fixed from version 6.12" | ||
9598 | |||
9599 | CVE_STATUS[CVE-2024-47685] = "fixed-version: Fixed from version 6.12" | ||
9600 | |||
9601 | CVE_STATUS[CVE-2024-47686] = "fixed-version: Fixed from version 6.12" | ||
9602 | |||
9603 | CVE_STATUS[CVE-2024-47687] = "fixed-version: Fixed from version 6.12" | ||
9604 | |||
9605 | CVE_STATUS[CVE-2024-47688] = "fixed-version: Fixed from version 6.12" | ||
9606 | |||
9607 | CVE_STATUS[CVE-2024-47689] = "fixed-version: Fixed from version 6.12" | ||
9608 | |||
9609 | CVE_STATUS[CVE-2024-47690] = "fixed-version: Fixed from version 6.12" | ||
9610 | |||
9611 | CVE_STATUS[CVE-2024-47691] = "fixed-version: Fixed from version 6.12" | ||
9612 | |||
9613 | CVE_STATUS[CVE-2024-47692] = "fixed-version: Fixed from version 6.12" | ||
9614 | |||
9615 | CVE_STATUS[CVE-2024-47693] = "fixed-version: Fixed from version 6.12" | ||
9616 | |||
9617 | CVE_STATUS[CVE-2024-47694] = "fixed-version: Fixed from version 6.12" | ||
9618 | |||
9619 | CVE_STATUS[CVE-2024-47695] = "fixed-version: Fixed from version 6.12" | ||
9620 | |||
9621 | CVE_STATUS[CVE-2024-47696] = "fixed-version: Fixed from version 6.12" | ||
9622 | |||
9623 | CVE_STATUS[CVE-2024-47697] = "fixed-version: Fixed from version 6.12" | ||
9624 | |||
9625 | CVE_STATUS[CVE-2024-47698] = "fixed-version: Fixed from version 6.12" | ||
9626 | |||
9627 | CVE_STATUS[CVE-2024-47699] = "fixed-version: Fixed from version 6.12" | ||
9628 | |||
9629 | CVE_STATUS[CVE-2024-47700] = "fixed-version: Fixed from version 6.12" | ||
9630 | |||
9631 | CVE_STATUS[CVE-2024-47701] = "fixed-version: Fixed from version 6.12" | ||
9632 | |||
9633 | CVE_STATUS[CVE-2024-47702] = "fixed-version: Fixed from version 6.12" | ||
9634 | |||
9635 | CVE_STATUS[CVE-2024-47703] = "fixed-version: Fixed from version 6.12" | ||
9636 | |||
9637 | CVE_STATUS[CVE-2024-47704] = "fixed-version: Fixed from version 6.12" | ||
9638 | |||
9639 | CVE_STATUS[CVE-2024-47705] = "fixed-version: Fixed from version 6.12" | ||
9640 | |||
9641 | CVE_STATUS[CVE-2024-47706] = "fixed-version: Fixed from version 6.12" | ||
9642 | |||
9643 | CVE_STATUS[CVE-2024-47707] = "fixed-version: Fixed from version 6.12" | ||
9644 | |||
9645 | CVE_STATUS[CVE-2024-47708] = "fixed-version: Fixed from version 6.12" | ||
9646 | |||
9647 | CVE_STATUS[CVE-2024-47709] = "fixed-version: Fixed from version 6.12" | ||
9648 | |||
9649 | CVE_STATUS[CVE-2024-47710] = "fixed-version: Fixed from version 6.12" | ||
9650 | |||
9651 | CVE_STATUS[CVE-2024-47711] = "fixed-version: Fixed from version 6.12" | ||
9652 | |||
9653 | CVE_STATUS[CVE-2024-47712] = "fixed-version: Fixed from version 6.12" | ||
9654 | |||
9655 | CVE_STATUS[CVE-2024-47713] = "fixed-version: Fixed from version 6.12" | ||
9656 | |||
9657 | CVE_STATUS[CVE-2024-47714] = "fixed-version: Fixed from version 6.12" | ||
9658 | |||
9659 | CVE_STATUS[CVE-2024-47715] = "fixed-version: Fixed from version 6.12" | ||
9660 | |||
9661 | CVE_STATUS[CVE-2024-47716] = "fixed-version: Fixed from version 6.12" | ||
9662 | |||
9663 | CVE_STATUS[CVE-2024-47717] = "fixed-version: Fixed from version 6.12" | ||
9664 | |||
9665 | CVE_STATUS[CVE-2024-47718] = "fixed-version: Fixed from version 6.12" | ||
9666 | |||
9667 | CVE_STATUS[CVE-2024-47719] = "fixed-version: Fixed from version 6.12" | ||
9668 | |||
9669 | CVE_STATUS[CVE-2024-47720] = "fixed-version: Fixed from version 6.12" | ||
9670 | |||
9671 | CVE_STATUS[CVE-2024-47721] = "fixed-version: Fixed from version 6.12" | ||
9672 | |||
9673 | CVE_STATUS[CVE-2024-47723] = "fixed-version: Fixed from version 6.12" | ||
9674 | |||
9675 | CVE_STATUS[CVE-2024-47724] = "fixed-version: Fixed from version 6.12" | ||
9676 | |||
9677 | CVE_STATUS[CVE-2024-47726] = "fixed-version: Fixed from version 6.12" | ||
9678 | |||
9679 | CVE_STATUS[CVE-2024-47727] = "fixed-version: Fixed from version 6.12" | ||
9680 | |||
9681 | CVE_STATUS[CVE-2024-47728] = "fixed-version: Fixed from version 6.12" | ||
9682 | |||
9683 | CVE_STATUS[CVE-2024-47729] = "fixed-version: Fixed from version 6.12" | ||
9684 | |||
9685 | CVE_STATUS[CVE-2024-47730] = "fixed-version: Fixed from version 6.12" | ||
9686 | |||
9687 | CVE_STATUS[CVE-2024-47731] = "fixed-version: Fixed from version 6.12" | ||
9688 | |||
9689 | CVE_STATUS[CVE-2024-47732] = "fixed-version: Fixed from version 6.12" | ||
9690 | |||
9691 | CVE_STATUS[CVE-2024-47733] = "fixed-version: Fixed from version 6.12" | ||
9692 | |||
9693 | CVE_STATUS[CVE-2024-47734] = "fixed-version: Fixed from version 6.12" | ||
9694 | |||
9695 | CVE_STATUS[CVE-2024-47735] = "fixed-version: Fixed from version 6.12" | ||
9696 | |||
9697 | CVE_STATUS[CVE-2024-47736] = "fixed-version: Fixed from version 6.12" | ||
9698 | |||
9699 | CVE_STATUS[CVE-2024-47737] = "fixed-version: Fixed from version 6.12" | ||
9700 | |||
9701 | CVE_STATUS[CVE-2024-47738] = "fixed-version: Fixed from version 6.12" | ||
9702 | |||
9703 | CVE_STATUS[CVE-2024-47739] = "fixed-version: Fixed from version 6.12" | ||
9704 | |||
9705 | CVE_STATUS[CVE-2024-47740] = "fixed-version: Fixed from version 6.12" | ||
9706 | |||
9707 | CVE_STATUS[CVE-2024-47741] = "fixed-version: Fixed from version 6.12" | ||
9708 | |||
9709 | CVE_STATUS[CVE-2024-47742] = "fixed-version: Fixed from version 6.12" | ||
9710 | |||
9711 | CVE_STATUS[CVE-2024-47743] = "fixed-version: Fixed from version 6.12" | ||
9712 | |||
9713 | CVE_STATUS[CVE-2024-47744] = "fixed-version: Fixed from version 6.12" | ||
9714 | |||
9715 | CVE_STATUS[CVE-2024-47745] = "fixed-version: Fixed from version 6.12" | ||
9716 | |||
9717 | CVE_STATUS[CVE-2024-47746] = "fixed-version: Fixed from version 6.12" | ||
9718 | |||
9719 | CVE_STATUS[CVE-2024-47747] = "fixed-version: Fixed from version 6.12" | ||
9720 | |||
9721 | CVE_STATUS[CVE-2024-47748] = "fixed-version: Fixed from version 6.12" | ||
9722 | |||
9723 | CVE_STATUS[CVE-2024-47749] = "fixed-version: Fixed from version 6.12" | ||
9724 | |||
9725 | CVE_STATUS[CVE-2024-47750] = "fixed-version: Fixed from version 6.12" | ||
9726 | |||
9727 | CVE_STATUS[CVE-2024-47751] = "fixed-version: Fixed from version 6.12" | ||
9728 | |||
9729 | CVE_STATUS[CVE-2024-47752] = "fixed-version: Fixed from version 6.12" | ||
9730 | |||
9731 | CVE_STATUS[CVE-2024-47753] = "fixed-version: Fixed from version 6.12" | ||
9732 | |||
9733 | CVE_STATUS[CVE-2024-47754] = "fixed-version: Fixed from version 6.12" | ||
9734 | |||
9735 | CVE_STATUS[CVE-2024-47756] = "fixed-version: Fixed from version 6.12" | ||
9736 | |||
9737 | CVE_STATUS[CVE-2024-47757] = "fixed-version: Fixed from version 6.12" | ||
9738 | |||
9739 | CVE_STATUS[CVE-2024-47794] = "cpe-stable-backport: Backported in 6.12.5" | ||
9740 | |||
9741 | CVE_STATUS[CVE-2024-47809] = "cpe-stable-backport: Backported in 6.12.5" | ||
9742 | |||
9743 | CVE_STATUS[CVE-2024-48873] = "cpe-stable-backport: Backported in 6.12.5" | ||
9744 | |||
9745 | CVE_STATUS[CVE-2024-48875] = "cpe-stable-backport: Backported in 6.12.5" | ||
9746 | |||
9747 | CVE_STATUS[CVE-2024-48876] = "cpe-stable-backport: Backported in 6.12.5" | ||
9748 | |||
9749 | CVE_STATUS[CVE-2024-48881] = "cpe-stable-backport: Backported in 6.12.5" | ||
9750 | |||
9751 | CVE_STATUS[CVE-2024-49568] = "cpe-stable-backport: Backported in 6.12.7" | ||
9752 | |||
9753 | CVE_STATUS[CVE-2024-49569] = "cpe-stable-backport: Backported in 6.12.5" | ||
9754 | |||
9755 | CVE_STATUS[CVE-2024-49570] = "cpe-stable-backport: Backported in 6.12.16" | ||
9756 | |||
9757 | CVE_STATUS[CVE-2024-49571] = "cpe-stable-backport: Backported in 6.12.7" | ||
9758 | |||
9759 | CVE_STATUS[CVE-2024-49573] = "cpe-stable-backport: Backported in 6.12.7" | ||
9760 | |||
9761 | CVE_STATUS[CVE-2024-49850] = "fixed-version: Fixed from version 6.12" | ||
9762 | |||
9763 | CVE_STATUS[CVE-2024-49851] = "fixed-version: Fixed from version 6.12" | ||
9764 | |||
9765 | CVE_STATUS[CVE-2024-49852] = "fixed-version: Fixed from version 6.12" | ||
9766 | |||
9767 | CVE_STATUS[CVE-2024-49853] = "fixed-version: Fixed from version 6.12" | ||
9768 | |||
9769 | # CVE-2024-49854 has no known resolution | ||
9770 | |||
9771 | CVE_STATUS[CVE-2024-49855] = "fixed-version: Fixed from version 6.12" | ||
9772 | |||
9773 | CVE_STATUS[CVE-2024-49856] = "fixed-version: Fixed from version 6.12" | ||
9774 | |||
9775 | CVE_STATUS[CVE-2024-49857] = "fixed-version: Fixed from version 6.12" | ||
9776 | |||
9777 | CVE_STATUS[CVE-2024-49858] = "fixed-version: Fixed from version 6.12" | ||
9778 | |||
9779 | CVE_STATUS[CVE-2024-49859] = "fixed-version: Fixed from version 6.12" | ||
9780 | |||
9781 | CVE_STATUS[CVE-2024-49860] = "fixed-version: Fixed from version 6.12" | ||
9782 | |||
9783 | CVE_STATUS[CVE-2024-49861] = "fixed-version: Fixed from version 6.12" | ||
9784 | |||
9785 | CVE_STATUS[CVE-2024-49862] = "fixed-version: Fixed from version 6.12" | ||
9786 | |||
9787 | CVE_STATUS[CVE-2024-49863] = "fixed-version: Fixed from version 6.12" | ||
9788 | |||
9789 | CVE_STATUS[CVE-2024-49864] = "fixed-version: Fixed from version 6.12" | ||
9790 | |||
9791 | CVE_STATUS[CVE-2024-49865] = "fixed-version: Fixed from version 6.12" | ||
9792 | |||
9793 | CVE_STATUS[CVE-2024-49866] = "fixed-version: Fixed from version 6.12" | ||
9794 | |||
9795 | CVE_STATUS[CVE-2024-49867] = "fixed-version: Fixed from version 6.12" | ||
9796 | |||
9797 | CVE_STATUS[CVE-2024-49868] = "fixed-version: Fixed from version 6.12" | ||
9798 | |||
9799 | CVE_STATUS[CVE-2024-49869] = "fixed-version: Fixed from version 6.12" | ||
9800 | |||
9801 | CVE_STATUS[CVE-2024-49870] = "fixed-version: Fixed from version 6.12" | ||
9802 | |||
9803 | CVE_STATUS[CVE-2024-49871] = "fixed-version: Fixed from version 6.12" | ||
9804 | |||
9805 | CVE_STATUS[CVE-2024-49872] = "fixed-version: Fixed from version 6.12" | ||
9806 | |||
9807 | CVE_STATUS[CVE-2024-49873] = "fixed-version: Fixed from version 6.12" | ||
9808 | |||
9809 | CVE_STATUS[CVE-2024-49874] = "fixed-version: Fixed from version 6.12" | ||
9810 | |||
9811 | CVE_STATUS[CVE-2024-49875] = "fixed-version: Fixed from version 6.12" | ||
9812 | |||
9813 | CVE_STATUS[CVE-2024-49876] = "fixed-version: Fixed from version 6.12" | ||
9814 | |||
9815 | CVE_STATUS[CVE-2024-49877] = "fixed-version: Fixed from version 6.12" | ||
9816 | |||
9817 | CVE_STATUS[CVE-2024-49878] = "fixed-version: Fixed from version 6.12" | ||
9818 | |||
9819 | CVE_STATUS[CVE-2024-49879] = "fixed-version: Fixed from version 6.12" | ||
9820 | |||
9821 | CVE_STATUS[CVE-2024-49880] = "fixed-version: Fixed from version 6.12" | ||
9822 | |||
9823 | CVE_STATUS[CVE-2024-49881] = "fixed-version: Fixed from version 6.12" | ||
9824 | |||
9825 | CVE_STATUS[CVE-2024-49882] = "fixed-version: Fixed from version 6.12" | ||
9826 | |||
9827 | CVE_STATUS[CVE-2024-49883] = "fixed-version: Fixed from version 6.12" | ||
9828 | |||
9829 | CVE_STATUS[CVE-2024-49884] = "fixed-version: Fixed from version 6.12" | ||
9830 | |||
9831 | CVE_STATUS[CVE-2024-49885] = "fixed-version: Fixed from version 6.12" | ||
9832 | |||
9833 | CVE_STATUS[CVE-2024-49886] = "fixed-version: Fixed from version 6.12" | ||
9834 | |||
9835 | CVE_STATUS[CVE-2024-49887] = "fixed-version: Fixed from version 6.12" | ||
9836 | |||
9837 | CVE_STATUS[CVE-2024-49888] = "fixed-version: Fixed from version 6.12" | ||
9838 | |||
9839 | CVE_STATUS[CVE-2024-49889] = "fixed-version: Fixed from version 6.12" | ||
9840 | |||
9841 | CVE_STATUS[CVE-2024-49890] = "fixed-version: Fixed from version 6.12" | ||
9842 | |||
9843 | CVE_STATUS[CVE-2024-49891] = "fixed-version: Fixed from version 6.12" | ||
9844 | |||
9845 | CVE_STATUS[CVE-2024-49892] = "fixed-version: Fixed from version 6.12" | ||
9846 | |||
9847 | CVE_STATUS[CVE-2024-49893] = "fixed-version: Fixed from version 6.12" | ||
9848 | |||
9849 | CVE_STATUS[CVE-2024-49894] = "fixed-version: Fixed from version 6.12" | ||
9850 | |||
9851 | CVE_STATUS[CVE-2024-49895] = "fixed-version: Fixed from version 6.12" | ||
9852 | |||
9853 | CVE_STATUS[CVE-2024-49896] = "fixed-version: Fixed from version 6.12" | ||
9854 | |||
9855 | CVE_STATUS[CVE-2024-49897] = "fixed-version: Fixed from version 6.12" | ||
9856 | |||
9857 | CVE_STATUS[CVE-2024-49898] = "fixed-version: Fixed from version 6.12" | ||
9858 | |||
9859 | CVE_STATUS[CVE-2024-49899] = "fixed-version: Fixed from version 6.12" | ||
9860 | |||
9861 | CVE_STATUS[CVE-2024-49900] = "fixed-version: Fixed from version 6.12" | ||
9862 | |||
9863 | CVE_STATUS[CVE-2024-49901] = "fixed-version: Fixed from version 6.12" | ||
9864 | |||
9865 | CVE_STATUS[CVE-2024-49902] = "fixed-version: Fixed from version 6.12" | ||
9866 | |||
9867 | CVE_STATUS[CVE-2024-49903] = "fixed-version: Fixed from version 6.12" | ||
9868 | |||
9869 | CVE_STATUS[CVE-2024-49904] = "fixed-version: Fixed from version 6.12" | ||
9870 | |||
9871 | CVE_STATUS[CVE-2024-49905] = "fixed-version: Fixed from version 6.12" | ||
9872 | |||
9873 | CVE_STATUS[CVE-2024-49906] = "fixed-version: Fixed from version 6.12" | ||
9874 | |||
9875 | CVE_STATUS[CVE-2024-49907] = "fixed-version: Fixed from version 6.12" | ||
9876 | |||
9877 | CVE_STATUS[CVE-2024-49908] = "fixed-version: Fixed from version 6.12" | ||
9878 | |||
9879 | CVE_STATUS[CVE-2024-49909] = "fixed-version: Fixed from version 6.12" | ||
9880 | |||
9881 | CVE_STATUS[CVE-2024-49910] = "fixed-version: Fixed from version 6.12" | ||
9882 | |||
9883 | CVE_STATUS[CVE-2024-49911] = "fixed-version: Fixed from version 6.12" | ||
9884 | |||
9885 | CVE_STATUS[CVE-2024-49912] = "fixed-version: Fixed from version 6.12" | ||
9886 | |||
9887 | CVE_STATUS[CVE-2024-49913] = "fixed-version: Fixed from version 6.12" | ||
9888 | |||
9889 | CVE_STATUS[CVE-2024-49914] = "fixed-version: Fixed from version 6.12" | ||
9890 | |||
9891 | CVE_STATUS[CVE-2024-49915] = "fixed-version: Fixed from version 6.12" | ||
9892 | |||
9893 | CVE_STATUS[CVE-2024-49916] = "fixed-version: Fixed from version 6.12" | ||
9894 | |||
9895 | CVE_STATUS[CVE-2024-49917] = "fixed-version: Fixed from version 6.12" | ||
9896 | |||
9897 | CVE_STATUS[CVE-2024-49918] = "fixed-version: Fixed from version 6.12" | ||
9898 | |||
9899 | CVE_STATUS[CVE-2024-49919] = "fixed-version: Fixed from version 6.12" | ||
9900 | |||
9901 | CVE_STATUS[CVE-2024-49920] = "fixed-version: Fixed from version 6.12" | ||
9902 | |||
9903 | CVE_STATUS[CVE-2024-49921] = "fixed-version: Fixed from version 6.12" | ||
9904 | |||
9905 | CVE_STATUS[CVE-2024-49922] = "fixed-version: Fixed from version 6.12" | ||
9906 | |||
9907 | CVE_STATUS[CVE-2024-49923] = "fixed-version: Fixed from version 6.12" | ||
9908 | |||
9909 | CVE_STATUS[CVE-2024-49924] = "fixed-version: Fixed from version 6.12" | ||
9910 | |||
9911 | CVE_STATUS[CVE-2024-49925] = "fixed-version: Fixed from version 6.12" | ||
9912 | |||
9913 | CVE_STATUS[CVE-2024-49926] = "fixed-version: Fixed from version 6.12" | ||
9914 | |||
9915 | CVE_STATUS[CVE-2024-49927] = "fixed-version: Fixed from version 6.12" | ||
9916 | |||
9917 | CVE_STATUS[CVE-2024-49928] = "fixed-version: Fixed from version 6.12" | ||
9918 | |||
9919 | CVE_STATUS[CVE-2024-49929] = "fixed-version: Fixed from version 6.12" | ||
9920 | |||
9921 | CVE_STATUS[CVE-2024-49930] = "fixed-version: Fixed from version 6.12" | ||
9922 | |||
9923 | CVE_STATUS[CVE-2024-49931] = "fixed-version: Fixed from version 6.12" | ||
9924 | |||
9925 | CVE_STATUS[CVE-2024-49932] = "fixed-version: Fixed from version 6.12" | ||
9926 | |||
9927 | CVE_STATUS[CVE-2024-49933] = "fixed-version: Fixed from version 6.12" | ||
9928 | |||
9929 | CVE_STATUS[CVE-2024-49934] = "fixed-version: Fixed from version 6.12" | ||
9930 | |||
9931 | CVE_STATUS[CVE-2024-49935] = "fixed-version: Fixed from version 6.12" | ||
9932 | |||
9933 | CVE_STATUS[CVE-2024-49936] = "fixed-version: Fixed from version 6.12" | ||
9934 | |||
9935 | CVE_STATUS[CVE-2024-49937] = "fixed-version: Fixed from version 6.12" | ||
9936 | |||
9937 | CVE_STATUS[CVE-2024-49938] = "fixed-version: Fixed from version 6.12" | ||
9938 | |||
9939 | CVE_STATUS[CVE-2024-49939] = "fixed-version: Fixed from version 6.12" | ||
9940 | |||
9941 | CVE_STATUS[CVE-2024-49940] = "fixed-version: Fixed from version 6.12" | ||
9942 | |||
9943 | CVE_STATUS[CVE-2024-49941] = "fixed-version: Fixed from version 6.12" | ||
9944 | |||
9945 | CVE_STATUS[CVE-2024-49942] = "fixed-version: Fixed from version 6.12" | ||
9946 | |||
9947 | CVE_STATUS[CVE-2024-49943] = "fixed-version: Fixed from version 6.12" | ||
9948 | |||
9949 | CVE_STATUS[CVE-2024-49944] = "fixed-version: Fixed from version 6.12" | ||
9950 | |||
9951 | CVE_STATUS[CVE-2024-49945] = "fixed-version: Fixed from version 6.12" | ||
9952 | |||
9953 | CVE_STATUS[CVE-2024-49946] = "fixed-version: Fixed from version 6.12" | ||
9954 | |||
9955 | CVE_STATUS[CVE-2024-49947] = "fixed-version: Fixed from version 6.12" | ||
9956 | |||
9957 | CVE_STATUS[CVE-2024-49948] = "fixed-version: Fixed from version 6.12" | ||
9958 | |||
9959 | CVE_STATUS[CVE-2024-49949] = "fixed-version: Fixed from version 6.12" | ||
9960 | |||
9961 | CVE_STATUS[CVE-2024-49950] = "fixed-version: Fixed from version 6.12" | ||
9962 | |||
9963 | CVE_STATUS[CVE-2024-49951] = "fixed-version: Fixed from version 6.12" | ||
9964 | |||
9965 | CVE_STATUS[CVE-2024-49952] = "fixed-version: Fixed from version 6.12" | ||
9966 | |||
9967 | CVE_STATUS[CVE-2024-49953] = "fixed-version: Fixed from version 6.12" | ||
9968 | |||
9969 | CVE_STATUS[CVE-2024-49954] = "fixed-version: Fixed from version 6.12" | ||
9970 | |||
9971 | CVE_STATUS[CVE-2024-49955] = "fixed-version: Fixed from version 6.12" | ||
9972 | |||
9973 | CVE_STATUS[CVE-2024-49956] = "fixed-version: Fixed from version 6.12" | ||
9974 | |||
9975 | CVE_STATUS[CVE-2024-49957] = "fixed-version: Fixed from version 6.12" | ||
9976 | |||
9977 | CVE_STATUS[CVE-2024-49958] = "fixed-version: Fixed from version 6.12" | ||
9978 | |||
9979 | CVE_STATUS[CVE-2024-49959] = "fixed-version: Fixed from version 6.12" | ||
9980 | |||
9981 | CVE_STATUS[CVE-2024-49960] = "fixed-version: Fixed from version 6.12" | ||
9982 | |||
9983 | CVE_STATUS[CVE-2024-49961] = "fixed-version: Fixed from version 6.12" | ||
9984 | |||
9985 | CVE_STATUS[CVE-2024-49962] = "fixed-version: Fixed from version 6.12" | ||
9986 | |||
9987 | CVE_STATUS[CVE-2024-49963] = "fixed-version: Fixed from version 6.12" | ||
9988 | |||
9989 | CVE_STATUS[CVE-2024-49964] = "fixed-version: Fixed from version 6.12" | ||
9990 | |||
9991 | CVE_STATUS[CVE-2024-49965] = "fixed-version: Fixed from version 6.12" | ||
9992 | |||
9993 | CVE_STATUS[CVE-2024-49966] = "fixed-version: Fixed from version 6.12" | ||
9994 | |||
9995 | CVE_STATUS[CVE-2024-49968] = "fixed-version: Fixed from version 6.12" | ||
9996 | |||
9997 | CVE_STATUS[CVE-2024-49969] = "fixed-version: Fixed from version 6.12" | ||
9998 | |||
9999 | CVE_STATUS[CVE-2024-49970] = "fixed-version: Fixed from version 6.12" | ||
10000 | |||
10001 | CVE_STATUS[CVE-2024-49971] = "fixed-version: Fixed from version 6.12" | ||
10002 | |||
10003 | CVE_STATUS[CVE-2024-49972] = "fixed-version: Fixed from version 6.12" | ||
10004 | |||
10005 | CVE_STATUS[CVE-2024-49973] = "fixed-version: Fixed from version 6.12" | ||
10006 | |||
10007 | CVE_STATUS[CVE-2024-49974] = "fixed-version: Fixed from version 6.12" | ||
10008 | |||
10009 | CVE_STATUS[CVE-2024-49975] = "fixed-version: Fixed from version 6.12" | ||
10010 | |||
10011 | CVE_STATUS[CVE-2024-49976] = "fixed-version: Fixed from version 6.12" | ||
10012 | |||
10013 | CVE_STATUS[CVE-2024-49977] = "fixed-version: Fixed from version 6.12" | ||
10014 | |||
10015 | CVE_STATUS[CVE-2024-49978] = "fixed-version: Fixed from version 6.12" | ||
10016 | |||
10017 | CVE_STATUS[CVE-2024-49979] = "fixed-version: Fixed from version 6.12" | ||
10018 | |||
10019 | CVE_STATUS[CVE-2024-49980] = "fixed-version: Fixed from version 6.12" | ||
10020 | |||
10021 | CVE_STATUS[CVE-2024-49981] = "fixed-version: Fixed from version 6.12" | ||
10022 | |||
10023 | CVE_STATUS[CVE-2024-49982] = "fixed-version: Fixed from version 6.12" | ||
10024 | |||
10025 | CVE_STATUS[CVE-2024-49983] = "fixed-version: Fixed from version 6.12" | ||
10026 | |||
10027 | CVE_STATUS[CVE-2024-49984] = "fixed-version: Fixed from version 6.12" | ||
10028 | |||
10029 | CVE_STATUS[CVE-2024-49985] = "fixed-version: Fixed from version 6.12" | ||
10030 | |||
10031 | CVE_STATUS[CVE-2024-49986] = "fixed-version: Fixed from version 6.12" | ||
10032 | |||
10033 | CVE_STATUS[CVE-2024-49987] = "fixed-version: Fixed from version 6.12" | ||
10034 | |||
10035 | CVE_STATUS[CVE-2024-49988] = "fixed-version: Fixed from version 6.12" | ||
10036 | |||
10037 | CVE_STATUS[CVE-2024-49989] = "fixed-version: Fixed from version 6.12" | ||
10038 | |||
10039 | CVE_STATUS[CVE-2024-49990] = "fixed-version: Fixed from version 6.12" | ||
10040 | |||
10041 | CVE_STATUS[CVE-2024-49991] = "fixed-version: Fixed from version 6.12" | ||
10042 | |||
10043 | CVE_STATUS[CVE-2024-49992] = "fixed-version: Fixed from version 6.12" | ||
10044 | |||
10045 | CVE_STATUS[CVE-2024-49994] = "fixed-version: Fixed from version 6.12" | ||
10046 | |||
10047 | CVE_STATUS[CVE-2024-49996] = "fixed-version: Fixed from version 6.12" | ||
10048 | |||
10049 | CVE_STATUS[CVE-2024-49997] = "fixed-version: Fixed from version 6.12" | ||
10050 | |||
10051 | CVE_STATUS[CVE-2024-49998] = "fixed-version: Fixed from version 6.12" | ||
10052 | |||
10053 | CVE_STATUS[CVE-2024-49999] = "fixed-version: Fixed from version 6.12" | ||
10054 | |||
10055 | CVE_STATUS[CVE-2024-50000] = "fixed-version: Fixed from version 6.12" | ||
10056 | |||
10057 | CVE_STATUS[CVE-2024-50001] = "fixed-version: Fixed from version 6.12" | ||
10058 | |||
10059 | CVE_STATUS[CVE-2024-50002] = "fixed-version: Fixed from version 6.12" | ||
10060 | |||
10061 | CVE_STATUS[CVE-2024-50003] = "fixed-version: Fixed from version 6.12" | ||
10062 | |||
10063 | CVE_STATUS[CVE-2024-50004] = "fixed-version: Fixed from version 6.12" | ||
10064 | |||
10065 | CVE_STATUS[CVE-2024-50005] = "fixed-version: Fixed from version 6.12" | ||
10066 | |||
10067 | CVE_STATUS[CVE-2024-50006] = "fixed-version: Fixed from version 6.12" | ||
10068 | |||
10069 | CVE_STATUS[CVE-2024-50007] = "fixed-version: Fixed from version 6.12" | ||
10070 | |||
10071 | CVE_STATUS[CVE-2024-50008] = "fixed-version: Fixed from version 6.12" | ||
10072 | |||
10073 | CVE_STATUS[CVE-2024-50009] = "fixed-version: Fixed from version 6.12" | ||
10074 | |||
10075 | CVE_STATUS[CVE-2024-50010] = "fixed-version: Fixed from version 6.12" | ||
10076 | |||
10077 | CVE_STATUS[CVE-2024-50011] = "fixed-version: Fixed from version 6.12" | ||
10078 | |||
10079 | CVE_STATUS[CVE-2024-50012] = "fixed-version: Fixed from version 6.12" | ||
10080 | |||
10081 | CVE_STATUS[CVE-2024-50013] = "fixed-version: Fixed from version 6.12" | ||
10082 | |||
10083 | CVE_STATUS[CVE-2024-50014] = "fixed-version: Fixed from version 6.12" | ||
10084 | |||
10085 | CVE_STATUS[CVE-2024-50015] = "fixed-version: Fixed from version 6.12" | ||
10086 | |||
10087 | CVE_STATUS[CVE-2024-50017] = "fixed-version: Fixed from version 6.12" | ||
10088 | |||
10089 | CVE_STATUS[CVE-2024-50019] = "fixed-version: Fixed from version 6.12" | ||
10090 | |||
10091 | CVE_STATUS[CVE-2024-50020] = "fixed-version: Fixed from version 6.12" | ||
10092 | |||
10093 | CVE_STATUS[CVE-2024-50021] = "fixed-version: Fixed from version 6.12" | ||
10094 | |||
10095 | CVE_STATUS[CVE-2024-50022] = "fixed-version: Fixed from version 6.12" | ||
10096 | |||
10097 | CVE_STATUS[CVE-2024-50023] = "fixed-version: Fixed from version 6.12" | ||
10098 | |||
10099 | CVE_STATUS[CVE-2024-50024] = "fixed-version: Fixed from version 6.12" | ||
10100 | |||
10101 | CVE_STATUS[CVE-2024-50025] = "fixed-version: Fixed from version 6.12" | ||
10102 | |||
10103 | CVE_STATUS[CVE-2024-50026] = "fixed-version: Fixed from version 6.12" | ||
10104 | |||
10105 | CVE_STATUS[CVE-2024-50027] = "fixed-version: Fixed from version 6.12" | ||
10106 | |||
10107 | CVE_STATUS[CVE-2024-50028] = "fixed-version: Fixed from version 6.12" | ||
10108 | |||
10109 | CVE_STATUS[CVE-2024-50029] = "fixed-version: Fixed from version 6.12" | ||
10110 | |||
10111 | CVE_STATUS[CVE-2024-50030] = "fixed-version: Fixed from version 6.12" | ||
10112 | |||
10113 | CVE_STATUS[CVE-2024-50031] = "fixed-version: Fixed from version 6.12" | ||
10114 | |||
10115 | CVE_STATUS[CVE-2024-50033] = "fixed-version: Fixed from version 6.12" | ||
10116 | |||
10117 | CVE_STATUS[CVE-2024-50034] = "fixed-version: Fixed from version 6.12" | ||
10118 | |||
10119 | CVE_STATUS[CVE-2024-50035] = "fixed-version: Fixed from version 6.12" | ||
10120 | |||
10121 | CVE_STATUS[CVE-2024-50036] = "fixed-version: Fixed from version 6.12" | ||
10122 | |||
10123 | CVE_STATUS[CVE-2024-50037] = "fixed-version: Fixed from version 6.12" | ||
10124 | |||
10125 | CVE_STATUS[CVE-2024-50038] = "fixed-version: Fixed from version 6.12" | ||
10126 | |||
10127 | CVE_STATUS[CVE-2024-50039] = "fixed-version: Fixed from version 6.12" | ||
10128 | |||
10129 | CVE_STATUS[CVE-2024-50040] = "fixed-version: Fixed from version 6.12" | ||
10130 | |||
10131 | CVE_STATUS[CVE-2024-50041] = "fixed-version: Fixed from version 6.12" | ||
10132 | |||
10133 | CVE_STATUS[CVE-2024-50042] = "fixed-version: Fixed from version 6.12" | ||
10134 | |||
10135 | CVE_STATUS[CVE-2024-50043] = "fixed-version: Fixed from version 6.12" | ||
10136 | |||
10137 | CVE_STATUS[CVE-2024-50044] = "fixed-version: Fixed from version 6.12" | ||
10138 | |||
10139 | CVE_STATUS[CVE-2024-50045] = "fixed-version: Fixed from version 6.12" | ||
10140 | |||
10141 | CVE_STATUS[CVE-2024-50046] = "fixed-version: Fixed from version 6.12" | ||
10142 | |||
10143 | CVE_STATUS[CVE-2024-50047] = "fixed-version: Fixed from version 6.12" | ||
10144 | |||
10145 | CVE_STATUS[CVE-2024-50048] = "fixed-version: Fixed from version 6.12" | ||
10146 | |||
10147 | CVE_STATUS[CVE-2024-50049] = "fixed-version: Fixed from version 6.12" | ||
10148 | |||
10149 | CVE_STATUS[CVE-2024-50051] = "cpe-stable-backport: Backported in 6.12.5" | ||
10150 | |||
10151 | CVE_STATUS[CVE-2024-50055] = "fixed-version: Fixed from version 6.12" | ||
10152 | |||
10153 | CVE_STATUS[CVE-2024-50056] = "fixed-version: Fixed from version 6.12" | ||
10154 | |||
10155 | CVE_STATUS[CVE-2024-50057] = "fixed-version: Fixed from version 6.12" | ||
10156 | |||
10157 | CVE_STATUS[CVE-2024-50058] = "fixed-version: Fixed from version 6.12" | ||
10158 | |||
10159 | CVE_STATUS[CVE-2024-50059] = "fixed-version: Fixed from version 6.12" | ||
10160 | |||
10161 | CVE_STATUS[CVE-2024-50060] = "fixed-version: Fixed from version 6.12" | ||
10162 | |||
10163 | CVE_STATUS[CVE-2024-50061] = "fixed-version: Fixed from version 6.12" | ||
10164 | |||
10165 | CVE_STATUS[CVE-2024-50062] = "fixed-version: Fixed from version 6.12" | ||
10166 | |||
10167 | CVE_STATUS[CVE-2024-50063] = "fixed-version: Fixed from version 6.12" | ||
10168 | |||
10169 | CVE_STATUS[CVE-2024-50064] = "fixed-version: Fixed from version 6.12" | ||
10170 | |||
10171 | CVE_STATUS[CVE-2024-50065] = "fixed-version: Fixed from version 6.12" | ||
10172 | |||
10173 | CVE_STATUS[CVE-2024-50066] = "fixed-version: Fixed from version 6.12" | ||
10174 | |||
10175 | CVE_STATUS[CVE-2024-50067] = "fixed-version: Fixed from version 6.12" | ||
10176 | |||
10177 | CVE_STATUS[CVE-2024-50068] = "fixed-version: Fixed from version 6.12" | ||
10178 | |||
10179 | CVE_STATUS[CVE-2024-50069] = "fixed-version: Fixed from version 6.12" | ||
10180 | |||
10181 | CVE_STATUS[CVE-2024-50070] = "fixed-version: Fixed from version 6.12" | ||
10182 | |||
10183 | CVE_STATUS[CVE-2024-50071] = "fixed-version: Fixed from version 6.12" | ||
10184 | |||
10185 | CVE_STATUS[CVE-2024-50072] = "fixed-version: Fixed from version 6.12" | ||
10186 | |||
10187 | CVE_STATUS[CVE-2024-50073] = "fixed-version: Fixed from version 6.12" | ||
10188 | |||
10189 | CVE_STATUS[CVE-2024-50074] = "fixed-version: Fixed from version 6.12" | ||
10190 | |||
10191 | CVE_STATUS[CVE-2024-50075] = "fixed-version: Fixed from version 6.12" | ||
10192 | |||
10193 | CVE_STATUS[CVE-2024-50076] = "fixed-version: Fixed from version 6.12" | ||
10194 | |||
10195 | CVE_STATUS[CVE-2024-50077] = "fixed-version: Fixed from version 6.12" | ||
10196 | |||
10197 | CVE_STATUS[CVE-2024-50078] = "fixed-version: Fixed from version 6.12" | ||
10198 | |||
10199 | CVE_STATUS[CVE-2024-50079] = "fixed-version: Fixed from version 6.12" | ||
10200 | |||
10201 | CVE_STATUS[CVE-2024-50080] = "fixed-version: Fixed from version 6.12" | ||
10202 | |||
10203 | CVE_STATUS[CVE-2024-50081] = "fixed-version: Fixed from version 6.12" | ||
10204 | |||
10205 | CVE_STATUS[CVE-2024-50082] = "fixed-version: Fixed from version 6.12" | ||
10206 | |||
10207 | CVE_STATUS[CVE-2024-50083] = "fixed-version: Fixed from version 6.12" | ||
10208 | |||
10209 | CVE_STATUS[CVE-2024-50084] = "fixed-version: Fixed from version 6.12" | ||
10210 | |||
10211 | CVE_STATUS[CVE-2024-50085] = "fixed-version: Fixed from version 6.12" | ||
10212 | |||
10213 | CVE_STATUS[CVE-2024-50086] = "fixed-version: Fixed from version 6.12" | ||
10214 | |||
10215 | CVE_STATUS[CVE-2024-50087] = "fixed-version: Fixed from version 6.12" | ||
10216 | |||
10217 | CVE_STATUS[CVE-2024-50088] = "fixed-version: Fixed from version 6.12" | ||
10218 | |||
10219 | CVE_STATUS[CVE-2024-50090] = "fixed-version: Fixed from version 6.12" | ||
10220 | |||
10221 | CVE_STATUS[CVE-2024-50091] = "fixed-version: Fixed from version 6.12" | ||
10222 | |||
10223 | CVE_STATUS[CVE-2024-50092] = "fixed-version: Fixed from version 6.12" | ||
10224 | |||
10225 | CVE_STATUS[CVE-2024-50093] = "fixed-version: Fixed from version 6.12" | ||
10226 | |||
10227 | CVE_STATUS[CVE-2024-50094] = "fixed-version: Fixed from version 6.12" | ||
10228 | |||
10229 | CVE_STATUS[CVE-2024-50095] = "fixed-version: Fixed from version 6.12" | ||
10230 | |||
10231 | CVE_STATUS[CVE-2024-50096] = "fixed-version: Fixed from version 6.12" | ||
10232 | |||
10233 | CVE_STATUS[CVE-2024-50097] = "fixed-version: Fixed from version 6.11.4" | ||
10234 | |||
10235 | CVE_STATUS[CVE-2024-50098] = "fixed-version: Fixed from version 6.12" | ||
10236 | |||
10237 | CVE_STATUS[CVE-2024-50099] = "fixed-version: Fixed from version 6.12" | ||
10238 | |||
10239 | CVE_STATUS[CVE-2024-50100] = "fixed-version: Fixed from version 6.12" | ||
10240 | |||
10241 | CVE_STATUS[CVE-2024-50101] = "fixed-version: Fixed from version 6.12" | ||
10242 | |||
10243 | CVE_STATUS[CVE-2024-50102] = "fixed-version: Fixed from version 6.12" | ||
10244 | |||
10245 | CVE_STATUS[CVE-2024-50103] = "fixed-version: Fixed from version 6.12" | ||
10246 | |||
10247 | CVE_STATUS[CVE-2024-50104] = "fixed-version: Fixed from version 6.12" | ||
10248 | |||
10249 | CVE_STATUS[CVE-2024-50105] = "fixed-version: Fixed from version 6.12" | ||
10250 | |||
10251 | CVE_STATUS[CVE-2024-50106] = "fixed-version: Fixed from version 6.12" | ||
10252 | |||
10253 | CVE_STATUS[CVE-2024-50107] = "fixed-version: Fixed from version 6.12" | ||
10254 | |||
10255 | CVE_STATUS[CVE-2024-50108] = "fixed-version: Fixed from version 6.12" | ||
10256 | |||
10257 | CVE_STATUS[CVE-2024-50109] = "fixed-version: Fixed from version 6.12" | ||
10258 | |||
10259 | CVE_STATUS[CVE-2024-50110] = "fixed-version: Fixed from version 6.12" | ||
10260 | |||
10261 | CVE_STATUS[CVE-2024-50111] = "fixed-version: Fixed from version 6.12" | ||
10262 | |||
10263 | CVE_STATUS[CVE-2024-50112] = "fixed-version: Fixed from version 6.12" | ||
10264 | |||
10265 | CVE_STATUS[CVE-2024-50113] = "fixed-version: Fixed from version 6.12" | ||
10266 | |||
10267 | CVE_STATUS[CVE-2024-50114] = "fixed-version: Fixed from version 6.12" | ||
10268 | |||
10269 | CVE_STATUS[CVE-2024-50115] = "fixed-version: Fixed from version 6.12" | ||
10270 | |||
10271 | CVE_STATUS[CVE-2024-50116] = "fixed-version: Fixed from version 6.12" | ||
10272 | |||
10273 | CVE_STATUS[CVE-2024-50117] = "fixed-version: Fixed from version 6.12" | ||
10274 | |||
10275 | CVE_STATUS[CVE-2024-50118] = "fixed-version: Fixed from version 6.12" | ||
10276 | |||
10277 | CVE_STATUS[CVE-2024-50119] = "fixed-version: Fixed from version 6.12" | ||
10278 | |||
10279 | CVE_STATUS[CVE-2024-50120] = "fixed-version: Fixed from version 6.12" | ||
10280 | |||
10281 | CVE_STATUS[CVE-2024-50121] = "fixed-version: Fixed from version 6.12" | ||
10282 | |||
10283 | CVE_STATUS[CVE-2024-50122] = "fixed-version: Fixed from version 6.12" | ||
10284 | |||
10285 | CVE_STATUS[CVE-2024-50123] = "fixed-version: Fixed from version 6.12" | ||
10286 | |||
10287 | CVE_STATUS[CVE-2024-50124] = "fixed-version: Fixed from version 6.12" | ||
10288 | |||
10289 | CVE_STATUS[CVE-2024-50125] = "fixed-version: Fixed from version 6.12" | ||
10290 | |||
10291 | CVE_STATUS[CVE-2024-50126] = "fixed-version: Fixed from version 6.12" | ||
10292 | |||
10293 | CVE_STATUS[CVE-2024-50127] = "fixed-version: Fixed from version 6.12" | ||
10294 | |||
10295 | CVE_STATUS[CVE-2024-50128] = "fixed-version: Fixed from version 6.12" | ||
10296 | |||
10297 | CVE_STATUS[CVE-2024-50129] = "fixed-version: Fixed from version 6.12" | ||
10298 | |||
10299 | CVE_STATUS[CVE-2024-50130] = "fixed-version: Fixed from version 6.12" | ||
10300 | |||
10301 | CVE_STATUS[CVE-2024-50131] = "fixed-version: Fixed from version 6.12" | ||
10302 | |||
10303 | CVE_STATUS[CVE-2024-50132] = "fixed-version: Fixed from version 6.12" | ||
10304 | |||
10305 | CVE_STATUS[CVE-2024-50133] = "fixed-version: Fixed from version 6.12" | ||
10306 | |||
10307 | CVE_STATUS[CVE-2024-50134] = "fixed-version: Fixed from version 6.12" | ||
10308 | |||
10309 | CVE_STATUS[CVE-2024-50135] = "fixed-version: Fixed from version 6.12" | ||
10310 | |||
10311 | CVE_STATUS[CVE-2024-50136] = "fixed-version: Fixed from version 6.12" | ||
10312 | |||
10313 | CVE_STATUS[CVE-2024-50137] = "fixed-version: Fixed from version 6.12" | ||
10314 | |||
10315 | CVE_STATUS[CVE-2024-50138] = "fixed-version: Fixed from version 6.12" | ||
10316 | |||
10317 | CVE_STATUS[CVE-2024-50139] = "fixed-version: Fixed from version 6.12" | ||
10318 | |||
10319 | CVE_STATUS[CVE-2024-50140] = "fixed-version: Fixed from version 6.12" | ||
10320 | |||
10321 | CVE_STATUS[CVE-2024-50141] = "fixed-version: Fixed from version 6.12" | ||
10322 | |||
10323 | CVE_STATUS[CVE-2024-50142] = "fixed-version: Fixed from version 6.12" | ||
10324 | |||
10325 | CVE_STATUS[CVE-2024-50143] = "fixed-version: Fixed from version 6.12" | ||
10326 | |||
10327 | CVE_STATUS[CVE-2024-50144] = "fixed-version: Fixed from version 6.12" | ||
10328 | |||
10329 | CVE_STATUS[CVE-2024-50145] = "fixed-version: Fixed from version 6.12" | ||
10330 | |||
10331 | CVE_STATUS[CVE-2024-50146] = "fixed-version: Fixed from version 6.12" | ||
10332 | |||
10333 | CVE_STATUS[CVE-2024-50147] = "fixed-version: Fixed from version 6.12" | ||
10334 | |||
10335 | CVE_STATUS[CVE-2024-50148] = "fixed-version: Fixed from version 6.12" | ||
10336 | |||
10337 | CVE_STATUS[CVE-2024-50149] = "fixed-version: Fixed from version 6.12" | ||
10338 | |||
10339 | CVE_STATUS[CVE-2024-50150] = "fixed-version: Fixed from version 6.12" | ||
10340 | |||
10341 | CVE_STATUS[CVE-2024-50151] = "fixed-version: Fixed from version 6.12" | ||
10342 | |||
10343 | CVE_STATUS[CVE-2024-50152] = "fixed-version: Fixed from version 6.12" | ||
10344 | |||
10345 | CVE_STATUS[CVE-2024-50153] = "fixed-version: Fixed from version 6.12" | ||
10346 | |||
10347 | CVE_STATUS[CVE-2024-50154] = "fixed-version: Fixed from version 6.12" | ||
10348 | |||
10349 | CVE_STATUS[CVE-2024-50155] = "fixed-version: Fixed from version 6.12" | ||
10350 | |||
10351 | CVE_STATUS[CVE-2024-50156] = "fixed-version: Fixed from version 6.12" | ||
10352 | |||
10353 | CVE_STATUS[CVE-2024-50157] = "fixed-version: Fixed from version 6.12" | ||
10354 | |||
10355 | CVE_STATUS[CVE-2024-50158] = "fixed-version: Fixed from version 6.12" | ||
10356 | |||
10357 | CVE_STATUS[CVE-2024-50159] = "fixed-version: Fixed from version 6.12" | ||
10358 | |||
10359 | CVE_STATUS[CVE-2024-50160] = "fixed-version: Fixed from version 6.12" | ||
10360 | |||
10361 | CVE_STATUS[CVE-2024-50161] = "fixed-version: Fixed from version 6.12" | ||
10362 | |||
10363 | CVE_STATUS[CVE-2024-50162] = "fixed-version: Fixed from version 6.12" | ||
10364 | |||
10365 | CVE_STATUS[CVE-2024-50163] = "fixed-version: Fixed from version 6.12" | ||
10366 | |||
10367 | CVE_STATUS[CVE-2024-50164] = "fixed-version: Fixed from version 6.12" | ||
10368 | |||
10369 | CVE_STATUS[CVE-2024-50165] = "fixed-version: Fixed from version 6.12" | ||
10370 | |||
10371 | CVE_STATUS[CVE-2024-50166] = "fixed-version: Fixed from version 6.12" | ||
10372 | |||
10373 | CVE_STATUS[CVE-2024-50167] = "fixed-version: Fixed from version 6.12" | ||
10374 | |||
10375 | CVE_STATUS[CVE-2024-50168] = "fixed-version: Fixed from version 6.12" | ||
10376 | |||
10377 | CVE_STATUS[CVE-2024-50169] = "fixed-version: Fixed from version 6.12" | ||
10378 | |||
10379 | CVE_STATUS[CVE-2024-50170] = "fixed-version: Fixed from version 6.12" | ||
10380 | |||
10381 | CVE_STATUS[CVE-2024-50171] = "fixed-version: Fixed from version 6.12" | ||
10382 | |||
10383 | CVE_STATUS[CVE-2024-50172] = "fixed-version: Fixed from version 6.12" | ||
10384 | |||
10385 | CVE_STATUS[CVE-2024-50173] = "fixed-version: Fixed from version 6.12" | ||
10386 | |||
10387 | CVE_STATUS[CVE-2024-50174] = "fixed-version: Fixed from version 6.12" | ||
10388 | |||
10389 | CVE_STATUS[CVE-2024-50175] = "fixed-version: Fixed from version 6.12" | ||
10390 | |||
10391 | CVE_STATUS[CVE-2024-50176] = "fixed-version: Fixed from version 6.12" | ||
10392 | |||
10393 | CVE_STATUS[CVE-2024-50177] = "fixed-version: Fixed from version 6.12" | ||
10394 | |||
10395 | CVE_STATUS[CVE-2024-50178] = "fixed-version: Fixed from version 6.12" | ||
10396 | |||
10397 | CVE_STATUS[CVE-2024-50179] = "fixed-version: Fixed from version 6.12" | ||
10398 | |||
10399 | CVE_STATUS[CVE-2024-50180] = "fixed-version: Fixed from version 6.12" | ||
10400 | |||
10401 | CVE_STATUS[CVE-2024-50182] = "fixed-version: Fixed from version 6.12" | ||
10402 | |||
10403 | CVE_STATUS[CVE-2024-50183] = "fixed-version: Fixed from version 6.12" | ||
10404 | |||
10405 | CVE_STATUS[CVE-2024-50184] = "fixed-version: Fixed from version 6.12" | ||
10406 | |||
10407 | CVE_STATUS[CVE-2024-50185] = "fixed-version: Fixed from version 6.12" | ||
10408 | |||
10409 | CVE_STATUS[CVE-2024-50186] = "fixed-version: Fixed from version 6.12" | ||
10410 | |||
10411 | CVE_STATUS[CVE-2024-50187] = "fixed-version: Fixed from version 6.12" | ||
10412 | |||
10413 | CVE_STATUS[CVE-2024-50188] = "fixed-version: Fixed from version 6.12" | ||
10414 | |||
10415 | CVE_STATUS[CVE-2024-50189] = "fixed-version: Fixed from version 6.12" | ||
10416 | |||
10417 | CVE_STATUS[CVE-2024-50190] = "fixed-version: Fixed from version 6.12" | ||
10418 | |||
10419 | CVE_STATUS[CVE-2024-50191] = "fixed-version: Fixed from version 6.12" | ||
10420 | |||
10421 | CVE_STATUS[CVE-2024-50192] = "fixed-version: Fixed from version 6.12" | ||
10422 | |||
10423 | CVE_STATUS[CVE-2024-50193] = "fixed-version: Fixed from version 6.12" | ||
10424 | |||
10425 | CVE_STATUS[CVE-2024-50194] = "fixed-version: Fixed from version 6.12" | ||
10426 | |||
10427 | CVE_STATUS[CVE-2024-50195] = "fixed-version: Fixed from version 6.12" | ||
10428 | |||
10429 | CVE_STATUS[CVE-2024-50196] = "fixed-version: Fixed from version 6.12" | ||
10430 | |||
10431 | CVE_STATUS[CVE-2024-50197] = "fixed-version: Fixed from version 6.12" | ||
10432 | |||
10433 | CVE_STATUS[CVE-2024-50198] = "fixed-version: Fixed from version 6.12" | ||
10434 | |||
10435 | CVE_STATUS[CVE-2024-50199] = "fixed-version: Fixed from version 6.12" | ||
10436 | |||
10437 | CVE_STATUS[CVE-2024-50200] = "fixed-version: Fixed from version 6.12" | ||
10438 | |||
10439 | CVE_STATUS[CVE-2024-50201] = "fixed-version: Fixed from version 6.12" | ||
10440 | |||
10441 | CVE_STATUS[CVE-2024-50202] = "fixed-version: Fixed from version 6.12" | ||
10442 | |||
10443 | CVE_STATUS[CVE-2024-50203] = "fixed-version: Fixed from version 6.12" | ||
10444 | |||
10445 | CVE_STATUS[CVE-2024-50204] = "fixed-version: Fixed from version 6.12" | ||
10446 | |||
10447 | CVE_STATUS[CVE-2024-50205] = "fixed-version: Fixed from version 6.12" | ||
10448 | |||
10449 | CVE_STATUS[CVE-2024-50206] = "fixed-version: Fixed from version 6.12" | ||
10450 | |||
10451 | CVE_STATUS[CVE-2024-50207] = "fixed-version: Fixed from version 6.12" | ||
10452 | |||
10453 | CVE_STATUS[CVE-2024-50208] = "fixed-version: Fixed from version 6.12" | ||
10454 | |||
10455 | CVE_STATUS[CVE-2024-50209] = "fixed-version: Fixed from version 6.12" | ||
10456 | |||
10457 | CVE_STATUS[CVE-2024-50210] = "fixed-version: Fixed from version 6.11.6" | ||
10458 | |||
10459 | CVE_STATUS[CVE-2024-50211] = "fixed-version: Fixed from version 6.12" | ||
10460 | |||
10461 | CVE_STATUS[CVE-2024-50212] = "fixed-version: Fixed from version 6.12" | ||
10462 | |||
10463 | CVE_STATUS[CVE-2024-50213] = "fixed-version: Fixed from version 6.12" | ||
10464 | |||
10465 | CVE_STATUS[CVE-2024-50214] = "fixed-version: Fixed from version 6.12" | ||
10466 | |||
10467 | CVE_STATUS[CVE-2024-50215] = "fixed-version: Fixed from version 6.12" | ||
10468 | |||
10469 | CVE_STATUS[CVE-2024-50216] = "fixed-version: Fixed from version 6.12" | ||
10470 | |||
10471 | CVE_STATUS[CVE-2024-50217] = "fixed-version: Fixed from version 6.12" | ||
10472 | |||
10473 | CVE_STATUS[CVE-2024-50218] = "fixed-version: Fixed from version 6.12" | ||
10474 | |||
10475 | CVE_STATUS[CVE-2024-50220] = "fixed-version: Fixed from version 6.12" | ||
10476 | |||
10477 | CVE_STATUS[CVE-2024-50221] = "fixed-version: Fixed from version 6.12" | ||
10478 | |||
10479 | CVE_STATUS[CVE-2024-50222] = "fixed-version: Fixed from version 6.12" | ||
10480 | |||
10481 | CVE_STATUS[CVE-2024-50223] = "fixed-version: Fixed from version 6.12" | ||
10482 | |||
10483 | CVE_STATUS[CVE-2024-50224] = "fixed-version: Fixed from version 6.12" | ||
10484 | |||
10485 | CVE_STATUS[CVE-2024-50225] = "fixed-version: Fixed from version 6.12" | ||
10486 | |||
10487 | CVE_STATUS[CVE-2024-50226] = "fixed-version: Fixed from version 6.12" | ||
10488 | |||
10489 | CVE_STATUS[CVE-2024-50227] = "fixed-version: Fixed from version 6.12" | ||
10490 | |||
10491 | CVE_STATUS[CVE-2024-50229] = "fixed-version: Fixed from version 6.12" | ||
10492 | |||
10493 | CVE_STATUS[CVE-2024-50230] = "fixed-version: Fixed from version 6.12" | ||
10494 | |||
10495 | CVE_STATUS[CVE-2024-50231] = "fixed-version: Fixed from version 6.12" | ||
10496 | |||
10497 | CVE_STATUS[CVE-2024-50232] = "fixed-version: Fixed from version 6.12" | ||
10498 | |||
10499 | CVE_STATUS[CVE-2024-50233] = "fixed-version: Fixed from version 6.12" | ||
10500 | |||
10501 | CVE_STATUS[CVE-2024-50234] = "fixed-version: Fixed from version 6.12" | ||
10502 | |||
10503 | CVE_STATUS[CVE-2024-50235] = "fixed-version: Fixed from version 6.12" | ||
10504 | |||
10505 | CVE_STATUS[CVE-2024-50236] = "fixed-version: Fixed from version 6.12" | ||
10506 | |||
10507 | CVE_STATUS[CVE-2024-50237] = "fixed-version: Fixed from version 6.12" | ||
10508 | |||
10509 | CVE_STATUS[CVE-2024-50238] = "fixed-version: Fixed from version 6.12" | ||
10510 | |||
10511 | CVE_STATUS[CVE-2024-50239] = "fixed-version: Fixed from version 6.12" | ||
10512 | |||
10513 | CVE_STATUS[CVE-2024-50240] = "fixed-version: Fixed from version 6.12" | ||
10514 | |||
10515 | CVE_STATUS[CVE-2024-50241] = "fixed-version: Fixed from version 6.11.7" | ||
10516 | |||
10517 | CVE_STATUS[CVE-2024-50242] = "fixed-version: Fixed from version 6.12" | ||
10518 | |||
10519 | CVE_STATUS[CVE-2024-50243] = "fixed-version: Fixed from version 6.12" | ||
10520 | |||
10521 | CVE_STATUS[CVE-2024-50244] = "fixed-version: Fixed from version 6.12" | ||
10522 | |||
10523 | CVE_STATUS[CVE-2024-50245] = "fixed-version: Fixed from version 6.12" | ||
10524 | |||
10525 | CVE_STATUS[CVE-2024-50246] = "fixed-version: Fixed from version 6.12" | ||
10526 | |||
10527 | CVE_STATUS[CVE-2024-50247] = "fixed-version: Fixed from version 6.12" | ||
10528 | |||
10529 | CVE_STATUS[CVE-2024-50248] = "fixed-version: Fixed from version 6.12" | ||
10530 | |||
10531 | CVE_STATUS[CVE-2024-50249] = "fixed-version: Fixed from version 6.11.7" | ||
10532 | |||
10533 | CVE_STATUS[CVE-2024-50250] = "fixed-version: Fixed from version 6.12" | ||
10534 | |||
10535 | CVE_STATUS[CVE-2024-50251] = "fixed-version: Fixed from version 6.12" | ||
10536 | |||
10537 | CVE_STATUS[CVE-2024-50252] = "fixed-version: Fixed from version 6.12" | ||
10538 | |||
10539 | CVE_STATUS[CVE-2024-50253] = "fixed-version: Fixed from version 6.12" | ||
10540 | |||
10541 | CVE_STATUS[CVE-2024-50254] = "fixed-version: Fixed from version 6.12" | ||
10542 | |||
10543 | CVE_STATUS[CVE-2024-50255] = "fixed-version: Fixed from version 6.12" | ||
10544 | |||
10545 | CVE_STATUS[CVE-2024-50256] = "fixed-version: Fixed from version 6.12" | ||
10546 | |||
10547 | CVE_STATUS[CVE-2024-50257] = "fixed-version: Fixed from version 6.12" | ||
10548 | |||
10549 | CVE_STATUS[CVE-2024-50258] = "fixed-version: Fixed from version 6.12" | ||
10550 | |||
10551 | CVE_STATUS[CVE-2024-50259] = "fixed-version: Fixed from version 6.12" | ||
10552 | |||
10553 | CVE_STATUS[CVE-2024-50260] = "fixed-version: Fixed from version 6.12" | ||
10554 | |||
10555 | CVE_STATUS[CVE-2024-50261] = "fixed-version: Fixed from version 6.12" | ||
10556 | |||
10557 | CVE_STATUS[CVE-2024-50262] = "fixed-version: Fixed from version 6.12" | ||
10558 | |||
10559 | CVE_STATUS[CVE-2024-50263] = "fixed-version: Fixed from version 6.12" | ||
10560 | |||
10561 | CVE_STATUS[CVE-2024-50264] = "fixed-version: Fixed from version 6.12" | ||
10562 | |||
10563 | CVE_STATUS[CVE-2024-50265] = "fixed-version: Fixed from version 6.12" | ||
10564 | |||
10565 | CVE_STATUS[CVE-2024-50266] = "fixed-version: Fixed from version 6.12" | ||
10566 | |||
10567 | CVE_STATUS[CVE-2024-50267] = "fixed-version: Fixed from version 6.12" | ||
10568 | |||
10569 | CVE_STATUS[CVE-2024-50268] = "fixed-version: Fixed from version 6.12" | ||
10570 | |||
10571 | CVE_STATUS[CVE-2024-50269] = "fixed-version: Fixed from version 6.12" | ||
10572 | |||
10573 | CVE_STATUS[CVE-2024-50270] = "fixed-version: Fixed from version 6.12" | ||
10574 | |||
10575 | CVE_STATUS[CVE-2024-50271] = "fixed-version: Fixed from version 6.12" | ||
10576 | |||
10577 | CVE_STATUS[CVE-2024-50272] = "fixed-version: Fixed from version 6.12" | ||
10578 | |||
10579 | CVE_STATUS[CVE-2024-50273] = "fixed-version: Fixed from version 6.12" | ||
10580 | |||
10581 | CVE_STATUS[CVE-2024-50274] = "fixed-version: Fixed from version 6.12" | ||
10582 | |||
10583 | CVE_STATUS[CVE-2024-50275] = "fixed-version: Fixed from version 6.12" | ||
10584 | |||
10585 | CVE_STATUS[CVE-2024-50276] = "fixed-version: Fixed from version 6.12" | ||
10586 | |||
10587 | CVE_STATUS[CVE-2024-50277] = "fixed-version: Fixed from version 6.12" | ||
10588 | |||
10589 | CVE_STATUS[CVE-2024-50278] = "fixed-version: Fixed from version 6.12" | ||
10590 | |||
10591 | CVE_STATUS[CVE-2024-50279] = "fixed-version: Fixed from version 6.12" | ||
10592 | |||
10593 | CVE_STATUS[CVE-2024-50280] = "fixed-version: Fixed from version 6.12" | ||
10594 | |||
10595 | CVE_STATUS[CVE-2024-50281] = "fixed-version: Fixed from version 6.12" | ||
10596 | |||
10597 | CVE_STATUS[CVE-2024-50282] = "fixed-version: Fixed from version 6.12" | ||
10598 | |||
10599 | CVE_STATUS[CVE-2024-50283] = "fixed-version: Fixed from version 6.12" | ||
10600 | |||
10601 | CVE_STATUS[CVE-2024-50284] = "fixed-version: Fixed from version 6.12" | ||
10602 | |||
10603 | CVE_STATUS[CVE-2024-50285] = "fixed-version: Fixed from version 6.12" | ||
10604 | |||
10605 | CVE_STATUS[CVE-2024-50286] = "fixed-version: Fixed from version 6.12" | ||
10606 | |||
10607 | CVE_STATUS[CVE-2024-50287] = "fixed-version: Fixed from version 6.12" | ||
10608 | |||
10609 | CVE_STATUS[CVE-2024-50288] = "fixed-version: Fixed from version 6.12" | ||
10610 | |||
10611 | CVE_STATUS[CVE-2024-50289] = "fixed-version: Fixed from version 6.12" | ||
10612 | |||
10613 | CVE_STATUS[CVE-2024-50290] = "fixed-version: Fixed from version 6.12" | ||
10614 | |||
10615 | CVE_STATUS[CVE-2024-50291] = "fixed-version: Fixed from version 6.12" | ||
10616 | |||
10617 | CVE_STATUS[CVE-2024-50292] = "fixed-version: Fixed from version 6.12" | ||
10618 | |||
10619 | CVE_STATUS[CVE-2024-50293] = "fixed-version: Fixed from version 6.12" | ||
10620 | |||
10621 | CVE_STATUS[CVE-2024-50294] = "fixed-version: Fixed from version 6.12" | ||
10622 | |||
10623 | CVE_STATUS[CVE-2024-50295] = "fixed-version: Fixed from version 6.12" | ||
10624 | |||
10625 | CVE_STATUS[CVE-2024-50296] = "fixed-version: Fixed from version 6.12" | ||
10626 | |||
10627 | CVE_STATUS[CVE-2024-50297] = "fixed-version: Fixed from version 6.12" | ||
10628 | |||
10629 | CVE_STATUS[CVE-2024-50298] = "fixed-version: Fixed from version 6.12" | ||
10630 | |||
10631 | CVE_STATUS[CVE-2024-50299] = "fixed-version: Fixed from version 6.12" | ||
10632 | |||
10633 | CVE_STATUS[CVE-2024-50300] = "fixed-version: Fixed from version 6.12" | ||
10634 | |||
10635 | CVE_STATUS[CVE-2024-50301] = "fixed-version: Fixed from version 6.12" | ||
10636 | |||
10637 | CVE_STATUS[CVE-2024-50302] = "fixed-version: Fixed from version 6.12" | ||
10638 | |||
10639 | CVE_STATUS[CVE-2024-50303] = "fixed-version: Fixed from version 6.12" | ||
10640 | |||
10641 | CVE_STATUS[CVE-2024-50304] = "fixed-version: Fixed from version 6.12" | ||
10642 | |||
10643 | CVE_STATUS[CVE-2024-51729] = "cpe-stable-backport: Backported in 6.12.7" | ||
10644 | |||
10645 | CVE_STATUS[CVE-2024-52319] = "cpe-stable-backport: Backported in 6.12.7" | ||
10646 | |||
10647 | CVE_STATUS[CVE-2024-52332] = "cpe-stable-backport: Backported in 6.12.5" | ||
10648 | |||
10649 | CVE_STATUS[CVE-2024-52557] = "fixed-version: only affects 6.13 onwards" | ||
10650 | |||
10651 | CVE_STATUS[CVE-2024-52559] = "cpe-stable-backport: Backported in 6.12.16" | ||
10652 | |||
10653 | # CVE-2024-52560 needs backporting (fixed from 6.14) | ||
10654 | |||
10655 | CVE_STATUS[CVE-2024-53042] = "fixed-version: Fixed from version 6.12" | ||
10656 | |||
10657 | CVE_STATUS[CVE-2024-53043] = "fixed-version: Fixed from version 6.12" | ||
10658 | |||
10659 | CVE_STATUS[CVE-2024-53044] = "fixed-version: Fixed from version 6.12" | ||
10660 | |||
10661 | CVE_STATUS[CVE-2024-53045] = "fixed-version: Fixed from version 6.12" | ||
10662 | |||
10663 | CVE_STATUS[CVE-2024-53046] = "fixed-version: Fixed from version 6.12" | ||
10664 | |||
10665 | CVE_STATUS[CVE-2024-53047] = "fixed-version: Fixed from version 6.12" | ||
10666 | |||
10667 | CVE_STATUS[CVE-2024-53048] = "fixed-version: Fixed from version 6.12" | ||
10668 | |||
10669 | CVE_STATUS[CVE-2024-53049] = "fixed-version: Fixed from version 6.12" | ||
10670 | |||
10671 | CVE_STATUS[CVE-2024-53050] = "fixed-version: Fixed from version 6.12" | ||
10672 | |||
10673 | CVE_STATUS[CVE-2024-53051] = "fixed-version: Fixed from version 6.12" | ||
10674 | |||
10675 | CVE_STATUS[CVE-2024-53052] = "fixed-version: Fixed from version 6.12" | ||
10676 | |||
10677 | CVE_STATUS[CVE-2024-53053] = "fixed-version: Fixed from version 6.12" | ||
10678 | |||
10679 | CVE_STATUS[CVE-2024-53055] = "fixed-version: Fixed from version 6.12" | ||
10680 | |||
10681 | CVE_STATUS[CVE-2024-53056] = "fixed-version: Fixed from version 6.12" | ||
10682 | |||
10683 | CVE_STATUS[CVE-2024-53057] = "fixed-version: Fixed from version 6.12" | ||
10684 | |||
10685 | CVE_STATUS[CVE-2024-53058] = "fixed-version: Fixed from version 6.12" | ||
10686 | |||
10687 | CVE_STATUS[CVE-2024-53059] = "fixed-version: Fixed from version 6.12" | ||
10688 | |||
10689 | CVE_STATUS[CVE-2024-53060] = "fixed-version: Fixed from version 6.11.8" | ||
10690 | |||
10691 | CVE_STATUS[CVE-2024-53061] = "fixed-version: Fixed from version 6.12" | ||
10692 | |||
10693 | CVE_STATUS[CVE-2024-53062] = "fixed-version: Fixed from version 6.12" | ||
10694 | |||
10695 | CVE_STATUS[CVE-2024-53063] = "fixed-version: Fixed from version 6.12" | ||
10696 | |||
10697 | CVE_STATUS[CVE-2024-53064] = "fixed-version: Fixed from version 6.12" | ||
10698 | |||
10699 | CVE_STATUS[CVE-2024-53065] = "fixed-version: Fixed from version 6.12" | ||
10700 | |||
10701 | CVE_STATUS[CVE-2024-53066] = "fixed-version: Fixed from version 6.12" | ||
10702 | |||
10703 | CVE_STATUS[CVE-2024-53067] = "fixed-version: Fixed from version 6.12" | ||
10704 | |||
10705 | CVE_STATUS[CVE-2024-53068] = "fixed-version: Fixed from version 6.12" | ||
10706 | |||
10707 | CVE_STATUS[CVE-2024-53069] = "fixed-version: Fixed from version 6.12" | ||
10708 | |||
10709 | CVE_STATUS[CVE-2024-53070] = "fixed-version: Fixed from version 6.11.8" | ||
10710 | |||
10711 | CVE_STATUS[CVE-2024-53071] = "fixed-version: Fixed from version 6.12" | ||
10712 | |||
10713 | CVE_STATUS[CVE-2024-53072] = "fixed-version: Fixed from version 6.12" | ||
10714 | |||
10715 | CVE_STATUS[CVE-2024-53073] = "fixed-version: Fixed from version 6.11.7" | ||
10716 | |||
10717 | CVE_STATUS[CVE-2024-53074] = "fixed-version: Fixed from version 6.12" | ||
10718 | |||
10719 | CVE_STATUS[CVE-2024-53075] = "fixed-version: Fixed from version 6.12" | ||
10720 | |||
10721 | CVE_STATUS[CVE-2024-53076] = "fixed-version: Fixed from version 6.12" | ||
10722 | |||
10723 | CVE_STATUS[CVE-2024-53077] = "fixed-version: Fixed from version 6.12" | ||
10724 | |||
10725 | CVE_STATUS[CVE-2024-53078] = "fixed-version: Fixed from version 6.12" | ||
10726 | |||
10727 | CVE_STATUS[CVE-2024-53079] = "fixed-version: Fixed from version 6.12" | ||
10728 | |||
10729 | CVE_STATUS[CVE-2024-53080] = "fixed-version: Fixed from version 6.12" | ||
10730 | |||
10731 | CVE_STATUS[CVE-2024-53081] = "fixed-version: Fixed from version 6.12" | ||
10732 | |||
10733 | CVE_STATUS[CVE-2024-53082] = "fixed-version: Fixed from version 6.12" | ||
10734 | |||
10735 | CVE_STATUS[CVE-2024-53083] = "fixed-version: Fixed from version 6.12" | ||
10736 | |||
10737 | CVE_STATUS[CVE-2024-53084] = "fixed-version: Fixed from version 6.12" | ||
10738 | |||
10739 | CVE_STATUS[CVE-2024-53085] = "fixed-version: Fixed from version 6.12" | ||
10740 | |||
10741 | CVE_STATUS[CVE-2024-53086] = "fixed-version: Fixed from version 6.12" | ||
10742 | |||
10743 | CVE_STATUS[CVE-2024-53087] = "fixed-version: Fixed from version 6.12" | ||
10744 | |||
10745 | CVE_STATUS[CVE-2024-53088] = "fixed-version: Fixed from version 6.12" | ||
10746 | |||
10747 | CVE_STATUS[CVE-2024-53089] = "fixed-version: Fixed from version 6.12" | ||
10748 | |||
10749 | CVE_STATUS[CVE-2024-53090] = "fixed-version: Fixed from version 6.12" | ||
10750 | |||
10751 | CVE_STATUS[CVE-2024-53091] = "fixed-version: Fixed from version 6.12" | ||
10752 | |||
10753 | CVE_STATUS[CVE-2024-53092] = "fixed-version: Fixed from version 6.12" | ||
10754 | |||
10755 | CVE_STATUS[CVE-2024-53093] = "fixed-version: Fixed from version 6.12" | ||
10756 | |||
10757 | CVE_STATUS[CVE-2024-53094] = "fixed-version: Fixed from version 6.12" | ||
10758 | |||
10759 | CVE_STATUS[CVE-2024-53095] = "fixed-version: Fixed from version 6.12" | ||
10760 | |||
10761 | CVE_STATUS[CVE-2024-53096] = "fixed-version: Fixed from version 6.12" | ||
10762 | |||
10763 | CVE_STATUS[CVE-2024-53097] = "fixed-version: Fixed from version 6.11.9" | ||
10764 | |||
10765 | CVE_STATUS[CVE-2024-53098] = "fixed-version: Fixed from version 6.12" | ||
10766 | |||
10767 | CVE_STATUS[CVE-2024-53099] = "fixed-version: Fixed from version 6.12" | ||
10768 | |||
10769 | CVE_STATUS[CVE-2024-53100] = "fixed-version: Fixed from version 6.12" | ||
10770 | |||
10771 | CVE_STATUS[CVE-2024-53101] = "fixed-version: Fixed from version 6.12" | ||
10772 | |||
10773 | CVE_STATUS[CVE-2024-53103] = "cpe-stable-backport: Backported in 6.12.1" | ||
10774 | |||
10775 | CVE_STATUS[CVE-2024-53104] = "cpe-stable-backport: Backported in 6.12.1" | ||
10776 | |||
10777 | CVE_STATUS[CVE-2024-53105] = "fixed-version: Fixed from version 6.12" | ||
10778 | |||
10779 | CVE_STATUS[CVE-2024-53106] = "fixed-version: Fixed from version 6.12" | ||
10780 | |||
10781 | CVE_STATUS[CVE-2024-53107] = "fixed-version: Fixed from version 6.12" | ||
10782 | |||
10783 | CVE_STATUS[CVE-2024-53108] = "fixed-version: Fixed from version 6.12" | ||
10784 | |||
10785 | CVE_STATUS[CVE-2024-53109] = "fixed-version: Fixed from version 6.12" | ||
10786 | |||
10787 | CVE_STATUS[CVE-2024-53110] = "fixed-version: Fixed from version 6.12" | ||
10788 | |||
10789 | CVE_STATUS[CVE-2024-53111] = "fixed-version: Fixed from version 6.12" | ||
10790 | |||
10791 | CVE_STATUS[CVE-2024-53112] = "fixed-version: Fixed from version 6.12" | ||
10792 | |||
10793 | CVE_STATUS[CVE-2024-53113] = "fixed-version: Fixed from version 6.12" | ||
10794 | |||
10795 | CVE_STATUS[CVE-2024-53114] = "fixed-version: Fixed from version 6.12" | ||
10796 | |||
10797 | CVE_STATUS[CVE-2024-53115] = "fixed-version: Fixed from version 6.12" | ||
10798 | |||
10799 | CVE_STATUS[CVE-2024-53116] = "fixed-version: Fixed from version 6.12" | ||
10800 | |||
10801 | CVE_STATUS[CVE-2024-53117] = "fixed-version: Fixed from version 6.12" | ||
10802 | |||
10803 | CVE_STATUS[CVE-2024-53118] = "fixed-version: Fixed from version 6.12" | ||
10804 | |||
10805 | CVE_STATUS[CVE-2024-53119] = "fixed-version: Fixed from version 6.12" | ||
10806 | |||
10807 | CVE_STATUS[CVE-2024-53120] = "fixed-version: Fixed from version 6.12" | ||
10808 | |||
10809 | CVE_STATUS[CVE-2024-53121] = "fixed-version: Fixed from version 6.12" | ||
10810 | |||
10811 | CVE_STATUS[CVE-2024-53122] = "fixed-version: Fixed from version 6.12" | ||
10812 | |||
10813 | CVE_STATUS[CVE-2024-53123] = "fixed-version: Fixed from version 6.12" | ||
10814 | |||
10815 | CVE_STATUS[CVE-2024-53124] = "fixed-version: Fixed from version 6.12" | ||
10816 | |||
10817 | CVE_STATUS[CVE-2024-53125] = "fixed-version: Fixed from version 6.12" | ||
10818 | |||
10819 | CVE_STATUS[CVE-2024-53126] = "fixed-version: Fixed from version 6.12" | ||
10820 | |||
10821 | CVE_STATUS[CVE-2024-53127] = "fixed-version: Fixed from version 6.12" | ||
10822 | |||
10823 | CVE_STATUS[CVE-2024-53128] = "fixed-version: Fixed from version 6.12" | ||
10824 | |||
10825 | CVE_STATUS[CVE-2024-53129] = "fixed-version: Fixed from version 6.12" | ||
10826 | |||
10827 | CVE_STATUS[CVE-2024-53130] = "fixed-version: Fixed from version 6.12" | ||
10828 | |||
10829 | CVE_STATUS[CVE-2024-53131] = "fixed-version: Fixed from version 6.12" | ||
10830 | |||
10831 | CVE_STATUS[CVE-2024-53132] = "fixed-version: Fixed from version 6.12" | ||
10832 | |||
10833 | CVE_STATUS[CVE-2024-53133] = "fixed-version: Fixed from version 6.12" | ||
10834 | |||
10835 | CVE_STATUS[CVE-2024-53134] = "fixed-version: Fixed from version 6.12" | ||
10836 | |||
10837 | CVE_STATUS[CVE-2024-53135] = "fixed-version: Fixed from version 6.12" | ||
10838 | |||
10839 | CVE_STATUS[CVE-2024-53136] = "fixed-version: Fixed from version 6.11.10" | ||
10840 | |||
10841 | CVE_STATUS[CVE-2024-53137] = "fixed-version: Fixed from version 6.12" | ||
10842 | |||
10843 | CVE_STATUS[CVE-2024-53138] = "fixed-version: Fixed from version 6.12" | ||
10844 | |||
10845 | CVE_STATUS[CVE-2024-53139] = "fixed-version: Fixed from version 6.12" | ||
10846 | |||
10847 | CVE_STATUS[CVE-2024-53140] = "fixed-version: Fixed from version 6.12" | ||
10848 | |||
10849 | CVE_STATUS[CVE-2024-53141] = "cpe-stable-backport: Backported in 6.12.2" | ||
10850 | |||
10851 | CVE_STATUS[CVE-2024-53142] = "cpe-stable-backport: Backported in 6.12.2" | ||
10852 | |||
10853 | CVE_STATUS[CVE-2024-53143] = "cpe-stable-backport: Backported in 6.12.2" | ||
10854 | |||
10855 | CVE_STATUS[CVE-2024-53144] = "fixed-version: Fixed from version 6.12" | ||
10856 | |||
10857 | CVE_STATUS[CVE-2024-53145] = "cpe-stable-backport: Backported in 6.12.2" | ||
10858 | |||
10859 | CVE_STATUS[CVE-2024-53146] = "cpe-stable-backport: Backported in 6.12.2" | ||
10860 | |||
10861 | CVE_STATUS[CVE-2024-53147] = "cpe-stable-backport: Backported in 6.12.2" | ||
10862 | |||
10863 | CVE_STATUS[CVE-2024-53148] = "cpe-stable-backport: Backported in 6.12.2" | ||
10864 | |||
10865 | CVE_STATUS[CVE-2024-53149] = "cpe-stable-backport: Backported in 6.12.2" | ||
10866 | |||
10867 | CVE_STATUS[CVE-2024-53150] = "cpe-stable-backport: Backported in 6.12.2" | ||
10868 | |||
10869 | CVE_STATUS[CVE-2024-53151] = "cpe-stable-backport: Backported in 6.12.2" | ||
10870 | |||
10871 | CVE_STATUS[CVE-2024-53152] = "cpe-stable-backport: Backported in 6.12.2" | ||
10872 | |||
10873 | CVE_STATUS[CVE-2024-53153] = "cpe-stable-backport: Backported in 6.12.2" | ||
10874 | |||
10875 | CVE_STATUS[CVE-2024-53154] = "cpe-stable-backport: Backported in 6.12.2" | ||
10876 | |||
10877 | CVE_STATUS[CVE-2024-53155] = "cpe-stable-backport: Backported in 6.12.2" | ||
10878 | |||
10879 | CVE_STATUS[CVE-2024-53156] = "cpe-stable-backport: Backported in 6.12.2" | ||
10880 | |||
10881 | CVE_STATUS[CVE-2024-53157] = "cpe-stable-backport: Backported in 6.12.2" | ||
10882 | |||
10883 | CVE_STATUS[CVE-2024-53158] = "cpe-stable-backport: Backported in 6.12.2" | ||
10884 | |||
10885 | CVE_STATUS[CVE-2024-53160] = "cpe-stable-backport: Backported in 6.12.2" | ||
10886 | |||
10887 | CVE_STATUS[CVE-2024-53161] = "cpe-stable-backport: Backported in 6.12.2" | ||
10888 | |||
10889 | CVE_STATUS[CVE-2024-53162] = "cpe-stable-backport: Backported in 6.12.2" | ||
10890 | |||
10891 | CVE_STATUS[CVE-2024-53163] = "cpe-stable-backport: Backported in 6.12.2" | ||
10892 | |||
10893 | CVE_STATUS[CVE-2024-53164] = "cpe-stable-backport: Backported in 6.12.7" | ||
10894 | |||
10895 | CVE_STATUS[CVE-2024-53165] = "cpe-stable-backport: Backported in 6.12.2" | ||
10896 | |||
10897 | CVE_STATUS[CVE-2024-53166] = "cpe-stable-backport: Backported in 6.12.2" | ||
10898 | |||
10899 | CVE_STATUS[CVE-2024-53167] = "cpe-stable-backport: Backported in 6.12.2" | ||
10900 | |||
10901 | CVE_STATUS[CVE-2024-53168] = "cpe-stable-backport: Backported in 6.12.2" | ||
10902 | |||
10903 | CVE_STATUS[CVE-2024-53169] = "cpe-stable-backport: Backported in 6.12.2" | ||
10904 | |||
10905 | CVE_STATUS[CVE-2024-53170] = "cpe-stable-backport: Backported in 6.12.2" | ||
10906 | |||
10907 | CVE_STATUS[CVE-2024-53171] = "cpe-stable-backport: Backported in 6.12.2" | ||
10908 | |||
10909 | CVE_STATUS[CVE-2024-53172] = "cpe-stable-backport: Backported in 6.12.2" | ||
10910 | |||
10911 | CVE_STATUS[CVE-2024-53173] = "cpe-stable-backport: Backported in 6.12.2" | ||
10912 | |||
10913 | CVE_STATUS[CVE-2024-53174] = "cpe-stable-backport: Backported in 6.12.2" | ||
10914 | |||
10915 | CVE_STATUS[CVE-2024-53175] = "cpe-stable-backport: Backported in 6.12.2" | ||
10916 | |||
10917 | CVE_STATUS[CVE-2024-53176] = "cpe-stable-backport: Backported in 6.12.2" | ||
10918 | |||
10919 | CVE_STATUS[CVE-2024-53177] = "cpe-stable-backport: Backported in 6.12.2" | ||
10920 | |||
10921 | CVE_STATUS[CVE-2024-53178] = "cpe-stable-backport: Backported in 6.12.2" | ||
10922 | |||
10923 | CVE_STATUS[CVE-2024-53179] = "cpe-stable-backport: Backported in 6.12.2" | ||
10924 | |||
10925 | CVE_STATUS[CVE-2024-53180] = "cpe-stable-backport: Backported in 6.12.2" | ||
10926 | |||
10927 | CVE_STATUS[CVE-2024-53181] = "cpe-stable-backport: Backported in 6.12.2" | ||
10928 | |||
10929 | CVE_STATUS[CVE-2024-53182] = "cpe-stable-backport: Backported in 6.12.2" | ||
10930 | |||
10931 | CVE_STATUS[CVE-2024-53183] = "cpe-stable-backport: Backported in 6.12.2" | ||
10932 | |||
10933 | CVE_STATUS[CVE-2024-53184] = "cpe-stable-backport: Backported in 6.12.2" | ||
10934 | |||
10935 | CVE_STATUS[CVE-2024-53185] = "cpe-stable-backport: Backported in 6.12.2" | ||
10936 | |||
10937 | CVE_STATUS[CVE-2024-53186] = "cpe-stable-backport: Backported in 6.12.2" | ||
10938 | |||
10939 | CVE_STATUS[CVE-2024-53187] = "cpe-stable-backport: Backported in 6.12.2" | ||
10940 | |||
10941 | CVE_STATUS[CVE-2024-53188] = "cpe-stable-backport: Backported in 6.12.2" | ||
10942 | |||
10943 | CVE_STATUS[CVE-2024-53189] = "cpe-stable-backport: Backported in 6.12.2" | ||
10944 | |||
10945 | CVE_STATUS[CVE-2024-53190] = "cpe-stable-backport: Backported in 6.12.2" | ||
10946 | |||
10947 | CVE_STATUS[CVE-2024-53191] = "cpe-stable-backport: Backported in 6.12.2" | ||
10948 | |||
10949 | CVE_STATUS[CVE-2024-53192] = "cpe-stable-backport: Backported in 6.12.2" | ||
10950 | |||
10951 | CVE_STATUS[CVE-2024-53193] = "cpe-stable-backport: Backported in 6.12.2" | ||
10952 | |||
10953 | CVE_STATUS[CVE-2024-53194] = "cpe-stable-backport: Backported in 6.12.2" | ||
10954 | |||
10955 | CVE_STATUS[CVE-2024-53195] = "cpe-stable-backport: Backported in 6.12.2" | ||
10956 | |||
10957 | CVE_STATUS[CVE-2024-53196] = "cpe-stable-backport: Backported in 6.12.2" | ||
10958 | |||
10959 | CVE_STATUS[CVE-2024-53197] = "cpe-stable-backport: Backported in 6.12.2" | ||
10960 | |||
10961 | CVE_STATUS[CVE-2024-53198] = "cpe-stable-backport: Backported in 6.12.2" | ||
10962 | |||
10963 | CVE_STATUS[CVE-2024-53199] = "cpe-stable-backport: Backported in 6.12.2" | ||
10964 | |||
10965 | CVE_STATUS[CVE-2024-53200] = "cpe-stable-backport: Backported in 6.12.2" | ||
10966 | |||
10967 | CVE_STATUS[CVE-2024-53201] = "cpe-stable-backport: Backported in 6.12.2" | ||
10968 | |||
10969 | CVE_STATUS[CVE-2024-53202] = "cpe-stable-backport: Backported in 6.12.2" | ||
10970 | |||
10971 | CVE_STATUS[CVE-2024-53203] = "cpe-stable-backport: Backported in 6.12.2" | ||
10972 | |||
10973 | CVE_STATUS[CVE-2024-53204] = "cpe-stable-backport: Backported in 6.12.2" | ||
10974 | |||
10975 | CVE_STATUS[CVE-2024-53205] = "cpe-stable-backport: Backported in 6.12.2" | ||
10976 | |||
10977 | CVE_STATUS[CVE-2024-53206] = "cpe-stable-backport: Backported in 6.12.2" | ||
10978 | |||
10979 | CVE_STATUS[CVE-2024-53207] = "cpe-stable-backport: Backported in 6.12.2" | ||
10980 | |||
10981 | CVE_STATUS[CVE-2024-53208] = "cpe-stable-backport: Backported in 6.12.2" | ||
10982 | |||
10983 | CVE_STATUS[CVE-2024-53209] = "cpe-stable-backport: Backported in 6.12.2" | ||
10984 | |||
10985 | CVE_STATUS[CVE-2024-53210] = "cpe-stable-backport: Backported in 6.12.2" | ||
10986 | |||
10987 | CVE_STATUS[CVE-2024-53211] = "cpe-stable-backport: Backported in 6.12.2" | ||
10988 | |||
10989 | CVE_STATUS[CVE-2024-53212] = "cpe-stable-backport: Backported in 6.12.2" | ||
10990 | |||
10991 | CVE_STATUS[CVE-2024-53213] = "cpe-stable-backport: Backported in 6.12.2" | ||
10992 | |||
10993 | CVE_STATUS[CVE-2024-53214] = "cpe-stable-backport: Backported in 6.12.2" | ||
10994 | |||
10995 | CVE_STATUS[CVE-2024-53215] = "cpe-stable-backport: Backported in 6.12.2" | ||
10996 | |||
10997 | CVE_STATUS[CVE-2024-53216] = "cpe-stable-backport: Backported in 6.12.2" | ||
10998 | |||
10999 | CVE_STATUS[CVE-2024-53217] = "cpe-stable-backport: Backported in 6.12.2" | ||
11000 | |||
11001 | CVE_STATUS[CVE-2024-53218] = "cpe-stable-backport: Backported in 6.12.2" | ||
11002 | |||
11003 | CVE_STATUS[CVE-2024-53219] = "cpe-stable-backport: Backported in 6.12.2" | ||
11004 | |||
11005 | CVE_STATUS[CVE-2024-53220] = "cpe-stable-backport: Backported in 6.12.2" | ||
11006 | |||
11007 | CVE_STATUS[CVE-2024-53221] = "cpe-stable-backport: Backported in 6.12.2" | ||
11008 | |||
11009 | CVE_STATUS[CVE-2024-53222] = "cpe-stable-backport: Backported in 6.12.2" | ||
11010 | |||
11011 | CVE_STATUS[CVE-2024-53223] = "cpe-stable-backport: Backported in 6.12.2" | ||
11012 | |||
11013 | CVE_STATUS[CVE-2024-53224] = "cpe-stable-backport: Backported in 6.12.2" | ||
11014 | |||
11015 | CVE_STATUS[CVE-2024-53225] = "cpe-stable-backport: Backported in 6.12.2" | ||
11016 | |||
11017 | CVE_STATUS[CVE-2024-53226] = "cpe-stable-backport: Backported in 6.12.2" | ||
11018 | |||
11019 | CVE_STATUS[CVE-2024-53227] = "cpe-stable-backport: Backported in 6.12.2" | ||
11020 | |||
11021 | CVE_STATUS[CVE-2024-53228] = "cpe-stable-backport: Backported in 6.12.2" | ||
11022 | |||
11023 | CVE_STATUS[CVE-2024-53229] = "cpe-stable-backport: Backported in 6.12.2" | ||
11024 | |||
11025 | CVE_STATUS[CVE-2024-53230] = "cpe-stable-backport: Backported in 6.12.2" | ||
11026 | |||
11027 | CVE_STATUS[CVE-2024-53231] = "cpe-stable-backport: Backported in 6.12.2" | ||
11028 | |||
11029 | CVE_STATUS[CVE-2024-53232] = "cpe-stable-backport: Backported in 6.12.2" | ||
11030 | |||
11031 | CVE_STATUS[CVE-2024-53233] = "cpe-stable-backport: Backported in 6.12.2" | ||
11032 | |||
11033 | CVE_STATUS[CVE-2024-53234] = "cpe-stable-backport: Backported in 6.12.2" | ||
11034 | |||
11035 | CVE_STATUS[CVE-2024-53235] = "cpe-stable-backport: Backported in 6.12.2" | ||
11036 | |||
11037 | CVE_STATUS[CVE-2024-53236] = "cpe-stable-backport: Backported in 6.12.2" | ||
11038 | |||
11039 | CVE_STATUS[CVE-2024-53237] = "cpe-stable-backport: Backported in 6.12.2" | ||
11040 | |||
11041 | CVE_STATUS[CVE-2024-53238] = "cpe-stable-backport: Backported in 6.12.2" | ||
11042 | |||
11043 | CVE_STATUS[CVE-2024-53239] = "cpe-stable-backport: Backported in 6.12.2" | ||
11044 | |||
11045 | CVE_STATUS[CVE-2024-53240] = "cpe-stable-backport: Backported in 6.12.6" | ||
11046 | |||
11047 | CVE_STATUS[CVE-2024-53241] = "cpe-stable-backport: Backported in 6.12.6" | ||
11048 | |||
11049 | CVE_STATUS[CVE-2024-53680] = "cpe-stable-backport: Backported in 6.12.5" | ||
11050 | |||
11051 | CVE_STATUS[CVE-2024-53681] = "cpe-stable-backport: Backported in 6.12.9" | ||
11052 | |||
11053 | CVE_STATUS[CVE-2024-53682] = "cpe-stable-backport: Backported in 6.12.6" | ||
11054 | |||
11055 | CVE_STATUS[CVE-2024-53685] = "cpe-stable-backport: Backported in 6.12.7" | ||
11056 | |||
11057 | CVE_STATUS[CVE-2024-53687] = "cpe-stable-backport: Backported in 6.12.6" | ||
11058 | |||
11059 | CVE_STATUS[CVE-2024-53690] = "cpe-stable-backport: Backported in 6.12.7" | ||
11060 | |||
11061 | CVE_STATUS[CVE-2024-54031] = "fixed-version: Fixed from version 6.12.9" | ||
11062 | |||
11063 | CVE_STATUS[CVE-2024-54191] = "fixed-version: Fixed from version 6.12.6" | ||
11064 | |||
11065 | CVE_STATUS[CVE-2024-54193] = "cpe-stable-backport: Backported in 6.12.7" | ||
11066 | |||
11067 | CVE_STATUS[CVE-2024-54455] = "cpe-stable-backport: Backported in 6.12.7" | ||
11068 | |||
11069 | CVE_STATUS[CVE-2024-54456] = "cpe-stable-backport: Backported in 6.12.16" | ||
11070 | |||
11071 | CVE_STATUS[CVE-2024-54458] = "cpe-stable-backport: Backported in 6.12.16" | ||
11072 | |||
11073 | CVE_STATUS[CVE-2024-54460] = "cpe-stable-backport: Backported in 6.12.6" | ||
11074 | |||
11075 | CVE_STATUS[CVE-2024-54683] = "cpe-stable-backport: Backported in 6.12.6" | ||
11076 | |||
11077 | CVE_STATUS[CVE-2024-55639] = "cpe-stable-backport: Backported in 6.12.6" | ||
11078 | |||
11079 | CVE_STATUS[CVE-2024-55641] = "cpe-stable-backport: Backported in 6.12.6" | ||
11080 | |||
11081 | CVE_STATUS[CVE-2024-55642] = "cpe-stable-backport: Backported in 6.12.6" | ||
11082 | |||
11083 | CVE_STATUS[CVE-2024-55881] = "cpe-stable-backport: Backported in 6.12.7" | ||
11084 | |||
11085 | CVE_STATUS[CVE-2024-55916] = "cpe-stable-backport: Backported in 6.12.7" | ||
11086 | |||
11087 | CVE_STATUS[CVE-2024-56368] = "cpe-stable-backport: Backported in 6.12.7" | ||
11088 | |||
11089 | CVE_STATUS[CVE-2024-56369] = "cpe-stable-backport: Backported in 6.12.7" | ||
11090 | |||
11091 | CVE_STATUS[CVE-2024-56372] = "cpe-stable-backport: Backported in 6.12.7" | ||
11092 | |||
11093 | CVE_STATUS[CVE-2024-56531] = "cpe-stable-backport: Backported in 6.12.2" | ||
11094 | |||
11095 | CVE_STATUS[CVE-2024-56532] = "cpe-stable-backport: Backported in 6.12.2" | ||
11096 | |||
11097 | CVE_STATUS[CVE-2024-56533] = "cpe-stable-backport: Backported in 6.12.2" | ||
11098 | |||
11099 | CVE_STATUS[CVE-2024-56534] = "cpe-stable-backport: Backported in 6.12.2" | ||
11100 | |||
11101 | CVE_STATUS[CVE-2024-56535] = "cpe-stable-backport: Backported in 6.12.2" | ||
11102 | |||
11103 | CVE_STATUS[CVE-2024-56536] = "cpe-stable-backport: Backported in 6.12.2" | ||
11104 | |||
11105 | CVE_STATUS[CVE-2024-56537] = "cpe-stable-backport: Backported in 6.12.2" | ||
11106 | |||
11107 | CVE_STATUS[CVE-2024-56538] = "cpe-stable-backport: Backported in 6.12.2" | ||
11108 | |||
11109 | CVE_STATUS[CVE-2024-56539] = "cpe-stable-backport: Backported in 6.12.2" | ||
11110 | |||
11111 | CVE_STATUS[CVE-2024-56540] = "cpe-stable-backport: Backported in 6.12.2" | ||
11112 | |||
11113 | CVE_STATUS[CVE-2024-56541] = "cpe-stable-backport: Backported in 6.12.2" | ||
11114 | |||
11115 | CVE_STATUS[CVE-2024-56542] = "cpe-stable-backport: Backported in 6.12.2" | ||
11116 | |||
11117 | CVE_STATUS[CVE-2024-56543] = "cpe-stable-backport: Backported in 6.12.2" | ||
11118 | |||
11119 | CVE_STATUS[CVE-2024-56544] = "cpe-stable-backport: Backported in 6.12.2" | ||
11120 | |||
11121 | CVE_STATUS[CVE-2024-56545] = "cpe-stable-backport: Backported in 6.12.2" | ||
11122 | |||
11123 | CVE_STATUS[CVE-2024-56546] = "cpe-stable-backport: Backported in 6.12.2" | ||
11124 | |||
11125 | CVE_STATUS[CVE-2024-56547] = "cpe-stable-backport: Backported in 6.12.2" | ||
11126 | |||
11127 | CVE_STATUS[CVE-2024-56548] = "cpe-stable-backport: Backported in 6.12.2" | ||
11128 | |||
11129 | CVE_STATUS[CVE-2024-56549] = "cpe-stable-backport: Backported in 6.12.2" | ||
11130 | |||
11131 | CVE_STATUS[CVE-2024-56550] = "cpe-stable-backport: Backported in 6.12.4" | ||
11132 | |||
11133 | CVE_STATUS[CVE-2024-56551] = "cpe-stable-backport: Backported in 6.12.4" | ||
11134 | |||
11135 | CVE_STATUS[CVE-2024-56552] = "cpe-stable-backport: Backported in 6.12.4" | ||
11136 | |||
11137 | CVE_STATUS[CVE-2024-56553] = "cpe-stable-backport: Backported in 6.12.4" | ||
11138 | |||
11139 | CVE_STATUS[CVE-2024-56554] = "cpe-stable-backport: Backported in 6.12.4" | ||
11140 | |||
11141 | CVE_STATUS[CVE-2024-56555] = "cpe-stable-backport: Backported in 6.12.4" | ||
11142 | |||
11143 | CVE_STATUS[CVE-2024-56556] = "cpe-stable-backport: Backported in 6.12.4" | ||
11144 | |||
11145 | CVE_STATUS[CVE-2024-56557] = "cpe-stable-backport: Backported in 6.12.4" | ||
11146 | |||
11147 | CVE_STATUS[CVE-2024-56558] = "cpe-stable-backport: Backported in 6.12.4" | ||
11148 | |||
11149 | CVE_STATUS[CVE-2024-56559] = "cpe-stable-backport: Backported in 6.12.4" | ||
11150 | |||
11151 | CVE_STATUS[CVE-2024-56560] = "cpe-stable-backport: Backported in 6.12.4" | ||
11152 | |||
11153 | CVE_STATUS[CVE-2024-56561] = "cpe-stable-backport: Backported in 6.12.4" | ||
11154 | |||
11155 | CVE_STATUS[CVE-2024-56562] = "cpe-stable-backport: Backported in 6.12.4" | ||
11156 | |||
11157 | CVE_STATUS[CVE-2024-56563] = "cpe-stable-backport: Backported in 6.12.4" | ||
11158 | |||
11159 | CVE_STATUS[CVE-2024-56564] = "cpe-stable-backport: Backported in 6.12.4" | ||
11160 | |||
11161 | CVE_STATUS[CVE-2024-56565] = "cpe-stable-backport: Backported in 6.12.4" | ||
11162 | |||
11163 | CVE_STATUS[CVE-2024-56566] = "cpe-stable-backport: Backported in 6.12.4" | ||
11164 | |||
11165 | CVE_STATUS[CVE-2024-56567] = "cpe-stable-backport: Backported in 6.12.4" | ||
11166 | |||
11167 | CVE_STATUS[CVE-2024-56568] = "cpe-stable-backport: Backported in 6.12.4" | ||
11168 | |||
11169 | CVE_STATUS[CVE-2024-56569] = "cpe-stable-backport: Backported in 6.12.4" | ||
11170 | |||
11171 | CVE_STATUS[CVE-2024-56570] = "cpe-stable-backport: Backported in 6.12.4" | ||
11172 | |||
11173 | CVE_STATUS[CVE-2024-56572] = "cpe-stable-backport: Backported in 6.12.4" | ||
11174 | |||
11175 | CVE_STATUS[CVE-2024-56573] = "cpe-stable-backport: Backported in 6.12.4" | ||
11176 | |||
11177 | CVE_STATUS[CVE-2024-56574] = "cpe-stable-backport: Backported in 6.12.4" | ||
11178 | |||
11179 | CVE_STATUS[CVE-2024-56575] = "cpe-stable-backport: Backported in 6.12.4" | ||
11180 | |||
11181 | CVE_STATUS[CVE-2024-56576] = "cpe-stable-backport: Backported in 6.12.4" | ||
11182 | |||
11183 | CVE_STATUS[CVE-2024-56577] = "cpe-stable-backport: Backported in 6.12.4" | ||
11184 | |||
11185 | CVE_STATUS[CVE-2024-56578] = "cpe-stable-backport: Backported in 6.12.4" | ||
11186 | |||
11187 | CVE_STATUS[CVE-2024-56579] = "cpe-stable-backport: Backported in 6.12.4" | ||
11188 | |||
11189 | CVE_STATUS[CVE-2024-56580] = "cpe-stable-backport: Backported in 6.12.4" | ||
11190 | |||
11191 | CVE_STATUS[CVE-2024-56581] = "cpe-stable-backport: Backported in 6.12.4" | ||
11192 | |||
11193 | CVE_STATUS[CVE-2024-56582] = "cpe-stable-backport: Backported in 6.12.4" | ||
11194 | |||
11195 | CVE_STATUS[CVE-2024-56583] = "cpe-stable-backport: Backported in 6.12.5" | ||
11196 | |||
11197 | CVE_STATUS[CVE-2024-56584] = "cpe-stable-backport: Backported in 6.12.5" | ||
11198 | |||
11199 | CVE_STATUS[CVE-2024-56585] = "cpe-stable-backport: Backported in 6.12.5" | ||
11200 | |||
11201 | CVE_STATUS[CVE-2024-56586] = "cpe-stable-backport: Backported in 6.12.5" | ||
11202 | |||
11203 | CVE_STATUS[CVE-2024-56587] = "cpe-stable-backport: Backported in 6.12.5" | ||
11204 | |||
11205 | CVE_STATUS[CVE-2024-56588] = "cpe-stable-backport: Backported in 6.12.5" | ||
11206 | |||
11207 | CVE_STATUS[CVE-2024-56589] = "cpe-stable-backport: Backported in 6.12.5" | ||
11208 | |||
11209 | CVE_STATUS[CVE-2024-56590] = "cpe-stable-backport: Backported in 6.12.5" | ||
11210 | |||
11211 | CVE_STATUS[CVE-2024-56591] = "cpe-stable-backport: Backported in 6.12.5" | ||
11212 | |||
11213 | CVE_STATUS[CVE-2024-56592] = "cpe-stable-backport: Backported in 6.12.5" | ||
11214 | |||
11215 | CVE_STATUS[CVE-2024-56593] = "cpe-stable-backport: Backported in 6.12.5" | ||
11216 | |||
11217 | CVE_STATUS[CVE-2024-56594] = "cpe-stable-backport: Backported in 6.12.5" | ||
11218 | |||
11219 | CVE_STATUS[CVE-2024-56595] = "cpe-stable-backport: Backported in 6.12.5" | ||
11220 | |||
11221 | CVE_STATUS[CVE-2024-56596] = "cpe-stable-backport: Backported in 6.12.5" | ||
11222 | |||
11223 | CVE_STATUS[CVE-2024-56597] = "cpe-stable-backport: Backported in 6.12.5" | ||
11224 | |||
11225 | CVE_STATUS[CVE-2024-56598] = "cpe-stable-backport: Backported in 6.12.5" | ||
11226 | |||
11227 | CVE_STATUS[CVE-2024-56599] = "cpe-stable-backport: Backported in 6.12.5" | ||
11228 | |||
11229 | CVE_STATUS[CVE-2024-56600] = "cpe-stable-backport: Backported in 6.12.5" | ||
11230 | |||
11231 | CVE_STATUS[CVE-2024-56601] = "cpe-stable-backport: Backported in 6.12.5" | ||
11232 | |||
11233 | CVE_STATUS[CVE-2024-56602] = "cpe-stable-backport: Backported in 6.12.5" | ||
11234 | |||
11235 | CVE_STATUS[CVE-2024-56603] = "cpe-stable-backport: Backported in 6.12.5" | ||
11236 | |||
11237 | CVE_STATUS[CVE-2024-56604] = "cpe-stable-backport: Backported in 6.12.5" | ||
11238 | |||
11239 | CVE_STATUS[CVE-2024-56605] = "cpe-stable-backport: Backported in 6.12.5" | ||
11240 | |||
11241 | CVE_STATUS[CVE-2024-56606] = "cpe-stable-backport: Backported in 6.12.5" | ||
11242 | |||
11243 | CVE_STATUS[CVE-2024-56607] = "cpe-stable-backport: Backported in 6.12.5" | ||
11244 | |||
11245 | CVE_STATUS[CVE-2024-56608] = "cpe-stable-backport: Backported in 6.12.5" | ||
11246 | |||
11247 | CVE_STATUS[CVE-2024-56609] = "cpe-stable-backport: Backported in 6.12.5" | ||
11248 | |||
11249 | CVE_STATUS[CVE-2024-56610] = "cpe-stable-backport: Backported in 6.12.5" | ||
11250 | |||
11251 | CVE_STATUS[CVE-2024-56611] = "cpe-stable-backport: Backported in 6.12.5" | ||
11252 | |||
11253 | CVE_STATUS[CVE-2024-56612] = "cpe-stable-backport: Backported in 6.12.5" | ||
11254 | |||
11255 | CVE_STATUS[CVE-2024-56613] = "cpe-stable-backport: Backported in 6.12.5" | ||
11256 | |||
11257 | CVE_STATUS[CVE-2024-56614] = "cpe-stable-backport: Backported in 6.12.5" | ||
11258 | |||
11259 | CVE_STATUS[CVE-2024-56615] = "cpe-stable-backport: Backported in 6.12.5" | ||
11260 | |||
11261 | CVE_STATUS[CVE-2024-56616] = "cpe-stable-backport: Backported in 6.12.5" | ||
11262 | |||
11263 | CVE_STATUS[CVE-2024-56617] = "cpe-stable-backport: Backported in 6.12.5" | ||
11264 | |||
11265 | CVE_STATUS[CVE-2024-56618] = "cpe-stable-backport: Backported in 6.12.5" | ||
11266 | |||
11267 | CVE_STATUS[CVE-2024-56619] = "cpe-stable-backport: Backported in 6.12.5" | ||
11268 | |||
11269 | CVE_STATUS[CVE-2024-56620] = "cpe-stable-backport: Backported in 6.12.5" | ||
11270 | |||
11271 | CVE_STATUS[CVE-2024-56621] = "cpe-stable-backport: Backported in 6.12.5" | ||
11272 | |||
11273 | CVE_STATUS[CVE-2024-56622] = "cpe-stable-backport: Backported in 6.12.5" | ||
11274 | |||
11275 | CVE_STATUS[CVE-2024-56623] = "cpe-stable-backport: Backported in 6.12.5" | ||
11276 | |||
11277 | CVE_STATUS[CVE-2024-56624] = "cpe-stable-backport: Backported in 6.12.5" | ||
11278 | |||
11279 | CVE_STATUS[CVE-2024-56625] = "cpe-stable-backport: Backported in 6.12.5" | ||
11280 | |||
11281 | CVE_STATUS[CVE-2024-56626] = "cpe-stable-backport: Backported in 6.12.5" | ||
11282 | |||
11283 | CVE_STATUS[CVE-2024-56627] = "cpe-stable-backport: Backported in 6.12.5" | ||
11284 | |||
11285 | CVE_STATUS[CVE-2024-56628] = "cpe-stable-backport: Backported in 6.12.5" | ||
11286 | |||
11287 | CVE_STATUS[CVE-2024-56629] = "cpe-stable-backport: Backported in 6.12.5" | ||
11288 | |||
11289 | CVE_STATUS[CVE-2024-56630] = "cpe-stable-backport: Backported in 6.12.5" | ||
11290 | |||
11291 | CVE_STATUS[CVE-2024-56631] = "cpe-stable-backport: Backported in 6.12.5" | ||
11292 | |||
11293 | CVE_STATUS[CVE-2024-56632] = "cpe-stable-backport: Backported in 6.12.5" | ||
11294 | |||
11295 | CVE_STATUS[CVE-2024-56633] = "cpe-stable-backport: Backported in 6.12.5" | ||
11296 | |||
11297 | CVE_STATUS[CVE-2024-56634] = "cpe-stable-backport: Backported in 6.12.5" | ||
11298 | |||
11299 | CVE_STATUS[CVE-2024-56635] = "cpe-stable-backport: Backported in 6.12.5" | ||
11300 | |||
11301 | CVE_STATUS[CVE-2024-56636] = "cpe-stable-backport: Backported in 6.12.5" | ||
11302 | |||
11303 | CVE_STATUS[CVE-2024-56637] = "cpe-stable-backport: Backported in 6.12.5" | ||
11304 | |||
11305 | CVE_STATUS[CVE-2024-56638] = "cpe-stable-backport: Backported in 6.12.5" | ||
11306 | |||
11307 | CVE_STATUS[CVE-2024-56639] = "cpe-stable-backport: Backported in 6.12.5" | ||
11308 | |||
11309 | CVE_STATUS[CVE-2024-56640] = "cpe-stable-backport: Backported in 6.12.5" | ||
11310 | |||
11311 | CVE_STATUS[CVE-2024-56641] = "cpe-stable-backport: Backported in 6.12.5" | ||
11312 | |||
11313 | CVE_STATUS[CVE-2024-56642] = "cpe-stable-backport: Backported in 6.12.5" | ||
11314 | |||
11315 | CVE_STATUS[CVE-2024-56643] = "cpe-stable-backport: Backported in 6.12.5" | ||
11316 | |||
11317 | CVE_STATUS[CVE-2024-56644] = "cpe-stable-backport: Backported in 6.12.5" | ||
11318 | |||
11319 | CVE_STATUS[CVE-2024-56645] = "cpe-stable-backport: Backported in 6.12.5" | ||
11320 | |||
11321 | CVE_STATUS[CVE-2024-56646] = "cpe-stable-backport: Backported in 6.12.5" | ||
11322 | |||
11323 | CVE_STATUS[CVE-2024-56647] = "cpe-stable-backport: Backported in 6.12.5" | ||
11324 | |||
11325 | CVE_STATUS[CVE-2024-56648] = "cpe-stable-backport: Backported in 6.12.5" | ||
11326 | |||
11327 | CVE_STATUS[CVE-2024-56649] = "cpe-stable-backport: Backported in 6.12.5" | ||
11328 | |||
11329 | CVE_STATUS[CVE-2024-56650] = "cpe-stable-backport: Backported in 6.12.5" | ||
11330 | |||
11331 | CVE_STATUS[CVE-2024-56651] = "cpe-stable-backport: Backported in 6.12.5" | ||
11332 | |||
11333 | CVE_STATUS[CVE-2024-56652] = "cpe-stable-backport: Backported in 6.12.6" | ||
11334 | |||
11335 | CVE_STATUS[CVE-2024-56653] = "cpe-stable-backport: Backported in 6.12.6" | ||
11336 | |||
11337 | CVE_STATUS[CVE-2024-56654] = "cpe-stable-backport: Backported in 6.12.6" | ||
11338 | |||
11339 | CVE_STATUS[CVE-2024-56655] = "cpe-stable-backport: Backported in 6.12.6" | ||
11340 | |||
11341 | CVE_STATUS[CVE-2024-56656] = "cpe-stable-backport: Backported in 6.12.6" | ||
11342 | |||
11343 | CVE_STATUS[CVE-2024-56657] = "cpe-stable-backport: Backported in 6.12.6" | ||
11344 | |||
11345 | CVE_STATUS[CVE-2024-56658] = "cpe-stable-backport: Backported in 6.12.6" | ||
11346 | |||
11347 | CVE_STATUS[CVE-2024-56659] = "cpe-stable-backport: Backported in 6.12.6" | ||
11348 | |||
11349 | CVE_STATUS[CVE-2024-56660] = "cpe-stable-backport: Backported in 6.12.6" | ||
11350 | |||
11351 | CVE_STATUS[CVE-2024-56661] = "fixed-version: Fixed from version 6.12.6" | ||
11352 | |||
11353 | CVE_STATUS[CVE-2024-56662] = "cpe-stable-backport: Backported in 6.12.6" | ||
11354 | |||
11355 | CVE_STATUS[CVE-2024-56663] = "cpe-stable-backport: Backported in 6.12.6" | ||
11356 | |||
11357 | CVE_STATUS[CVE-2024-56664] = "cpe-stable-backport: Backported in 6.12.6" | ||
11358 | |||
11359 | CVE_STATUS[CVE-2024-56665] = "cpe-stable-backport: Backported in 6.12.6" | ||
11360 | |||
11361 | CVE_STATUS[CVE-2024-56666] = "cpe-stable-backport: Backported in 6.12.6" | ||
11362 | |||
11363 | CVE_STATUS[CVE-2024-56667] = "cpe-stable-backport: Backported in 6.12.6" | ||
11364 | |||
11365 | CVE_STATUS[CVE-2024-56668] = "cpe-stable-backport: Backported in 6.12.6" | ||
11366 | |||
11367 | CVE_STATUS[CVE-2024-56669] = "cpe-stable-backport: Backported in 6.12.6" | ||
11368 | |||
11369 | CVE_STATUS[CVE-2024-56670] = "cpe-stable-backport: Backported in 6.12.6" | ||
11370 | |||
11371 | CVE_STATUS[CVE-2024-56671] = "cpe-stable-backport: Backported in 6.12.6" | ||
11372 | |||
11373 | CVE_STATUS[CVE-2024-56672] = "cpe-stable-backport: Backported in 6.12.6" | ||
11374 | |||
11375 | CVE_STATUS[CVE-2024-56673] = "cpe-stable-backport: Backported in 6.12.6" | ||
11376 | |||
11377 | CVE_STATUS[CVE-2024-56674] = "cpe-stable-backport: Backported in 6.12.6" | ||
11378 | |||
11379 | CVE_STATUS[CVE-2024-56675] = "cpe-stable-backport: Backported in 6.12.6" | ||
11380 | |||
11381 | CVE_STATUS[CVE-2024-56676] = "cpe-stable-backport: Backported in 6.12.2" | ||
11382 | |||
11383 | CVE_STATUS[CVE-2024-56677] = "cpe-stable-backport: Backported in 6.12.2" | ||
11384 | |||
11385 | CVE_STATUS[CVE-2024-56678] = "cpe-stable-backport: Backported in 6.12.2" | ||
11386 | |||
11387 | CVE_STATUS[CVE-2024-56679] = "cpe-stable-backport: Backported in 6.12.2" | ||
11388 | |||
11389 | CVE_STATUS[CVE-2024-56680] = "cpe-stable-backport: Backported in 6.12.2" | ||
11390 | |||
11391 | CVE_STATUS[CVE-2024-56681] = "cpe-stable-backport: Backported in 6.12.2" | ||
11392 | |||
11393 | CVE_STATUS[CVE-2024-56682] = "cpe-stable-backport: Backported in 6.12.2" | ||
11394 | |||
11395 | CVE_STATUS[CVE-2024-56683] = "cpe-stable-backport: Backported in 6.12.2" | ||
11396 | |||
11397 | CVE_STATUS[CVE-2024-56684] = "cpe-stable-backport: Backported in 6.12.2" | ||
11398 | |||
11399 | CVE_STATUS[CVE-2024-56685] = "cpe-stable-backport: Backported in 6.12.2" | ||
11400 | |||
11401 | CVE_STATUS[CVE-2024-56687] = "cpe-stable-backport: Backported in 6.12.2" | ||
11402 | |||
11403 | CVE_STATUS[CVE-2024-56688] = "cpe-stable-backport: Backported in 6.12.2" | ||
11404 | |||
11405 | CVE_STATUS[CVE-2024-56689] = "cpe-stable-backport: Backported in 6.12.2" | ||
11406 | |||
11407 | CVE_STATUS[CVE-2024-56690] = "cpe-stable-backport: Backported in 6.12.2" | ||
11408 | |||
11409 | CVE_STATUS[CVE-2024-56691] = "cpe-stable-backport: Backported in 6.12.2" | ||
11410 | |||
11411 | CVE_STATUS[CVE-2024-56692] = "cpe-stable-backport: Backported in 6.12.2" | ||
11412 | |||
11413 | CVE_STATUS[CVE-2024-56693] = "cpe-stable-backport: Backported in 6.12.2" | ||
11414 | |||
11415 | CVE_STATUS[CVE-2024-56694] = "cpe-stable-backport: Backported in 6.12.2" | ||
11416 | |||
11417 | CVE_STATUS[CVE-2024-56695] = "cpe-stable-backport: Backported in 6.12.2" | ||
11418 | |||
11419 | CVE_STATUS[CVE-2024-56696] = "cpe-stable-backport: Backported in 6.12.2" | ||
11420 | |||
11421 | CVE_STATUS[CVE-2024-56697] = "cpe-stable-backport: Backported in 6.12.2" | ||
11422 | |||
11423 | CVE_STATUS[CVE-2024-56698] = "cpe-stable-backport: Backported in 6.12.2" | ||
11424 | |||
11425 | CVE_STATUS[CVE-2024-56699] = "cpe-stable-backport: Backported in 6.12.2" | ||
11426 | |||
11427 | CVE_STATUS[CVE-2024-56700] = "cpe-stable-backport: Backported in 6.12.2" | ||
11428 | |||
11429 | CVE_STATUS[CVE-2024-56701] = "cpe-stable-backport: Backported in 6.12.2" | ||
11430 | |||
11431 | CVE_STATUS[CVE-2024-56702] = "cpe-stable-backport: Backported in 6.12.2" | ||
11432 | |||
11433 | CVE_STATUS[CVE-2024-56703] = "cpe-stable-backport: Backported in 6.12.2" | ||
11434 | |||
11435 | CVE_STATUS[CVE-2024-56704] = "cpe-stable-backport: Backported in 6.12.2" | ||
11436 | |||
11437 | CVE_STATUS[CVE-2024-56705] = "cpe-stable-backport: Backported in 6.12.2" | ||
11438 | |||
11439 | CVE_STATUS[CVE-2024-56706] = "cpe-stable-backport: Backported in 6.12.2" | ||
11440 | |||
11441 | CVE_STATUS[CVE-2024-56707] = "cpe-stable-backport: Backported in 6.12.2" | ||
11442 | |||
11443 | CVE_STATUS[CVE-2024-56708] = "cpe-stable-backport: Backported in 6.12.2" | ||
11444 | |||
11445 | CVE_STATUS[CVE-2024-56709] = "cpe-stable-backport: Backported in 6.12.7" | ||
11446 | |||
11447 | CVE_STATUS[CVE-2024-56710] = "cpe-stable-backport: Backported in 6.12.7" | ||
11448 | |||
11449 | CVE_STATUS[CVE-2024-56711] = "cpe-stable-backport: Backported in 6.12.7" | ||
11450 | |||
11451 | CVE_STATUS[CVE-2024-56712] = "cpe-stable-backport: Backported in 6.12.7" | ||
11452 | |||
11453 | CVE_STATUS[CVE-2024-56713] = "cpe-stable-backport: Backported in 6.12.7" | ||
11454 | |||
11455 | CVE_STATUS[CVE-2024-56714] = "cpe-stable-backport: Backported in 6.12.7" | ||
11456 | |||
11457 | CVE_STATUS[CVE-2024-56715] = "cpe-stable-backport: Backported in 6.12.7" | ||
11458 | |||
11459 | CVE_STATUS[CVE-2024-56716] = "cpe-stable-backport: Backported in 6.12.7" | ||
11460 | |||
11461 | CVE_STATUS[CVE-2024-56717] = "cpe-stable-backport: Backported in 6.12.7" | ||
11462 | |||
11463 | CVE_STATUS[CVE-2024-56718] = "cpe-stable-backport: Backported in 6.12.7" | ||
11464 | |||
11465 | CVE_STATUS[CVE-2024-56719] = "cpe-stable-backport: Backported in 6.12.7" | ||
11466 | |||
11467 | CVE_STATUS[CVE-2024-56720] = "cpe-stable-backport: Backported in 6.12.2" | ||
11468 | |||
11469 | CVE_STATUS[CVE-2024-56721] = "cpe-stable-backport: Backported in 6.12.2" | ||
11470 | |||
11471 | CVE_STATUS[CVE-2024-56722] = "cpe-stable-backport: Backported in 6.12.2" | ||
11472 | |||
11473 | CVE_STATUS[CVE-2024-56723] = "cpe-stable-backport: Backported in 6.12.2" | ||
11474 | |||
11475 | CVE_STATUS[CVE-2024-56724] = "cpe-stable-backport: Backported in 6.12.2" | ||
11476 | |||
11477 | CVE_STATUS[CVE-2024-56725] = "cpe-stable-backport: Backported in 6.12.2" | ||
11478 | |||
11479 | CVE_STATUS[CVE-2024-56726] = "cpe-stable-backport: Backported in 6.12.2" | ||
11480 | |||
11481 | CVE_STATUS[CVE-2024-56727] = "cpe-stable-backport: Backported in 6.12.2" | ||
11482 | |||
11483 | CVE_STATUS[CVE-2024-56728] = "cpe-stable-backport: Backported in 6.12.2" | ||
11484 | |||
11485 | CVE_STATUS[CVE-2024-56729] = "cpe-stable-backport: Backported in 6.12.2" | ||
11486 | |||
11487 | CVE_STATUS[CVE-2024-56730] = "cpe-stable-backport: Backported in 6.12.2" | ||
11488 | |||
11489 | CVE_STATUS[CVE-2024-56739] = "cpe-stable-backport: Backported in 6.12.2" | ||
11490 | |||
11491 | CVE_STATUS[CVE-2024-56740] = "cpe-stable-backport: Backported in 6.12.2" | ||
11492 | |||
11493 | CVE_STATUS[CVE-2024-56742] = "cpe-stable-backport: Backported in 6.12.2" | ||
11494 | |||
11495 | CVE_STATUS[CVE-2024-56743] = "cpe-stable-backport: Backported in 6.12.2" | ||
11496 | |||
11497 | CVE_STATUS[CVE-2024-56744] = "cpe-stable-backport: Backported in 6.12.2" | ||
11498 | |||
11499 | CVE_STATUS[CVE-2024-56745] = "cpe-stable-backport: Backported in 6.12.2" | ||
11500 | |||
11501 | CVE_STATUS[CVE-2024-56746] = "cpe-stable-backport: Backported in 6.12.2" | ||
11502 | |||
11503 | CVE_STATUS[CVE-2024-56747] = "cpe-stable-backport: Backported in 6.12.2" | ||
11504 | |||
11505 | CVE_STATUS[CVE-2024-56748] = "cpe-stable-backport: Backported in 6.12.2" | ||
11506 | |||
11507 | CVE_STATUS[CVE-2024-56749] = "cpe-stable-backport: Backported in 6.12.2" | ||
11508 | |||
11509 | CVE_STATUS[CVE-2024-56750] = "cpe-stable-backport: Backported in 6.12.2" | ||
11510 | |||
11511 | CVE_STATUS[CVE-2024-56751] = "cpe-stable-backport: Backported in 6.12.2" | ||
11512 | |||
11513 | CVE_STATUS[CVE-2024-56752] = "cpe-stable-backport: Backported in 6.12.2" | ||
11514 | |||
11515 | CVE_STATUS[CVE-2024-56753] = "cpe-stable-backport: Backported in 6.12.2" | ||
11516 | |||
11517 | CVE_STATUS[CVE-2024-56754] = "cpe-stable-backport: Backported in 6.12.2" | ||
11518 | |||
11519 | CVE_STATUS[CVE-2024-56755] = "cpe-stable-backport: Backported in 6.12.2" | ||
11520 | |||
11521 | CVE_STATUS[CVE-2024-56756] = "cpe-stable-backport: Backported in 6.12.2" | ||
11522 | |||
11523 | CVE_STATUS[CVE-2024-56757] = "cpe-stable-backport: Backported in 6.12.8" | ||
11524 | |||
11525 | CVE_STATUS[CVE-2024-56758] = "cpe-stable-backport: Backported in 6.12.8" | ||
11526 | |||
11527 | CVE_STATUS[CVE-2024-56759] = "cpe-stable-backport: Backported in 6.12.8" | ||
11528 | |||
11529 | CVE_STATUS[CVE-2024-56760] = "cpe-stable-backport: Backported in 6.12.8" | ||
11530 | |||
11531 | CVE_STATUS[CVE-2024-56761] = "cpe-stable-backport: Backported in 6.12.8" | ||
11532 | |||
11533 | CVE_STATUS[CVE-2024-56763] = "cpe-stable-backport: Backported in 6.12.8" | ||
11534 | |||
11535 | CVE_STATUS[CVE-2024-56764] = "cpe-stable-backport: Backported in 6.12.8" | ||
11536 | |||
11537 | CVE_STATUS[CVE-2024-56765] = "cpe-stable-backport: Backported in 6.12.8" | ||
11538 | |||
11539 | CVE_STATUS[CVE-2024-56766] = "fixed-version: Fixed from version 6.12.8" | ||
11540 | |||
11541 | CVE_STATUS[CVE-2024-56767] = "cpe-stable-backport: Backported in 6.12.8" | ||
11542 | |||
11543 | CVE_STATUS[CVE-2024-56768] = "cpe-stable-backport: Backported in 6.12.8" | ||
11544 | |||
11545 | CVE_STATUS[CVE-2024-56769] = "cpe-stable-backport: Backported in 6.12.8" | ||
11546 | |||
11547 | CVE_STATUS[CVE-2024-56770] = "cpe-stable-backport: Backported in 6.12.6" | ||
11548 | |||
11549 | CVE_STATUS[CVE-2024-56771] = "cpe-stable-backport: Backported in 6.12.4" | ||
11550 | |||
11551 | CVE_STATUS[CVE-2024-56772] = "cpe-stable-backport: Backported in 6.12.4" | ||
11552 | |||
11553 | CVE_STATUS[CVE-2024-56773] = "cpe-stable-backport: Backported in 6.12.4" | ||
11554 | |||
11555 | CVE_STATUS[CVE-2024-56774] = "cpe-stable-backport: Backported in 6.12.4" | ||
11556 | |||
11557 | CVE_STATUS[CVE-2024-56775] = "cpe-stable-backport: Backported in 6.12.4" | ||
11558 | |||
11559 | CVE_STATUS[CVE-2024-56776] = "cpe-stable-backport: Backported in 6.12.4" | ||
11560 | |||
11561 | CVE_STATUS[CVE-2024-56777] = "cpe-stable-backport: Backported in 6.12.4" | ||
11562 | |||
11563 | CVE_STATUS[CVE-2024-56778] = "cpe-stable-backport: Backported in 6.12.4" | ||
11564 | |||
11565 | CVE_STATUS[CVE-2024-56779] = "cpe-stable-backport: Backported in 6.12.4" | ||
11566 | |||
11567 | CVE_STATUS[CVE-2024-56780] = "cpe-stable-backport: Backported in 6.12.4" | ||
11568 | |||
11569 | CVE_STATUS[CVE-2024-56781] = "cpe-stable-backport: Backported in 6.12.5" | ||
11570 | |||
11571 | CVE_STATUS[CVE-2024-56782] = "cpe-stable-backport: Backported in 6.12.5" | ||
11572 | |||
11573 | CVE_STATUS[CVE-2024-56783] = "cpe-stable-backport: Backported in 6.12.5" | ||
11574 | |||
11575 | CVE_STATUS[CVE-2024-56784] = "cpe-stable-backport: Backported in 6.12.5" | ||
11576 | |||
11577 | CVE_STATUS[CVE-2024-56785] = "cpe-stable-backport: Backported in 6.12.5" | ||
11578 | |||
11579 | CVE_STATUS[CVE-2024-56787] = "cpe-stable-backport: Backported in 6.12.5" | ||
11580 | |||
11581 | CVE_STATUS[CVE-2024-56788] = "cpe-stable-backport: Backported in 6.12.7" | ||
11582 | |||
11583 | CVE_STATUS[CVE-2024-57791] = "cpe-stable-backport: Backported in 6.12.7" | ||
11584 | |||
11585 | CVE_STATUS[CVE-2024-57792] = "cpe-stable-backport: Backported in 6.12.8" | ||
11586 | |||
11587 | CVE_STATUS[CVE-2024-57793] = "cpe-stable-backport: Backported in 6.12.8" | ||
11588 | |||
11589 | CVE_STATUS[CVE-2024-57795] = "cpe-stable-backport: Backported in 6.12.9" | ||
11590 | |||
11591 | CVE_STATUS[CVE-2024-57798] = "cpe-stable-backport: Backported in 6.12.8" | ||
11592 | |||
11593 | CVE_STATUS[CVE-2024-57799] = "cpe-stable-backport: Backported in 6.12.8" | ||
11594 | |||
11595 | CVE_STATUS[CVE-2024-57800] = "cpe-stable-backport: Backported in 6.12.8" | ||
11596 | |||
11597 | CVE_STATUS[CVE-2024-57801] = "cpe-stable-backport: Backported in 6.12.9" | ||
11598 | |||
11599 | CVE_STATUS[CVE-2024-57802] = "cpe-stable-backport: Backported in 6.12.9" | ||
11600 | |||
11601 | CVE_STATUS[CVE-2024-57804] = "cpe-stable-backport: Backported in 6.12.8" | ||
11602 | |||
11603 | CVE_STATUS[CVE-2024-57805] = "cpe-stable-backport: Backported in 6.12.8" | ||
11604 | |||
11605 | CVE_STATUS[CVE-2024-57806] = "cpe-stable-backport: Backported in 6.12.8" | ||
11606 | |||
11607 | CVE_STATUS[CVE-2024-57807] = "cpe-stable-backport: Backported in 6.12.8" | ||
11608 | |||
11609 | CVE_STATUS[CVE-2024-57809] = "cpe-stable-backport: Backported in 6.12.4" | ||
11610 | |||
11611 | CVE_STATUS[CVE-2024-57834] = "cpe-stable-backport: Backported in 6.12.16" | ||
11612 | |||
11613 | CVE_STATUS[CVE-2024-57838] = "cpe-stable-backport: Backported in 6.12.4" | ||
11614 | |||
11615 | CVE_STATUS[CVE-2024-57839] = "cpe-stable-backport: Backported in 6.12.5" | ||
11616 | |||
11617 | CVE_STATUS[CVE-2024-57841] = "cpe-stable-backport: Backported in 6.12.9" | ||
11618 | |||
11619 | CVE_STATUS[CVE-2024-57843] = "cpe-stable-backport: Backported in 6.12.5" | ||
11620 | |||
11621 | CVE_STATUS[CVE-2024-57844] = "cpe-stable-backport: Backported in 6.12.9" | ||
11622 | |||
11623 | CVE_STATUS[CVE-2024-57849] = "cpe-stable-backport: Backported in 6.12.5" | ||
11624 | |||
11625 | CVE_STATUS[CVE-2024-57850] = "cpe-stable-backport: Backported in 6.12.5" | ||
11626 | |||
11627 | CVE_STATUS[CVE-2024-57852] = "cpe-stable-backport: Backported in 6.12.16" | ||
11628 | |||
11629 | CVE_STATUS[CVE-2024-57857] = "cpe-stable-backport: Backported in 6.12.9" | ||
11630 | |||
11631 | CVE_STATUS[CVE-2024-57872] = "cpe-stable-backport: Backported in 6.12.5" | ||
11632 | |||
11633 | CVE_STATUS[CVE-2024-57874] = "cpe-stable-backport: Backported in 6.12.5" | ||
11634 | |||
11635 | CVE_STATUS[CVE-2024-57875] = "cpe-stable-backport: Backported in 6.12.5" | ||
11636 | |||
11637 | CVE_STATUS[CVE-2024-57876] = "cpe-stable-backport: Backported in 6.12.5" | ||
11638 | |||
11639 | CVE_STATUS[CVE-2024-57877] = "cpe-stable-backport: Backported in 6.12.5" | ||
11640 | |||
11641 | CVE_STATUS[CVE-2024-57878] = "cpe-stable-backport: Backported in 6.12.5" | ||
11642 | |||
11643 | CVE_STATUS[CVE-2024-57879] = "cpe-stable-backport: Backported in 6.12.6" | ||
11644 | |||
11645 | CVE_STATUS[CVE-2024-57880] = "cpe-stable-backport: Backported in 6.12.6" | ||
11646 | |||
11647 | CVE_STATUS[CVE-2024-57881] = "cpe-stable-backport: Backported in 6.12.7" | ||
11648 | |||
11649 | CVE_STATUS[CVE-2024-57882] = "cpe-stable-backport: Backported in 6.12.9" | ||
11650 | |||
11651 | CVE_STATUS[CVE-2024-57883] = "cpe-stable-backport: Backported in 6.12.9" | ||
11652 | |||
11653 | CVE_STATUS[CVE-2024-57884] = "cpe-stable-backport: Backported in 6.12.9" | ||
11654 | |||
11655 | CVE_STATUS[CVE-2024-57885] = "cpe-stable-backport: Backported in 6.12.9" | ||
11656 | |||
11657 | CVE_STATUS[CVE-2024-57886] = "cpe-stable-backport: Backported in 6.12.9" | ||
11658 | |||
11659 | CVE_STATUS[CVE-2024-57887] = "cpe-stable-backport: Backported in 6.12.9" | ||
11660 | |||
11661 | CVE_STATUS[CVE-2024-57888] = "cpe-stable-backport: Backported in 6.12.9" | ||
11662 | |||
11663 | CVE_STATUS[CVE-2024-57889] = "cpe-stable-backport: Backported in 6.12.9" | ||
11664 | |||
11665 | CVE_STATUS[CVE-2024-57890] = "cpe-stable-backport: Backported in 6.12.9" | ||
11666 | |||
11667 | CVE_STATUS[CVE-2024-57891] = "cpe-stable-backport: Backported in 6.12.9" | ||
11668 | |||
11669 | CVE_STATUS[CVE-2024-57892] = "cpe-stable-backport: Backported in 6.12.9" | ||
11670 | |||
11671 | CVE_STATUS[CVE-2024-57893] = "cpe-stable-backport: Backported in 6.12.9" | ||
11672 | |||
11673 | CVE_STATUS[CVE-2024-57895] = "cpe-stable-backport: Backported in 6.12.9" | ||
11674 | |||
11675 | CVE_STATUS[CVE-2024-57896] = "cpe-stable-backport: Backported in 6.12.9" | ||
11676 | |||
11677 | CVE_STATUS[CVE-2024-57897] = "cpe-stable-backport: Backported in 6.12.9" | ||
11678 | |||
11679 | CVE_STATUS[CVE-2024-57898] = "cpe-stable-backport: Backported in 6.12.9" | ||
11680 | |||
11681 | CVE_STATUS[CVE-2024-57899] = "cpe-stable-backport: Backported in 6.12.9" | ||
11682 | |||
11683 | CVE_STATUS[CVE-2024-57900] = "cpe-stable-backport: Backported in 6.12.9" | ||
11684 | |||
11685 | CVE_STATUS[CVE-2024-57901] = "cpe-stable-backport: Backported in 6.12.9" | ||
11686 | |||
11687 | CVE_STATUS[CVE-2024-57902] = "cpe-stable-backport: Backported in 6.12.9" | ||
11688 | |||
11689 | CVE_STATUS[CVE-2024-57903] = "cpe-stable-backport: Backported in 6.12.9" | ||
11690 | |||
11691 | CVE_STATUS[CVE-2024-57904] = "cpe-stable-backport: Backported in 6.12.10" | ||
11692 | |||
11693 | CVE_STATUS[CVE-2024-57905] = "cpe-stable-backport: Backported in 6.12.10" | ||
11694 | |||
11695 | CVE_STATUS[CVE-2024-57906] = "cpe-stable-backport: Backported in 6.12.10" | ||
11696 | |||
11697 | CVE_STATUS[CVE-2024-57907] = "cpe-stable-backport: Backported in 6.12.10" | ||
11698 | |||
11699 | CVE_STATUS[CVE-2024-57908] = "cpe-stable-backport: Backported in 6.12.10" | ||
11700 | |||
11701 | CVE_STATUS[CVE-2024-57909] = "cpe-stable-backport: Backported in 6.12.10" | ||
11702 | |||
11703 | CVE_STATUS[CVE-2024-57910] = "cpe-stable-backport: Backported in 6.12.10" | ||
11704 | |||
11705 | CVE_STATUS[CVE-2024-57911] = "cpe-stable-backport: Backported in 6.12.10" | ||
11706 | |||
11707 | CVE_STATUS[CVE-2024-57912] = "cpe-stable-backport: Backported in 6.12.10" | ||
11708 | |||
11709 | CVE_STATUS[CVE-2024-57913] = "cpe-stable-backport: Backported in 6.12.10" | ||
11710 | |||
11711 | CVE_STATUS[CVE-2024-57914] = "cpe-stable-backport: Backported in 6.12.10" | ||
11712 | |||
11713 | CVE_STATUS[CVE-2024-57916] = "cpe-stable-backport: Backported in 6.12.10" | ||
11714 | |||
11715 | CVE_STATUS[CVE-2024-57917] = "cpe-stable-backport: Backported in 6.12.10" | ||
11716 | |||
11717 | CVE_STATUS[CVE-2024-57918] = "cpe-stable-backport: Backported in 6.12.10" | ||
11718 | |||
11719 | CVE_STATUS[CVE-2024-57919] = "cpe-stable-backport: Backported in 6.12.10" | ||
11720 | |||
11721 | CVE_STATUS[CVE-2024-57921] = "cpe-stable-backport: Backported in 6.12.10" | ||
11722 | |||
11723 | CVE_STATUS[CVE-2024-57922] = "cpe-stable-backport: Backported in 6.12.10" | ||
11724 | |||
11725 | CVE_STATUS[CVE-2024-57923] = "cpe-stable-backport: Backported in 6.12.10" | ||
11726 | |||
11727 | CVE_STATUS[CVE-2024-57924] = "cpe-stable-backport: Backported in 6.12.10" | ||
11728 | |||
11729 | CVE_STATUS[CVE-2024-57925] = "cpe-stable-backport: Backported in 6.12.10" | ||
11730 | |||
11731 | CVE_STATUS[CVE-2024-57926] = "cpe-stable-backport: Backported in 6.12.10" | ||
11732 | |||
11733 | CVE_STATUS[CVE-2024-57927] = "cpe-stable-backport: Backported in 6.12.10" | ||
11734 | |||
11735 | CVE_STATUS[CVE-2024-57928] = "cpe-stable-backport: Backported in 6.12.10" | ||
11736 | |||
11737 | CVE_STATUS[CVE-2024-57929] = "cpe-stable-backport: Backported in 6.12.10" | ||
11738 | |||
11739 | CVE_STATUS[CVE-2024-57930] = "fixed-version: Fixed from version 6.12.9" | ||
11740 | |||
11741 | CVE_STATUS[CVE-2024-57931] = "cpe-stable-backport: Backported in 6.12.9" | ||
11742 | |||
11743 | CVE_STATUS[CVE-2024-57932] = "cpe-stable-backport: Backported in 6.12.9" | ||
11744 | |||
11745 | CVE_STATUS[CVE-2024-57933] = "cpe-stable-backport: Backported in 6.12.9" | ||
11746 | |||
11747 | CVE_STATUS[CVE-2024-57934] = "cpe-stable-backport: Backported in 6.12.9" | ||
11748 | |||
11749 | CVE_STATUS[CVE-2024-57935] = "fixed-version: Fixed from version 6.12.9" | ||
11750 | |||
11751 | CVE_STATUS[CVE-2024-57936] = "cpe-stable-backport: Backported in 6.12.9" | ||
11752 | |||
11753 | CVE_STATUS[CVE-2024-57938] = "cpe-stable-backport: Backported in 6.12.9" | ||
11754 | |||
11755 | CVE_STATUS[CVE-2024-57939] = "cpe-stable-backport: Backported in 6.12.10" | ||
11756 | |||
11757 | CVE_STATUS[CVE-2024-57940] = "cpe-stable-backport: Backported in 6.12.10" | ||
11758 | |||
11759 | CVE_STATUS[CVE-2024-57941] = "cpe-stable-backport: Backported in 6.12.10" | ||
11760 | |||
11761 | CVE_STATUS[CVE-2024-57942] = "cpe-stable-backport: Backported in 6.12.10" | ||
11762 | |||
11763 | CVE_STATUS[CVE-2024-57943] = "cpe-stable-backport: Backported in 6.12.10" | ||
11764 | |||
11765 | CVE_STATUS[CVE-2024-57944] = "cpe-stable-backport: Backported in 6.12.10" | ||
11766 | |||
11767 | CVE_STATUS[CVE-2024-57945] = "cpe-stable-backport: Backported in 6.12.10" | ||
11768 | |||
11769 | CVE_STATUS[CVE-2024-57946] = "cpe-stable-backport: Backported in 6.12.8" | ||
11770 | |||
11771 | CVE_STATUS[CVE-2024-57947] = "fixed-version: Fixed from version 6.11" | ||
11772 | |||
11773 | CVE_STATUS[CVE-2024-57948] = "cpe-stable-backport: Backported in 6.12.11" | ||
11774 | |||
11775 | CVE_STATUS[CVE-2024-57949] = "cpe-stable-backport: Backported in 6.12.11" | ||
11776 | |||
11777 | CVE_STATUS[CVE-2024-57950] = "cpe-stable-backport: Backported in 6.12.12" | ||
11778 | |||
11779 | CVE_STATUS[CVE-2024-57951] = "cpe-stable-backport: Backported in 6.12.11" | ||
11780 | |||
11781 | CVE_STATUS[CVE-2024-57952] = "cpe-stable-backport: Backported in 6.12.12" | ||
11782 | |||
11783 | CVE_STATUS[CVE-2024-57953] = "cpe-stable-backport: Backported in 6.12.13" | ||
11784 | |||
11785 | CVE_STATUS[CVE-2024-57973] = "cpe-stable-backport: Backported in 6.12.13" | ||
11786 | |||
11787 | CVE_STATUS[CVE-2024-57974] = "cpe-stable-backport: Backported in 6.12.13" | ||
11788 | |||
11789 | CVE_STATUS[CVE-2024-57975] = "cpe-stable-backport: Backported in 6.12.13" | ||
11790 | |||
11791 | CVE_STATUS[CVE-2024-57976] = "cpe-stable-backport: Backported in 6.12.36" | ||
11792 | |||
11793 | CVE_STATUS[CVE-2024-57977] = "cpe-stable-backport: Backported in 6.12.13" | ||
11794 | |||
11795 | CVE_STATUS[CVE-2024-57978] = "cpe-stable-backport: Backported in 6.12.13" | ||
11796 | |||
11797 | CVE_STATUS[CVE-2024-57979] = "cpe-stable-backport: Backported in 6.12.13" | ||
11798 | |||
11799 | CVE_STATUS[CVE-2024-57980] = "cpe-stable-backport: Backported in 6.12.13" | ||
11800 | |||
11801 | CVE_STATUS[CVE-2024-57981] = "cpe-stable-backport: Backported in 6.12.13" | ||
11802 | |||
11803 | CVE_STATUS[CVE-2024-57982] = "cpe-stable-backport: Backported in 6.12.13" | ||
11804 | |||
11805 | CVE_STATUS[CVE-2024-57983] = "fixed-version: only affects 6.13 onwards" | ||
11806 | |||
11807 | CVE_STATUS[CVE-2024-57984] = "cpe-stable-backport: Backported in 6.12.13" | ||
11808 | |||
11809 | CVE_STATUS[CVE-2024-57985] = "cpe-stable-backport: Backported in 6.12.13" | ||
11810 | |||
11811 | CVE_STATUS[CVE-2024-57986] = "cpe-stable-backport: Backported in 6.12.13" | ||
11812 | |||
11813 | CVE_STATUS[CVE-2024-57987] = "cpe-stable-backport: Backported in 6.12.13" | ||
11814 | |||
11815 | CVE_STATUS[CVE-2024-57988] = "cpe-stable-backport: Backported in 6.12.13" | ||
11816 | |||
11817 | CVE_STATUS[CVE-2024-57989] = "cpe-stable-backport: Backported in 6.12.13" | ||
11818 | |||
11819 | CVE_STATUS[CVE-2024-57990] = "cpe-stable-backport: Backported in 6.12.13" | ||
11820 | |||
11821 | CVE_STATUS[CVE-2024-57991] = "fixed-version: only affects 6.13 onwards" | ||
11822 | |||
11823 | CVE_STATUS[CVE-2024-57992] = "fixed-version: only affects 6.13 onwards" | ||
11824 | |||
11825 | CVE_STATUS[CVE-2024-57993] = "cpe-stable-backport: Backported in 6.12.13" | ||
11826 | |||
11827 | CVE_STATUS[CVE-2024-57994] = "cpe-stable-backport: Backported in 6.12.13" | ||
11828 | |||
11829 | # CVE-2024-57995 needs backporting (fixed from 6.14) | ||
11830 | |||
11831 | CVE_STATUS[CVE-2024-57996] = "cpe-stable-backport: Backported in 6.12.13" | ||
11832 | |||
11833 | CVE_STATUS[CVE-2024-57997] = "cpe-stable-backport: Backported in 6.12.13" | ||
11834 | |||
11835 | CVE_STATUS[CVE-2024-57998] = "cpe-stable-backport: Backported in 6.12.13" | ||
11836 | |||
11837 | CVE_STATUS[CVE-2024-57999] = "cpe-stable-backport: Backported in 6.12.13" | ||
11838 | |||
11839 | CVE_STATUS[CVE-2024-58000] = "fixed-version: only affects 6.13 onwards" | ||
11840 | |||
11841 | CVE_STATUS[CVE-2024-58001] = "cpe-stable-backport: Backported in 6.12.14" | ||
11842 | |||
11843 | CVE_STATUS[CVE-2024-58002] = "cpe-stable-backport: Backported in 6.12.14" | ||
11844 | |||
11845 | CVE_STATUS[CVE-2024-58003] = "cpe-stable-backport: Backported in 6.12.14" | ||
11846 | |||
11847 | CVE_STATUS[CVE-2024-58004] = "cpe-stable-backport: Backported in 6.12.14" | ||
11848 | |||
11849 | CVE_STATUS[CVE-2024-58005] = "cpe-stable-backport: Backported in 6.12.14" | ||
11850 | |||
11851 | CVE_STATUS[CVE-2024-58006] = "cpe-stable-backport: Backported in 6.12.14" | ||
11852 | |||
11853 | CVE_STATUS[CVE-2024-58007] = "cpe-stable-backport: Backported in 6.12.14" | ||
11854 | |||
11855 | CVE_STATUS[CVE-2024-58008] = "cpe-stable-backport: Backported in 6.12.14" | ||
11856 | |||
11857 | CVE_STATUS[CVE-2024-58009] = "cpe-stable-backport: Backported in 6.12.14" | ||
11858 | |||
11859 | CVE_STATUS[CVE-2024-58010] = "cpe-stable-backport: Backported in 6.12.14" | ||
11860 | |||
11861 | CVE_STATUS[CVE-2024-58011] = "cpe-stable-backport: Backported in 6.12.14" | ||
11862 | |||
11863 | CVE_STATUS[CVE-2024-58012] = "cpe-stable-backport: Backported in 6.12.14" | ||
11864 | |||
11865 | CVE_STATUS[CVE-2024-58013] = "cpe-stable-backport: Backported in 6.12.14" | ||
11866 | |||
11867 | CVE_STATUS[CVE-2024-58014] = "cpe-stable-backport: Backported in 6.12.14" | ||
11868 | |||
11869 | # CVE-2024-58015 needs backporting (fixed from 6.14) | ||
11870 | |||
11871 | CVE_STATUS[CVE-2024-58016] = "cpe-stable-backport: Backported in 6.12.14" | ||
11872 | |||
11873 | CVE_STATUS[CVE-2024-58017] = "cpe-stable-backport: Backported in 6.12.14" | ||
11874 | |||
11875 | CVE_STATUS[CVE-2024-58018] = "cpe-stable-backport: Backported in 6.12.14" | ||
11876 | |||
11877 | CVE_STATUS[CVE-2024-58019] = "cpe-stable-backport: Backported in 6.12.14" | ||
11878 | |||
11879 | CVE_STATUS[CVE-2024-58020] = "cpe-stable-backport: Backported in 6.12.16" | ||
11880 | |||
11881 | CVE_STATUS[CVE-2024-58021] = "cpe-stable-backport: Backported in 6.12.16" | ||
11882 | |||
11883 | CVE_STATUS[CVE-2024-58022] = "fixed-version: only affects 6.13 onwards" | ||
11884 | |||
11885 | CVE_STATUS[CVE-2024-58034] = "cpe-stable-backport: Backported in 6.12.13" | ||
11886 | |||
11887 | CVE_STATUS[CVE-2024-58042] = "cpe-stable-backport: Backported in 6.12.13" | ||
11888 | |||
11889 | CVE_STATUS[CVE-2024-58051] = "cpe-stable-backport: Backported in 6.12.13" | ||
11890 | |||
11891 | CVE_STATUS[CVE-2024-58052] = "cpe-stable-backport: Backported in 6.12.13" | ||
11892 | |||
11893 | CVE_STATUS[CVE-2024-58053] = "cpe-stable-backport: Backported in 6.12.13" | ||
11894 | |||
11895 | CVE_STATUS[CVE-2024-58054] = "cpe-stable-backport: Backported in 6.12.13" | ||
11896 | |||
11897 | CVE_STATUS[CVE-2024-58055] = "cpe-stable-backport: Backported in 6.12.13" | ||
11898 | |||
11899 | CVE_STATUS[CVE-2024-58056] = "cpe-stable-backport: Backported in 6.12.13" | ||
11900 | |||
11901 | CVE_STATUS[CVE-2024-58057] = "cpe-stable-backport: Backported in 6.12.13" | ||
11902 | |||
11903 | CVE_STATUS[CVE-2024-58058] = "cpe-stable-backport: Backported in 6.12.13" | ||
11904 | |||
11905 | CVE_STATUS[CVE-2024-58059] = "fixed-version: only affects 6.13 onwards" | ||
11906 | |||
11907 | CVE_STATUS[CVE-2024-58060] = "cpe-stable-backport: Backported in 6.12.13" | ||
11908 | |||
11909 | CVE_STATUS[CVE-2024-58061] = "cpe-stable-backport: Backported in 6.12.13" | ||
11910 | |||
11911 | CVE_STATUS[CVE-2024-58062] = "cpe-stable-backport: Backported in 6.12.13" | ||
11912 | |||
11913 | CVE_STATUS[CVE-2024-58063] = "cpe-stable-backport: Backported in 6.12.13" | ||
11914 | |||
11915 | CVE_STATUS[CVE-2024-58064] = "cpe-stable-backport: Backported in 6.12.13" | ||
11916 | |||
11917 | CVE_STATUS[CVE-2024-58065] = "fixed-version: only affects 6.13 onwards" | ||
11918 | |||
11919 | CVE_STATUS[CVE-2024-58066] = "fixed-version: only affects 6.13 onwards" | ||
11920 | |||
11921 | CVE_STATUS[CVE-2024-58067] = "fixed-version: only affects 6.13 onwards" | ||
11922 | |||
11923 | CVE_STATUS[CVE-2024-58068] = "cpe-stable-backport: Backported in 6.12.13" | ||
11924 | |||
11925 | CVE_STATUS[CVE-2024-58069] = "cpe-stable-backport: Backported in 6.12.13" | ||
11926 | |||
11927 | CVE_STATUS[CVE-2024-58070] = "cpe-stable-backport: Backported in 6.12.13" | ||
11928 | |||
11929 | CVE_STATUS[CVE-2024-58071] = "cpe-stable-backport: Backported in 6.12.13" | ||
11930 | |||
11931 | CVE_STATUS[CVE-2024-58072] = "cpe-stable-backport: Backported in 6.12.13" | ||
11932 | |||
11933 | CVE_STATUS[CVE-2024-58073] = "fixed-version: only affects 6.13 onwards" | ||
11934 | |||
11935 | # CVE-2024-58074 needs backporting (fixed from 6.14) | ||
11936 | |||
11937 | CVE_STATUS[CVE-2024-58075] = "cpe-stable-backport: Backported in 6.12.13" | ||
11938 | |||
11939 | CVE_STATUS[CVE-2024-58076] = "cpe-stable-backport: Backported in 6.12.14" | ||
11940 | |||
11941 | CVE_STATUS[CVE-2024-58077] = "cpe-stable-backport: Backported in 6.12.14" | ||
11942 | |||
11943 | CVE_STATUS[CVE-2024-58078] = "cpe-stable-backport: Backported in 6.12.14" | ||
11944 | |||
11945 | CVE_STATUS[CVE-2024-58079] = "cpe-stable-backport: Backported in 6.12.14" | ||
11946 | |||
11947 | CVE_STATUS[CVE-2024-58080] = "cpe-stable-backport: Backported in 6.12.14" | ||
11948 | |||
11949 | CVE_STATUS[CVE-2024-58081] = "cpe-stable-backport: Backported in 6.12.14" | ||
11950 | |||
11951 | CVE_STATUS[CVE-2024-58082] = "cpe-stable-backport: Backported in 6.12.14" | ||
11952 | |||
11953 | CVE_STATUS[CVE-2024-58083] = "cpe-stable-backport: Backported in 6.12.14" | ||
11954 | |||
11955 | CVE_STATUS[CVE-2024-58084] = "cpe-stable-backport: Backported in 6.12.14" | ||
11956 | |||
11957 | CVE_STATUS[CVE-2024-58085] = "cpe-stable-backport: Backported in 6.12.14" | ||
11958 | |||
11959 | CVE_STATUS[CVE-2024-58086] = "cpe-stable-backport: Backported in 6.12.16" | ||
11960 | |||
11961 | CVE_STATUS[CVE-2024-58087] = "cpe-stable-backport: Backported in 6.12.6" | ||
11962 | |||
11963 | CVE_STATUS[CVE-2024-58088] = "cpe-stable-backport: Backported in 6.12.17" | ||
11964 | |||
11965 | CVE_STATUS[CVE-2024-58089] = "cpe-stable-backport: Backported in 6.12.17" | ||
11966 | |||
11967 | CVE_STATUS[CVE-2024-58090] = "cpe-stable-backport: Backported in 6.12.18" | ||
11968 | |||
11969 | CVE_STATUS[CVE-2024-58091] = "cpe-stable-backport: Backported in 6.12.36" | ||
11970 | |||
11971 | CVE_STATUS[CVE-2024-58092] = "cpe-stable-backport: Backported in 6.12.22" | ||
11972 | |||
11973 | # CVE-2024-58093 needs backporting (fixed from 6.15) | ||
11974 | |||
11975 | # CVE-2024-58094 needs backporting (fixed from 6.15) | ||
11976 | |||
11977 | # CVE-2024-58095 needs backporting (fixed from 6.15) | ||
11978 | |||
11979 | # CVE-2024-58096 needs backporting (fixed from 6.15) | ||
11980 | |||
11981 | # CVE-2024-58097 needs backporting (fixed from 6.15) | ||
11982 | |||
11983 | CVE_STATUS[CVE-2024-58098] = "cpe-stable-backport: Backported in 6.12.25" | ||
11984 | |||
11985 | CVE_STATUS[CVE-2024-58099] = "fixed-version: Fixed from version 6.12" | ||
11986 | |||
11987 | CVE_STATUS[CVE-2024-58100] = "cpe-stable-backport: Backported in 6.12.25" | ||
11988 | |||
11989 | CVE_STATUS[CVE-2024-58237] = "cpe-stable-backport: Backported in 6.12.9" | ||
11990 | |||
11991 | CVE_STATUS[CVE-2025-21629] = "cpe-stable-backport: Backported in 6.12.9" | ||
11992 | |||
11993 | CVE_STATUS[CVE-2025-21631] = "cpe-stable-backport: Backported in 6.12.10" | ||
11994 | |||
11995 | CVE_STATUS[CVE-2025-21632] = "cpe-stable-backport: Backported in 6.12.10" | ||
11996 | |||
11997 | CVE_STATUS[CVE-2025-21634] = "cpe-stable-backport: Backported in 6.12.10" | ||
11998 | |||
11999 | CVE_STATUS[CVE-2025-21635] = "cpe-stable-backport: Backported in 6.12.10" | ||
12000 | |||
12001 | CVE_STATUS[CVE-2025-21636] = "cpe-stable-backport: Backported in 6.12.10" | ||
12002 | |||
12003 | CVE_STATUS[CVE-2025-21637] = "cpe-stable-backport: Backported in 6.12.10" | ||
12004 | |||
12005 | CVE_STATUS[CVE-2025-21638] = "cpe-stable-backport: Backported in 6.12.10" | ||
12006 | |||
12007 | CVE_STATUS[CVE-2025-21639] = "cpe-stable-backport: Backported in 6.12.10" | ||
12008 | |||
12009 | CVE_STATUS[CVE-2025-21640] = "cpe-stable-backport: Backported in 6.12.10" | ||
12010 | |||
12011 | CVE_STATUS[CVE-2025-21641] = "cpe-stable-backport: Backported in 6.12.10" | ||
12012 | |||
12013 | CVE_STATUS[CVE-2025-21642] = "cpe-stable-backport: Backported in 6.12.10" | ||
12014 | |||
12015 | CVE_STATUS[CVE-2025-21643] = "cpe-stable-backport: Backported in 6.12.10" | ||
12016 | |||
12017 | CVE_STATUS[CVE-2025-21644] = "cpe-stable-backport: Backported in 6.12.10" | ||
12018 | |||
12019 | CVE_STATUS[CVE-2025-21645] = "cpe-stable-backport: Backported in 6.12.10" | ||
12020 | |||
12021 | CVE_STATUS[CVE-2025-21646] = "cpe-stable-backport: Backported in 6.12.10" | ||
12022 | |||
12023 | CVE_STATUS[CVE-2025-21647] = "cpe-stable-backport: Backported in 6.12.10" | ||
12024 | |||
12025 | CVE_STATUS[CVE-2025-21648] = "cpe-stable-backport: Backported in 6.12.10" | ||
12026 | |||
12027 | CVE_STATUS[CVE-2025-21649] = "cpe-stable-backport: Backported in 6.12.10" | ||
12028 | |||
12029 | CVE_STATUS[CVE-2025-21650] = "cpe-stable-backport: Backported in 6.12.10" | ||
12030 | |||
12031 | CVE_STATUS[CVE-2025-21651] = "cpe-stable-backport: Backported in 6.12.10" | ||
12032 | |||
12033 | CVE_STATUS[CVE-2025-21652] = "cpe-stable-backport: Backported in 6.12.10" | ||
12034 | |||
12035 | CVE_STATUS[CVE-2025-21653] = "cpe-stable-backport: Backported in 6.12.10" | ||
12036 | |||
12037 | CVE_STATUS[CVE-2025-21654] = "cpe-stable-backport: Backported in 6.12.10" | ||
12038 | |||
12039 | CVE_STATUS[CVE-2025-21655] = "cpe-stable-backport: Backported in 6.12.10" | ||
12040 | |||
12041 | CVE_STATUS[CVE-2025-21656] = "cpe-stable-backport: Backported in 6.12.10" | ||
12042 | |||
12043 | CVE_STATUS[CVE-2025-21657] = "cpe-stable-backport: Backported in 6.12.10" | ||
12044 | |||
12045 | CVE_STATUS[CVE-2025-21658] = "cpe-stable-backport: Backported in 6.12.10" | ||
12046 | |||
12047 | CVE_STATUS[CVE-2025-21659] = "cpe-stable-backport: Backported in 6.12.10" | ||
12048 | |||
12049 | CVE_STATUS[CVE-2025-21660] = "cpe-stable-backport: Backported in 6.12.10" | ||
12050 | |||
12051 | CVE_STATUS[CVE-2025-21661] = "cpe-stable-backport: Backported in 6.12.10" | ||
12052 | |||
12053 | CVE_STATUS[CVE-2025-21662] = "cpe-stable-backport: Backported in 6.12.10" | ||
12054 | |||
12055 | CVE_STATUS[CVE-2025-21663] = "cpe-stable-backport: Backported in 6.12.10" | ||
12056 | |||
12057 | CVE_STATUS[CVE-2025-21664] = "cpe-stable-backport: Backported in 6.12.10" | ||
12058 | |||
12059 | CVE_STATUS[CVE-2025-21665] = "cpe-stable-backport: Backported in 6.12.11" | ||
12060 | |||
12061 | CVE_STATUS[CVE-2025-21666] = "cpe-stable-backport: Backported in 6.12.11" | ||
12062 | |||
12063 | CVE_STATUS[CVE-2025-21667] = "cpe-stable-backport: Backported in 6.12.11" | ||
12064 | |||
12065 | CVE_STATUS[CVE-2025-21668] = "cpe-stable-backport: Backported in 6.12.11" | ||
12066 | |||
12067 | CVE_STATUS[CVE-2025-21669] = "cpe-stable-backport: Backported in 6.12.11" | ||
12068 | |||
12069 | CVE_STATUS[CVE-2025-21670] = "cpe-stable-backport: Backported in 6.12.11" | ||
12070 | |||
12071 | CVE_STATUS[CVE-2025-21671] = "fixed-version: Fixed from version 6.12.11" | ||
12072 | |||
12073 | CVE_STATUS[CVE-2025-21672] = "cpe-stable-backport: Backported in 6.12.11" | ||
12074 | |||
12075 | CVE_STATUS[CVE-2025-21673] = "cpe-stable-backport: Backported in 6.12.11" | ||
12076 | |||
12077 | CVE_STATUS[CVE-2025-21674] = "cpe-stable-backport: Backported in 6.12.11" | ||
12078 | |||
12079 | CVE_STATUS[CVE-2025-21675] = "cpe-stable-backport: Backported in 6.12.11" | ||
12080 | |||
12081 | CVE_STATUS[CVE-2025-21676] = "cpe-stable-backport: Backported in 6.12.11" | ||
12082 | |||
12083 | CVE_STATUS[CVE-2025-21677] = "cpe-stable-backport: Backported in 6.12.11" | ||
12084 | |||
12085 | CVE_STATUS[CVE-2025-21678] = "cpe-stable-backport: Backported in 6.12.11" | ||
12086 | |||
12087 | CVE_STATUS[CVE-2025-21679] = "fixed-version: Fixed from version 6.12.11" | ||
12088 | |||
12089 | CVE_STATUS[CVE-2025-21680] = "cpe-stable-backport: Backported in 6.12.11" | ||
12090 | |||
12091 | CVE_STATUS[CVE-2025-21681] = "cpe-stable-backport: Backported in 6.12.11" | ||
12092 | |||
12093 | CVE_STATUS[CVE-2025-21682] = "cpe-stable-backport: Backported in 6.12.11" | ||
12094 | |||
12095 | CVE_STATUS[CVE-2025-21683] = "cpe-stable-backport: Backported in 6.12.11" | ||
12096 | |||
12097 | CVE_STATUS[CVE-2025-21684] = "cpe-stable-backport: Backported in 6.12.11" | ||
12098 | |||
12099 | CVE_STATUS[CVE-2025-21685] = "cpe-stable-backport: Backported in 6.12.11" | ||
12100 | |||
12101 | CVE_STATUS[CVE-2025-21687] = "cpe-stable-backport: Backported in 6.12.12" | ||
12102 | |||
12103 | CVE_STATUS[CVE-2025-21688] = "cpe-stable-backport: Backported in 6.12.12" | ||
12104 | |||
12105 | CVE_STATUS[CVE-2025-21689] = "cpe-stable-backport: Backported in 6.12.12" | ||
12106 | |||
12107 | CVE_STATUS[CVE-2025-21690] = "cpe-stable-backport: Backported in 6.12.12" | ||
12108 | |||
12109 | CVE_STATUS[CVE-2025-21691] = "cpe-stable-backport: Backported in 6.12.12" | ||
12110 | |||
12111 | CVE_STATUS[CVE-2025-21692] = "cpe-stable-backport: Backported in 6.12.12" | ||
12112 | |||
12113 | CVE_STATUS[CVE-2025-21693] = "cpe-stable-backport: Backported in 6.12.12" | ||
12114 | |||
12115 | CVE_STATUS[CVE-2025-21694] = "cpe-stable-backport: Backported in 6.12.11" | ||
12116 | |||
12117 | CVE_STATUS[CVE-2025-21695] = "cpe-stable-backport: Backported in 6.12.11" | ||
12118 | |||
12119 | CVE_STATUS[CVE-2025-21696] = "cpe-stable-backport: Backported in 6.12.11" | ||
12120 | |||
12121 | CVE_STATUS[CVE-2025-21697] = "cpe-stable-backport: Backported in 6.12.11" | ||
12122 | |||
12123 | CVE_STATUS[CVE-2025-21699] = "cpe-stable-backport: Backported in 6.12.12" | ||
12124 | |||
12125 | CVE_STATUS[CVE-2025-21700] = "cpe-stable-backport: Backported in 6.12.13" | ||
12126 | |||
12127 | CVE_STATUS[CVE-2025-21701] = "cpe-stable-backport: Backported in 6.12.13" | ||
12128 | |||
12129 | CVE_STATUS[CVE-2025-21702] = "cpe-stable-backport: Backported in 6.12.14" | ||
12130 | |||
12131 | CVE_STATUS[CVE-2025-21703] = "cpe-stable-backport: Backported in 6.12.14" | ||
12132 | |||
12133 | CVE_STATUS[CVE-2025-21704] = "cpe-stable-backport: Backported in 6.12.16" | ||
12134 | |||
12135 | CVE_STATUS[CVE-2025-21705] = "cpe-stable-backport: Backported in 6.12.13" | ||
12136 | |||
12137 | CVE_STATUS[CVE-2025-21706] = "cpe-stable-backport: Backported in 6.12.13" | ||
12138 | |||
12139 | CVE_STATUS[CVE-2025-21707] = "cpe-stable-backport: Backported in 6.12.13" | ||
12140 | |||
12141 | CVE_STATUS[CVE-2025-21708] = "cpe-stable-backport: Backported in 6.12.13" | ||
12142 | |||
12143 | # CVE-2025-21709 needs backporting (fixed from 6.14) | ||
12144 | |||
12145 | CVE_STATUS[CVE-2025-21710] = "cpe-stable-backport: Backported in 6.12.13" | ||
12146 | |||
12147 | CVE_STATUS[CVE-2025-21711] = "cpe-stable-backport: Backported in 6.12.13" | ||
12148 | |||
12149 | CVE_STATUS[CVE-2025-21712] = "cpe-stable-backport: Backported in 6.12.13" | ||
12150 | |||
12151 | CVE_STATUS[CVE-2025-21713] = "cpe-stable-backport: Backported in 6.12.13" | ||
12152 | |||
12153 | CVE_STATUS[CVE-2025-21714] = "cpe-stable-backport: Backported in 6.12.13" | ||
12154 | |||
12155 | CVE_STATUS[CVE-2025-21715] = "cpe-stable-backport: Backported in 6.12.13" | ||
12156 | |||
12157 | CVE_STATUS[CVE-2025-21716] = "cpe-stable-backport: Backported in 6.12.13" | ||
12158 | |||
12159 | CVE_STATUS[CVE-2025-21717] = "fixed-version: only affects 6.13 onwards" | ||
12160 | |||
12161 | CVE_STATUS[CVE-2025-21718] = "cpe-stable-backport: Backported in 6.12.13" | ||
12162 | |||
12163 | CVE_STATUS[CVE-2025-21719] = "cpe-stable-backport: Backported in 6.12.13" | ||
12164 | |||
12165 | CVE_STATUS[CVE-2025-21720] = "cpe-stable-backport: Backported in 6.12.13" | ||
12166 | |||
12167 | CVE_STATUS[CVE-2025-21721] = "cpe-stable-backport: Backported in 6.12.13" | ||
12168 | |||
12169 | CVE_STATUS[CVE-2025-21722] = "cpe-stable-backport: Backported in 6.12.13" | ||
12170 | |||
12171 | CVE_STATUS[CVE-2025-21723] = "cpe-stable-backport: Backported in 6.12.13" | ||
12172 | |||
12173 | CVE_STATUS[CVE-2025-21724] = "cpe-stable-backport: Backported in 6.12.13" | ||
12174 | |||
12175 | CVE_STATUS[CVE-2025-21725] = "cpe-stable-backport: Backported in 6.12.13" | ||
12176 | |||
12177 | CVE_STATUS[CVE-2025-21726] = "cpe-stable-backport: Backported in 6.12.13" | ||
12178 | |||
12179 | CVE_STATUS[CVE-2025-21727] = "cpe-stable-backport: Backported in 6.12.13" | ||
12180 | |||
12181 | CVE_STATUS[CVE-2025-21728] = "cpe-stable-backport: Backported in 6.12.13" | ||
12182 | |||
12183 | CVE_STATUS[CVE-2025-21729] = "cpe-stable-backport: Backported in 6.12.13" | ||
12184 | |||
12185 | CVE_STATUS[CVE-2025-21730] = "fixed-version: only affects 6.13 onwards" | ||
12186 | |||
12187 | CVE_STATUS[CVE-2025-21731] = "cpe-stable-backport: Backported in 6.12.13" | ||
12188 | |||
12189 | CVE_STATUS[CVE-2025-21732] = "cpe-stable-backport: Backported in 6.12.14" | ||
12190 | |||
12191 | CVE_STATUS[CVE-2025-21733] = "cpe-stable-backport: Backported in 6.12.14" | ||
12192 | |||
12193 | CVE_STATUS[CVE-2025-21734] = "cpe-stable-backport: Backported in 6.12.14" | ||
12194 | |||
12195 | CVE_STATUS[CVE-2025-21735] = "cpe-stable-backport: Backported in 6.12.14" | ||
12196 | |||
12197 | CVE_STATUS[CVE-2025-21736] = "cpe-stable-backport: Backported in 6.12.14" | ||
12198 | |||
12199 | CVE_STATUS[CVE-2025-21737] = "cpe-stable-backport: Backported in 6.12.14" | ||
12200 | |||
12201 | CVE_STATUS[CVE-2025-21738] = "cpe-stable-backport: Backported in 6.12.14" | ||
12202 | |||
12203 | CVE_STATUS[CVE-2025-21739] = "cpe-stable-backport: Backported in 6.12.14" | ||
12204 | |||
12205 | CVE_STATUS[CVE-2025-21741] = "cpe-stable-backport: Backported in 6.12.14" | ||
12206 | |||
12207 | CVE_STATUS[CVE-2025-21742] = "cpe-stable-backport: Backported in 6.12.14" | ||
12208 | |||
12209 | CVE_STATUS[CVE-2025-21743] = "cpe-stable-backport: Backported in 6.12.14" | ||
12210 | |||
12211 | CVE_STATUS[CVE-2025-21744] = "cpe-stable-backport: Backported in 6.12.14" | ||
12212 | |||
12213 | CVE_STATUS[CVE-2025-21745] = "cpe-stable-backport: Backported in 6.12.14" | ||
12214 | |||
12215 | CVE_STATUS[CVE-2025-21746] = "cpe-stable-backport: Backported in 6.12.17" | ||
12216 | |||
12217 | CVE_STATUS[CVE-2025-21747] = "fixed-version: only affects 6.13 onwards" | ||
12218 | |||
12219 | CVE_STATUS[CVE-2025-21748] = "cpe-stable-backport: Backported in 6.12.14" | ||
12220 | |||
12221 | CVE_STATUS[CVE-2025-21749] = "cpe-stable-backport: Backported in 6.12.14" | ||
12222 | |||
12223 | CVE_STATUS[CVE-2025-21750] = "cpe-stable-backport: Backported in 6.12.14" | ||
12224 | |||
12225 | # CVE-2025-21751 needs backporting (fixed from 6.14) | ||
12226 | |||
12227 | # CVE-2025-21752 needs backporting (fixed from 6.14) | ||
12228 | |||
12229 | CVE_STATUS[CVE-2025-21753] = "cpe-stable-backport: Backported in 6.12.14" | ||
12230 | |||
12231 | CVE_STATUS[CVE-2025-21754] = "cpe-stable-backport: Backported in 6.12.14" | ||
12232 | |||
12233 | CVE_STATUS[CVE-2025-21756] = "cpe-stable-backport: Backported in 6.12.16" | ||
12234 | |||
12235 | CVE_STATUS[CVE-2025-21758] = "cpe-stable-backport: Backported in 6.12.16" | ||
12236 | |||
12237 | CVE_STATUS[CVE-2025-21759] = "cpe-stable-backport: Backported in 6.12.16" | ||
12238 | |||
12239 | CVE_STATUS[CVE-2025-21760] = "cpe-stable-backport: Backported in 6.12.16" | ||
12240 | |||
12241 | CVE_STATUS[CVE-2025-21761] = "cpe-stable-backport: Backported in 6.12.16" | ||
12242 | |||
12243 | CVE_STATUS[CVE-2025-21762] = "cpe-stable-backport: Backported in 6.12.16" | ||
12244 | |||
12245 | CVE_STATUS[CVE-2025-21763] = "cpe-stable-backport: Backported in 6.12.16" | ||
12246 | |||
12247 | CVE_STATUS[CVE-2025-21764] = "cpe-stable-backport: Backported in 6.12.16" | ||
12248 | |||
12249 | CVE_STATUS[CVE-2025-21765] = "cpe-stable-backport: Backported in 6.12.16" | ||
12250 | |||
12251 | CVE_STATUS[CVE-2025-21766] = "cpe-stable-backport: Backported in 6.12.16" | ||
12252 | |||
12253 | CVE_STATUS[CVE-2025-21767] = "cpe-stable-backport: Backported in 6.12.16" | ||
12254 | |||
12255 | CVE_STATUS[CVE-2025-21768] = "cpe-stable-backport: Backported in 6.12.16" | ||
12256 | |||
12257 | CVE_STATUS[CVE-2025-21769] = "fixed-version: only affects 6.13 onwards" | ||
12258 | |||
12259 | CVE_STATUS[CVE-2025-21770] = "cpe-stable-backport: Backported in 6.12.16" | ||
12260 | |||
12261 | CVE_STATUS[CVE-2025-21771] = "cpe-stable-backport: Backported in 6.12.16" | ||
12262 | |||
12263 | CVE_STATUS[CVE-2025-21772] = "cpe-stable-backport: Backported in 6.12.16" | ||
12264 | |||
12265 | CVE_STATUS[CVE-2025-21773] = "cpe-stable-backport: Backported in 6.12.16" | ||
12266 | |||
12267 | CVE_STATUS[CVE-2025-21774] = "cpe-stable-backport: Backported in 6.12.16" | ||
12268 | |||
12269 | CVE_STATUS[CVE-2025-21775] = "cpe-stable-backport: Backported in 6.12.16" | ||
12270 | |||
12271 | CVE_STATUS[CVE-2025-21776] = "cpe-stable-backport: Backported in 6.12.16" | ||
12272 | |||
12273 | CVE_STATUS[CVE-2025-21777] = "cpe-stable-backport: Backported in 6.12.16" | ||
12274 | |||
12275 | CVE_STATUS[CVE-2025-21778] = "cpe-stable-backport: Backported in 6.12.16" | ||
12276 | |||
12277 | CVE_STATUS[CVE-2025-21779] = "cpe-stable-backport: Backported in 6.12.16" | ||
12278 | |||
12279 | CVE_STATUS[CVE-2025-21780] = "cpe-stable-backport: Backported in 6.12.16" | ||
12280 | |||
12281 | CVE_STATUS[CVE-2025-21781] = "cpe-stable-backport: Backported in 6.12.16" | ||
12282 | |||
12283 | CVE_STATUS[CVE-2025-21782] = "cpe-stable-backport: Backported in 6.12.16" | ||
12284 | |||
12285 | CVE_STATUS[CVE-2025-21783] = "cpe-stable-backport: Backported in 6.12.16" | ||
12286 | |||
12287 | CVE_STATUS[CVE-2025-21784] = "cpe-stable-backport: Backported in 6.12.16" | ||
12288 | |||
12289 | CVE_STATUS[CVE-2025-21785] = "cpe-stable-backport: Backported in 6.12.16" | ||
12290 | |||
12291 | CVE_STATUS[CVE-2025-21786] = "cpe-stable-backport: Backported in 6.12.16" | ||
12292 | |||
12293 | CVE_STATUS[CVE-2025-21787] = "cpe-stable-backport: Backported in 6.12.16" | ||
12294 | |||
12295 | CVE_STATUS[CVE-2025-21788] = "cpe-stable-backport: Backported in 6.12.16" | ||
12296 | |||
12297 | CVE_STATUS[CVE-2025-21789] = "cpe-stable-backport: Backported in 6.12.16" | ||
12298 | |||
12299 | CVE_STATUS[CVE-2025-21790] = "cpe-stable-backport: Backported in 6.12.16" | ||
12300 | |||
12301 | CVE_STATUS[CVE-2025-21791] = "cpe-stable-backport: Backported in 6.12.16" | ||
12302 | |||
12303 | CVE_STATUS[CVE-2025-21792] = "cpe-stable-backport: Backported in 6.12.16" | ||
12304 | |||
12305 | CVE_STATUS[CVE-2025-21793] = "cpe-stable-backport: Backported in 6.12.16" | ||
12306 | |||
12307 | CVE_STATUS[CVE-2025-21794] = "cpe-stable-backport: Backported in 6.12.16" | ||
12308 | |||
12309 | CVE_STATUS[CVE-2025-21795] = "cpe-stable-backport: Backported in 6.12.16" | ||
12310 | |||
12311 | CVE_STATUS[CVE-2025-21796] = "cpe-stable-backport: Backported in 6.12.16" | ||
12312 | |||
12313 | CVE_STATUS[CVE-2025-21797] = "fixed-version: only affects 6.13 onwards" | ||
12314 | |||
12315 | CVE_STATUS[CVE-2025-21798] = "cpe-stable-backport: Backported in 6.12.13" | ||
12316 | |||
12317 | CVE_STATUS[CVE-2025-21799] = "cpe-stable-backport: Backported in 6.12.13" | ||
12318 | |||
12319 | CVE_STATUS[CVE-2025-21800] = "cpe-stable-backport: Backported in 6.12.13" | ||
12320 | |||
12321 | CVE_STATUS[CVE-2025-21801] = "cpe-stable-backport: Backported in 6.12.13" | ||
12322 | |||
12323 | CVE_STATUS[CVE-2025-21802] = "cpe-stable-backport: Backported in 6.12.13" | ||
12324 | |||
12325 | CVE_STATUS[CVE-2025-21803] = "cpe-stable-backport: Backported in 6.12.13" | ||
12326 | |||
12327 | CVE_STATUS[CVE-2025-21804] = "cpe-stable-backport: Backported in 6.12.13" | ||
12328 | |||
12329 | CVE_STATUS[CVE-2025-21805] = "cpe-stable-backport: Backported in 6.12.13" | ||
12330 | |||
12331 | CVE_STATUS[CVE-2025-21806] = "cpe-stable-backport: Backported in 6.12.13" | ||
12332 | |||
12333 | # CVE-2025-21807 needs backporting (fixed from 6.14) | ||
12334 | |||
12335 | CVE_STATUS[CVE-2025-21808] = "cpe-stable-backport: Backported in 6.12.13" | ||
12336 | |||
12337 | CVE_STATUS[CVE-2025-21809] = "cpe-stable-backport: Backported in 6.12.13" | ||
12338 | |||
12339 | CVE_STATUS[CVE-2025-21810] = "cpe-stable-backport: Backported in 6.12.13" | ||
12340 | |||
12341 | CVE_STATUS[CVE-2025-21811] = "cpe-stable-backport: Backported in 6.12.13" | ||
12342 | |||
12343 | CVE_STATUS[CVE-2025-21812] = "cpe-stable-backport: Backported in 6.12.13" | ||
12344 | |||
12345 | CVE_STATUS[CVE-2025-21813] = "cpe-stable-backport: Backported in 6.12.14" | ||
12346 | |||
12347 | CVE_STATUS[CVE-2025-21814] = "cpe-stable-backport: Backported in 6.12.14" | ||
12348 | |||
12349 | CVE_STATUS[CVE-2025-21815] = "cpe-stable-backport: Backported in 6.12.14" | ||
12350 | |||
12351 | CVE_STATUS[CVE-2025-21816] = "cpe-stable-backport: Backported in 6.12.14" | ||
12352 | |||
12353 | CVE_STATUS[CVE-2025-21817] = "fixed-version: only affects 6.13.2 onwards" | ||
12354 | |||
12355 | CVE_STATUS[CVE-2025-21819] = "cpe-stable-backport: Backported in 6.12.14" | ||
12356 | |||
12357 | CVE_STATUS[CVE-2025-21820] = "cpe-stable-backport: Backported in 6.12.14" | ||
12358 | |||
12359 | CVE_STATUS[CVE-2025-21821] = "cpe-stable-backport: Backported in 6.12.16" | ||
12360 | |||
12361 | CVE_STATUS[CVE-2025-21822] = "fixed-version: only affects 6.13 onwards" | ||
12362 | |||
12363 | CVE_STATUS[CVE-2025-21823] = "cpe-stable-backport: Backported in 6.12.16" | ||
12364 | |||
12365 | CVE_STATUS[CVE-2025-21824] = "cpe-stable-backport: Backported in 6.12.16" | ||
12366 | |||
12367 | CVE_STATUS[CVE-2025-21825] = "cpe-stable-backport: Backported in 6.12.13" | ||
12368 | |||
12369 | CVE_STATUS[CVE-2025-21826] = "cpe-stable-backport: Backported in 6.12.13" | ||
12370 | |||
12371 | CVE_STATUS[CVE-2025-21827] = "cpe-stable-backport: Backported in 6.12.13" | ||
12372 | |||
12373 | CVE_STATUS[CVE-2025-21828] = "cpe-stable-backport: Backported in 6.12.13" | ||
12374 | |||
12375 | CVE_STATUS[CVE-2025-21829] = "cpe-stable-backport: Backported in 6.12.13" | ||
12376 | |||
12377 | CVE_STATUS[CVE-2025-21830] = "cpe-stable-backport: Backported in 6.12.13" | ||
12378 | |||
12379 | CVE_STATUS[CVE-2025-21831] = "cpe-stable-backport: Backported in 6.12.14" | ||
12380 | |||
12381 | CVE_STATUS[CVE-2025-21832] = "cpe-stable-backport: Backported in 6.12.14" | ||
12382 | |||
12383 | # CVE-2025-21833 needs backporting (fixed from 6.14) | ||
12384 | |||
12385 | CVE_STATUS[CVE-2025-21834] = "cpe-stable-backport: Backported in 6.12.14" | ||
12386 | |||
12387 | CVE_STATUS[CVE-2025-21835] = "cpe-stable-backport: Backported in 6.12.16" | ||
12388 | |||
12389 | CVE_STATUS[CVE-2025-21836] = "cpe-stable-backport: Backported in 6.12.16" | ||
12390 | |||
12391 | CVE_STATUS[CVE-2025-21838] = "cpe-stable-backport: Backported in 6.12.16" | ||
12392 | |||
12393 | CVE_STATUS[CVE-2025-21839] = "cpe-stable-backport: Backported in 6.12.16" | ||
12394 | |||
12395 | CVE_STATUS[CVE-2025-21840] = "fixed-version: only affects 6.13 onwards" | ||
12396 | |||
12397 | CVE_STATUS[CVE-2025-21841] = "cpe-stable-backport: Backported in 6.12.16" | ||
12398 | |||
12399 | CVE_STATUS[CVE-2025-21842] = "cpe-stable-backport: Backported in 6.12.16" | ||
12400 | |||
12401 | CVE_STATUS[CVE-2025-21843] = "fixed-version: only affects 6.13 onwards" | ||
12402 | |||
12403 | CVE_STATUS[CVE-2025-21844] = "cpe-stable-backport: Backported in 6.12.17" | ||
12404 | |||
12405 | CVE_STATUS[CVE-2025-21845] = "cpe-stable-backport: Backported in 6.12.17" | ||
12406 | |||
12407 | CVE_STATUS[CVE-2025-21846] = "cpe-stable-backport: Backported in 6.12.17" | ||
12408 | |||
12409 | CVE_STATUS[CVE-2025-21847] = "cpe-stable-backport: Backported in 6.12.17" | ||
12410 | |||
12411 | CVE_STATUS[CVE-2025-21848] = "cpe-stable-backport: Backported in 6.12.17" | ||
12412 | |||
12413 | CVE_STATUS[CVE-2025-21849] = "cpe-stable-backport: Backported in 6.12.17" | ||
12414 | |||
12415 | CVE_STATUS[CVE-2025-21850] = "fixed-version: only affects 6.13 onwards" | ||
12416 | |||
12417 | CVE_STATUS[CVE-2025-21851] = "cpe-stable-backport: Backported in 6.12.17" | ||
12418 | |||
12419 | CVE_STATUS[CVE-2025-21852] = "cpe-stable-backport: Backported in 6.12.17" | ||
12420 | |||
12421 | CVE_STATUS[CVE-2025-21853] = "cpe-stable-backport: Backported in 6.12.17" | ||
12422 | |||
12423 | CVE_STATUS[CVE-2025-21854] = "cpe-stable-backport: Backported in 6.12.17" | ||
12424 | |||
12425 | CVE_STATUS[CVE-2025-21855] = "cpe-stable-backport: Backported in 6.12.17" | ||
12426 | |||
12427 | CVE_STATUS[CVE-2025-21856] = "cpe-stable-backport: Backported in 6.12.17" | ||
12428 | |||
12429 | CVE_STATUS[CVE-2025-21857] = "cpe-stable-backport: Backported in 6.12.17" | ||
12430 | |||
12431 | CVE_STATUS[CVE-2025-21858] = "cpe-stable-backport: Backported in 6.12.17" | ||
12432 | |||
12433 | CVE_STATUS[CVE-2025-21859] = "cpe-stable-backport: Backported in 6.12.17" | ||
12434 | |||
12435 | CVE_STATUS[CVE-2025-21860] = "fixed-version: only affects 6.13 onwards" | ||
12436 | |||
12437 | CVE_STATUS[CVE-2025-21861] = "cpe-stable-backport: Backported in 6.12.17" | ||
12438 | |||
12439 | CVE_STATUS[CVE-2025-21862] = "cpe-stable-backport: Backported in 6.12.17" | ||
12440 | |||
12441 | CVE_STATUS[CVE-2025-21863] = "cpe-stable-backport: Backported in 6.12.17" | ||
12442 | |||
12443 | CVE_STATUS[CVE-2025-21864] = "cpe-stable-backport: Backported in 6.12.17" | ||
12444 | |||
12445 | CVE_STATUS[CVE-2025-21865] = "cpe-stable-backport: Backported in 6.12.17" | ||
12446 | |||
12447 | CVE_STATUS[CVE-2025-21866] = "cpe-stable-backport: Backported in 6.12.17" | ||
12448 | |||
12449 | CVE_STATUS[CVE-2025-21867] = "cpe-stable-backport: Backported in 6.12.17" | ||
12450 | |||
12451 | CVE_STATUS[CVE-2025-21868] = "cpe-stable-backport: Backported in 6.12.17" | ||
12452 | |||
12453 | CVE_STATUS[CVE-2025-21869] = "cpe-stable-backport: Backported in 6.12.17" | ||
12454 | |||
12455 | CVE_STATUS[CVE-2025-21870] = "cpe-stable-backport: Backported in 6.12.17" | ||
12456 | |||
12457 | CVE_STATUS[CVE-2025-21871] = "cpe-stable-backport: Backported in 6.12.17" | ||
12458 | |||
12459 | CVE_STATUS[CVE-2025-21872] = "cpe-stable-backport: Backported in 6.12.18" | ||
12460 | |||
12461 | CVE_STATUS[CVE-2025-21873] = "cpe-stable-backport: Backported in 6.12.18" | ||
12462 | |||
12463 | CVE_STATUS[CVE-2025-21874] = "cpe-stable-backport: Backported in 6.12.18" | ||
12464 | |||
12465 | CVE_STATUS[CVE-2025-21875] = "cpe-stable-backport: Backported in 6.12.18" | ||
12466 | |||
12467 | CVE_STATUS[CVE-2025-21876] = "cpe-stable-backport: Backported in 6.12.18" | ||
12468 | |||
12469 | CVE_STATUS[CVE-2025-21877] = "cpe-stable-backport: Backported in 6.12.18" | ||
12470 | |||
12471 | CVE_STATUS[CVE-2025-21878] = "cpe-stable-backport: Backported in 6.12.18" | ||
12472 | |||
12473 | CVE_STATUS[CVE-2025-21879] = "fixed-version: only affects 6.13 onwards" | ||
12474 | |||
12475 | CVE_STATUS[CVE-2025-21880] = "cpe-stable-backport: Backported in 6.12.18" | ||
12476 | |||
12477 | CVE_STATUS[CVE-2025-21881] = "cpe-stable-backport: Backported in 6.12.18" | ||
12478 | |||
12479 | CVE_STATUS[CVE-2025-21882] = "fixed-version: only affects 6.13 onwards" | ||
12480 | |||
12481 | CVE_STATUS[CVE-2025-21883] = "cpe-stable-backport: Backported in 6.12.18" | ||
12482 | |||
12483 | # CVE-2025-21884 needs backporting (fixed from 6.14) | ||
12484 | |||
12485 | CVE_STATUS[CVE-2025-21885] = "cpe-stable-backport: Backported in 6.12.18" | ||
12486 | |||
12487 | CVE_STATUS[CVE-2025-21886] = "cpe-stable-backport: Backported in 6.12.18" | ||
12488 | |||
12489 | CVE_STATUS[CVE-2025-21887] = "cpe-stable-backport: Backported in 6.12.18" | ||
12490 | |||
12491 | CVE_STATUS[CVE-2025-21888] = "cpe-stable-backport: Backported in 6.12.18" | ||
12492 | |||
12493 | CVE_STATUS[CVE-2025-21889] = "cpe-stable-backport: Backported in 6.12.18" | ||
12494 | |||
12495 | CVE_STATUS[CVE-2025-21890] = "cpe-stable-backport: Backported in 6.12.18" | ||
12496 | |||
12497 | CVE_STATUS[CVE-2025-21891] = "cpe-stable-backport: Backported in 6.12.18" | ||
12498 | |||
12499 | CVE_STATUS[CVE-2025-21892] = "cpe-stable-backport: Backported in 6.12.18" | ||
12500 | |||
12501 | CVE_STATUS[CVE-2025-21893] = "cpe-stable-backport: Backported in 6.12.21" | ||
12502 | |||
12503 | CVE_STATUS[CVE-2025-21894] = "cpe-stable-backport: Backported in 6.12.18" | ||
12504 | |||
12505 | CVE_STATUS[CVE-2025-21895] = "cpe-stable-backport: Backported in 6.12.18" | ||
12506 | |||
12507 | CVE_STATUS[CVE-2025-21896] = "fixed-version: only affects 6.13 onwards" | ||
12508 | |||
12509 | CVE_STATUS[CVE-2025-21897] = "cpe-stable-backport: Backported in 6.12.18" | ||
12510 | |||
12511 | CVE_STATUS[CVE-2025-21898] = "cpe-stable-backport: Backported in 6.12.18" | ||
12512 | |||
12513 | CVE_STATUS[CVE-2025-21899] = "cpe-stable-backport: Backported in 6.12.18" | ||
12514 | |||
12515 | CVE_STATUS[CVE-2025-21900] = "cpe-stable-backport: Backported in 6.12.18" | ||
12516 | |||
12517 | CVE_STATUS[CVE-2025-21901] = "cpe-stable-backport: Backported in 6.12.18" | ||
12518 | |||
12519 | CVE_STATUS[CVE-2025-21902] = "cpe-stable-backport: Backported in 6.12.19" | ||
12520 | |||
12521 | CVE_STATUS[CVE-2025-21903] = "cpe-stable-backport: Backported in 6.12.19" | ||
12522 | |||
12523 | CVE_STATUS[CVE-2025-21904] = "cpe-stable-backport: Backported in 6.12.19" | ||
12524 | |||
12525 | CVE_STATUS[CVE-2025-21905] = "cpe-stable-backport: Backported in 6.12.19" | ||
12526 | |||
12527 | CVE_STATUS[CVE-2025-21906] = "cpe-stable-backport: Backported in 6.12.19" | ||
12528 | |||
12529 | CVE_STATUS[CVE-2025-21907] = "cpe-stable-backport: Backported in 6.12.19" | ||
12530 | |||
12531 | CVE_STATUS[CVE-2025-21908] = "cpe-stable-backport: Backported in 6.12.19" | ||
12532 | |||
12533 | CVE_STATUS[CVE-2025-21909] = "cpe-stable-backport: Backported in 6.12.19" | ||
12534 | |||
12535 | CVE_STATUS[CVE-2025-21910] = "cpe-stable-backport: Backported in 6.12.19" | ||
12536 | |||
12537 | CVE_STATUS[CVE-2025-21911] = "cpe-stable-backport: Backported in 6.12.19" | ||
12538 | |||
12539 | CVE_STATUS[CVE-2025-21912] = "cpe-stable-backport: Backported in 6.12.19" | ||
12540 | |||
12541 | CVE_STATUS[CVE-2025-21913] = "cpe-stable-backport: Backported in 6.12.19" | ||
12542 | |||
12543 | CVE_STATUS[CVE-2025-21914] = "cpe-stable-backport: Backported in 6.12.19" | ||
12544 | |||
12545 | CVE_STATUS[CVE-2025-21915] = "cpe-stable-backport: Backported in 6.12.19" | ||
12546 | |||
12547 | CVE_STATUS[CVE-2025-21916] = "cpe-stable-backport: Backported in 6.12.19" | ||
12548 | |||
12549 | CVE_STATUS[CVE-2025-21917] = "cpe-stable-backport: Backported in 6.12.19" | ||
12550 | |||
12551 | CVE_STATUS[CVE-2025-21918] = "cpe-stable-backport: Backported in 6.12.19" | ||
12552 | |||
12553 | CVE_STATUS[CVE-2025-21919] = "cpe-stable-backport: Backported in 6.12.19" | ||
12554 | |||
12555 | CVE_STATUS[CVE-2025-21920] = "cpe-stable-backport: Backported in 6.12.19" | ||
12556 | |||
12557 | CVE_STATUS[CVE-2025-21921] = "cpe-stable-backport: Backported in 6.12.19" | ||
12558 | |||
12559 | CVE_STATUS[CVE-2025-21922] = "cpe-stable-backport: Backported in 6.12.19" | ||
12560 | |||
12561 | CVE_STATUS[CVE-2025-21923] = "cpe-stable-backport: Backported in 6.12.19" | ||
12562 | |||
12563 | CVE_STATUS[CVE-2025-21924] = "cpe-stable-backport: Backported in 6.12.19" | ||
12564 | |||
12565 | CVE_STATUS[CVE-2025-21925] = "cpe-stable-backport: Backported in 6.12.19" | ||
12566 | |||
12567 | CVE_STATUS[CVE-2025-21926] = "cpe-stable-backport: Backported in 6.12.19" | ||
12568 | |||
12569 | CVE_STATUS[CVE-2025-21927] = "cpe-stable-backport: Backported in 6.12.19" | ||
12570 | |||
12571 | CVE_STATUS[CVE-2025-21928] = "cpe-stable-backport: Backported in 6.12.19" | ||
12572 | |||
12573 | CVE_STATUS[CVE-2025-21929] = "cpe-stable-backport: Backported in 6.12.19" | ||
12574 | |||
12575 | CVE_STATUS[CVE-2025-21930] = "cpe-stable-backport: Backported in 6.12.19" | ||
12576 | |||
12577 | CVE_STATUS[CVE-2025-21931] = "cpe-stable-backport: Backported in 6.12.19" | ||
12578 | |||
12579 | CVE_STATUS[CVE-2025-21932] = "cpe-stable-backport: Backported in 6.12.19" | ||
12580 | |||
12581 | CVE_STATUS[CVE-2025-21933] = "fixed-version: only affects 6.13 onwards" | ||
12582 | |||
12583 | CVE_STATUS[CVE-2025-21934] = "cpe-stable-backport: Backported in 6.12.19" | ||
12584 | |||
12585 | CVE_STATUS[CVE-2025-21935] = "cpe-stable-backport: Backported in 6.12.19" | ||
12586 | |||
12587 | CVE_STATUS[CVE-2025-21936] = "cpe-stable-backport: Backported in 6.12.19" | ||
12588 | |||
12589 | CVE_STATUS[CVE-2025-21937] = "cpe-stable-backport: Backported in 6.12.19" | ||
12590 | |||
12591 | CVE_STATUS[CVE-2025-21938] = "cpe-stable-backport: Backported in 6.12.19" | ||
12592 | |||
12593 | CVE_STATUS[CVE-2025-21939] = "cpe-stable-backport: Backported in 6.12.19" | ||
12594 | |||
12595 | CVE_STATUS[CVE-2025-21940] = "cpe-stable-backport: Backported in 6.12.19" | ||
12596 | |||
12597 | CVE_STATUS[CVE-2025-21941] = "cpe-stable-backport: Backported in 6.12.19" | ||
12598 | |||
12599 | CVE_STATUS[CVE-2025-21942] = "fixed-version: only affects 6.13.2 onwards" | ||
12600 | |||
12601 | CVE_STATUS[CVE-2025-21943] = "cpe-stable-backport: Backported in 6.12.19" | ||
12602 | |||
12603 | CVE_STATUS[CVE-2025-21944] = "cpe-stable-backport: Backported in 6.12.19" | ||
12604 | |||
12605 | CVE_STATUS[CVE-2025-21945] = "cpe-stable-backport: Backported in 6.12.19" | ||
12606 | |||
12607 | CVE_STATUS[CVE-2025-21946] = "cpe-stable-backport: Backported in 6.12.19" | ||
12608 | |||
12609 | CVE_STATUS[CVE-2025-21947] = "cpe-stable-backport: Backported in 6.12.19" | ||
12610 | |||
12611 | CVE_STATUS[CVE-2025-21948] = "cpe-stable-backport: Backported in 6.12.19" | ||
12612 | |||
12613 | # CVE-2025-21949 needs backporting (fixed from 6.14) | ||
12614 | |||
12615 | CVE_STATUS[CVE-2025-21950] = "cpe-stable-backport: Backported in 6.12.19" | ||
12616 | |||
12617 | CVE_STATUS[CVE-2025-21951] = "cpe-stable-backport: Backported in 6.12.19" | ||
12618 | |||
12619 | CVE_STATUS[CVE-2025-21952] = "fixed-version: only affects 6.13 onwards" | ||
12620 | |||
12621 | CVE_STATUS[CVE-2025-21953] = "fixed-version: only affects 6.13 onwards" | ||
12622 | |||
12623 | CVE_STATUS[CVE-2025-21954] = "cpe-stable-backport: Backported in 6.12.20" | ||
12624 | |||
12625 | CVE_STATUS[CVE-2025-21955] = "cpe-stable-backport: Backported in 6.12.20" | ||
12626 | |||
12627 | CVE_STATUS[CVE-2025-21956] = "cpe-stable-backport: Backported in 6.12.20" | ||
12628 | |||
12629 | CVE_STATUS[CVE-2025-21957] = "cpe-stable-backport: Backported in 6.12.20" | ||
12630 | |||
12631 | CVE_STATUS[CVE-2025-21958] = "cpe-stable-backport: Backported in 6.12.20" | ||
12632 | |||
12633 | CVE_STATUS[CVE-2025-21959] = "cpe-stable-backport: Backported in 6.12.20" | ||
12634 | |||
12635 | CVE_STATUS[CVE-2025-21960] = "cpe-stable-backport: Backported in 6.12.20" | ||
12636 | |||
12637 | CVE_STATUS[CVE-2025-21961] = "cpe-stable-backport: Backported in 6.12.20" | ||
12638 | |||
12639 | CVE_STATUS[CVE-2025-21962] = "cpe-stable-backport: Backported in 6.12.20" | ||
12640 | |||
12641 | CVE_STATUS[CVE-2025-21963] = "cpe-stable-backport: Backported in 6.12.20" | ||
12642 | |||
12643 | CVE_STATUS[CVE-2025-21964] = "cpe-stable-backport: Backported in 6.12.20" | ||
12644 | |||
12645 | CVE_STATUS[CVE-2025-21965] = "cpe-stable-backport: Backported in 6.12.20" | ||
12646 | |||
12647 | CVE_STATUS[CVE-2025-21966] = "cpe-stable-backport: Backported in 6.12.20" | ||
12648 | |||
12649 | CVE_STATUS[CVE-2025-21967] = "cpe-stable-backport: Backported in 6.12.20" | ||
12650 | |||
12651 | CVE_STATUS[CVE-2025-21968] = "cpe-stable-backport: Backported in 6.12.20" | ||
12652 | |||
12653 | CVE_STATUS[CVE-2025-21969] = "cpe-stable-backport: Backported in 6.12.20" | ||
12654 | |||
12655 | CVE_STATUS[CVE-2025-21970] = "cpe-stable-backport: Backported in 6.12.20" | ||
12656 | |||
12657 | CVE_STATUS[CVE-2025-21971] = "cpe-stable-backport: Backported in 6.12.20" | ||
12658 | |||
12659 | CVE_STATUS[CVE-2025-21972] = "cpe-stable-backport: Backported in 6.12.20" | ||
12660 | |||
12661 | CVE_STATUS[CVE-2025-21973] = "cpe-stable-backport: Backported in 6.12.20" | ||
12662 | |||
12663 | CVE_STATUS[CVE-2025-21974] = "cpe-stable-backport: Backported in 6.12.20" | ||
12664 | |||
12665 | CVE_STATUS[CVE-2025-21975] = "cpe-stable-backport: Backported in 6.12.20" | ||
12666 | |||
12667 | CVE_STATUS[CVE-2025-21976] = "cpe-stable-backport: Backported in 6.12.20" | ||
12668 | |||
12669 | CVE_STATUS[CVE-2025-21977] = "cpe-stable-backport: Backported in 6.12.20" | ||
12670 | |||
12671 | CVE_STATUS[CVE-2025-21978] = "cpe-stable-backport: Backported in 6.12.20" | ||
12672 | |||
12673 | CVE_STATUS[CVE-2025-21979] = "cpe-stable-backport: Backported in 6.12.20" | ||
12674 | |||
12675 | CVE_STATUS[CVE-2025-21980] = "cpe-stable-backport: Backported in 6.12.20" | ||
12676 | |||
12677 | CVE_STATUS[CVE-2025-21981] = "cpe-stable-backport: Backported in 6.12.20" | ||
12678 | |||
12679 | CVE_STATUS[CVE-2025-21982] = "cpe-stable-backport: Backported in 6.12.20" | ||
12680 | |||
12681 | CVE_STATUS[CVE-2025-21983] = "cpe-stable-backport: Backported in 6.12.20" | ||
12682 | |||
12683 | CVE_STATUS[CVE-2025-21984] = "cpe-stable-backport: Backported in 6.12.20" | ||
12684 | |||
12685 | CVE_STATUS[CVE-2025-21985] = "cpe-stable-backport: Backported in 6.12.20" | ||
12686 | |||
12687 | CVE_STATUS[CVE-2025-21986] = "cpe-stable-backport: Backported in 6.12.20" | ||
12688 | |||
12689 | CVE_STATUS[CVE-2025-21987] = "cpe-stable-backport: Backported in 6.12.18" | ||
12690 | |||
12691 | # CVE-2025-21988 has no known resolution | ||
12692 | |||
12693 | CVE_STATUS[CVE-2025-21989] = "cpe-stable-backport: Backported in 6.12.20" | ||
12694 | |||
12695 | CVE_STATUS[CVE-2025-21990] = "cpe-stable-backport: Backported in 6.12.20" | ||
12696 | |||
12697 | CVE_STATUS[CVE-2025-21991] = "cpe-stable-backport: Backported in 6.12.20" | ||
12698 | |||
12699 | CVE_STATUS[CVE-2025-21992] = "cpe-stable-backport: Backported in 6.12.20" | ||
12700 | |||
12701 | CVE_STATUS[CVE-2025-21993] = "cpe-stable-backport: Backported in 6.12.20" | ||
12702 | |||
12703 | CVE_STATUS[CVE-2025-21994] = "cpe-stable-backport: Backported in 6.12.21" | ||
12704 | |||
12705 | CVE_STATUS[CVE-2025-21995] = "cpe-stable-backport: Backported in 6.12.21" | ||
12706 | |||
12707 | CVE_STATUS[CVE-2025-21996] = "cpe-stable-backport: Backported in 6.12.21" | ||
12708 | |||
12709 | CVE_STATUS[CVE-2025-21997] = "cpe-stable-backport: Backported in 6.12.21" | ||
12710 | |||
12711 | CVE_STATUS[CVE-2025-21998] = "cpe-stable-backport: Backported in 6.12.21" | ||
12712 | |||
12713 | CVE_STATUS[CVE-2025-21999] = "cpe-stable-backport: Backported in 6.12.21" | ||
12714 | |||
12715 | CVE_STATUS[CVE-2025-22000] = "cpe-stable-backport: Backported in 6.12.21" | ||
12716 | |||
12717 | CVE_STATUS[CVE-2025-22001] = "cpe-stable-backport: Backported in 6.12.21" | ||
12718 | |||
12719 | CVE_STATUS[CVE-2025-22002] = "cpe-stable-backport: Backported in 6.12.21" | ||
12720 | |||
12721 | CVE_STATUS[CVE-2025-22003] = "cpe-stable-backport: Backported in 6.12.21" | ||
12722 | |||
12723 | CVE_STATUS[CVE-2025-22004] = "cpe-stable-backport: Backported in 6.12.21" | ||
12724 | |||
12725 | CVE_STATUS[CVE-2025-22005] = "cpe-stable-backport: Backported in 6.12.21" | ||
12726 | |||
12727 | CVE_STATUS[CVE-2025-22006] = "cpe-stable-backport: Backported in 6.12.21" | ||
12728 | |||
12729 | CVE_STATUS[CVE-2025-22007] = "cpe-stable-backport: Backported in 6.12.21" | ||
12730 | |||
12731 | CVE_STATUS[CVE-2025-22008] = "cpe-stable-backport: Backported in 6.12.21" | ||
12732 | |||
12733 | CVE_STATUS[CVE-2025-22009] = "cpe-stable-backport: Backported in 6.12.21" | ||
12734 | |||
12735 | CVE_STATUS[CVE-2025-22010] = "cpe-stable-backport: Backported in 6.12.21" | ||
12736 | |||
12737 | CVE_STATUS[CVE-2025-22011] = "cpe-stable-backport: Backported in 6.12.21" | ||
12738 | |||
12739 | CVE_STATUS[CVE-2025-22012] = "fixed-version: only affects 6.13 onwards" | ||
12740 | |||
12741 | CVE_STATUS[CVE-2025-22013] = "cpe-stable-backport: Backported in 6.12.21" | ||
12742 | |||
12743 | CVE_STATUS[CVE-2025-22014] = "cpe-stable-backport: Backported in 6.12.21" | ||
12744 | |||
12745 | CVE_STATUS[CVE-2025-22015] = "cpe-stable-backport: Backported in 6.12.21" | ||
12746 | |||
12747 | CVE_STATUS[CVE-2025-22016] = "cpe-stable-backport: Backported in 6.12.21" | ||
12748 | |||
12749 | CVE_STATUS[CVE-2025-22017] = "cpe-stable-backport: Backported in 6.12.21" | ||
12750 | |||
12751 | CVE_STATUS[CVE-2025-22018] = "cpe-stable-backport: Backported in 6.12.22" | ||
12752 | |||
12753 | CVE_STATUS[CVE-2025-22019] = "cpe-stable-backport: Backported in 6.12.22" | ||
12754 | |||
12755 | CVE_STATUS[CVE-2025-22020] = "cpe-stable-backport: Backported in 6.12.22" | ||
12756 | |||
12757 | CVE_STATUS[CVE-2025-22021] = "cpe-stable-backport: Backported in 6.12.22" | ||
12758 | |||
12759 | CVE_STATUS[CVE-2025-22022] = "cpe-stable-backport: Backported in 6.12.22" | ||
12760 | |||
12761 | CVE_STATUS[CVE-2025-22023] = "cpe-stable-backport: Backported in 6.12.22" | ||
12762 | |||
12763 | CVE_STATUS[CVE-2025-22024] = "cpe-stable-backport: Backported in 6.12.23" | ||
12764 | |||
12765 | CVE_STATUS[CVE-2025-22025] = "cpe-stable-backport: Backported in 6.12.23" | ||
12766 | |||
12767 | CVE_STATUS[CVE-2025-22026] = "cpe-stable-backport: Backported in 6.12.24" | ||
12768 | |||
12769 | CVE_STATUS[CVE-2025-22027] = "cpe-stable-backport: Backported in 6.12.23" | ||
12770 | |||
12771 | CVE_STATUS[CVE-2025-22028] = "cpe-stable-backport: Backported in 6.12.23" | ||
12772 | |||
12773 | CVE_STATUS[CVE-2025-22030] = "cpe-stable-backport: Backported in 6.12.23" | ||
12774 | |||
12775 | CVE_STATUS[CVE-2025-22031] = "fixed-version: only affects 6.13 onwards" | ||
12776 | |||
12777 | CVE_STATUS[CVE-2025-22032] = "cpe-stable-backport: Backported in 6.12.23" | ||
12778 | |||
12779 | CVE_STATUS[CVE-2025-22033] = "cpe-stable-backport: Backported in 6.12.23" | ||
12780 | |||
12781 | CVE_STATUS[CVE-2025-22034] = "cpe-stable-backport: Backported in 6.12.23" | ||
12782 | |||
12783 | CVE_STATUS[CVE-2025-22035] = "cpe-stable-backport: Backported in 6.12.23" | ||
12784 | |||
12785 | CVE_STATUS[CVE-2025-22036] = "cpe-stable-backport: Backported in 6.12.23" | ||
12786 | |||
12787 | CVE_STATUS[CVE-2025-22037] = "cpe-stable-backport: Backported in 6.12.23" | ||
12788 | |||
12789 | CVE_STATUS[CVE-2025-22038] = "cpe-stable-backport: Backported in 6.12.23" | ||
12790 | |||
12791 | CVE_STATUS[CVE-2025-22039] = "cpe-stable-backport: Backported in 6.12.23" | ||
12792 | |||
12793 | CVE_STATUS[CVE-2025-22040] = "cpe-stable-backport: Backported in 6.12.23" | ||
12794 | |||
12795 | CVE_STATUS[CVE-2025-22041] = "cpe-stable-backport: Backported in 6.12.23" | ||
12796 | |||
12797 | CVE_STATUS[CVE-2025-22042] = "cpe-stable-backport: Backported in 6.12.23" | ||
12798 | |||
12799 | CVE_STATUS[CVE-2025-22043] = "cpe-stable-backport: Backported in 6.12.23" | ||
12800 | |||
12801 | CVE_STATUS[CVE-2025-22044] = "cpe-stable-backport: Backported in 6.12.23" | ||
12802 | |||
12803 | CVE_STATUS[CVE-2025-22045] = "cpe-stable-backport: Backported in 6.12.23" | ||
12804 | |||
12805 | CVE_STATUS[CVE-2025-22046] = "cpe-stable-backport: Backported in 6.12.23" | ||
12806 | |||
12807 | CVE_STATUS[CVE-2025-22047] = "cpe-stable-backport: Backported in 6.12.23" | ||
12808 | |||
12809 | CVE_STATUS[CVE-2025-22048] = "cpe-stable-backport: Backported in 6.12.23" | ||
12810 | |||
12811 | CVE_STATUS[CVE-2025-22049] = "cpe-stable-backport: Backported in 6.12.23" | ||
12812 | |||
12813 | CVE_STATUS[CVE-2025-22050] = "cpe-stable-backport: Backported in 6.12.23" | ||
12814 | |||
12815 | CVE_STATUS[CVE-2025-22051] = "fixed-version: only affects 6.13 onwards" | ||
12816 | |||
12817 | CVE_STATUS[CVE-2025-22052] = "fixed-version: only affects 6.13 onwards" | ||
12818 | |||
12819 | CVE_STATUS[CVE-2025-22053] = "cpe-stable-backport: Backported in 6.12.23" | ||
12820 | |||
12821 | CVE_STATUS[CVE-2025-22054] = "cpe-stable-backport: Backported in 6.12.23" | ||
12822 | |||
12823 | CVE_STATUS[CVE-2025-22055] = "cpe-stable-backport: Backported in 6.12.23" | ||
12824 | |||
12825 | CVE_STATUS[CVE-2025-22056] = "cpe-stable-backport: Backported in 6.12.23" | ||
12826 | |||
12827 | CVE_STATUS[CVE-2025-22057] = "cpe-stable-backport: Backported in 6.12.23" | ||
12828 | |||
12829 | CVE_STATUS[CVE-2025-22058] = "cpe-stable-backport: Backported in 6.12.23" | ||
12830 | |||
12831 | CVE_STATUS[CVE-2025-22059] = "cpe-stable-backport: Backported in 6.12.23" | ||
12832 | |||
12833 | CVE_STATUS[CVE-2025-22060] = "cpe-stable-backport: Backported in 6.12.23" | ||
12834 | |||
12835 | CVE_STATUS[CVE-2025-22061] = "fixed-version: only affects 6.14 onwards" | ||
12836 | |||
12837 | CVE_STATUS[CVE-2025-22062] = "cpe-stable-backport: Backported in 6.12.23" | ||
12838 | |||
12839 | CVE_STATUS[CVE-2025-22063] = "cpe-stable-backport: Backported in 6.12.23" | ||
12840 | |||
12841 | CVE_STATUS[CVE-2025-22064] = "cpe-stable-backport: Backported in 6.12.23" | ||
12842 | |||
12843 | CVE_STATUS[CVE-2025-22065] = "cpe-stable-backport: Backported in 6.12.23" | ||
12844 | |||
12845 | CVE_STATUS[CVE-2025-22066] = "cpe-stable-backport: Backported in 6.12.23" | ||
12846 | |||
12847 | CVE_STATUS[CVE-2025-22067] = "cpe-stable-backport: Backported in 6.12.23" | ||
12848 | |||
12849 | CVE_STATUS[CVE-2025-22068] = "cpe-stable-backport: Backported in 6.12.23" | ||
12850 | |||
12851 | CVE_STATUS[CVE-2025-22069] = "fixed-version: only affects 6.14 onwards" | ||
12852 | |||
12853 | CVE_STATUS[CVE-2025-22070] = "cpe-stable-backport: Backported in 6.12.23" | ||
12854 | |||
12855 | CVE_STATUS[CVE-2025-22071] = "cpe-stable-backport: Backported in 6.12.23" | ||
12856 | |||
12857 | CVE_STATUS[CVE-2025-22072] = "cpe-stable-backport: Backported in 6.12.23" | ||
12858 | |||
12859 | CVE_STATUS[CVE-2025-22073] = "cpe-stable-backport: Backported in 6.12.23" | ||
12860 | |||
12861 | CVE_STATUS[CVE-2025-22074] = "cpe-stable-backport: Backported in 6.12.23" | ||
12862 | |||
12863 | CVE_STATUS[CVE-2025-22075] = "cpe-stable-backport: Backported in 6.12.23" | ||
12864 | |||
12865 | CVE_STATUS[CVE-2025-22076] = "cpe-stable-backport: Backported in 6.12.23" | ||
12866 | |||
12867 | CVE_STATUS[CVE-2025-22077] = "cpe-stable-backport: Backported in 6.12.25" | ||
12868 | |||
12869 | CVE_STATUS[CVE-2025-22078] = "cpe-stable-backport: Backported in 6.12.23" | ||
12870 | |||
12871 | CVE_STATUS[CVE-2025-22079] = "cpe-stable-backport: Backported in 6.12.23" | ||
12872 | |||
12873 | CVE_STATUS[CVE-2025-22080] = "cpe-stable-backport: Backported in 6.12.23" | ||
12874 | |||
12875 | CVE_STATUS[CVE-2025-22081] = "cpe-stable-backport: Backported in 6.12.23" | ||
12876 | |||
12877 | CVE_STATUS[CVE-2025-22082] = "cpe-stable-backport: Backported in 6.12.23" | ||
12878 | |||
12879 | CVE_STATUS[CVE-2025-22083] = "cpe-stable-backport: Backported in 6.12.23" | ||
12880 | |||
12881 | CVE_STATUS[CVE-2025-22084] = "cpe-stable-backport: Backported in 6.12.23" | ||
12882 | |||
12883 | CVE_STATUS[CVE-2025-22085] = "cpe-stable-backport: Backported in 6.12.23" | ||
12884 | |||
12885 | CVE_STATUS[CVE-2025-22086] = "cpe-stable-backport: Backported in 6.12.23" | ||
12886 | |||
12887 | CVE_STATUS[CVE-2025-22087] = "cpe-stable-backport: Backported in 6.12.23" | ||
12888 | |||
12889 | CVE_STATUS[CVE-2025-22088] = "cpe-stable-backport: Backported in 6.12.23" | ||
12890 | |||
12891 | CVE_STATUS[CVE-2025-22089] = "cpe-stable-backport: Backported in 6.12.23" | ||
12892 | |||
12893 | CVE_STATUS[CVE-2025-22090] = "cpe-stable-backport: Backported in 6.12.23" | ||
12894 | |||
12895 | CVE_STATUS[CVE-2025-22091] = "cpe-stable-backport: Backported in 6.12.23" | ||
12896 | |||
12897 | CVE_STATUS[CVE-2025-22092] = "fixed-version: only affects 6.13 onwards" | ||
12898 | |||
12899 | CVE_STATUS[CVE-2025-22093] = "cpe-stable-backport: Backported in 6.12.23" | ||
12900 | |||
12901 | CVE_STATUS[CVE-2025-22094] = "fixed-version: only affects 6.13 onwards" | ||
12902 | |||
12903 | CVE_STATUS[CVE-2025-22095] = "cpe-stable-backport: Backported in 6.12.23" | ||
12904 | |||
12905 | CVE_STATUS[CVE-2025-22096] = "fixed-version: only affects 6.14 onwards" | ||
12906 | |||
12907 | CVE_STATUS[CVE-2025-22097] = "cpe-stable-backport: Backported in 6.12.23" | ||
12908 | |||
12909 | CVE_STATUS[CVE-2025-22098] = "fixed-version: only affects 6.13 onwards" | ||
12910 | |||
12911 | CVE_STATUS[CVE-2025-22099] = "fixed-version: only affects 6.14 onwards" | ||
12912 | |||
12913 | CVE_STATUS[CVE-2025-22100] = "fixed-version: only affects 6.13 onwards" | ||
12914 | |||
12915 | CVE_STATUS[CVE-2025-22101] = "cpe-stable-backport: Backported in 6.12.36" | ||
12916 | |||
12917 | CVE_STATUS[CVE-2025-22102] = "cpe-stable-backport: Backported in 6.12.30" | ||
12918 | |||
12919 | # CVE-2025-22103 needs backporting (fixed from 6.15) | ||
12920 | |||
12921 | # CVE-2025-22104 needs backporting (fixed from 6.15) | ||
12922 | |||
12923 | # CVE-2025-22105 needs backporting (fixed from 6.15) | ||
12924 | |||
12925 | # CVE-2025-22106 needs backporting (fixed from 6.15) | ||
12926 | |||
12927 | # CVE-2025-22107 needs backporting (fixed from 6.15) | ||
12928 | |||
12929 | # CVE-2025-22108 needs backporting (fixed from 6.15) | ||
12930 | |||
12931 | # CVE-2025-22109 needs backporting (fixed from 6.15) | ||
12932 | |||
12933 | CVE_STATUS[CVE-2025-22110] = "fixed-version: only affects 6.14 onwards" | ||
12934 | |||
12935 | # CVE-2025-22111 needs backporting (fixed from 6.15) | ||
12936 | |||
12937 | CVE_STATUS[CVE-2025-22112] = "cpe-stable-backport: Backported in 6.12.35" | ||
12938 | |||
12939 | # CVE-2025-22113 needs backporting (fixed from 6.15) | ||
12940 | |||
12941 | CVE_STATUS[CVE-2025-22114] = "fixed-version: only affects 6.14 onwards" | ||
12942 | |||
12943 | # CVE-2025-22115 needs backporting (fixed from 6.15) | ||
12944 | |||
12945 | # CVE-2025-22116 needs backporting (fixed from 6.15) | ||
12946 | |||
12947 | # CVE-2025-22117 needs backporting (fixed from 6.15) | ||
12948 | |||
12949 | CVE_STATUS[CVE-2025-22118] = "fixed-version: only affects 6.13 onwards" | ||
12950 | |||
12951 | CVE_STATUS[CVE-2025-22119] = "cpe-stable-backport: Backported in 6.12.35" | ||
12952 | |||
12953 | CVE_STATUS[CVE-2025-22120] = "cpe-stable-backport: Backported in 6.12.26" | ||
12954 | |||
12955 | # CVE-2025-22121 needs backporting (fixed from 6.15) | ||
12956 | |||
12957 | CVE_STATUS[CVE-2025-22122] = "cpe-stable-backport: Backported in 6.12.33" | ||
12958 | |||
12959 | CVE_STATUS[CVE-2025-22123] = "cpe-stable-backport: Backported in 6.12.33" | ||
12960 | |||
12961 | # CVE-2025-22124 needs backporting (fixed from 6.15) | ||
12962 | |||
12963 | # CVE-2025-22125 needs backporting (fixed from 6.15) | ||
12964 | |||
12965 | CVE_STATUS[CVE-2025-22126] = "cpe-stable-backport: Backported in 6.12.25" | ||
12966 | |||
12967 | # CVE-2025-22127 needs backporting (fixed from 6.15) | ||
12968 | |||
12969 | CVE_STATUS[CVE-2025-22128] = "cpe-stable-backport: Backported in 6.12.35" | ||
12970 | |||
12971 | # CVE-2025-23129 needs backporting (fixed from 6.15) | ||
12972 | |||
12973 | # CVE-2025-23130 needs backporting (fixed from 6.15) | ||
12974 | |||
12975 | # CVE-2025-23131 needs backporting (fixed from 6.15) | ||
12976 | |||
12977 | # CVE-2025-23132 needs backporting (fixed from 6.15) | ||
12978 | |||
12979 | # CVE-2025-23133 needs backporting (fixed from 6.15) | ||
12980 | |||
12981 | CVE_STATUS[CVE-2025-23134] = "cpe-stable-backport: Backported in 6.12.23" | ||
12982 | |||
12983 | # CVE-2025-23135 needs backporting (fixed from 6.15) | ||
12984 | |||
12985 | CVE_STATUS[CVE-2025-23136] = "cpe-stable-backport: Backported in 6.12.23" | ||
12986 | |||
12987 | CVE_STATUS[CVE-2025-23137] = "cpe-stable-backport: Backported in 6.12.35" | ||
12988 | |||
12989 | CVE_STATUS[CVE-2025-23138] = "cpe-stable-backport: Backported in 6.12.23" | ||
12990 | |||
12991 | CVE_STATUS[CVE-2025-23140] = "cpe-stable-backport: Backported in 6.12.25" | ||
12992 | |||
12993 | CVE_STATUS[CVE-2025-23141] = "cpe-stable-backport: Backported in 6.12.24" | ||
12994 | |||
12995 | CVE_STATUS[CVE-2025-23142] = "cpe-stable-backport: Backported in 6.12.24" | ||
12996 | |||
12997 | CVE_STATUS[CVE-2025-23143] = "cpe-stable-backport: Backported in 6.12.24" | ||
12998 | |||
12999 | CVE_STATUS[CVE-2025-23144] = "cpe-stable-backport: Backported in 6.12.24" | ||
13000 | |||
13001 | CVE_STATUS[CVE-2025-23145] = "cpe-stable-backport: Backported in 6.12.24" | ||
13002 | |||
13003 | CVE_STATUS[CVE-2025-23146] = "cpe-stable-backport: Backported in 6.12.24" | ||
13004 | |||
13005 | CVE_STATUS[CVE-2025-23147] = "cpe-stable-backport: Backported in 6.12.24" | ||
13006 | |||
13007 | CVE_STATUS[CVE-2025-23148] = "cpe-stable-backport: Backported in 6.12.24" | ||
13008 | |||
13009 | CVE_STATUS[CVE-2025-23149] = "cpe-stable-backport: Backported in 6.12.24" | ||
13010 | |||
13011 | CVE_STATUS[CVE-2025-23150] = "cpe-stable-backport: Backported in 6.12.24" | ||
13012 | |||
13013 | CVE_STATUS[CVE-2025-23151] = "cpe-stable-backport: Backported in 6.12.24" | ||
13014 | |||
13015 | CVE_STATUS[CVE-2025-23152] = "fixed-version: only affects 6.14 onwards" | ||
13016 | |||
13017 | CVE_STATUS[CVE-2025-23153] = "fixed-version: only affects 6.14 onwards" | ||
13018 | |||
13019 | CVE_STATUS[CVE-2025-23154] = "cpe-stable-backport: Backported in 6.12.24" | ||
13020 | |||
13021 | CVE_STATUS[CVE-2025-23155] = "cpe-stable-backport: Backported in 6.12.36" | ||
13022 | |||
13023 | CVE_STATUS[CVE-2025-23156] = "cpe-stable-backport: Backported in 6.12.24" | ||
13024 | |||
13025 | CVE_STATUS[CVE-2025-23157] = "cpe-stable-backport: Backported in 6.12.24" | ||
13026 | |||
13027 | CVE_STATUS[CVE-2025-23158] = "cpe-stable-backport: Backported in 6.12.24" | ||
13028 | |||
13029 | CVE_STATUS[CVE-2025-23159] = "cpe-stable-backport: Backported in 6.12.24" | ||
13030 | |||
13031 | CVE_STATUS[CVE-2025-23160] = "cpe-stable-backport: Backported in 6.12.24" | ||
13032 | |||
13033 | CVE_STATUS[CVE-2025-23161] = "cpe-stable-backport: Backported in 6.12.24" | ||
13034 | |||
13035 | CVE_STATUS[CVE-2025-23162] = "cpe-stable-backport: Backported in 6.12.24" | ||
13036 | |||
13037 | CVE_STATUS[CVE-2025-23163] = "cpe-stable-backport: Backported in 6.12.24" | ||
13038 | |||
13039 | CVE_STATUS[CVE-2025-37738] = "cpe-stable-backport: Backported in 6.12.24" | ||
13040 | |||
13041 | CVE_STATUS[CVE-2025-37739] = "cpe-stable-backport: Backported in 6.12.24" | ||
13042 | |||
13043 | CVE_STATUS[CVE-2025-37740] = "cpe-stable-backport: Backported in 6.12.24" | ||
13044 | |||
13045 | CVE_STATUS[CVE-2025-37741] = "cpe-stable-backport: Backported in 6.12.24" | ||
13046 | |||
13047 | CVE_STATUS[CVE-2025-37742] = "cpe-stable-backport: Backported in 6.12.24" | ||
13048 | |||
13049 | # CVE-2025-37743 needs backporting (fixed from 6.15) | ||
13050 | |||
13051 | CVE_STATUS[CVE-2025-37744] = "cpe-stable-backport: Backported in 6.12.24" | ||
13052 | |||
13053 | CVE_STATUS[CVE-2025-37745] = "cpe-stable-backport: Backported in 6.12.24" | ||
13054 | |||
13055 | # CVE-2025-37746 needs backporting (fixed from 6.15) | ||
13056 | |||
13057 | CVE_STATUS[CVE-2025-37747] = "cpe-stable-backport: Backported in 6.12.24" | ||
13058 | |||
13059 | CVE_STATUS[CVE-2025-37748] = "cpe-stable-backport: Backported in 6.12.24" | ||
13060 | |||
13061 | CVE_STATUS[CVE-2025-37749] = "cpe-stable-backport: Backported in 6.12.24" | ||
13062 | |||
13063 | CVE_STATUS[CVE-2025-37750] = "cpe-stable-backport: Backported in 6.12.24" | ||
13064 | |||
13065 | CVE_STATUS[CVE-2025-37751] = "fixed-version: only affects 6.14 onwards" | ||
13066 | |||
13067 | CVE_STATUS[CVE-2025-37752] = "cpe-stable-backport: Backported in 6.12.24" | ||
13068 | |||
13069 | CVE_STATUS[CVE-2025-37754] = "cpe-stable-backport: Backported in 6.12.24" | ||
13070 | |||
13071 | CVE_STATUS[CVE-2025-37755] = "cpe-stable-backport: Backported in 6.12.24" | ||
13072 | |||
13073 | CVE_STATUS[CVE-2025-37756] = "cpe-stable-backport: Backported in 6.12.24" | ||
13074 | |||
13075 | CVE_STATUS[CVE-2025-37757] = "cpe-stable-backport: Backported in 6.12.24" | ||
13076 | |||
13077 | CVE_STATUS[CVE-2025-37758] = "cpe-stable-backport: Backported in 6.12.24" | ||
13078 | |||
13079 | CVE_STATUS[CVE-2025-37759] = "cpe-stable-backport: Backported in 6.12.24" | ||
13080 | |||
13081 | CVE_STATUS[CVE-2025-37760] = "cpe-stable-backport: Backported in 6.12.25" | ||
13082 | |||
13083 | CVE_STATUS[CVE-2025-37761] = "cpe-stable-backport: Backported in 6.12.25" | ||
13084 | |||
13085 | CVE_STATUS[CVE-2025-37762] = "fixed-version: only affects 6.14 onwards" | ||
13086 | |||
13087 | CVE_STATUS[CVE-2025-37763] = "cpe-stable-backport: Backported in 6.12.25" | ||
13088 | |||
13089 | CVE_STATUS[CVE-2025-37764] = "cpe-stable-backport: Backported in 6.12.25" | ||
13090 | |||
13091 | CVE_STATUS[CVE-2025-37765] = "cpe-stable-backport: Backported in 6.12.25" | ||
13092 | |||
13093 | CVE_STATUS[CVE-2025-37766] = "cpe-stable-backport: Backported in 6.12.25" | ||
13094 | |||
13095 | CVE_STATUS[CVE-2025-37767] = "cpe-stable-backport: Backported in 6.12.25" | ||
13096 | |||
13097 | CVE_STATUS[CVE-2025-37768] = "cpe-stable-backport: Backported in 6.12.25" | ||
13098 | |||
13099 | CVE_STATUS[CVE-2025-37769] = "cpe-stable-backport: Backported in 6.12.25" | ||
13100 | |||
13101 | CVE_STATUS[CVE-2025-37770] = "cpe-stable-backport: Backported in 6.12.25" | ||
13102 | |||
13103 | CVE_STATUS[CVE-2025-37771] = "cpe-stable-backport: Backported in 6.12.25" | ||
13104 | |||
13105 | CVE_STATUS[CVE-2025-37772] = "cpe-stable-backport: Backported in 6.12.25" | ||
13106 | |||
13107 | CVE_STATUS[CVE-2025-37773] = "cpe-stable-backport: Backported in 6.12.25" | ||
13108 | |||
13109 | CVE_STATUS[CVE-2025-37774] = "cpe-stable-backport: Backported in 6.12.25" | ||
13110 | |||
13111 | CVE_STATUS[CVE-2025-37775] = "cpe-stable-backport: Backported in 6.12.25" | ||
13112 | |||
13113 | CVE_STATUS[CVE-2025-37776] = "cpe-stable-backport: Backported in 6.12.25" | ||
13114 | |||
13115 | CVE_STATUS[CVE-2025-37777] = "cpe-stable-backport: Backported in 6.12.26" | ||
13116 | |||
13117 | CVE_STATUS[CVE-2025-37778] = "cpe-stable-backport: Backported in 6.12.25" | ||
13118 | |||
13119 | CVE_STATUS[CVE-2025-37779] = "fixed-version: only affects 6.14 onwards" | ||
13120 | |||
13121 | CVE_STATUS[CVE-2025-37780] = "cpe-stable-backport: Backported in 6.12.25" | ||
13122 | |||
13123 | CVE_STATUS[CVE-2025-37781] = "cpe-stable-backport: Backported in 6.12.25" | ||
13124 | |||
13125 | CVE_STATUS[CVE-2025-37783] = "fixed-version: only affects 6.14 onwards" | ||
13126 | |||
13127 | CVE_STATUS[CVE-2025-37784] = "cpe-stable-backport: Backported in 6.12.25" | ||
13128 | |||
13129 | CVE_STATUS[CVE-2025-37785] = "cpe-stable-backport: Backported in 6.12.23" | ||
13130 | |||
13131 | CVE_STATUS[CVE-2025-37786] = "cpe-stable-backport: Backported in 6.12.25" | ||
13132 | |||
13133 | CVE_STATUS[CVE-2025-37787] = "cpe-stable-backport: Backported in 6.12.25" | ||
13134 | |||
13135 | CVE_STATUS[CVE-2025-37788] = "cpe-stable-backport: Backported in 6.12.25" | ||
13136 | |||
13137 | CVE_STATUS[CVE-2025-37789] = "cpe-stable-backport: Backported in 6.12.25" | ||
13138 | |||
13139 | CVE_STATUS[CVE-2025-37790] = "cpe-stable-backport: Backported in 6.12.25" | ||
13140 | |||
13141 | CVE_STATUS[CVE-2025-37791] = "cpe-stable-backport: Backported in 6.12.25" | ||
13142 | |||
13143 | CVE_STATUS[CVE-2025-37792] = "cpe-stable-backport: Backported in 6.12.25" | ||
13144 | |||
13145 | CVE_STATUS[CVE-2025-37793] = "cpe-stable-backport: Backported in 6.12.25" | ||
13146 | |||
13147 | CVE_STATUS[CVE-2025-37794] = "cpe-stable-backport: Backported in 6.12.25" | ||
13148 | |||
13149 | CVE_STATUS[CVE-2025-37796] = "cpe-stable-backport: Backported in 6.12.25" | ||
13150 | |||
13151 | CVE_STATUS[CVE-2025-37797] = "cpe-stable-backport: Backported in 6.12.26" | ||
13152 | |||
13153 | CVE_STATUS[CVE-2025-37798] = "cpe-stable-backport: Backported in 6.12.24" | ||
13154 | |||
13155 | CVE_STATUS[CVE-2025-37799] = "cpe-stable-backport: Backported in 6.12.26" | ||
13156 | |||
13157 | CVE_STATUS[CVE-2025-37800] = "cpe-stable-backport: Backported in 6.12.26" | ||
13158 | |||
13159 | CVE_STATUS[CVE-2025-37801] = "cpe-stable-backport: Backported in 6.12.26" | ||
13160 | |||
13161 | CVE_STATUS[CVE-2025-37802] = "cpe-stable-backport: Backported in 6.12.26" | ||
13162 | |||
13163 | # CVE-2025-37803 needs backporting (fixed from 6.15) | ||
13164 | |||
13165 | CVE_STATUS[CVE-2025-37805] = "cpe-stable-backport: Backported in 6.12.26" | ||
13166 | |||
13167 | CVE_STATUS[CVE-2025-37806] = "cpe-stable-backport: Backported in 6.12.26" | ||
13168 | |||
13169 | CVE_STATUS[CVE-2025-37807] = "cpe-stable-backport: Backported in 6.12.26" | ||
13170 | |||
13171 | CVE_STATUS[CVE-2025-37808] = "cpe-stable-backport: Backported in 6.12.26" | ||
13172 | |||
13173 | CVE_STATUS[CVE-2025-37809] = "cpe-stable-backport: Backported in 6.12.26" | ||
13174 | |||
13175 | CVE_STATUS[CVE-2025-37810] = "cpe-stable-backport: Backported in 6.12.26" | ||
13176 | |||
13177 | CVE_STATUS[CVE-2025-37811] = "cpe-stable-backport: Backported in 6.12.26" | ||
13178 | |||
13179 | CVE_STATUS[CVE-2025-37812] = "cpe-stable-backport: Backported in 6.12.26" | ||
13180 | |||
13181 | CVE_STATUS[CVE-2025-37813] = "cpe-stable-backport: Backported in 6.12.26" | ||
13182 | |||
13183 | CVE_STATUS[CVE-2025-37814] = "cpe-stable-backport: Backported in 6.12.26" | ||
13184 | |||
13185 | CVE_STATUS[CVE-2025-37815] = "cpe-stable-backport: Backported in 6.12.26" | ||
13186 | |||
13187 | CVE_STATUS[CVE-2025-37816] = "cpe-stable-backport: Backported in 6.12.26" | ||
13188 | |||
13189 | CVE_STATUS[CVE-2025-37817] = "cpe-stable-backport: Backported in 6.12.26" | ||
13190 | |||
13191 | CVE_STATUS[CVE-2025-37818] = "cpe-stable-backport: Backported in 6.12.26" | ||
13192 | |||
13193 | CVE_STATUS[CVE-2025-37819] = "cpe-stable-backport: Backported in 6.12.26" | ||
13194 | |||
13195 | CVE_STATUS[CVE-2025-37820] = "cpe-stable-backport: Backported in 6.12.26" | ||
13196 | |||
13197 | CVE_STATUS[CVE-2025-37821] = "cpe-stable-backport: Backported in 6.12.29" | ||
13198 | |||
13199 | CVE_STATUS[CVE-2025-37822] = "cpe-stable-backport: Backported in 6.12.26" | ||
13200 | |||
13201 | CVE_STATUS[CVE-2025-37823] = "cpe-stable-backport: Backported in 6.12.26" | ||
13202 | |||
13203 | CVE_STATUS[CVE-2025-37824] = "cpe-stable-backport: Backported in 6.12.26" | ||
13204 | |||
13205 | CVE_STATUS[CVE-2025-37825] = "fixed-version: only affects 6.14 onwards" | ||
13206 | |||
13207 | CVE_STATUS[CVE-2025-37826] = "cpe-stable-backport: Backported in 6.12.26" | ||
13208 | |||
13209 | CVE_STATUS[CVE-2025-37827] = "cpe-stable-backport: Backported in 6.12.26" | ||
13210 | |||
13211 | CVE_STATUS[CVE-2025-37828] = "cpe-stable-backport: Backported in 6.12.26" | ||
13212 | |||
13213 | CVE_STATUS[CVE-2025-37829] = "cpe-stable-backport: Backported in 6.12.26" | ||
13214 | |||
13215 | CVE_STATUS[CVE-2025-37830] = "cpe-stable-backport: Backported in 6.12.26" | ||
13216 | |||
13217 | CVE_STATUS[CVE-2025-37831] = "cpe-stable-backport: Backported in 6.12.26" | ||
13218 | |||
13219 | CVE_STATUS[CVE-2025-37833] = "cpe-stable-backport: Backported in 6.12.26" | ||
13220 | |||
13221 | CVE_STATUS[CVE-2025-37834] = "cpe-stable-backport: Backported in 6.12.26" | ||
13222 | |||
13223 | CVE_STATUS[CVE-2025-37836] = "cpe-stable-backport: Backported in 6.12.24" | ||
13224 | |||
13225 | CVE_STATUS[CVE-2025-37837] = "cpe-stable-backport: Backported in 6.12.24" | ||
13226 | |||
13227 | CVE_STATUS[CVE-2025-37838] = "cpe-stable-backport: Backported in 6.12.24" | ||
13228 | |||
13229 | CVE_STATUS[CVE-2025-37839] = "cpe-stable-backport: Backported in 6.12.24" | ||
13230 | |||
13231 | CVE_STATUS[CVE-2025-37840] = "cpe-stable-backport: Backported in 6.12.24" | ||
13232 | |||
13233 | CVE_STATUS[CVE-2025-37841] = "cpe-stable-backport: Backported in 6.12.24" | ||
13234 | |||
13235 | CVE_STATUS[CVE-2025-37842] = "cpe-stable-backport: Backported in 6.12.36" | ||
13236 | |||
13237 | CVE_STATUS[CVE-2025-37843] = "cpe-stable-backport: Backported in 6.12.24" | ||
13238 | |||
13239 | CVE_STATUS[CVE-2025-37844] = "cpe-stable-backport: Backported in 6.12.24" | ||
13240 | |||
13241 | CVE_STATUS[CVE-2025-37845] = "cpe-stable-backport: Backported in 6.12.24" | ||
13242 | |||
13243 | CVE_STATUS[CVE-2025-37846] = "cpe-stable-backport: Backported in 6.12.24" | ||
13244 | |||
13245 | CVE_STATUS[CVE-2025-37847] = "cpe-stable-backport: Backported in 6.12.24" | ||
13246 | |||
13247 | CVE_STATUS[CVE-2025-37848] = "cpe-stable-backport: Backported in 6.12.24" | ||
13248 | |||
13249 | CVE_STATUS[CVE-2025-37849] = "cpe-stable-backport: Backported in 6.12.24" | ||
13250 | |||
13251 | CVE_STATUS[CVE-2025-37850] = "cpe-stable-backport: Backported in 6.12.24" | ||
13252 | |||
13253 | CVE_STATUS[CVE-2025-37851] = "cpe-stable-backport: Backported in 6.12.24" | ||
13254 | |||
13255 | CVE_STATUS[CVE-2025-37852] = "cpe-stable-backport: Backported in 6.12.24" | ||
13256 | |||
13257 | CVE_STATUS[CVE-2025-37853] = "cpe-stable-backport: Backported in 6.12.24" | ||
13258 | |||
13259 | CVE_STATUS[CVE-2025-37854] = "cpe-stable-backport: Backported in 6.12.24" | ||
13260 | |||
13261 | CVE_STATUS[CVE-2025-37855] = "fixed-version: only affects 6.14 onwards" | ||
13262 | |||
13263 | CVE_STATUS[CVE-2025-37856] = "cpe-stable-backport: Backported in 6.12.24" | ||
13264 | |||
13265 | CVE_STATUS[CVE-2025-37857] = "cpe-stable-backport: Backported in 6.12.24" | ||
13266 | |||
13267 | CVE_STATUS[CVE-2025-37858] = "cpe-stable-backport: Backported in 6.12.24" | ||
13268 | |||
13269 | CVE_STATUS[CVE-2025-37859] = "cpe-stable-backport: Backported in 6.12.24" | ||
13270 | |||
13271 | # CVE-2025-37860 needs backporting (fixed from 6.15) | ||
13272 | |||
13273 | CVE_STATUS[CVE-2025-37861] = "cpe-stable-backport: Backported in 6.12.24" | ||
13274 | |||
13275 | CVE_STATUS[CVE-2025-37862] = "cpe-stable-backport: Backported in 6.12.24" | ||
13276 | |||
13277 | CVE_STATUS[CVE-2025-37863] = "cpe-stable-backport: Backported in 6.12.25" | ||
13278 | |||
13279 | CVE_STATUS[CVE-2025-37864] = "cpe-stable-backport: Backported in 6.12.25" | ||
13280 | |||
13281 | CVE_STATUS[CVE-2025-37865] = "cpe-stable-backport: Backported in 6.12.25" | ||
13282 | |||
13283 | CVE_STATUS[CVE-2025-37866] = "fixed-version: only affects 6.14 onwards" | ||
13284 | |||
13285 | CVE_STATUS[CVE-2025-37867] = "cpe-stable-backport: Backported in 6.12.25" | ||
13286 | |||
13287 | CVE_STATUS[CVE-2025-37868] = "cpe-stable-backport: Backported in 6.12.25" | ||
13288 | |||
13289 | CVE_STATUS[CVE-2025-37869] = "cpe-stable-backport: Backported in 6.12.25" | ||
13290 | |||
13291 | CVE_STATUS[CVE-2025-37870] = "cpe-stable-backport: Backported in 6.12.25" | ||
13292 | |||
13293 | CVE_STATUS[CVE-2025-37871] = "cpe-stable-backport: Backported in 6.12.25" | ||
13294 | |||
13295 | CVE_STATUS[CVE-2025-37872] = "cpe-stable-backport: Backported in 6.12.25" | ||
13296 | |||
13297 | CVE_STATUS[CVE-2025-37873] = "cpe-stable-backport: Backported in 6.12.25" | ||
13298 | |||
13299 | CVE_STATUS[CVE-2025-37874] = "cpe-stable-backport: Backported in 6.12.25" | ||
13300 | |||
13301 | CVE_STATUS[CVE-2025-37875] = "cpe-stable-backport: Backported in 6.12.25" | ||
13302 | |||
13303 | CVE_STATUS[CVE-2025-37876] = "cpe-stable-backport: Backported in 6.12.26" | ||
13304 | |||
13305 | CVE_STATUS[CVE-2025-37877] = "cpe-stable-backport: Backported in 6.12.26" | ||
13306 | |||
13307 | CVE_STATUS[CVE-2025-37878] = "cpe-stable-backport: Backported in 6.12.26" | ||
13308 | |||
13309 | CVE_STATUS[CVE-2025-37879] = "cpe-stable-backport: Backported in 6.12.26" | ||
13310 | |||
13311 | # CVE-2025-37880 needs backporting (fixed from 6.15) | ||
13312 | |||
13313 | CVE_STATUS[CVE-2025-37881] = "cpe-stable-backport: Backported in 6.12.26" | ||
13314 | |||
13315 | CVE_STATUS[CVE-2025-37882] = "cpe-stable-backport: Backported in 6.12.26" | ||
13316 | |||
13317 | CVE_STATUS[CVE-2025-37883] = "cpe-stable-backport: Backported in 6.12.26" | ||
13318 | |||
13319 | CVE_STATUS[CVE-2025-37884] = "cpe-stable-backport: Backported in 6.12.26" | ||
13320 | |||
13321 | CVE_STATUS[CVE-2025-37885] = "cpe-stable-backport: Backported in 6.12.26" | ||
13322 | |||
13323 | CVE_STATUS[CVE-2025-37886] = "cpe-stable-backport: Backported in 6.12.26" | ||
13324 | |||
13325 | CVE_STATUS[CVE-2025-37887] = "cpe-stable-backport: Backported in 6.12.26" | ||
13326 | |||
13327 | CVE_STATUS[CVE-2025-37888] = "cpe-stable-backport: Backported in 6.12.26" | ||
13328 | |||
13329 | CVE_STATUS[CVE-2025-37889] = "cpe-stable-backport: Backported in 6.12.20" | ||
13330 | |||
13331 | CVE_STATUS[CVE-2025-37890] = "cpe-stable-backport: Backported in 6.12.28" | ||
13332 | |||
13333 | CVE_STATUS[CVE-2025-37891] = "cpe-stable-backport: Backported in 6.12.28" | ||
13334 | |||
13335 | CVE_STATUS[CVE-2025-37892] = "cpe-stable-backport: Backported in 6.12.24" | ||
13336 | |||
13337 | CVE_STATUS[CVE-2025-37893] = "cpe-stable-backport: Backported in 6.12.23" | ||
13338 | |||
13339 | CVE_STATUS[CVE-2025-37894] = "cpe-stable-backport: Backported in 6.12.28" | ||
13340 | |||
13341 | CVE_STATUS[CVE-2025-37895] = "cpe-stable-backport: Backported in 6.12.28" | ||
13342 | |||
13343 | CVE_STATUS[CVE-2025-37896] = "fixed-version: only affects 6.14 onwards" | ||
13344 | |||
13345 | CVE_STATUS[CVE-2025-37897] = "cpe-stable-backport: Backported in 6.12.28" | ||
13346 | |||
13347 | CVE_STATUS[CVE-2025-37898] = "fixed-version: only affects 6.13 onwards" | ||
13348 | |||
13349 | CVE_STATUS[CVE-2025-37899] = "cpe-stable-backport: Backported in 6.12.28" | ||
13350 | |||
13351 | CVE_STATUS[CVE-2025-37900] = "cpe-stable-backport: Backported in 6.12.28" | ||
13352 | |||
13353 | CVE_STATUS[CVE-2025-37901] = "cpe-stable-backport: Backported in 6.12.28" | ||
13354 | |||
13355 | CVE_STATUS[CVE-2025-37903] = "cpe-stable-backport: Backported in 6.12.28" | ||
13356 | |||
13357 | CVE_STATUS[CVE-2025-37904] = "fixed-version: only affects 6.13 onwards" | ||
13358 | |||
13359 | CVE_STATUS[CVE-2025-37905] = "cpe-stable-backport: Backported in 6.12.28" | ||
13360 | |||
13361 | # CVE-2025-37906 needs backporting (fixed from 6.15) | ||
13362 | |||
13363 | CVE_STATUS[CVE-2025-37907] = "cpe-stable-backport: Backported in 6.12.28" | ||
13364 | |||
13365 | CVE_STATUS[CVE-2025-37908] = "cpe-stable-backport: Backported in 6.12.28" | ||
13366 | |||
13367 | CVE_STATUS[CVE-2025-37909] = "cpe-stable-backport: Backported in 6.12.28" | ||
13368 | |||
13369 | CVE_STATUS[CVE-2025-37910] = "cpe-stable-backport: Backported in 6.12.28" | ||
13370 | |||
13371 | CVE_STATUS[CVE-2025-37911] = "cpe-stable-backport: Backported in 6.12.28" | ||
13372 | |||
13373 | CVE_STATUS[CVE-2025-37912] = "cpe-stable-backport: Backported in 6.12.28" | ||
13374 | |||
13375 | CVE_STATUS[CVE-2025-37913] = "cpe-stable-backport: Backported in 6.12.28" | ||
13376 | |||
13377 | CVE_STATUS[CVE-2025-37914] = "cpe-stable-backport: Backported in 6.12.28" | ||
13378 | |||
13379 | CVE_STATUS[CVE-2025-37915] = "cpe-stable-backport: Backported in 6.12.28" | ||
13380 | |||
13381 | CVE_STATUS[CVE-2025-37916] = "cpe-stable-backport: Backported in 6.12.28" | ||
13382 | |||
13383 | CVE_STATUS[CVE-2025-37917] = "cpe-stable-backport: Backported in 6.12.28" | ||
13384 | |||
13385 | CVE_STATUS[CVE-2025-37918] = "cpe-stable-backport: Backported in 6.12.28" | ||
13386 | |||
13387 | CVE_STATUS[CVE-2025-37919] = "cpe-stable-backport: Backported in 6.12.28" | ||
13388 | |||
13389 | CVE_STATUS[CVE-2025-37920] = "cpe-stable-backport: Backported in 6.12.28" | ||
13390 | |||
13391 | CVE_STATUS[CVE-2025-37921] = "cpe-stable-backport: Backported in 6.12.28" | ||
13392 | |||
13393 | CVE_STATUS[CVE-2025-37922] = "cpe-stable-backport: Backported in 6.12.28" | ||
13394 | |||
13395 | CVE_STATUS[CVE-2025-37923] = "cpe-stable-backport: Backported in 6.12.28" | ||
13396 | |||
13397 | CVE_STATUS[CVE-2025-37924] = "cpe-stable-backport: Backported in 6.12.28" | ||
13398 | |||
13399 | # CVE-2025-37925 needs backporting (fixed from 6.15) | ||
13400 | |||
13401 | CVE_STATUS[CVE-2025-37926] = "cpe-stable-backport: Backported in 6.12.28" | ||
13402 | |||
13403 | CVE_STATUS[CVE-2025-37927] = "cpe-stable-backport: Backported in 6.12.28" | ||
13404 | |||
13405 | CVE_STATUS[CVE-2025-37928] = "cpe-stable-backport: Backported in 6.12.28" | ||
13406 | |||
13407 | CVE_STATUS[CVE-2025-37929] = "cpe-stable-backport: Backported in 6.12.28" | ||
13408 | |||
13409 | CVE_STATUS[CVE-2025-37930] = "cpe-stable-backport: Backported in 6.12.28" | ||
13410 | |||
13411 | CVE_STATUS[CVE-2025-37931] = "cpe-stable-backport: Backported in 6.12.28" | ||
13412 | |||
13413 | CVE_STATUS[CVE-2025-37932] = "cpe-stable-backport: Backported in 6.12.28" | ||
13414 | |||
13415 | CVE_STATUS[CVE-2025-37933] = "cpe-stable-backport: Backported in 6.12.28" | ||
13416 | |||
13417 | CVE_STATUS[CVE-2025-37934] = "cpe-stable-backport: Backported in 6.12.28" | ||
13418 | |||
13419 | CVE_STATUS[CVE-2025-37935] = "cpe-stable-backport: Backported in 6.12.28" | ||
13420 | |||
13421 | CVE_STATUS[CVE-2025-37936] = "cpe-stable-backport: Backported in 6.12.28" | ||
13422 | |||
13423 | CVE_STATUS[CVE-2025-37937] = "cpe-stable-backport: Backported in 6.12.23" | ||
13424 | |||
13425 | CVE_STATUS[CVE-2025-37938] = "cpe-stable-backport: Backported in 6.12.26" | ||
13426 | |||
13427 | CVE_STATUS[CVE-2025-37939] = "fixed-version: only affects 6.13 onwards" | ||
13428 | |||
13429 | CVE_STATUS[CVE-2025-37940] = "cpe-stable-backport: Backported in 6.12.24" | ||
13430 | |||
13431 | CVE_STATUS[CVE-2025-37941] = "cpe-stable-backport: Backported in 6.12.24" | ||
13432 | |||
13433 | CVE_STATUS[CVE-2025-37942] = "cpe-stable-backport: Backported in 6.12.24" | ||
13434 | |||
13435 | CVE_STATUS[CVE-2025-37943] = "cpe-stable-backport: Backported in 6.12.24" | ||
13436 | |||
13437 | CVE_STATUS[CVE-2025-37944] = "cpe-stable-backport: Backported in 6.12.25" | ||
13438 | |||
13439 | CVE_STATUS[CVE-2025-37945] = "cpe-stable-backport: Backported in 6.12.24" | ||
13440 | |||
13441 | CVE_STATUS[CVE-2025-37946] = "cpe-stable-backport: Backported in 6.12.29" | ||
13442 | |||
13443 | CVE_STATUS[CVE-2025-37947] = "cpe-stable-backport: Backported in 6.12.29" | ||
13444 | |||
13445 | CVE_STATUS[CVE-2025-37948] = "cpe-stable-backport: Backported in 6.12.29" | ||
13446 | |||
13447 | CVE_STATUS[CVE-2025-37949] = "cpe-stable-backport: Backported in 6.12.29" | ||
13448 | |||
13449 | CVE_STATUS[CVE-2025-37950] = "fixed-version: only affects 6.14 onwards" | ||
13450 | |||
13451 | CVE_STATUS[CVE-2025-37951] = "cpe-stable-backport: Backported in 6.12.29" | ||
13452 | |||
13453 | CVE_STATUS[CVE-2025-37952] = "cpe-stable-backport: Backported in 6.12.29" | ||
13454 | |||
13455 | CVE_STATUS[CVE-2025-37953] = "cpe-stable-backport: Backported in 6.12.29" | ||
13456 | |||
13457 | CVE_STATUS[CVE-2025-37954] = "cpe-stable-backport: Backported in 6.12.29" | ||
13458 | |||
13459 | CVE_STATUS[CVE-2025-37955] = "cpe-stable-backport: Backported in 6.12.29" | ||
13460 | |||
13461 | CVE_STATUS[CVE-2025-37956] = "cpe-stable-backport: Backported in 6.12.29" | ||
13462 | |||
13463 | CVE_STATUS[CVE-2025-37957] = "cpe-stable-backport: Backported in 6.12.29" | ||
13464 | |||
13465 | CVE_STATUS[CVE-2025-37958] = "cpe-stable-backport: Backported in 6.12.29" | ||
13466 | |||
13467 | CVE_STATUS[CVE-2025-37959] = "cpe-stable-backport: Backported in 6.12.29" | ||
13468 | |||
13469 | CVE_STATUS[CVE-2025-37960] = "cpe-stable-backport: Backported in 6.12.29" | ||
13470 | |||
13471 | CVE_STATUS[CVE-2025-37961] = "cpe-stable-backport: Backported in 6.12.29" | ||
13472 | |||
13473 | CVE_STATUS[CVE-2025-37962] = "cpe-stable-backport: Backported in 6.12.29" | ||
13474 | |||
13475 | CVE_STATUS[CVE-2025-37963] = "cpe-stable-backport: Backported in 6.12.29" | ||
13476 | |||
13477 | CVE_STATUS[CVE-2025-37964] = "cpe-stable-backport: Backported in 6.12.29" | ||
13478 | |||
13479 | CVE_STATUS[CVE-2025-37965] = "cpe-stable-backport: Backported in 6.12.29" | ||
13480 | |||
13481 | CVE_STATUS[CVE-2025-37966] = "fixed-version: only affects 6.13 onwards" | ||
13482 | |||
13483 | CVE_STATUS[CVE-2025-37967] = "cpe-stable-backport: Backported in 6.12.30" | ||
13484 | |||
13485 | CVE_STATUS[CVE-2025-37968] = "cpe-stable-backport: Backported in 6.12.30" | ||
13486 | |||
13487 | CVE_STATUS[CVE-2025-37969] = "cpe-stable-backport: Backported in 6.12.29" | ||
13488 | |||
13489 | CVE_STATUS[CVE-2025-37970] = "cpe-stable-backport: Backported in 6.12.29" | ||
13490 | |||
13491 | CVE_STATUS[CVE-2025-37971] = "cpe-stable-backport: Backported in 6.12.29" | ||
13492 | |||
13493 | CVE_STATUS[CVE-2025-37972] = "cpe-stable-backport: Backported in 6.12.29" | ||
13494 | |||
13495 | CVE_STATUS[CVE-2025-37973] = "cpe-stable-backport: Backported in 6.12.29" | ||
13496 | |||
13497 | CVE_STATUS[CVE-2025-37974] = "cpe-stable-backport: Backported in 6.12.29" | ||
13498 | |||
13499 | CVE_STATUS[CVE-2025-37975] = "cpe-stable-backport: Backported in 6.12.25" | ||
13500 | |||
13501 | CVE_STATUS[CVE-2025-37977] = "cpe-stable-backport: Backported in 6.12.26" | ||
13502 | |||
13503 | CVE_STATUS[CVE-2025-37978] = "cpe-stable-backport: Backported in 6.12.25" | ||
13504 | |||
13505 | CVE_STATUS[CVE-2025-37979] = "cpe-stable-backport: Backported in 6.12.25" | ||
13506 | |||
13507 | CVE_STATUS[CVE-2025-37980] = "cpe-stable-backport: Backported in 6.12.25" | ||
13508 | |||
13509 | CVE_STATUS[CVE-2025-37981] = "cpe-stable-backport: Backported in 6.12.25" | ||
13510 | |||
13511 | CVE_STATUS[CVE-2025-37982] = "cpe-stable-backport: Backported in 6.12.25" | ||
13512 | |||
13513 | CVE_STATUS[CVE-2025-37983] = "cpe-stable-backport: Backported in 6.12.26" | ||
13514 | |||
13515 | # CVE-2025-37984 needs backporting (fixed from 6.15) | ||
13516 | |||
13517 | CVE_STATUS[CVE-2025-37985] = "cpe-stable-backport: Backported in 6.12.26" | ||
13518 | |||
13519 | CVE_STATUS[CVE-2025-37986] = "cpe-stable-backport: Backported in 6.12.26" | ||
13520 | |||
13521 | CVE_STATUS[CVE-2025-37987] = "cpe-stable-backport: Backported in 6.12.26" | ||
13522 | |||
13523 | CVE_STATUS[CVE-2025-37988] = "cpe-stable-backport: Backported in 6.12.26" | ||
13524 | |||
13525 | CVE_STATUS[CVE-2025-37989] = "cpe-stable-backport: Backported in 6.12.26" | ||
13526 | |||
13527 | CVE_STATUS[CVE-2025-37990] = "cpe-stable-backport: Backported in 6.12.28" | ||
13528 | |||
13529 | CVE_STATUS[CVE-2025-37991] = "cpe-stable-backport: Backported in 6.12.28" | ||
13530 | |||
13531 | CVE_STATUS[CVE-2025-37992] = "cpe-stable-backport: Backported in 6.12.30" | ||
13532 | |||
13533 | CVE_STATUS[CVE-2025-37993] = "cpe-stable-backport: Backported in 6.12.29" | ||
13534 | |||
13535 | CVE_STATUS[CVE-2025-37994] = "cpe-stable-backport: Backported in 6.12.29" | ||
13536 | |||
13537 | CVE_STATUS[CVE-2025-37995] = "cpe-stable-backport: Backported in 6.12.29" | ||
13538 | |||
13539 | CVE_STATUS[CVE-2025-37996] = "fixed-version: only affects 6.14 onwards" | ||
13540 | |||
13541 | CVE_STATUS[CVE-2025-37997] = "cpe-stable-backport: Backported in 6.12.29" | ||
13542 | |||
13543 | CVE_STATUS[CVE-2025-37998] = "cpe-stable-backport: Backported in 6.12.29" | ||
13544 | |||
13545 | CVE_STATUS[CVE-2025-37999] = "cpe-stable-backport: Backported in 6.12.29" | ||
13546 | |||
13547 | CVE_STATUS[CVE-2025-38000] = "cpe-stable-backport: Backported in 6.12.31" | ||
13548 | |||
13549 | CVE_STATUS[CVE-2025-38001] = "cpe-stable-backport: Backported in 6.12.32" | ||
13550 | |||
13551 | CVE_STATUS[CVE-2025-38002] = "fixed-version: only affects 6.13 onwards" | ||
13552 | |||
13553 | CVE_STATUS[CVE-2025-38003] = "cpe-stable-backport: Backported in 6.12.31" | ||
13554 | |||
13555 | CVE_STATUS[CVE-2025-38004] = "cpe-stable-backport: Backported in 6.12.31" | ||
13556 | |||
13557 | CVE_STATUS[CVE-2025-38005] = "cpe-stable-backport: Backported in 6.12.30" | ||
13558 | |||
13559 | CVE_STATUS[CVE-2025-38006] = "cpe-stable-backport: Backported in 6.12.30" | ||
13560 | |||
13561 | CVE_STATUS[CVE-2025-38007] = "cpe-stable-backport: Backported in 6.12.30" | ||
13562 | |||
13563 | CVE_STATUS[CVE-2025-38008] = "cpe-stable-backport: Backported in 6.12.30" | ||
13564 | |||
13565 | CVE_STATUS[CVE-2025-38009] = "cpe-stable-backport: Backported in 6.12.30" | ||
13566 | |||
13567 | CVE_STATUS[CVE-2025-38010] = "cpe-stable-backport: Backported in 6.12.30" | ||
13568 | |||
13569 | CVE_STATUS[CVE-2025-38011] = "cpe-stable-backport: Backported in 6.12.30" | ||
13570 | |||
13571 | CVE_STATUS[CVE-2025-38012] = "cpe-stable-backport: Backported in 6.12.30" | ||
13572 | |||
13573 | CVE_STATUS[CVE-2025-38013] = "cpe-stable-backport: Backported in 6.12.30" | ||
13574 | |||
13575 | CVE_STATUS[CVE-2025-38014] = "cpe-stable-backport: Backported in 6.12.30" | ||
13576 | |||
13577 | CVE_STATUS[CVE-2025-38015] = "cpe-stable-backport: Backported in 6.12.30" | ||
13578 | |||
13579 | CVE_STATUS[CVE-2025-38016] = "cpe-stable-backport: Backported in 6.12.30" | ||
13580 | |||
13581 | CVE_STATUS[CVE-2025-38017] = "fixed-version: only affects 6.14.4 onwards" | ||
13582 | |||
13583 | CVE_STATUS[CVE-2025-38018] = "cpe-stable-backport: Backported in 6.12.30" | ||
13584 | |||
13585 | CVE_STATUS[CVE-2025-38019] = "cpe-stable-backport: Backported in 6.12.30" | ||
13586 | |||
13587 | CVE_STATUS[CVE-2025-38020] = "cpe-stable-backport: Backported in 6.12.30" | ||
13588 | |||
13589 | CVE_STATUS[CVE-2025-38021] = "fixed-version: only affects 6.14 onwards" | ||
13590 | |||
13591 | CVE_STATUS[CVE-2025-38022] = "cpe-stable-backport: Backported in 6.12.30" | ||
13592 | |||
13593 | CVE_STATUS[CVE-2025-38023] = "cpe-stable-backport: Backported in 6.12.30" | ||
13594 | |||
13595 | CVE_STATUS[CVE-2025-38024] = "cpe-stable-backport: Backported in 6.12.30" | ||
13596 | |||
13597 | CVE_STATUS[CVE-2025-38025] = "fixed-version: only affects 6.13 onwards" | ||
13598 | |||
13599 | CVE_STATUS[CVE-2025-38027] = "cpe-stable-backport: Backported in 6.12.30" | ||
13600 | |||
13601 | CVE_STATUS[CVE-2025-38028] = "fixed-version: only affects 6.14 onwards" | ||
13602 | |||
13603 | # CVE-2025-38029 needs backporting (fixed from 6.15) | ||
13604 | |||
13605 | CVE_STATUS[CVE-2025-38031] = "cpe-stable-backport: Backported in 6.12.31" | ||
13606 | |||
13607 | CVE_STATUS[CVE-2025-38032] = "fixed-version: only affects 6.13 onwards" | ||
13608 | |||
13609 | CVE_STATUS[CVE-2025-38033] = "cpe-stable-backport: Backported in 6.12.31" | ||
13610 | |||
13611 | CVE_STATUS[CVE-2025-38034] = "cpe-stable-backport: Backported in 6.12.31" | ||
13612 | |||
13613 | CVE_STATUS[CVE-2025-38035] = "cpe-stable-backport: Backported in 6.12.31" | ||
13614 | |||
13615 | # CVE-2025-38036 needs backporting (fixed from 6.15) | ||
13616 | |||
13617 | CVE_STATUS[CVE-2025-38037] = "cpe-stable-backport: Backported in 6.12.31" | ||
13618 | |||
13619 | CVE_STATUS[CVE-2025-38038] = "cpe-stable-backport: Backported in 6.12.31" | ||
13620 | |||
13621 | CVE_STATUS[CVE-2025-38039] = "cpe-stable-backport: Backported in 6.12.31" | ||
13622 | |||
13623 | CVE_STATUS[CVE-2025-38040] = "cpe-stable-backport: Backported in 6.12.31" | ||
13624 | |||
13625 | # CVE-2025-38041 needs backporting (fixed from 6.15) | ||
13626 | |||
13627 | # CVE-2025-38042 needs backporting (fixed from 6.15) | ||
13628 | |||
13629 | CVE_STATUS[CVE-2025-38043] = "cpe-stable-backport: Backported in 6.12.31" | ||
13630 | |||
13631 | CVE_STATUS[CVE-2025-38044] = "cpe-stable-backport: Backported in 6.12.31" | ||
13632 | |||
13633 | CVE_STATUS[CVE-2025-38045] = "cpe-stable-backport: Backported in 6.12.31" | ||
13634 | |||
13635 | CVE_STATUS[CVE-2025-38047] = "cpe-stable-backport: Backported in 6.12.31" | ||
13636 | |||
13637 | CVE_STATUS[CVE-2025-38048] = "cpe-stable-backport: Backported in 6.12.31" | ||
13638 | |||
13639 | CVE_STATUS[CVE-2025-38049] = "cpe-stable-backport: Backported in 6.12.23" | ||
13640 | |||
13641 | CVE_STATUS[CVE-2025-38050] = "fixed-version: only affects 6.14 onwards" | ||
13642 | |||
13643 | CVE_STATUS[CVE-2025-38051] = "cpe-stable-backport: Backported in 6.12.31" | ||
13644 | |||
13645 | CVE_STATUS[CVE-2025-38052] = "cpe-stable-backport: Backported in 6.12.31" | ||
13646 | |||
13647 | CVE_STATUS[CVE-2025-38053] = "cpe-stable-backport: Backported in 6.12.31" | ||
13648 | |||
13649 | CVE_STATUS[CVE-2025-38054] = "cpe-stable-backport: Backported in 6.12.31" | ||
13650 | |||
13651 | CVE_STATUS[CVE-2025-38055] = "cpe-stable-backport: Backported in 6.12.31" | ||
13652 | |||
13653 | CVE_STATUS[CVE-2025-38056] = "cpe-stable-backport: Backported in 6.12.31" | ||
13654 | |||
13655 | CVE_STATUS[CVE-2025-38057] = "cpe-stable-backport: Backported in 6.12.31" | ||
13656 | |||
13657 | CVE_STATUS[CVE-2025-38058] = "cpe-stable-backport: Backported in 6.12.31" | ||
13658 | |||
13659 | CVE_STATUS[CVE-2025-38059] = "cpe-stable-backport: Backported in 6.12.31" | ||
13660 | |||
13661 | CVE_STATUS[CVE-2025-38060] = "cpe-stable-backport: Backported in 6.12.31" | ||
13662 | |||
13663 | CVE_STATUS[CVE-2025-38061] = "cpe-stable-backport: Backported in 6.12.31" | ||
13664 | |||
13665 | CVE_STATUS[CVE-2025-38062] = "cpe-stable-backport: Backported in 6.12.31" | ||
13666 | |||
13667 | CVE_STATUS[CVE-2025-38063] = "cpe-stable-backport: Backported in 6.12.31" | ||
13668 | |||
13669 | # CVE-2025-38064 needs backporting (fixed from 6.15) | ||
13670 | |||
13671 | CVE_STATUS[CVE-2025-38065] = "cpe-stable-backport: Backported in 6.12.31" | ||
13672 | |||
13673 | CVE_STATUS[CVE-2025-38066] = "cpe-stable-backport: Backported in 6.12.31" | ||
13674 | |||
13675 | # CVE-2025-38067 needs backporting (fixed from 6.15) | ||
13676 | |||
13677 | CVE_STATUS[CVE-2025-38068] = "cpe-stable-backport: Backported in 6.12.31" | ||
13678 | |||
13679 | CVE_STATUS[CVE-2025-38069] = "cpe-stable-backport: Backported in 6.12.31" | ||
13680 | |||
13681 | CVE_STATUS[CVE-2025-38070] = "fixed-version: only affects 6.13 onwards" | ||
13682 | |||
13683 | CVE_STATUS[CVE-2025-38071] = "cpe-stable-backport: Backported in 6.12.31" | ||
13684 | |||
13685 | CVE_STATUS[CVE-2025-38072] = "cpe-stable-backport: Backported in 6.12.31" | ||
13686 | |||
13687 | CVE_STATUS[CVE-2025-38073] = "cpe-stable-backport: Backported in 6.12.31" | ||
13688 | |||
13689 | CVE_STATUS[CVE-2025-38074] = "cpe-stable-backport: Backported in 6.12.31" | ||
13690 | |||
13691 | CVE_STATUS[CVE-2025-38075] = "cpe-stable-backport: Backported in 6.12.31" | ||
13692 | |||
13693 | CVE_STATUS[CVE-2025-38076] = "fixed-version: only affects 6.13 onwards" | ||
13694 | |||
13695 | CVE_STATUS[CVE-2025-38077] = "cpe-stable-backport: Backported in 6.12.31" | ||
13696 | |||
13697 | CVE_STATUS[CVE-2025-38078] = "cpe-stable-backport: Backported in 6.12.31" | ||
13698 | |||
13699 | CVE_STATUS[CVE-2025-38079] = "cpe-stable-backport: Backported in 6.12.31" | ||
13700 | |||
13701 | CVE_STATUS[CVE-2025-38080] = "cpe-stable-backport: Backported in 6.12.31" | ||
13702 | |||
13703 | CVE_STATUS[CVE-2025-38081] = "cpe-stable-backport: Backported in 6.12.31" | ||
13704 | |||
13705 | CVE_STATUS[CVE-2025-38082] = "cpe-stable-backport: Backported in 6.12.32" | ||
13706 | |||
13707 | CVE_STATUS[CVE-2025-38083] = "cpe-stable-backport: Backported in 6.12.34" | ||
13708 | |||
13709 | CVE_STATUS[CVE-2025-38084] = "cpe-stable-backport: Backported in 6.12.35" | ||
13710 | |||
13711 | CVE_STATUS[CVE-2025-38085] = "cpe-stable-backport: Backported in 6.12.35" | ||
13712 | |||
13713 | CVE_STATUS[CVE-2025-38086] = "cpe-stable-backport: Backported in 6.12.35" | ||
13714 | |||
13715 | CVE_STATUS[CVE-2025-38087] = "cpe-stable-backport: Backported in 6.12.35" | ||
13716 | |||
13717 | CVE_STATUS[CVE-2025-38088] = "cpe-stable-backport: Backported in 6.12.34" | ||
13718 | |||
13719 | CVE_STATUS[CVE-2025-38089] = "cpe-stable-backport: Backported in 6.12.35" | ||
13720 | |||
13721 | CVE_STATUS[CVE-2025-38090] = "cpe-stable-backport: Backported in 6.12.35" | ||
13722 | |||
13723 | CVE_STATUS[CVE-2025-38091] = "cpe-stable-backport: Backported in 6.12.32" | ||
13724 | |||
13725 | CVE_STATUS[CVE-2025-38092] = "cpe-stable-backport: Backported in 6.12.32" | ||
13726 | |||
13727 | CVE_STATUS[CVE-2025-38093] = "cpe-stable-backport: Backported in 6.12.34" | ||
13728 | |||
13729 | CVE_STATUS[CVE-2025-38094] = "cpe-stable-backport: Backported in 6.12.30" | ||
13730 | |||
13731 | CVE_STATUS[CVE-2025-38095] = "cpe-stable-backport: Backported in 6.12.30" | ||
13732 | |||
13733 | CVE_STATUS[CVE-2025-38096] = "cpe-stable-backport: Backported in 6.12.31" | ||
13734 | |||
13735 | CVE_STATUS[CVE-2025-38097] = "cpe-stable-backport: Backported in 6.12.31" | ||
13736 | |||
13737 | CVE_STATUS[CVE-2025-38098] = "cpe-stable-backport: Backported in 6.12.31" | ||
13738 | |||
13739 | CVE_STATUS[CVE-2025-38099] = "cpe-stable-backport: Backported in 6.12.31" | ||
13740 | |||
13741 | CVE_STATUS[CVE-2025-38100] = "cpe-stable-backport: Backported in 6.12.34" | ||
13742 | |||
13743 | CVE_STATUS[CVE-2025-38101] = "cpe-stable-backport: Backported in 6.12.34" | ||
13744 | |||
13745 | CVE_STATUS[CVE-2025-38102] = "cpe-stable-backport: Backported in 6.12.34" | ||
13746 | |||
13747 | CVE_STATUS[CVE-2025-38103] = "cpe-stable-backport: Backported in 6.12.34" | ||
13748 | |||
13749 | # CVE-2025-38104 needs backporting (fixed from 6.15) | ||
13750 | |||
13751 | # CVE-2025-38105 needs backporting (fixed from 6.16rc1) | ||
13752 | |||
13753 | CVE_STATUS[CVE-2025-38106] = "cpe-stable-backport: Backported in 6.12.34" | ||
13754 | |||
13755 | CVE_STATUS[CVE-2025-38107] = "cpe-stable-backport: Backported in 6.12.34" | ||
13756 | |||
13757 | CVE_STATUS[CVE-2025-38108] = "cpe-stable-backport: Backported in 6.12.34" | ||
13758 | |||
13759 | CVE_STATUS[CVE-2025-38109] = "cpe-stable-backport: Backported in 6.12.34" | ||
13760 | |||
13761 | CVE_STATUS[CVE-2025-38110] = "cpe-stable-backport: Backported in 6.12.34" | ||
13762 | |||
13763 | CVE_STATUS[CVE-2025-38111] = "cpe-stable-backport: Backported in 6.12.34" | ||
13764 | |||
13765 | CVE_STATUS[CVE-2025-38112] = "cpe-stable-backport: Backported in 6.12.34" | ||
13766 | |||
13767 | CVE_STATUS[CVE-2025-38113] = "cpe-stable-backport: Backported in 6.12.34" | ||
13768 | |||
13769 | CVE_STATUS[CVE-2025-38114] = "fixed-version: only affects 6.13 onwards" | ||
13770 | |||
13771 | CVE_STATUS[CVE-2025-38115] = "cpe-stable-backport: Backported in 6.12.34" | ||
13772 | |||
13773 | CVE_STATUS[CVE-2025-38116] = "fixed-version: only affects 6.14 onwards" | ||
13774 | |||
13775 | CVE_STATUS[CVE-2025-38117] = "cpe-stable-backport: Backported in 6.12.34" | ||
13776 | |||
13777 | CVE_STATUS[CVE-2025-38118] = "cpe-stable-backport: Backported in 6.12.34" | ||
13778 | |||
13779 | CVE_STATUS[CVE-2025-38119] = "cpe-stable-backport: Backported in 6.12.34" | ||
13780 | |||
13781 | CVE_STATUS[CVE-2025-38120] = "cpe-stable-backport: Backported in 6.12.34" | ||
13782 | |||
13783 | CVE_STATUS[CVE-2025-38121] = "fixed-version: only affects 6.14 onwards" | ||
13784 | |||
13785 | CVE_STATUS[CVE-2025-38122] = "cpe-stable-backport: Backported in 6.12.34" | ||
13786 | |||
13787 | CVE_STATUS[CVE-2025-38123] = "cpe-stable-backport: Backported in 6.12.34" | ||
13788 | |||
13789 | CVE_STATUS[CVE-2025-38124] = "cpe-stable-backport: Backported in 6.12.34" | ||
13790 | |||
13791 | CVE_STATUS[CVE-2025-38125] = "cpe-stable-backport: Backported in 6.12.34" | ||
13792 | |||
13793 | CVE_STATUS[CVE-2025-38126] = "cpe-stable-backport: Backported in 6.12.34" | ||
13794 | |||
13795 | CVE_STATUS[CVE-2025-38127] = "cpe-stable-backport: Backported in 6.12.34" | ||
13796 | |||
13797 | CVE_STATUS[CVE-2025-38128] = "fixed-version: only affects 6.13 onwards" | ||
13798 | |||
13799 | CVE_STATUS[CVE-2025-38129] = "cpe-stable-backport: Backported in 6.12.34" | ||
13800 | |||
13801 | CVE_STATUS[CVE-2025-38130] = "fixed-version: only affects 6.14 onwards" | ||
13802 | |||
13803 | CVE_STATUS[CVE-2025-38131] = "cpe-stable-backport: Backported in 6.12.34" | ||
13804 | |||
13805 | # CVE-2025-38132 needs backporting (fixed from 6.16rc1) | ||
13806 | |||
13807 | CVE_STATUS[CVE-2025-38133] = "fixed-version: only affects 6.15 onwards" | ||
13808 | |||
13809 | CVE_STATUS[CVE-2025-38134] = "cpe-stable-backport: Backported in 6.12.34" | ||
13810 | |||
13811 | CVE_STATUS[CVE-2025-38135] = "cpe-stable-backport: Backported in 6.12.34" | ||
13812 | |||
13813 | CVE_STATUS[CVE-2025-38136] = "cpe-stable-backport: Backported in 6.12.34" | ||
13814 | |||
13815 | # CVE-2025-38137 needs backporting (fixed from 6.16rc1) | ||
13816 | |||
13817 | CVE_STATUS[CVE-2025-38138] = "cpe-stable-backport: Backported in 6.12.34" | ||
13818 | |||
13819 | # CVE-2025-38139 needs backporting (fixed from 6.16rc1) | ||
13820 | |||
13821 | # CVE-2025-38140 needs backporting (fixed from 6.16rc1) | ||
13822 | |||
13823 | CVE_STATUS[CVE-2025-38141] = "cpe-stable-backport: Backported in 6.12.34" | ||
13824 | |||
13825 | CVE_STATUS[CVE-2025-38142] = "cpe-stable-backport: Backported in 6.12.34" | ||
13826 | |||
13827 | CVE_STATUS[CVE-2025-38143] = "cpe-stable-backport: Backported in 6.12.34" | ||
13828 | |||
13829 | CVE_STATUS[CVE-2025-38144] = "fixed-version: only affects 6.15 onwards" | ||
13830 | |||
13831 | CVE_STATUS[CVE-2025-38145] = "cpe-stable-backport: Backported in 6.12.34" | ||
13832 | |||
13833 | CVE_STATUS[CVE-2025-38146] = "cpe-stable-backport: Backported in 6.12.34" | ||
13834 | |||
13835 | CVE_STATUS[CVE-2025-38147] = "cpe-stable-backport: Backported in 6.12.34" | ||
13836 | |||
13837 | CVE_STATUS[CVE-2025-38148] = "cpe-stable-backport: Backported in 6.12.34" | ||
13838 | |||
13839 | CVE_STATUS[CVE-2025-38149] = "cpe-stable-backport: Backported in 6.12.34" | ||
13840 | |||
13841 | CVE_STATUS[CVE-2025-38150] = "fixed-version: only affects 6.15 onwards" | ||
13842 | |||
13843 | CVE_STATUS[CVE-2025-38151] = "cpe-stable-backport: Backported in 6.12.34" | ||
13844 | |||
13845 | CVE_STATUS[CVE-2025-38152] = "cpe-stable-backport: Backported in 6.12.23" | ||
13846 | |||
13847 | CVE_STATUS[CVE-2025-38153] = "cpe-stable-backport: Backported in 6.12.34" | ||
13848 | |||
13849 | CVE_STATUS[CVE-2025-38154] = "cpe-stable-backport: Backported in 6.12.34" | ||
13850 | |||
13851 | CVE_STATUS[CVE-2025-38155] = "cpe-stable-backport: Backported in 6.12.34" | ||
13852 | |||
13853 | CVE_STATUS[CVE-2025-38156] = "cpe-stable-backport: Backported in 6.12.34" | ||
13854 | |||
13855 | CVE_STATUS[CVE-2025-38157] = "cpe-stable-backport: Backported in 6.12.34" | ||
13856 | |||
13857 | CVE_STATUS[CVE-2025-38158] = "cpe-stable-backport: Backported in 6.12.34" | ||
13858 | |||
13859 | CVE_STATUS[CVE-2025-38159] = "cpe-stable-backport: Backported in 6.12.34" | ||
13860 | |||
13861 | CVE_STATUS[CVE-2025-38160] = "cpe-stable-backport: Backported in 6.12.34" | ||
13862 | |||
13863 | CVE_STATUS[CVE-2025-38161] = "cpe-stable-backport: Backported in 6.12.34" | ||
13864 | |||
13865 | CVE_STATUS[CVE-2025-38162] = "cpe-stable-backport: Backported in 6.12.34" | ||
13866 | |||
13867 | CVE_STATUS[CVE-2025-38163] = "cpe-stable-backport: Backported in 6.12.34" | ||
13868 | |||
13869 | CVE_STATUS[CVE-2025-38164] = "cpe-stable-backport: Backported in 6.12.34" | ||
13870 | |||
13871 | CVE_STATUS[CVE-2025-38165] = "cpe-stable-backport: Backported in 6.12.34" | ||
13872 | |||
13873 | CVE_STATUS[CVE-2025-38166] = "cpe-stable-backport: Backported in 6.12.34" | ||
13874 | |||
13875 | CVE_STATUS[CVE-2025-38167] = "cpe-stable-backport: Backported in 6.12.34" | ||
13876 | |||
13877 | CVE_STATUS[CVE-2025-38168] = "cpe-stable-backport: Backported in 6.12.34" | ||
13878 | |||
13879 | CVE_STATUS[CVE-2025-38169] = "cpe-stable-backport: Backported in 6.12.34" | ||
13880 | |||
13881 | CVE_STATUS[CVE-2025-38170] = "cpe-stable-backport: Backported in 6.12.34" | ||
13882 | |||
13883 | CVE_STATUS[CVE-2025-38171] = "fixed-version: only affects 6.15 onwards" | ||
13884 | |||
13885 | CVE_STATUS[CVE-2025-38172] = "cpe-stable-backport: Backported in 6.12.34" | ||
13886 | |||
13887 | CVE_STATUS[CVE-2025-38173] = "cpe-stable-backport: Backported in 6.12.34" | ||
13888 | |||
13889 | CVE_STATUS[CVE-2025-38174] = "cpe-stable-backport: Backported in 6.12.33" | ||
13890 | |||
13891 | CVE_STATUS[CVE-2025-38175] = "fixed-version: only affects 6.14 onwards" | ||
13892 | |||
13893 | CVE_STATUS[CVE-2025-38176] = "fixed-version: only affects 6.14 onwards" | ||
13894 | |||
13895 | CVE_STATUS[CVE-2025-38177] = "cpe-stable-backport: Backported in 6.12.28" | ||
13896 | |||
13897 | CVE_STATUS[CVE-2025-38178] = "fixed-version: only affects 6.16rc1 onwards" | ||
13898 | |||
13899 | CVE_STATUS[CVE-2025-38179] = "cpe-stable-backport: Backported in 6.12.35" | ||
13900 | |||
13901 | CVE_STATUS[CVE-2025-38180] = "cpe-stable-backport: Backported in 6.12.35" | ||
13902 | |||
13903 | CVE_STATUS[CVE-2025-38181] = "cpe-stable-backport: Backported in 6.12.35" | ||
13904 | |||
13905 | CVE_STATUS[CVE-2025-38182] = "cpe-stable-backport: Backported in 6.12.35" | ||
13906 | |||
13907 | CVE_STATUS[CVE-2025-38183] = "cpe-stable-backport: Backported in 6.12.35" | ||
13908 | |||
13909 | CVE_STATUS[CVE-2025-38184] = "cpe-stable-backport: Backported in 6.12.35" | ||
13910 | |||
13911 | CVE_STATUS[CVE-2025-38185] = "cpe-stable-backport: Backported in 6.12.35" | ||
13912 | |||
13913 | CVE_STATUS[CVE-2025-38186] = "cpe-stable-backport: Backported in 6.12.35" | ||
13914 | |||
13915 | # CVE-2025-38187 needs backporting (fixed from 6.16rc3) | ||
13916 | |||
13917 | CVE_STATUS[CVE-2025-38188] = "cpe-stable-backport: Backported in 6.12.35" | ||
13918 | |||
13919 | CVE_STATUS[CVE-2025-38189] = "cpe-stable-backport: Backported in 6.12.35" | ||
13920 | |||
13921 | CVE_STATUS[CVE-2025-38190] = "cpe-stable-backport: Backported in 6.12.35" | ||
13922 | |||
13923 | CVE_STATUS[CVE-2025-38191] = "cpe-stable-backport: Backported in 6.12.35" | ||
13924 | |||
13925 | CVE_STATUS[CVE-2025-38192] = "cpe-stable-backport: Backported in 6.12.35" | ||
13926 | |||
13927 | CVE_STATUS[CVE-2025-38193] = "cpe-stable-backport: Backported in 6.12.35" | ||
13928 | |||
13929 | CVE_STATUS[CVE-2025-38194] = "cpe-stable-backport: Backported in 6.12.35" | ||
13930 | |||
13931 | CVE_STATUS[CVE-2025-38195] = "cpe-stable-backport: Backported in 6.12.35" | ||
13932 | |||
13933 | CVE_STATUS[CVE-2025-38196] = "fixed-version: only affects 6.13 onwards" | ||
13934 | |||
13935 | CVE_STATUS[CVE-2025-38197] = "cpe-stable-backport: Backported in 6.12.35" | ||
13936 | |||
13937 | CVE_STATUS[CVE-2025-38198] = "cpe-stable-backport: Backported in 6.12.35" | ||
13938 | |||
13939 | # CVE-2025-38199 needs backporting (fixed from 6.16rc1) | ||
13940 | |||
13941 | CVE_STATUS[CVE-2025-38200] = "cpe-stable-backport: Backported in 6.12.35" | ||
13942 | |||
13943 | CVE_STATUS[CVE-2025-38201] = "cpe-stable-backport: Backported in 6.12.35" | ||
13944 | |||
13945 | CVE_STATUS[CVE-2025-38202] = "cpe-stable-backport: Backported in 6.12.35" | ||
13946 | |||
13947 | # CVE-2025-38203 needs backporting (fixed from 6.16rc1) | ||
13948 | |||
13949 | # CVE-2025-38204 needs backporting (fixed from 6.16rc1) | ||
13950 | |||
13951 | # CVE-2025-38205 needs backporting (fixed from 6.16rc1) | ||
13952 | |||
13953 | # CVE-2025-38206 needs backporting (fixed from 6.16rc1) | ||
13954 | |||
13955 | # CVE-2025-38207 needs backporting (fixed from 6.16rc1) | ||
13956 | |||
13957 | CVE_STATUS[CVE-2025-38208] = "cpe-stable-backport: Backported in 6.12.35" | ||
13958 | |||
13959 | CVE_STATUS[CVE-2025-38209] = "fixed-version: only affects 6.15 onwards" | ||
13960 | |||
13961 | CVE_STATUS[CVE-2025-38210] = "cpe-stable-backport: Backported in 6.12.35" | ||
13962 | |||
13963 | CVE_STATUS[CVE-2025-38211] = "cpe-stable-backport: Backported in 6.12.35" | ||
13964 | |||
13965 | CVE_STATUS[CVE-2025-38212] = "cpe-stable-backport: Backported in 6.12.35" | ||
13966 | |||
13967 | CVE_STATUS[CVE-2025-38213] = "cpe-stable-backport: Backported in 6.12.35" | ||
13968 | |||
13969 | CVE_STATUS[CVE-2025-38214] = "cpe-stable-backport: Backported in 6.12.35" | ||
13970 | |||
13971 | CVE_STATUS[CVE-2025-38215] = "cpe-stable-backport: Backported in 6.12.35" | ||
13972 | |||
13973 | CVE_STATUS[CVE-2025-38216] = "cpe-stable-backport: Backported in 6.12.35" | ||
13974 | |||
13975 | CVE_STATUS[CVE-2025-38217] = "cpe-stable-backport: Backported in 6.12.35" | ||
13976 | |||
13977 | CVE_STATUS[CVE-2025-38218] = "cpe-stable-backport: Backported in 6.12.35" | ||
13978 | |||
13979 | CVE_STATUS[CVE-2025-38219] = "cpe-stable-backport: Backported in 6.12.35" | ||
13980 | |||
13981 | CVE_STATUS[CVE-2025-38220] = "cpe-stable-backport: Backported in 6.12.35" | ||
13982 | |||
13983 | CVE_STATUS[CVE-2025-38221] = "fixed-version: only affects 6.15 onwards" | ||
13984 | |||
13985 | CVE_STATUS[CVE-2025-38222] = "cpe-stable-backport: Backported in 6.12.35" | ||
13986 | |||
13987 | CVE_STATUS[CVE-2025-38223] = "cpe-stable-backport: Backported in 6.12.35" | ||
13988 | |||
13989 | CVE_STATUS[CVE-2025-38224] = "cpe-stable-backport: Backported in 6.12.35" | ||
13990 | |||
13991 | CVE_STATUS[CVE-2025-38225] = "cpe-stable-backport: Backported in 6.12.35" | ||
13992 | |||
13993 | CVE_STATUS[CVE-2025-38226] = "cpe-stable-backport: Backported in 6.12.35" | ||
13994 | |||
13995 | CVE_STATUS[CVE-2025-38227] = "cpe-stable-backport: Backported in 6.12.35" | ||
13996 | |||
13997 | CVE_STATUS[CVE-2025-38228] = "cpe-stable-backport: Backported in 6.12.35" | ||
13998 | |||
13999 | CVE_STATUS[CVE-2025-38229] = "cpe-stable-backport: Backported in 6.12.35" | ||
14000 | |||
14001 | CVE_STATUS[CVE-2025-38230] = "cpe-stable-backport: Backported in 6.12.36" | ||
14002 | |||
14003 | CVE_STATUS[CVE-2025-38231] = "cpe-stable-backport: Backported in 6.12.35" | ||
14004 | |||
14005 | CVE_STATUS[CVE-2025-38232] = "cpe-stable-backport: Backported in 6.12.35" | ||
14006 | |||
14007 | CVE_STATUS[CVE-2025-38233] = "fixed-version: only affects 6.13 onwards" | ||
14008 | |||
14009 | # CVE-2025-38234 needs backporting (fixed from 6.16rc1) | ||
14010 | |||
14011 | CVE_STATUS[CVE-2025-38235] = "fixed-version: only affects 6.15 onwards" | ||
14012 | |||
14013 | CVE_STATUS[CVE-2025-38236] = "cpe-stable-backport: Backported in 6.12.36" | ||
14014 | |||
14015 | # CVE-2025-38237 needs backporting (fixed from 6.16rc1) | ||
14016 | |||
14017 | CVE_STATUS[CVE-2025-38240] = "cpe-stable-backport: Backported in 6.12.23" | ||
14018 | |||
14019 | CVE_STATUS[CVE-2025-38479] = "cpe-stable-backport: Backported in 6.12.23" | ||
14020 | |||
14021 | CVE_STATUS[CVE-2025-38575] = "cpe-stable-backport: Backported in 6.12.23" | ||
14022 | |||
14023 | CVE_STATUS[CVE-2025-38637] = "cpe-stable-backport: Backported in 6.12.23" | ||
14024 | |||
14025 | CVE_STATUS[CVE-2025-39688] = "cpe-stable-backport: Backported in 6.12.23" | ||
14026 | |||
14027 | CVE_STATUS[CVE-2025-39728] = "cpe-stable-backport: Backported in 6.12.23" | ||
14028 | |||
14029 | CVE_STATUS[CVE-2025-39735] = "cpe-stable-backport: Backported in 6.12.23" | ||
14030 | |||
14031 | CVE_STATUS[CVE-2025-39755] = "fixed-version: only affects 6.13 onwards" | ||
14032 | |||
14033 | CVE_STATUS[CVE-2025-39778] = "cpe-stable-backport: Backported in 6.12.23" | ||
14034 | |||
14035 | CVE_STATUS[CVE-2025-39930] = "fixed-version: only affects 6.14 onwards" | ||
14036 | |||
14037 | CVE_STATUS[CVE-2025-39989] = "cpe-stable-backport: Backported in 6.12.23" | ||
14038 | |||
14039 | # CVE-2025-40014 needs backporting (fixed from 6.15) | ||
14040 | |||
14041 | CVE_STATUS[CVE-2025-40114] = "cpe-stable-backport: Backported in 6.12.23" | ||
14042 | |||
14043 | # CVE-2025-40325 needs backporting (fixed from 6.15) | ||
14044 | |||
14045 | # CVE-2025-40364 has no known resolution | ||
14046 | |||
diff --git a/meta/recipes-kernel/linux/cve-exclusion_6.6.inc b/meta/recipes-kernel/linux/cve-exclusion_6.6.inc deleted file mode 100644 index 9f1f03ac53..0000000000 --- a/meta/recipes-kernel/linux/cve-exclusion_6.6.inc +++ /dev/null | |||
@@ -1,6660 +0,0 @@ | |||
1 | |||
2 | # Auto-generated CVE metadata, DO NOT EDIT BY HAND. | ||
3 | # Generated at 2024-05-02 12:41:43.351358+00:00 for version 6.6.29 | ||
4 | |||
5 | python check_kernel_cve_status_version() { | ||
6 | this_version = "6.6.29" | ||
7 | kernel_version = d.getVar("LINUX_VERSION") | ||
8 | if kernel_version != this_version: | ||
9 | bb.warn("Kernel CVE status needs updating: generated for %s but kernel is %s" % (this_version, kernel_version)) | ||
10 | } | ||
11 | do_cve_check[prefuncs] += "check_kernel_cve_status_version" | ||
12 | |||
13 | CVE_STATUS[CVE-2003-1604] = "fixed-version: Fixed from version 2.6.12rc2" | ||
14 | |||
15 | CVE_STATUS[CVE-2004-0230] = "fixed-version: Fixed from version 3.6rc1" | ||
16 | |||
17 | # CVE-2005-3660 has no known resolution | ||
18 | |||
19 | CVE_STATUS[CVE-2006-3635] = "fixed-version: Fixed from version 2.6.26rc5" | ||
20 | |||
21 | CVE_STATUS[CVE-2006-5331] = "fixed-version: Fixed from version 2.6.19rc3" | ||
22 | |||
23 | CVE_STATUS[CVE-2006-6128] = "fixed-version: Fixed from version 2.6.19rc2" | ||
24 | |||
25 | # CVE-2007-3719 has no known resolution | ||
26 | |||
27 | CVE_STATUS[CVE-2007-4774] = "fixed-version: Fixed from version 2.6.12rc2" | ||
28 | |||
29 | CVE_STATUS[CVE-2007-6761] = "fixed-version: Fixed from version 2.6.24rc6" | ||
30 | |||
31 | CVE_STATUS[CVE-2007-6762] = "fixed-version: Fixed from version 2.6.20rc5" | ||
32 | |||
33 | # CVE-2008-2544 has no known resolution | ||
34 | |||
35 | # CVE-2008-4609 has no known resolution | ||
36 | |||
37 | CVE_STATUS[CVE-2008-7316] = "fixed-version: Fixed from version 2.6.25rc1" | ||
38 | |||
39 | CVE_STATUS[CVE-2009-2692] = "fixed-version: Fixed from version 2.6.31rc6" | ||
40 | |||
41 | CVE_STATUS[CVE-2010-0008] = "fixed-version: Fixed from version 2.6.23rc9" | ||
42 | |||
43 | CVE_STATUS[CVE-2010-3432] = "fixed-version: Fixed from version 2.6.36rc5" | ||
44 | |||
45 | # CVE-2010-4563 has no known resolution | ||
46 | |||
47 | CVE_STATUS[CVE-2010-4648] = "fixed-version: Fixed from version 2.6.37rc6" | ||
48 | |||
49 | CVE_STATUS[CVE-2010-5313] = "fixed-version: Fixed from version 2.6.38rc1" | ||
50 | |||
51 | # CVE-2010-5321 has no known resolution | ||
52 | |||
53 | CVE_STATUS[CVE-2010-5328] = "fixed-version: Fixed from version 2.6.35rc1" | ||
54 | |||
55 | CVE_STATUS[CVE-2010-5329] = "fixed-version: Fixed from version 2.6.39rc1" | ||
56 | |||
57 | CVE_STATUS[CVE-2010-5331] = "fixed-version: Fixed from version 2.6.34rc7" | ||
58 | |||
59 | CVE_STATUS[CVE-2010-5332] = "fixed-version: Fixed from version 2.6.37rc1" | ||
60 | |||
61 | CVE_STATUS[CVE-2011-4098] = "fixed-version: Fixed from version 3.2rc1" | ||
62 | |||
63 | CVE_STATUS[CVE-2011-4131] = "fixed-version: Fixed from version 3.3rc1" | ||
64 | |||
65 | CVE_STATUS[CVE-2011-4915] = "fixed-version: Fixed from version 3.2rc1" | ||
66 | |||
67 | # CVE-2011-4916 has no known resolution | ||
68 | |||
69 | # CVE-2011-4917 has no known resolution | ||
70 | |||
71 | CVE_STATUS[CVE-2011-5321] = "fixed-version: Fixed from version 3.2rc1" | ||
72 | |||
73 | CVE_STATUS[CVE-2011-5327] = "fixed-version: Fixed from version 3.1rc1" | ||
74 | |||
75 | CVE_STATUS[CVE-2012-0957] = "fixed-version: Fixed from version 3.7rc2" | ||
76 | |||
77 | CVE_STATUS[CVE-2012-2119] = "fixed-version: Fixed from version 3.5rc1" | ||
78 | |||
79 | CVE_STATUS[CVE-2012-2136] = "fixed-version: Fixed from version 3.5rc1" | ||
80 | |||
81 | CVE_STATUS[CVE-2012-2137] = "fixed-version: Fixed from version 3.5rc2" | ||
82 | |||
83 | CVE_STATUS[CVE-2012-2313] = "fixed-version: Fixed from version 3.4rc6" | ||
84 | |||
85 | CVE_STATUS[CVE-2012-2319] = "fixed-version: Fixed from version 3.4rc6" | ||
86 | |||
87 | CVE_STATUS[CVE-2012-2372] = "fixed-version: Fixed from version 3.13rc4" | ||
88 | |||
89 | CVE_STATUS[CVE-2012-2375] = "fixed-version: Fixed from version 3.4rc1" | ||
90 | |||
91 | CVE_STATUS[CVE-2012-2390] = "fixed-version: Fixed from version 3.5rc1" | ||
92 | |||
93 | CVE_STATUS[CVE-2012-2669] = "fixed-version: Fixed from version 3.5rc4" | ||
94 | |||
95 | CVE_STATUS[CVE-2012-2744] = "fixed-version: Fixed from version 2.6.34rc1" | ||
96 | |||
97 | CVE_STATUS[CVE-2012-2745] = "fixed-version: Fixed from version 3.4rc3" | ||
98 | |||
99 | CVE_STATUS[CVE-2012-3364] = "fixed-version: Fixed from version 3.5rc6" | ||
100 | |||
101 | CVE_STATUS[CVE-2012-3375] = "fixed-version: Fixed from version 3.4rc5" | ||
102 | |||
103 | CVE_STATUS[CVE-2012-3400] = "fixed-version: Fixed from version 3.5rc5" | ||
104 | |||
105 | CVE_STATUS[CVE-2012-3412] = "fixed-version: Fixed from version 3.6rc2" | ||
106 | |||
107 | CVE_STATUS[CVE-2012-3430] = "fixed-version: Fixed from version 3.6rc1" | ||
108 | |||
109 | CVE_STATUS[CVE-2012-3510] = "fixed-version: Fixed from version 2.6.19rc4" | ||
110 | |||
111 | CVE_STATUS[CVE-2012-3511] = "fixed-version: Fixed from version 3.5rc6" | ||
112 | |||
113 | CVE_STATUS[CVE-2012-3520] = "fixed-version: Fixed from version 3.6rc3" | ||
114 | |||
115 | CVE_STATUS[CVE-2012-3552] = "fixed-version: Fixed from version 3.0rc1" | ||
116 | |||
117 | # Skipping CVE-2012-4220, no affected_versions | ||
118 | |||
119 | # Skipping CVE-2012-4221, no affected_versions | ||
120 | |||
121 | # Skipping CVE-2012-4222, no affected_versions | ||
122 | |||
123 | CVE_STATUS[CVE-2012-4398] = "fixed-version: Fixed from version 3.4rc1" | ||
124 | |||
125 | CVE_STATUS[CVE-2012-4444] = "fixed-version: Fixed from version 2.6.36rc4" | ||
126 | |||
127 | CVE_STATUS[CVE-2012-4461] = "fixed-version: Fixed from version 3.7rc6" | ||
128 | |||
129 | CVE_STATUS[CVE-2012-4467] = "fixed-version: Fixed from version 3.6rc5" | ||
130 | |||
131 | CVE_STATUS[CVE-2012-4508] = "fixed-version: Fixed from version 3.7rc3" | ||
132 | |||
133 | CVE_STATUS[CVE-2012-4530] = "fixed-version: Fixed from version 3.8rc1" | ||
134 | |||
135 | # CVE-2012-4542 has no known resolution | ||
136 | |||
137 | CVE_STATUS[CVE-2012-4565] = "fixed-version: Fixed from version 3.7rc4" | ||
138 | |||
139 | CVE_STATUS[CVE-2012-5374] = "fixed-version: Fixed from version 3.8rc1" | ||
140 | |||
141 | CVE_STATUS[CVE-2012-5375] = "fixed-version: Fixed from version 3.8rc1" | ||
142 | |||
143 | CVE_STATUS[CVE-2012-5517] = "fixed-version: Fixed from version 3.6rc1" | ||
144 | |||
145 | CVE_STATUS[CVE-2012-6536] = "fixed-version: Fixed from version 3.6rc7" | ||
146 | |||
147 | CVE_STATUS[CVE-2012-6537] = "fixed-version: Fixed from version 3.6rc7" | ||
148 | |||
149 | CVE_STATUS[CVE-2012-6538] = "fixed-version: Fixed from version 3.6rc7" | ||
150 | |||
151 | CVE_STATUS[CVE-2012-6539] = "fixed-version: Fixed from version 3.6rc3" | ||
152 | |||
153 | CVE_STATUS[CVE-2012-6540] = "fixed-version: Fixed from version 3.6rc3" | ||
154 | |||
155 | CVE_STATUS[CVE-2012-6541] = "fixed-version: Fixed from version 3.6rc3" | ||
156 | |||
157 | CVE_STATUS[CVE-2012-6542] = "fixed-version: Fixed from version 3.6rc3" | ||
158 | |||
159 | CVE_STATUS[CVE-2012-6543] = "fixed-version: Fixed from version 3.6rc3" | ||
160 | |||
161 | CVE_STATUS[CVE-2012-6544] = "fixed-version: Fixed from version 3.6rc3" | ||
162 | |||
163 | CVE_STATUS[CVE-2012-6545] = "fixed-version: Fixed from version 3.6rc3" | ||
164 | |||
165 | CVE_STATUS[CVE-2012-6546] = "fixed-version: Fixed from version 3.6rc3" | ||
166 | |||
167 | CVE_STATUS[CVE-2012-6547] = "fixed-version: Fixed from version 3.6rc1" | ||
168 | |||
169 | CVE_STATUS[CVE-2012-6548] = "fixed-version: Fixed from version 3.6rc1" | ||
170 | |||
171 | CVE_STATUS[CVE-2012-6549] = "fixed-version: Fixed from version 3.6rc1" | ||
172 | |||
173 | CVE_STATUS[CVE-2012-6638] = "fixed-version: Fixed from version 3.3rc1" | ||
174 | |||
175 | CVE_STATUS[CVE-2012-6647] = "fixed-version: Fixed from version 3.6rc2" | ||
176 | |||
177 | CVE_STATUS[CVE-2012-6657] = "fixed-version: Fixed from version 3.6" | ||
178 | |||
179 | CVE_STATUS[CVE-2012-6689] = "fixed-version: Fixed from version 3.6rc5" | ||
180 | |||
181 | CVE_STATUS[CVE-2012-6701] = "fixed-version: Fixed from version 3.5rc1" | ||
182 | |||
183 | CVE_STATUS[CVE-2012-6703] = "fixed-version: Fixed from version 3.7rc1" | ||
184 | |||
185 | CVE_STATUS[CVE-2012-6704] = "fixed-version: Fixed from version 3.5rc1" | ||
186 | |||
187 | CVE_STATUS[CVE-2012-6712] = "fixed-version: Fixed from version 3.4rc1" | ||
188 | |||
189 | CVE_STATUS[CVE-2013-0160] = "fixed-version: Fixed from version 3.9rc1" | ||
190 | |||
191 | CVE_STATUS[CVE-2013-0190] = "fixed-version: Fixed from version 3.8rc5" | ||
192 | |||
193 | CVE_STATUS[CVE-2013-0216] = "fixed-version: Fixed from version 3.8rc7" | ||
194 | |||
195 | CVE_STATUS[CVE-2013-0217] = "fixed-version: Fixed from version 3.8rc7" | ||
196 | |||
197 | CVE_STATUS[CVE-2013-0228] = "fixed-version: Fixed from version 3.8" | ||
198 | |||
199 | CVE_STATUS[CVE-2013-0231] = "fixed-version: Fixed from version 3.8rc7" | ||
200 | |||
201 | CVE_STATUS[CVE-2013-0268] = "fixed-version: Fixed from version 3.8rc6" | ||
202 | |||
203 | CVE_STATUS[CVE-2013-0290] = "fixed-version: Fixed from version 3.8" | ||
204 | |||
205 | CVE_STATUS[CVE-2013-0309] = "fixed-version: Fixed from version 3.7rc1" | ||
206 | |||
207 | CVE_STATUS[CVE-2013-0310] = "fixed-version: Fixed from version 3.5" | ||
208 | |||
209 | CVE_STATUS[CVE-2013-0311] = "fixed-version: Fixed from version 3.7rc8" | ||
210 | |||
211 | CVE_STATUS[CVE-2013-0313] = "fixed-version: Fixed from version 3.8rc5" | ||
212 | |||
213 | CVE_STATUS[CVE-2013-0343] = "fixed-version: Fixed from version 3.11rc7" | ||
214 | |||
215 | CVE_STATUS[CVE-2013-0349] = "fixed-version: Fixed from version 3.8rc6" | ||
216 | |||
217 | CVE_STATUS[CVE-2013-0871] = "fixed-version: Fixed from version 3.8rc5" | ||
218 | |||
219 | CVE_STATUS[CVE-2013-0913] = "fixed-version: Fixed from version 3.9rc4" | ||
220 | |||
221 | CVE_STATUS[CVE-2013-0914] = "fixed-version: Fixed from version 3.9rc3" | ||
222 | |||
223 | CVE_STATUS[CVE-2013-1059] = "fixed-version: Fixed from version 3.11rc1" | ||
224 | |||
225 | CVE_STATUS[CVE-2013-1763] = "fixed-version: Fixed from version 3.9rc1" | ||
226 | |||
227 | CVE_STATUS[CVE-2013-1767] = "fixed-version: Fixed from version 3.9rc1" | ||
228 | |||
229 | CVE_STATUS[CVE-2013-1772] = "fixed-version: Fixed from version 3.5rc1" | ||
230 | |||
231 | CVE_STATUS[CVE-2013-1773] = "fixed-version: Fixed from version 3.3rc1" | ||
232 | |||
233 | CVE_STATUS[CVE-2013-1774] = "fixed-version: Fixed from version 3.8rc5" | ||
234 | |||
235 | CVE_STATUS[CVE-2013-1792] = "fixed-version: Fixed from version 3.9rc3" | ||
236 | |||
237 | CVE_STATUS[CVE-2013-1796] = "fixed-version: Fixed from version 3.9rc4" | ||
238 | |||
239 | CVE_STATUS[CVE-2013-1797] = "fixed-version: Fixed from version 3.9rc4" | ||
240 | |||
241 | CVE_STATUS[CVE-2013-1798] = "fixed-version: Fixed from version 3.9rc4" | ||
242 | |||
243 | CVE_STATUS[CVE-2013-1819] = "fixed-version: Fixed from version 3.8rc6" | ||
244 | |||
245 | CVE_STATUS[CVE-2013-1826] = "fixed-version: Fixed from version 3.6rc7" | ||
246 | |||
247 | CVE_STATUS[CVE-2013-1827] = "fixed-version: Fixed from version 3.6rc3" | ||
248 | |||
249 | CVE_STATUS[CVE-2013-1828] = "fixed-version: Fixed from version 3.9rc2" | ||
250 | |||
251 | CVE_STATUS[CVE-2013-1848] = "fixed-version: Fixed from version 3.9rc3" | ||
252 | |||
253 | CVE_STATUS[CVE-2013-1858] = "fixed-version: Fixed from version 3.9rc3" | ||
254 | |||
255 | CVE_STATUS[CVE-2013-1860] = "fixed-version: Fixed from version 3.9rc3" | ||
256 | |||
257 | CVE_STATUS[CVE-2013-1928] = "fixed-version: Fixed from version 3.7rc3" | ||
258 | |||
259 | CVE_STATUS[CVE-2013-1929] = "fixed-version: Fixed from version 3.9rc6" | ||
260 | |||
261 | # Skipping CVE-2013-1935, no affected_versions | ||
262 | |||
263 | CVE_STATUS[CVE-2013-1943] = "fixed-version: Fixed from version 3.0rc1" | ||
264 | |||
265 | CVE_STATUS[CVE-2013-1956] = "fixed-version: Fixed from version 3.9rc5" | ||
266 | |||
267 | CVE_STATUS[CVE-2013-1957] = "fixed-version: Fixed from version 3.9rc5" | ||
268 | |||
269 | CVE_STATUS[CVE-2013-1958] = "fixed-version: Fixed from version 3.9rc5" | ||
270 | |||
271 | CVE_STATUS[CVE-2013-1959] = "fixed-version: Fixed from version 3.9rc7" | ||
272 | |||
273 | CVE_STATUS[CVE-2013-1979] = "fixed-version: Fixed from version 3.9rc8" | ||
274 | |||
275 | CVE_STATUS[CVE-2013-2015] = "fixed-version: Fixed from version 3.8rc2" | ||
276 | |||
277 | CVE_STATUS[CVE-2013-2017] = "fixed-version: Fixed from version 2.6.34" | ||
278 | |||
279 | CVE_STATUS[CVE-2013-2058] = "fixed-version: Fixed from version 3.8rc4" | ||
280 | |||
281 | CVE_STATUS[CVE-2013-2094] = "fixed-version: Fixed from version 3.9rc8" | ||
282 | |||
283 | CVE_STATUS[CVE-2013-2128] = "fixed-version: Fixed from version 2.6.34rc4" | ||
284 | |||
285 | CVE_STATUS[CVE-2013-2140] = "fixed-version: Fixed from version 3.11rc3" | ||
286 | |||
287 | CVE_STATUS[CVE-2013-2141] = "fixed-version: Fixed from version 3.9rc8" | ||
288 | |||
289 | CVE_STATUS[CVE-2013-2146] = "fixed-version: Fixed from version 3.9rc8" | ||
290 | |||
291 | CVE_STATUS[CVE-2013-2147] = "fixed-version: Fixed from version 3.12rc3" | ||
292 | |||
293 | CVE_STATUS[CVE-2013-2148] = "fixed-version: Fixed from version 3.11rc1" | ||
294 | |||
295 | CVE_STATUS[CVE-2013-2164] = "fixed-version: Fixed from version 3.11rc1" | ||
296 | |||
297 | # Skipping CVE-2013-2188, no affected_versions | ||
298 | |||
299 | CVE_STATUS[CVE-2013-2206] = "fixed-version: Fixed from version 3.9rc4" | ||
300 | |||
301 | # Skipping CVE-2013-2224, no affected_versions | ||
302 | |||
303 | CVE_STATUS[CVE-2013-2232] = "fixed-version: Fixed from version 3.10" | ||
304 | |||
305 | CVE_STATUS[CVE-2013-2234] = "fixed-version: Fixed from version 3.10" | ||
306 | |||
307 | CVE_STATUS[CVE-2013-2237] = "fixed-version: Fixed from version 3.9rc6" | ||
308 | |||
309 | # Skipping CVE-2013-2239, no affected_versions | ||
310 | |||
311 | CVE_STATUS[CVE-2013-2546] = "fixed-version: Fixed from version 3.9rc1" | ||
312 | |||
313 | CVE_STATUS[CVE-2013-2547] = "fixed-version: Fixed from version 3.9rc1" | ||
314 | |||
315 | CVE_STATUS[CVE-2013-2548] = "fixed-version: Fixed from version 3.9rc1" | ||
316 | |||
317 | CVE_STATUS[CVE-2013-2596] = "fixed-version: Fixed from version 3.9rc8" | ||
318 | |||
319 | CVE_STATUS[CVE-2013-2634] = "fixed-version: Fixed from version 3.9rc3" | ||
320 | |||
321 | CVE_STATUS[CVE-2013-2635] = "fixed-version: Fixed from version 3.9rc3" | ||
322 | |||
323 | CVE_STATUS[CVE-2013-2636] = "fixed-version: Fixed from version 3.9rc3" | ||
324 | |||
325 | CVE_STATUS[CVE-2013-2850] = "fixed-version: Fixed from version 3.10rc4" | ||
326 | |||
327 | CVE_STATUS[CVE-2013-2851] = "fixed-version: Fixed from version 3.11rc1" | ||
328 | |||
329 | CVE_STATUS[CVE-2013-2852] = "fixed-version: Fixed from version 3.10rc6" | ||
330 | |||
331 | CVE_STATUS[CVE-2013-2888] = "fixed-version: Fixed from version 3.12rc1" | ||
332 | |||
333 | CVE_STATUS[CVE-2013-2889] = "fixed-version: Fixed from version 3.12rc2" | ||
334 | |||
335 | CVE_STATUS[CVE-2013-2890] = "fixed-version: Fixed from version 3.12rc2" | ||
336 | |||
337 | CVE_STATUS[CVE-2013-2891] = "fixed-version: Fixed from version 3.12rc2" | ||
338 | |||
339 | CVE_STATUS[CVE-2013-2892] = "fixed-version: Fixed from version 3.12rc1" | ||
340 | |||
341 | CVE_STATUS[CVE-2013-2893] = "fixed-version: Fixed from version 3.12rc2" | ||
342 | |||
343 | CVE_STATUS[CVE-2013-2894] = "fixed-version: Fixed from version 3.12rc2" | ||
344 | |||
345 | CVE_STATUS[CVE-2013-2895] = "fixed-version: Fixed from version 3.12rc2" | ||
346 | |||
347 | CVE_STATUS[CVE-2013-2896] = "fixed-version: Fixed from version 3.12rc1" | ||
348 | |||
349 | CVE_STATUS[CVE-2013-2897] = "fixed-version: Fixed from version 3.12rc2" | ||
350 | |||
351 | CVE_STATUS[CVE-2013-2898] = "fixed-version: Fixed from version 3.12rc1" | ||
352 | |||
353 | CVE_STATUS[CVE-2013-2899] = "fixed-version: Fixed from version 3.12rc1" | ||
354 | |||
355 | CVE_STATUS[CVE-2013-2929] = "fixed-version: Fixed from version 3.13rc1" | ||
356 | |||
357 | CVE_STATUS[CVE-2013-2930] = "fixed-version: Fixed from version 3.13rc1" | ||
358 | |||
359 | CVE_STATUS[CVE-2013-3076] = "fixed-version: Fixed from version 3.9" | ||
360 | |||
361 | CVE_STATUS[CVE-2013-3222] = "fixed-version: Fixed from version 3.9rc7" | ||
362 | |||
363 | CVE_STATUS[CVE-2013-3223] = "fixed-version: Fixed from version 3.9rc7" | ||
364 | |||
365 | CVE_STATUS[CVE-2013-3224] = "fixed-version: Fixed from version 3.9rc7" | ||
366 | |||
367 | CVE_STATUS[CVE-2013-3225] = "fixed-version: Fixed from version 3.9rc7" | ||
368 | |||
369 | CVE_STATUS[CVE-2013-3226] = "fixed-version: Fixed from version 3.9rc7" | ||
370 | |||
371 | CVE_STATUS[CVE-2013-3227] = "fixed-version: Fixed from version 3.9rc7" | ||
372 | |||
373 | CVE_STATUS[CVE-2013-3228] = "fixed-version: Fixed from version 3.9rc7" | ||
374 | |||
375 | CVE_STATUS[CVE-2013-3229] = "fixed-version: Fixed from version 3.9rc7" | ||
376 | |||
377 | CVE_STATUS[CVE-2013-3230] = "fixed-version: Fixed from version 3.9rc7" | ||
378 | |||
379 | CVE_STATUS[CVE-2013-3231] = "fixed-version: Fixed from version 3.9rc7" | ||
380 | |||
381 | CVE_STATUS[CVE-2013-3232] = "fixed-version: Fixed from version 3.9rc7" | ||
382 | |||
383 | CVE_STATUS[CVE-2013-3233] = "fixed-version: Fixed from version 3.9rc7" | ||
384 | |||
385 | CVE_STATUS[CVE-2013-3234] = "fixed-version: Fixed from version 3.9rc7" | ||
386 | |||
387 | CVE_STATUS[CVE-2013-3235] = "fixed-version: Fixed from version 3.9rc7" | ||
388 | |||
389 | CVE_STATUS[CVE-2013-3236] = "fixed-version: Fixed from version 3.9rc7" | ||
390 | |||
391 | CVE_STATUS[CVE-2013-3237] = "fixed-version: Fixed from version 3.9rc7" | ||
392 | |||
393 | CVE_STATUS[CVE-2013-3301] = "fixed-version: Fixed from version 3.9rc7" | ||
394 | |||
395 | CVE_STATUS[CVE-2013-3302] = "fixed-version: Fixed from version 3.8rc3" | ||
396 | |||
397 | CVE_STATUS[CVE-2013-4125] = "fixed-version: Fixed from version 3.11rc1" | ||
398 | |||
399 | CVE_STATUS[CVE-2013-4127] = "fixed-version: Fixed from version 3.11rc1" | ||
400 | |||
401 | CVE_STATUS[CVE-2013-4129] = "fixed-version: Fixed from version 3.11rc1" | ||
402 | |||
403 | CVE_STATUS[CVE-2013-4162] = "fixed-version: Fixed from version 3.11rc1" | ||
404 | |||
405 | CVE_STATUS[CVE-2013-4163] = "fixed-version: Fixed from version 3.11rc1" | ||
406 | |||
407 | CVE_STATUS[CVE-2013-4205] = "fixed-version: Fixed from version 3.11rc5" | ||
408 | |||
409 | CVE_STATUS[CVE-2013-4220] = "fixed-version: Fixed from version 3.10rc4" | ||
410 | |||
411 | CVE_STATUS[CVE-2013-4247] = "fixed-version: Fixed from version 3.10rc5" | ||
412 | |||
413 | CVE_STATUS[CVE-2013-4254] = "fixed-version: Fixed from version 3.11rc6" | ||
414 | |||
415 | CVE_STATUS[CVE-2013-4270] = "fixed-version: Fixed from version 3.12rc4" | ||
416 | |||
417 | CVE_STATUS[CVE-2013-4299] = "fixed-version: Fixed from version 3.12rc6" | ||
418 | |||
419 | CVE_STATUS[CVE-2013-4300] = "fixed-version: Fixed from version 3.11" | ||
420 | |||
421 | CVE_STATUS[CVE-2013-4312] = "fixed-version: Fixed from version 4.5rc1" | ||
422 | |||
423 | CVE_STATUS[CVE-2013-4343] = "fixed-version: Fixed from version 3.12rc2" | ||
424 | |||
425 | CVE_STATUS[CVE-2013-4345] = "fixed-version: Fixed from version 3.13rc2" | ||
426 | |||
427 | CVE_STATUS[CVE-2013-4348] = "fixed-version: Fixed from version 3.13rc1" | ||
428 | |||
429 | CVE_STATUS[CVE-2013-4350] = "fixed-version: Fixed from version 3.12rc2" | ||
430 | |||
431 | CVE_STATUS[CVE-2013-4387] = "fixed-version: Fixed from version 3.12rc4" | ||
432 | |||
433 | CVE_STATUS[CVE-2013-4470] = "fixed-version: Fixed from version 3.12rc7" | ||
434 | |||
435 | CVE_STATUS[CVE-2013-4483] = "fixed-version: Fixed from version 3.10rc1" | ||
436 | |||
437 | CVE_STATUS[CVE-2013-4511] = "fixed-version: Fixed from version 3.12" | ||
438 | |||
439 | CVE_STATUS[CVE-2013-4512] = "fixed-version: Fixed from version 3.12" | ||
440 | |||
441 | CVE_STATUS[CVE-2013-4513] = "fixed-version: Fixed from version 3.12" | ||
442 | |||
443 | CVE_STATUS[CVE-2013-4514] = "fixed-version: Fixed from version 3.12" | ||
444 | |||
445 | CVE_STATUS[CVE-2013-4515] = "fixed-version: Fixed from version 3.12" | ||
446 | |||
447 | CVE_STATUS[CVE-2013-4516] = "fixed-version: Fixed from version 3.12" | ||
448 | |||
449 | CVE_STATUS[CVE-2013-4563] = "fixed-version: Fixed from version 3.13rc1" | ||
450 | |||
451 | CVE_STATUS[CVE-2013-4579] = "fixed-version: Fixed from version 3.13rc7" | ||
452 | |||
453 | CVE_STATUS[CVE-2013-4587] = "fixed-version: Fixed from version 3.13rc4" | ||
454 | |||
455 | CVE_STATUS[CVE-2013-4588] = "fixed-version: Fixed from version 2.6.33rc4" | ||
456 | |||
457 | CVE_STATUS[CVE-2013-4591] = "fixed-version: Fixed from version 3.8rc1" | ||
458 | |||
459 | CVE_STATUS[CVE-2013-4592] = "fixed-version: Fixed from version 3.7rc1" | ||
460 | |||
461 | # Skipping CVE-2013-4737, no affected_versions | ||
462 | |||
463 | # Skipping CVE-2013-4738, no affected_versions | ||
464 | |||
465 | # Skipping CVE-2013-4739, no affected_versions | ||
466 | |||
467 | CVE_STATUS[CVE-2013-5634] = "fixed-version: Fixed from version 3.10rc5" | ||
468 | |||
469 | CVE_STATUS[CVE-2013-6282] = "fixed-version: Fixed from version 3.6rc6" | ||
470 | |||
471 | CVE_STATUS[CVE-2013-6367] = "fixed-version: Fixed from version 3.13rc4" | ||
472 | |||
473 | CVE_STATUS[CVE-2013-6368] = "fixed-version: Fixed from version 3.13rc4" | ||
474 | |||
475 | CVE_STATUS[CVE-2013-6376] = "fixed-version: Fixed from version 3.13rc4" | ||
476 | |||
477 | CVE_STATUS[CVE-2013-6378] = "fixed-version: Fixed from version 3.13rc1" | ||
478 | |||
479 | CVE_STATUS[CVE-2013-6380] = "fixed-version: Fixed from version 3.13rc1" | ||
480 | |||
481 | CVE_STATUS[CVE-2013-6381] = "fixed-version: Fixed from version 3.13rc1" | ||
482 | |||
483 | CVE_STATUS[CVE-2013-6382] = "fixed-version: Fixed from version 3.13rc4" | ||
484 | |||
485 | CVE_STATUS[CVE-2013-6383] = "fixed-version: Fixed from version 3.12" | ||
486 | |||
487 | # Skipping CVE-2013-6392, no affected_versions | ||
488 | |||
489 | CVE_STATUS[CVE-2013-6431] = "fixed-version: Fixed from version 3.12rc1" | ||
490 | |||
491 | CVE_STATUS[CVE-2013-6432] = "fixed-version: Fixed from version 3.13rc1" | ||
492 | |||
493 | CVE_STATUS[CVE-2013-6885] = "fixed-version: Fixed from version 3.14rc1" | ||
494 | |||
495 | CVE_STATUS[CVE-2013-7026] = "fixed-version: Fixed from version 3.13rc1" | ||
496 | |||
497 | CVE_STATUS[CVE-2013-7027] = "fixed-version: Fixed from version 3.12rc7" | ||
498 | |||
499 | CVE_STATUS[CVE-2013-7263] = "fixed-version: Fixed from version 3.13rc1" | ||
500 | |||
501 | CVE_STATUS[CVE-2013-7264] = "fixed-version: Fixed from version 3.13rc1" | ||
502 | |||
503 | CVE_STATUS[CVE-2013-7265] = "fixed-version: Fixed from version 3.13rc1" | ||
504 | |||
505 | CVE_STATUS[CVE-2013-7266] = "fixed-version: Fixed from version 3.13rc1" | ||
506 | |||
507 | CVE_STATUS[CVE-2013-7267] = "fixed-version: Fixed from version 3.13rc1" | ||
508 | |||
509 | CVE_STATUS[CVE-2013-7268] = "fixed-version: Fixed from version 3.13rc1" | ||
510 | |||
511 | CVE_STATUS[CVE-2013-7269] = "fixed-version: Fixed from version 3.13rc1" | ||
512 | |||
513 | CVE_STATUS[CVE-2013-7270] = "fixed-version: Fixed from version 3.13rc1" | ||
514 | |||
515 | CVE_STATUS[CVE-2013-7271] = "fixed-version: Fixed from version 3.13rc1" | ||
516 | |||
517 | CVE_STATUS[CVE-2013-7281] = "fixed-version: Fixed from version 3.13rc1" | ||
518 | |||
519 | CVE_STATUS[CVE-2013-7339] = "fixed-version: Fixed from version 3.13rc7" | ||
520 | |||
521 | CVE_STATUS[CVE-2013-7348] = "fixed-version: Fixed from version 3.13rc1" | ||
522 | |||
523 | CVE_STATUS[CVE-2013-7421] = "fixed-version: Fixed from version 3.19rc1" | ||
524 | |||
525 | # CVE-2013-7445 has no known resolution | ||
526 | |||
527 | CVE_STATUS[CVE-2013-7446] = "fixed-version: Fixed from version 4.4rc4" | ||
528 | |||
529 | CVE_STATUS[CVE-2013-7470] = "fixed-version: Fixed from version 3.12rc7" | ||
530 | |||
531 | CVE_STATUS[CVE-2014-0038] = "fixed-version: Fixed from version 3.14rc1" | ||
532 | |||
533 | CVE_STATUS[CVE-2014-0049] = "fixed-version: Fixed from version 3.14rc5" | ||
534 | |||
535 | CVE_STATUS[CVE-2014-0055] = "fixed-version: Fixed from version 3.14" | ||
536 | |||
537 | CVE_STATUS[CVE-2014-0069] = "fixed-version: Fixed from version 3.14rc4" | ||
538 | |||
539 | CVE_STATUS[CVE-2014-0077] = "fixed-version: Fixed from version 3.14" | ||
540 | |||
541 | CVE_STATUS[CVE-2014-0100] = "fixed-version: Fixed from version 3.14rc7" | ||
542 | |||
543 | CVE_STATUS[CVE-2014-0101] = "fixed-version: Fixed from version 3.14rc6" | ||
544 | |||
545 | CVE_STATUS[CVE-2014-0102] = "fixed-version: Fixed from version 3.14rc6" | ||
546 | |||
547 | CVE_STATUS[CVE-2014-0131] = "fixed-version: Fixed from version 3.14rc7" | ||
548 | |||
549 | CVE_STATUS[CVE-2014-0155] = "fixed-version: Fixed from version 3.15rc2" | ||
550 | |||
551 | CVE_STATUS[CVE-2014-0181] = "fixed-version: Fixed from version 3.15rc5" | ||
552 | |||
553 | CVE_STATUS[CVE-2014-0196] = "fixed-version: Fixed from version 3.15rc5" | ||
554 | |||
555 | CVE_STATUS[CVE-2014-0203] = "fixed-version: Fixed from version 2.6.33rc5" | ||
556 | |||
557 | CVE_STATUS[CVE-2014-0205] = "fixed-version: Fixed from version 2.6.37rc1" | ||
558 | |||
559 | CVE_STATUS[CVE-2014-0206] = "fixed-version: Fixed from version 3.16rc3" | ||
560 | |||
561 | # Skipping CVE-2014-0972, no affected_versions | ||
562 | |||
563 | CVE_STATUS[CVE-2014-1438] = "fixed-version: Fixed from version 3.13" | ||
564 | |||
565 | CVE_STATUS[CVE-2014-1444] = "fixed-version: Fixed from version 3.12rc7" | ||
566 | |||
567 | CVE_STATUS[CVE-2014-1445] = "fixed-version: Fixed from version 3.12rc7" | ||
568 | |||
569 | CVE_STATUS[CVE-2014-1446] = "fixed-version: Fixed from version 3.13rc7" | ||
570 | |||
571 | CVE_STATUS[CVE-2014-1690] = "fixed-version: Fixed from version 3.13rc8" | ||
572 | |||
573 | CVE_STATUS[CVE-2014-1737] = "fixed-version: Fixed from version 3.15rc5" | ||
574 | |||
575 | CVE_STATUS[CVE-2014-1738] = "fixed-version: Fixed from version 3.15rc5" | ||
576 | |||
577 | CVE_STATUS[CVE-2014-1739] = "fixed-version: Fixed from version 3.15rc6" | ||
578 | |||
579 | CVE_STATUS[CVE-2014-1874] = "fixed-version: Fixed from version 3.14rc2" | ||
580 | |||
581 | CVE_STATUS[CVE-2014-2038] = "fixed-version: Fixed from version 3.14rc1" | ||
582 | |||
583 | CVE_STATUS[CVE-2014-2039] = "fixed-version: Fixed from version 3.14rc3" | ||
584 | |||
585 | CVE_STATUS[CVE-2014-2309] = "fixed-version: Fixed from version 3.14rc7" | ||
586 | |||
587 | CVE_STATUS[CVE-2014-2523] = "fixed-version: Fixed from version 3.14rc1" | ||
588 | |||
589 | CVE_STATUS[CVE-2014-2568] = "fixed-version: Fixed from version 3.14" | ||
590 | |||
591 | CVE_STATUS[CVE-2014-2580] = "fixed-version: Fixed from version 3.15rc1" | ||
592 | |||
593 | CVE_STATUS[CVE-2014-2672] = "fixed-version: Fixed from version 3.14rc6" | ||
594 | |||
595 | CVE_STATUS[CVE-2014-2673] = "fixed-version: Fixed from version 3.14rc6" | ||
596 | |||
597 | CVE_STATUS[CVE-2014-2678] = "fixed-version: Fixed from version 3.15rc1" | ||
598 | |||
599 | CVE_STATUS[CVE-2014-2706] = "fixed-version: Fixed from version 3.14rc6" | ||
600 | |||
601 | CVE_STATUS[CVE-2014-2739] = "fixed-version: Fixed from version 3.15rc1" | ||
602 | |||
603 | CVE_STATUS[CVE-2014-2851] = "fixed-version: Fixed from version 3.15rc2" | ||
604 | |||
605 | CVE_STATUS[CVE-2014-2889] = "fixed-version: Fixed from version 3.2rc7" | ||
606 | |||
607 | CVE_STATUS[CVE-2014-3122] = "fixed-version: Fixed from version 3.15rc1" | ||
608 | |||
609 | CVE_STATUS[CVE-2014-3144] = "fixed-version: Fixed from version 3.15rc2" | ||
610 | |||
611 | CVE_STATUS[CVE-2014-3145] = "fixed-version: Fixed from version 3.15rc2" | ||
612 | |||
613 | CVE_STATUS[CVE-2014-3153] = "fixed-version: Fixed from version 3.15" | ||
614 | |||
615 | CVE_STATUS[CVE-2014-3180] = "fixed-version: Fixed from version 3.17rc4" | ||
616 | |||
617 | CVE_STATUS[CVE-2014-3181] = "fixed-version: Fixed from version 3.17rc3" | ||
618 | |||
619 | CVE_STATUS[CVE-2014-3182] = "fixed-version: Fixed from version 3.17rc2" | ||
620 | |||
621 | CVE_STATUS[CVE-2014-3183] = "fixed-version: Fixed from version 3.17rc2" | ||
622 | |||
623 | CVE_STATUS[CVE-2014-3184] = "fixed-version: Fixed from version 3.17rc2" | ||
624 | |||
625 | CVE_STATUS[CVE-2014-3185] = "fixed-version: Fixed from version 3.17rc3" | ||
626 | |||
627 | CVE_STATUS[CVE-2014-3186] = "fixed-version: Fixed from version 3.17rc3" | ||
628 | |||
629 | # Skipping CVE-2014-3519, no affected_versions | ||
630 | |||
631 | CVE_STATUS[CVE-2014-3534] = "fixed-version: Fixed from version 3.16rc7" | ||
632 | |||
633 | CVE_STATUS[CVE-2014-3535] = "fixed-version: Fixed from version 2.6.36rc1" | ||
634 | |||
635 | CVE_STATUS[CVE-2014-3601] = "fixed-version: Fixed from version 3.17rc2" | ||
636 | |||
637 | CVE_STATUS[CVE-2014-3610] = "fixed-version: Fixed from version 3.18rc2" | ||
638 | |||
639 | CVE_STATUS[CVE-2014-3611] = "fixed-version: Fixed from version 3.18rc2" | ||
640 | |||
641 | CVE_STATUS[CVE-2014-3631] = "fixed-version: Fixed from version 3.17rc5" | ||
642 | |||
643 | CVE_STATUS[CVE-2014-3645] = "fixed-version: Fixed from version 3.12rc1" | ||
644 | |||
645 | CVE_STATUS[CVE-2014-3646] = "fixed-version: Fixed from version 3.18rc2" | ||
646 | |||
647 | CVE_STATUS[CVE-2014-3647] = "fixed-version: Fixed from version 3.18rc2" | ||
648 | |||
649 | CVE_STATUS[CVE-2014-3673] = "fixed-version: Fixed from version 3.18rc1" | ||
650 | |||
651 | CVE_STATUS[CVE-2014-3687] = "fixed-version: Fixed from version 3.18rc1" | ||
652 | |||
653 | CVE_STATUS[CVE-2014-3688] = "fixed-version: Fixed from version 3.18rc1" | ||
654 | |||
655 | CVE_STATUS[CVE-2014-3690] = "fixed-version: Fixed from version 3.18rc1" | ||
656 | |||
657 | CVE_STATUS[CVE-2014-3917] = "fixed-version: Fixed from version 3.16rc1" | ||
658 | |||
659 | CVE_STATUS[CVE-2014-3940] = "fixed-version: Fixed from version 3.15" | ||
660 | |||
661 | CVE_STATUS[CVE-2014-4014] = "fixed-version: Fixed from version 3.16rc1" | ||
662 | |||
663 | CVE_STATUS[CVE-2014-4027] = "fixed-version: Fixed from version 3.14rc1" | ||
664 | |||
665 | CVE_STATUS[CVE-2014-4157] = "fixed-version: Fixed from version 3.15rc1" | ||
666 | |||
667 | CVE_STATUS[CVE-2014-4171] = "fixed-version: Fixed from version 3.16rc3" | ||
668 | |||
669 | # Skipping CVE-2014-4322, no affected_versions | ||
670 | |||
671 | # Skipping CVE-2014-4323, no affected_versions | ||
672 | |||
673 | CVE_STATUS[CVE-2014-4508] = "fixed-version: Fixed from version 3.16rc3" | ||
674 | |||
675 | CVE_STATUS[CVE-2014-4608] = "fixed-version: Fixed from version 3.18rc1" | ||
676 | |||
677 | CVE_STATUS[CVE-2014-4611] = "fixed-version: Fixed from version 3.16rc3" | ||
678 | |||
679 | CVE_STATUS[CVE-2014-4652] = "fixed-version: Fixed from version 3.16rc2" | ||
680 | |||
681 | CVE_STATUS[CVE-2014-4653] = "fixed-version: Fixed from version 3.16rc2" | ||
682 | |||
683 | CVE_STATUS[CVE-2014-4654] = "fixed-version: Fixed from version 3.16rc2" | ||
684 | |||
685 | CVE_STATUS[CVE-2014-4655] = "fixed-version: Fixed from version 3.16rc2" | ||
686 | |||
687 | CVE_STATUS[CVE-2014-4656] = "fixed-version: Fixed from version 3.16rc2" | ||
688 | |||
689 | CVE_STATUS[CVE-2014-4667] = "fixed-version: Fixed from version 3.16rc1" | ||
690 | |||
691 | CVE_STATUS[CVE-2014-4699] = "fixed-version: Fixed from version 3.16rc4" | ||
692 | |||
693 | CVE_STATUS[CVE-2014-4943] = "fixed-version: Fixed from version 3.16rc6" | ||
694 | |||
695 | CVE_STATUS[CVE-2014-5045] = "fixed-version: Fixed from version 3.16rc7" | ||
696 | |||
697 | CVE_STATUS[CVE-2014-5077] = "fixed-version: Fixed from version 3.16" | ||
698 | |||
699 | CVE_STATUS[CVE-2014-5206] = "fixed-version: Fixed from version 3.17rc1" | ||
700 | |||
701 | CVE_STATUS[CVE-2014-5207] = "fixed-version: Fixed from version 3.17rc1" | ||
702 | |||
703 | # Skipping CVE-2014-5332, no affected_versions | ||
704 | |||
705 | CVE_STATUS[CVE-2014-5471] = "fixed-version: Fixed from version 3.17rc2" | ||
706 | |||
707 | CVE_STATUS[CVE-2014-5472] = "fixed-version: Fixed from version 3.17rc2" | ||
708 | |||
709 | CVE_STATUS[CVE-2014-6410] = "fixed-version: Fixed from version 3.17rc5" | ||
710 | |||
711 | CVE_STATUS[CVE-2014-6416] = "fixed-version: Fixed from version 3.17rc5" | ||
712 | |||
713 | CVE_STATUS[CVE-2014-6417] = "fixed-version: Fixed from version 3.17rc5" | ||
714 | |||
715 | CVE_STATUS[CVE-2014-6418] = "fixed-version: Fixed from version 3.17rc5" | ||
716 | |||
717 | CVE_STATUS[CVE-2014-7145] = "fixed-version: Fixed from version 3.17rc2" | ||
718 | |||
719 | # Skipping CVE-2014-7207, no affected_versions | ||
720 | |||
721 | CVE_STATUS[CVE-2014-7283] = "fixed-version: Fixed from version 3.15rc1" | ||
722 | |||
723 | CVE_STATUS[CVE-2014-7284] = "fixed-version: Fixed from version 3.15rc7" | ||
724 | |||
725 | CVE_STATUS[CVE-2014-7822] = "fixed-version: Fixed from version 3.16rc1" | ||
726 | |||
727 | CVE_STATUS[CVE-2014-7825] = "fixed-version: Fixed from version 3.18rc3" | ||
728 | |||
729 | CVE_STATUS[CVE-2014-7826] = "fixed-version: Fixed from version 3.18rc3" | ||
730 | |||
731 | CVE_STATUS[CVE-2014-7841] = "fixed-version: Fixed from version 3.18rc5" | ||
732 | |||
733 | CVE_STATUS[CVE-2014-7842] = "fixed-version: Fixed from version 3.18rc1" | ||
734 | |||
735 | CVE_STATUS[CVE-2014-7843] = "fixed-version: Fixed from version 3.18rc5" | ||
736 | |||
737 | CVE_STATUS[CVE-2014-7970] = "fixed-version: Fixed from version 3.18rc1" | ||
738 | |||
739 | CVE_STATUS[CVE-2014-7975] = "fixed-version: Fixed from version 3.18rc1" | ||
740 | |||
741 | CVE_STATUS[CVE-2014-8086] = "fixed-version: Fixed from version 3.18rc3" | ||
742 | |||
743 | CVE_STATUS[CVE-2014-8133] = "fixed-version: Fixed from version 3.19rc1" | ||
744 | |||
745 | CVE_STATUS[CVE-2014-8134] = "fixed-version: Fixed from version 3.19rc1" | ||
746 | |||
747 | CVE_STATUS[CVE-2014-8159] = "fixed-version: Fixed from version 4.0rc7" | ||
748 | |||
749 | CVE_STATUS[CVE-2014-8160] = "fixed-version: Fixed from version 3.18rc1" | ||
750 | |||
751 | CVE_STATUS[CVE-2014-8171] = "fixed-version: Fixed from version 3.12rc1" | ||
752 | |||
753 | CVE_STATUS[CVE-2014-8172] = "fixed-version: Fixed from version 3.13rc1" | ||
754 | |||
755 | CVE_STATUS[CVE-2014-8173] = "fixed-version: Fixed from version 3.13rc5" | ||
756 | |||
757 | # Skipping CVE-2014-8181, no affected_versions | ||
758 | |||
759 | CVE_STATUS[CVE-2014-8369] = "fixed-version: Fixed from version 3.18rc2" | ||
760 | |||
761 | CVE_STATUS[CVE-2014-8480] = "fixed-version: Fixed from version 3.18rc2" | ||
762 | |||
763 | CVE_STATUS[CVE-2014-8481] = "fixed-version: Fixed from version 3.18rc2" | ||
764 | |||
765 | CVE_STATUS[CVE-2014-8559] = "fixed-version: Fixed from version 3.19rc1" | ||
766 | |||
767 | CVE_STATUS[CVE-2014-8709] = "fixed-version: Fixed from version 3.14rc3" | ||
768 | |||
769 | CVE_STATUS[CVE-2014-8884] = "fixed-version: Fixed from version 3.18rc1" | ||
770 | |||
771 | CVE_STATUS[CVE-2014-8989] = "fixed-version: Fixed from version 3.19rc1" | ||
772 | |||
773 | CVE_STATUS[CVE-2014-9090] = "fixed-version: Fixed from version 3.18rc6" | ||
774 | |||
775 | CVE_STATUS[CVE-2014-9322] = "fixed-version: Fixed from version 3.18rc6" | ||
776 | |||
777 | CVE_STATUS[CVE-2014-9419] = "fixed-version: Fixed from version 3.19rc1" | ||
778 | |||
779 | CVE_STATUS[CVE-2014-9420] = "fixed-version: Fixed from version 3.19rc1" | ||
780 | |||
781 | CVE_STATUS[CVE-2014-9428] = "fixed-version: Fixed from version 3.19rc3" | ||
782 | |||
783 | CVE_STATUS[CVE-2014-9529] = "fixed-version: Fixed from version 3.19rc4" | ||
784 | |||
785 | CVE_STATUS[CVE-2014-9584] = "fixed-version: Fixed from version 3.19rc3" | ||
786 | |||
787 | CVE_STATUS[CVE-2014-9585] = "fixed-version: Fixed from version 3.19rc4" | ||
788 | |||
789 | CVE_STATUS[CVE-2014-9644] = "fixed-version: Fixed from version 3.19rc1" | ||
790 | |||
791 | CVE_STATUS[CVE-2014-9683] = "fixed-version: Fixed from version 3.19rc1" | ||
792 | |||
793 | CVE_STATUS[CVE-2014-9710] = "fixed-version: Fixed from version 3.19rc1" | ||
794 | |||
795 | CVE_STATUS[CVE-2014-9715] = "fixed-version: Fixed from version 3.15rc1" | ||
796 | |||
797 | CVE_STATUS[CVE-2014-9717] = "fixed-version: Fixed from version 4.1rc1" | ||
798 | |||
799 | CVE_STATUS[CVE-2014-9728] = "fixed-version: Fixed from version 3.19rc3" | ||
800 | |||
801 | CVE_STATUS[CVE-2014-9729] = "fixed-version: Fixed from version 3.19rc3" | ||
802 | |||
803 | CVE_STATUS[CVE-2014-9730] = "fixed-version: Fixed from version 3.19rc3" | ||
804 | |||
805 | CVE_STATUS[CVE-2014-9731] = "fixed-version: Fixed from version 3.19rc3" | ||
806 | |||
807 | # Skipping CVE-2014-9777, no affected_versions | ||
808 | |||
809 | # Skipping CVE-2014-9778, no affected_versions | ||
810 | |||
811 | # Skipping CVE-2014-9779, no affected_versions | ||
812 | |||
813 | # Skipping CVE-2014-9780, no affected_versions | ||
814 | |||
815 | # Skipping CVE-2014-9781, no affected_versions | ||
816 | |||
817 | # Skipping CVE-2014-9782, no affected_versions | ||
818 | |||
819 | # Skipping CVE-2014-9783, no affected_versions | ||
820 | |||
821 | # Skipping CVE-2014-9784, no affected_versions | ||
822 | |||
823 | # Skipping CVE-2014-9785, no affected_versions | ||
824 | |||
825 | # Skipping CVE-2014-9786, no affected_versions | ||
826 | |||
827 | # Skipping CVE-2014-9787, no affected_versions | ||
828 | |||
829 | # Skipping CVE-2014-9788, no affected_versions | ||
830 | |||
831 | # Skipping CVE-2014-9789, no affected_versions | ||
832 | |||
833 | CVE_STATUS[CVE-2014-9803] = "fixed-version: Fixed from version 3.16rc1" | ||
834 | |||
835 | # Skipping CVE-2014-9863, no affected_versions | ||
836 | |||
837 | # Skipping CVE-2014-9864, no affected_versions | ||
838 | |||
839 | # Skipping CVE-2014-9865, no affected_versions | ||
840 | |||
841 | # Skipping CVE-2014-9866, no affected_versions | ||
842 | |||
843 | # Skipping CVE-2014-9867, no affected_versions | ||
844 | |||
845 | # Skipping CVE-2014-9868, no affected_versions | ||
846 | |||
847 | # Skipping CVE-2014-9869, no affected_versions | ||
848 | |||
849 | CVE_STATUS[CVE-2014-9870] = "fixed-version: Fixed from version 3.11rc1" | ||
850 | |||
851 | # Skipping CVE-2014-9871, no affected_versions | ||
852 | |||
853 | # Skipping CVE-2014-9872, no affected_versions | ||
854 | |||
855 | # Skipping CVE-2014-9873, no affected_versions | ||
856 | |||
857 | # Skipping CVE-2014-9874, no affected_versions | ||
858 | |||
859 | # Skipping CVE-2014-9875, no affected_versions | ||
860 | |||
861 | # Skipping CVE-2014-9876, no affected_versions | ||
862 | |||
863 | # Skipping CVE-2014-9877, no affected_versions | ||
864 | |||
865 | # Skipping CVE-2014-9878, no affected_versions | ||
866 | |||
867 | # Skipping CVE-2014-9879, no affected_versions | ||
868 | |||
869 | # Skipping CVE-2014-9880, no affected_versions | ||
870 | |||
871 | # Skipping CVE-2014-9881, no affected_versions | ||
872 | |||
873 | # Skipping CVE-2014-9882, no affected_versions | ||
874 | |||
875 | # Skipping CVE-2014-9883, no affected_versions | ||
876 | |||
877 | # Skipping CVE-2014-9884, no affected_versions | ||
878 | |||
879 | # Skipping CVE-2014-9885, no affected_versions | ||
880 | |||
881 | # Skipping CVE-2014-9886, no affected_versions | ||
882 | |||
883 | # Skipping CVE-2014-9887, no affected_versions | ||
884 | |||
885 | CVE_STATUS[CVE-2014-9888] = "fixed-version: Fixed from version 3.13rc1" | ||
886 | |||
887 | # Skipping CVE-2014-9889, no affected_versions | ||
888 | |||
889 | # Skipping CVE-2014-9890, no affected_versions | ||
890 | |||
891 | # Skipping CVE-2014-9891, no affected_versions | ||
892 | |||
893 | # Skipping CVE-2014-9892, no affected_versions | ||
894 | |||
895 | # Skipping CVE-2014-9893, no affected_versions | ||
896 | |||
897 | # Skipping CVE-2014-9894, no affected_versions | ||
898 | |||
899 | CVE_STATUS[CVE-2014-9895] = "fixed-version: Fixed from version 3.11rc1" | ||
900 | |||
901 | # Skipping CVE-2014-9896, no affected_versions | ||
902 | |||
903 | # Skipping CVE-2014-9897, no affected_versions | ||
904 | |||
905 | # Skipping CVE-2014-9898, no affected_versions | ||
906 | |||
907 | # Skipping CVE-2014-9899, no affected_versions | ||
908 | |||
909 | # Skipping CVE-2014-9900, no affected_versions | ||
910 | |||
911 | CVE_STATUS[CVE-2014-9903] = "fixed-version: Fixed from version 3.14rc4" | ||
912 | |||
913 | CVE_STATUS[CVE-2014-9904] = "fixed-version: Fixed from version 3.17rc1" | ||
914 | |||
915 | CVE_STATUS[CVE-2014-9914] = "fixed-version: Fixed from version 3.16rc1" | ||
916 | |||
917 | CVE_STATUS[CVE-2014-9922] = "fixed-version: Fixed from version 3.18rc2" | ||
918 | |||
919 | CVE_STATUS[CVE-2014-9940] = "fixed-version: Fixed from version 3.19rc1" | ||
920 | |||
921 | CVE_STATUS[CVE-2015-0239] = "fixed-version: Fixed from version 3.19rc6" | ||
922 | |||
923 | CVE_STATUS[CVE-2015-0274] = "fixed-version: Fixed from version 3.15rc5" | ||
924 | |||
925 | CVE_STATUS[CVE-2015-0275] = "fixed-version: Fixed from version 4.1rc1" | ||
926 | |||
927 | # Skipping CVE-2015-0777, no affected_versions | ||
928 | |||
929 | # Skipping CVE-2015-1328, no affected_versions | ||
930 | |||
931 | CVE_STATUS[CVE-2015-1333] = "fixed-version: Fixed from version 4.2rc5" | ||
932 | |||
933 | CVE_STATUS[CVE-2015-1339] = "fixed-version: Fixed from version 4.4rc5" | ||
934 | |||
935 | CVE_STATUS[CVE-2015-1350] = "fixed-version: Fixed from version 4.9rc1" | ||
936 | |||
937 | CVE_STATUS[CVE-2015-1420] = "fixed-version: Fixed from version 4.1rc7" | ||
938 | |||
939 | CVE_STATUS[CVE-2015-1421] = "fixed-version: Fixed from version 3.19rc7" | ||
940 | |||
941 | CVE_STATUS[CVE-2015-1465] = "fixed-version: Fixed from version 3.19rc7" | ||
942 | |||
943 | CVE_STATUS[CVE-2015-1573] = "fixed-version: Fixed from version 3.19rc5" | ||
944 | |||
945 | CVE_STATUS[CVE-2015-1593] = "fixed-version: Fixed from version 4.0rc1" | ||
946 | |||
947 | CVE_STATUS[CVE-2015-1805] = "fixed-version: Fixed from version 3.16rc1" | ||
948 | |||
949 | CVE_STATUS[CVE-2015-2041] = "fixed-version: Fixed from version 3.19rc7" | ||
950 | |||
951 | CVE_STATUS[CVE-2015-2042] = "fixed-version: Fixed from version 3.19" | ||
952 | |||
953 | CVE_STATUS[CVE-2015-2150] = "fixed-version: Fixed from version 4.0rc4" | ||
954 | |||
955 | CVE_STATUS[CVE-2015-2666] = "fixed-version: Fixed from version 4.0rc1" | ||
956 | |||
957 | CVE_STATUS[CVE-2015-2672] = "fixed-version: Fixed from version 4.0rc3" | ||
958 | |||
959 | CVE_STATUS[CVE-2015-2686] = "fixed-version: Fixed from version 4.0rc6" | ||
960 | |||
961 | CVE_STATUS[CVE-2015-2830] = "fixed-version: Fixed from version 4.0rc3" | ||
962 | |||
963 | # CVE-2015-2877 has no known resolution | ||
964 | |||
965 | CVE_STATUS[CVE-2015-2922] = "fixed-version: Fixed from version 4.0rc7" | ||
966 | |||
967 | CVE_STATUS[CVE-2015-2925] = "fixed-version: Fixed from version 4.3rc1" | ||
968 | |||
969 | CVE_STATUS[CVE-2015-3212] = "fixed-version: Fixed from version 4.2rc1" | ||
970 | |||
971 | CVE_STATUS[CVE-2015-3214] = "fixed-version: Fixed from version 2.6.33rc8" | ||
972 | |||
973 | CVE_STATUS[CVE-2015-3288] = "fixed-version: Fixed from version 4.2rc2" | ||
974 | |||
975 | CVE_STATUS[CVE-2015-3290] = "fixed-version: Fixed from version 4.2rc3" | ||
976 | |||
977 | CVE_STATUS[CVE-2015-3291] = "fixed-version: Fixed from version 4.2rc3" | ||
978 | |||
979 | CVE_STATUS[CVE-2015-3331] = "fixed-version: Fixed from version 4.0rc5" | ||
980 | |||
981 | # Skipping CVE-2015-3332, no affected_versions | ||
982 | |||
983 | CVE_STATUS[CVE-2015-3339] = "fixed-version: Fixed from version 4.1rc1" | ||
984 | |||
985 | CVE_STATUS[CVE-2015-3636] = "fixed-version: Fixed from version 4.1rc2" | ||
986 | |||
987 | CVE_STATUS[CVE-2015-4001] = "fixed-version: Fixed from version 4.1rc7" | ||
988 | |||
989 | CVE_STATUS[CVE-2015-4002] = "fixed-version: Fixed from version 4.1rc7" | ||
990 | |||
991 | CVE_STATUS[CVE-2015-4003] = "fixed-version: Fixed from version 4.1rc7" | ||
992 | |||
993 | CVE_STATUS[CVE-2015-4004] = "fixed-version: Fixed from version 4.3rc1" | ||
994 | |||
995 | CVE_STATUS[CVE-2015-4036] = "fixed-version: Fixed from version 4.0rc1" | ||
996 | |||
997 | CVE_STATUS[CVE-2015-4167] = "fixed-version: Fixed from version 4.0rc1" | ||
998 | |||
999 | CVE_STATUS[CVE-2015-4170] = "fixed-version: Fixed from version 3.13rc5" | ||
1000 | |||
1001 | CVE_STATUS[CVE-2015-4176] = "fixed-version: Fixed from version 4.1rc1" | ||
1002 | |||
1003 | CVE_STATUS[CVE-2015-4177] = "fixed-version: Fixed from version 4.1rc1" | ||
1004 | |||
1005 | CVE_STATUS[CVE-2015-4178] = "fixed-version: Fixed from version 4.1rc1" | ||
1006 | |||
1007 | CVE_STATUS[CVE-2015-4692] = "fixed-version: Fixed from version 4.2rc1" | ||
1008 | |||
1009 | CVE_STATUS[CVE-2015-4700] = "fixed-version: Fixed from version 4.1rc6" | ||
1010 | |||
1011 | CVE_STATUS[CVE-2015-5156] = "fixed-version: Fixed from version 4.2rc7" | ||
1012 | |||
1013 | CVE_STATUS[CVE-2015-5157] = "fixed-version: Fixed from version 4.2rc3" | ||
1014 | |||
1015 | CVE_STATUS[CVE-2015-5257] = "fixed-version: Fixed from version 4.3rc3" | ||
1016 | |||
1017 | CVE_STATUS[CVE-2015-5283] = "fixed-version: Fixed from version 4.3rc3" | ||
1018 | |||
1019 | CVE_STATUS[CVE-2015-5307] = "fixed-version: Fixed from version 4.4rc1" | ||
1020 | |||
1021 | CVE_STATUS[CVE-2015-5327] = "fixed-version: Fixed from version 4.4rc1" | ||
1022 | |||
1023 | CVE_STATUS[CVE-2015-5364] = "fixed-version: Fixed from version 4.1rc7" | ||
1024 | |||
1025 | CVE_STATUS[CVE-2015-5366] = "fixed-version: Fixed from version 4.1rc7" | ||
1026 | |||
1027 | CVE_STATUS[CVE-2015-5697] = "fixed-version: Fixed from version 4.2rc6" | ||
1028 | |||
1029 | CVE_STATUS[CVE-2015-5706] = "fixed-version: Fixed from version 4.1rc3" | ||
1030 | |||
1031 | CVE_STATUS[CVE-2015-5707] = "fixed-version: Fixed from version 4.1rc1" | ||
1032 | |||
1033 | CVE_STATUS[CVE-2015-6252] = "fixed-version: Fixed from version 4.2rc5" | ||
1034 | |||
1035 | CVE_STATUS[CVE-2015-6526] = "fixed-version: Fixed from version 4.1rc1" | ||
1036 | |||
1037 | # CVE-2015-6619 has no known resolution | ||
1038 | |||
1039 | # CVE-2015-6646 has no known resolution | ||
1040 | |||
1041 | CVE_STATUS[CVE-2015-6937] = "fixed-version: Fixed from version 4.3rc1" | ||
1042 | |||
1043 | # Skipping CVE-2015-7312, no affected_versions | ||
1044 | |||
1045 | CVE_STATUS[CVE-2015-7509] = "fixed-version: Fixed from version 3.7rc1" | ||
1046 | |||
1047 | CVE_STATUS[CVE-2015-7513] = "fixed-version: Fixed from version 4.4rc7" | ||
1048 | |||
1049 | CVE_STATUS[CVE-2015-7515] = "fixed-version: Fixed from version 4.4rc6" | ||
1050 | |||
1051 | CVE_STATUS[CVE-2015-7550] = "fixed-version: Fixed from version 4.4rc8" | ||
1052 | |||
1053 | # Skipping CVE-2015-7553, no affected_versions | ||
1054 | |||
1055 | CVE_STATUS[CVE-2015-7566] = "fixed-version: Fixed from version 4.5rc2" | ||
1056 | |||
1057 | CVE_STATUS[CVE-2015-7613] = "fixed-version: Fixed from version 4.3rc4" | ||
1058 | |||
1059 | CVE_STATUS[CVE-2015-7799] = "fixed-version: Fixed from version 4.4rc1" | ||
1060 | |||
1061 | CVE_STATUS[CVE-2015-7833] = "fixed-version: Fixed from version 4.6rc6" | ||
1062 | |||
1063 | # Skipping CVE-2015-7837, no affected_versions | ||
1064 | |||
1065 | CVE_STATUS[CVE-2015-7872] = "fixed-version: Fixed from version 4.3rc7" | ||
1066 | |||
1067 | CVE_STATUS[CVE-2015-7884] = "fixed-version: Fixed from version 4.4rc1" | ||
1068 | |||
1069 | CVE_STATUS[CVE-2015-7885] = "fixed-version: Fixed from version 4.4rc1" | ||
1070 | |||
1071 | CVE_STATUS[CVE-2015-7990] = "fixed-version: Fixed from version 4.4rc4" | ||
1072 | |||
1073 | # Skipping CVE-2015-8019, no affected_versions | ||
1074 | |||
1075 | CVE_STATUS[CVE-2015-8104] = "fixed-version: Fixed from version 4.4rc1" | ||
1076 | |||
1077 | CVE_STATUS[CVE-2015-8215] = "fixed-version: Fixed from version 4.0rc3" | ||
1078 | |||
1079 | CVE_STATUS[CVE-2015-8324] = "fixed-version: Fixed from version 2.6.34rc1" | ||
1080 | |||
1081 | CVE_STATUS[CVE-2015-8374] = "fixed-version: Fixed from version 4.4rc1" | ||
1082 | |||
1083 | CVE_STATUS[CVE-2015-8539] = "fixed-version: Fixed from version 4.4rc3" | ||
1084 | |||
1085 | CVE_STATUS[CVE-2015-8543] = "fixed-version: Fixed from version 4.4rc6" | ||
1086 | |||
1087 | CVE_STATUS[CVE-2015-8550] = "fixed-version: Fixed from version 4.4rc6" | ||
1088 | |||
1089 | CVE_STATUS[CVE-2015-8551] = "fixed-version: Fixed from version 4.4rc6" | ||
1090 | |||
1091 | CVE_STATUS[CVE-2015-8552] = "fixed-version: Fixed from version 4.4rc6" | ||
1092 | |||
1093 | CVE_STATUS[CVE-2015-8553] = "fixed-version: Fixed from version 4.4rc6" | ||
1094 | |||
1095 | CVE_STATUS[CVE-2015-8569] = "fixed-version: Fixed from version 4.4rc6" | ||
1096 | |||
1097 | CVE_STATUS[CVE-2015-8575] = "fixed-version: Fixed from version 4.4rc6" | ||
1098 | |||
1099 | CVE_STATUS[CVE-2015-8660] = "fixed-version: Fixed from version 4.4rc4" | ||
1100 | |||
1101 | CVE_STATUS[CVE-2015-8709] = "fixed-version: Fixed from version 4.10rc1" | ||
1102 | |||
1103 | CVE_STATUS[CVE-2015-8746] = "fixed-version: Fixed from version 4.3rc1" | ||
1104 | |||
1105 | CVE_STATUS[CVE-2015-8767] = "fixed-version: Fixed from version 4.3rc4" | ||
1106 | |||
1107 | CVE_STATUS[CVE-2015-8785] = "fixed-version: Fixed from version 4.4rc5" | ||
1108 | |||
1109 | CVE_STATUS[CVE-2015-8787] = "fixed-version: Fixed from version 4.4rc1" | ||
1110 | |||
1111 | CVE_STATUS[CVE-2015-8812] = "fixed-version: Fixed from version 4.5rc1" | ||
1112 | |||
1113 | CVE_STATUS[CVE-2015-8816] = "fixed-version: Fixed from version 4.4rc6" | ||
1114 | |||
1115 | CVE_STATUS[CVE-2015-8830] = "fixed-version: Fixed from version 4.1rc1" | ||
1116 | |||
1117 | CVE_STATUS[CVE-2015-8839] = "fixed-version: Fixed from version 4.5rc1" | ||
1118 | |||
1119 | CVE_STATUS[CVE-2015-8844] = "fixed-version: Fixed from version 4.4rc3" | ||
1120 | |||
1121 | CVE_STATUS[CVE-2015-8845] = "fixed-version: Fixed from version 4.4rc3" | ||
1122 | |||
1123 | # Skipping CVE-2015-8937, no affected_versions | ||
1124 | |||
1125 | # Skipping CVE-2015-8938, no affected_versions | ||
1126 | |||
1127 | # Skipping CVE-2015-8939, no affected_versions | ||
1128 | |||
1129 | # Skipping CVE-2015-8940, no affected_versions | ||
1130 | |||
1131 | # Skipping CVE-2015-8941, no affected_versions | ||
1132 | |||
1133 | # Skipping CVE-2015-8942, no affected_versions | ||
1134 | |||
1135 | # Skipping CVE-2015-8943, no affected_versions | ||
1136 | |||
1137 | # Skipping CVE-2015-8944, no affected_versions | ||
1138 | |||
1139 | CVE_STATUS[CVE-2015-8950] = "fixed-version: Fixed from version 4.1rc2" | ||
1140 | |||
1141 | CVE_STATUS[CVE-2015-8952] = "fixed-version: Fixed from version 4.6rc1" | ||
1142 | |||
1143 | CVE_STATUS[CVE-2015-8953] = "fixed-version: Fixed from version 4.3" | ||
1144 | |||
1145 | CVE_STATUS[CVE-2015-8955] = "fixed-version: Fixed from version 4.1rc1" | ||
1146 | |||
1147 | CVE_STATUS[CVE-2015-8956] = "fixed-version: Fixed from version 4.2rc1" | ||
1148 | |||
1149 | CVE_STATUS[CVE-2015-8961] = "fixed-version: Fixed from version 4.4rc1" | ||
1150 | |||
1151 | CVE_STATUS[CVE-2015-8962] = "fixed-version: Fixed from version 4.4rc1" | ||
1152 | |||
1153 | CVE_STATUS[CVE-2015-8963] = "fixed-version: Fixed from version 4.4" | ||
1154 | |||
1155 | CVE_STATUS[CVE-2015-8964] = "fixed-version: Fixed from version 4.5rc1" | ||
1156 | |||
1157 | CVE_STATUS[CVE-2015-8966] = "fixed-version: Fixed from version 4.4rc8" | ||
1158 | |||
1159 | CVE_STATUS[CVE-2015-8967] = "fixed-version: Fixed from version 4.0rc1" | ||
1160 | |||
1161 | CVE_STATUS[CVE-2015-8970] = "fixed-version: Fixed from version 4.5rc1" | ||
1162 | |||
1163 | CVE_STATUS[CVE-2015-9004] = "fixed-version: Fixed from version 3.19rc7" | ||
1164 | |||
1165 | CVE_STATUS[CVE-2015-9016] = "fixed-version: Fixed from version 4.3rc1" | ||
1166 | |||
1167 | CVE_STATUS[CVE-2015-9289] = "fixed-version: Fixed from version 4.2rc1" | ||
1168 | |||
1169 | CVE_STATUS[CVE-2016-0617] = "fixed-version: Fixed from version 4.5rc1" | ||
1170 | |||
1171 | CVE_STATUS[CVE-2016-0723] = "fixed-version: Fixed from version 4.5rc2" | ||
1172 | |||
1173 | CVE_STATUS[CVE-2016-0728] = "fixed-version: Fixed from version 4.5rc1" | ||
1174 | |||
1175 | CVE_STATUS[CVE-2016-0758] = "fixed-version: Fixed from version 4.6" | ||
1176 | |||
1177 | # Skipping CVE-2016-0774, no affected_versions | ||
1178 | |||
1179 | CVE_STATUS[CVE-2016-0821] = "fixed-version: Fixed from version 4.3rc1" | ||
1180 | |||
1181 | CVE_STATUS[CVE-2016-0823] = "fixed-version: Fixed from version 4.0rc5" | ||
1182 | |||
1183 | CVE_STATUS[CVE-2016-10044] = "fixed-version: Fixed from version 4.8rc7" | ||
1184 | |||
1185 | CVE_STATUS[CVE-2016-10088] = "fixed-version: Fixed from version 4.10rc1" | ||
1186 | |||
1187 | CVE_STATUS[CVE-2016-10147] = "fixed-version: Fixed from version 4.9" | ||
1188 | |||
1189 | CVE_STATUS[CVE-2016-10150] = "fixed-version: Fixed from version 4.9rc8" | ||
1190 | |||
1191 | CVE_STATUS[CVE-2016-10153] = "fixed-version: Fixed from version 4.10rc1" | ||
1192 | |||
1193 | CVE_STATUS[CVE-2016-10154] = "fixed-version: Fixed from version 4.10rc1" | ||
1194 | |||
1195 | CVE_STATUS[CVE-2016-10200] = "fixed-version: Fixed from version 4.9rc7" | ||
1196 | |||
1197 | CVE_STATUS[CVE-2016-10208] = "fixed-version: Fixed from version 4.10rc1" | ||
1198 | |||
1199 | CVE_STATUS[CVE-2016-10229] = "fixed-version: Fixed from version 4.5rc1" | ||
1200 | |||
1201 | CVE_STATUS[CVE-2016-10318] = "fixed-version: Fixed from version 4.8rc6" | ||
1202 | |||
1203 | CVE_STATUS[CVE-2016-10723] = "fixed-version: Fixed from version 4.19rc1" | ||
1204 | |||
1205 | CVE_STATUS[CVE-2016-10741] = "fixed-version: Fixed from version 4.10rc1" | ||
1206 | |||
1207 | CVE_STATUS[CVE-2016-10764] = "fixed-version: Fixed from version 4.10rc1" | ||
1208 | |||
1209 | CVE_STATUS[CVE-2016-10905] = "fixed-version: Fixed from version 4.8rc1" | ||
1210 | |||
1211 | CVE_STATUS[CVE-2016-10906] = "fixed-version: Fixed from version 4.5rc6" | ||
1212 | |||
1213 | CVE_STATUS[CVE-2016-10907] = "fixed-version: Fixed from version 4.9rc1" | ||
1214 | |||
1215 | CVE_STATUS[CVE-2016-1237] = "fixed-version: Fixed from version 4.7rc5" | ||
1216 | |||
1217 | CVE_STATUS[CVE-2016-1575] = "fixed-version: Fixed from version 4.5rc1" | ||
1218 | |||
1219 | CVE_STATUS[CVE-2016-1576] = "fixed-version: Fixed from version 4.5rc1" | ||
1220 | |||
1221 | CVE_STATUS[CVE-2016-1583] = "fixed-version: Fixed from version 4.7rc3" | ||
1222 | |||
1223 | CVE_STATUS[CVE-2016-2053] = "fixed-version: Fixed from version 4.3rc1" | ||
1224 | |||
1225 | CVE_STATUS[CVE-2016-2069] = "fixed-version: Fixed from version 4.5rc1" | ||
1226 | |||
1227 | CVE_STATUS[CVE-2016-2070] = "fixed-version: Fixed from version 4.4" | ||
1228 | |||
1229 | CVE_STATUS[CVE-2016-2085] = "fixed-version: Fixed from version 4.5rc4" | ||
1230 | |||
1231 | CVE_STATUS[CVE-2016-2117] = "fixed-version: Fixed from version 4.6rc5" | ||
1232 | |||
1233 | CVE_STATUS[CVE-2016-2143] = "fixed-version: Fixed from version 4.5" | ||
1234 | |||
1235 | CVE_STATUS[CVE-2016-2184] = "fixed-version: Fixed from version 4.6rc1" | ||
1236 | |||
1237 | CVE_STATUS[CVE-2016-2185] = "fixed-version: Fixed from version 4.6rc1" | ||
1238 | |||
1239 | CVE_STATUS[CVE-2016-2186] = "fixed-version: Fixed from version 4.6rc1" | ||
1240 | |||
1241 | CVE_STATUS[CVE-2016-2187] = "fixed-version: Fixed from version 4.6rc5" | ||
1242 | |||
1243 | CVE_STATUS[CVE-2016-2188] = "fixed-version: Fixed from version 4.11rc2" | ||
1244 | |||
1245 | CVE_STATUS[CVE-2016-2383] = "fixed-version: Fixed from version 4.5rc4" | ||
1246 | |||
1247 | CVE_STATUS[CVE-2016-2384] = "fixed-version: Fixed from version 4.5rc4" | ||
1248 | |||
1249 | CVE_STATUS[CVE-2016-2543] = "fixed-version: Fixed from version 4.5rc1" | ||
1250 | |||
1251 | CVE_STATUS[CVE-2016-2544] = "fixed-version: Fixed from version 4.5rc1" | ||
1252 | |||
1253 | CVE_STATUS[CVE-2016-2545] = "fixed-version: Fixed from version 4.5rc1" | ||
1254 | |||
1255 | CVE_STATUS[CVE-2016-2546] = "fixed-version: Fixed from version 4.5rc1" | ||
1256 | |||
1257 | CVE_STATUS[CVE-2016-2547] = "fixed-version: Fixed from version 4.5rc1" | ||
1258 | |||
1259 | CVE_STATUS[CVE-2016-2548] = "fixed-version: Fixed from version 4.5rc1" | ||
1260 | |||
1261 | CVE_STATUS[CVE-2016-2549] = "fixed-version: Fixed from version 4.5rc1" | ||
1262 | |||
1263 | CVE_STATUS[CVE-2016-2550] = "fixed-version: Fixed from version 4.5rc4" | ||
1264 | |||
1265 | CVE_STATUS[CVE-2016-2782] = "fixed-version: Fixed from version 4.5rc2" | ||
1266 | |||
1267 | CVE_STATUS[CVE-2016-2847] = "fixed-version: Fixed from version 4.5rc1" | ||
1268 | |||
1269 | # Skipping CVE-2016-2853, no affected_versions | ||
1270 | |||
1271 | # Skipping CVE-2016-2854, no affected_versions | ||
1272 | |||
1273 | CVE_STATUS[CVE-2016-3044] = "fixed-version: Fixed from version 4.5" | ||
1274 | |||
1275 | CVE_STATUS[CVE-2016-3070] = "fixed-version: Fixed from version 4.4rc1" | ||
1276 | |||
1277 | CVE_STATUS[CVE-2016-3134] = "fixed-version: Fixed from version 4.6rc2" | ||
1278 | |||
1279 | CVE_STATUS[CVE-2016-3135] = "fixed-version: Fixed from version 4.6rc1" | ||
1280 | |||
1281 | CVE_STATUS[CVE-2016-3136] = "fixed-version: Fixed from version 4.6rc3" | ||
1282 | |||
1283 | CVE_STATUS[CVE-2016-3137] = "fixed-version: Fixed from version 4.6rc3" | ||
1284 | |||
1285 | CVE_STATUS[CVE-2016-3138] = "fixed-version: Fixed from version 4.6rc1" | ||
1286 | |||
1287 | CVE_STATUS[CVE-2016-3139] = "fixed-version: Fixed from version 3.17rc1" | ||
1288 | |||
1289 | CVE_STATUS[CVE-2016-3140] = "fixed-version: Fixed from version 4.6rc3" | ||
1290 | |||
1291 | CVE_STATUS[CVE-2016-3156] = "fixed-version: Fixed from version 4.6rc1" | ||
1292 | |||
1293 | CVE_STATUS[CVE-2016-3157] = "fixed-version: Fixed from version 4.6rc1" | ||
1294 | |||
1295 | CVE_STATUS[CVE-2016-3672] = "fixed-version: Fixed from version 4.6rc1" | ||
1296 | |||
1297 | CVE_STATUS[CVE-2016-3689] = "fixed-version: Fixed from version 4.6rc1" | ||
1298 | |||
1299 | # Skipping CVE-2016-3695, no affected_versions | ||
1300 | |||
1301 | # Skipping CVE-2016-3699, no affected_versions | ||
1302 | |||
1303 | # Skipping CVE-2016-3707, no affected_versions | ||
1304 | |||
1305 | CVE_STATUS[CVE-2016-3713] = "fixed-version: Fixed from version 4.7rc1" | ||
1306 | |||
1307 | # CVE-2016-3775 has no known resolution | ||
1308 | |||
1309 | # CVE-2016-3802 has no known resolution | ||
1310 | |||
1311 | # CVE-2016-3803 has no known resolution | ||
1312 | |||
1313 | CVE_STATUS[CVE-2016-3841] = "fixed-version: Fixed from version 4.4rc4" | ||
1314 | |||
1315 | CVE_STATUS[CVE-2016-3857] = "fixed-version: Fixed from version 4.8rc2" | ||
1316 | |||
1317 | CVE_STATUS[CVE-2016-3951] = "fixed-version: Fixed from version 4.5" | ||
1318 | |||
1319 | CVE_STATUS[CVE-2016-3955] = "fixed-version: Fixed from version 4.6rc3" | ||
1320 | |||
1321 | CVE_STATUS[CVE-2016-3961] = "fixed-version: Fixed from version 4.6rc5" | ||
1322 | |||
1323 | CVE_STATUS[CVE-2016-4440] = "fixed-version: Fixed from version 4.7rc1" | ||
1324 | |||
1325 | CVE_STATUS[CVE-2016-4470] = "fixed-version: Fixed from version 4.7rc4" | ||
1326 | |||
1327 | CVE_STATUS[CVE-2016-4482] = "fixed-version: Fixed from version 4.7rc1" | ||
1328 | |||
1329 | CVE_STATUS[CVE-2016-4485] = "fixed-version: Fixed from version 4.6" | ||
1330 | |||
1331 | CVE_STATUS[CVE-2016-4486] = "fixed-version: Fixed from version 4.6" | ||
1332 | |||
1333 | CVE_STATUS[CVE-2016-4557] = "fixed-version: Fixed from version 4.6rc6" | ||
1334 | |||
1335 | CVE_STATUS[CVE-2016-4558] = "fixed-version: Fixed from version 4.6rc7" | ||
1336 | |||
1337 | CVE_STATUS[CVE-2016-4565] = "fixed-version: Fixed from version 4.6rc6" | ||
1338 | |||
1339 | CVE_STATUS[CVE-2016-4568] = "fixed-version: Fixed from version 4.6rc6" | ||
1340 | |||
1341 | CVE_STATUS[CVE-2016-4569] = "fixed-version: Fixed from version 4.7rc1" | ||
1342 | |||
1343 | CVE_STATUS[CVE-2016-4578] = "fixed-version: Fixed from version 4.7rc1" | ||
1344 | |||
1345 | CVE_STATUS[CVE-2016-4580] = "fixed-version: Fixed from version 4.6" | ||
1346 | |||
1347 | CVE_STATUS[CVE-2016-4581] = "fixed-version: Fixed from version 4.6rc7" | ||
1348 | |||
1349 | CVE_STATUS[CVE-2016-4794] = "fixed-version: Fixed from version 4.7rc4" | ||
1350 | |||
1351 | CVE_STATUS[CVE-2016-4805] = "fixed-version: Fixed from version 4.6rc1" | ||
1352 | |||
1353 | CVE_STATUS[CVE-2016-4913] = "fixed-version: Fixed from version 4.6" | ||
1354 | |||
1355 | CVE_STATUS[CVE-2016-4951] = "fixed-version: Fixed from version 4.7rc1" | ||
1356 | |||
1357 | CVE_STATUS[CVE-2016-4997] = "fixed-version: Fixed from version 4.7rc1" | ||
1358 | |||
1359 | CVE_STATUS[CVE-2016-4998] = "fixed-version: Fixed from version 4.7rc1" | ||
1360 | |||
1361 | CVE_STATUS[CVE-2016-5195] = "fixed-version: Fixed from version 4.9rc2" | ||
1362 | |||
1363 | CVE_STATUS[CVE-2016-5243] = "fixed-version: Fixed from version 4.7rc3" | ||
1364 | |||
1365 | CVE_STATUS[CVE-2016-5244] = "fixed-version: Fixed from version 4.7rc3" | ||
1366 | |||
1367 | # Skipping CVE-2016-5340, no affected_versions | ||
1368 | |||
1369 | # Skipping CVE-2016-5342, no affected_versions | ||
1370 | |||
1371 | # Skipping CVE-2016-5343, no affected_versions | ||
1372 | |||
1373 | # Skipping CVE-2016-5344, no affected_versions | ||
1374 | |||
1375 | CVE_STATUS[CVE-2016-5400] = "fixed-version: Fixed from version 4.7" | ||
1376 | |||
1377 | CVE_STATUS[CVE-2016-5412] = "fixed-version: Fixed from version 4.8rc1" | ||
1378 | |||
1379 | CVE_STATUS[CVE-2016-5696] = "fixed-version: Fixed from version 4.7" | ||
1380 | |||
1381 | CVE_STATUS[CVE-2016-5728] = "fixed-version: Fixed from version 4.7rc1" | ||
1382 | |||
1383 | CVE_STATUS[CVE-2016-5828] = "fixed-version: Fixed from version 4.7rc6" | ||
1384 | |||
1385 | CVE_STATUS[CVE-2016-5829] = "fixed-version: Fixed from version 4.7rc5" | ||
1386 | |||
1387 | # CVE-2016-5870 has no known resolution | ||
1388 | |||
1389 | CVE_STATUS[CVE-2016-6130] = "fixed-version: Fixed from version 4.6rc6" | ||
1390 | |||
1391 | CVE_STATUS[CVE-2016-6136] = "fixed-version: Fixed from version 4.8rc1" | ||
1392 | |||
1393 | CVE_STATUS[CVE-2016-6156] = "fixed-version: Fixed from version 4.7rc7" | ||
1394 | |||
1395 | CVE_STATUS[CVE-2016-6162] = "fixed-version: Fixed from version 4.7" | ||
1396 | |||
1397 | CVE_STATUS[CVE-2016-6187] = "fixed-version: Fixed from version 4.7rc7" | ||
1398 | |||
1399 | CVE_STATUS[CVE-2016-6197] = "fixed-version: Fixed from version 4.6rc1" | ||
1400 | |||
1401 | CVE_STATUS[CVE-2016-6198] = "fixed-version: Fixed from version 4.6" | ||
1402 | |||
1403 | CVE_STATUS[CVE-2016-6213] = "fixed-version: Fixed from version 4.9rc1" | ||
1404 | |||
1405 | CVE_STATUS[CVE-2016-6327] = "fixed-version: Fixed from version 4.6rc1" | ||
1406 | |||
1407 | CVE_STATUS[CVE-2016-6480] = "fixed-version: Fixed from version 4.8rc3" | ||
1408 | |||
1409 | CVE_STATUS[CVE-2016-6516] = "fixed-version: Fixed from version 4.8rc1" | ||
1410 | |||
1411 | # Skipping CVE-2016-6753, no affected_versions | ||
1412 | |||
1413 | CVE_STATUS[CVE-2016-6786] = "fixed-version: Fixed from version 4.0rc1" | ||
1414 | |||
1415 | CVE_STATUS[CVE-2016-6787] = "fixed-version: Fixed from version 4.0rc1" | ||
1416 | |||
1417 | CVE_STATUS[CVE-2016-6828] = "fixed-version: Fixed from version 4.8rc5" | ||
1418 | |||
1419 | CVE_STATUS[CVE-2016-7039] = "fixed-version: Fixed from version 4.9rc4" | ||
1420 | |||
1421 | CVE_STATUS[CVE-2016-7042] = "fixed-version: Fixed from version 4.9rc3" | ||
1422 | |||
1423 | CVE_STATUS[CVE-2016-7097] = "fixed-version: Fixed from version 4.9rc1" | ||
1424 | |||
1425 | CVE_STATUS[CVE-2016-7117] = "fixed-version: Fixed from version 4.6rc1" | ||
1426 | |||
1427 | # Skipping CVE-2016-7118, no affected_versions | ||
1428 | |||
1429 | CVE_STATUS[CVE-2016-7425] = "fixed-version: Fixed from version 4.9rc1" | ||
1430 | |||
1431 | CVE_STATUS[CVE-2016-7910] = "fixed-version: Fixed from version 4.8rc1" | ||
1432 | |||
1433 | CVE_STATUS[CVE-2016-7911] = "fixed-version: Fixed from version 4.7rc7" | ||
1434 | |||
1435 | CVE_STATUS[CVE-2016-7912] = "fixed-version: Fixed from version 4.6rc5" | ||
1436 | |||
1437 | CVE_STATUS[CVE-2016-7913] = "fixed-version: Fixed from version 4.6rc1" | ||
1438 | |||
1439 | CVE_STATUS[CVE-2016-7914] = "fixed-version: Fixed from version 4.6rc4" | ||
1440 | |||
1441 | CVE_STATUS[CVE-2016-7915] = "fixed-version: Fixed from version 4.6rc1" | ||
1442 | |||
1443 | CVE_STATUS[CVE-2016-7916] = "fixed-version: Fixed from version 4.6rc7" | ||
1444 | |||
1445 | CVE_STATUS[CVE-2016-7917] = "fixed-version: Fixed from version 4.5rc6" | ||
1446 | |||
1447 | CVE_STATUS[CVE-2016-8399] = "fixed-version: Fixed from version 4.9" | ||
1448 | |||
1449 | # Skipping CVE-2016-8401, no affected_versions | ||
1450 | |||
1451 | # Skipping CVE-2016-8402, no affected_versions | ||
1452 | |||
1453 | # Skipping CVE-2016-8403, no affected_versions | ||
1454 | |||
1455 | # Skipping CVE-2016-8404, no affected_versions | ||
1456 | |||
1457 | CVE_STATUS[CVE-2016-8405] = "fixed-version: Fixed from version 4.10rc6" | ||
1458 | |||
1459 | # Skipping CVE-2016-8406, no affected_versions | ||
1460 | |||
1461 | # Skipping CVE-2016-8407, no affected_versions | ||
1462 | |||
1463 | CVE_STATUS[CVE-2016-8630] = "fixed-version: Fixed from version 4.9rc4" | ||
1464 | |||
1465 | CVE_STATUS[CVE-2016-8632] = "fixed-version: Fixed from version 4.9rc8" | ||
1466 | |||
1467 | CVE_STATUS[CVE-2016-8633] = "fixed-version: Fixed from version 4.9rc4" | ||
1468 | |||
1469 | CVE_STATUS[CVE-2016-8636] = "fixed-version: Fixed from version 4.10rc8" | ||
1470 | |||
1471 | CVE_STATUS[CVE-2016-8645] = "fixed-version: Fixed from version 4.9rc6" | ||
1472 | |||
1473 | CVE_STATUS[CVE-2016-8646] = "fixed-version: Fixed from version 4.4rc1" | ||
1474 | |||
1475 | CVE_STATUS[CVE-2016-8650] = "fixed-version: Fixed from version 4.9rc7" | ||
1476 | |||
1477 | CVE_STATUS[CVE-2016-8655] = "fixed-version: Fixed from version 4.9rc8" | ||
1478 | |||
1479 | CVE_STATUS[CVE-2016-8658] = "fixed-version: Fixed from version 4.8rc7" | ||
1480 | |||
1481 | # CVE-2016-8660 has no known resolution | ||
1482 | |||
1483 | CVE_STATUS[CVE-2016-8666] = "fixed-version: Fixed from version 4.6rc1" | ||
1484 | |||
1485 | CVE_STATUS[CVE-2016-9083] = "fixed-version: Fixed from version 4.9rc4" | ||
1486 | |||
1487 | CVE_STATUS[CVE-2016-9084] = "fixed-version: Fixed from version 4.9rc4" | ||
1488 | |||
1489 | CVE_STATUS[CVE-2016-9120] = "fixed-version: Fixed from version 4.6rc1" | ||
1490 | |||
1491 | CVE_STATUS[CVE-2016-9178] = "fixed-version: Fixed from version 4.8rc7" | ||
1492 | |||
1493 | CVE_STATUS[CVE-2016-9191] = "fixed-version: Fixed from version 4.10rc4" | ||
1494 | |||
1495 | CVE_STATUS[CVE-2016-9313] = "fixed-version: Fixed from version 4.9rc3" | ||
1496 | |||
1497 | CVE_STATUS[CVE-2016-9555] = "fixed-version: Fixed from version 4.9rc4" | ||
1498 | |||
1499 | CVE_STATUS[CVE-2016-9576] = "fixed-version: Fixed from version 4.9" | ||
1500 | |||
1501 | CVE_STATUS[CVE-2016-9588] = "fixed-version: Fixed from version 4.10rc1" | ||
1502 | |||
1503 | CVE_STATUS[CVE-2016-9604] = "fixed-version: Fixed from version 4.11rc8" | ||
1504 | |||
1505 | # Skipping CVE-2016-9644, no affected_versions | ||
1506 | |||
1507 | CVE_STATUS[CVE-2016-9685] = "fixed-version: Fixed from version 4.6rc1" | ||
1508 | |||
1509 | CVE_STATUS[CVE-2016-9754] = "fixed-version: Fixed from version 4.7rc1" | ||
1510 | |||
1511 | CVE_STATUS[CVE-2016-9755] = "fixed-version: Fixed from version 4.9rc8" | ||
1512 | |||
1513 | CVE_STATUS[CVE-2016-9756] = "fixed-version: Fixed from version 4.9rc7" | ||
1514 | |||
1515 | CVE_STATUS[CVE-2016-9777] = "fixed-version: Fixed from version 4.9rc7" | ||
1516 | |||
1517 | CVE_STATUS[CVE-2016-9793] = "fixed-version: Fixed from version 4.9rc8" | ||
1518 | |||
1519 | CVE_STATUS[CVE-2016-9794] = "fixed-version: Fixed from version 4.7rc1" | ||
1520 | |||
1521 | CVE_STATUS[CVE-2016-9806] = "fixed-version: Fixed from version 4.7rc1" | ||
1522 | |||
1523 | CVE_STATUS[CVE-2016-9919] = "fixed-version: Fixed from version 4.9rc8" | ||
1524 | |||
1525 | # Skipping CVE-2017-0403, no affected_versions | ||
1526 | |||
1527 | # Skipping CVE-2017-0404, no affected_versions | ||
1528 | |||
1529 | # Skipping CVE-2017-0426, no affected_versions | ||
1530 | |||
1531 | # Skipping CVE-2017-0427, no affected_versions | ||
1532 | |||
1533 | # CVE-2017-0507 has no known resolution | ||
1534 | |||
1535 | # CVE-2017-0508 has no known resolution | ||
1536 | |||
1537 | # Skipping CVE-2017-0510, no affected_versions | ||
1538 | |||
1539 | # Skipping CVE-2017-0528, no affected_versions | ||
1540 | |||
1541 | # Skipping CVE-2017-0537, no affected_versions | ||
1542 | |||
1543 | # CVE-2017-0564 has no known resolution | ||
1544 | |||
1545 | CVE_STATUS[CVE-2017-0605] = "fixed-version: Fixed from version 4.12rc1" | ||
1546 | |||
1547 | CVE_STATUS[CVE-2017-0627] = "fixed-version: Fixed from version 4.14rc1" | ||
1548 | |||
1549 | # CVE-2017-0630 has no known resolution | ||
1550 | |||
1551 | # CVE-2017-0749 has no known resolution | ||
1552 | |||
1553 | CVE_STATUS[CVE-2017-0750] = "fixed-version: Fixed from version 4.5rc1" | ||
1554 | |||
1555 | CVE_STATUS[CVE-2017-0786] = "fixed-version: Fixed from version 4.14rc4" | ||
1556 | |||
1557 | CVE_STATUS[CVE-2017-0861] = "fixed-version: Fixed from version 4.15rc3" | ||
1558 | |||
1559 | CVE_STATUS[CVE-2017-1000] = "fixed-version: Fixed from version 4.13rc5" | ||
1560 | |||
1561 | CVE_STATUS[CVE-2017-1000111] = "fixed-version: Fixed from version 4.13rc5" | ||
1562 | |||
1563 | CVE_STATUS[CVE-2017-1000112] = "fixed-version: Fixed from version 4.13rc5" | ||
1564 | |||
1565 | CVE_STATUS[CVE-2017-1000251] = "fixed-version: Fixed from version 4.14rc1" | ||
1566 | |||
1567 | CVE_STATUS[CVE-2017-1000252] = "fixed-version: Fixed from version 4.14rc1" | ||
1568 | |||
1569 | CVE_STATUS[CVE-2017-1000253] = "fixed-version: Fixed from version 4.1rc1" | ||
1570 | |||
1571 | CVE_STATUS[CVE-2017-1000255] = "fixed-version: Fixed from version 4.14rc5" | ||
1572 | |||
1573 | CVE_STATUS[CVE-2017-1000363] = "fixed-version: Fixed from version 4.12rc2" | ||
1574 | |||
1575 | CVE_STATUS[CVE-2017-1000364] = "fixed-version: Fixed from version 4.12rc6" | ||
1576 | |||
1577 | CVE_STATUS[CVE-2017-1000365] = "fixed-version: Fixed from version 4.12rc7" | ||
1578 | |||
1579 | CVE_STATUS[CVE-2017-1000370] = "fixed-version: Fixed from version 4.13rc1" | ||
1580 | |||
1581 | CVE_STATUS[CVE-2017-1000371] = "fixed-version: Fixed from version 4.13rc1" | ||
1582 | |||
1583 | CVE_STATUS[CVE-2017-1000379] = "fixed-version: Fixed from version 4.12rc6" | ||
1584 | |||
1585 | CVE_STATUS[CVE-2017-1000380] = "fixed-version: Fixed from version 4.12rc5" | ||
1586 | |||
1587 | CVE_STATUS[CVE-2017-1000405] = "fixed-version: Fixed from version 4.15rc2" | ||
1588 | |||
1589 | CVE_STATUS[CVE-2017-1000407] = "fixed-version: Fixed from version 4.15rc3" | ||
1590 | |||
1591 | CVE_STATUS[CVE-2017-1000410] = "fixed-version: Fixed from version 4.15rc8" | ||
1592 | |||
1593 | CVE_STATUS[CVE-2017-10661] = "fixed-version: Fixed from version 4.11rc1" | ||
1594 | |||
1595 | CVE_STATUS[CVE-2017-10662] = "fixed-version: Fixed from version 4.12rc1" | ||
1596 | |||
1597 | CVE_STATUS[CVE-2017-10663] = "fixed-version: Fixed from version 4.13rc1" | ||
1598 | |||
1599 | CVE_STATUS[CVE-2017-10810] = "fixed-version: Fixed from version 4.12rc1" | ||
1600 | |||
1601 | CVE_STATUS[CVE-2017-10911] = "fixed-version: Fixed from version 4.12rc7" | ||
1602 | |||
1603 | CVE_STATUS[CVE-2017-11089] = "fixed-version: Fixed from version 4.13rc1" | ||
1604 | |||
1605 | CVE_STATUS[CVE-2017-11176] = "fixed-version: Fixed from version 4.13rc1" | ||
1606 | |||
1607 | CVE_STATUS[CVE-2017-11472] = "fixed-version: Fixed from version 4.12rc1" | ||
1608 | |||
1609 | CVE_STATUS[CVE-2017-11473] = "fixed-version: Fixed from version 4.13rc2" | ||
1610 | |||
1611 | CVE_STATUS[CVE-2017-11600] = "fixed-version: Fixed from version 4.13" | ||
1612 | |||
1613 | CVE_STATUS[CVE-2017-12134] = "fixed-version: Fixed from version 4.13rc6" | ||
1614 | |||
1615 | CVE_STATUS[CVE-2017-12146] = "fixed-version: Fixed from version 4.13rc1" | ||
1616 | |||
1617 | CVE_STATUS[CVE-2017-12153] = "fixed-version: Fixed from version 4.14rc2" | ||
1618 | |||
1619 | CVE_STATUS[CVE-2017-12154] = "fixed-version: Fixed from version 4.14rc1" | ||
1620 | |||
1621 | CVE_STATUS[CVE-2017-12168] = "fixed-version: Fixed from version 4.9rc6" | ||
1622 | |||
1623 | CVE_STATUS[CVE-2017-12188] = "fixed-version: Fixed from version 4.14rc5" | ||
1624 | |||
1625 | CVE_STATUS[CVE-2017-12190] = "fixed-version: Fixed from version 4.14rc5" | ||
1626 | |||
1627 | CVE_STATUS[CVE-2017-12192] = "fixed-version: Fixed from version 4.14rc3" | ||
1628 | |||
1629 | CVE_STATUS[CVE-2017-12193] = "fixed-version: Fixed from version 4.14rc7" | ||
1630 | |||
1631 | CVE_STATUS[CVE-2017-12762] = "fixed-version: Fixed from version 4.13rc4" | ||
1632 | |||
1633 | CVE_STATUS[CVE-2017-13080] = "fixed-version: Fixed from version 4.14rc6" | ||
1634 | |||
1635 | CVE_STATUS[CVE-2017-13166] = "fixed-version: Fixed from version 4.16rc1" | ||
1636 | |||
1637 | CVE_STATUS[CVE-2017-13167] = "fixed-version: Fixed from version 4.5rc4" | ||
1638 | |||
1639 | CVE_STATUS[CVE-2017-13168] = "fixed-version: Fixed from version 4.18rc4" | ||
1640 | |||
1641 | CVE_STATUS[CVE-2017-13215] = "fixed-version: Fixed from version 4.5rc1" | ||
1642 | |||
1643 | CVE_STATUS[CVE-2017-13216] = "fixed-version: Fixed from version 4.15rc8" | ||
1644 | |||
1645 | CVE_STATUS[CVE-2017-13220] = "fixed-version: Fixed from version 3.19rc3" | ||
1646 | |||
1647 | # CVE-2017-13221 has no known resolution | ||
1648 | |||
1649 | # CVE-2017-13222 has no known resolution | ||
1650 | |||
1651 | CVE_STATUS[CVE-2017-13305] = "fixed-version: Fixed from version 4.12rc5" | ||
1652 | |||
1653 | CVE_STATUS[CVE-2017-13686] = "fixed-version: Fixed from version 4.13rc7" | ||
1654 | |||
1655 | # CVE-2017-13693 has no known resolution | ||
1656 | |||
1657 | # CVE-2017-13694 has no known resolution | ||
1658 | |||
1659 | CVE_STATUS[CVE-2017-13695] = "fixed-version: Fixed from version 4.17rc1" | ||
1660 | |||
1661 | CVE_STATUS[CVE-2017-13715] = "fixed-version: Fixed from version 4.3rc1" | ||
1662 | |||
1663 | CVE_STATUS[CVE-2017-14051] = "fixed-version: Fixed from version 4.14rc1" | ||
1664 | |||
1665 | CVE_STATUS[CVE-2017-14106] = "fixed-version: Fixed from version 4.12rc3" | ||
1666 | |||
1667 | CVE_STATUS[CVE-2017-14140] = "fixed-version: Fixed from version 4.13rc6" | ||
1668 | |||
1669 | CVE_STATUS[CVE-2017-14156] = "fixed-version: Fixed from version 4.14rc1" | ||
1670 | |||
1671 | CVE_STATUS[CVE-2017-14340] = "fixed-version: Fixed from version 4.14rc1" | ||
1672 | |||
1673 | CVE_STATUS[CVE-2017-14489] = "fixed-version: Fixed from version 4.14rc3" | ||
1674 | |||
1675 | CVE_STATUS[CVE-2017-14497] = "fixed-version: Fixed from version 4.13" | ||
1676 | |||
1677 | CVE_STATUS[CVE-2017-14954] = "fixed-version: Fixed from version 4.14rc3" | ||
1678 | |||
1679 | CVE_STATUS[CVE-2017-14991] = "fixed-version: Fixed from version 4.14rc2" | ||
1680 | |||
1681 | CVE_STATUS[CVE-2017-15102] = "fixed-version: Fixed from version 4.9rc1" | ||
1682 | |||
1683 | CVE_STATUS[CVE-2017-15115] = "fixed-version: Fixed from version 4.14rc6" | ||
1684 | |||
1685 | CVE_STATUS[CVE-2017-15116] = "fixed-version: Fixed from version 4.2rc1" | ||
1686 | |||
1687 | CVE_STATUS[CVE-2017-15121] = "fixed-version: Fixed from version 3.11rc1" | ||
1688 | |||
1689 | CVE_STATUS[CVE-2017-15126] = "fixed-version: Fixed from version 4.14rc4" | ||
1690 | |||
1691 | CVE_STATUS[CVE-2017-15127] = "fixed-version: Fixed from version 4.13rc5" | ||
1692 | |||
1693 | CVE_STATUS[CVE-2017-15128] = "fixed-version: Fixed from version 4.14rc8" | ||
1694 | |||
1695 | CVE_STATUS[CVE-2017-15129] = "fixed-version: Fixed from version 4.15rc5" | ||
1696 | |||
1697 | CVE_STATUS[CVE-2017-15265] = "fixed-version: Fixed from version 4.14rc5" | ||
1698 | |||
1699 | CVE_STATUS[CVE-2017-15274] = "fixed-version: Fixed from version 4.12rc5" | ||
1700 | |||
1701 | CVE_STATUS[CVE-2017-15299] = "fixed-version: Fixed from version 4.14rc6" | ||
1702 | |||
1703 | CVE_STATUS[CVE-2017-15306] = "fixed-version: Fixed from version 4.14rc7" | ||
1704 | |||
1705 | CVE_STATUS[CVE-2017-15537] = "fixed-version: Fixed from version 4.14rc3" | ||
1706 | |||
1707 | CVE_STATUS[CVE-2017-15649] = "fixed-version: Fixed from version 4.14rc4" | ||
1708 | |||
1709 | CVE_STATUS[CVE-2017-15868] = "fixed-version: Fixed from version 3.19rc3" | ||
1710 | |||
1711 | CVE_STATUS[CVE-2017-15951] = "fixed-version: Fixed from version 4.14rc6" | ||
1712 | |||
1713 | CVE_STATUS[CVE-2017-16525] = "fixed-version: Fixed from version 4.14rc5" | ||
1714 | |||
1715 | CVE_STATUS[CVE-2017-16526] = "fixed-version: Fixed from version 4.14rc4" | ||
1716 | |||
1717 | CVE_STATUS[CVE-2017-16527] = "fixed-version: Fixed from version 4.14rc5" | ||
1718 | |||
1719 | CVE_STATUS[CVE-2017-16528] = "fixed-version: Fixed from version 4.14rc1" | ||
1720 | |||
1721 | CVE_STATUS[CVE-2017-16529] = "fixed-version: Fixed from version 4.14rc4" | ||
1722 | |||
1723 | CVE_STATUS[CVE-2017-16530] = "fixed-version: Fixed from version 4.14rc4" | ||
1724 | |||
1725 | CVE_STATUS[CVE-2017-16531] = "fixed-version: Fixed from version 4.14rc4" | ||
1726 | |||
1727 | CVE_STATUS[CVE-2017-16532] = "fixed-version: Fixed from version 4.14rc5" | ||
1728 | |||
1729 | CVE_STATUS[CVE-2017-16533] = "fixed-version: Fixed from version 4.14rc5" | ||
1730 | |||
1731 | CVE_STATUS[CVE-2017-16534] = "fixed-version: Fixed from version 4.14rc4" | ||
1732 | |||
1733 | CVE_STATUS[CVE-2017-16535] = "fixed-version: Fixed from version 4.14rc6" | ||
1734 | |||
1735 | CVE_STATUS[CVE-2017-16536] = "fixed-version: Fixed from version 4.15rc1" | ||
1736 | |||
1737 | CVE_STATUS[CVE-2017-16537] = "fixed-version: Fixed from version 4.15rc1" | ||
1738 | |||
1739 | CVE_STATUS[CVE-2017-16538] = "fixed-version: Fixed from version 4.16rc1" | ||
1740 | |||
1741 | CVE_STATUS[CVE-2017-16643] = "fixed-version: Fixed from version 4.14rc7" | ||
1742 | |||
1743 | CVE_STATUS[CVE-2017-16644] = "fixed-version: Fixed from version 4.16rc1" | ||
1744 | |||
1745 | CVE_STATUS[CVE-2017-16645] = "fixed-version: Fixed from version 4.14rc6" | ||
1746 | |||
1747 | CVE_STATUS[CVE-2017-16646] = "fixed-version: Fixed from version 4.15rc1" | ||
1748 | |||
1749 | CVE_STATUS[CVE-2017-16647] = "fixed-version: Fixed from version 4.14" | ||
1750 | |||
1751 | CVE_STATUS[CVE-2017-16648] = "fixed-version: Fixed from version 4.15rc1" | ||
1752 | |||
1753 | CVE_STATUS[CVE-2017-16649] = "fixed-version: Fixed from version 4.14" | ||
1754 | |||
1755 | CVE_STATUS[CVE-2017-16650] = "fixed-version: Fixed from version 4.14" | ||
1756 | |||
1757 | CVE_STATUS[CVE-2017-16911] = "fixed-version: Fixed from version 4.15rc4" | ||
1758 | |||
1759 | CVE_STATUS[CVE-2017-16912] = "fixed-version: Fixed from version 4.15rc4" | ||
1760 | |||
1761 | CVE_STATUS[CVE-2017-16913] = "fixed-version: Fixed from version 4.15rc4" | ||
1762 | |||
1763 | CVE_STATUS[CVE-2017-16914] = "fixed-version: Fixed from version 4.15rc4" | ||
1764 | |||
1765 | CVE_STATUS[CVE-2017-16939] = "fixed-version: Fixed from version 4.14rc7" | ||
1766 | |||
1767 | CVE_STATUS[CVE-2017-16994] = "fixed-version: Fixed from version 4.15rc1" | ||
1768 | |||
1769 | CVE_STATUS[CVE-2017-16995] = "fixed-version: Fixed from version 4.15rc5" | ||
1770 | |||
1771 | CVE_STATUS[CVE-2017-16996] = "fixed-version: Fixed from version 4.15rc5" | ||
1772 | |||
1773 | CVE_STATUS[CVE-2017-17052] = "fixed-version: Fixed from version 4.13rc7" | ||
1774 | |||
1775 | CVE_STATUS[CVE-2017-17053] = "fixed-version: Fixed from version 4.13rc7" | ||
1776 | |||
1777 | CVE_STATUS[CVE-2017-17448] = "fixed-version: Fixed from version 4.15rc4" | ||
1778 | |||
1779 | CVE_STATUS[CVE-2017-17449] = "fixed-version: Fixed from version 4.15rc4" | ||
1780 | |||
1781 | CVE_STATUS[CVE-2017-17450] = "fixed-version: Fixed from version 4.15rc4" | ||
1782 | |||
1783 | CVE_STATUS[CVE-2017-17558] = "fixed-version: Fixed from version 4.15rc4" | ||
1784 | |||
1785 | CVE_STATUS[CVE-2017-17712] = "fixed-version: Fixed from version 4.15rc4" | ||
1786 | |||
1787 | CVE_STATUS[CVE-2017-17741] = "fixed-version: Fixed from version 4.15rc5" | ||
1788 | |||
1789 | CVE_STATUS[CVE-2017-17805] = "fixed-version: Fixed from version 4.15rc4" | ||
1790 | |||
1791 | CVE_STATUS[CVE-2017-17806] = "fixed-version: Fixed from version 4.15rc4" | ||
1792 | |||
1793 | CVE_STATUS[CVE-2017-17807] = "fixed-version: Fixed from version 4.15rc3" | ||
1794 | |||
1795 | CVE_STATUS[CVE-2017-17852] = "fixed-version: Fixed from version 4.15rc5" | ||
1796 | |||
1797 | CVE_STATUS[CVE-2017-17853] = "fixed-version: Fixed from version 4.15rc5" | ||
1798 | |||
1799 | CVE_STATUS[CVE-2017-17854] = "fixed-version: Fixed from version 4.15rc5" | ||
1800 | |||
1801 | CVE_STATUS[CVE-2017-17855] = "fixed-version: Fixed from version 4.15rc5" | ||
1802 | |||
1803 | CVE_STATUS[CVE-2017-17856] = "fixed-version: Fixed from version 4.15rc5" | ||
1804 | |||
1805 | CVE_STATUS[CVE-2017-17857] = "fixed-version: Fixed from version 4.15rc5" | ||
1806 | |||
1807 | CVE_STATUS[CVE-2017-17862] = "fixed-version: Fixed from version 4.15rc1" | ||
1808 | |||
1809 | CVE_STATUS[CVE-2017-17863] = "fixed-version: Fixed from version 4.15rc5" | ||
1810 | |||
1811 | CVE_STATUS[CVE-2017-17864] = "fixed-version: Fixed from version 4.15rc5" | ||
1812 | |||
1813 | CVE_STATUS[CVE-2017-17975] = "fixed-version: Fixed from version 4.17rc1" | ||
1814 | |||
1815 | CVE_STATUS[CVE-2017-18017] = "fixed-version: Fixed from version 4.11rc7" | ||
1816 | |||
1817 | CVE_STATUS[CVE-2017-18075] = "fixed-version: Fixed from version 4.15rc7" | ||
1818 | |||
1819 | CVE_STATUS[CVE-2017-18079] = "fixed-version: Fixed from version 4.13rc1" | ||
1820 | |||
1821 | # CVE-2017-18169 has no known resolution | ||
1822 | |||
1823 | CVE_STATUS[CVE-2017-18174] = "fixed-version: Fixed from version 4.7rc1" | ||
1824 | |||
1825 | CVE_STATUS[CVE-2017-18193] = "fixed-version: Fixed from version 4.13rc1" | ||
1826 | |||
1827 | CVE_STATUS[CVE-2017-18200] = "fixed-version: Fixed from version 4.14rc5" | ||
1828 | |||
1829 | CVE_STATUS[CVE-2017-18202] = "fixed-version: Fixed from version 4.15rc2" | ||
1830 | |||
1831 | CVE_STATUS[CVE-2017-18203] = "fixed-version: Fixed from version 4.15rc1" | ||
1832 | |||
1833 | CVE_STATUS[CVE-2017-18204] = "fixed-version: Fixed from version 4.15rc1" | ||
1834 | |||
1835 | CVE_STATUS[CVE-2017-18208] = "fixed-version: Fixed from version 4.15rc2" | ||
1836 | |||
1837 | CVE_STATUS[CVE-2017-18216] = "fixed-version: Fixed from version 4.15rc1" | ||
1838 | |||
1839 | CVE_STATUS[CVE-2017-18218] = "fixed-version: Fixed from version 4.13rc1" | ||
1840 | |||
1841 | CVE_STATUS[CVE-2017-18221] = "fixed-version: Fixed from version 4.12rc4" | ||
1842 | |||
1843 | CVE_STATUS[CVE-2017-18222] = "fixed-version: Fixed from version 4.12rc1" | ||
1844 | |||
1845 | CVE_STATUS[CVE-2017-18224] = "fixed-version: Fixed from version 4.15rc1" | ||
1846 | |||
1847 | CVE_STATUS[CVE-2017-18232] = "fixed-version: Fixed from version 4.16rc1" | ||
1848 | |||
1849 | CVE_STATUS[CVE-2017-18241] = "fixed-version: Fixed from version 4.13rc1" | ||
1850 | |||
1851 | CVE_STATUS[CVE-2017-18249] = "fixed-version: Fixed from version 4.12rc1" | ||
1852 | |||
1853 | CVE_STATUS[CVE-2017-18255] = "fixed-version: Fixed from version 4.11rc1" | ||
1854 | |||
1855 | CVE_STATUS[CVE-2017-18257] = "fixed-version: Fixed from version 4.11rc1" | ||
1856 | |||
1857 | CVE_STATUS[CVE-2017-18261] = "fixed-version: Fixed from version 4.13rc6" | ||
1858 | |||
1859 | CVE_STATUS[CVE-2017-18270] = "fixed-version: Fixed from version 4.14rc3" | ||
1860 | |||
1861 | CVE_STATUS[CVE-2017-18344] = "fixed-version: Fixed from version 4.15rc4" | ||
1862 | |||
1863 | CVE_STATUS[CVE-2017-18360] = "fixed-version: Fixed from version 4.12rc2" | ||
1864 | |||
1865 | CVE_STATUS[CVE-2017-18379] = "fixed-version: Fixed from version 4.14rc3" | ||
1866 | |||
1867 | CVE_STATUS[CVE-2017-18509] = "fixed-version: Fixed from version 4.11rc1" | ||
1868 | |||
1869 | CVE_STATUS[CVE-2017-18549] = "fixed-version: Fixed from version 4.13rc1" | ||
1870 | |||
1871 | CVE_STATUS[CVE-2017-18550] = "fixed-version: Fixed from version 4.13rc1" | ||
1872 | |||
1873 | CVE_STATUS[CVE-2017-18551] = "fixed-version: Fixed from version 4.15rc9" | ||
1874 | |||
1875 | CVE_STATUS[CVE-2017-18552] = "fixed-version: Fixed from version 4.11rc1" | ||
1876 | |||
1877 | CVE_STATUS[CVE-2017-18595] = "fixed-version: Fixed from version 4.15rc6" | ||
1878 | |||
1879 | CVE_STATUS[CVE-2017-2583] = "fixed-version: Fixed from version 4.10rc4" | ||
1880 | |||
1881 | CVE_STATUS[CVE-2017-2584] = "fixed-version: Fixed from version 4.10rc4" | ||
1882 | |||
1883 | CVE_STATUS[CVE-2017-2596] = "fixed-version: Fixed from version 4.11rc1" | ||
1884 | |||
1885 | CVE_STATUS[CVE-2017-2618] = "fixed-version: Fixed from version 4.10rc8" | ||
1886 | |||
1887 | CVE_STATUS[CVE-2017-2634] = "fixed-version: Fixed from version 2.6.25rc1" | ||
1888 | |||
1889 | CVE_STATUS[CVE-2017-2636] = "fixed-version: Fixed from version 4.11rc2" | ||
1890 | |||
1891 | CVE_STATUS[CVE-2017-2647] = "fixed-version: Fixed from version 3.18rc1" | ||
1892 | |||
1893 | CVE_STATUS[CVE-2017-2671] = "fixed-version: Fixed from version 4.11rc6" | ||
1894 | |||
1895 | CVE_STATUS[CVE-2017-5123] = "fixed-version: Fixed from version 4.14rc5" | ||
1896 | |||
1897 | CVE_STATUS[CVE-2017-5546] = "fixed-version: Fixed from version 4.10rc4" | ||
1898 | |||
1899 | CVE_STATUS[CVE-2017-5547] = "fixed-version: Fixed from version 4.10rc5" | ||
1900 | |||
1901 | CVE_STATUS[CVE-2017-5548] = "fixed-version: Fixed from version 4.10rc5" | ||
1902 | |||
1903 | CVE_STATUS[CVE-2017-5549] = "fixed-version: Fixed from version 4.10rc4" | ||
1904 | |||
1905 | CVE_STATUS[CVE-2017-5550] = "fixed-version: Fixed from version 4.10rc4" | ||
1906 | |||
1907 | CVE_STATUS[CVE-2017-5551] = "fixed-version: Fixed from version 4.10rc4" | ||
1908 | |||
1909 | CVE_STATUS[CVE-2017-5576] = "fixed-version: Fixed from version 4.10rc6" | ||
1910 | |||
1911 | CVE_STATUS[CVE-2017-5577] = "fixed-version: Fixed from version 4.10rc6" | ||
1912 | |||
1913 | CVE_STATUS[CVE-2017-5669] = "fixed-version: Fixed from version 4.11rc1" | ||
1914 | |||
1915 | CVE_STATUS[CVE-2017-5715] = "fixed-version: Fixed from version 4.15rc8" | ||
1916 | |||
1917 | CVE_STATUS[CVE-2017-5753] = "fixed-version: Fixed from version 4.15rc8" | ||
1918 | |||
1919 | CVE_STATUS[CVE-2017-5754] = "fixed-version: Fixed from version 4.16rc1" | ||
1920 | |||
1921 | CVE_STATUS[CVE-2017-5897] = "fixed-version: Fixed from version 4.10rc8" | ||
1922 | |||
1923 | CVE_STATUS[CVE-2017-5967] = "fixed-version: Fixed from version 4.11rc1" | ||
1924 | |||
1925 | CVE_STATUS[CVE-2017-5970] = "fixed-version: Fixed from version 4.10rc8" | ||
1926 | |||
1927 | CVE_STATUS[CVE-2017-5972] = "fixed-version: Fixed from version 4.4rc1" | ||
1928 | |||
1929 | CVE_STATUS[CVE-2017-5986] = "fixed-version: Fixed from version 4.10rc8" | ||
1930 | |||
1931 | CVE_STATUS[CVE-2017-6001] = "fixed-version: Fixed from version 4.10rc4" | ||
1932 | |||
1933 | CVE_STATUS[CVE-2017-6074] = "fixed-version: Fixed from version 4.10" | ||
1934 | |||
1935 | CVE_STATUS[CVE-2017-6214] = "fixed-version: Fixed from version 4.10rc8" | ||
1936 | |||
1937 | CVE_STATUS[CVE-2017-6345] = "fixed-version: Fixed from version 4.10" | ||
1938 | |||
1939 | CVE_STATUS[CVE-2017-6346] = "fixed-version: Fixed from version 4.10" | ||
1940 | |||
1941 | CVE_STATUS[CVE-2017-6347] = "fixed-version: Fixed from version 4.11rc1" | ||
1942 | |||
1943 | CVE_STATUS[CVE-2017-6348] = "fixed-version: Fixed from version 4.10" | ||
1944 | |||
1945 | CVE_STATUS[CVE-2017-6353] = "fixed-version: Fixed from version 4.11rc1" | ||
1946 | |||
1947 | CVE_STATUS[CVE-2017-6874] = "fixed-version: Fixed from version 4.11rc2" | ||
1948 | |||
1949 | CVE_STATUS[CVE-2017-6951] = "fixed-version: Fixed from version 3.18rc1" | ||
1950 | |||
1951 | CVE_STATUS[CVE-2017-7184] = "fixed-version: Fixed from version 4.11rc5" | ||
1952 | |||
1953 | CVE_STATUS[CVE-2017-7187] = "fixed-version: Fixed from version 4.11rc5" | ||
1954 | |||
1955 | CVE_STATUS[CVE-2017-7261] = "fixed-version: Fixed from version 4.11rc6" | ||
1956 | |||
1957 | CVE_STATUS[CVE-2017-7273] = "fixed-version: Fixed from version 4.10rc4" | ||
1958 | |||
1959 | CVE_STATUS[CVE-2017-7277] = "fixed-version: Fixed from version 4.11rc4" | ||
1960 | |||
1961 | CVE_STATUS[CVE-2017-7294] = "fixed-version: Fixed from version 4.11rc6" | ||
1962 | |||
1963 | CVE_STATUS[CVE-2017-7308] = "fixed-version: Fixed from version 4.11rc6" | ||
1964 | |||
1965 | CVE_STATUS[CVE-2017-7346] = "fixed-version: Fixed from version 4.12rc5" | ||
1966 | |||
1967 | # CVE-2017-7369 has no known resolution | ||
1968 | |||
1969 | CVE_STATUS[CVE-2017-7374] = "fixed-version: Fixed from version 4.11rc4" | ||
1970 | |||
1971 | CVE_STATUS[CVE-2017-7472] = "fixed-version: Fixed from version 4.11rc8" | ||
1972 | |||
1973 | CVE_STATUS[CVE-2017-7477] = "fixed-version: Fixed from version 4.11" | ||
1974 | |||
1975 | CVE_STATUS[CVE-2017-7482] = "fixed-version: Fixed from version 4.12rc7" | ||
1976 | |||
1977 | CVE_STATUS[CVE-2017-7487] = "fixed-version: Fixed from version 4.12rc1" | ||
1978 | |||
1979 | CVE_STATUS[CVE-2017-7495] = "fixed-version: Fixed from version 4.7rc1" | ||
1980 | |||
1981 | CVE_STATUS[CVE-2017-7518] = "fixed-version: Fixed from version 4.12rc7" | ||
1982 | |||
1983 | CVE_STATUS[CVE-2017-7533] = "fixed-version: Fixed from version 4.13rc1" | ||
1984 | |||
1985 | CVE_STATUS[CVE-2017-7541] = "fixed-version: Fixed from version 4.13rc1" | ||
1986 | |||
1987 | CVE_STATUS[CVE-2017-7542] = "fixed-version: Fixed from version 4.13rc2" | ||
1988 | |||
1989 | CVE_STATUS[CVE-2017-7558] = "fixed-version: Fixed from version 4.13" | ||
1990 | |||
1991 | CVE_STATUS[CVE-2017-7616] = "fixed-version: Fixed from version 4.11rc6" | ||
1992 | |||
1993 | CVE_STATUS[CVE-2017-7618] = "fixed-version: Fixed from version 4.11rc8" | ||
1994 | |||
1995 | CVE_STATUS[CVE-2017-7645] = "fixed-version: Fixed from version 4.11" | ||
1996 | |||
1997 | CVE_STATUS[CVE-2017-7889] = "fixed-version: Fixed from version 4.11rc7" | ||
1998 | |||
1999 | CVE_STATUS[CVE-2017-7895] = "fixed-version: Fixed from version 4.11" | ||
2000 | |||
2001 | CVE_STATUS[CVE-2017-7979] = "fixed-version: Fixed from version 4.11rc8" | ||
2002 | |||
2003 | CVE_STATUS[CVE-2017-8061] = "fixed-version: Fixed from version 4.11rc4" | ||
2004 | |||
2005 | CVE_STATUS[CVE-2017-8062] = "fixed-version: Fixed from version 4.11rc2" | ||
2006 | |||
2007 | CVE_STATUS[CVE-2017-8063] = "fixed-version: Fixed from version 4.11rc1" | ||
2008 | |||
2009 | CVE_STATUS[CVE-2017-8064] = "fixed-version: Fixed from version 4.11rc1" | ||
2010 | |||
2011 | CVE_STATUS[CVE-2017-8065] = "fixed-version: Fixed from version 4.11rc1" | ||
2012 | |||
2013 | CVE_STATUS[CVE-2017-8066] = "fixed-version: Fixed from version 4.11rc1" | ||
2014 | |||
2015 | CVE_STATUS[CVE-2017-8067] = "fixed-version: Fixed from version 4.11rc1" | ||
2016 | |||
2017 | CVE_STATUS[CVE-2017-8068] = "fixed-version: Fixed from version 4.10rc8" | ||
2018 | |||
2019 | CVE_STATUS[CVE-2017-8069] = "fixed-version: Fixed from version 4.10rc8" | ||
2020 | |||
2021 | CVE_STATUS[CVE-2017-8070] = "fixed-version: Fixed from version 4.10rc8" | ||
2022 | |||
2023 | CVE_STATUS[CVE-2017-8071] = "fixed-version: Fixed from version 4.10rc7" | ||
2024 | |||
2025 | CVE_STATUS[CVE-2017-8072] = "fixed-version: Fixed from version 4.10rc7" | ||
2026 | |||
2027 | CVE_STATUS[CVE-2017-8106] = "fixed-version: Fixed from version 3.16rc1" | ||
2028 | |||
2029 | CVE_STATUS[CVE-2017-8240] = "fixed-version: Fixed from version 3.19rc6" | ||
2030 | |||
2031 | # CVE-2017-8242 has no known resolution | ||
2032 | |||
2033 | # CVE-2017-8244 has no known resolution | ||
2034 | |||
2035 | # CVE-2017-8245 has no known resolution | ||
2036 | |||
2037 | # CVE-2017-8246 has no known resolution | ||
2038 | |||
2039 | CVE_STATUS[CVE-2017-8797] = "fixed-version: Fixed from version 4.12rc1" | ||
2040 | |||
2041 | CVE_STATUS[CVE-2017-8824] = "fixed-version: Fixed from version 4.15rc3" | ||
2042 | |||
2043 | CVE_STATUS[CVE-2017-8831] = "fixed-version: Fixed from version 4.13rc1" | ||
2044 | |||
2045 | CVE_STATUS[CVE-2017-8890] = "fixed-version: Fixed from version 4.12rc1" | ||
2046 | |||
2047 | CVE_STATUS[CVE-2017-8924] = "fixed-version: Fixed from version 4.11rc2" | ||
2048 | |||
2049 | CVE_STATUS[CVE-2017-8925] = "fixed-version: Fixed from version 4.11rc2" | ||
2050 | |||
2051 | CVE_STATUS[CVE-2017-9059] = "fixed-version: Fixed from version 4.12rc1" | ||
2052 | |||
2053 | CVE_STATUS[CVE-2017-9074] = "fixed-version: Fixed from version 4.12rc2" | ||
2054 | |||
2055 | CVE_STATUS[CVE-2017-9075] = "fixed-version: Fixed from version 4.12rc2" | ||
2056 | |||
2057 | CVE_STATUS[CVE-2017-9076] = "fixed-version: Fixed from version 4.12rc2" | ||
2058 | |||
2059 | CVE_STATUS[CVE-2017-9077] = "fixed-version: Fixed from version 4.12rc2" | ||
2060 | |||
2061 | CVE_STATUS[CVE-2017-9150] = "fixed-version: Fixed from version 4.12rc1" | ||
2062 | |||
2063 | CVE_STATUS[CVE-2017-9211] = "fixed-version: Fixed from version 4.12rc3" | ||
2064 | |||
2065 | CVE_STATUS[CVE-2017-9242] = "fixed-version: Fixed from version 4.12rc3" | ||
2066 | |||
2067 | CVE_STATUS[CVE-2017-9605] = "fixed-version: Fixed from version 4.12rc5" | ||
2068 | |||
2069 | CVE_STATUS[CVE-2017-9725] = "fixed-version: Fixed from version 4.3rc7" | ||
2070 | |||
2071 | CVE_STATUS[CVE-2017-9984] = "fixed-version: Fixed from version 4.13rc1" | ||
2072 | |||
2073 | CVE_STATUS[CVE-2017-9985] = "fixed-version: Fixed from version 4.13rc1" | ||
2074 | |||
2075 | CVE_STATUS[CVE-2017-9986] = "fixed-version: Fixed from version 4.15rc1" | ||
2076 | |||
2077 | CVE_STATUS[CVE-2018-1000004] = "fixed-version: Fixed from version 4.15rc9" | ||
2078 | |||
2079 | CVE_STATUS[CVE-2018-1000026] = "fixed-version: Fixed from version 4.16rc1" | ||
2080 | |||
2081 | CVE_STATUS[CVE-2018-1000028] = "fixed-version: Fixed from version 4.15" | ||
2082 | |||
2083 | CVE_STATUS[CVE-2018-1000199] = "fixed-version: Fixed from version 4.16" | ||
2084 | |||
2085 | CVE_STATUS[CVE-2018-1000200] = "fixed-version: Fixed from version 4.17rc5" | ||
2086 | |||
2087 | CVE_STATUS[CVE-2018-1000204] = "fixed-version: Fixed from version 4.17rc7" | ||
2088 | |||
2089 | CVE_STATUS[CVE-2018-10021] = "fixed-version: Fixed from version 4.16rc7" | ||
2090 | |||
2091 | CVE_STATUS[CVE-2018-10074] = "fixed-version: Fixed from version 4.16rc7" | ||
2092 | |||
2093 | CVE_STATUS[CVE-2018-10087] = "fixed-version: Fixed from version 4.13rc1" | ||
2094 | |||
2095 | CVE_STATUS[CVE-2018-10124] = "fixed-version: Fixed from version 4.13rc1" | ||
2096 | |||
2097 | CVE_STATUS[CVE-2018-10322] = "fixed-version: Fixed from version 4.17rc4" | ||
2098 | |||
2099 | CVE_STATUS[CVE-2018-10323] = "fixed-version: Fixed from version 4.17rc4" | ||
2100 | |||
2101 | CVE_STATUS[CVE-2018-1065] = "fixed-version: Fixed from version 4.16rc3" | ||
2102 | |||
2103 | CVE_STATUS[CVE-2018-1066] = "fixed-version: Fixed from version 4.11rc1" | ||
2104 | |||
2105 | CVE_STATUS[CVE-2018-10675] = "fixed-version: Fixed from version 4.13rc6" | ||
2106 | |||
2107 | CVE_STATUS[CVE-2018-1068] = "fixed-version: Fixed from version 4.16rc5" | ||
2108 | |||
2109 | CVE_STATUS[CVE-2018-10840] = "fixed-version: Fixed from version 4.18rc1" | ||
2110 | |||
2111 | CVE_STATUS[CVE-2018-10853] = "fixed-version: Fixed from version 4.18rc1" | ||
2112 | |||
2113 | CVE_STATUS[CVE-2018-1087] = "fixed-version: Fixed from version 4.16rc7" | ||
2114 | |||
2115 | # CVE-2018-10872 has no known resolution | ||
2116 | |||
2117 | CVE_STATUS[CVE-2018-10876] = "fixed-version: Fixed from version 4.18rc4" | ||
2118 | |||
2119 | CVE_STATUS[CVE-2018-10877] = "fixed-version: Fixed from version 4.18rc4" | ||
2120 | |||
2121 | CVE_STATUS[CVE-2018-10878] = "fixed-version: Fixed from version 4.18rc4" | ||
2122 | |||
2123 | CVE_STATUS[CVE-2018-10879] = "fixed-version: Fixed from version 4.18rc4" | ||
2124 | |||
2125 | CVE_STATUS[CVE-2018-10880] = "fixed-version: Fixed from version 4.18rc4" | ||
2126 | |||
2127 | CVE_STATUS[CVE-2018-10881] = "fixed-version: Fixed from version 4.18rc4" | ||
2128 | |||
2129 | CVE_STATUS[CVE-2018-10882] = "fixed-version: Fixed from version 4.18rc4" | ||
2130 | |||
2131 | CVE_STATUS[CVE-2018-10883] = "fixed-version: Fixed from version 4.18rc4" | ||
2132 | |||
2133 | CVE_STATUS[CVE-2018-10901] = "fixed-version: Fixed from version 2.6.36rc1" | ||
2134 | |||
2135 | CVE_STATUS[CVE-2018-10902] = "fixed-version: Fixed from version 4.18rc6" | ||
2136 | |||
2137 | CVE_STATUS[CVE-2018-1091] = "fixed-version: Fixed from version 4.14rc2" | ||
2138 | |||
2139 | CVE_STATUS[CVE-2018-1092] = "fixed-version: Fixed from version 4.17rc1" | ||
2140 | |||
2141 | CVE_STATUS[CVE-2018-1093] = "fixed-version: Fixed from version 4.17rc1" | ||
2142 | |||
2143 | CVE_STATUS[CVE-2018-10938] = "fixed-version: Fixed from version 4.13rc5" | ||
2144 | |||
2145 | CVE_STATUS[CVE-2018-1094] = "fixed-version: Fixed from version 4.17rc1" | ||
2146 | |||
2147 | CVE_STATUS[CVE-2018-10940] = "fixed-version: Fixed from version 4.17rc3" | ||
2148 | |||
2149 | CVE_STATUS[CVE-2018-1095] = "fixed-version: Fixed from version 4.17rc1" | ||
2150 | |||
2151 | CVE_STATUS[CVE-2018-1108] = "fixed-version: Fixed from version 4.17rc2" | ||
2152 | |||
2153 | CVE_STATUS[CVE-2018-1118] = "fixed-version: Fixed from version 4.18rc1" | ||
2154 | |||
2155 | CVE_STATUS[CVE-2018-1120] = "fixed-version: Fixed from version 4.17rc6" | ||
2156 | |||
2157 | # CVE-2018-1121 has no known resolution | ||
2158 | |||
2159 | CVE_STATUS[CVE-2018-11232] = "fixed-version: Fixed from version 4.11rc1" | ||
2160 | |||
2161 | CVE_STATUS[CVE-2018-1128] = "fixed-version: Fixed from version 4.19rc1" | ||
2162 | |||
2163 | CVE_STATUS[CVE-2018-1129] = "fixed-version: Fixed from version 4.19rc1" | ||
2164 | |||
2165 | CVE_STATUS[CVE-2018-1130] = "fixed-version: Fixed from version 4.16rc7" | ||
2166 | |||
2167 | CVE_STATUS[CVE-2018-11412] = "fixed-version: Fixed from version 4.18rc1" | ||
2168 | |||
2169 | CVE_STATUS[CVE-2018-11506] = "fixed-version: Fixed from version 4.17rc7" | ||
2170 | |||
2171 | CVE_STATUS[CVE-2018-11508] = "fixed-version: Fixed from version 4.17rc5" | ||
2172 | |||
2173 | # CVE-2018-11987 has no known resolution | ||
2174 | |||
2175 | CVE_STATUS[CVE-2018-12126] = "fixed-version: Fixed from version 5.2rc1" | ||
2176 | |||
2177 | CVE_STATUS[CVE-2018-12127] = "fixed-version: Fixed from version 5.2rc1" | ||
2178 | |||
2179 | CVE_STATUS[CVE-2018-12130] = "fixed-version: Fixed from version 5.2rc1" | ||
2180 | |||
2181 | CVE_STATUS[CVE-2018-12207] = "fixed-version: Fixed from version 5.4rc2" | ||
2182 | |||
2183 | CVE_STATUS[CVE-2018-12232] = "fixed-version: Fixed from version 4.18rc1" | ||
2184 | |||
2185 | CVE_STATUS[CVE-2018-12233] = "fixed-version: Fixed from version 4.18rc2" | ||
2186 | |||
2187 | CVE_STATUS[CVE-2018-12633] = "fixed-version: Fixed from version 4.18rc1" | ||
2188 | |||
2189 | CVE_STATUS[CVE-2018-12714] = "fixed-version: Fixed from version 4.18rc2" | ||
2190 | |||
2191 | CVE_STATUS[CVE-2018-12896] = "fixed-version: Fixed from version 4.19rc1" | ||
2192 | |||
2193 | CVE_STATUS[CVE-2018-12904] = "fixed-version: Fixed from version 4.18rc1" | ||
2194 | |||
2195 | # CVE-2018-12928 has no known resolution | ||
2196 | |||
2197 | # CVE-2018-12929 has no known resolution | ||
2198 | |||
2199 | # CVE-2018-12930 has no known resolution | ||
2200 | |||
2201 | # CVE-2018-12931 has no known resolution | ||
2202 | |||
2203 | CVE_STATUS[CVE-2018-13053] = "fixed-version: Fixed from version 4.19rc1" | ||
2204 | |||
2205 | CVE_STATUS[CVE-2018-13093] = "fixed-version: Fixed from version 4.18rc1" | ||
2206 | |||
2207 | CVE_STATUS[CVE-2018-13094] = "fixed-version: Fixed from version 4.18rc1" | ||
2208 | |||
2209 | CVE_STATUS[CVE-2018-13095] = "fixed-version: Fixed from version 4.18rc3" | ||
2210 | |||
2211 | CVE_STATUS[CVE-2018-13096] = "fixed-version: Fixed from version 4.19rc1" | ||
2212 | |||
2213 | CVE_STATUS[CVE-2018-13097] = "fixed-version: Fixed from version 4.19rc1" | ||
2214 | |||
2215 | CVE_STATUS[CVE-2018-13098] = "fixed-version: Fixed from version 4.19rc1" | ||
2216 | |||
2217 | CVE_STATUS[CVE-2018-13099] = "fixed-version: Fixed from version 4.19rc1" | ||
2218 | |||
2219 | CVE_STATUS[CVE-2018-13100] = "fixed-version: Fixed from version 4.19rc1" | ||
2220 | |||
2221 | CVE_STATUS[CVE-2018-13405] = "fixed-version: Fixed from version 4.18rc4" | ||
2222 | |||
2223 | CVE_STATUS[CVE-2018-13406] = "fixed-version: Fixed from version 4.18rc1" | ||
2224 | |||
2225 | CVE_STATUS[CVE-2018-14609] = "fixed-version: Fixed from version 4.19rc1" | ||
2226 | |||
2227 | CVE_STATUS[CVE-2018-14610] = "fixed-version: Fixed from version 4.19rc1" | ||
2228 | |||
2229 | CVE_STATUS[CVE-2018-14611] = "fixed-version: Fixed from version 4.19rc1" | ||
2230 | |||
2231 | CVE_STATUS[CVE-2018-14612] = "fixed-version: Fixed from version 4.19rc1" | ||
2232 | |||
2233 | CVE_STATUS[CVE-2018-14613] = "fixed-version: Fixed from version 4.19rc1" | ||
2234 | |||
2235 | CVE_STATUS[CVE-2018-14614] = "fixed-version: Fixed from version 4.19rc1" | ||
2236 | |||
2237 | CVE_STATUS[CVE-2018-14615] = "fixed-version: Fixed from version 4.19rc1" | ||
2238 | |||
2239 | CVE_STATUS[CVE-2018-14616] = "fixed-version: Fixed from version 4.19rc1" | ||
2240 | |||
2241 | CVE_STATUS[CVE-2018-14617] = "fixed-version: Fixed from version 4.19rc1" | ||
2242 | |||
2243 | CVE_STATUS[CVE-2018-14619] = "fixed-version: Fixed from version 4.15rc4" | ||
2244 | |||
2245 | CVE_STATUS[CVE-2018-14625] = "fixed-version: Fixed from version 4.20rc6" | ||
2246 | |||
2247 | CVE_STATUS[CVE-2018-14633] = "fixed-version: Fixed from version 4.19rc6" | ||
2248 | |||
2249 | CVE_STATUS[CVE-2018-14634] = "fixed-version: Fixed from version 4.13rc1" | ||
2250 | |||
2251 | CVE_STATUS[CVE-2018-14641] = "fixed-version: Fixed from version 4.19rc4" | ||
2252 | |||
2253 | CVE_STATUS[CVE-2018-14646] = "fixed-version: Fixed from version 4.15rc8" | ||
2254 | |||
2255 | CVE_STATUS[CVE-2018-14656] = "fixed-version: Fixed from version 4.19rc2" | ||
2256 | |||
2257 | CVE_STATUS[CVE-2018-14678] = "fixed-version: Fixed from version 4.18rc8" | ||
2258 | |||
2259 | CVE_STATUS[CVE-2018-14734] = "fixed-version: Fixed from version 4.18rc1" | ||
2260 | |||
2261 | CVE_STATUS[CVE-2018-15471] = "fixed-version: Fixed from version 4.19rc7" | ||
2262 | |||
2263 | CVE_STATUS[CVE-2018-15572] = "fixed-version: Fixed from version 4.19rc1" | ||
2264 | |||
2265 | CVE_STATUS[CVE-2018-15594] = "fixed-version: Fixed from version 4.19rc1" | ||
2266 | |||
2267 | CVE_STATUS[CVE-2018-16276] = "fixed-version: Fixed from version 4.18rc5" | ||
2268 | |||
2269 | CVE_STATUS[CVE-2018-16597] = "fixed-version: Fixed from version 4.8rc1" | ||
2270 | |||
2271 | CVE_STATUS[CVE-2018-16658] = "fixed-version: Fixed from version 4.19rc2" | ||
2272 | |||
2273 | CVE_STATUS[CVE-2018-16862] = "fixed-version: Fixed from version 4.20rc5" | ||
2274 | |||
2275 | CVE_STATUS[CVE-2018-16871] = "fixed-version: Fixed from version 4.20rc3" | ||
2276 | |||
2277 | CVE_STATUS[CVE-2018-16880] = "fixed-version: Fixed from version 5.0rc5" | ||
2278 | |||
2279 | CVE_STATUS[CVE-2018-16882] = "fixed-version: Fixed from version 4.20" | ||
2280 | |||
2281 | CVE_STATUS[CVE-2018-16884] = "fixed-version: Fixed from version 5.0rc1" | ||
2282 | |||
2283 | # CVE-2018-16885 has no known resolution | ||
2284 | |||
2285 | CVE_STATUS[CVE-2018-17182] = "fixed-version: Fixed from version 4.19rc4" | ||
2286 | |||
2287 | CVE_STATUS[CVE-2018-17972] = "fixed-version: Fixed from version 4.19rc7" | ||
2288 | |||
2289 | # CVE-2018-17977 has no known resolution | ||
2290 | |||
2291 | CVE_STATUS[CVE-2018-18021] = "fixed-version: Fixed from version 4.19rc7" | ||
2292 | |||
2293 | CVE_STATUS[CVE-2018-18281] = "fixed-version: Fixed from version 4.19" | ||
2294 | |||
2295 | CVE_STATUS[CVE-2018-18386] = "fixed-version: Fixed from version 4.15rc6" | ||
2296 | |||
2297 | CVE_STATUS[CVE-2018-18397] = "fixed-version: Fixed from version 4.20rc5" | ||
2298 | |||
2299 | CVE_STATUS[CVE-2018-18445] = "fixed-version: Fixed from version 4.19rc7" | ||
2300 | |||
2301 | CVE_STATUS[CVE-2018-18559] = "fixed-version: Fixed from version 4.15rc2" | ||
2302 | |||
2303 | # CVE-2018-18653 has no known resolution | ||
2304 | |||
2305 | CVE_STATUS[CVE-2018-18690] = "fixed-version: Fixed from version 4.17rc4" | ||
2306 | |||
2307 | CVE_STATUS[CVE-2018-18710] = "fixed-version: Fixed from version 4.20rc1" | ||
2308 | |||
2309 | CVE_STATUS[CVE-2018-18955] = "fixed-version: Fixed from version 4.20rc2" | ||
2310 | |||
2311 | CVE_STATUS[CVE-2018-19406] = "fixed-version: Fixed from version 4.20rc5" | ||
2312 | |||
2313 | CVE_STATUS[CVE-2018-19407] = "fixed-version: Fixed from version 4.20rc5" | ||
2314 | |||
2315 | CVE_STATUS[CVE-2018-19824] = "fixed-version: Fixed from version 4.20rc6" | ||
2316 | |||
2317 | CVE_STATUS[CVE-2018-19854] = "fixed-version: Fixed from version 4.20rc3" | ||
2318 | |||
2319 | CVE_STATUS[CVE-2018-19985] = "fixed-version: Fixed from version 4.20" | ||
2320 | |||
2321 | CVE_STATUS[CVE-2018-20169] = "fixed-version: Fixed from version 4.20rc6" | ||
2322 | |||
2323 | CVE_STATUS[CVE-2018-20449] = "fixed-version: Fixed from version 4.15rc2" | ||
2324 | |||
2325 | CVE_STATUS[CVE-2018-20509] = "fixed-version: Fixed from version 4.14rc1" | ||
2326 | |||
2327 | CVE_STATUS[CVE-2018-20510] = "fixed-version: Fixed from version 4.16rc3" | ||
2328 | |||
2329 | CVE_STATUS[CVE-2018-20511] = "fixed-version: Fixed from version 4.19rc5" | ||
2330 | |||
2331 | CVE_STATUS[CVE-2018-20669] = "fixed-version: Fixed from version 5.0rc1" | ||
2332 | |||
2333 | CVE_STATUS[CVE-2018-20784] = "fixed-version: Fixed from version 5.0rc1" | ||
2334 | |||
2335 | CVE_STATUS[CVE-2018-20836] = "fixed-version: Fixed from version 4.20rc1" | ||
2336 | |||
2337 | CVE_STATUS[CVE-2018-20854] = "fixed-version: Fixed from version 4.20rc1" | ||
2338 | |||
2339 | CVE_STATUS[CVE-2018-20855] = "fixed-version: Fixed from version 4.19rc1" | ||
2340 | |||
2341 | CVE_STATUS[CVE-2018-20856] = "fixed-version: Fixed from version 4.19rc1" | ||
2342 | |||
2343 | CVE_STATUS[CVE-2018-20961] = "fixed-version: Fixed from version 4.17rc1" | ||
2344 | |||
2345 | CVE_STATUS[CVE-2018-20976] = "fixed-version: Fixed from version 4.18rc1" | ||
2346 | |||
2347 | CVE_STATUS[CVE-2018-21008] = "fixed-version: Fixed from version 4.18rc1" | ||
2348 | |||
2349 | CVE_STATUS[CVE-2018-25015] = "fixed-version: Fixed from version 4.15rc9" | ||
2350 | |||
2351 | CVE_STATUS[CVE-2018-25020] = "fixed-version: Fixed from version 4.17rc7" | ||
2352 | |||
2353 | # CVE-2018-3574 has no known resolution | ||
2354 | |||
2355 | CVE_STATUS[CVE-2018-3620] = "fixed-version: Fixed from version 4.19rc1" | ||
2356 | |||
2357 | CVE_STATUS[CVE-2018-3639] = "fixed-version: Fixed from version 4.17rc7" | ||
2358 | |||
2359 | CVE_STATUS[CVE-2018-3646] = "fixed-version: Fixed from version 4.19rc1" | ||
2360 | |||
2361 | CVE_STATUS[CVE-2018-3665] = "fixed-version: Fixed from version 3.7rc1" | ||
2362 | |||
2363 | CVE_STATUS[CVE-2018-3693] = "fixed-version: Fixed from version 4.19rc1" | ||
2364 | |||
2365 | CVE_STATUS[CVE-2018-5332] = "fixed-version: Fixed from version 4.15rc8" | ||
2366 | |||
2367 | CVE_STATUS[CVE-2018-5333] = "fixed-version: Fixed from version 4.15rc8" | ||
2368 | |||
2369 | CVE_STATUS[CVE-2018-5344] = "fixed-version: Fixed from version 4.15rc8" | ||
2370 | |||
2371 | CVE_STATUS[CVE-2018-5390] = "fixed-version: Fixed from version 4.18rc7" | ||
2372 | |||
2373 | CVE_STATUS[CVE-2018-5391] = "fixed-version: Fixed from version 4.19rc1" | ||
2374 | |||
2375 | CVE_STATUS[CVE-2018-5703] = "fixed-version: Fixed from version 4.16rc5" | ||
2376 | |||
2377 | CVE_STATUS[CVE-2018-5750] = "fixed-version: Fixed from version 4.16rc1" | ||
2378 | |||
2379 | CVE_STATUS[CVE-2018-5803] = "fixed-version: Fixed from version 4.16rc1" | ||
2380 | |||
2381 | CVE_STATUS[CVE-2018-5814] = "fixed-version: Fixed from version 4.17rc6" | ||
2382 | |||
2383 | CVE_STATUS[CVE-2018-5848] = "fixed-version: Fixed from version 4.16rc1" | ||
2384 | |||
2385 | # Skipping CVE-2018-5856, no affected_versions | ||
2386 | |||
2387 | CVE_STATUS[CVE-2018-5873] = "fixed-version: Fixed from version 4.11rc8" | ||
2388 | |||
2389 | CVE_STATUS[CVE-2018-5953] = "fixed-version: Fixed from version 4.15rc2" | ||
2390 | |||
2391 | CVE_STATUS[CVE-2018-5995] = "fixed-version: Fixed from version 4.15rc2" | ||
2392 | |||
2393 | CVE_STATUS[CVE-2018-6412] = "fixed-version: Fixed from version 4.16rc5" | ||
2394 | |||
2395 | CVE_STATUS[CVE-2018-6554] = "fixed-version: Fixed from version 4.17rc1" | ||
2396 | |||
2397 | CVE_STATUS[CVE-2018-6555] = "fixed-version: Fixed from version 4.17rc1" | ||
2398 | |||
2399 | # CVE-2018-6559 has no known resolution | ||
2400 | |||
2401 | CVE_STATUS[CVE-2018-6927] = "fixed-version: Fixed from version 4.15rc9" | ||
2402 | |||
2403 | CVE_STATUS[CVE-2018-7191] = "fixed-version: Fixed from version 4.14rc6" | ||
2404 | |||
2405 | CVE_STATUS[CVE-2018-7273] = "fixed-version: Fixed from version 4.15rc2" | ||
2406 | |||
2407 | CVE_STATUS[CVE-2018-7480] = "fixed-version: Fixed from version 4.11rc1" | ||
2408 | |||
2409 | CVE_STATUS[CVE-2018-7492] = "fixed-version: Fixed from version 4.15rc3" | ||
2410 | |||
2411 | CVE_STATUS[CVE-2018-7566] = "fixed-version: Fixed from version 4.16rc2" | ||
2412 | |||
2413 | CVE_STATUS[CVE-2018-7740] = "fixed-version: Fixed from version 4.16rc7" | ||
2414 | |||
2415 | CVE_STATUS[CVE-2018-7754] = "fixed-version: Fixed from version 4.15rc2" | ||
2416 | |||
2417 | CVE_STATUS[CVE-2018-7755] = "fixed-version: Fixed from version 4.19rc5" | ||
2418 | |||
2419 | CVE_STATUS[CVE-2018-7757] = "fixed-version: Fixed from version 4.16rc1" | ||
2420 | |||
2421 | CVE_STATUS[CVE-2018-7995] = "fixed-version: Fixed from version 4.16rc5" | ||
2422 | |||
2423 | CVE_STATUS[CVE-2018-8043] = "fixed-version: Fixed from version 4.16rc1" | ||
2424 | |||
2425 | CVE_STATUS[CVE-2018-8087] = "fixed-version: Fixed from version 4.16rc1" | ||
2426 | |||
2427 | CVE_STATUS[CVE-2018-8781] = "fixed-version: Fixed from version 4.16rc7" | ||
2428 | |||
2429 | CVE_STATUS[CVE-2018-8822] = "fixed-version: Fixed from version 4.16rc7" | ||
2430 | |||
2431 | CVE_STATUS[CVE-2018-8897] = "fixed-version: Fixed from version 4.16rc7" | ||
2432 | |||
2433 | CVE_STATUS[CVE-2018-9363] = "fixed-version: Fixed from version 4.19rc1" | ||
2434 | |||
2435 | CVE_STATUS[CVE-2018-9385] = "fixed-version: Fixed from version 4.17rc3" | ||
2436 | |||
2437 | CVE_STATUS[CVE-2018-9415] = "fixed-version: Fixed from version 4.17rc3" | ||
2438 | |||
2439 | CVE_STATUS[CVE-2018-9422] = "fixed-version: Fixed from version 4.6rc1" | ||
2440 | |||
2441 | CVE_STATUS[CVE-2018-9465] = "fixed-version: Fixed from version 4.15rc6" | ||
2442 | |||
2443 | CVE_STATUS[CVE-2018-9516] = "fixed-version: Fixed from version 4.18rc5" | ||
2444 | |||
2445 | CVE_STATUS[CVE-2018-9517] = "fixed-version: Fixed from version 4.14rc1" | ||
2446 | |||
2447 | CVE_STATUS[CVE-2018-9518] = "fixed-version: Fixed from version 4.16rc3" | ||
2448 | |||
2449 | CVE_STATUS[CVE-2018-9568] = "fixed-version: Fixed from version 4.14rc4" | ||
2450 | |||
2451 | CVE_STATUS[CVE-2019-0136] = "fixed-version: Fixed from version 5.2rc6" | ||
2452 | |||
2453 | CVE_STATUS[CVE-2019-0145] = "fixed-version: Fixed from version 5.2rc1" | ||
2454 | |||
2455 | CVE_STATUS[CVE-2019-0146] = "fixed-version: Fixed from version 5.2rc1" | ||
2456 | |||
2457 | CVE_STATUS[CVE-2019-0147] = "fixed-version: Fixed from version 5.2rc1" | ||
2458 | |||
2459 | CVE_STATUS[CVE-2019-0148] = "fixed-version: Fixed from version 5.2rc1" | ||
2460 | |||
2461 | CVE_STATUS[CVE-2019-0149] = "fixed-version: Fixed from version 5.3rc1" | ||
2462 | |||
2463 | CVE_STATUS[CVE-2019-0154] = "fixed-version: Fixed from version 5.4rc8" | ||
2464 | |||
2465 | CVE_STATUS[CVE-2019-0155] = "fixed-version: Fixed from version 5.4rc8" | ||
2466 | |||
2467 | CVE_STATUS[CVE-2019-10124] = "fixed-version: Fixed from version 5.1rc1" | ||
2468 | |||
2469 | CVE_STATUS[CVE-2019-10125] = "fixed-version: Fixed from version 5.1rc1" | ||
2470 | |||
2471 | CVE_STATUS[CVE-2019-10126] = "fixed-version: Fixed from version 5.2rc6" | ||
2472 | |||
2473 | # CVE-2019-10140 has no known resolution | ||
2474 | |||
2475 | CVE_STATUS[CVE-2019-10142] = "fixed-version: Fixed from version 5.2rc1" | ||
2476 | |||
2477 | CVE_STATUS[CVE-2019-10207] = "fixed-version: Fixed from version 5.3rc3" | ||
2478 | |||
2479 | CVE_STATUS[CVE-2019-10220] = "fixed-version: Fixed from version 5.4rc2" | ||
2480 | |||
2481 | CVE_STATUS[CVE-2019-10638] = "fixed-version: Fixed from version 5.2rc1" | ||
2482 | |||
2483 | CVE_STATUS[CVE-2019-10639] = "fixed-version: Fixed from version 5.1rc4" | ||
2484 | |||
2485 | CVE_STATUS[CVE-2019-11085] = "fixed-version: Fixed from version 5.0rc3" | ||
2486 | |||
2487 | CVE_STATUS[CVE-2019-11091] = "fixed-version: Fixed from version 5.2rc1" | ||
2488 | |||
2489 | CVE_STATUS[CVE-2019-11135] = "fixed-version: Fixed from version 5.4rc8" | ||
2490 | |||
2491 | CVE_STATUS[CVE-2019-11190] = "fixed-version: Fixed from version 4.8rc5" | ||
2492 | |||
2493 | CVE_STATUS[CVE-2019-11191] = "fixed-version: Fixed from version 5.1rc1" | ||
2494 | |||
2495 | CVE_STATUS[CVE-2019-1125] = "fixed-version: Fixed from version 5.3rc4" | ||
2496 | |||
2497 | CVE_STATUS[CVE-2019-11477] = "fixed-version: Fixed from version 5.2rc6" | ||
2498 | |||
2499 | CVE_STATUS[CVE-2019-11478] = "fixed-version: Fixed from version 5.2rc6" | ||
2500 | |||
2501 | CVE_STATUS[CVE-2019-11479] = "fixed-version: Fixed from version 5.2rc6" | ||
2502 | |||
2503 | CVE_STATUS[CVE-2019-11486] = "fixed-version: Fixed from version 5.1rc4" | ||
2504 | |||
2505 | CVE_STATUS[CVE-2019-11487] = "fixed-version: Fixed from version 5.1rc5" | ||
2506 | |||
2507 | CVE_STATUS[CVE-2019-11599] = "fixed-version: Fixed from version 5.1rc6" | ||
2508 | |||
2509 | CVE_STATUS[CVE-2019-11683] = "fixed-version: Fixed from version 5.1" | ||
2510 | |||
2511 | CVE_STATUS[CVE-2019-11810] = "fixed-version: Fixed from version 5.1rc1" | ||
2512 | |||
2513 | CVE_STATUS[CVE-2019-11811] = "fixed-version: Fixed from version 5.1rc1" | ||
2514 | |||
2515 | CVE_STATUS[CVE-2019-11815] = "fixed-version: Fixed from version 5.1rc4" | ||
2516 | |||
2517 | CVE_STATUS[CVE-2019-11833] = "fixed-version: Fixed from version 5.2rc1" | ||
2518 | |||
2519 | CVE_STATUS[CVE-2019-11884] = "fixed-version: Fixed from version 5.2rc1" | ||
2520 | |||
2521 | CVE_STATUS[CVE-2019-12378] = "fixed-version: Fixed from version 5.2rc3" | ||
2522 | |||
2523 | CVE_STATUS[CVE-2019-12379] = "fixed-version: Fixed from version 5.3rc1" | ||
2524 | |||
2525 | CVE_STATUS[CVE-2019-12380] = "fixed-version: Fixed from version 5.2rc3" | ||
2526 | |||
2527 | CVE_STATUS[CVE-2019-12381] = "fixed-version: Fixed from version 5.2rc3" | ||
2528 | |||
2529 | CVE_STATUS[CVE-2019-12382] = "fixed-version: Fixed from version 5.3rc1" | ||
2530 | |||
2531 | CVE_STATUS[CVE-2019-12454] = "fixed-version: Fixed from version 5.3rc1" | ||
2532 | |||
2533 | CVE_STATUS[CVE-2019-12455] = "fixed-version: Fixed from version 5.3rc1" | ||
2534 | |||
2535 | # CVE-2019-12456 has no known resolution | ||
2536 | |||
2537 | CVE_STATUS[CVE-2019-12614] = "fixed-version: Fixed from version 5.3rc1" | ||
2538 | |||
2539 | CVE_STATUS[CVE-2019-12615] = "fixed-version: Fixed from version 5.2rc4" | ||
2540 | |||
2541 | CVE_STATUS[CVE-2019-12817] = "fixed-version: Fixed from version 5.2rc7" | ||
2542 | |||
2543 | CVE_STATUS[CVE-2019-12818] = "fixed-version: Fixed from version 5.0" | ||
2544 | |||
2545 | CVE_STATUS[CVE-2019-12819] = "fixed-version: Fixed from version 5.0rc8" | ||
2546 | |||
2547 | CVE_STATUS[CVE-2019-12881] = "fixed-version: Fixed from version 4.18rc1" | ||
2548 | |||
2549 | CVE_STATUS[CVE-2019-12984] = "fixed-version: Fixed from version 5.2rc6" | ||
2550 | |||
2551 | CVE_STATUS[CVE-2019-13233] = "fixed-version: Fixed from version 5.2rc4" | ||
2552 | |||
2553 | CVE_STATUS[CVE-2019-13272] = "fixed-version: Fixed from version 5.2" | ||
2554 | |||
2555 | CVE_STATUS[CVE-2019-13631] = "fixed-version: Fixed from version 5.3rc1" | ||
2556 | |||
2557 | CVE_STATUS[CVE-2019-13648] = "fixed-version: Fixed from version 5.3rc2" | ||
2558 | |||
2559 | CVE_STATUS[CVE-2019-14283] = "fixed-version: Fixed from version 5.3rc1" | ||
2560 | |||
2561 | CVE_STATUS[CVE-2019-14284] = "fixed-version: Fixed from version 5.3rc1" | ||
2562 | |||
2563 | CVE_STATUS[CVE-2019-14615] = "fixed-version: Fixed from version 5.5rc7" | ||
2564 | |||
2565 | CVE_STATUS[CVE-2019-14763] = "fixed-version: Fixed from version 4.17rc1" | ||
2566 | |||
2567 | CVE_STATUS[CVE-2019-14814] = "fixed-version: Fixed from version 5.3" | ||
2568 | |||
2569 | CVE_STATUS[CVE-2019-14815] = "fixed-version: Fixed from version 5.3" | ||
2570 | |||
2571 | CVE_STATUS[CVE-2019-14816] = "fixed-version: Fixed from version 5.3" | ||
2572 | |||
2573 | CVE_STATUS[CVE-2019-14821] = "fixed-version: Fixed from version 5.4rc1" | ||
2574 | |||
2575 | CVE_STATUS[CVE-2019-14835] = "fixed-version: Fixed from version 5.3" | ||
2576 | |||
2577 | CVE_STATUS[CVE-2019-14895] = "fixed-version: Fixed from version 5.5rc3" | ||
2578 | |||
2579 | CVE_STATUS[CVE-2019-14896] = "fixed-version: Fixed from version 5.5" | ||
2580 | |||
2581 | CVE_STATUS[CVE-2019-14897] = "fixed-version: Fixed from version 5.5" | ||
2582 | |||
2583 | # CVE-2019-14898 has no known resolution | ||
2584 | |||
2585 | CVE_STATUS[CVE-2019-14901] = "fixed-version: Fixed from version 5.5rc3" | ||
2586 | |||
2587 | CVE_STATUS[CVE-2019-15030] = "fixed-version: Fixed from version 5.3rc8" | ||
2588 | |||
2589 | CVE_STATUS[CVE-2019-15031] = "fixed-version: Fixed from version 5.3rc8" | ||
2590 | |||
2591 | CVE_STATUS[CVE-2019-15090] = "fixed-version: Fixed from version 5.2rc2" | ||
2592 | |||
2593 | CVE_STATUS[CVE-2019-15098] = "fixed-version: Fixed from version 5.4rc1" | ||
2594 | |||
2595 | CVE_STATUS[CVE-2019-15099] = "fixed-version: Fixed from version 5.5rc1" | ||
2596 | |||
2597 | CVE_STATUS[CVE-2019-15117] = "fixed-version: Fixed from version 5.3rc5" | ||
2598 | |||
2599 | CVE_STATUS[CVE-2019-15118] = "fixed-version: Fixed from version 5.3rc5" | ||
2600 | |||
2601 | CVE_STATUS[CVE-2019-15211] = "fixed-version: Fixed from version 5.3rc1" | ||
2602 | |||
2603 | CVE_STATUS[CVE-2019-15212] = "fixed-version: Fixed from version 5.2rc3" | ||
2604 | |||
2605 | CVE_STATUS[CVE-2019-15213] = "fixed-version: Fixed from version 5.3rc1" | ||
2606 | |||
2607 | CVE_STATUS[CVE-2019-15214] = "fixed-version: Fixed from version 5.1rc6" | ||
2608 | |||
2609 | CVE_STATUS[CVE-2019-15215] = "fixed-version: Fixed from version 5.3rc1" | ||
2610 | |||
2611 | CVE_STATUS[CVE-2019-15216] = "fixed-version: Fixed from version 5.1" | ||
2612 | |||
2613 | CVE_STATUS[CVE-2019-15217] = "fixed-version: Fixed from version 5.3rc1" | ||
2614 | |||
2615 | CVE_STATUS[CVE-2019-15218] = "fixed-version: Fixed from version 5.2rc3" | ||
2616 | |||
2617 | CVE_STATUS[CVE-2019-15219] = "fixed-version: Fixed from version 5.2rc3" | ||
2618 | |||
2619 | CVE_STATUS[CVE-2019-15220] = "fixed-version: Fixed from version 5.3rc1" | ||
2620 | |||
2621 | CVE_STATUS[CVE-2019-15221] = "fixed-version: Fixed from version 5.2" | ||
2622 | |||
2623 | CVE_STATUS[CVE-2019-15222] = "fixed-version: Fixed from version 5.3rc3" | ||
2624 | |||
2625 | CVE_STATUS[CVE-2019-15223] = "fixed-version: Fixed from version 5.2rc3" | ||
2626 | |||
2627 | # CVE-2019-15239 has no known resolution | ||
2628 | |||
2629 | # CVE-2019-15290 has no known resolution | ||
2630 | |||
2631 | CVE_STATUS[CVE-2019-15291] = "fixed-version: Fixed from version 5.5rc1" | ||
2632 | |||
2633 | CVE_STATUS[CVE-2019-15292] = "fixed-version: Fixed from version 5.1rc1" | ||
2634 | |||
2635 | CVE_STATUS[CVE-2019-15504] = "fixed-version: Fixed from version 5.3" | ||
2636 | |||
2637 | CVE_STATUS[CVE-2019-15505] = "fixed-version: Fixed from version 5.4rc1" | ||
2638 | |||
2639 | CVE_STATUS[CVE-2019-15538] = "fixed-version: Fixed from version 5.3rc6" | ||
2640 | |||
2641 | CVE_STATUS[CVE-2019-15666] = "fixed-version: Fixed from version 5.1" | ||
2642 | |||
2643 | # CVE-2019-15791 has no known resolution | ||
2644 | |||
2645 | # CVE-2019-15792 has no known resolution | ||
2646 | |||
2647 | # CVE-2019-15793 has no known resolution | ||
2648 | |||
2649 | CVE_STATUS[CVE-2019-15794] = "fixed-version: Fixed from version 5.12" | ||
2650 | |||
2651 | CVE_STATUS[CVE-2019-15807] = "fixed-version: Fixed from version 5.2rc3" | ||
2652 | |||
2653 | # CVE-2019-15902 has no known resolution | ||
2654 | |||
2655 | CVE_STATUS[CVE-2019-15916] = "fixed-version: Fixed from version 5.1rc1" | ||
2656 | |||
2657 | CVE_STATUS[CVE-2019-15917] = "fixed-version: Fixed from version 5.1rc1" | ||
2658 | |||
2659 | CVE_STATUS[CVE-2019-15918] = "fixed-version: Fixed from version 5.1rc6" | ||
2660 | |||
2661 | CVE_STATUS[CVE-2019-15919] = "fixed-version: Fixed from version 5.1rc6" | ||
2662 | |||
2663 | CVE_STATUS[CVE-2019-15920] = "fixed-version: Fixed from version 5.1rc6" | ||
2664 | |||
2665 | CVE_STATUS[CVE-2019-15921] = "fixed-version: Fixed from version 5.1rc3" | ||
2666 | |||
2667 | CVE_STATUS[CVE-2019-15922] = "fixed-version: Fixed from version 5.1rc4" | ||
2668 | |||
2669 | CVE_STATUS[CVE-2019-15923] = "fixed-version: Fixed from version 5.1rc4" | ||
2670 | |||
2671 | CVE_STATUS[CVE-2019-15924] = "fixed-version: Fixed from version 5.1rc4" | ||
2672 | |||
2673 | CVE_STATUS[CVE-2019-15925] = "fixed-version: Fixed from version 5.3rc1" | ||
2674 | |||
2675 | CVE_STATUS[CVE-2019-15926] = "fixed-version: Fixed from version 5.3rc1" | ||
2676 | |||
2677 | CVE_STATUS[CVE-2019-15927] = "fixed-version: Fixed from version 5.0rc2" | ||
2678 | |||
2679 | # CVE-2019-16089 has no known resolution | ||
2680 | |||
2681 | CVE_STATUS[CVE-2019-16229] = "fixed-version: Fixed from version 5.5rc1" | ||
2682 | |||
2683 | CVE_STATUS[CVE-2019-16230] = "fixed-version: Fixed from version 5.5rc1" | ||
2684 | |||
2685 | CVE_STATUS[CVE-2019-16231] = "fixed-version: Fixed from version 5.4rc6" | ||
2686 | |||
2687 | CVE_STATUS[CVE-2019-16232] = "fixed-version: Fixed from version 5.5rc1" | ||
2688 | |||
2689 | CVE_STATUS[CVE-2019-16233] = "fixed-version: Fixed from version 5.4rc5" | ||
2690 | |||
2691 | CVE_STATUS[CVE-2019-16234] = "fixed-version: Fixed from version 5.4rc4" | ||
2692 | |||
2693 | CVE_STATUS[CVE-2019-16413] = "fixed-version: Fixed from version 5.1rc1" | ||
2694 | |||
2695 | CVE_STATUS[CVE-2019-16714] = "fixed-version: Fixed from version 5.3rc7" | ||
2696 | |||
2697 | CVE_STATUS[CVE-2019-16746] = "fixed-version: Fixed from version 5.4rc2" | ||
2698 | |||
2699 | CVE_STATUS[CVE-2019-16921] = "fixed-version: Fixed from version 4.17rc1" | ||
2700 | |||
2701 | CVE_STATUS[CVE-2019-16994] = "fixed-version: Fixed from version 5.0" | ||
2702 | |||
2703 | CVE_STATUS[CVE-2019-16995] = "fixed-version: Fixed from version 5.1rc1" | ||
2704 | |||
2705 | CVE_STATUS[CVE-2019-17052] = "fixed-version: Fixed from version 5.4rc1" | ||
2706 | |||
2707 | CVE_STATUS[CVE-2019-17053] = "fixed-version: Fixed from version 5.4rc1" | ||
2708 | |||
2709 | CVE_STATUS[CVE-2019-17054] = "fixed-version: Fixed from version 5.4rc1" | ||
2710 | |||
2711 | CVE_STATUS[CVE-2019-17055] = "fixed-version: Fixed from version 5.4rc1" | ||
2712 | |||
2713 | CVE_STATUS[CVE-2019-17056] = "fixed-version: Fixed from version 5.4rc1" | ||
2714 | |||
2715 | CVE_STATUS[CVE-2019-17075] = "fixed-version: Fixed from version 5.4rc3" | ||
2716 | |||
2717 | CVE_STATUS[CVE-2019-17133] = "fixed-version: Fixed from version 5.4rc4" | ||
2718 | |||
2719 | CVE_STATUS[CVE-2019-17351] = "fixed-version: Fixed from version 5.3rc1" | ||
2720 | |||
2721 | CVE_STATUS[CVE-2019-17666] = "fixed-version: Fixed from version 5.4rc6" | ||
2722 | |||
2723 | CVE_STATUS[CVE-2019-18198] = "fixed-version: Fixed from version 5.4rc1" | ||
2724 | |||
2725 | CVE_STATUS[CVE-2019-18282] = "fixed-version: Fixed from version 5.4rc6" | ||
2726 | |||
2727 | CVE_STATUS[CVE-2019-18660] = "fixed-version: Fixed from version 5.5rc1" | ||
2728 | |||
2729 | CVE_STATUS[CVE-2019-18675] = "fixed-version: Fixed from version 4.17rc5" | ||
2730 | |||
2731 | # CVE-2019-18680 has no known resolution | ||
2732 | |||
2733 | CVE_STATUS[CVE-2019-18683] = "fixed-version: Fixed from version 5.5rc1" | ||
2734 | |||
2735 | CVE_STATUS[CVE-2019-18786] = "fixed-version: Fixed from version 5.5rc1" | ||
2736 | |||
2737 | CVE_STATUS[CVE-2019-18805] = "fixed-version: Fixed from version 5.1rc7" | ||
2738 | |||
2739 | CVE_STATUS[CVE-2019-18806] = "fixed-version: Fixed from version 5.4rc2" | ||
2740 | |||
2741 | CVE_STATUS[CVE-2019-18807] = "fixed-version: Fixed from version 5.4rc2" | ||
2742 | |||
2743 | CVE_STATUS[CVE-2019-18808] = "fixed-version: Fixed from version 5.5rc1" | ||
2744 | |||
2745 | CVE_STATUS[CVE-2019-18809] = "fixed-version: Fixed from version 5.5rc1" | ||
2746 | |||
2747 | CVE_STATUS[CVE-2019-18810] = "fixed-version: Fixed from version 5.4rc2" | ||
2748 | |||
2749 | CVE_STATUS[CVE-2019-18811] = "fixed-version: Fixed from version 5.4rc7" | ||
2750 | |||
2751 | CVE_STATUS[CVE-2019-18812] = "fixed-version: Fixed from version 5.4rc7" | ||
2752 | |||
2753 | CVE_STATUS[CVE-2019-18813] = "fixed-version: Fixed from version 5.4rc6" | ||
2754 | |||
2755 | CVE_STATUS[CVE-2019-18814] = "fixed-version: Fixed from version 5.7rc7" | ||
2756 | |||
2757 | CVE_STATUS[CVE-2019-18885] = "fixed-version: Fixed from version 5.1rc1" | ||
2758 | |||
2759 | CVE_STATUS[CVE-2019-19036] = "fixed-version: Fixed from version 5.4rc1" | ||
2760 | |||
2761 | CVE_STATUS[CVE-2019-19037] = "fixed-version: Fixed from version 5.5rc3" | ||
2762 | |||
2763 | CVE_STATUS[CVE-2019-19039] = "fixed-version: Fixed from version 5.7rc1" | ||
2764 | |||
2765 | CVE_STATUS[CVE-2019-19043] = "fixed-version: Fixed from version 5.5rc1" | ||
2766 | |||
2767 | CVE_STATUS[CVE-2019-19044] = "fixed-version: Fixed from version 5.4rc6" | ||
2768 | |||
2769 | CVE_STATUS[CVE-2019-19045] = "fixed-version: Fixed from version 5.4rc6" | ||
2770 | |||
2771 | CVE_STATUS[CVE-2019-19046] = "fixed-version: Fixed from version 5.5rc1" | ||
2772 | |||
2773 | CVE_STATUS[CVE-2019-19047] = "fixed-version: Fixed from version 5.4rc6" | ||
2774 | |||
2775 | CVE_STATUS[CVE-2019-19048] = "fixed-version: Fixed from version 5.4rc3" | ||
2776 | |||
2777 | CVE_STATUS[CVE-2019-19049] = "fixed-version: Fixed from version 5.4rc5" | ||
2778 | |||
2779 | CVE_STATUS[CVE-2019-19050] = "fixed-version: Fixed from version 5.5rc1" | ||
2780 | |||
2781 | CVE_STATUS[CVE-2019-19051] = "fixed-version: Fixed from version 5.4rc6" | ||
2782 | |||
2783 | CVE_STATUS[CVE-2019-19052] = "fixed-version: Fixed from version 5.4rc7" | ||
2784 | |||
2785 | CVE_STATUS[CVE-2019-19053] = "fixed-version: Fixed from version 5.5rc1" | ||
2786 | |||
2787 | CVE_STATUS[CVE-2019-19054] = "fixed-version: Fixed from version 5.5rc1" | ||
2788 | |||
2789 | CVE_STATUS[CVE-2019-19055] = "fixed-version: Fixed from version 5.4rc4" | ||
2790 | |||
2791 | CVE_STATUS[CVE-2019-19056] = "fixed-version: Fixed from version 5.5rc1" | ||
2792 | |||
2793 | CVE_STATUS[CVE-2019-19057] = "fixed-version: Fixed from version 5.5rc1" | ||
2794 | |||
2795 | CVE_STATUS[CVE-2019-19058] = "fixed-version: Fixed from version 5.4rc4" | ||
2796 | |||
2797 | CVE_STATUS[CVE-2019-19059] = "fixed-version: Fixed from version 5.4rc4" | ||
2798 | |||
2799 | CVE_STATUS[CVE-2019-19060] = "fixed-version: Fixed from version 5.4rc3" | ||
2800 | |||
2801 | CVE_STATUS[CVE-2019-19061] = "fixed-version: Fixed from version 5.4rc3" | ||
2802 | |||
2803 | CVE_STATUS[CVE-2019-19062] = "fixed-version: Fixed from version 5.5rc1" | ||
2804 | |||
2805 | CVE_STATUS[CVE-2019-19063] = "fixed-version: Fixed from version 5.5rc1" | ||
2806 | |||
2807 | CVE_STATUS[CVE-2019-19064] = "fixed-version: Fixed from version 5.5rc1" | ||
2808 | |||
2809 | CVE_STATUS[CVE-2019-19065] = "fixed-version: Fixed from version 5.4rc3" | ||
2810 | |||
2811 | CVE_STATUS[CVE-2019-19066] = "fixed-version: Fixed from version 5.5rc1" | ||
2812 | |||
2813 | CVE_STATUS[CVE-2019-19067] = "fixed-version: Fixed from version 5.4rc2" | ||
2814 | |||
2815 | CVE_STATUS[CVE-2019-19068] = "fixed-version: Fixed from version 5.5rc1" | ||
2816 | |||
2817 | CVE_STATUS[CVE-2019-19069] = "fixed-version: Fixed from version 5.4rc3" | ||
2818 | |||
2819 | CVE_STATUS[CVE-2019-19070] = "fixed-version: Fixed from version 5.5rc1" | ||
2820 | |||
2821 | CVE_STATUS[CVE-2019-19071] = "fixed-version: Fixed from version 5.5rc1" | ||
2822 | |||
2823 | CVE_STATUS[CVE-2019-19072] = "fixed-version: Fixed from version 5.4rc1" | ||
2824 | |||
2825 | CVE_STATUS[CVE-2019-19073] = "fixed-version: Fixed from version 5.4rc1" | ||
2826 | |||
2827 | CVE_STATUS[CVE-2019-19074] = "fixed-version: Fixed from version 5.4rc1" | ||
2828 | |||
2829 | CVE_STATUS[CVE-2019-19075] = "fixed-version: Fixed from version 5.4rc2" | ||
2830 | |||
2831 | CVE_STATUS[CVE-2019-19076] = "fixed-version: Fixed from version 5.4rc1" | ||
2832 | |||
2833 | CVE_STATUS[CVE-2019-19077] = "fixed-version: Fixed from version 5.4rc1" | ||
2834 | |||
2835 | CVE_STATUS[CVE-2019-19078] = "fixed-version: Fixed from version 5.5rc1" | ||
2836 | |||
2837 | CVE_STATUS[CVE-2019-19079] = "fixed-version: Fixed from version 5.3" | ||
2838 | |||
2839 | CVE_STATUS[CVE-2019-19080] = "fixed-version: Fixed from version 5.4rc1" | ||
2840 | |||
2841 | CVE_STATUS[CVE-2019-19081] = "fixed-version: Fixed from version 5.4rc1" | ||
2842 | |||
2843 | CVE_STATUS[CVE-2019-19082] = "fixed-version: Fixed from version 5.4rc1" | ||
2844 | |||
2845 | CVE_STATUS[CVE-2019-19083] = "fixed-version: Fixed from version 5.4rc2" | ||
2846 | |||
2847 | CVE_STATUS[CVE-2019-19227] = "fixed-version: Fixed from version 5.1rc3" | ||
2848 | |||
2849 | CVE_STATUS[CVE-2019-19241] = "fixed-version: Fixed from version 5.5rc1" | ||
2850 | |||
2851 | CVE_STATUS[CVE-2019-19252] = "fixed-version: Fixed from version 5.5rc1" | ||
2852 | |||
2853 | CVE_STATUS[CVE-2019-19318] = "fixed-version: Fixed from version 5.4rc1" | ||
2854 | |||
2855 | CVE_STATUS[CVE-2019-19319] = "fixed-version: Fixed from version 5.2rc1" | ||
2856 | |||
2857 | CVE_STATUS[CVE-2019-19332] = "fixed-version: Fixed from version 5.5rc1" | ||
2858 | |||
2859 | CVE_STATUS[CVE-2019-19338] = "fixed-version: Fixed from version 5.5rc1" | ||
2860 | |||
2861 | CVE_STATUS[CVE-2019-19377] = "fixed-version: Fixed from version 5.7rc1" | ||
2862 | |||
2863 | # CVE-2019-19378 has no known resolution | ||
2864 | |||
2865 | CVE_STATUS[CVE-2019-19447] = "fixed-version: Fixed from version 5.5rc1" | ||
2866 | |||
2867 | CVE_STATUS[CVE-2019-19448] = "fixed-version: Fixed from version 5.9rc1" | ||
2868 | |||
2869 | CVE_STATUS[CVE-2019-19449] = "fixed-version: Fixed from version 5.10rc1" | ||
2870 | |||
2871 | CVE_STATUS[CVE-2019-19462] = "fixed-version: Fixed from version 5.8rc1" | ||
2872 | |||
2873 | CVE_STATUS[CVE-2019-19523] = "fixed-version: Fixed from version 5.4rc3" | ||
2874 | |||
2875 | CVE_STATUS[CVE-2019-19524] = "fixed-version: Fixed from version 5.4rc8" | ||
2876 | |||
2877 | CVE_STATUS[CVE-2019-19525] = "fixed-version: Fixed from version 5.4rc2" | ||
2878 | |||
2879 | CVE_STATUS[CVE-2019-19526] = "fixed-version: Fixed from version 5.4rc4" | ||
2880 | |||
2881 | CVE_STATUS[CVE-2019-19527] = "fixed-version: Fixed from version 5.3rc4" | ||
2882 | |||
2883 | CVE_STATUS[CVE-2019-19528] = "fixed-version: Fixed from version 5.4rc3" | ||
2884 | |||
2885 | CVE_STATUS[CVE-2019-19529] = "fixed-version: Fixed from version 5.4rc7" | ||
2886 | |||
2887 | CVE_STATUS[CVE-2019-19530] = "fixed-version: Fixed from version 5.3rc5" | ||
2888 | |||
2889 | CVE_STATUS[CVE-2019-19531] = "fixed-version: Fixed from version 5.3rc4" | ||
2890 | |||
2891 | CVE_STATUS[CVE-2019-19532] = "fixed-version: Fixed from version 5.4rc6" | ||
2892 | |||
2893 | CVE_STATUS[CVE-2019-19533] = "fixed-version: Fixed from version 5.4rc1" | ||
2894 | |||
2895 | CVE_STATUS[CVE-2019-19534] = "fixed-version: Fixed from version 5.4rc7" | ||
2896 | |||
2897 | CVE_STATUS[CVE-2019-19535] = "fixed-version: Fixed from version 5.3rc4" | ||
2898 | |||
2899 | CVE_STATUS[CVE-2019-19536] = "fixed-version: Fixed from version 5.3rc4" | ||
2900 | |||
2901 | CVE_STATUS[CVE-2019-19537] = "fixed-version: Fixed from version 5.3rc5" | ||
2902 | |||
2903 | CVE_STATUS[CVE-2019-19543] = "fixed-version: Fixed from version 5.2rc1" | ||
2904 | |||
2905 | CVE_STATUS[CVE-2019-19602] = "fixed-version: Fixed from version 5.5rc1" | ||
2906 | |||
2907 | CVE_STATUS[CVE-2019-19767] = "fixed-version: Fixed from version 5.5rc1" | ||
2908 | |||
2909 | CVE_STATUS[CVE-2019-19768] = "fixed-version: Fixed from version 5.6rc4" | ||
2910 | |||
2911 | CVE_STATUS[CVE-2019-19769] = "fixed-version: Fixed from version 5.6rc5" | ||
2912 | |||
2913 | CVE_STATUS[CVE-2019-19770] = "fixed-version: Fixed from version 5.9rc1" | ||
2914 | |||
2915 | CVE_STATUS[CVE-2019-19807] = "fixed-version: Fixed from version 5.4rc7" | ||
2916 | |||
2917 | CVE_STATUS[CVE-2019-19813] = "fixed-version: Fixed from version 5.2rc1" | ||
2918 | |||
2919 | # CVE-2019-19814 has no known resolution | ||
2920 | |||
2921 | CVE_STATUS[CVE-2019-19815] = "fixed-version: Fixed from version 5.3rc1" | ||
2922 | |||
2923 | CVE_STATUS[CVE-2019-19816] = "fixed-version: Fixed from version 5.2rc1" | ||
2924 | |||
2925 | CVE_STATUS[CVE-2019-19922] = "fixed-version: Fixed from version 5.4rc1" | ||
2926 | |||
2927 | CVE_STATUS[CVE-2019-19927] = "fixed-version: Fixed from version 5.1rc6" | ||
2928 | |||
2929 | CVE_STATUS[CVE-2019-19947] = "fixed-version: Fixed from version 5.5rc3" | ||
2930 | |||
2931 | CVE_STATUS[CVE-2019-19965] = "fixed-version: Fixed from version 5.5rc2" | ||
2932 | |||
2933 | CVE_STATUS[CVE-2019-19966] = "fixed-version: Fixed from version 5.2rc1" | ||
2934 | |||
2935 | CVE_STATUS[CVE-2019-1999] = "fixed-version: Fixed from version 5.1rc3" | ||
2936 | |||
2937 | CVE_STATUS[CVE-2019-20054] = "fixed-version: Fixed from version 5.1rc3" | ||
2938 | |||
2939 | CVE_STATUS[CVE-2019-20095] = "fixed-version: Fixed from version 5.2rc1" | ||
2940 | |||
2941 | CVE_STATUS[CVE-2019-20096] = "fixed-version: Fixed from version 5.1rc4" | ||
2942 | |||
2943 | CVE_STATUS[CVE-2019-2024] = "fixed-version: Fixed from version 4.16rc1" | ||
2944 | |||
2945 | CVE_STATUS[CVE-2019-2025] = "fixed-version: Fixed from version 4.20rc5" | ||
2946 | |||
2947 | CVE_STATUS[CVE-2019-20422] = "fixed-version: Fixed from version 5.4rc1" | ||
2948 | |||
2949 | CVE_STATUS[CVE-2019-2054] = "fixed-version: Fixed from version 4.8rc1" | ||
2950 | |||
2951 | CVE_STATUS[CVE-2019-20636] = "fixed-version: Fixed from version 5.5rc6" | ||
2952 | |||
2953 | # CVE-2019-20794 has no known resolution | ||
2954 | |||
2955 | CVE_STATUS[CVE-2019-20806] = "fixed-version: Fixed from version 5.2rc1" | ||
2956 | |||
2957 | CVE_STATUS[CVE-2019-20810] = "fixed-version: Fixed from version 5.6rc1" | ||
2958 | |||
2959 | CVE_STATUS[CVE-2019-20811] = "fixed-version: Fixed from version 5.1rc3" | ||
2960 | |||
2961 | CVE_STATUS[CVE-2019-20812] = "fixed-version: Fixed from version 5.5rc3" | ||
2962 | |||
2963 | CVE_STATUS[CVE-2019-20908] = "fixed-version: Fixed from version 5.4rc1" | ||
2964 | |||
2965 | CVE_STATUS[CVE-2019-20934] = "fixed-version: Fixed from version 5.3rc2" | ||
2966 | |||
2967 | CVE_STATUS[CVE-2019-2101] = "fixed-version: Fixed from version 5.1rc1" | ||
2968 | |||
2969 | CVE_STATUS[CVE-2019-2181] = "fixed-version: Fixed from version 5.2rc1" | ||
2970 | |||
2971 | CVE_STATUS[CVE-2019-2182] = "fixed-version: Fixed from version 4.16rc3" | ||
2972 | |||
2973 | CVE_STATUS[CVE-2019-2213] = "fixed-version: Fixed from version 5.2rc6" | ||
2974 | |||
2975 | CVE_STATUS[CVE-2019-2214] = "fixed-version: Fixed from version 5.3rc2" | ||
2976 | |||
2977 | CVE_STATUS[CVE-2019-2215] = "fixed-version: Fixed from version 4.16rc1" | ||
2978 | |||
2979 | CVE_STATUS[CVE-2019-25044] = "fixed-version: Fixed from version 5.2rc4" | ||
2980 | |||
2981 | CVE_STATUS[CVE-2019-25045] = "fixed-version: Fixed from version 5.1" | ||
2982 | |||
2983 | CVE_STATUS[CVE-2019-25160] = "fixed-version: Fixed from version 5.0" | ||
2984 | |||
2985 | CVE_STATUS[CVE-2019-25162] = "fixed-version: Fixed from version 6.0rc1" | ||
2986 | |||
2987 | CVE_STATUS[CVE-2019-3016] = "fixed-version: Fixed from version 5.6rc1" | ||
2988 | |||
2989 | CVE_STATUS[CVE-2019-3459] = "fixed-version: Fixed from version 5.1rc1" | ||
2990 | |||
2991 | CVE_STATUS[CVE-2019-3460] = "fixed-version: Fixed from version 5.1rc1" | ||
2992 | |||
2993 | CVE_STATUS[CVE-2019-3701] = "fixed-version: Fixed from version 5.0rc3" | ||
2994 | |||
2995 | CVE_STATUS[CVE-2019-3819] = "fixed-version: Fixed from version 5.0rc6" | ||
2996 | |||
2997 | CVE_STATUS[CVE-2019-3837] = "fixed-version: Fixed from version 3.18rc1" | ||
2998 | |||
2999 | CVE_STATUS[CVE-2019-3846] = "fixed-version: Fixed from version 5.2rc6" | ||
3000 | |||
3001 | CVE_STATUS[CVE-2019-3874] = "fixed-version: Fixed from version 5.2rc1" | ||
3002 | |||
3003 | CVE_STATUS[CVE-2019-3882] = "fixed-version: Fixed from version 5.1rc4" | ||
3004 | |||
3005 | CVE_STATUS[CVE-2019-3887] = "fixed-version: Fixed from version 5.1rc4" | ||
3006 | |||
3007 | CVE_STATUS[CVE-2019-3892] = "fixed-version: Fixed from version 5.1rc6" | ||
3008 | |||
3009 | CVE_STATUS[CVE-2019-3896] = "fixed-version: Fixed from version 2.6.35rc1" | ||
3010 | |||
3011 | CVE_STATUS[CVE-2019-3900] = "fixed-version: Fixed from version 5.2rc4" | ||
3012 | |||
3013 | CVE_STATUS[CVE-2019-3901] = "fixed-version: Fixed from version 4.6rc6" | ||
3014 | |||
3015 | CVE_STATUS[CVE-2019-5108] = "fixed-version: Fixed from version 5.3" | ||
3016 | |||
3017 | # Skipping CVE-2019-5489, no affected_versions | ||
3018 | |||
3019 | CVE_STATUS[CVE-2019-6133] = "fixed-version: Fixed from version 5.0rc2" | ||
3020 | |||
3021 | CVE_STATUS[CVE-2019-6974] = "fixed-version: Fixed from version 5.0rc6" | ||
3022 | |||
3023 | CVE_STATUS[CVE-2019-7221] = "fixed-version: Fixed from version 5.0rc6" | ||
3024 | |||
3025 | CVE_STATUS[CVE-2019-7222] = "fixed-version: Fixed from version 5.0rc6" | ||
3026 | |||
3027 | CVE_STATUS[CVE-2019-7308] = "fixed-version: Fixed from version 5.0rc3" | ||
3028 | |||
3029 | CVE_STATUS[CVE-2019-8912] = "fixed-version: Fixed from version 5.0rc8" | ||
3030 | |||
3031 | CVE_STATUS[CVE-2019-8956] = "fixed-version: Fixed from version 5.0rc6" | ||
3032 | |||
3033 | CVE_STATUS[CVE-2019-8980] = "fixed-version: Fixed from version 5.1rc1" | ||
3034 | |||
3035 | CVE_STATUS[CVE-2019-9003] = "fixed-version: Fixed from version 5.0rc4" | ||
3036 | |||
3037 | CVE_STATUS[CVE-2019-9162] = "fixed-version: Fixed from version 5.0rc7" | ||
3038 | |||
3039 | CVE_STATUS[CVE-2019-9213] = "fixed-version: Fixed from version 5.0" | ||
3040 | |||
3041 | CVE_STATUS[CVE-2019-9245] = "fixed-version: Fixed from version 5.0rc1" | ||
3042 | |||
3043 | CVE_STATUS[CVE-2019-9444] = "fixed-version: Fixed from version 4.15rc2" | ||
3044 | |||
3045 | CVE_STATUS[CVE-2019-9445] = "fixed-version: Fixed from version 5.1rc1" | ||
3046 | |||
3047 | CVE_STATUS[CVE-2019-9453] = "fixed-version: Fixed from version 5.2rc1" | ||
3048 | |||
3049 | CVE_STATUS[CVE-2019-9454] = "fixed-version: Fixed from version 4.15rc9" | ||
3050 | |||
3051 | CVE_STATUS[CVE-2019-9455] = "fixed-version: Fixed from version 5.0rc1" | ||
3052 | |||
3053 | CVE_STATUS[CVE-2019-9456] = "fixed-version: Fixed from version 4.16rc6" | ||
3054 | |||
3055 | CVE_STATUS[CVE-2019-9457] = "fixed-version: Fixed from version 4.13rc1" | ||
3056 | |||
3057 | CVE_STATUS[CVE-2019-9458] = "fixed-version: Fixed from version 4.19rc7" | ||
3058 | |||
3059 | CVE_STATUS[CVE-2019-9466] = "fixed-version: Fixed from version 5.1rc1" | ||
3060 | |||
3061 | CVE_STATUS[CVE-2019-9500] = "fixed-version: Fixed from version 5.1rc1" | ||
3062 | |||
3063 | CVE_STATUS[CVE-2019-9503] = "fixed-version: Fixed from version 5.1rc1" | ||
3064 | |||
3065 | CVE_STATUS[CVE-2019-9506] = "fixed-version: Fixed from version 5.2" | ||
3066 | |||
3067 | CVE_STATUS[CVE-2019-9857] = "fixed-version: Fixed from version 5.1rc2" | ||
3068 | |||
3069 | CVE_STATUS[CVE-2020-0009] = "fixed-version: Fixed from version 5.6rc3" | ||
3070 | |||
3071 | CVE_STATUS[CVE-2020-0030] = "fixed-version: Fixed from version 4.16rc3" | ||
3072 | |||
3073 | CVE_STATUS[CVE-2020-0041] = "fixed-version: Fixed from version 5.5rc2" | ||
3074 | |||
3075 | CVE_STATUS[CVE-2020-0066] = "fixed-version: Fixed from version 4.3rc7" | ||
3076 | |||
3077 | CVE_STATUS[CVE-2020-0067] = "fixed-version: Fixed from version 5.5rc1" | ||
3078 | |||
3079 | CVE_STATUS[CVE-2020-0110] = "fixed-version: Fixed from version 5.6rc2" | ||
3080 | |||
3081 | CVE_STATUS[CVE-2020-0255] = "fixed-version: Fixed from version 5.7rc4" | ||
3082 | |||
3083 | CVE_STATUS[CVE-2020-0305] = "fixed-version: Fixed from version 5.5rc6" | ||
3084 | |||
3085 | # CVE-2020-0347 has no known resolution | ||
3086 | |||
3087 | CVE_STATUS[CVE-2020-0404] = "fixed-version: Fixed from version 5.6rc1" | ||
3088 | |||
3089 | CVE_STATUS[CVE-2020-0423] = "fixed-version: Fixed from version 5.10rc1" | ||
3090 | |||
3091 | CVE_STATUS[CVE-2020-0427] = "fixed-version: Fixed from version 5.5rc1" | ||
3092 | |||
3093 | CVE_STATUS[CVE-2020-0429] = "fixed-version: Fixed from version 4.14rc4" | ||
3094 | |||
3095 | CVE_STATUS[CVE-2020-0430] = "fixed-version: Fixed from version 4.18rc1" | ||
3096 | |||
3097 | CVE_STATUS[CVE-2020-0431] = "fixed-version: Fixed from version 5.5rc6" | ||
3098 | |||
3099 | CVE_STATUS[CVE-2020-0432] = "fixed-version: Fixed from version 5.6rc1" | ||
3100 | |||
3101 | CVE_STATUS[CVE-2020-0433] = "fixed-version: Fixed from version 4.19rc1" | ||
3102 | |||
3103 | CVE_STATUS[CVE-2020-0435] = "fixed-version: Fixed from version 4.19rc1" | ||
3104 | |||
3105 | CVE_STATUS[CVE-2020-0444] = "fixed-version: Fixed from version 5.6rc4" | ||
3106 | |||
3107 | CVE_STATUS[CVE-2020-0465] = "fixed-version: Fixed from version 5.9rc4" | ||
3108 | |||
3109 | CVE_STATUS[CVE-2020-0466] = "fixed-version: Fixed from version 5.9rc2" | ||
3110 | |||
3111 | CVE_STATUS[CVE-2020-0543] = "fixed-version: Fixed from version 5.8rc1" | ||
3112 | |||
3113 | CVE_STATUS[CVE-2020-10135] = "fixed-version: Fixed from version 5.8rc1" | ||
3114 | |||
3115 | CVE_STATUS[CVE-2020-10690] = "fixed-version: Fixed from version 5.5rc5" | ||
3116 | |||
3117 | # CVE-2020-10708 has no known resolution | ||
3118 | |||
3119 | CVE_STATUS[CVE-2020-10711] = "fixed-version: Fixed from version 5.7rc6" | ||
3120 | |||
3121 | CVE_STATUS[CVE-2020-10720] = "fixed-version: Fixed from version 5.2rc3" | ||
3122 | |||
3123 | CVE_STATUS[CVE-2020-10732] = "fixed-version: Fixed from version 5.7" | ||
3124 | |||
3125 | CVE_STATUS[CVE-2020-10742] = "fixed-version: Fixed from version 3.16rc1" | ||
3126 | |||
3127 | CVE_STATUS[CVE-2020-10751] = "fixed-version: Fixed from version 5.7rc4" | ||
3128 | |||
3129 | CVE_STATUS[CVE-2020-10757] = "fixed-version: Fixed from version 5.8rc1" | ||
3130 | |||
3131 | CVE_STATUS[CVE-2020-10766] = "fixed-version: Fixed from version 5.8rc1" | ||
3132 | |||
3133 | CVE_STATUS[CVE-2020-10767] = "fixed-version: Fixed from version 5.8rc1" | ||
3134 | |||
3135 | CVE_STATUS[CVE-2020-10768] = "fixed-version: Fixed from version 5.8rc1" | ||
3136 | |||
3137 | CVE_STATUS[CVE-2020-10769] = "fixed-version: Fixed from version 5.0rc3" | ||
3138 | |||
3139 | CVE_STATUS[CVE-2020-10773] = "fixed-version: Fixed from version 5.4rc6" | ||
3140 | |||
3141 | # CVE-2020-10774 has no known resolution | ||
3142 | |||
3143 | CVE_STATUS[CVE-2020-10781] = "fixed-version: Fixed from version 5.8rc6" | ||
3144 | |||
3145 | CVE_STATUS[CVE-2020-10942] = "fixed-version: Fixed from version 5.6rc4" | ||
3146 | |||
3147 | CVE_STATUS[CVE-2020-11494] = "fixed-version: Fixed from version 5.7rc1" | ||
3148 | |||
3149 | CVE_STATUS[CVE-2020-11565] = "fixed-version: Fixed from version 5.7rc1" | ||
3150 | |||
3151 | CVE_STATUS[CVE-2020-11608] = "fixed-version: Fixed from version 5.7rc1" | ||
3152 | |||
3153 | CVE_STATUS[CVE-2020-11609] = "fixed-version: Fixed from version 5.7rc1" | ||
3154 | |||
3155 | CVE_STATUS[CVE-2020-11668] = "fixed-version: Fixed from version 5.7rc1" | ||
3156 | |||
3157 | CVE_STATUS[CVE-2020-11669] = "fixed-version: Fixed from version 5.2rc1" | ||
3158 | |||
3159 | # CVE-2020-11725 has no known resolution | ||
3160 | |||
3161 | CVE_STATUS[CVE-2020-11884] = "fixed-version: Fixed from version 5.7rc4" | ||
3162 | |||
3163 | # CVE-2020-11935 has no known resolution | ||
3164 | |||
3165 | CVE_STATUS[CVE-2020-12114] = "fixed-version: Fixed from version 5.3rc1" | ||
3166 | |||
3167 | CVE_STATUS[CVE-2020-12351] = "fixed-version: Fixed from version 5.10rc1" | ||
3168 | |||
3169 | CVE_STATUS[CVE-2020-12352] = "fixed-version: Fixed from version 5.10rc1" | ||
3170 | |||
3171 | CVE_STATUS[CVE-2020-12362] = "fixed-version: Fixed from version 5.11rc1" | ||
3172 | |||
3173 | CVE_STATUS[CVE-2020-12363] = "fixed-version: Fixed from version 5.11rc1" | ||
3174 | |||
3175 | CVE_STATUS[CVE-2020-12364] = "fixed-version: Fixed from version 5.11rc1" | ||
3176 | |||
3177 | CVE_STATUS[CVE-2020-12464] = "fixed-version: Fixed from version 5.7rc3" | ||
3178 | |||
3179 | CVE_STATUS[CVE-2020-12465] = "fixed-version: Fixed from version 5.6rc6" | ||
3180 | |||
3181 | CVE_STATUS[CVE-2020-12652] = "fixed-version: Fixed from version 5.5rc7" | ||
3182 | |||
3183 | CVE_STATUS[CVE-2020-12653] = "fixed-version: Fixed from version 5.6rc1" | ||
3184 | |||
3185 | CVE_STATUS[CVE-2020-12654] = "fixed-version: Fixed from version 5.6rc1" | ||
3186 | |||
3187 | CVE_STATUS[CVE-2020-12655] = "fixed-version: Fixed from version 5.7rc1" | ||
3188 | |||
3189 | CVE_STATUS[CVE-2020-12656] = "fixed-version: Fixed from version 5.8rc1" | ||
3190 | |||
3191 | CVE_STATUS[CVE-2020-12657] = "fixed-version: Fixed from version 5.7rc1" | ||
3192 | |||
3193 | CVE_STATUS[CVE-2020-12659] = "fixed-version: Fixed from version 5.7rc2" | ||
3194 | |||
3195 | CVE_STATUS[CVE-2020-12768] = "fixed-version: Fixed from version 5.6rc4" | ||
3196 | |||
3197 | CVE_STATUS[CVE-2020-12769] = "fixed-version: Fixed from version 5.5rc6" | ||
3198 | |||
3199 | CVE_STATUS[CVE-2020-12770] = "fixed-version: Fixed from version 5.7rc3" | ||
3200 | |||
3201 | CVE_STATUS[CVE-2020-12771] = "fixed-version: Fixed from version 5.8rc2" | ||
3202 | |||
3203 | CVE_STATUS[CVE-2020-12826] = "fixed-version: Fixed from version 5.7rc1" | ||
3204 | |||
3205 | CVE_STATUS[CVE-2020-12888] = "fixed-version: Fixed from version 5.8rc1" | ||
3206 | |||
3207 | CVE_STATUS[CVE-2020-12912] = "fixed-version: Fixed from version 5.10rc4" | ||
3208 | |||
3209 | CVE_STATUS[CVE-2020-13143] = "fixed-version: Fixed from version 5.7rc6" | ||
3210 | |||
3211 | CVE_STATUS[CVE-2020-13974] = "fixed-version: Fixed from version 5.8rc1" | ||
3212 | |||
3213 | # CVE-2020-14304 has no known resolution | ||
3214 | |||
3215 | CVE_STATUS[CVE-2020-14305] = "fixed-version: Fixed from version 4.12rc1" | ||
3216 | |||
3217 | CVE_STATUS[CVE-2020-14314] = "fixed-version: Fixed from version 5.9rc2" | ||
3218 | |||
3219 | CVE_STATUS[CVE-2020-14331] = "fixed-version: Fixed from version 5.9rc1" | ||
3220 | |||
3221 | CVE_STATUS[CVE-2020-14351] = "fixed-version: Fixed from version 5.10rc1" | ||
3222 | |||
3223 | CVE_STATUS[CVE-2020-14353] = "fixed-version: Fixed from version 4.14rc3" | ||
3224 | |||
3225 | CVE_STATUS[CVE-2020-14356] = "fixed-version: Fixed from version 5.8rc5" | ||
3226 | |||
3227 | CVE_STATUS[CVE-2020-14381] = "fixed-version: Fixed from version 5.6rc6" | ||
3228 | |||
3229 | CVE_STATUS[CVE-2020-14385] = "fixed-version: Fixed from version 5.9rc4" | ||
3230 | |||
3231 | CVE_STATUS[CVE-2020-14386] = "fixed-version: Fixed from version 5.9rc4" | ||
3232 | |||
3233 | CVE_STATUS[CVE-2020-14390] = "fixed-version: Fixed from version 5.9rc6" | ||
3234 | |||
3235 | CVE_STATUS[CVE-2020-14416] = "fixed-version: Fixed from version 5.5" | ||
3236 | |||
3237 | CVE_STATUS[CVE-2020-15393] = "fixed-version: Fixed from version 5.8rc3" | ||
3238 | |||
3239 | CVE_STATUS[CVE-2020-15436] = "fixed-version: Fixed from version 5.8rc2" | ||
3240 | |||
3241 | CVE_STATUS[CVE-2020-15437] = "fixed-version: Fixed from version 5.8rc7" | ||
3242 | |||
3243 | CVE_STATUS[CVE-2020-15780] = "fixed-version: Fixed from version 5.8rc3" | ||
3244 | |||
3245 | # CVE-2020-15802 has no known resolution | ||
3246 | |||
3247 | CVE_STATUS[CVE-2020-15852] = "fixed-version: Fixed from version 5.8rc6" | ||
3248 | |||
3249 | CVE_STATUS[CVE-2020-16119] = "fixed-version: Fixed from version 5.15rc2" | ||
3250 | |||
3251 | CVE_STATUS[CVE-2020-16120] = "fixed-version: Fixed from version 5.8rc1" | ||
3252 | |||
3253 | CVE_STATUS[CVE-2020-16166] = "fixed-version: Fixed from version 5.8" | ||
3254 | |||
3255 | CVE_STATUS[CVE-2020-1749] = "fixed-version: Fixed from version 5.5rc1" | ||
3256 | |||
3257 | CVE_STATUS[CVE-2020-24394] = "fixed-version: Fixed from version 5.8rc4" | ||
3258 | |||
3259 | CVE_STATUS[CVE-2020-24490] = "fixed-version: Fixed from version 5.8" | ||
3260 | |||
3261 | # CVE-2020-24502 has no known resolution | ||
3262 | |||
3263 | # CVE-2020-24503 has no known resolution | ||
3264 | |||
3265 | CVE_STATUS[CVE-2020-24504] = "fixed-version: Fixed from version 5.12rc1" | ||
3266 | |||
3267 | CVE_STATUS[CVE-2020-24586] = "fixed-version: Fixed from version 5.13rc4" | ||
3268 | |||
3269 | CVE_STATUS[CVE-2020-24587] = "fixed-version: Fixed from version 5.13rc4" | ||
3270 | |||
3271 | CVE_STATUS[CVE-2020-24588] = "fixed-version: Fixed from version 5.13rc4" | ||
3272 | |||
3273 | CVE_STATUS[CVE-2020-25211] = "fixed-version: Fixed from version 5.9rc7" | ||
3274 | |||
3275 | CVE_STATUS[CVE-2020-25212] = "fixed-version: Fixed from version 5.9rc1" | ||
3276 | |||
3277 | # CVE-2020-25220 has no known resolution | ||
3278 | |||
3279 | CVE_STATUS[CVE-2020-25221] = "fixed-version: Fixed from version 5.9rc4" | ||
3280 | |||
3281 | CVE_STATUS[CVE-2020-25284] = "fixed-version: Fixed from version 5.9rc5" | ||
3282 | |||
3283 | CVE_STATUS[CVE-2020-25285] = "fixed-version: Fixed from version 5.9rc4" | ||
3284 | |||
3285 | CVE_STATUS[CVE-2020-25639] = "fixed-version: Fixed from version 5.12rc1" | ||
3286 | |||
3287 | CVE_STATUS[CVE-2020-25641] = "fixed-version: Fixed from version 5.9rc4" | ||
3288 | |||
3289 | CVE_STATUS[CVE-2020-25643] = "fixed-version: Fixed from version 5.9rc7" | ||
3290 | |||
3291 | CVE_STATUS[CVE-2020-25645] = "fixed-version: Fixed from version 5.9rc7" | ||
3292 | |||
3293 | CVE_STATUS[CVE-2020-25656] = "fixed-version: Fixed from version 5.10rc2" | ||
3294 | |||
3295 | # CVE-2020-25661 has no known resolution | ||
3296 | |||
3297 | # CVE-2020-25662 has no known resolution | ||
3298 | |||
3299 | CVE_STATUS[CVE-2020-25668] = "fixed-version: Fixed from version 5.10rc3" | ||
3300 | |||
3301 | CVE_STATUS[CVE-2020-25669] = "fixed-version: Fixed from version 5.10rc5" | ||
3302 | |||
3303 | CVE_STATUS[CVE-2020-25670] = "fixed-version: Fixed from version 5.12rc7" | ||
3304 | |||
3305 | CVE_STATUS[CVE-2020-25671] = "fixed-version: Fixed from version 5.12rc7" | ||
3306 | |||
3307 | CVE_STATUS[CVE-2020-25672] = "fixed-version: Fixed from version 5.12rc7" | ||
3308 | |||
3309 | CVE_STATUS[CVE-2020-25673] = "fixed-version: Fixed from version 5.12rc7" | ||
3310 | |||
3311 | CVE_STATUS[CVE-2020-25704] = "fixed-version: Fixed from version 5.10rc3" | ||
3312 | |||
3313 | CVE_STATUS[CVE-2020-25705] = "fixed-version: Fixed from version 5.10rc1" | ||
3314 | |||
3315 | CVE_STATUS[CVE-2020-26088] = "fixed-version: Fixed from version 5.9rc1" | ||
3316 | |||
3317 | CVE_STATUS[CVE-2020-26139] = "fixed-version: Fixed from version 5.13rc4" | ||
3318 | |||
3319 | # CVE-2020-26140 has no known resolution | ||
3320 | |||
3321 | CVE_STATUS[CVE-2020-26141] = "fixed-version: Fixed from version 5.13rc4" | ||
3322 | |||
3323 | # CVE-2020-26142 has no known resolution | ||
3324 | |||
3325 | # CVE-2020-26143 has no known resolution | ||
3326 | |||
3327 | CVE_STATUS[CVE-2020-26145] = "fixed-version: Fixed from version 5.13rc4" | ||
3328 | |||
3329 | CVE_STATUS[CVE-2020-26147] = "fixed-version: Fixed from version 5.13rc4" | ||
3330 | |||
3331 | CVE_STATUS[CVE-2020-26541] = "fixed-version: Fixed from version 5.13rc1" | ||
3332 | |||
3333 | CVE_STATUS[CVE-2020-26555] = "fixed-version: Fixed from version 5.13rc1" | ||
3334 | |||
3335 | # CVE-2020-26556 has no known resolution | ||
3336 | |||
3337 | # CVE-2020-26557 has no known resolution | ||
3338 | |||
3339 | CVE_STATUS[CVE-2020-26558] = "fixed-version: Fixed from version 5.13rc1" | ||
3340 | |||
3341 | # CVE-2020-26559 has no known resolution | ||
3342 | |||
3343 | # CVE-2020-26560 has no known resolution | ||
3344 | |||
3345 | CVE_STATUS[CVE-2020-27066] = "fixed-version: Fixed from version 5.6" | ||
3346 | |||
3347 | CVE_STATUS[CVE-2020-27067] = "fixed-version: Fixed from version 4.14rc4" | ||
3348 | |||
3349 | CVE_STATUS[CVE-2020-27068] = "fixed-version: Fixed from version 5.6rc2" | ||
3350 | |||
3351 | CVE_STATUS[CVE-2020-27152] = "fixed-version: Fixed from version 5.10rc1" | ||
3352 | |||
3353 | CVE_STATUS[CVE-2020-27170] = "fixed-version: Fixed from version 5.12rc5" | ||
3354 | |||
3355 | CVE_STATUS[CVE-2020-27171] = "fixed-version: Fixed from version 5.12rc5" | ||
3356 | |||
3357 | CVE_STATUS[CVE-2020-27194] = "fixed-version: Fixed from version 5.9" | ||
3358 | |||
3359 | CVE_STATUS[CVE-2020-2732] = "fixed-version: Fixed from version 5.6rc4" | ||
3360 | |||
3361 | CVE_STATUS[CVE-2020-27418] = "fixed-version: Fixed from version 5.6rc5" | ||
3362 | |||
3363 | CVE_STATUS[CVE-2020-27673] = "fixed-version: Fixed from version 5.10rc1" | ||
3364 | |||
3365 | CVE_STATUS[CVE-2020-27675] = "fixed-version: Fixed from version 5.10rc1" | ||
3366 | |||
3367 | CVE_STATUS[CVE-2020-27777] = "fixed-version: Fixed from version 5.10rc1" | ||
3368 | |||
3369 | CVE_STATUS[CVE-2020-27784] = "fixed-version: Fixed from version 5.10rc1" | ||
3370 | |||
3371 | CVE_STATUS[CVE-2020-27786] = "fixed-version: Fixed from version 5.7rc6" | ||
3372 | |||
3373 | CVE_STATUS[CVE-2020-27815] = "fixed-version: Fixed from version 5.11rc1" | ||
3374 | |||
3375 | CVE_STATUS[CVE-2020-27820] = "fixed-version: Fixed from version 5.16rc1" | ||
3376 | |||
3377 | CVE_STATUS[CVE-2020-27825] = "fixed-version: Fixed from version 5.10rc1" | ||
3378 | |||
3379 | CVE_STATUS[CVE-2020-27830] = "fixed-version: Fixed from version 5.10rc7" | ||
3380 | |||
3381 | CVE_STATUS[CVE-2020-27835] = "fixed-version: Fixed from version 5.10rc6" | ||
3382 | |||
3383 | CVE_STATUS[CVE-2020-28097] = "fixed-version: Fixed from version 5.9rc6" | ||
3384 | |||
3385 | CVE_STATUS[CVE-2020-28374] = "fixed-version: Fixed from version 5.11rc4" | ||
3386 | |||
3387 | CVE_STATUS[CVE-2020-28588] = "fixed-version: Fixed from version 5.10rc7" | ||
3388 | |||
3389 | CVE_STATUS[CVE-2020-28915] = "fixed-version: Fixed from version 5.9" | ||
3390 | |||
3391 | CVE_STATUS[CVE-2020-28941] = "fixed-version: Fixed from version 5.10rc5" | ||
3392 | |||
3393 | CVE_STATUS[CVE-2020-28974] = "fixed-version: Fixed from version 5.10rc3" | ||
3394 | |||
3395 | CVE_STATUS[CVE-2020-29368] = "fixed-version: Fixed from version 5.8rc1" | ||
3396 | |||
3397 | CVE_STATUS[CVE-2020-29369] = "fixed-version: Fixed from version 5.8rc7" | ||
3398 | |||
3399 | CVE_STATUS[CVE-2020-29370] = "fixed-version: Fixed from version 5.6rc7" | ||
3400 | |||
3401 | CVE_STATUS[CVE-2020-29371] = "fixed-version: Fixed from version 5.9rc2" | ||
3402 | |||
3403 | CVE_STATUS[CVE-2020-29372] = "fixed-version: Fixed from version 5.7rc3" | ||
3404 | |||
3405 | CVE_STATUS[CVE-2020-29373] = "fixed-version: Fixed from version 5.6rc2" | ||
3406 | |||
3407 | CVE_STATUS[CVE-2020-29374] = "fixed-version: Fixed from version 5.8rc1" | ||
3408 | |||
3409 | CVE_STATUS[CVE-2020-29534] = "fixed-version: Fixed from version 5.10rc1" | ||
3410 | |||
3411 | CVE_STATUS[CVE-2020-29568] = "fixed-version: Fixed from version 5.11rc1" | ||
3412 | |||
3413 | CVE_STATUS[CVE-2020-29569] = "fixed-version: Fixed from version 5.11rc1" | ||
3414 | |||
3415 | CVE_STATUS[CVE-2020-29660] = "fixed-version: Fixed from version 5.10rc7" | ||
3416 | |||
3417 | CVE_STATUS[CVE-2020-29661] = "fixed-version: Fixed from version 5.10rc7" | ||
3418 | |||
3419 | CVE_STATUS[CVE-2020-35499] = "fixed-version: Fixed from version 5.11rc1" | ||
3420 | |||
3421 | # CVE-2020-35501 has no known resolution | ||
3422 | |||
3423 | CVE_STATUS[CVE-2020-35508] = "fixed-version: Fixed from version 5.10rc3" | ||
3424 | |||
3425 | CVE_STATUS[CVE-2020-35513] = "fixed-version: Fixed from version 4.17rc1" | ||
3426 | |||
3427 | CVE_STATUS[CVE-2020-35519] = "fixed-version: Fixed from version 5.10rc7" | ||
3428 | |||
3429 | CVE_STATUS[CVE-2020-36158] = "fixed-version: Fixed from version 5.11rc1" | ||
3430 | |||
3431 | CVE_STATUS[CVE-2020-36310] = "fixed-version: Fixed from version 5.8rc1" | ||
3432 | |||
3433 | CVE_STATUS[CVE-2020-36311] = "fixed-version: Fixed from version 5.9rc5" | ||
3434 | |||
3435 | CVE_STATUS[CVE-2020-36312] = "fixed-version: Fixed from version 5.9rc5" | ||
3436 | |||
3437 | CVE_STATUS[CVE-2020-36313] = "fixed-version: Fixed from version 5.7rc1" | ||
3438 | |||
3439 | CVE_STATUS[CVE-2020-36322] = "fixed-version: Fixed from version 5.11rc1" | ||
3440 | |||
3441 | CVE_STATUS[CVE-2020-36385] = "fixed-version: Fixed from version 5.10rc1" | ||
3442 | |||
3443 | CVE_STATUS[CVE-2020-36386] = "fixed-version: Fixed from version 5.9rc1" | ||
3444 | |||
3445 | CVE_STATUS[CVE-2020-36387] = "fixed-version: Fixed from version 5.9rc1" | ||
3446 | |||
3447 | CVE_STATUS[CVE-2020-36516] = "fixed-version: Fixed from version 5.17rc2" | ||
3448 | |||
3449 | CVE_STATUS[CVE-2020-36557] = "fixed-version: Fixed from version 5.7rc1" | ||
3450 | |||
3451 | CVE_STATUS[CVE-2020-36558] = "fixed-version: Fixed from version 5.6rc3" | ||
3452 | |||
3453 | CVE_STATUS[CVE-2020-36691] = "fixed-version: Fixed from version 5.8rc1" | ||
3454 | |||
3455 | CVE_STATUS[CVE-2020-36694] = "fixed-version: Fixed from version 5.10" | ||
3456 | |||
3457 | CVE_STATUS[CVE-2020-36766] = "fixed-version: Fixed from version 5.9rc1" | ||
3458 | |||
3459 | CVE_STATUS[CVE-2020-36775] = "fixed-version: Fixed from version 5.7rc1" | ||
3460 | |||
3461 | CVE_STATUS[CVE-2020-36776] = "fixed-version: Fixed from version 5.13rc1" | ||
3462 | |||
3463 | CVE_STATUS[CVE-2020-36777] = "fixed-version: Fixed from version 5.13rc1" | ||
3464 | |||
3465 | CVE_STATUS[CVE-2020-36778] = "fixed-version: Fixed from version 5.13rc1" | ||
3466 | |||
3467 | CVE_STATUS[CVE-2020-36779] = "fixed-version: Fixed from version 5.13rc1" | ||
3468 | |||
3469 | CVE_STATUS[CVE-2020-36780] = "fixed-version: Fixed from version 5.13rc1" | ||
3470 | |||
3471 | CVE_STATUS[CVE-2020-36781] = "fixed-version: Fixed from version 5.13rc1" | ||
3472 | |||
3473 | CVE_STATUS[CVE-2020-36782] = "fixed-version: Fixed from version 5.13rc1" | ||
3474 | |||
3475 | CVE_STATUS[CVE-2020-36783] = "fixed-version: Fixed from version 5.13rc1" | ||
3476 | |||
3477 | CVE_STATUS[CVE-2020-36784] = "fixed-version: Fixed from version 5.13rc1" | ||
3478 | |||
3479 | CVE_STATUS[CVE-2020-36785] = "fixed-version: Fixed from version 5.13rc1" | ||
3480 | |||
3481 | CVE_STATUS[CVE-2020-36786] = "fixed-version: Fixed from version 5.13rc1" | ||
3482 | |||
3483 | CVE_STATUS[CVE-2020-36787] = "fixed-version: Fixed from version 5.13rc1" | ||
3484 | |||
3485 | CVE_STATUS[CVE-2020-3702] = "fixed-version: Fixed from version 5.12rc1" | ||
3486 | |||
3487 | CVE_STATUS[CVE-2020-4788] = "fixed-version: Fixed from version 5.10rc5" | ||
3488 | |||
3489 | CVE_STATUS[CVE-2020-7053] = "fixed-version: Fixed from version 5.2rc1" | ||
3490 | |||
3491 | CVE_STATUS[CVE-2020-8428] = "fixed-version: Fixed from version 5.5" | ||
3492 | |||
3493 | CVE_STATUS[CVE-2020-8647] = "fixed-version: Fixed from version 5.6rc5" | ||
3494 | |||
3495 | CVE_STATUS[CVE-2020-8648] = "fixed-version: Fixed from version 5.6rc3" | ||
3496 | |||
3497 | CVE_STATUS[CVE-2020-8649] = "fixed-version: Fixed from version 5.6rc5" | ||
3498 | |||
3499 | CVE_STATUS[CVE-2020-8694] = "fixed-version: Fixed from version 5.10rc4" | ||
3500 | |||
3501 | # CVE-2020-8832 has no known resolution | ||
3502 | |||
3503 | CVE_STATUS[CVE-2020-8834] = "fixed-version: Fixed from version 4.18rc1" | ||
3504 | |||
3505 | CVE_STATUS[CVE-2020-8835] = "fixed-version: Fixed from version 5.7rc1" | ||
3506 | |||
3507 | CVE_STATUS[CVE-2020-8992] = "fixed-version: Fixed from version 5.6rc2" | ||
3508 | |||
3509 | CVE_STATUS[CVE-2020-9383] = "fixed-version: Fixed from version 5.6rc4" | ||
3510 | |||
3511 | CVE_STATUS[CVE-2020-9391] = "fixed-version: Fixed from version 5.6rc3" | ||
3512 | |||
3513 | CVE_STATUS[CVE-2021-0129] = "fixed-version: Fixed from version 5.13rc1" | ||
3514 | |||
3515 | CVE_STATUS[CVE-2021-0342] = "fixed-version: Fixed from version 5.8rc1" | ||
3516 | |||
3517 | # CVE-2021-0399 has no known resolution | ||
3518 | |||
3519 | CVE_STATUS[CVE-2021-0447] = "fixed-version: Fixed from version 4.15rc1" | ||
3520 | |||
3521 | CVE_STATUS[CVE-2021-0448] = "fixed-version: Fixed from version 5.9rc7" | ||
3522 | |||
3523 | CVE_STATUS[CVE-2021-0512] = "fixed-version: Fixed from version 5.12rc1" | ||
3524 | |||
3525 | CVE_STATUS[CVE-2021-0605] = "fixed-version: Fixed from version 5.8" | ||
3526 | |||
3527 | # CVE-2021-0606 has no known resolution | ||
3528 | |||
3529 | # CVE-2021-0695 has no known resolution | ||
3530 | |||
3531 | CVE_STATUS[CVE-2021-0707] = "fixed-version: Fixed from version 5.11rc3" | ||
3532 | |||
3533 | CVE_STATUS[CVE-2021-0920] = "fixed-version: Fixed from version 5.14rc4" | ||
3534 | |||
3535 | # CVE-2021-0924 has no known resolution | ||
3536 | |||
3537 | CVE_STATUS[CVE-2021-0929] = "fixed-version: Fixed from version 5.6rc1" | ||
3538 | |||
3539 | CVE_STATUS[CVE-2021-0935] = "fixed-version: Fixed from version 4.16rc7" | ||
3540 | |||
3541 | # CVE-2021-0936 has no known resolution | ||
3542 | |||
3543 | CVE_STATUS[CVE-2021-0937] = "fixed-version: Fixed from version 5.12rc8" | ||
3544 | |||
3545 | CVE_STATUS[CVE-2021-0938] = "fixed-version: Fixed from version 5.10rc4" | ||
3546 | |||
3547 | CVE_STATUS[CVE-2021-0941] = "fixed-version: Fixed from version 5.12rc1" | ||
3548 | |||
3549 | # CVE-2021-0961 has no known resolution | ||
3550 | |||
3551 | CVE_STATUS[CVE-2021-1048] = "fixed-version: Fixed from version 5.9rc4" | ||
3552 | |||
3553 | CVE_STATUS[CVE-2021-20177] = "fixed-version: Fixed from version 5.5rc1" | ||
3554 | |||
3555 | CVE_STATUS[CVE-2021-20194] = "fixed-version: Fixed from version 5.10rc1" | ||
3556 | |||
3557 | # CVE-2021-20219 has no known resolution | ||
3558 | |||
3559 | CVE_STATUS[CVE-2021-20226] = "fixed-version: Fixed from version 5.10rc1" | ||
3560 | |||
3561 | CVE_STATUS[CVE-2021-20239] = "fixed-version: Fixed from version 5.9rc1" | ||
3562 | |||
3563 | CVE_STATUS[CVE-2021-20261] = "fixed-version: Fixed from version 4.5rc5" | ||
3564 | |||
3565 | CVE_STATUS[CVE-2021-20265] = "fixed-version: Fixed from version 4.5rc3" | ||
3566 | |||
3567 | CVE_STATUS[CVE-2021-20268] = "fixed-version: Fixed from version 5.11rc5" | ||
3568 | |||
3569 | CVE_STATUS[CVE-2021-20292] = "fixed-version: Fixed from version 5.9rc1" | ||
3570 | |||
3571 | CVE_STATUS[CVE-2021-20317] = "fixed-version: Fixed from version 5.4rc1" | ||
3572 | |||
3573 | CVE_STATUS[CVE-2021-20320] = "fixed-version: Fixed from version 5.15rc3" | ||
3574 | |||
3575 | CVE_STATUS[CVE-2021-20321] = "fixed-version: Fixed from version 5.15rc5" | ||
3576 | |||
3577 | CVE_STATUS[CVE-2021-20322] = "fixed-version: Fixed from version 5.15rc1" | ||
3578 | |||
3579 | CVE_STATUS[CVE-2021-21781] = "fixed-version: Fixed from version 5.11rc7" | ||
3580 | |||
3581 | CVE_STATUS[CVE-2021-22543] = "fixed-version: Fixed from version 5.13" | ||
3582 | |||
3583 | CVE_STATUS[CVE-2021-22555] = "fixed-version: Fixed from version 5.12rc8" | ||
3584 | |||
3585 | CVE_STATUS[CVE-2021-22600] = "fixed-version: Fixed from version 5.16rc6" | ||
3586 | |||
3587 | CVE_STATUS[CVE-2021-23133] = "fixed-version: Fixed from version 5.12rc8" | ||
3588 | |||
3589 | CVE_STATUS[CVE-2021-23134] = "fixed-version: Fixed from version 5.13rc1" | ||
3590 | |||
3591 | CVE_STATUS[CVE-2021-26401] = "fixed-version: Fixed from version 5.17rc8" | ||
3592 | |||
3593 | CVE_STATUS[CVE-2021-26708] = "fixed-version: Fixed from version 5.11rc7" | ||
3594 | |||
3595 | CVE_STATUS[CVE-2021-26930] = "fixed-version: Fixed from version 5.12rc1" | ||
3596 | |||
3597 | CVE_STATUS[CVE-2021-26931] = "fixed-version: Fixed from version 5.12rc1" | ||
3598 | |||
3599 | CVE_STATUS[CVE-2021-26932] = "fixed-version: Fixed from version 5.12rc1" | ||
3600 | |||
3601 | # CVE-2021-26934 has no known resolution | ||
3602 | |||
3603 | CVE_STATUS[CVE-2021-27363] = "fixed-version: Fixed from version 5.12rc2" | ||
3604 | |||
3605 | CVE_STATUS[CVE-2021-27364] = "fixed-version: Fixed from version 5.12rc2" | ||
3606 | |||
3607 | CVE_STATUS[CVE-2021-27365] = "fixed-version: Fixed from version 5.12rc2" | ||
3608 | |||
3609 | CVE_STATUS[CVE-2021-28038] = "fixed-version: Fixed from version 5.12rc2" | ||
3610 | |||
3611 | CVE_STATUS[CVE-2021-28039] = "fixed-version: Fixed from version 5.12rc2" | ||
3612 | |||
3613 | CVE_STATUS[CVE-2021-28375] = "fixed-version: Fixed from version 5.12rc3" | ||
3614 | |||
3615 | CVE_STATUS[CVE-2021-28660] = "fixed-version: Fixed from version 5.12rc3" | ||
3616 | |||
3617 | CVE_STATUS[CVE-2021-28688] = "fixed-version: Fixed from version 5.12rc6" | ||
3618 | |||
3619 | CVE_STATUS[CVE-2021-28691] = "fixed-version: Fixed from version 5.13rc6" | ||
3620 | |||
3621 | CVE_STATUS[CVE-2021-28711] = "fixed-version: Fixed from version 5.16rc7" | ||
3622 | |||
3623 | CVE_STATUS[CVE-2021-28712] = "fixed-version: Fixed from version 5.16rc7" | ||
3624 | |||
3625 | CVE_STATUS[CVE-2021-28713] = "fixed-version: Fixed from version 5.16rc7" | ||
3626 | |||
3627 | CVE_STATUS[CVE-2021-28714] = "fixed-version: Fixed from version 5.16rc7" | ||
3628 | |||
3629 | CVE_STATUS[CVE-2021-28715] = "fixed-version: Fixed from version 5.16rc7" | ||
3630 | |||
3631 | CVE_STATUS[CVE-2021-28950] = "fixed-version: Fixed from version 5.12rc4" | ||
3632 | |||
3633 | CVE_STATUS[CVE-2021-28951] = "fixed-version: Fixed from version 5.12rc2" | ||
3634 | |||
3635 | CVE_STATUS[CVE-2021-28952] = "fixed-version: Fixed from version 5.12rc4" | ||
3636 | |||
3637 | CVE_STATUS[CVE-2021-28964] = "fixed-version: Fixed from version 5.12rc4" | ||
3638 | |||
3639 | CVE_STATUS[CVE-2021-28971] = "fixed-version: Fixed from version 5.12rc4" | ||
3640 | |||
3641 | CVE_STATUS[CVE-2021-28972] = "fixed-version: Fixed from version 5.12rc4" | ||
3642 | |||
3643 | CVE_STATUS[CVE-2021-29154] = "fixed-version: Fixed from version 5.12rc7" | ||
3644 | |||
3645 | CVE_STATUS[CVE-2021-29155] = "fixed-version: Fixed from version 5.12rc8" | ||
3646 | |||
3647 | CVE_STATUS[CVE-2021-29264] = "fixed-version: Fixed from version 5.12rc3" | ||
3648 | |||
3649 | CVE_STATUS[CVE-2021-29265] = "fixed-version: Fixed from version 5.12rc3" | ||
3650 | |||
3651 | CVE_STATUS[CVE-2021-29266] = "fixed-version: Fixed from version 5.12rc4" | ||
3652 | |||
3653 | CVE_STATUS[CVE-2021-29646] = "fixed-version: Fixed from version 5.12rc5" | ||
3654 | |||
3655 | CVE_STATUS[CVE-2021-29647] = "fixed-version: Fixed from version 5.12rc5" | ||
3656 | |||
3657 | CVE_STATUS[CVE-2021-29648] = "fixed-version: Fixed from version 5.12rc5" | ||
3658 | |||
3659 | CVE_STATUS[CVE-2021-29649] = "fixed-version: Fixed from version 5.12rc5" | ||
3660 | |||
3661 | CVE_STATUS[CVE-2021-29650] = "fixed-version: Fixed from version 5.12rc5" | ||
3662 | |||
3663 | CVE_STATUS[CVE-2021-29657] = "fixed-version: Fixed from version 5.12rc6" | ||
3664 | |||
3665 | CVE_STATUS[CVE-2021-30002] = "fixed-version: Fixed from version 5.12rc1" | ||
3666 | |||
3667 | CVE_STATUS[CVE-2021-30178] = "fixed-version: Fixed from version 5.12rc2" | ||
3668 | |||
3669 | CVE_STATUS[CVE-2021-31440] = "fixed-version: Fixed from version 5.13rc1" | ||
3670 | |||
3671 | CVE_STATUS[CVE-2021-3178] = "fixed-version: Fixed from version 5.11rc5" | ||
3672 | |||
3673 | CVE_STATUS[CVE-2021-31829] = "fixed-version: Fixed from version 5.13rc1" | ||
3674 | |||
3675 | CVE_STATUS[CVE-2021-31916] = "fixed-version: Fixed from version 5.12rc5" | ||
3676 | |||
3677 | CVE_STATUS[CVE-2021-32078] = "fixed-version: Fixed from version 5.13rc1" | ||
3678 | |||
3679 | CVE_STATUS[CVE-2021-32399] = "fixed-version: Fixed from version 5.13rc1" | ||
3680 | |||
3681 | CVE_STATUS[CVE-2021-32606] = "fixed-version: Fixed from version 5.13rc4" | ||
3682 | |||
3683 | CVE_STATUS[CVE-2021-33033] = "fixed-version: Fixed from version 5.12rc3" | ||
3684 | |||
3685 | CVE_STATUS[CVE-2021-33034] = "fixed-version: Fixed from version 5.13rc1" | ||
3686 | |||
3687 | CVE_STATUS[CVE-2021-33061] = "fixed-version: Fixed from version 5.18rc1" | ||
3688 | |||
3689 | CVE_STATUS[CVE-2021-33098] = "fixed-version: Fixed from version 5.13rc4" | ||
3690 | |||
3691 | CVE_STATUS[CVE-2021-33135] = "fixed-version: Fixed from version 5.17rc8" | ||
3692 | |||
3693 | CVE_STATUS[CVE-2021-33200] = "fixed-version: Fixed from version 5.13rc4" | ||
3694 | |||
3695 | CVE_STATUS[CVE-2021-3347] = "fixed-version: Fixed from version 5.11rc6" | ||
3696 | |||
3697 | CVE_STATUS[CVE-2021-3348] = "fixed-version: Fixed from version 5.11rc6" | ||
3698 | |||
3699 | CVE_STATUS[CVE-2021-33624] = "fixed-version: Fixed from version 5.13rc7" | ||
3700 | |||
3701 | CVE_STATUS[CVE-2021-33630] = "fixed-version: Fixed from version 5.4rc1" | ||
3702 | |||
3703 | CVE_STATUS[CVE-2021-33631] = "fixed-version: Fixed from version 6.2rc1" | ||
3704 | |||
3705 | CVE_STATUS[CVE-2021-33655] = "fixed-version: Fixed from version 5.19rc6" | ||
3706 | |||
3707 | CVE_STATUS[CVE-2021-33656] = "fixed-version: Fixed from version 5.12rc1" | ||
3708 | |||
3709 | CVE_STATUS[CVE-2021-33909] = "fixed-version: Fixed from version 5.14rc3" | ||
3710 | |||
3711 | CVE_STATUS[CVE-2021-3411] = "fixed-version: Fixed from version 5.10" | ||
3712 | |||
3713 | CVE_STATUS[CVE-2021-3428] = "fixed-version: Fixed from version 5.9rc2" | ||
3714 | |||
3715 | CVE_STATUS[CVE-2021-3444] = "fixed-version: Fixed from version 5.12rc1" | ||
3716 | |||
3717 | CVE_STATUS[CVE-2021-34556] = "fixed-version: Fixed from version 5.14rc4" | ||
3718 | |||
3719 | CVE_STATUS[CVE-2021-34693] = "fixed-version: Fixed from version 5.13rc7" | ||
3720 | |||
3721 | CVE_STATUS[CVE-2021-3483] = "fixed-version: Fixed from version 5.12rc6" | ||
3722 | |||
3723 | CVE_STATUS[CVE-2021-34866] = "fixed-version: Fixed from version 5.14" | ||
3724 | |||
3725 | CVE_STATUS[CVE-2021-3489] = "fixed-version: Fixed from version 5.13rc4" | ||
3726 | |||
3727 | CVE_STATUS[CVE-2021-3490] = "fixed-version: Fixed from version 5.13rc4" | ||
3728 | |||
3729 | CVE_STATUS[CVE-2021-3491] = "fixed-version: Fixed from version 5.13rc1" | ||
3730 | |||
3731 | # CVE-2021-3492 has no known resolution | ||
3732 | |||
3733 | CVE_STATUS[CVE-2021-3493] = "fixed-version: Fixed from version 5.11rc1" | ||
3734 | |||
3735 | CVE_STATUS[CVE-2021-34981] = "fixed-version: Fixed from version 5.14rc1" | ||
3736 | |||
3737 | CVE_STATUS[CVE-2021-3501] = "fixed-version: Fixed from version 5.12rc8" | ||
3738 | |||
3739 | CVE_STATUS[CVE-2021-35039] = "fixed-version: Fixed from version 5.13" | ||
3740 | |||
3741 | CVE_STATUS[CVE-2021-3506] = "fixed-version: Fixed from version 5.13rc1" | ||
3742 | |||
3743 | # CVE-2021-3542 has no known resolution | ||
3744 | |||
3745 | CVE_STATUS[CVE-2021-3543] = "fixed-version: Fixed from version 5.13rc1" | ||
3746 | |||
3747 | CVE_STATUS[CVE-2021-35477] = "fixed-version: Fixed from version 5.14rc4" | ||
3748 | |||
3749 | CVE_STATUS[CVE-2021-3564] = "fixed-version: Fixed from version 5.13rc5" | ||
3750 | |||
3751 | CVE_STATUS[CVE-2021-3573] = "fixed-version: Fixed from version 5.13rc5" | ||
3752 | |||
3753 | CVE_STATUS[CVE-2021-3587] = "fixed-version: Fixed from version 5.13rc5" | ||
3754 | |||
3755 | CVE_STATUS[CVE-2021-3600] = "fixed-version: Fixed from version 5.11" | ||
3756 | |||
3757 | CVE_STATUS[CVE-2021-3609] = "fixed-version: Fixed from version 5.14rc1" | ||
3758 | |||
3759 | CVE_STATUS[CVE-2021-3612] = "fixed-version: Fixed from version 5.12rc1" | ||
3760 | |||
3761 | CVE_STATUS[CVE-2021-3635] = "fixed-version: Fixed from version 5.5rc7" | ||
3762 | |||
3763 | CVE_STATUS[CVE-2021-3640] = "fixed-version: Fixed from version 5.16rc1" | ||
3764 | |||
3765 | CVE_STATUS[CVE-2021-3653] = "fixed-version: Fixed from version 5.14rc7" | ||
3766 | |||
3767 | CVE_STATUS[CVE-2021-3655] = "fixed-version: Fixed from version 5.14rc1" | ||
3768 | |||
3769 | CVE_STATUS[CVE-2021-3656] = "fixed-version: Fixed from version 5.14rc7" | ||
3770 | |||
3771 | CVE_STATUS[CVE-2021-3659] = "fixed-version: Fixed from version 5.12rc7" | ||
3772 | |||
3773 | CVE_STATUS[CVE-2021-3669] = "fixed-version: Fixed from version 5.15rc1" | ||
3774 | |||
3775 | CVE_STATUS[CVE-2021-3679] = "fixed-version: Fixed from version 5.14rc3" | ||
3776 | |||
3777 | # CVE-2021-3714 has no known resolution | ||
3778 | |||
3779 | CVE_STATUS[CVE-2021-3715] = "fixed-version: Fixed from version 5.6" | ||
3780 | |||
3781 | CVE_STATUS[CVE-2021-37159] = "fixed-version: Fixed from version 5.14rc3" | ||
3782 | |||
3783 | CVE_STATUS[CVE-2021-3732] = "fixed-version: Fixed from version 5.14rc6" | ||
3784 | |||
3785 | CVE_STATUS[CVE-2021-3736] = "fixed-version: Fixed from version 5.15rc1" | ||
3786 | |||
3787 | CVE_STATUS[CVE-2021-3739] = "fixed-version: Fixed from version 5.15rc1" | ||
3788 | |||
3789 | CVE_STATUS[CVE-2021-3743] = "fixed-version: Fixed from version 5.13rc7" | ||
3790 | |||
3791 | CVE_STATUS[CVE-2021-3744] = "fixed-version: Fixed from version 5.15rc4" | ||
3792 | |||
3793 | CVE_STATUS[CVE-2021-3752] = "fixed-version: Fixed from version 5.16rc1" | ||
3794 | |||
3795 | CVE_STATUS[CVE-2021-3753] = "fixed-version: Fixed from version 5.15rc1" | ||
3796 | |||
3797 | CVE_STATUS[CVE-2021-37576] = "fixed-version: Fixed from version 5.14rc3" | ||
3798 | |||
3799 | CVE_STATUS[CVE-2021-3759] = "fixed-version: Fixed from version 5.15rc1" | ||
3800 | |||
3801 | CVE_STATUS[CVE-2021-3760] = "fixed-version: Fixed from version 5.15rc6" | ||
3802 | |||
3803 | CVE_STATUS[CVE-2021-3764] = "fixed-version: Fixed from version 5.15rc4" | ||
3804 | |||
3805 | CVE_STATUS[CVE-2021-3772] = "fixed-version: Fixed from version 5.15" | ||
3806 | |||
3807 | CVE_STATUS[CVE-2021-38160] = "fixed-version: Fixed from version 5.14rc1" | ||
3808 | |||
3809 | CVE_STATUS[CVE-2021-38166] = "fixed-version: Fixed from version 5.14rc6" | ||
3810 | |||
3811 | CVE_STATUS[CVE-2021-38198] = "fixed-version: Fixed from version 5.13rc6" | ||
3812 | |||
3813 | CVE_STATUS[CVE-2021-38199] = "fixed-version: Fixed from version 5.14rc1" | ||
3814 | |||
3815 | CVE_STATUS[CVE-2021-38200] = "fixed-version: Fixed from version 5.13rc7" | ||
3816 | |||
3817 | CVE_STATUS[CVE-2021-38201] = "fixed-version: Fixed from version 5.14rc1" | ||
3818 | |||
3819 | CVE_STATUS[CVE-2021-38202] = "fixed-version: Fixed from version 5.14rc1" | ||
3820 | |||
3821 | CVE_STATUS[CVE-2021-38203] = "fixed-version: Fixed from version 5.14rc2" | ||
3822 | |||
3823 | CVE_STATUS[CVE-2021-38204] = "fixed-version: Fixed from version 5.14rc3" | ||
3824 | |||
3825 | CVE_STATUS[CVE-2021-38205] = "fixed-version: Fixed from version 5.14rc1" | ||
3826 | |||
3827 | CVE_STATUS[CVE-2021-38206] = "fixed-version: Fixed from version 5.13rc7" | ||
3828 | |||
3829 | CVE_STATUS[CVE-2021-38207] = "fixed-version: Fixed from version 5.13rc7" | ||
3830 | |||
3831 | CVE_STATUS[CVE-2021-38208] = "fixed-version: Fixed from version 5.13rc5" | ||
3832 | |||
3833 | CVE_STATUS[CVE-2021-38209] = "fixed-version: Fixed from version 5.13rc1" | ||
3834 | |||
3835 | CVE_STATUS[CVE-2021-38300] = "fixed-version: Fixed from version 5.15rc4" | ||
3836 | |||
3837 | # CVE-2021-3847 has no known resolution | ||
3838 | |||
3839 | # CVE-2021-3864 has no known resolution | ||
3840 | |||
3841 | # CVE-2021-3892 has no known resolution | ||
3842 | |||
3843 | CVE_STATUS[CVE-2021-3894] = "fixed-version: Fixed from version 5.15rc6" | ||
3844 | |||
3845 | CVE_STATUS[CVE-2021-3896] = "fixed-version: Fixed from version 5.15rc6" | ||
3846 | |||
3847 | CVE_STATUS[CVE-2021-3923] = "fixed-version: Fixed from version 5.16" | ||
3848 | |||
3849 | CVE_STATUS[CVE-2021-39633] = "fixed-version: Fixed from version 5.14" | ||
3850 | |||
3851 | CVE_STATUS[CVE-2021-39634] = "fixed-version: Fixed from version 5.9rc8" | ||
3852 | |||
3853 | CVE_STATUS[CVE-2021-39636] = "fixed-version: Fixed from version 4.16rc1" | ||
3854 | |||
3855 | CVE_STATUS[CVE-2021-39648] = "fixed-version: Fixed from version 5.11rc3" | ||
3856 | |||
3857 | CVE_STATUS[CVE-2021-39656] = "fixed-version: Fixed from version 5.12rc3" | ||
3858 | |||
3859 | CVE_STATUS[CVE-2021-39657] = "fixed-version: Fixed from version 5.11rc4" | ||
3860 | |||
3861 | CVE_STATUS[CVE-2021-39685] = "fixed-version: Fixed from version 5.16rc5" | ||
3862 | |||
3863 | CVE_STATUS[CVE-2021-39686] = "fixed-version: Fixed from version 5.16rc1" | ||
3864 | |||
3865 | CVE_STATUS[CVE-2021-39698] = "fixed-version: Fixed from version 5.16rc5" | ||
3866 | |||
3867 | CVE_STATUS[CVE-2021-39711] = "fixed-version: Fixed from version 4.18rc6" | ||
3868 | |||
3869 | CVE_STATUS[CVE-2021-39713] = "fixed-version: Fixed from version 4.20rc1" | ||
3870 | |||
3871 | CVE_STATUS[CVE-2021-39714] = "fixed-version: Fixed from version 4.12rc1" | ||
3872 | |||
3873 | # CVE-2021-39800 has no known resolution | ||
3874 | |||
3875 | # CVE-2021-39801 has no known resolution | ||
3876 | |||
3877 | # CVE-2021-39802 has no known resolution | ||
3878 | |||
3879 | CVE_STATUS[CVE-2021-4001] = "fixed-version: Fixed from version 5.16rc2" | ||
3880 | |||
3881 | CVE_STATUS[CVE-2021-4002] = "fixed-version: Fixed from version 5.16rc3" | ||
3882 | |||
3883 | CVE_STATUS[CVE-2021-4023] = "fixed-version: Fixed from version 5.15rc1" | ||
3884 | |||
3885 | CVE_STATUS[CVE-2021-4028] = "fixed-version: Fixed from version 5.15rc4" | ||
3886 | |||
3887 | CVE_STATUS[CVE-2021-4032] = "fixed-version: Fixed from version 5.15rc7" | ||
3888 | |||
3889 | CVE_STATUS[CVE-2021-4037] = "fixed-version: Fixed from version 5.12rc1" | ||
3890 | |||
3891 | CVE_STATUS[CVE-2021-40490] = "fixed-version: Fixed from version 5.15rc1" | ||
3892 | |||
3893 | CVE_STATUS[CVE-2021-4083] = "fixed-version: Fixed from version 5.16rc4" | ||
3894 | |||
3895 | CVE_STATUS[CVE-2021-4090] = "fixed-version: Fixed from version 5.16rc2" | ||
3896 | |||
3897 | CVE_STATUS[CVE-2021-4093] = "fixed-version: Fixed from version 5.15rc7" | ||
3898 | |||
3899 | CVE_STATUS[CVE-2021-4095] = "fixed-version: Fixed from version 5.17rc1" | ||
3900 | |||
3901 | CVE_STATUS[CVE-2021-41073] = "fixed-version: Fixed from version 5.15rc2" | ||
3902 | |||
3903 | CVE_STATUS[CVE-2021-4135] = "fixed-version: Fixed from version 5.16rc6" | ||
3904 | |||
3905 | CVE_STATUS[CVE-2021-4148] = "fixed-version: Fixed from version 5.15" | ||
3906 | |||
3907 | CVE_STATUS[CVE-2021-4149] = "fixed-version: Fixed from version 5.15rc6" | ||
3908 | |||
3909 | CVE_STATUS[CVE-2021-4150] = "fixed-version: Fixed from version 5.15rc7" | ||
3910 | |||
3911 | CVE_STATUS[CVE-2021-4154] = "fixed-version: Fixed from version 5.14rc2" | ||
3912 | |||
3913 | CVE_STATUS[CVE-2021-4155] = "fixed-version: Fixed from version 5.16" | ||
3914 | |||
3915 | CVE_STATUS[CVE-2021-4157] = "fixed-version: Fixed from version 5.13rc1" | ||
3916 | |||
3917 | CVE_STATUS[CVE-2021-4159] = "fixed-version: Fixed from version 5.7rc1" | ||
3918 | |||
3919 | CVE_STATUS[CVE-2021-41864] = "fixed-version: Fixed from version 5.15rc5" | ||
3920 | |||
3921 | CVE_STATUS[CVE-2021-4197] = "fixed-version: Fixed from version 5.16" | ||
3922 | |||
3923 | CVE_STATUS[CVE-2021-42008] = "fixed-version: Fixed from version 5.14rc7" | ||
3924 | |||
3925 | CVE_STATUS[CVE-2021-4202] = "fixed-version: Fixed from version 5.16rc2" | ||
3926 | |||
3927 | CVE_STATUS[CVE-2021-4203] = "fixed-version: Fixed from version 5.15rc4" | ||
3928 | |||
3929 | CVE_STATUS[CVE-2021-4204] = "fixed-version: Fixed from version 5.17rc1" | ||
3930 | |||
3931 | CVE_STATUS[CVE-2021-4218] = "fixed-version: Fixed from version 5.8rc1" | ||
3932 | |||
3933 | CVE_STATUS[CVE-2021-42252] = "fixed-version: Fixed from version 5.15rc1" | ||
3934 | |||
3935 | CVE_STATUS[CVE-2021-42327] = "fixed-version: Fixed from version 5.15" | ||
3936 | |||
3937 | CVE_STATUS[CVE-2021-42739] = "fixed-version: Fixed from version 5.16rc1" | ||
3938 | |||
3939 | CVE_STATUS[CVE-2021-43056] = "fixed-version: Fixed from version 5.15rc6" | ||
3940 | |||
3941 | CVE_STATUS[CVE-2021-43057] = "fixed-version: Fixed from version 5.15rc3" | ||
3942 | |||
3943 | CVE_STATUS[CVE-2021-43267] = "fixed-version: Fixed from version 5.15" | ||
3944 | |||
3945 | CVE_STATUS[CVE-2021-43389] = "fixed-version: Fixed from version 5.15rc6" | ||
3946 | |||
3947 | CVE_STATUS[CVE-2021-43975] = "fixed-version: Fixed from version 5.16rc2" | ||
3948 | |||
3949 | CVE_STATUS[CVE-2021-43976] = "fixed-version: Fixed from version 5.17rc1" | ||
3950 | |||
3951 | CVE_STATUS[CVE-2021-44733] = "fixed-version: Fixed from version 5.16rc7" | ||
3952 | |||
3953 | CVE_STATUS[CVE-2021-44879] = "fixed-version: Fixed from version 5.17rc1" | ||
3954 | |||
3955 | CVE_STATUS[CVE-2021-45095] = "fixed-version: Fixed from version 5.16rc6" | ||
3956 | |||
3957 | CVE_STATUS[CVE-2021-45100] = "fixed-version: Fixed from version 5.16rc7" | ||
3958 | |||
3959 | CVE_STATUS[CVE-2021-45402] = "fixed-version: Fixed from version 5.16rc6" | ||
3960 | |||
3961 | CVE_STATUS[CVE-2021-45469] = "fixed-version: Fixed from version 5.17rc1" | ||
3962 | |||
3963 | CVE_STATUS[CVE-2021-45480] = "fixed-version: Fixed from version 5.16rc6" | ||
3964 | |||
3965 | CVE_STATUS[CVE-2021-45485] = "fixed-version: Fixed from version 5.14rc1" | ||
3966 | |||
3967 | CVE_STATUS[CVE-2021-45486] = "fixed-version: Fixed from version 5.13rc1" | ||
3968 | |||
3969 | CVE_STATUS[CVE-2021-45868] = "fixed-version: Fixed from version 5.16rc1" | ||
3970 | |||
3971 | CVE_STATUS[CVE-2021-46283] = "fixed-version: Fixed from version 5.13rc7" | ||
3972 | |||
3973 | CVE_STATUS[CVE-2021-46904] = "fixed-version: Fixed from version 5.12rc7" | ||
3974 | |||
3975 | CVE_STATUS[CVE-2021-46905] = "fixed-version: Fixed from version 5.13rc1" | ||
3976 | |||
3977 | CVE_STATUS[CVE-2021-46906] = "fixed-version: Fixed from version 5.13rc5" | ||
3978 | |||
3979 | CVE_STATUS[CVE-2021-46908] = "fixed-version: Fixed from version 5.12rc8" | ||
3980 | |||
3981 | CVE_STATUS[CVE-2021-46909] = "fixed-version: Fixed from version 5.12rc8" | ||
3982 | |||
3983 | CVE_STATUS[CVE-2021-46910] = "fixed-version: Fixed from version 5.12rc8" | ||
3984 | |||
3985 | CVE_STATUS[CVE-2021-46911] = "fixed-version: Fixed from version 5.12rc8" | ||
3986 | |||
3987 | CVE_STATUS[CVE-2021-46912] = "fixed-version: Fixed from version 5.12rc8" | ||
3988 | |||
3989 | CVE_STATUS[CVE-2021-46913] = "fixed-version: Fixed from version 5.12rc8" | ||
3990 | |||
3991 | CVE_STATUS[CVE-2021-46914] = "fixed-version: Fixed from version 5.12rc8" | ||
3992 | |||
3993 | CVE_STATUS[CVE-2021-46915] = "fixed-version: Fixed from version 5.12rc8" | ||
3994 | |||
3995 | CVE_STATUS[CVE-2021-46916] = "fixed-version: Fixed from version 5.12rc8" | ||
3996 | |||
3997 | CVE_STATUS[CVE-2021-46917] = "fixed-version: Fixed from version 5.12rc8" | ||
3998 | |||
3999 | CVE_STATUS[CVE-2021-46918] = "fixed-version: Fixed from version 5.12rc8" | ||
4000 | |||
4001 | CVE_STATUS[CVE-2021-46919] = "fixed-version: Fixed from version 5.12rc8" | ||
4002 | |||
4003 | CVE_STATUS[CVE-2021-46920] = "fixed-version: Fixed from version 5.12rc8" | ||
4004 | |||
4005 | CVE_STATUS[CVE-2021-46921] = "fixed-version: Fixed from version 5.12" | ||
4006 | |||
4007 | CVE_STATUS[CVE-2021-46922] = "fixed-version: Fixed from version 5.12" | ||
4008 | |||
4009 | CVE_STATUS[CVE-2021-46923] = "fixed-version: Fixed from version 5.16rc8" | ||
4010 | |||
4011 | CVE_STATUS[CVE-2021-46924] = "fixed-version: Fixed from version 5.16rc8" | ||
4012 | |||
4013 | CVE_STATUS[CVE-2021-46925] = "fixed-version: Fixed from version 5.16rc8" | ||
4014 | |||
4015 | CVE_STATUS[CVE-2021-46926] = "fixed-version: Fixed from version 5.16rc7" | ||
4016 | |||
4017 | CVE_STATUS[CVE-2021-46927] = "fixed-version: Fixed from version 5.16rc8" | ||
4018 | |||
4019 | CVE_STATUS[CVE-2021-46928] = "fixed-version: Fixed from version 5.16rc7" | ||
4020 | |||
4021 | CVE_STATUS[CVE-2021-46929] = "fixed-version: Fixed from version 5.16rc8" | ||
4022 | |||
4023 | CVE_STATUS[CVE-2021-46930] = "fixed-version: Fixed from version 5.16rc8" | ||
4024 | |||
4025 | CVE_STATUS[CVE-2021-46931] = "fixed-version: Fixed from version 5.16rc8" | ||
4026 | |||
4027 | CVE_STATUS[CVE-2021-46932] = "fixed-version: Fixed from version 5.16rc8" | ||
4028 | |||
4029 | CVE_STATUS[CVE-2021-46933] = "fixed-version: Fixed from version 5.16rc8" | ||
4030 | |||
4031 | CVE_STATUS[CVE-2021-46934] = "fixed-version: Fixed from version 5.16rc8" | ||
4032 | |||
4033 | CVE_STATUS[CVE-2021-46935] = "fixed-version: Fixed from version 5.16rc8" | ||
4034 | |||
4035 | CVE_STATUS[CVE-2021-46936] = "fixed-version: Fixed from version 5.16rc8" | ||
4036 | |||
4037 | CVE_STATUS[CVE-2021-46937] = "fixed-version: Fixed from version 5.16rc8" | ||
4038 | |||
4039 | CVE_STATUS[CVE-2021-46938] = "fixed-version: Fixed from version 5.13rc1" | ||
4040 | |||
4041 | CVE_STATUS[CVE-2021-46939] = "fixed-version: Fixed from version 5.13rc1" | ||
4042 | |||
4043 | CVE_STATUS[CVE-2021-46940] = "fixed-version: Fixed from version 5.13rc1" | ||
4044 | |||
4045 | CVE_STATUS[CVE-2021-46941] = "fixed-version: Fixed from version 5.13rc1" | ||
4046 | |||
4047 | CVE_STATUS[CVE-2021-46942] = "fixed-version: Fixed from version 5.13rc1" | ||
4048 | |||
4049 | CVE_STATUS[CVE-2021-46943] = "fixed-version: Fixed from version 5.13rc1" | ||
4050 | |||
4051 | CVE_STATUS[CVE-2021-46944] = "fixed-version: Fixed from version 5.13rc1" | ||
4052 | |||
4053 | CVE_STATUS[CVE-2021-46945] = "fixed-version: Fixed from version 5.13rc1" | ||
4054 | |||
4055 | CVE_STATUS[CVE-2021-46947] = "fixed-version: Fixed from version 5.13rc1" | ||
4056 | |||
4057 | CVE_STATUS[CVE-2021-46948] = "fixed-version: Fixed from version 5.13rc1" | ||
4058 | |||
4059 | CVE_STATUS[CVE-2021-46949] = "fixed-version: Fixed from version 5.13rc1" | ||
4060 | |||
4061 | CVE_STATUS[CVE-2021-46950] = "fixed-version: Fixed from version 5.13rc1" | ||
4062 | |||
4063 | CVE_STATUS[CVE-2021-46951] = "fixed-version: Fixed from version 5.13rc1" | ||
4064 | |||
4065 | CVE_STATUS[CVE-2021-46952] = "fixed-version: Fixed from version 5.13rc1" | ||
4066 | |||
4067 | CVE_STATUS[CVE-2021-46953] = "fixed-version: Fixed from version 5.13rc1" | ||
4068 | |||
4069 | CVE_STATUS[CVE-2021-46954] = "fixed-version: Fixed from version 5.13rc1" | ||
4070 | |||
4071 | CVE_STATUS[CVE-2021-46955] = "fixed-version: Fixed from version 5.13rc1" | ||
4072 | |||
4073 | CVE_STATUS[CVE-2021-46956] = "fixed-version: Fixed from version 5.13rc1" | ||
4074 | |||
4075 | CVE_STATUS[CVE-2021-46957] = "fixed-version: Fixed from version 5.13rc1" | ||
4076 | |||
4077 | CVE_STATUS[CVE-2021-46958] = "fixed-version: Fixed from version 5.13rc1" | ||
4078 | |||
4079 | CVE_STATUS[CVE-2021-46959] = "fixed-version: Fixed from version 5.13rc1" | ||
4080 | |||
4081 | CVE_STATUS[CVE-2021-46960] = "fixed-version: Fixed from version 5.13rc1" | ||
4082 | |||
4083 | CVE_STATUS[CVE-2021-46961] = "fixed-version: Fixed from version 5.13rc1" | ||
4084 | |||
4085 | CVE_STATUS[CVE-2021-46962] = "fixed-version: Fixed from version 5.13rc1" | ||
4086 | |||
4087 | CVE_STATUS[CVE-2021-46963] = "fixed-version: Fixed from version 5.13rc1" | ||
4088 | |||
4089 | CVE_STATUS[CVE-2021-46964] = "fixed-version: Fixed from version 5.13rc1" | ||
4090 | |||
4091 | CVE_STATUS[CVE-2021-46965] = "fixed-version: Fixed from version 5.13rc1" | ||
4092 | |||
4093 | CVE_STATUS[CVE-2021-46966] = "fixed-version: Fixed from version 5.13rc1" | ||
4094 | |||
4095 | CVE_STATUS[CVE-2021-46967] = "fixed-version: Fixed from version 5.13rc1" | ||
4096 | |||
4097 | CVE_STATUS[CVE-2021-46968] = "fixed-version: Fixed from version 5.13rc1" | ||
4098 | |||
4099 | CVE_STATUS[CVE-2021-46969] = "fixed-version: Fixed from version 5.13rc1" | ||
4100 | |||
4101 | CVE_STATUS[CVE-2021-46970] = "fixed-version: Fixed from version 5.13rc1" | ||
4102 | |||
4103 | CVE_STATUS[CVE-2021-46971] = "fixed-version: Fixed from version 5.13rc1" | ||
4104 | |||
4105 | CVE_STATUS[CVE-2021-46972] = "fixed-version: Fixed from version 5.13rc1" | ||
4106 | |||
4107 | CVE_STATUS[CVE-2021-46973] = "fixed-version: Fixed from version 5.13rc1" | ||
4108 | |||
4109 | CVE_STATUS[CVE-2021-46974] = "fixed-version: Fixed from version 5.13rc1" | ||
4110 | |||
4111 | CVE_STATUS[CVE-2021-46976] = "fixed-version: Fixed from version 5.13rc2" | ||
4112 | |||
4113 | CVE_STATUS[CVE-2021-46977] = "fixed-version: Fixed from version 5.13rc2" | ||
4114 | |||
4115 | CVE_STATUS[CVE-2021-46978] = "fixed-version: Fixed from version 5.13rc2" | ||
4116 | |||
4117 | CVE_STATUS[CVE-2021-46979] = "fixed-version: Fixed from version 5.13rc2" | ||
4118 | |||
4119 | CVE_STATUS[CVE-2021-46980] = "fixed-version: Fixed from version 5.13rc2" | ||
4120 | |||
4121 | CVE_STATUS[CVE-2021-46981] = "fixed-version: Fixed from version 5.13rc2" | ||
4122 | |||
4123 | CVE_STATUS[CVE-2021-46982] = "fixed-version: Fixed from version 5.13rc2" | ||
4124 | |||
4125 | CVE_STATUS[CVE-2021-46983] = "fixed-version: Fixed from version 5.13rc2" | ||
4126 | |||
4127 | CVE_STATUS[CVE-2021-46984] = "fixed-version: Fixed from version 5.13rc2" | ||
4128 | |||
4129 | CVE_STATUS[CVE-2021-46985] = "fixed-version: Fixed from version 5.13rc2" | ||
4130 | |||
4131 | CVE_STATUS[CVE-2021-46986] = "fixed-version: Fixed from version 5.13rc2" | ||
4132 | |||
4133 | CVE_STATUS[CVE-2021-46987] = "fixed-version: Fixed from version 5.13rc2" | ||
4134 | |||
4135 | CVE_STATUS[CVE-2021-46988] = "fixed-version: Fixed from version 5.13rc2" | ||
4136 | |||
4137 | CVE_STATUS[CVE-2021-46989] = "fixed-version: Fixed from version 5.13rc2" | ||
4138 | |||
4139 | CVE_STATUS[CVE-2021-46990] = "fixed-version: Fixed from version 5.13rc2" | ||
4140 | |||
4141 | CVE_STATUS[CVE-2021-46991] = "fixed-version: Fixed from version 5.13rc1" | ||
4142 | |||
4143 | CVE_STATUS[CVE-2021-46992] = "fixed-version: Fixed from version 5.13rc1" | ||
4144 | |||
4145 | CVE_STATUS[CVE-2021-46993] = "fixed-version: Fixed from version 5.13rc1" | ||
4146 | |||
4147 | CVE_STATUS[CVE-2021-46994] = "fixed-version: Fixed from version 5.13rc1" | ||
4148 | |||
4149 | CVE_STATUS[CVE-2021-46995] = "fixed-version: Fixed from version 5.13rc1" | ||
4150 | |||
4151 | CVE_STATUS[CVE-2021-46996] = "fixed-version: Fixed from version 5.13rc1" | ||
4152 | |||
4153 | CVE_STATUS[CVE-2021-46997] = "fixed-version: Fixed from version 5.13rc1" | ||
4154 | |||
4155 | CVE_STATUS[CVE-2021-46998] = "fixed-version: Fixed from version 5.13rc1" | ||
4156 | |||
4157 | CVE_STATUS[CVE-2021-46999] = "fixed-version: Fixed from version 5.13rc1" | ||
4158 | |||
4159 | CVE_STATUS[CVE-2021-47000] = "fixed-version: Fixed from version 5.13rc1" | ||
4160 | |||
4161 | CVE_STATUS[CVE-2021-47001] = "fixed-version: Fixed from version 5.13rc1" | ||
4162 | |||
4163 | CVE_STATUS[CVE-2021-47002] = "fixed-version: Fixed from version 5.13rc1" | ||
4164 | |||
4165 | CVE_STATUS[CVE-2021-47003] = "fixed-version: Fixed from version 5.13rc1" | ||
4166 | |||
4167 | CVE_STATUS[CVE-2021-47004] = "fixed-version: Fixed from version 5.13rc1" | ||
4168 | |||
4169 | CVE_STATUS[CVE-2021-47005] = "fixed-version: Fixed from version 5.13rc1" | ||
4170 | |||
4171 | CVE_STATUS[CVE-2021-47006] = "fixed-version: Fixed from version 5.13rc1" | ||
4172 | |||
4173 | CVE_STATUS[CVE-2021-47007] = "fixed-version: Fixed from version 5.13rc1" | ||
4174 | |||
4175 | CVE_STATUS[CVE-2021-47008] = "fixed-version: Fixed from version 5.13rc1" | ||
4176 | |||
4177 | CVE_STATUS[CVE-2021-47009] = "fixed-version: Fixed from version 5.13rc2" | ||
4178 | |||
4179 | CVE_STATUS[CVE-2021-47010] = "fixed-version: Fixed from version 5.13rc1" | ||
4180 | |||
4181 | CVE_STATUS[CVE-2021-47011] = "fixed-version: Fixed from version 5.13rc1" | ||
4182 | |||
4183 | CVE_STATUS[CVE-2021-47012] = "fixed-version: Fixed from version 5.13rc1" | ||
4184 | |||
4185 | CVE_STATUS[CVE-2021-47013] = "fixed-version: Fixed from version 5.13rc1" | ||
4186 | |||
4187 | CVE_STATUS[CVE-2021-47014] = "fixed-version: Fixed from version 5.13rc1" | ||
4188 | |||
4189 | CVE_STATUS[CVE-2021-47015] = "fixed-version: Fixed from version 5.13rc1" | ||
4190 | |||
4191 | CVE_STATUS[CVE-2021-47016] = "fixed-version: Fixed from version 5.13rc1" | ||
4192 | |||
4193 | CVE_STATUS[CVE-2021-47017] = "fixed-version: Fixed from version 5.13rc1" | ||
4194 | |||
4195 | CVE_STATUS[CVE-2021-47018] = "fixed-version: Fixed from version 5.13rc1" | ||
4196 | |||
4197 | CVE_STATUS[CVE-2021-47019] = "fixed-version: Fixed from version 5.13rc1" | ||
4198 | |||
4199 | CVE_STATUS[CVE-2021-47020] = "fixed-version: Fixed from version 5.13rc1" | ||
4200 | |||
4201 | CVE_STATUS[CVE-2021-47021] = "fixed-version: Fixed from version 5.13rc1" | ||
4202 | |||
4203 | CVE_STATUS[CVE-2021-47022] = "fixed-version: Fixed from version 5.13rc1" | ||
4204 | |||
4205 | CVE_STATUS[CVE-2021-47023] = "fixed-version: Fixed from version 5.13rc1" | ||
4206 | |||
4207 | CVE_STATUS[CVE-2021-47024] = "fixed-version: Fixed from version 5.13rc1" | ||
4208 | |||
4209 | CVE_STATUS[CVE-2021-47025] = "fixed-version: Fixed from version 5.13rc1" | ||
4210 | |||
4211 | CVE_STATUS[CVE-2021-47026] = "fixed-version: Fixed from version 5.13rc1" | ||
4212 | |||
4213 | CVE_STATUS[CVE-2021-47027] = "fixed-version: Fixed from version 5.13rc1" | ||
4214 | |||
4215 | CVE_STATUS[CVE-2021-47028] = "fixed-version: Fixed from version 5.13rc1" | ||
4216 | |||
4217 | CVE_STATUS[CVE-2021-47029] = "fixed-version: Fixed from version 5.13rc1" | ||
4218 | |||
4219 | CVE_STATUS[CVE-2021-47030] = "fixed-version: Fixed from version 5.13rc1" | ||
4220 | |||
4221 | CVE_STATUS[CVE-2021-47031] = "fixed-version: Fixed from version 5.13rc1" | ||
4222 | |||
4223 | CVE_STATUS[CVE-2021-47032] = "fixed-version: Fixed from version 5.13rc1" | ||
4224 | |||
4225 | CVE_STATUS[CVE-2021-47033] = "fixed-version: Fixed from version 5.13rc1" | ||
4226 | |||
4227 | CVE_STATUS[CVE-2021-47034] = "fixed-version: Fixed from version 5.13rc1" | ||
4228 | |||
4229 | CVE_STATUS[CVE-2021-47035] = "fixed-version: Fixed from version 5.13rc1" | ||
4230 | |||
4231 | CVE_STATUS[CVE-2021-47036] = "fixed-version: Fixed from version 5.13rc1" | ||
4232 | |||
4233 | CVE_STATUS[CVE-2021-47037] = "fixed-version: Fixed from version 5.13rc1" | ||
4234 | |||
4235 | CVE_STATUS[CVE-2021-47038] = "fixed-version: Fixed from version 5.13rc1" | ||
4236 | |||
4237 | CVE_STATUS[CVE-2021-47039] = "fixed-version: Fixed from version 5.13rc1" | ||
4238 | |||
4239 | CVE_STATUS[CVE-2021-47040] = "fixed-version: Fixed from version 5.13rc1" | ||
4240 | |||
4241 | CVE_STATUS[CVE-2021-47041] = "fixed-version: Fixed from version 5.13rc1" | ||
4242 | |||
4243 | CVE_STATUS[CVE-2021-47042] = "fixed-version: Fixed from version 5.13rc1" | ||
4244 | |||
4245 | CVE_STATUS[CVE-2021-47043] = "fixed-version: Fixed from version 5.13rc1" | ||
4246 | |||
4247 | CVE_STATUS[CVE-2021-47044] = "fixed-version: Fixed from version 5.13rc1" | ||
4248 | |||
4249 | CVE_STATUS[CVE-2021-47045] = "fixed-version: Fixed from version 5.13rc1" | ||
4250 | |||
4251 | CVE_STATUS[CVE-2021-47046] = "fixed-version: Fixed from version 5.13rc1" | ||
4252 | |||
4253 | CVE_STATUS[CVE-2021-47047] = "fixed-version: Fixed from version 5.13rc1" | ||
4254 | |||
4255 | CVE_STATUS[CVE-2021-47048] = "fixed-version: Fixed from version 5.13rc1" | ||
4256 | |||
4257 | CVE_STATUS[CVE-2021-47049] = "fixed-version: Fixed from version 5.13rc1" | ||
4258 | |||
4259 | CVE_STATUS[CVE-2021-47050] = "fixed-version: Fixed from version 5.13rc1" | ||
4260 | |||
4261 | CVE_STATUS[CVE-2021-47051] = "fixed-version: Fixed from version 5.13rc1" | ||
4262 | |||
4263 | CVE_STATUS[CVE-2021-47052] = "fixed-version: Fixed from version 5.13rc1" | ||
4264 | |||
4265 | CVE_STATUS[CVE-2021-47053] = "fixed-version: Fixed from version 5.13rc1" | ||
4266 | |||
4267 | CVE_STATUS[CVE-2021-47054] = "fixed-version: Fixed from version 5.13rc1" | ||
4268 | |||
4269 | CVE_STATUS[CVE-2021-47055] = "fixed-version: Fixed from version 5.13rc1" | ||
4270 | |||
4271 | CVE_STATUS[CVE-2021-47056] = "fixed-version: Fixed from version 5.13rc1" | ||
4272 | |||
4273 | CVE_STATUS[CVE-2021-47057] = "fixed-version: Fixed from version 5.13rc1" | ||
4274 | |||
4275 | CVE_STATUS[CVE-2021-47058] = "fixed-version: Fixed from version 5.13rc1" | ||
4276 | |||
4277 | CVE_STATUS[CVE-2021-47059] = "fixed-version: Fixed from version 5.13rc1" | ||
4278 | |||
4279 | CVE_STATUS[CVE-2021-47060] = "fixed-version: Fixed from version 5.13rc1" | ||
4280 | |||
4281 | CVE_STATUS[CVE-2021-47061] = "fixed-version: Fixed from version 5.13rc1" | ||
4282 | |||
4283 | CVE_STATUS[CVE-2021-47062] = "fixed-version: Fixed from version 5.13rc1" | ||
4284 | |||
4285 | CVE_STATUS[CVE-2021-47063] = "fixed-version: Fixed from version 5.13rc1" | ||
4286 | |||
4287 | CVE_STATUS[CVE-2021-47064] = "fixed-version: Fixed from version 5.13rc1" | ||
4288 | |||
4289 | CVE_STATUS[CVE-2021-47065] = "fixed-version: Fixed from version 5.13rc1" | ||
4290 | |||
4291 | CVE_STATUS[CVE-2021-47066] = "fixed-version: Fixed from version 5.13rc1" | ||
4292 | |||
4293 | CVE_STATUS[CVE-2021-47067] = "fixed-version: Fixed from version 5.13rc1" | ||
4294 | |||
4295 | CVE_STATUS[CVE-2021-47068] = "fixed-version: Fixed from version 5.13rc1" | ||
4296 | |||
4297 | CVE_STATUS[CVE-2021-47069] = "fixed-version: Fixed from version 5.13rc3" | ||
4298 | |||
4299 | CVE_STATUS[CVE-2021-47070] = "fixed-version: Fixed from version 5.13rc3" | ||
4300 | |||
4301 | CVE_STATUS[CVE-2021-47071] = "fixed-version: Fixed from version 5.13rc3" | ||
4302 | |||
4303 | CVE_STATUS[CVE-2021-47072] = "fixed-version: Fixed from version 5.13rc3" | ||
4304 | |||
4305 | CVE_STATUS[CVE-2021-47073] = "fixed-version: Fixed from version 5.13rc3" | ||
4306 | |||
4307 | CVE_STATUS[CVE-2021-47074] = "fixed-version: Fixed from version 5.13rc3" | ||
4308 | |||
4309 | CVE_STATUS[CVE-2021-47075] = "fixed-version: Fixed from version 5.13rc3" | ||
4310 | |||
4311 | CVE_STATUS[CVE-2021-47076] = "fixed-version: Fixed from version 5.13rc3" | ||
4312 | |||
4313 | CVE_STATUS[CVE-2021-47077] = "fixed-version: Fixed from version 5.13rc3" | ||
4314 | |||
4315 | CVE_STATUS[CVE-2021-47078] = "fixed-version: Fixed from version 5.13rc3" | ||
4316 | |||
4317 | CVE_STATUS[CVE-2021-47079] = "fixed-version: Fixed from version 5.13rc3" | ||
4318 | |||
4319 | CVE_STATUS[CVE-2021-47080] = "fixed-version: Fixed from version 5.13rc3" | ||
4320 | |||
4321 | CVE_STATUS[CVE-2021-47081] = "fixed-version: Fixed from version 5.13rc3" | ||
4322 | |||
4323 | CVE_STATUS[CVE-2021-47082] = "fixed-version: Fixed from version 5.16rc7" | ||
4324 | |||
4325 | CVE_STATUS[CVE-2021-47083] = "fixed-version: Fixed from version 5.16rc7" | ||
4326 | |||
4327 | CVE_STATUS[CVE-2021-47086] = "fixed-version: Fixed from version 5.16rc7" | ||
4328 | |||
4329 | CVE_STATUS[CVE-2021-47087] = "fixed-version: Fixed from version 5.16rc7" | ||
4330 | |||
4331 | CVE_STATUS[CVE-2021-47088] = "fixed-version: Fixed from version 5.16rc7" | ||
4332 | |||
4333 | CVE_STATUS[CVE-2021-47089] = "fixed-version: Fixed from version 5.16rc7" | ||
4334 | |||
4335 | CVE_STATUS[CVE-2021-47090] = "fixed-version: Fixed from version 5.16rc7" | ||
4336 | |||
4337 | CVE_STATUS[CVE-2021-47091] = "fixed-version: Fixed from version 5.16rc7" | ||
4338 | |||
4339 | CVE_STATUS[CVE-2021-47092] = "fixed-version: Fixed from version 5.16rc7" | ||
4340 | |||
4341 | CVE_STATUS[CVE-2021-47093] = "fixed-version: Fixed from version 5.16rc7" | ||
4342 | |||
4343 | CVE_STATUS[CVE-2021-47094] = "fixed-version: Fixed from version 5.16rc7" | ||
4344 | |||
4345 | CVE_STATUS[CVE-2021-47095] = "fixed-version: Fixed from version 5.16rc7" | ||
4346 | |||
4347 | CVE_STATUS[CVE-2021-47096] = "fixed-version: Fixed from version 5.16rc7" | ||
4348 | |||
4349 | CVE_STATUS[CVE-2021-47097] = "fixed-version: Fixed from version 5.16rc7" | ||
4350 | |||
4351 | CVE_STATUS[CVE-2021-47098] = "fixed-version: Fixed from version 5.16rc7" | ||
4352 | |||
4353 | CVE_STATUS[CVE-2021-47099] = "fixed-version: Fixed from version 5.16rc7" | ||
4354 | |||
4355 | CVE_STATUS[CVE-2021-47100] = "fixed-version: Fixed from version 5.16rc7" | ||
4356 | |||
4357 | CVE_STATUS[CVE-2021-47101] = "fixed-version: Fixed from version 5.16rc7" | ||
4358 | |||
4359 | CVE_STATUS[CVE-2021-47102] = "fixed-version: Fixed from version 5.16rc7" | ||
4360 | |||
4361 | CVE_STATUS[CVE-2021-47103] = "fixed-version: Fixed from version 5.16rc7" | ||
4362 | |||
4363 | CVE_STATUS[CVE-2021-47104] = "fixed-version: Fixed from version 5.16rc7" | ||
4364 | |||
4365 | CVE_STATUS[CVE-2021-47105] = "fixed-version: Fixed from version 5.16rc7" | ||
4366 | |||
4367 | CVE_STATUS[CVE-2021-47106] = "fixed-version: Fixed from version 5.16rc7" | ||
4368 | |||
4369 | CVE_STATUS[CVE-2021-47107] = "fixed-version: Fixed from version 5.16rc7" | ||
4370 | |||
4371 | CVE_STATUS[CVE-2021-47108] = "fixed-version: Fixed from version 5.16rc7" | ||
4372 | |||
4373 | CVE_STATUS[CVE-2021-47109] = "fixed-version: Fixed from version 5.13rc7" | ||
4374 | |||
4375 | CVE_STATUS[CVE-2021-47110] = "fixed-version: Fixed from version 5.13rc2" | ||
4376 | |||
4377 | CVE_STATUS[CVE-2021-47111] = "fixed-version: Fixed from version 5.13rc6" | ||
4378 | |||
4379 | CVE_STATUS[CVE-2021-47112] = "fixed-version: Fixed from version 5.13rc2" | ||
4380 | |||
4381 | CVE_STATUS[CVE-2021-47113] = "fixed-version: Fixed from version 5.13rc5" | ||
4382 | |||
4383 | CVE_STATUS[CVE-2021-47114] = "fixed-version: Fixed from version 5.13rc5" | ||
4384 | |||
4385 | CVE_STATUS[CVE-2021-47116] = "fixed-version: Fixed from version 5.13rc5" | ||
4386 | |||
4387 | CVE_STATUS[CVE-2021-47117] = "fixed-version: Fixed from version 5.13rc5" | ||
4388 | |||
4389 | CVE_STATUS[CVE-2021-47118] = "fixed-version: Fixed from version 5.13rc5" | ||
4390 | |||
4391 | CVE_STATUS[CVE-2021-47119] = "fixed-version: Fixed from version 5.13rc5" | ||
4392 | |||
4393 | CVE_STATUS[CVE-2021-47120] = "fixed-version: Fixed from version 5.13rc5" | ||
4394 | |||
4395 | CVE_STATUS[CVE-2021-47121] = "fixed-version: Fixed from version 5.13rc5" | ||
4396 | |||
4397 | CVE_STATUS[CVE-2021-47122] = "fixed-version: Fixed from version 5.13rc5" | ||
4398 | |||
4399 | CVE_STATUS[CVE-2021-47123] = "fixed-version: Fixed from version 5.13rc2" | ||
4400 | |||
4401 | CVE_STATUS[CVE-2021-47124] = "fixed-version: Fixed from version 5.13rc2" | ||
4402 | |||
4403 | CVE_STATUS[CVE-2021-47125] = "fixed-version: Fixed from version 5.13rc5" | ||
4404 | |||
4405 | CVE_STATUS[CVE-2021-47126] = "fixed-version: Fixed from version 5.13rc5" | ||
4406 | |||
4407 | CVE_STATUS[CVE-2021-47127] = "fixed-version: Fixed from version 5.13rc5" | ||
4408 | |||
4409 | CVE_STATUS[CVE-2021-47128] = "fixed-version: Fixed from version 5.13rc5" | ||
4410 | |||
4411 | CVE_STATUS[CVE-2021-47129] = "fixed-version: Fixed from version 5.13rc5" | ||
4412 | |||
4413 | CVE_STATUS[CVE-2021-47130] = "fixed-version: Fixed from version 5.13rc5" | ||
4414 | |||
4415 | CVE_STATUS[CVE-2021-47131] = "fixed-version: Fixed from version 5.13rc5" | ||
4416 | |||
4417 | CVE_STATUS[CVE-2021-47132] = "fixed-version: Fixed from version 5.13rc5" | ||
4418 | |||
4419 | CVE_STATUS[CVE-2021-47133] = "fixed-version: Fixed from version 5.13rc5" | ||
4420 | |||
4421 | CVE_STATUS[CVE-2021-47134] = "fixed-version: Fixed from version 5.13rc5" | ||
4422 | |||
4423 | CVE_STATUS[CVE-2021-47135] = "fixed-version: Fixed from version 5.13rc5" | ||
4424 | |||
4425 | CVE_STATUS[CVE-2021-47136] = "fixed-version: Fixed from version 5.13rc4" | ||
4426 | |||
4427 | CVE_STATUS[CVE-2021-47137] = "fixed-version: Fixed from version 5.13rc4" | ||
4428 | |||
4429 | CVE_STATUS[CVE-2021-47138] = "fixed-version: Fixed from version 5.13rc4" | ||
4430 | |||
4431 | CVE_STATUS[CVE-2021-47139] = "fixed-version: Fixed from version 5.13rc4" | ||
4432 | |||
4433 | CVE_STATUS[CVE-2021-47140] = "fixed-version: Fixed from version 5.13rc4" | ||
4434 | |||
4435 | CVE_STATUS[CVE-2021-47141] = "fixed-version: Fixed from version 5.13rc4" | ||
4436 | |||
4437 | CVE_STATUS[CVE-2021-47142] = "fixed-version: Fixed from version 5.13rc3" | ||
4438 | |||
4439 | CVE_STATUS[CVE-2021-47143] = "fixed-version: Fixed from version 5.13rc4" | ||
4440 | |||
4441 | CVE_STATUS[CVE-2021-47144] = "fixed-version: Fixed from version 5.13rc3" | ||
4442 | |||
4443 | CVE_STATUS[CVE-2021-47145] = "fixed-version: Fixed from version 5.13rc3" | ||
4444 | |||
4445 | CVE_STATUS[CVE-2021-47146] = "fixed-version: Fixed from version 5.13rc4" | ||
4446 | |||
4447 | CVE_STATUS[CVE-2021-47147] = "fixed-version: Fixed from version 5.13rc4" | ||
4448 | |||
4449 | CVE_STATUS[CVE-2021-47148] = "fixed-version: Fixed from version 5.13rc4" | ||
4450 | |||
4451 | CVE_STATUS[CVE-2021-47149] = "fixed-version: Fixed from version 5.13rc3" | ||
4452 | |||
4453 | CVE_STATUS[CVE-2021-47150] = "fixed-version: Fixed from version 5.13rc4" | ||
4454 | |||
4455 | CVE_STATUS[CVE-2021-47151] = "fixed-version: Fixed from version 5.13rc4" | ||
4456 | |||
4457 | CVE_STATUS[CVE-2021-47152] = "fixed-version: Fixed from version 5.13rc4" | ||
4458 | |||
4459 | CVE_STATUS[CVE-2021-47153] = "fixed-version: Fixed from version 5.13rc4" | ||
4460 | |||
4461 | CVE_STATUS[CVE-2021-47158] = "fixed-version: Fixed from version 5.13rc4" | ||
4462 | |||
4463 | CVE_STATUS[CVE-2021-47159] = "fixed-version: Fixed from version 5.13rc4" | ||
4464 | |||
4465 | CVE_STATUS[CVE-2021-47160] = "fixed-version: Fixed from version 5.13rc4" | ||
4466 | |||
4467 | CVE_STATUS[CVE-2021-47161] = "fixed-version: Fixed from version 5.13rc4" | ||
4468 | |||
4469 | CVE_STATUS[CVE-2021-47162] = "fixed-version: Fixed from version 5.13rc4" | ||
4470 | |||
4471 | CVE_STATUS[CVE-2021-47163] = "fixed-version: Fixed from version 5.13rc4" | ||
4472 | |||
4473 | CVE_STATUS[CVE-2021-47164] = "fixed-version: Fixed from version 5.13rc4" | ||
4474 | |||
4475 | CVE_STATUS[CVE-2021-47165] = "fixed-version: Fixed from version 5.13rc4" | ||
4476 | |||
4477 | CVE_STATUS[CVE-2021-47166] = "fixed-version: Fixed from version 5.13rc4" | ||
4478 | |||
4479 | CVE_STATUS[CVE-2021-47167] = "fixed-version: Fixed from version 5.13rc4" | ||
4480 | |||
4481 | CVE_STATUS[CVE-2021-47168] = "fixed-version: Fixed from version 5.13rc4" | ||
4482 | |||
4483 | CVE_STATUS[CVE-2021-47169] = "fixed-version: Fixed from version 5.13rc4" | ||
4484 | |||
4485 | CVE_STATUS[CVE-2021-47170] = "fixed-version: Fixed from version 5.13rc4" | ||
4486 | |||
4487 | CVE_STATUS[CVE-2021-47171] = "fixed-version: Fixed from version 5.13rc4" | ||
4488 | |||
4489 | CVE_STATUS[CVE-2021-47172] = "fixed-version: Fixed from version 5.13rc4" | ||
4490 | |||
4491 | CVE_STATUS[CVE-2021-47173] = "fixed-version: Fixed from version 5.13rc4" | ||
4492 | |||
4493 | CVE_STATUS[CVE-2021-47174] = "fixed-version: Fixed from version 5.13rc4" | ||
4494 | |||
4495 | CVE_STATUS[CVE-2021-47175] = "fixed-version: Fixed from version 5.13rc4" | ||
4496 | |||
4497 | CVE_STATUS[CVE-2021-47176] = "fixed-version: Fixed from version 5.13rc4" | ||
4498 | |||
4499 | CVE_STATUS[CVE-2021-47177] = "fixed-version: Fixed from version 5.13rc4" | ||
4500 | |||
4501 | CVE_STATUS[CVE-2021-47178] = "fixed-version: Fixed from version 5.13rc4" | ||
4502 | |||
4503 | CVE_STATUS[CVE-2021-47179] = "fixed-version: Fixed from version 5.13rc4" | ||
4504 | |||
4505 | CVE_STATUS[CVE-2021-47180] = "fixed-version: Fixed from version 5.13rc4" | ||
4506 | |||
4507 | CVE_STATUS[CVE-2022-0001] = "fixed-version: Fixed from version 5.17rc8" | ||
4508 | |||
4509 | CVE_STATUS[CVE-2022-0002] = "fixed-version: Fixed from version 5.17rc8" | ||
4510 | |||
4511 | CVE_STATUS[CVE-2022-0168] = "fixed-version: Fixed from version 5.18rc1" | ||
4512 | |||
4513 | CVE_STATUS[CVE-2022-0171] = "fixed-version: Fixed from version 5.18rc4" | ||
4514 | |||
4515 | CVE_STATUS[CVE-2022-0185] = "fixed-version: Fixed from version 5.17rc1" | ||
4516 | |||
4517 | CVE_STATUS[CVE-2022-0264] = "fixed-version: Fixed from version 5.16rc6" | ||
4518 | |||
4519 | CVE_STATUS[CVE-2022-0286] = "fixed-version: Fixed from version 5.14rc2" | ||
4520 | |||
4521 | CVE_STATUS[CVE-2022-0322] = "fixed-version: Fixed from version 5.15rc6" | ||
4522 | |||
4523 | CVE_STATUS[CVE-2022-0330] = "fixed-version: Fixed from version 5.17rc2" | ||
4524 | |||
4525 | CVE_STATUS[CVE-2022-0382] = "fixed-version: Fixed from version 5.16" | ||
4526 | |||
4527 | # CVE-2022-0400 has no known resolution | ||
4528 | |||
4529 | CVE_STATUS[CVE-2022-0433] = "fixed-version: Fixed from version 5.17rc1" | ||
4530 | |||
4531 | CVE_STATUS[CVE-2022-0435] = "fixed-version: Fixed from version 5.17rc4" | ||
4532 | |||
4533 | CVE_STATUS[CVE-2022-0480] = "fixed-version: Fixed from version 5.15rc1" | ||
4534 | |||
4535 | CVE_STATUS[CVE-2022-0487] = "fixed-version: Fixed from version 5.17rc4" | ||
4536 | |||
4537 | CVE_STATUS[CVE-2022-0492] = "fixed-version: Fixed from version 5.17rc3" | ||
4538 | |||
4539 | CVE_STATUS[CVE-2022-0494] = "fixed-version: Fixed from version 5.17rc5" | ||
4540 | |||
4541 | CVE_STATUS[CVE-2022-0500] = "fixed-version: Fixed from version 5.17rc1" | ||
4542 | |||
4543 | CVE_STATUS[CVE-2022-0516] = "fixed-version: Fixed from version 5.17rc4" | ||
4544 | |||
4545 | CVE_STATUS[CVE-2022-0617] = "fixed-version: Fixed from version 5.17rc2" | ||
4546 | |||
4547 | CVE_STATUS[CVE-2022-0644] = "fixed-version: Fixed from version 5.15rc7" | ||
4548 | |||
4549 | CVE_STATUS[CVE-2022-0646] = "fixed-version: Fixed from version 5.17rc5" | ||
4550 | |||
4551 | CVE_STATUS[CVE-2022-0742] = "fixed-version: Fixed from version 5.17rc7" | ||
4552 | |||
4553 | CVE_STATUS[CVE-2022-0812] = "fixed-version: Fixed from version 5.8rc6" | ||
4554 | |||
4555 | CVE_STATUS[CVE-2022-0847] = "fixed-version: Fixed from version 5.17rc6" | ||
4556 | |||
4557 | CVE_STATUS[CVE-2022-0850] = "fixed-version: Fixed from version 5.14rc1" | ||
4558 | |||
4559 | CVE_STATUS[CVE-2022-0854] = "fixed-version: Fixed from version 5.17rc8" | ||
4560 | |||
4561 | CVE_STATUS[CVE-2022-0995] = "fixed-version: Fixed from version 5.17rc8" | ||
4562 | |||
4563 | CVE_STATUS[CVE-2022-0998] = "fixed-version: Fixed from version 5.17rc1" | ||
4564 | |||
4565 | CVE_STATUS[CVE-2022-1011] = "fixed-version: Fixed from version 5.17rc8" | ||
4566 | |||
4567 | CVE_STATUS[CVE-2022-1012] = "fixed-version: Fixed from version 5.18rc6" | ||
4568 | |||
4569 | CVE_STATUS[CVE-2022-1015] = "fixed-version: Fixed from version 5.18rc1" | ||
4570 | |||
4571 | CVE_STATUS[CVE-2022-1016] = "fixed-version: Fixed from version 5.18rc1" | ||
4572 | |||
4573 | CVE_STATUS[CVE-2022-1043] = "fixed-version: Fixed from version 5.14rc7" | ||
4574 | |||
4575 | CVE_STATUS[CVE-2022-1048] = "fixed-version: Fixed from version 5.18rc1" | ||
4576 | |||
4577 | CVE_STATUS[CVE-2022-1055] = "fixed-version: Fixed from version 5.17rc3" | ||
4578 | |||
4579 | # CVE-2022-1116 has no known resolution | ||
4580 | |||
4581 | CVE_STATUS[CVE-2022-1158] = "fixed-version: Fixed from version 5.18rc1" | ||
4582 | |||
4583 | CVE_STATUS[CVE-2022-1184] = "fixed-version: Fixed from version 5.19rc1" | ||
4584 | |||
4585 | CVE_STATUS[CVE-2022-1195] = "fixed-version: Fixed from version 5.16rc7" | ||
4586 | |||
4587 | CVE_STATUS[CVE-2022-1198] = "fixed-version: Fixed from version 5.17rc6" | ||
4588 | |||
4589 | CVE_STATUS[CVE-2022-1199] = "fixed-version: Fixed from version 5.17rc8" | ||
4590 | |||
4591 | CVE_STATUS[CVE-2022-1204] = "fixed-version: Fixed from version 5.18rc1" | ||
4592 | |||
4593 | CVE_STATUS[CVE-2022-1205] = "fixed-version: Fixed from version 5.18rc1" | ||
4594 | |||
4595 | # CVE-2022-1247 has no known resolution | ||
4596 | |||
4597 | CVE_STATUS[CVE-2022-1263] = "fixed-version: Fixed from version 5.18rc3" | ||
4598 | |||
4599 | CVE_STATUS[CVE-2022-1280] = "fixed-version: Fixed from version 5.15rc1" | ||
4600 | |||
4601 | CVE_STATUS[CVE-2022-1353] = "fixed-version: Fixed from version 5.17" | ||
4602 | |||
4603 | CVE_STATUS[CVE-2022-1419] = "fixed-version: Fixed from version 5.6rc2" | ||
4604 | |||
4605 | CVE_STATUS[CVE-2022-1462] = "fixed-version: Fixed from version 5.19rc7" | ||
4606 | |||
4607 | CVE_STATUS[CVE-2022-1508] = "fixed-version: Fixed from version 5.15rc1" | ||
4608 | |||
4609 | CVE_STATUS[CVE-2022-1516] = "fixed-version: Fixed from version 5.18rc1" | ||
4610 | |||
4611 | CVE_STATUS[CVE-2022-1651] = "fixed-version: Fixed from version 5.18rc1" | ||
4612 | |||
4613 | CVE_STATUS[CVE-2022-1652] = "fixed-version: Fixed from version 5.18rc6" | ||
4614 | |||
4615 | CVE_STATUS[CVE-2022-1671] = "fixed-version: Fixed from version 5.18rc1" | ||
4616 | |||
4617 | CVE_STATUS[CVE-2022-1678] = "fixed-version: Fixed from version 4.20rc1" | ||
4618 | |||
4619 | CVE_STATUS[CVE-2022-1679] = "fixed-version: Fixed from version 6.0rc1" | ||
4620 | |||
4621 | CVE_STATUS[CVE-2022-1729] = "fixed-version: Fixed from version 5.18" | ||
4622 | |||
4623 | CVE_STATUS[CVE-2022-1734] = "fixed-version: Fixed from version 5.18rc6" | ||
4624 | |||
4625 | CVE_STATUS[CVE-2022-1786] = "fixed-version: Fixed from version 5.12rc1" | ||
4626 | |||
4627 | CVE_STATUS[CVE-2022-1789] = "fixed-version: Fixed from version 5.18" | ||
4628 | |||
4629 | CVE_STATUS[CVE-2022-1836] = "fixed-version: Fixed from version 5.18rc5" | ||
4630 | |||
4631 | CVE_STATUS[CVE-2022-1852] = "fixed-version: Fixed from version 5.19rc1" | ||
4632 | |||
4633 | CVE_STATUS[CVE-2022-1882] = "fixed-version: Fixed from version 5.19rc8" | ||
4634 | |||
4635 | CVE_STATUS[CVE-2022-1943] = "fixed-version: Fixed from version 5.18rc7" | ||
4636 | |||
4637 | CVE_STATUS[CVE-2022-1966] = "fixed-version: Fixed from version 5.19rc1" | ||
4638 | |||
4639 | CVE_STATUS[CVE-2022-1972] = "fixed-version: Fixed from version 5.19rc1" | ||
4640 | |||
4641 | CVE_STATUS[CVE-2022-1973] = "fixed-version: Fixed from version 5.19rc1" | ||
4642 | |||
4643 | CVE_STATUS[CVE-2022-1974] = "fixed-version: Fixed from version 5.18rc6" | ||
4644 | |||
4645 | CVE_STATUS[CVE-2022-1975] = "fixed-version: Fixed from version 5.18rc6" | ||
4646 | |||
4647 | CVE_STATUS[CVE-2022-1976] = "fixed-version: Fixed from version 5.19rc1" | ||
4648 | |||
4649 | CVE_STATUS[CVE-2022-1998] = "fixed-version: Fixed from version 5.17rc3" | ||
4650 | |||
4651 | CVE_STATUS[CVE-2022-20008] = "fixed-version: Fixed from version 5.17rc5" | ||
4652 | |||
4653 | CVE_STATUS[CVE-2022-20132] = "fixed-version: Fixed from version 5.16rc5" | ||
4654 | |||
4655 | CVE_STATUS[CVE-2022-20141] = "fixed-version: Fixed from version 5.15rc1" | ||
4656 | |||
4657 | CVE_STATUS[CVE-2022-20148] = "fixed-version: Fixed from version 5.16rc1" | ||
4658 | |||
4659 | CVE_STATUS[CVE-2022-20153] = "fixed-version: Fixed from version 5.13rc1" | ||
4660 | |||
4661 | CVE_STATUS[CVE-2022-20154] = "fixed-version: Fixed from version 5.16rc8" | ||
4662 | |||
4663 | CVE_STATUS[CVE-2022-20158] = "fixed-version: Fixed from version 5.17" | ||
4664 | |||
4665 | CVE_STATUS[CVE-2022-20166] = "fixed-version: Fixed from version 5.10rc1" | ||
4666 | |||
4667 | CVE_STATUS[CVE-2022-20368] = "fixed-version: Fixed from version 5.17" | ||
4668 | |||
4669 | CVE_STATUS[CVE-2022-20369] = "fixed-version: Fixed from version 5.18rc1" | ||
4670 | |||
4671 | CVE_STATUS[CVE-2022-20409] = "fixed-version: Fixed from version 5.12rc1" | ||
4672 | |||
4673 | CVE_STATUS[CVE-2022-20421] = "fixed-version: Fixed from version 6.0rc4" | ||
4674 | |||
4675 | CVE_STATUS[CVE-2022-20422] = "fixed-version: Fixed from version 6.0rc1" | ||
4676 | |||
4677 | CVE_STATUS[CVE-2022-20423] = "fixed-version: Fixed from version 5.17" | ||
4678 | |||
4679 | CVE_STATUS[CVE-2022-20424] = "fixed-version: Fixed from version 5.12rc1" | ||
4680 | |||
4681 | CVE_STATUS[CVE-2022-20565] = "fixed-version: Fixed from version 5.9rc4" | ||
4682 | |||
4683 | CVE_STATUS[CVE-2022-20566] = "fixed-version: Fixed from version 5.19" | ||
4684 | |||
4685 | CVE_STATUS[CVE-2022-20567] = "fixed-version: Fixed from version 4.16rc5" | ||
4686 | |||
4687 | CVE_STATUS[CVE-2022-20568] = "fixed-version: Fixed from version 5.12rc1" | ||
4688 | |||
4689 | CVE_STATUS[CVE-2022-20572] = "fixed-version: Fixed from version 5.19rc1" | ||
4690 | |||
4691 | CVE_STATUS[CVE-2022-2078] = "fixed-version: Fixed from version 5.19rc1" | ||
4692 | |||
4693 | CVE_STATUS[CVE-2022-21123] = "fixed-version: Fixed from version 5.19rc3" | ||
4694 | |||
4695 | CVE_STATUS[CVE-2022-21125] = "fixed-version: Fixed from version 5.19rc3" | ||
4696 | |||
4697 | CVE_STATUS[CVE-2022-21166] = "fixed-version: Fixed from version 5.19rc3" | ||
4698 | |||
4699 | CVE_STATUS[CVE-2022-21385] = "fixed-version: Fixed from version 4.20" | ||
4700 | |||
4701 | CVE_STATUS[CVE-2022-21499] = "fixed-version: Fixed from version 5.19rc1" | ||
4702 | |||
4703 | CVE_STATUS[CVE-2022-21505] = "fixed-version: Fixed from version 5.19rc8" | ||
4704 | |||
4705 | CVE_STATUS[CVE-2022-2153] = "fixed-version: Fixed from version 5.18rc1" | ||
4706 | |||
4707 | CVE_STATUS[CVE-2022-2196] = "fixed-version: Fixed from version 6.2rc1" | ||
4708 | |||
4709 | # CVE-2022-2209 has no known resolution | ||
4710 | |||
4711 | CVE_STATUS[CVE-2022-22942] = "fixed-version: Fixed from version 5.17rc2" | ||
4712 | |||
4713 | CVE_STATUS[CVE-2022-23036] = "fixed-version: Fixed from version 5.17rc8" | ||
4714 | |||
4715 | CVE_STATUS[CVE-2022-23037] = "fixed-version: Fixed from version 5.17rc8" | ||
4716 | |||
4717 | CVE_STATUS[CVE-2022-23038] = "fixed-version: Fixed from version 5.17rc8" | ||
4718 | |||
4719 | CVE_STATUS[CVE-2022-23039] = "fixed-version: Fixed from version 5.17rc8" | ||
4720 | |||
4721 | CVE_STATUS[CVE-2022-23040] = "fixed-version: Fixed from version 5.17rc8" | ||
4722 | |||
4723 | CVE_STATUS[CVE-2022-23041] = "fixed-version: Fixed from version 5.17rc8" | ||
4724 | |||
4725 | CVE_STATUS[CVE-2022-23042] = "fixed-version: Fixed from version 5.17rc8" | ||
4726 | |||
4727 | CVE_STATUS[CVE-2022-2308] = "fixed-version: Fixed from version 6.0" | ||
4728 | |||
4729 | CVE_STATUS[CVE-2022-2318] = "fixed-version: Fixed from version 5.19rc5" | ||
4730 | |||
4731 | CVE_STATUS[CVE-2022-23222] = "fixed-version: Fixed from version 5.17rc1" | ||
4732 | |||
4733 | CVE_STATUS[CVE-2022-2327] = "fixed-version: Fixed from version 5.12rc1" | ||
4734 | |||
4735 | CVE_STATUS[CVE-2022-2380] = "fixed-version: Fixed from version 5.18rc1" | ||
4736 | |||
4737 | CVE_STATUS[CVE-2022-23816] = "fixed-version: Fixed from version 5.19rc7" | ||
4738 | |||
4739 | # CVE-2022-23825 has no known resolution | ||
4740 | |||
4741 | CVE_STATUS[CVE-2022-23960] = "fixed-version: Fixed from version 5.17rc8" | ||
4742 | |||
4743 | CVE_STATUS[CVE-2022-24122] = "fixed-version: Fixed from version 5.17rc2" | ||
4744 | |||
4745 | CVE_STATUS[CVE-2022-24448] = "fixed-version: Fixed from version 5.17rc2" | ||
4746 | |||
4747 | CVE_STATUS[CVE-2022-24958] = "fixed-version: Fixed from version 5.17rc1" | ||
4748 | |||
4749 | CVE_STATUS[CVE-2022-24959] = "fixed-version: Fixed from version 5.17rc2" | ||
4750 | |||
4751 | CVE_STATUS[CVE-2022-2503] = "fixed-version: Fixed from version 5.19rc1" | ||
4752 | |||
4753 | CVE_STATUS[CVE-2022-25258] = "fixed-version: Fixed from version 5.17rc4" | ||
4754 | |||
4755 | # CVE-2022-25265 has no known resolution | ||
4756 | |||
4757 | CVE_STATUS[CVE-2022-25375] = "fixed-version: Fixed from version 5.17rc4" | ||
4758 | |||
4759 | CVE_STATUS[CVE-2022-25636] = "fixed-version: Fixed from version 5.17rc6" | ||
4760 | |||
4761 | CVE_STATUS[CVE-2022-2585] = "fixed-version: Fixed from version 6.0rc1" | ||
4762 | |||
4763 | CVE_STATUS[CVE-2022-2586] = "fixed-version: Fixed from version 6.0rc1" | ||
4764 | |||
4765 | CVE_STATUS[CVE-2022-2588] = "fixed-version: Fixed from version 6.0rc1" | ||
4766 | |||
4767 | CVE_STATUS[CVE-2022-2590] = "fixed-version: Fixed from version 6.0rc3" | ||
4768 | |||
4769 | CVE_STATUS[CVE-2022-2602] = "fixed-version: Fixed from version 6.1rc1" | ||
4770 | |||
4771 | CVE_STATUS[CVE-2022-26365] = "fixed-version: Fixed from version 5.19rc6" | ||
4772 | |||
4773 | CVE_STATUS[CVE-2022-26373] = "fixed-version: Fixed from version 6.0rc1" | ||
4774 | |||
4775 | CVE_STATUS[CVE-2022-2639] = "fixed-version: Fixed from version 5.18rc4" | ||
4776 | |||
4777 | CVE_STATUS[CVE-2022-26490] = "fixed-version: Fixed from version 5.17rc1" | ||
4778 | |||
4779 | CVE_STATUS[CVE-2022-2663] = "fixed-version: Fixed from version 6.0rc5" | ||
4780 | |||
4781 | # CVE-2022-26878 has no known resolution | ||
4782 | |||
4783 | CVE_STATUS[CVE-2022-26966] = "fixed-version: Fixed from version 5.17rc6" | ||
4784 | |||
4785 | CVE_STATUS[CVE-2022-27223] = "fixed-version: Fixed from version 5.17rc6" | ||
4786 | |||
4787 | CVE_STATUS[CVE-2022-27666] = "fixed-version: Fixed from version 5.17rc8" | ||
4788 | |||
4789 | CVE_STATUS[CVE-2022-27672] = "fixed-version: Fixed from version 6.2" | ||
4790 | |||
4791 | CVE_STATUS[CVE-2022-2785] = "fixed-version: Fixed from version 6.0rc1" | ||
4792 | |||
4793 | CVE_STATUS[CVE-2022-27950] = "fixed-version: Fixed from version 5.17rc5" | ||
4794 | |||
4795 | CVE_STATUS[CVE-2022-28356] = "fixed-version: Fixed from version 5.18rc1" | ||
4796 | |||
4797 | CVE_STATUS[CVE-2022-28388] = "fixed-version: Fixed from version 5.18rc1" | ||
4798 | |||
4799 | CVE_STATUS[CVE-2022-28389] = "fixed-version: Fixed from version 5.18rc1" | ||
4800 | |||
4801 | CVE_STATUS[CVE-2022-28390] = "fixed-version: Fixed from version 5.18rc1" | ||
4802 | |||
4803 | CVE_STATUS[CVE-2022-2873] = "fixed-version: Fixed from version 5.19rc1" | ||
4804 | |||
4805 | CVE_STATUS[CVE-2022-28796] = "fixed-version: Fixed from version 5.18rc1" | ||
4806 | |||
4807 | CVE_STATUS[CVE-2022-28893] = "fixed-version: Fixed from version 5.18rc2" | ||
4808 | |||
4809 | CVE_STATUS[CVE-2022-2905] = "fixed-version: Fixed from version 6.0rc4" | ||
4810 | |||
4811 | CVE_STATUS[CVE-2022-29156] = "fixed-version: Fixed from version 5.17rc6" | ||
4812 | |||
4813 | CVE_STATUS[CVE-2022-2938] = "fixed-version: Fixed from version 5.17rc2" | ||
4814 | |||
4815 | CVE_STATUS[CVE-2022-29581] = "fixed-version: Fixed from version 5.18rc4" | ||
4816 | |||
4817 | CVE_STATUS[CVE-2022-29582] = "fixed-version: Fixed from version 5.18rc2" | ||
4818 | |||
4819 | CVE_STATUS[CVE-2022-2959] = "fixed-version: Fixed from version 5.19rc1" | ||
4820 | |||
4821 | # CVE-2022-2961 has no known resolution | ||
4822 | |||
4823 | CVE_STATUS[CVE-2022-2964] = "fixed-version: Fixed from version 5.17rc4" | ||
4824 | |||
4825 | CVE_STATUS[CVE-2022-2977] = "fixed-version: Fixed from version 5.18rc1" | ||
4826 | |||
4827 | CVE_STATUS[CVE-2022-2978] = "fixed-version: Fixed from version 6.1rc1" | ||
4828 | |||
4829 | CVE_STATUS[CVE-2022-29900] = "fixed-version: Fixed from version 5.19rc7" | ||
4830 | |||
4831 | CVE_STATUS[CVE-2022-29901] = "fixed-version: Fixed from version 5.19rc7" | ||
4832 | |||
4833 | CVE_STATUS[CVE-2022-2991] = "fixed-version: Fixed from version 5.15rc1" | ||
4834 | |||
4835 | CVE_STATUS[CVE-2022-29968] = "fixed-version: Fixed from version 5.18rc5" | ||
4836 | |||
4837 | CVE_STATUS[CVE-2022-3028] = "fixed-version: Fixed from version 6.0rc3" | ||
4838 | |||
4839 | CVE_STATUS[CVE-2022-30594] = "fixed-version: Fixed from version 5.18rc1" | ||
4840 | |||
4841 | CVE_STATUS[CVE-2022-3061] = "fixed-version: Fixed from version 5.18rc5" | ||
4842 | |||
4843 | CVE_STATUS[CVE-2022-3077] = "fixed-version: Fixed from version 5.19rc1" | ||
4844 | |||
4845 | CVE_STATUS[CVE-2022-3078] = "fixed-version: Fixed from version 5.18rc1" | ||
4846 | |||
4847 | CVE_STATUS[CVE-2022-3103] = "fixed-version: Fixed from version 6.0rc3" | ||
4848 | |||
4849 | CVE_STATUS[CVE-2022-3104] = "fixed-version: Fixed from version 5.19rc1" | ||
4850 | |||
4851 | CVE_STATUS[CVE-2022-3105] = "fixed-version: Fixed from version 5.16" | ||
4852 | |||
4853 | CVE_STATUS[CVE-2022-3106] = "fixed-version: Fixed from version 5.16rc6" | ||
4854 | |||
4855 | CVE_STATUS[CVE-2022-3107] = "fixed-version: Fixed from version 5.17" | ||
4856 | |||
4857 | CVE_STATUS[CVE-2022-3108] = "fixed-version: Fixed from version 5.17rc1" | ||
4858 | |||
4859 | CVE_STATUS[CVE-2022-3110] = "fixed-version: Fixed from version 5.19rc1" | ||
4860 | |||
4861 | CVE_STATUS[CVE-2022-3111] = "fixed-version: Fixed from version 5.18rc1" | ||
4862 | |||
4863 | CVE_STATUS[CVE-2022-3112] = "fixed-version: Fixed from version 5.18rc1" | ||
4864 | |||
4865 | CVE_STATUS[CVE-2022-3113] = "fixed-version: Fixed from version 5.18rc1" | ||
4866 | |||
4867 | CVE_STATUS[CVE-2022-3114] = "fixed-version: Fixed from version 5.19rc1" | ||
4868 | |||
4869 | CVE_STATUS[CVE-2022-3115] = "fixed-version: Fixed from version 5.19rc1" | ||
4870 | |||
4871 | CVE_STATUS[CVE-2022-3169] = "fixed-version: Fixed from version 6.1rc1" | ||
4872 | |||
4873 | CVE_STATUS[CVE-2022-3170] = "fixed-version: Fixed from version 6.0rc4" | ||
4874 | |||
4875 | CVE_STATUS[CVE-2022-3176] = "fixed-version: Fixed from version 5.17rc1" | ||
4876 | |||
4877 | CVE_STATUS[CVE-2022-3202] = "fixed-version: Fixed from version 5.18rc1" | ||
4878 | |||
4879 | CVE_STATUS[CVE-2022-32250] = "fixed-version: Fixed from version 5.19rc1" | ||
4880 | |||
4881 | CVE_STATUS[CVE-2022-32296] = "fixed-version: Fixed from version 5.18rc6" | ||
4882 | |||
4883 | # CVE-2022-3238 has no known resolution | ||
4884 | |||
4885 | CVE_STATUS[CVE-2022-3239] = "fixed-version: Fixed from version 5.18rc1" | ||
4886 | |||
4887 | CVE_STATUS[CVE-2022-32981] = "fixed-version: Fixed from version 5.19rc2" | ||
4888 | |||
4889 | CVE_STATUS[CVE-2022-3303] = "fixed-version: Fixed from version 6.0rc5" | ||
4890 | |||
4891 | CVE_STATUS[CVE-2022-3344] = "fixed-version: Fixed from version 6.1rc7" | ||
4892 | |||
4893 | CVE_STATUS[CVE-2022-33740] = "fixed-version: Fixed from version 5.19rc6" | ||
4894 | |||
4895 | CVE_STATUS[CVE-2022-33741] = "fixed-version: Fixed from version 5.19rc6" | ||
4896 | |||
4897 | CVE_STATUS[CVE-2022-33742] = "fixed-version: Fixed from version 5.19rc6" | ||
4898 | |||
4899 | CVE_STATUS[CVE-2022-33743] = "fixed-version: Fixed from version 5.19rc6" | ||
4900 | |||
4901 | CVE_STATUS[CVE-2022-33744] = "fixed-version: Fixed from version 5.19rc6" | ||
4902 | |||
4903 | CVE_STATUS[CVE-2022-33981] = "fixed-version: Fixed from version 5.18rc5" | ||
4904 | |||
4905 | CVE_STATUS[CVE-2022-3424] = "fixed-version: Fixed from version 6.2rc1" | ||
4906 | |||
4907 | CVE_STATUS[CVE-2022-3435] = "fixed-version: Fixed from version 6.1rc1" | ||
4908 | |||
4909 | CVE_STATUS[CVE-2022-34494] = "fixed-version: Fixed from version 5.19rc1" | ||
4910 | |||
4911 | CVE_STATUS[CVE-2022-34495] = "fixed-version: Fixed from version 5.19rc1" | ||
4912 | |||
4913 | CVE_STATUS[CVE-2022-34918] = "fixed-version: Fixed from version 5.19rc6" | ||
4914 | |||
4915 | CVE_STATUS[CVE-2022-3521] = "fixed-version: Fixed from version 6.1rc1" | ||
4916 | |||
4917 | CVE_STATUS[CVE-2022-3522] = "fixed-version: Fixed from version 6.1rc1" | ||
4918 | |||
4919 | CVE_STATUS[CVE-2022-3523] = "fixed-version: Fixed from version 6.1rc1" | ||
4920 | |||
4921 | CVE_STATUS[CVE-2022-3524] = "fixed-version: Fixed from version 6.1rc1" | ||
4922 | |||
4923 | CVE_STATUS[CVE-2022-3526] = "fixed-version: Fixed from version 5.18rc3" | ||
4924 | |||
4925 | CVE_STATUS[CVE-2022-3531] = "fixed-version: Fixed from version 6.2rc1" | ||
4926 | |||
4927 | CVE_STATUS[CVE-2022-3532] = "fixed-version: Fixed from version 6.2rc1" | ||
4928 | |||
4929 | # CVE-2022-3533 has no known resolution | ||
4930 | |||
4931 | CVE_STATUS[CVE-2022-3534] = "fixed-version: Fixed from version 6.2rc1" | ||
4932 | |||
4933 | CVE_STATUS[CVE-2022-3535] = "fixed-version: Fixed from version 6.1rc1" | ||
4934 | |||
4935 | CVE_STATUS[CVE-2022-3541] = "fixed-version: Fixed from version 6.1rc1" | ||
4936 | |||
4937 | CVE_STATUS[CVE-2022-3542] = "fixed-version: Fixed from version 6.1rc1" | ||
4938 | |||
4939 | CVE_STATUS[CVE-2022-3543] = "fixed-version: Fixed from version 6.1rc1" | ||
4940 | |||
4941 | # CVE-2022-3544 has no known resolution | ||
4942 | |||
4943 | CVE_STATUS[CVE-2022-3545] = "fixed-version: Fixed from version 6.0rc1" | ||
4944 | |||
4945 | CVE_STATUS[CVE-2022-3564] = "fixed-version: Fixed from version 6.1rc4" | ||
4946 | |||
4947 | CVE_STATUS[CVE-2022-3565] = "fixed-version: Fixed from version 6.1rc1" | ||
4948 | |||
4949 | CVE_STATUS[CVE-2022-3566] = "fixed-version: Fixed from version 6.1rc1" | ||
4950 | |||
4951 | CVE_STATUS[CVE-2022-3567] = "fixed-version: Fixed from version 6.1rc1" | ||
4952 | |||
4953 | CVE_STATUS[CVE-2022-3577] = "fixed-version: Fixed from version 5.19rc1" | ||
4954 | |||
4955 | CVE_STATUS[CVE-2022-3586] = "fixed-version: Fixed from version 6.0rc5" | ||
4956 | |||
4957 | CVE_STATUS[CVE-2022-3594] = "fixed-version: Fixed from version 6.1rc1" | ||
4958 | |||
4959 | CVE_STATUS[CVE-2022-3595] = "fixed-version: Fixed from version 6.1rc1" | ||
4960 | |||
4961 | # CVE-2022-3606 has no known resolution | ||
4962 | |||
4963 | CVE_STATUS[CVE-2022-36123] = "fixed-version: Fixed from version 5.19rc6" | ||
4964 | |||
4965 | CVE_STATUS[CVE-2022-3619] = "fixed-version: Fixed from version 6.1rc4" | ||
4966 | |||
4967 | CVE_STATUS[CVE-2022-3621] = "fixed-version: Fixed from version 6.1rc1" | ||
4968 | |||
4969 | CVE_STATUS[CVE-2022-3623] = "fixed-version: Fixed from version 6.1rc1" | ||
4970 | |||
4971 | CVE_STATUS[CVE-2022-3624] = "fixed-version: Fixed from version 6.0rc1" | ||
4972 | |||
4973 | CVE_STATUS[CVE-2022-3625] = "fixed-version: Fixed from version 6.0rc1" | ||
4974 | |||
4975 | CVE_STATUS[CVE-2022-3628] = "fixed-version: Fixed from version 6.1rc5" | ||
4976 | |||
4977 | CVE_STATUS[CVE-2022-36280] = "fixed-version: Fixed from version 6.2rc1" | ||
4978 | |||
4979 | CVE_STATUS[CVE-2022-3629] = "fixed-version: Fixed from version 6.0rc1" | ||
4980 | |||
4981 | CVE_STATUS[CVE-2022-3630] = "fixed-version: Fixed from version 6.0rc1" | ||
4982 | |||
4983 | CVE_STATUS[CVE-2022-3633] = "fixed-version: Fixed from version 6.0rc1" | ||
4984 | |||
4985 | CVE_STATUS[CVE-2022-3635] = "fixed-version: Fixed from version 6.0rc1" | ||
4986 | |||
4987 | CVE_STATUS[CVE-2022-3636] = "fixed-version: Fixed from version 5.19rc1" | ||
4988 | |||
4989 | CVE_STATUS[CVE-2022-3640] = "fixed-version: Fixed from version 6.1rc4" | ||
4990 | |||
4991 | CVE_STATUS[CVE-2022-36402] = "fixed-version: Fixed from version 6.5" | ||
4992 | |||
4993 | # CVE-2022-3642 has no known resolution | ||
4994 | |||
4995 | CVE_STATUS[CVE-2022-3643] = "fixed-version: Fixed from version 6.1" | ||
4996 | |||
4997 | CVE_STATUS[CVE-2022-3646] = "fixed-version: Fixed from version 6.1rc1" | ||
4998 | |||
4999 | CVE_STATUS[CVE-2022-3649] = "fixed-version: Fixed from version 6.1rc1" | ||
5000 | |||
5001 | CVE_STATUS[CVE-2022-36879] = "fixed-version: Fixed from version 5.19rc8" | ||
5002 | |||
5003 | CVE_STATUS[CVE-2022-36946] = "fixed-version: Fixed from version 5.19" | ||
5004 | |||
5005 | CVE_STATUS[CVE-2022-3707] = "fixed-version: Fixed from version 6.2rc3" | ||
5006 | |||
5007 | # CVE-2022-38096 has no known resolution | ||
5008 | |||
5009 | CVE_STATUS[CVE-2022-38457] = "fixed-version: Fixed from version 6.2rc4" | ||
5010 | |||
5011 | CVE_STATUS[CVE-2022-3903] = "fixed-version: Fixed from version 6.1rc2" | ||
5012 | |||
5013 | CVE_STATUS[CVE-2022-3910] = "fixed-version: Fixed from version 6.0rc6" | ||
5014 | |||
5015 | CVE_STATUS[CVE-2022-39188] = "fixed-version: Fixed from version 5.19rc8" | ||
5016 | |||
5017 | CVE_STATUS[CVE-2022-39189] = "fixed-version: Fixed from version 5.19rc2" | ||
5018 | |||
5019 | CVE_STATUS[CVE-2022-39190] = "fixed-version: Fixed from version 6.0rc3" | ||
5020 | |||
5021 | CVE_STATUS[CVE-2022-3977] = "fixed-version: Fixed from version 6.1rc1" | ||
5022 | |||
5023 | CVE_STATUS[CVE-2022-39842] = "fixed-version: Fixed from version 5.19rc4" | ||
5024 | |||
5025 | CVE_STATUS[CVE-2022-40133] = "fixed-version: Fixed from version 6.2rc4" | ||
5026 | |||
5027 | CVE_STATUS[CVE-2022-40307] = "fixed-version: Fixed from version 6.0rc5" | ||
5028 | |||
5029 | CVE_STATUS[CVE-2022-40476] = "fixed-version: Fixed from version 5.19rc4" | ||
5030 | |||
5031 | CVE_STATUS[CVE-2022-40768] = "fixed-version: Fixed from version 6.1rc1" | ||
5032 | |||
5033 | CVE_STATUS[CVE-2022-4095] = "fixed-version: Fixed from version 6.0rc4" | ||
5034 | |||
5035 | CVE_STATUS[CVE-2022-40982] = "fixed-version: Fixed from version 6.5rc6" | ||
5036 | |||
5037 | CVE_STATUS[CVE-2022-41218] = "fixed-version: Fixed from version 6.2rc1" | ||
5038 | |||
5039 | CVE_STATUS[CVE-2022-41222] = "fixed-version: Fixed from version 5.14rc1" | ||
5040 | |||
5041 | CVE_STATUS[CVE-2022-4127] = "fixed-version: Fixed from version 5.19rc6" | ||
5042 | |||
5043 | CVE_STATUS[CVE-2022-4128] = "fixed-version: Fixed from version 5.19rc7" | ||
5044 | |||
5045 | CVE_STATUS[CVE-2022-4129] = "fixed-version: Fixed from version 6.1rc6" | ||
5046 | |||
5047 | CVE_STATUS[CVE-2022-4139] = "fixed-version: Fixed from version 6.1rc8" | ||
5048 | |||
5049 | CVE_STATUS[CVE-2022-41674] = "fixed-version: Fixed from version 6.1rc1" | ||
5050 | |||
5051 | # CVE-2022-41848 has no known resolution | ||
5052 | |||
5053 | CVE_STATUS[CVE-2022-41849] = "fixed-version: Fixed from version 6.1rc1" | ||
5054 | |||
5055 | CVE_STATUS[CVE-2022-41850] = "fixed-version: Fixed from version 6.1rc1" | ||
5056 | |||
5057 | CVE_STATUS[CVE-2022-41858] = "fixed-version: Fixed from version 5.18rc2" | ||
5058 | |||
5059 | CVE_STATUS[CVE-2022-42328] = "fixed-version: Fixed from version 6.1" | ||
5060 | |||
5061 | CVE_STATUS[CVE-2022-42329] = "fixed-version: Fixed from version 6.1" | ||
5062 | |||
5063 | CVE_STATUS[CVE-2022-42432] = "fixed-version: Fixed from version 6.0rc7" | ||
5064 | |||
5065 | CVE_STATUS[CVE-2022-4269] = "fixed-version: Fixed from version 6.3rc1" | ||
5066 | |||
5067 | CVE_STATUS[CVE-2022-42703] = "fixed-version: Fixed from version 6.0rc4" | ||
5068 | |||
5069 | CVE_STATUS[CVE-2022-42719] = "fixed-version: Fixed from version 6.1rc1" | ||
5070 | |||
5071 | CVE_STATUS[CVE-2022-42720] = "fixed-version: Fixed from version 6.1rc1" | ||
5072 | |||
5073 | CVE_STATUS[CVE-2022-42721] = "fixed-version: Fixed from version 6.1rc1" | ||
5074 | |||
5075 | CVE_STATUS[CVE-2022-42722] = "fixed-version: Fixed from version 6.1rc1" | ||
5076 | |||
5077 | CVE_STATUS[CVE-2022-42895] = "fixed-version: Fixed from version 6.1rc4" | ||
5078 | |||
5079 | CVE_STATUS[CVE-2022-42896] = "fixed-version: Fixed from version 6.1rc4" | ||
5080 | |||
5081 | CVE_STATUS[CVE-2022-43750] = "fixed-version: Fixed from version 6.1rc1" | ||
5082 | |||
5083 | CVE_STATUS[CVE-2022-4378] = "fixed-version: Fixed from version 6.1" | ||
5084 | |||
5085 | CVE_STATUS[CVE-2022-4379] = "fixed-version: Fixed from version 6.2rc1" | ||
5086 | |||
5087 | CVE_STATUS[CVE-2022-4382] = "fixed-version: Fixed from version 6.2rc5" | ||
5088 | |||
5089 | CVE_STATUS[CVE-2022-43945] = "fixed-version: Fixed from version 6.1rc1" | ||
5090 | |||
5091 | CVE_STATUS[CVE-2022-44032] = "fixed-version: Fixed from version 6.4rc1" | ||
5092 | |||
5093 | CVE_STATUS[CVE-2022-44033] = "fixed-version: Fixed from version 6.4rc1" | ||
5094 | |||
5095 | CVE_STATUS[CVE-2022-44034] = "fixed-version: Fixed from version 6.4rc1" | ||
5096 | |||
5097 | # CVE-2022-4543 has no known resolution | ||
5098 | |||
5099 | CVE_STATUS[CVE-2022-45869] = "fixed-version: Fixed from version 6.1rc7" | ||
5100 | |||
5101 | # CVE-2022-45884 has no known resolution | ||
5102 | |||
5103 | # CVE-2022-45885 has no known resolution | ||
5104 | |||
5105 | CVE_STATUS[CVE-2022-45886] = "fixed-version: Fixed from version 6.4rc3" | ||
5106 | |||
5107 | CVE_STATUS[CVE-2022-45887] = "fixed-version: Fixed from version 6.4rc3" | ||
5108 | |||
5109 | CVE_STATUS[CVE-2022-45888] = "fixed-version: Fixed from version 6.2rc1" | ||
5110 | |||
5111 | CVE_STATUS[CVE-2022-45919] = "fixed-version: Fixed from version 6.4rc3" | ||
5112 | |||
5113 | CVE_STATUS[CVE-2022-45934] = "fixed-version: Fixed from version 6.1" | ||
5114 | |||
5115 | CVE_STATUS[CVE-2022-4662] = "fixed-version: Fixed from version 6.0rc4" | ||
5116 | |||
5117 | CVE_STATUS[CVE-2022-4696] = "fixed-version: Fixed from version 5.12rc1" | ||
5118 | |||
5119 | CVE_STATUS[CVE-2022-4744] = "fixed-version: Fixed from version 5.16rc7" | ||
5120 | |||
5121 | CVE_STATUS[CVE-2022-47518] = "fixed-version: Fixed from version 6.1rc8" | ||
5122 | |||
5123 | CVE_STATUS[CVE-2022-47519] = "fixed-version: Fixed from version 6.1rc8" | ||
5124 | |||
5125 | CVE_STATUS[CVE-2022-47520] = "fixed-version: Fixed from version 6.1rc8" | ||
5126 | |||
5127 | CVE_STATUS[CVE-2022-47521] = "fixed-version: Fixed from version 6.1rc8" | ||
5128 | |||
5129 | CVE_STATUS[CVE-2022-47929] = "fixed-version: Fixed from version 6.2rc4" | ||
5130 | |||
5131 | CVE_STATUS[CVE-2022-47938] = "fixed-version: Fixed from version 6.0rc1" | ||
5132 | |||
5133 | CVE_STATUS[CVE-2022-47939] = "fixed-version: Fixed from version 6.0rc1" | ||
5134 | |||
5135 | CVE_STATUS[CVE-2022-47940] = "fixed-version: Fixed from version 5.19rc1" | ||
5136 | |||
5137 | CVE_STATUS[CVE-2022-47941] = "fixed-version: Fixed from version 6.0rc1" | ||
5138 | |||
5139 | CVE_STATUS[CVE-2022-47942] = "fixed-version: Fixed from version 6.0rc1" | ||
5140 | |||
5141 | CVE_STATUS[CVE-2022-47943] = "fixed-version: Fixed from version 6.0rc1" | ||
5142 | |||
5143 | CVE_STATUS[CVE-2022-47946] = "fixed-version: Fixed from version 5.12rc2" | ||
5144 | |||
5145 | CVE_STATUS[CVE-2022-4842] = "fixed-version: Fixed from version 6.2rc1" | ||
5146 | |||
5147 | CVE_STATUS[CVE-2022-48423] = "fixed-version: Fixed from version 6.2rc1" | ||
5148 | |||
5149 | CVE_STATUS[CVE-2022-48424] = "fixed-version: Fixed from version 6.2rc1" | ||
5150 | |||
5151 | CVE_STATUS[CVE-2022-48425] = "fixed-version: Fixed from version 6.4rc1" | ||
5152 | |||
5153 | CVE_STATUS[CVE-2022-48502] = "fixed-version: Fixed from version 6.2rc1" | ||
5154 | |||
5155 | CVE_STATUS[CVE-2022-48619] = "fixed-version: Fixed from version 5.18rc1" | ||
5156 | |||
5157 | CVE_STATUS[CVE-2022-48626] = "fixed-version: Fixed from version 5.17rc4" | ||
5158 | |||
5159 | CVE_STATUS[CVE-2022-48627] = "fixed-version: Fixed from version 5.19rc7" | ||
5160 | |||
5161 | CVE_STATUS[CVE-2022-48628] = "fixed-version: Fixed from version 6.6rc1" | ||
5162 | |||
5163 | CVE_STATUS[CVE-2022-48629] = "fixed-version: Fixed from version 5.17" | ||
5164 | |||
5165 | CVE_STATUS[CVE-2022-48630] = "fixed-version: Fixed from version 5.18" | ||
5166 | |||
5167 | CVE_STATUS[CVE-2023-0030] = "fixed-version: Fixed from version 5.0rc1" | ||
5168 | |||
5169 | CVE_STATUS[CVE-2023-0045] = "fixed-version: Fixed from version 6.2rc3" | ||
5170 | |||
5171 | CVE_STATUS[CVE-2023-0047] = "fixed-version: Fixed from version 5.16rc1" | ||
5172 | |||
5173 | CVE_STATUS[CVE-2023-0122] = "fixed-version: Fixed from version 6.0rc4" | ||
5174 | |||
5175 | CVE_STATUS[CVE-2023-0160] = "fixed-version: Fixed from version 6.4rc1" | ||
5176 | |||
5177 | CVE_STATUS[CVE-2023-0179] = "fixed-version: Fixed from version 6.2rc5" | ||
5178 | |||
5179 | CVE_STATUS[CVE-2023-0210] = "fixed-version: Fixed from version 6.2rc4" | ||
5180 | |||
5181 | CVE_STATUS[CVE-2023-0240] = "fixed-version: Fixed from version 5.10rc1" | ||
5182 | |||
5183 | CVE_STATUS[CVE-2023-0266] = "fixed-version: Fixed from version 6.2rc4" | ||
5184 | |||
5185 | CVE_STATUS[CVE-2023-0386] = "fixed-version: Fixed from version 6.2rc6" | ||
5186 | |||
5187 | CVE_STATUS[CVE-2023-0394] = "fixed-version: Fixed from version 6.2rc4" | ||
5188 | |||
5189 | CVE_STATUS[CVE-2023-0458] = "fixed-version: Fixed from version 6.2rc5" | ||
5190 | |||
5191 | CVE_STATUS[CVE-2023-0459] = "fixed-version: Fixed from version 6.3rc1" | ||
5192 | |||
5193 | CVE_STATUS[CVE-2023-0461] = "fixed-version: Fixed from version 6.2rc3" | ||
5194 | |||
5195 | CVE_STATUS[CVE-2023-0468] = "fixed-version: Fixed from version 6.1rc7" | ||
5196 | |||
5197 | CVE_STATUS[CVE-2023-0469] = "fixed-version: Fixed from version 6.1rc7" | ||
5198 | |||
5199 | CVE_STATUS[CVE-2023-0590] = "fixed-version: Fixed from version 6.1rc2" | ||
5200 | |||
5201 | CVE_STATUS[CVE-2023-0597] = "fixed-version: Fixed from version 6.2rc1" | ||
5202 | |||
5203 | CVE_STATUS[CVE-2023-0615] = "fixed-version: Fixed from version 6.1rc3" | ||
5204 | |||
5205 | CVE_STATUS[CVE-2023-1032] = "fixed-version: Fixed from version 6.3rc2" | ||
5206 | |||
5207 | CVE_STATUS[CVE-2023-1073] = "fixed-version: Fixed from version 6.2rc5" | ||
5208 | |||
5209 | CVE_STATUS[CVE-2023-1074] = "fixed-version: Fixed from version 6.2rc6" | ||
5210 | |||
5211 | CVE_STATUS[CVE-2023-1075] = "fixed-version: Fixed from version 6.2rc7" | ||
5212 | |||
5213 | CVE_STATUS[CVE-2023-1076] = "fixed-version: Fixed from version 6.3rc1" | ||
5214 | |||
5215 | CVE_STATUS[CVE-2023-1077] = "fixed-version: Fixed from version 6.3rc1" | ||
5216 | |||
5217 | CVE_STATUS[CVE-2023-1078] = "fixed-version: Fixed from version 6.2rc8" | ||
5218 | |||
5219 | CVE_STATUS[CVE-2023-1079] = "fixed-version: Fixed from version 6.3rc1" | ||
5220 | |||
5221 | CVE_STATUS[CVE-2023-1095] = "fixed-version: Fixed from version 6.0rc1" | ||
5222 | |||
5223 | CVE_STATUS[CVE-2023-1118] = "fixed-version: Fixed from version 6.3rc1" | ||
5224 | |||
5225 | CVE_STATUS[CVE-2023-1192] = "fixed-version: Fixed from version 6.4rc1" | ||
5226 | |||
5227 | CVE_STATUS[CVE-2023-1193] = "fixed-version: Fixed from version 6.3rc6" | ||
5228 | |||
5229 | CVE_STATUS[CVE-2023-1194] = "fixed-version: Fixed from version 6.4rc6" | ||
5230 | |||
5231 | CVE_STATUS[CVE-2023-1195] = "fixed-version: Fixed from version 6.1rc3" | ||
5232 | |||
5233 | CVE_STATUS[CVE-2023-1206] = "fixed-version: Fixed from version 6.5rc4" | ||
5234 | |||
5235 | CVE_STATUS[CVE-2023-1249] = "fixed-version: Fixed from version 5.18rc1" | ||
5236 | |||
5237 | CVE_STATUS[CVE-2023-1252] = "fixed-version: Fixed from version 5.16rc1" | ||
5238 | |||
5239 | CVE_STATUS[CVE-2023-1281] = "fixed-version: Fixed from version 6.2" | ||
5240 | |||
5241 | CVE_STATUS[CVE-2023-1295] = "fixed-version: Fixed from version 5.12rc1" | ||
5242 | |||
5243 | CVE_STATUS[CVE-2023-1380] = "fixed-version: Fixed from version 6.4rc1" | ||
5244 | |||
5245 | CVE_STATUS[CVE-2023-1382] = "fixed-version: Fixed from version 6.1rc7" | ||
5246 | |||
5247 | CVE_STATUS[CVE-2023-1390] = "fixed-version: Fixed from version 5.11rc4" | ||
5248 | |||
5249 | # CVE-2023-1476 has no known resolution | ||
5250 | |||
5251 | CVE_STATUS[CVE-2023-1513] = "fixed-version: Fixed from version 6.2" | ||
5252 | |||
5253 | CVE_STATUS[CVE-2023-1582] = "fixed-version: Fixed from version 5.17rc4" | ||
5254 | |||
5255 | CVE_STATUS[CVE-2023-1583] = "fixed-version: Fixed from version 6.3rc4" | ||
5256 | |||
5257 | CVE_STATUS[CVE-2023-1611] = "fixed-version: Fixed from version 6.3rc5" | ||
5258 | |||
5259 | CVE_STATUS[CVE-2023-1637] = "fixed-version: Fixed from version 5.18rc2" | ||
5260 | |||
5261 | CVE_STATUS[CVE-2023-1652] = "fixed-version: Fixed from version 6.2rc5" | ||
5262 | |||
5263 | CVE_STATUS[CVE-2023-1670] = "fixed-version: Fixed from version 6.3rc4" | ||
5264 | |||
5265 | CVE_STATUS[CVE-2023-1829] = "fixed-version: Fixed from version 6.3rc1" | ||
5266 | |||
5267 | CVE_STATUS[CVE-2023-1838] = "fixed-version: Fixed from version 5.18" | ||
5268 | |||
5269 | CVE_STATUS[CVE-2023-1855] = "fixed-version: Fixed from version 6.3rc3" | ||
5270 | |||
5271 | CVE_STATUS[CVE-2023-1859] = "fixed-version: Fixed from version 6.3rc7" | ||
5272 | |||
5273 | CVE_STATUS[CVE-2023-1872] = "fixed-version: Fixed from version 5.18rc2" | ||
5274 | |||
5275 | CVE_STATUS[CVE-2023-1989] = "fixed-version: Fixed from version 6.3rc4" | ||
5276 | |||
5277 | CVE_STATUS[CVE-2023-1990] = "fixed-version: Fixed from version 6.3rc3" | ||
5278 | |||
5279 | CVE_STATUS[CVE-2023-1998] = "fixed-version: Fixed from version 6.3rc1" | ||
5280 | |||
5281 | CVE_STATUS[CVE-2023-2002] = "fixed-version: Fixed from version 6.4rc1" | ||
5282 | |||
5283 | CVE_STATUS[CVE-2023-2006] = "fixed-version: Fixed from version 6.1rc7" | ||
5284 | |||
5285 | CVE_STATUS[CVE-2023-2007] = "fixed-version: Fixed from version 6.0rc1" | ||
5286 | |||
5287 | CVE_STATUS[CVE-2023-2008] = "fixed-version: Fixed from version 5.19rc4" | ||
5288 | |||
5289 | CVE_STATUS[CVE-2023-2019] = "fixed-version: Fixed from version 6.0rc1" | ||
5290 | |||
5291 | CVE_STATUS[CVE-2023-20569] = "fixed-version: Fixed from version 6.5rc6" | ||
5292 | |||
5293 | CVE_STATUS[CVE-2023-20588] = "fixed-version: Fixed from version 6.5rc6" | ||
5294 | |||
5295 | CVE_STATUS[CVE-2023-20593] = "fixed-version: Fixed from version 6.5rc4" | ||
5296 | |||
5297 | CVE_STATUS[CVE-2023-20928] = "fixed-version: Fixed from version 6.0rc1" | ||
5298 | |||
5299 | # CVE-2023-20937 has no known resolution | ||
5300 | |||
5301 | CVE_STATUS[CVE-2023-20938] = "fixed-version: Fixed from version 5.18rc5" | ||
5302 | |||
5303 | # CVE-2023-20941 has no known resolution | ||
5304 | |||
5305 | CVE_STATUS[CVE-2023-21102] = "fixed-version: Fixed from version 6.2rc4" | ||
5306 | |||
5307 | CVE_STATUS[CVE-2023-21106] = "fixed-version: Fixed from version 6.2rc5" | ||
5308 | |||
5309 | CVE_STATUS[CVE-2023-2124] = "fixed-version: Fixed from version 6.4rc1" | ||
5310 | |||
5311 | CVE_STATUS[CVE-2023-21255] = "fixed-version: Fixed from version 6.4rc4" | ||
5312 | |||
5313 | CVE_STATUS[CVE-2023-21264] = "fixed-version: Fixed from version 6.4rc5" | ||
5314 | |||
5315 | # CVE-2023-21400 has no known resolution | ||
5316 | |||
5317 | CVE_STATUS[CVE-2023-2156] = "fixed-version: Fixed from version 6.3" | ||
5318 | |||
5319 | CVE_STATUS[CVE-2023-2162] = "fixed-version: Fixed from version 6.2rc6" | ||
5320 | |||
5321 | CVE_STATUS[CVE-2023-2163] = "fixed-version: Fixed from version 6.3" | ||
5322 | |||
5323 | CVE_STATUS[CVE-2023-2166] = "fixed-version: Fixed from version 6.1" | ||
5324 | |||
5325 | CVE_STATUS[CVE-2023-2176] = "fixed-version: Fixed from version 6.3rc1" | ||
5326 | |||
5327 | CVE_STATUS[CVE-2023-2177] = "fixed-version: Fixed from version 5.19" | ||
5328 | |||
5329 | CVE_STATUS[CVE-2023-2194] = "fixed-version: Fixed from version 6.3rc4" | ||
5330 | |||
5331 | CVE_STATUS[CVE-2023-2235] = "fixed-version: Fixed from version 6.3rc3" | ||
5332 | |||
5333 | CVE_STATUS[CVE-2023-2236] = "fixed-version: Fixed from version 6.1rc7" | ||
5334 | |||
5335 | CVE_STATUS[CVE-2023-2248] = "fixed-version: Fixed from version 6.3" | ||
5336 | |||
5337 | CVE_STATUS[CVE-2023-2269] = "fixed-version: Fixed from version 6.4rc1" | ||
5338 | |||
5339 | CVE_STATUS[CVE-2023-22995] = "fixed-version: Fixed from version 5.17rc1" | ||
5340 | |||
5341 | CVE_STATUS[CVE-2023-22996] = "fixed-version: Fixed from version 5.18rc1" | ||
5342 | |||
5343 | CVE_STATUS[CVE-2023-22997] = "fixed-version: Fixed from version 6.2rc1" | ||
5344 | |||
5345 | CVE_STATUS[CVE-2023-22998] = "fixed-version: Fixed from version 6.0rc1" | ||
5346 | |||
5347 | CVE_STATUS[CVE-2023-22999] = "fixed-version: Fixed from version 5.17rc1" | ||
5348 | |||
5349 | CVE_STATUS[CVE-2023-23000] = "fixed-version: Fixed from version 5.17rc1" | ||
5350 | |||
5351 | CVE_STATUS[CVE-2023-23001] = "fixed-version: Fixed from version 5.17rc1" | ||
5352 | |||
5353 | CVE_STATUS[CVE-2023-23002] = "fixed-version: Fixed from version 5.17rc1" | ||
5354 | |||
5355 | CVE_STATUS[CVE-2023-23003] = "fixed-version: Fixed from version 5.16rc6" | ||
5356 | |||
5357 | CVE_STATUS[CVE-2023-23004] = "fixed-version: Fixed from version 5.19rc1" | ||
5358 | |||
5359 | CVE_STATUS[CVE-2023-23005] = "fixed-version: Fixed from version 6.2rc1" | ||
5360 | |||
5361 | CVE_STATUS[CVE-2023-23006] = "fixed-version: Fixed from version 5.16rc8" | ||
5362 | |||
5363 | # CVE-2023-23039 has no known resolution | ||
5364 | |||
5365 | CVE_STATUS[CVE-2023-23454] = "fixed-version: Fixed from version 6.2rc3" | ||
5366 | |||
5367 | CVE_STATUS[CVE-2023-23455] = "fixed-version: Fixed from version 6.2rc3" | ||
5368 | |||
5369 | CVE_STATUS[CVE-2023-23559] = "fixed-version: Fixed from version 6.2rc5" | ||
5370 | |||
5371 | CVE_STATUS[CVE-2023-23586] = "fixed-version: Fixed from version 5.12rc1" | ||
5372 | |||
5373 | CVE_STATUS[CVE-2023-2430] = "fixed-version: Fixed from version 6.2rc5" | ||
5374 | |||
5375 | CVE_STATUS[CVE-2023-2483] = "fixed-version: Fixed from version 6.3rc4" | ||
5376 | |||
5377 | CVE_STATUS[CVE-2023-25012] = "fixed-version: Fixed from version 6.3rc1" | ||
5378 | |||
5379 | CVE_STATUS[CVE-2023-2513] = "fixed-version: Fixed from version 6.0rc1" | ||
5380 | |||
5381 | CVE_STATUS[CVE-2023-25775] = "fixed-version: Fixed from version 6.6rc1" | ||
5382 | |||
5383 | CVE_STATUS[CVE-2023-2598] = "fixed-version: Fixed from version 6.4rc1" | ||
5384 | |||
5385 | # CVE-2023-26242 has no known resolution | ||
5386 | |||
5387 | # CVE-2023-2640 has no known resolution | ||
5388 | |||
5389 | CVE_STATUS[CVE-2023-26544] = "fixed-version: Fixed from version 6.2rc1" | ||
5390 | |||
5391 | CVE_STATUS[CVE-2023-26545] = "fixed-version: Fixed from version 6.2" | ||
5392 | |||
5393 | CVE_STATUS[CVE-2023-26605] = "fixed-version: Fixed from version 6.1rc7" | ||
5394 | |||
5395 | CVE_STATUS[CVE-2023-26606] = "fixed-version: Fixed from version 6.2rc1" | ||
5396 | |||
5397 | CVE_STATUS[CVE-2023-26607] = "fixed-version: Fixed from version 6.1rc1" | ||
5398 | |||
5399 | CVE_STATUS[CVE-2023-28327] = "fixed-version: Fixed from version 6.1" | ||
5400 | |||
5401 | CVE_STATUS[CVE-2023-28328] = "fixed-version: Fixed from version 6.2rc1" | ||
5402 | |||
5403 | CVE_STATUS[CVE-2023-28410] = "fixed-version: Fixed from version 5.19rc1" | ||
5404 | |||
5405 | CVE_STATUS[CVE-2023-28464] = "fixed-version: Fixed from version 6.3rc7" | ||
5406 | |||
5407 | CVE_STATUS[CVE-2023-28466] = "fixed-version: Fixed from version 6.3rc2" | ||
5408 | |||
5409 | CVE_STATUS[CVE-2023-2860] = "fixed-version: Fixed from version 6.0rc5" | ||
5410 | |||
5411 | CVE_STATUS[CVE-2023-28746] = "cpe-stable-backport: Backported in 6.6.22" | ||
5412 | |||
5413 | CVE_STATUS[CVE-2023-28772] = "fixed-version: Fixed from version 5.14rc1" | ||
5414 | |||
5415 | CVE_STATUS[CVE-2023-28866] = "fixed-version: Fixed from version 6.3rc4" | ||
5416 | |||
5417 | CVE_STATUS[CVE-2023-2898] = "fixed-version: Fixed from version 6.5rc1" | ||
5418 | |||
5419 | CVE_STATUS[CVE-2023-2985] = "fixed-version: Fixed from version 6.3rc1" | ||
5420 | |||
5421 | CVE_STATUS[CVE-2023-3006] = "fixed-version: Fixed from version 6.1rc1" | ||
5422 | |||
5423 | # Skipping CVE-2023-3022, no affected_versions | ||
5424 | |||
5425 | CVE_STATUS[CVE-2023-30456] = "fixed-version: Fixed from version 6.3rc3" | ||
5426 | |||
5427 | CVE_STATUS[CVE-2023-30772] = "fixed-version: Fixed from version 6.3rc4" | ||
5428 | |||
5429 | CVE_STATUS[CVE-2023-3090] = "fixed-version: Fixed from version 6.4rc2" | ||
5430 | |||
5431 | CVE_STATUS[CVE-2023-3106] = "fixed-version: Fixed from version 4.8rc7" | ||
5432 | |||
5433 | # Skipping CVE-2023-3108, no affected_versions | ||
5434 | |||
5435 | # CVE-2023-31081 has no known resolution | ||
5436 | |||
5437 | # CVE-2023-31082 has no known resolution | ||
5438 | |||
5439 | CVE_STATUS[CVE-2023-31083] = "fixed-version: Fixed from version 6.6rc1" | ||
5440 | |||
5441 | CVE_STATUS[CVE-2023-31084] = "fixed-version: Fixed from version 6.4rc3" | ||
5442 | |||
5443 | CVE_STATUS[CVE-2023-31085] = "fixed-version: Fixed from version 6.6rc5" | ||
5444 | |||
5445 | CVE_STATUS[CVE-2023-3111] = "fixed-version: Fixed from version 6.0rc2" | ||
5446 | |||
5447 | CVE_STATUS[CVE-2023-3117] = "fixed-version: Fixed from version 6.4rc7" | ||
5448 | |||
5449 | CVE_STATUS[CVE-2023-31248] = "fixed-version: Fixed from version 6.5rc2" | ||
5450 | |||
5451 | CVE_STATUS[CVE-2023-3141] = "fixed-version: Fixed from version 6.4rc1" | ||
5452 | |||
5453 | CVE_STATUS[CVE-2023-31436] = "fixed-version: Fixed from version 6.3" | ||
5454 | |||
5455 | CVE_STATUS[CVE-2023-3159] = "fixed-version: Fixed from version 5.18rc6" | ||
5456 | |||
5457 | CVE_STATUS[CVE-2023-3161] = "fixed-version: Fixed from version 6.2rc7" | ||
5458 | |||
5459 | CVE_STATUS[CVE-2023-3212] = "fixed-version: Fixed from version 6.4rc2" | ||
5460 | |||
5461 | CVE_STATUS[CVE-2023-3220] = "fixed-version: Fixed from version 6.3rc1" | ||
5462 | |||
5463 | CVE_STATUS[CVE-2023-32233] = "fixed-version: Fixed from version 6.4rc1" | ||
5464 | |||
5465 | CVE_STATUS[CVE-2023-32247] = "fixed-version: Fixed from version 6.4rc1" | ||
5466 | |||
5467 | CVE_STATUS[CVE-2023-32248] = "fixed-version: Fixed from version 6.4rc1" | ||
5468 | |||
5469 | CVE_STATUS[CVE-2023-32250] = "fixed-version: Fixed from version 6.4rc1" | ||
5470 | |||
5471 | CVE_STATUS[CVE-2023-32252] = "fixed-version: Fixed from version 6.4rc1" | ||
5472 | |||
5473 | CVE_STATUS[CVE-2023-32254] = "fixed-version: Fixed from version 6.4rc1" | ||
5474 | |||
5475 | CVE_STATUS[CVE-2023-32257] = "fixed-version: Fixed from version 6.4rc1" | ||
5476 | |||
5477 | CVE_STATUS[CVE-2023-32258] = "fixed-version: Fixed from version 6.4rc1" | ||
5478 | |||
5479 | CVE_STATUS[CVE-2023-32269] = "fixed-version: Fixed from version 6.2rc7" | ||
5480 | |||
5481 | # CVE-2023-32629 has no known resolution | ||
5482 | |||
5483 | CVE_STATUS[CVE-2023-3268] = "fixed-version: Fixed from version 6.4rc1" | ||
5484 | |||
5485 | CVE_STATUS[CVE-2023-3269] = "fixed-version: Fixed from version 6.5rc1" | ||
5486 | |||
5487 | CVE_STATUS[CVE-2023-3312] = "fixed-version: Fixed from version 6.4rc1" | ||
5488 | |||
5489 | CVE_STATUS[CVE-2023-3317] = "fixed-version: Fixed from version 6.3rc6" | ||
5490 | |||
5491 | CVE_STATUS[CVE-2023-33203] = "fixed-version: Fixed from version 6.3rc4" | ||
5492 | |||
5493 | CVE_STATUS[CVE-2023-33250] = "fixed-version: Fixed from version 6.5rc1" | ||
5494 | |||
5495 | CVE_STATUS[CVE-2023-33288] = "fixed-version: Fixed from version 6.3rc4" | ||
5496 | |||
5497 | CVE_STATUS[CVE-2023-3338] = "fixed-version: Fixed from version 6.1rc1" | ||
5498 | |||
5499 | CVE_STATUS[CVE-2023-3355] = "fixed-version: Fixed from version 6.3rc1" | ||
5500 | |||
5501 | CVE_STATUS[CVE-2023-3357] = "fixed-version: Fixed from version 6.2rc1" | ||
5502 | |||
5503 | CVE_STATUS[CVE-2023-3358] = "fixed-version: Fixed from version 6.2rc5" | ||
5504 | |||
5505 | CVE_STATUS[CVE-2023-3359] = "fixed-version: Fixed from version 6.2rc7" | ||
5506 | |||
5507 | CVE_STATUS[CVE-2023-3389] = "fixed-version: Fixed from version 6.0rc1" | ||
5508 | |||
5509 | CVE_STATUS[CVE-2023-3390] = "fixed-version: Fixed from version 6.4rc7" | ||
5510 | |||
5511 | CVE_STATUS[CVE-2023-33951] = "fixed-version: Fixed from version 6.4rc1" | ||
5512 | |||
5513 | CVE_STATUS[CVE-2023-33952] = "fixed-version: Fixed from version 6.4rc1" | ||
5514 | |||
5515 | # CVE-2023-3397 has no known resolution | ||
5516 | |||
5517 | CVE_STATUS[CVE-2023-34255] = "fixed-version: Fixed from version 6.4rc1" | ||
5518 | |||
5519 | CVE_STATUS[CVE-2023-34256] = "fixed-version: Fixed from version 6.4rc2" | ||
5520 | |||
5521 | CVE_STATUS[CVE-2023-34319] = "fixed-version: Fixed from version 6.5rc6" | ||
5522 | |||
5523 | CVE_STATUS[CVE-2023-34324] = "fixed-version: Fixed from version 6.6rc6" | ||
5524 | |||
5525 | CVE_STATUS[CVE-2023-3439] = "fixed-version: Fixed from version 5.18rc5" | ||
5526 | |||
5527 | CVE_STATUS[CVE-2023-35001] = "fixed-version: Fixed from version 6.5rc2" | ||
5528 | |||
5529 | CVE_STATUS[CVE-2023-3567] = "fixed-version: Fixed from version 6.2rc7" | ||
5530 | |||
5531 | # CVE-2023-35693 has no known resolution | ||
5532 | |||
5533 | CVE_STATUS[CVE-2023-35788] = "fixed-version: Fixed from version 6.4rc5" | ||
5534 | |||
5535 | CVE_STATUS[CVE-2023-35823] = "fixed-version: Fixed from version 6.4rc1" | ||
5536 | |||
5537 | CVE_STATUS[CVE-2023-35824] = "fixed-version: Fixed from version 6.4rc1" | ||
5538 | |||
5539 | CVE_STATUS[CVE-2023-35826] = "fixed-version: Fixed from version 6.4rc1" | ||
5540 | |||
5541 | CVE_STATUS[CVE-2023-35827] = "fixed-version: Fixed from version 6.6rc6" | ||
5542 | |||
5543 | CVE_STATUS[CVE-2023-35828] = "fixed-version: Fixed from version 6.4rc1" | ||
5544 | |||
5545 | CVE_STATUS[CVE-2023-35829] = "fixed-version: Fixed from version 6.4rc1" | ||
5546 | |||
5547 | CVE_STATUS[CVE-2023-3609] = "fixed-version: Fixed from version 6.4rc7" | ||
5548 | |||
5549 | CVE_STATUS[CVE-2023-3610] = "fixed-version: Fixed from version 6.4" | ||
5550 | |||
5551 | CVE_STATUS[CVE-2023-3611] = "fixed-version: Fixed from version 6.5rc2" | ||
5552 | |||
5553 | # CVE-2023-3640 has no known resolution | ||
5554 | |||
5555 | CVE_STATUS[CVE-2023-37453] = "fixed-version: Fixed from version 6.6rc1" | ||
5556 | |||
5557 | # CVE-2023-37454 has no known resolution | ||
5558 | |||
5559 | CVE_STATUS[CVE-2023-3772] = "fixed-version: Fixed from version 6.5rc7" | ||
5560 | |||
5561 | CVE_STATUS[CVE-2023-3773] = "fixed-version: Fixed from version 6.5rc7" | ||
5562 | |||
5563 | CVE_STATUS[CVE-2023-3776] = "fixed-version: Fixed from version 6.5rc2" | ||
5564 | |||
5565 | CVE_STATUS[CVE-2023-3777] = "fixed-version: Fixed from version 6.5rc3" | ||
5566 | |||
5567 | CVE_STATUS[CVE-2023-3812] = "fixed-version: Fixed from version 6.1rc4" | ||
5568 | |||
5569 | CVE_STATUS[CVE-2023-38409] = "fixed-version: Fixed from version 6.3rc7" | ||
5570 | |||
5571 | CVE_STATUS[CVE-2023-38426] = "fixed-version: Fixed from version 6.4rc3" | ||
5572 | |||
5573 | CVE_STATUS[CVE-2023-38427] = "fixed-version: Fixed from version 6.4rc6" | ||
5574 | |||
5575 | CVE_STATUS[CVE-2023-38428] = "fixed-version: Fixed from version 6.4rc3" | ||
5576 | |||
5577 | CVE_STATUS[CVE-2023-38429] = "fixed-version: Fixed from version 6.4rc3" | ||
5578 | |||
5579 | CVE_STATUS[CVE-2023-38430] = "fixed-version: Fixed from version 6.4rc6" | ||
5580 | |||
5581 | CVE_STATUS[CVE-2023-38431] = "fixed-version: Fixed from version 6.4rc6" | ||
5582 | |||
5583 | CVE_STATUS[CVE-2023-38432] = "fixed-version: Fixed from version 6.4" | ||
5584 | |||
5585 | CVE_STATUS[CVE-2023-3863] = "fixed-version: Fixed from version 6.5rc1" | ||
5586 | |||
5587 | CVE_STATUS[CVE-2023-3865] = "fixed-version: Fixed from version 6.4" | ||
5588 | |||
5589 | CVE_STATUS[CVE-2023-3866] = "fixed-version: Fixed from version 6.4" | ||
5590 | |||
5591 | CVE_STATUS[CVE-2023-3867] = "fixed-version: Fixed from version 6.5rc1" | ||
5592 | |||
5593 | CVE_STATUS[CVE-2023-39189] = "fixed-version: Fixed from version 6.6rc1" | ||
5594 | |||
5595 | CVE_STATUS[CVE-2023-39191] = "fixed-version: Fixed from version 6.3rc1" | ||
5596 | |||
5597 | CVE_STATUS[CVE-2023-39192] = "fixed-version: Fixed from version 6.6rc1" | ||
5598 | |||
5599 | CVE_STATUS[CVE-2023-39193] = "fixed-version: Fixed from version 6.6rc1" | ||
5600 | |||
5601 | CVE_STATUS[CVE-2023-39194] = "fixed-version: Fixed from version 6.5rc7" | ||
5602 | |||
5603 | CVE_STATUS[CVE-2023-39197] = "fixed-version: Fixed from version 6.5rc1" | ||
5604 | |||
5605 | CVE_STATUS[CVE-2023-39198] = "fixed-version: Fixed from version 6.5rc7" | ||
5606 | |||
5607 | CVE_STATUS[CVE-2023-4004] = "fixed-version: Fixed from version 6.5rc3" | ||
5608 | |||
5609 | # CVE-2023-4010 has no known resolution | ||
5610 | |||
5611 | CVE_STATUS[CVE-2023-4015] = "fixed-version: Fixed from version 6.5rc4" | ||
5612 | |||
5613 | CVE_STATUS[CVE-2023-40283] = "fixed-version: Fixed from version 6.5rc1" | ||
5614 | |||
5615 | CVE_STATUS[CVE-2023-40791] = "fixed-version: Fixed from version 6.5rc6" | ||
5616 | |||
5617 | CVE_STATUS[CVE-2023-4128] = "fixed-version: Fixed from version 6.5rc5" | ||
5618 | |||
5619 | CVE_STATUS[CVE-2023-4132] = "fixed-version: Fixed from version 6.5rc1" | ||
5620 | |||
5621 | CVE_STATUS[CVE-2023-4133] = "fixed-version: Fixed from version 6.3" | ||
5622 | |||
5623 | CVE_STATUS[CVE-2023-4134] = "fixed-version: Fixed from version 6.5rc1" | ||
5624 | |||
5625 | CVE_STATUS[CVE-2023-4147] = "fixed-version: Fixed from version 6.5rc4" | ||
5626 | |||
5627 | CVE_STATUS[CVE-2023-4155] = "fixed-version: Fixed from version 6.5rc6" | ||
5628 | |||
5629 | CVE_STATUS[CVE-2023-4194] = "fixed-version: Fixed from version 6.5rc5" | ||
5630 | |||
5631 | CVE_STATUS[CVE-2023-4206] = "fixed-version: Fixed from version 6.5rc5" | ||
5632 | |||
5633 | CVE_STATUS[CVE-2023-4207] = "fixed-version: Fixed from version 6.5rc5" | ||
5634 | |||
5635 | CVE_STATUS[CVE-2023-4208] = "fixed-version: Fixed from version 6.5rc5" | ||
5636 | |||
5637 | CVE_STATUS[CVE-2023-4244] = "fixed-version: Fixed from version 6.5rc7" | ||
5638 | |||
5639 | CVE_STATUS[CVE-2023-4273] = "fixed-version: Fixed from version 6.5rc5" | ||
5640 | |||
5641 | CVE_STATUS[CVE-2023-42752] = "fixed-version: Fixed from version 6.6rc1" | ||
5642 | |||
5643 | CVE_STATUS[CVE-2023-42753] = "fixed-version: Fixed from version 6.6rc1" | ||
5644 | |||
5645 | CVE_STATUS[CVE-2023-42754] = "fixed-version: Fixed from version 6.6rc3" | ||
5646 | |||
5647 | CVE_STATUS[CVE-2023-42755] = "fixed-version: Fixed from version 6.3rc1" | ||
5648 | |||
5649 | CVE_STATUS[CVE-2023-42756] = "fixed-version: Fixed from version 6.6rc3" | ||
5650 | |||
5651 | CVE_STATUS[CVE-2023-4385] = "fixed-version: Fixed from version 5.19rc1" | ||
5652 | |||
5653 | CVE_STATUS[CVE-2023-4387] = "fixed-version: Fixed from version 5.18" | ||
5654 | |||
5655 | CVE_STATUS[CVE-2023-4389] = "fixed-version: Fixed from version 5.18rc3" | ||
5656 | |||
5657 | CVE_STATUS[CVE-2023-4394] = "fixed-version: Fixed from version 6.0rc3" | ||
5658 | |||
5659 | CVE_STATUS[CVE-2023-44466] = "fixed-version: Fixed from version 6.5rc2" | ||
5660 | |||
5661 | CVE_STATUS[CVE-2023-4459] = "fixed-version: Fixed from version 5.18" | ||
5662 | |||
5663 | CVE_STATUS[CVE-2023-4563] = "fixed-version: Fixed from version 6.5rc6" | ||
5664 | |||
5665 | CVE_STATUS[CVE-2023-4569] = "fixed-version: Fixed from version 6.5rc7" | ||
5666 | |||
5667 | CVE_STATUS[CVE-2023-45862] = "fixed-version: Fixed from version 6.3rc1" | ||
5668 | |||
5669 | CVE_STATUS[CVE-2023-45863] = "fixed-version: Fixed from version 6.3rc1" | ||
5670 | |||
5671 | CVE_STATUS[CVE-2023-45871] = "fixed-version: Fixed from version 6.6rc1" | ||
5672 | |||
5673 | CVE_STATUS[CVE-2023-45898] = "fixed-version: Fixed from version 6.6rc1" | ||
5674 | |||
5675 | CVE_STATUS[CVE-2023-4610] = "fixed-version: Fixed from version 6.4" | ||
5676 | |||
5677 | CVE_STATUS[CVE-2023-4611] = "fixed-version: Fixed from version 6.5rc4" | ||
5678 | |||
5679 | CVE_STATUS[CVE-2023-4622] = "fixed-version: Fixed from version 6.5rc1" | ||
5680 | |||
5681 | CVE_STATUS[CVE-2023-4623] = "fixed-version: Fixed from version 6.6rc1" | ||
5682 | |||
5683 | CVE_STATUS[CVE-2023-46343] = "fixed-version: Fixed from version 6.6rc7" | ||
5684 | |||
5685 | CVE_STATUS[CVE-2023-46813] = "fixed-version: Fixed from version 6.6rc7" | ||
5686 | |||
5687 | CVE_STATUS[CVE-2023-46838] = "cpe-stable-backport: Backported in 6.6.14" | ||
5688 | |||
5689 | CVE_STATUS[CVE-2023-46862] = "fixed-version: Fixed from version 6.6" | ||
5690 | |||
5691 | CVE_STATUS[CVE-2023-47233] = "cpe-stable-backport: Backported in 6.6.24" | ||
5692 | |||
5693 | CVE_STATUS[CVE-2023-4732] = "fixed-version: Fixed from version 5.14rc1" | ||
5694 | |||
5695 | CVE_STATUS[CVE-2023-4881] = "fixed-version: Fixed from version 6.6rc1" | ||
5696 | |||
5697 | CVE_STATUS[CVE-2023-4921] = "fixed-version: Fixed from version 6.6rc1" | ||
5698 | |||
5699 | CVE_STATUS[CVE-2023-50431] = "cpe-stable-backport: Backported in 6.6.14" | ||
5700 | |||
5701 | CVE_STATUS[CVE-2023-5090] = "fixed-version: Fixed from version 6.6rc7" | ||
5702 | |||
5703 | CVE_STATUS[CVE-2023-51042] = "fixed-version: Fixed from version 6.5rc1" | ||
5704 | |||
5705 | CVE_STATUS[CVE-2023-51043] = "fixed-version: Fixed from version 6.5rc3" | ||
5706 | |||
5707 | CVE_STATUS[CVE-2023-5158] = "fixed-version: Fixed from version 6.6rc5" | ||
5708 | |||
5709 | CVE_STATUS[CVE-2023-51779] = "cpe-stable-backport: Backported in 6.6.9" | ||
5710 | |||
5711 | CVE_STATUS[CVE-2023-5178] = "fixed-version: Fixed from version 6.6rc7" | ||
5712 | |||
5713 | CVE_STATUS[CVE-2023-51780] = "cpe-stable-backport: Backported in 6.6.8" | ||
5714 | |||
5715 | CVE_STATUS[CVE-2023-51781] = "cpe-stable-backport: Backported in 6.6.8" | ||
5716 | |||
5717 | CVE_STATUS[CVE-2023-51782] = "cpe-stable-backport: Backported in 6.6.8" | ||
5718 | |||
5719 | CVE_STATUS[CVE-2023-5197] = "fixed-version: Fixed from version 6.6rc3" | ||
5720 | |||
5721 | CVE_STATUS[CVE-2023-52340] = "fixed-version: Fixed from version 6.3rc1" | ||
5722 | |||
5723 | CVE_STATUS[CVE-2023-52429] = "cpe-stable-backport: Backported in 6.6.18" | ||
5724 | |||
5725 | CVE_STATUS[CVE-2023-52433] = "fixed-version: Fixed from version 6.6rc1" | ||
5726 | |||
5727 | CVE_STATUS[CVE-2023-52434] = "cpe-stable-backport: Backported in 6.6.8" | ||
5728 | |||
5729 | CVE_STATUS[CVE-2023-52435] = "cpe-stable-backport: Backported in 6.6.11" | ||
5730 | |||
5731 | CVE_STATUS[CVE-2023-52436] = "cpe-stable-backport: Backported in 6.6.13" | ||
5732 | |||
5733 | CVE_STATUS[CVE-2023-52438] = "cpe-stable-backport: Backported in 6.6.13" | ||
5734 | |||
5735 | CVE_STATUS[CVE-2023-52439] = "cpe-stable-backport: Backported in 6.6.13" | ||
5736 | |||
5737 | CVE_STATUS[CVE-2023-52440] = "fixed-version: Fixed from version 6.6rc1" | ||
5738 | |||
5739 | CVE_STATUS[CVE-2023-52441] = "fixed-version: Fixed from version 6.5rc4" | ||
5740 | |||
5741 | CVE_STATUS[CVE-2023-52442] = "fixed-version: Fixed from version 6.5rc4" | ||
5742 | |||
5743 | CVE_STATUS[CVE-2023-52443] = "cpe-stable-backport: Backported in 6.6.14" | ||
5744 | |||
5745 | CVE_STATUS[CVE-2023-52444] = "cpe-stable-backport: Backported in 6.6.14" | ||
5746 | |||
5747 | CVE_STATUS[CVE-2023-52445] = "cpe-stable-backport: Backported in 6.6.14" | ||
5748 | |||
5749 | CVE_STATUS[CVE-2023-52446] = "cpe-stable-backport: Backported in 6.6.14" | ||
5750 | |||
5751 | CVE_STATUS[CVE-2023-52447] = "cpe-stable-backport: Backported in 6.6.14" | ||
5752 | |||
5753 | CVE_STATUS[CVE-2023-52448] = "cpe-stable-backport: Backported in 6.6.14" | ||
5754 | |||
5755 | CVE_STATUS[CVE-2023-52449] = "cpe-stable-backport: Backported in 6.6.14" | ||
5756 | |||
5757 | CVE_STATUS[CVE-2023-52450] = "cpe-stable-backport: Backported in 6.6.14" | ||
5758 | |||
5759 | CVE_STATUS[CVE-2023-52451] = "cpe-stable-backport: Backported in 6.6.14" | ||
5760 | |||
5761 | CVE_STATUS[CVE-2023-52452] = "cpe-stable-backport: Backported in 6.6.14" | ||
5762 | |||
5763 | CVE_STATUS[CVE-2023-52453] = "cpe-stable-backport: Backported in 6.6.14" | ||
5764 | |||
5765 | CVE_STATUS[CVE-2023-52454] = "cpe-stable-backport: Backported in 6.6.14" | ||
5766 | |||
5767 | CVE_STATUS[CVE-2023-52455] = "cpe-stable-backport: Backported in 6.6.14" | ||
5768 | |||
5769 | CVE_STATUS[CVE-2023-52456] = "cpe-stable-backport: Backported in 6.6.14" | ||
5770 | |||
5771 | CVE_STATUS[CVE-2023-52457] = "cpe-stable-backport: Backported in 6.6.14" | ||
5772 | |||
5773 | CVE_STATUS[CVE-2023-52458] = "cpe-stable-backport: Backported in 6.6.14" | ||
5774 | |||
5775 | CVE_STATUS[CVE-2023-52459] = "cpe-stable-backport: Backported in 6.6.14" | ||
5776 | |||
5777 | CVE_STATUS[CVE-2023-52460] = "fixed-version: only affects 6.7rc1 onwards" | ||
5778 | |||
5779 | CVE_STATUS[CVE-2023-52461] = "fixed-version: only affects 6.7rc1 onwards" | ||
5780 | |||
5781 | CVE_STATUS[CVE-2023-52462] = "cpe-stable-backport: Backported in 6.6.14" | ||
5782 | |||
5783 | CVE_STATUS[CVE-2023-52463] = "cpe-stable-backport: Backported in 6.6.14" | ||
5784 | |||
5785 | CVE_STATUS[CVE-2023-52464] = "cpe-stable-backport: Backported in 6.6.14" | ||
5786 | |||
5787 | CVE_STATUS[CVE-2023-52465] = "cpe-stable-backport: Backported in 6.6.14" | ||
5788 | |||
5789 | CVE_STATUS[CVE-2023-52467] = "cpe-stable-backport: Backported in 6.6.14" | ||
5790 | |||
5791 | CVE_STATUS[CVE-2023-52468] = "cpe-stable-backport: Backported in 6.6.14" | ||
5792 | |||
5793 | CVE_STATUS[CVE-2023-52469] = "cpe-stable-backport: Backported in 6.6.14" | ||
5794 | |||
5795 | CVE_STATUS[CVE-2023-52470] = "cpe-stable-backport: Backported in 6.6.14" | ||
5796 | |||
5797 | CVE_STATUS[CVE-2023-52471] = "fixed-version: only affects 6.7rc1 onwards" | ||
5798 | |||
5799 | CVE_STATUS[CVE-2023-52472] = "cpe-stable-backport: Backported in 6.6.14" | ||
5800 | |||
5801 | CVE_STATUS[CVE-2023-52473] = "cpe-stable-backport: Backported in 6.6.14" | ||
5802 | |||
5803 | CVE_STATUS[CVE-2023-52474] = "fixed-version: Fixed from version 6.4rc1" | ||
5804 | |||
5805 | CVE_STATUS[CVE-2023-52475] = "fixed-version: Fixed from version 6.6rc6" | ||
5806 | |||
5807 | CVE_STATUS[CVE-2023-52476] = "fixed-version: Fixed from version 6.6rc6" | ||
5808 | |||
5809 | CVE_STATUS[CVE-2023-52477] = "fixed-version: Fixed from version 6.6rc6" | ||
5810 | |||
5811 | CVE_STATUS[CVE-2023-52478] = "fixed-version: Fixed from version 6.6rc6" | ||
5812 | |||
5813 | CVE_STATUS[CVE-2023-52479] = "fixed-version: Fixed from version 6.6rc5" | ||
5814 | |||
5815 | CVE_STATUS[CVE-2023-52480] = "fixed-version: Fixed from version 6.6rc5" | ||
5816 | |||
5817 | CVE_STATUS[CVE-2023-52481] = "fixed-version: Fixed from version 6.6rc5" | ||
5818 | |||
5819 | CVE_STATUS[CVE-2023-52482] = "fixed-version: Fixed from version 6.6rc4" | ||
5820 | |||
5821 | CVE_STATUS[CVE-2023-52483] = "fixed-version: Fixed from version 6.6rc6" | ||
5822 | |||
5823 | CVE_STATUS[CVE-2023-52484] = "fixed-version: Fixed from version 6.6rc5" | ||
5824 | |||
5825 | # CVE-2023-52485 needs backporting (fixed from 6.8rc1) | ||
5826 | |||
5827 | CVE_STATUS[CVE-2023-52486] = "cpe-stable-backport: Backported in 6.6.15" | ||
5828 | |||
5829 | CVE_STATUS[CVE-2023-52487] = "cpe-stable-backport: Backported in 6.6.15" | ||
5830 | |||
5831 | CVE_STATUS[CVE-2023-52488] = "cpe-stable-backport: Backported in 6.6.15" | ||
5832 | |||
5833 | CVE_STATUS[CVE-2023-52489] = "cpe-stable-backport: Backported in 6.6.15" | ||
5834 | |||
5835 | CVE_STATUS[CVE-2023-52490] = "cpe-stable-backport: Backported in 6.6.15" | ||
5836 | |||
5837 | CVE_STATUS[CVE-2023-52491] = "cpe-stable-backport: Backported in 6.6.15" | ||
5838 | |||
5839 | CVE_STATUS[CVE-2023-52492] = "cpe-stable-backport: Backported in 6.6.15" | ||
5840 | |||
5841 | CVE_STATUS[CVE-2023-52493] = "cpe-stable-backport: Backported in 6.6.15" | ||
5842 | |||
5843 | CVE_STATUS[CVE-2023-52494] = "cpe-stable-backport: Backported in 6.6.15" | ||
5844 | |||
5845 | CVE_STATUS[CVE-2023-52495] = "cpe-stable-backport: Backported in 6.6.15" | ||
5846 | |||
5847 | CVE_STATUS[CVE-2023-52497] = "cpe-stable-backport: Backported in 6.6.15" | ||
5848 | |||
5849 | CVE_STATUS[CVE-2023-52498] = "cpe-stable-backport: Backported in 6.6.15" | ||
5850 | |||
5851 | CVE_STATUS[CVE-2023-52499] = "fixed-version: Fixed from version 6.6rc6" | ||
5852 | |||
5853 | CVE_STATUS[CVE-2023-52500] = "fixed-version: Fixed from version 6.6rc2" | ||
5854 | |||
5855 | CVE_STATUS[CVE-2023-52501] = "fixed-version: Fixed from version 6.6rc2" | ||
5856 | |||
5857 | CVE_STATUS[CVE-2023-52502] = "fixed-version: Fixed from version 6.6rc6" | ||
5858 | |||
5859 | CVE_STATUS[CVE-2023-52503] = "fixed-version: Fixed from version 6.6rc6" | ||
5860 | |||
5861 | CVE_STATUS[CVE-2023-52504] = "fixed-version: Fixed from version 6.6rc6" | ||
5862 | |||
5863 | CVE_STATUS[CVE-2023-52505] = "fixed-version: Fixed from version 6.6rc6" | ||
5864 | |||
5865 | CVE_STATUS[CVE-2023-52506] = "fixed-version: Fixed from version 6.6rc3" | ||
5866 | |||
5867 | CVE_STATUS[CVE-2023-52507] = "fixed-version: Fixed from version 6.6rc6" | ||
5868 | |||
5869 | CVE_STATUS[CVE-2023-52508] = "fixed-version: Fixed from version 6.6rc2" | ||
5870 | |||
5871 | CVE_STATUS[CVE-2023-52509] = "fixed-version: Fixed from version 6.6rc6" | ||
5872 | |||
5873 | CVE_STATUS[CVE-2023-52510] = "fixed-version: Fixed from version 6.6rc6" | ||
5874 | |||
5875 | CVE_STATUS[CVE-2023-52511] = "fixed-version: Fixed from version 6.6rc1" | ||
5876 | |||
5877 | CVE_STATUS[CVE-2023-52512] = "fixed-version: Fixed from version 6.6rc6" | ||
5878 | |||
5879 | CVE_STATUS[CVE-2023-52513] = "fixed-version: Fixed from version 6.6rc5" | ||
5880 | |||
5881 | CVE_STATUS[CVE-2023-52515] = "fixed-version: Fixed from version 6.6rc5" | ||
5882 | |||
5883 | CVE_STATUS[CVE-2023-52516] = "fixed-version: Fixed from version 6.6rc1" | ||
5884 | |||
5885 | CVE_STATUS[CVE-2023-52517] = "fixed-version: Fixed from version 6.6rc1" | ||
5886 | |||
5887 | CVE_STATUS[CVE-2023-52518] = "fixed-version: Fixed from version 6.6rc5" | ||
5888 | |||
5889 | CVE_STATUS[CVE-2023-52519] = "fixed-version: Fixed from version 6.6rc5" | ||
5890 | |||
5891 | CVE_STATUS[CVE-2023-52520] = "fixed-version: Fixed from version 6.6rc5" | ||
5892 | |||
5893 | CVE_STATUS[CVE-2023-52522] = "fixed-version: Fixed from version 6.6rc5" | ||
5894 | |||
5895 | CVE_STATUS[CVE-2023-52523] = "fixed-version: Fixed from version 6.6rc5" | ||
5896 | |||
5897 | CVE_STATUS[CVE-2023-52524] = "fixed-version: Fixed from version 6.6rc5" | ||
5898 | |||
5899 | CVE_STATUS[CVE-2023-52525] = "fixed-version: Fixed from version 6.6rc5" | ||
5900 | |||
5901 | CVE_STATUS[CVE-2023-52526] = "fixed-version: Fixed from version 6.6rc5" | ||
5902 | |||
5903 | CVE_STATUS[CVE-2023-52527] = "fixed-version: Fixed from version 6.6rc5" | ||
5904 | |||
5905 | CVE_STATUS[CVE-2023-52528] = "fixed-version: Fixed from version 6.6rc5" | ||
5906 | |||
5907 | CVE_STATUS[CVE-2023-52529] = "fixed-version: Fixed from version 6.6rc5" | ||
5908 | |||
5909 | CVE_STATUS[CVE-2023-52530] = "fixed-version: Fixed from version 6.6rc5" | ||
5910 | |||
5911 | CVE_STATUS[CVE-2023-52531] = "fixed-version: Fixed from version 6.6rc5" | ||
5912 | |||
5913 | CVE_STATUS[CVE-2023-52532] = "fixed-version: Fixed from version 6.6rc5" | ||
5914 | |||
5915 | CVE_STATUS[CVE-2023-52559] = "fixed-version: Fixed from version 6.6rc5" | ||
5916 | |||
5917 | CVE_STATUS[CVE-2023-52560] = "fixed-version: Fixed from version 6.6rc4" | ||
5918 | |||
5919 | CVE_STATUS[CVE-2023-52561] = "fixed-version: Fixed from version 6.6rc1" | ||
5920 | |||
5921 | CVE_STATUS[CVE-2023-52562] = "fixed-version: Fixed from version 6.6rc4" | ||
5922 | |||
5923 | CVE_STATUS[CVE-2023-52563] = "fixed-version: Fixed from version 6.6rc3" | ||
5924 | |||
5925 | CVE_STATUS[CVE-2023-52564] = "fixed-version: Fixed from version 6.6rc4" | ||
5926 | |||
5927 | CVE_STATUS[CVE-2023-52565] = "fixed-version: Fixed from version 6.6rc3" | ||
5928 | |||
5929 | CVE_STATUS[CVE-2023-52566] = "fixed-version: Fixed from version 6.6rc4" | ||
5930 | |||
5931 | CVE_STATUS[CVE-2023-52567] = "fixed-version: Fixed from version 6.6rc4" | ||
5932 | |||
5933 | CVE_STATUS[CVE-2023-52568] = "fixed-version: Fixed from version 6.6rc4" | ||
5934 | |||
5935 | CVE_STATUS[CVE-2023-52569] = "fixed-version: Fixed from version 6.6rc2" | ||
5936 | |||
5937 | CVE_STATUS[CVE-2023-52570] = "fixed-version: Fixed from version 6.6rc4" | ||
5938 | |||
5939 | CVE_STATUS[CVE-2023-52571] = "fixed-version: Fixed from version 6.6rc4" | ||
5940 | |||
5941 | CVE_STATUS[CVE-2023-52572] = "fixed-version: Fixed from version 6.6rc3" | ||
5942 | |||
5943 | CVE_STATUS[CVE-2023-52573] = "fixed-version: Fixed from version 6.6rc3" | ||
5944 | |||
5945 | CVE_STATUS[CVE-2023-52574] = "fixed-version: Fixed from version 6.6rc3" | ||
5946 | |||
5947 | CVE_STATUS[CVE-2023-52575] = "fixed-version: Fixed from version 6.6rc3" | ||
5948 | |||
5949 | CVE_STATUS[CVE-2023-52576] = "fixed-version: Fixed from version 6.6rc3" | ||
5950 | |||
5951 | CVE_STATUS[CVE-2023-52577] = "fixed-version: Fixed from version 6.6rc3" | ||
5952 | |||
5953 | CVE_STATUS[CVE-2023-52578] = "fixed-version: Fixed from version 6.6rc3" | ||
5954 | |||
5955 | CVE_STATUS[CVE-2023-52580] = "fixed-version: Fixed from version 6.6rc3" | ||
5956 | |||
5957 | CVE_STATUS[CVE-2023-52581] = "fixed-version: Fixed from version 6.6rc3" | ||
5958 | |||
5959 | CVE_STATUS[CVE-2023-52582] = "fixed-version: Fixed from version 6.6rc3" | ||
5960 | |||
5961 | CVE_STATUS[CVE-2023-52583] = "cpe-stable-backport: Backported in 6.6.16" | ||
5962 | |||
5963 | CVE_STATUS[CVE-2023-52584] = "cpe-stable-backport: Backported in 6.6.16" | ||
5964 | |||
5965 | # CVE-2023-52585 needs backporting (fixed from 6.8rc1) | ||
5966 | |||
5967 | # CVE-2023-52586 needs backporting (fixed from 6.8rc1) | ||
5968 | |||
5969 | CVE_STATUS[CVE-2023-52587] = "cpe-stable-backport: Backported in 6.6.16" | ||
5970 | |||
5971 | CVE_STATUS[CVE-2023-52588] = "cpe-stable-backport: Backported in 6.6.16" | ||
5972 | |||
5973 | CVE_STATUS[CVE-2023-52589] = "cpe-stable-backport: Backported in 6.6.16" | ||
5974 | |||
5975 | # CVE-2023-52590 needs backporting (fixed from 6.8rc1) | ||
5976 | |||
5977 | CVE_STATUS[CVE-2023-52591] = "cpe-stable-backport: Backported in 6.6.16" | ||
5978 | |||
5979 | CVE_STATUS[CVE-2023-52593] = "cpe-stable-backport: Backported in 6.6.16" | ||
5980 | |||
5981 | CVE_STATUS[CVE-2023-52594] = "cpe-stable-backport: Backported in 6.6.16" | ||
5982 | |||
5983 | CVE_STATUS[CVE-2023-52595] = "cpe-stable-backport: Backported in 6.6.16" | ||
5984 | |||
5985 | CVE_STATUS[CVE-2023-52596] = "cpe-stable-backport: Backported in 6.6.16" | ||
5986 | |||
5987 | CVE_STATUS[CVE-2023-52597] = "cpe-stable-backport: Backported in 6.6.16" | ||
5988 | |||
5989 | CVE_STATUS[CVE-2023-52598] = "cpe-stable-backport: Backported in 6.6.16" | ||
5990 | |||
5991 | CVE_STATUS[CVE-2023-52599] = "cpe-stable-backport: Backported in 6.6.16" | ||
5992 | |||
5993 | CVE_STATUS[CVE-2023-52600] = "cpe-stable-backport: Backported in 6.6.16" | ||
5994 | |||
5995 | CVE_STATUS[CVE-2023-52601] = "cpe-stable-backport: Backported in 6.6.16" | ||
5996 | |||
5997 | CVE_STATUS[CVE-2023-52602] = "cpe-stable-backport: Backported in 6.6.16" | ||
5998 | |||
5999 | CVE_STATUS[CVE-2023-52603] = "cpe-stable-backport: Backported in 6.6.16" | ||
6000 | |||
6001 | CVE_STATUS[CVE-2023-52604] = "cpe-stable-backport: Backported in 6.6.16" | ||
6002 | |||
6003 | CVE_STATUS[CVE-2023-52606] = "cpe-stable-backport: Backported in 6.6.16" | ||
6004 | |||
6005 | CVE_STATUS[CVE-2023-52607] = "cpe-stable-backport: Backported in 6.6.16" | ||
6006 | |||
6007 | CVE_STATUS[CVE-2023-52608] = "cpe-stable-backport: Backported in 6.6.15" | ||
6008 | |||
6009 | CVE_STATUS[CVE-2023-52609] = "cpe-stable-backport: Backported in 6.6.14" | ||
6010 | |||
6011 | CVE_STATUS[CVE-2023-52610] = "cpe-stable-backport: Backported in 6.6.14" | ||
6012 | |||
6013 | CVE_STATUS[CVE-2023-52611] = "cpe-stable-backport: Backported in 6.6.14" | ||
6014 | |||
6015 | CVE_STATUS[CVE-2023-52612] = "cpe-stable-backport: Backported in 6.6.14" | ||
6016 | |||
6017 | CVE_STATUS[CVE-2023-52613] = "cpe-stable-backport: Backported in 6.6.14" | ||
6018 | |||
6019 | CVE_STATUS[CVE-2023-52614] = "cpe-stable-backport: Backported in 6.6.15" | ||
6020 | |||
6021 | CVE_STATUS[CVE-2023-52615] = "cpe-stable-backport: Backported in 6.6.15" | ||
6022 | |||
6023 | CVE_STATUS[CVE-2023-52616] = "cpe-stable-backport: Backported in 6.6.15" | ||
6024 | |||
6025 | CVE_STATUS[CVE-2023-52617] = "cpe-stable-backport: Backported in 6.6.16" | ||
6026 | |||
6027 | CVE_STATUS[CVE-2023-52618] = "cpe-stable-backport: Backported in 6.6.16" | ||
6028 | |||
6029 | CVE_STATUS[CVE-2023-52619] = "cpe-stable-backport: Backported in 6.6.16" | ||
6030 | |||
6031 | CVE_STATUS[CVE-2023-52620] = "fixed-version: Fixed from version 6.4" | ||
6032 | |||
6033 | CVE_STATUS[CVE-2023-52621] = "cpe-stable-backport: Backported in 6.6.16" | ||
6034 | |||
6035 | CVE_STATUS[CVE-2023-52622] = "cpe-stable-backport: Backported in 6.6.16" | ||
6036 | |||
6037 | CVE_STATUS[CVE-2023-52623] = "cpe-stable-backport: Backported in 6.6.16" | ||
6038 | |||
6039 | # CVE-2023-52624 needs backporting (fixed from 6.8rc1) | ||
6040 | |||
6041 | # CVE-2023-52625 needs backporting (fixed from 6.8rc1) | ||
6042 | |||
6043 | CVE_STATUS[CVE-2023-52626] = "fixed-version: only affects 6.7rc2 onwards" | ||
6044 | |||
6045 | CVE_STATUS[CVE-2023-52627] = "cpe-stable-backport: Backported in 6.6.15" | ||
6046 | |||
6047 | CVE_STATUS[CVE-2023-52628] = "fixed-version: Fixed from version 6.6rc1" | ||
6048 | |||
6049 | CVE_STATUS[CVE-2023-52629] = "fixed-version: Fixed from version 6.6rc1" | ||
6050 | |||
6051 | CVE_STATUS[CVE-2023-52630] = "cpe-stable-backport: Backported in 6.6.17" | ||
6052 | |||
6053 | CVE_STATUS[CVE-2023-52631] = "cpe-stable-backport: Backported in 6.6.17" | ||
6054 | |||
6055 | CVE_STATUS[CVE-2023-52632] = "cpe-stable-backport: Backported in 6.6.16" | ||
6056 | |||
6057 | CVE_STATUS[CVE-2023-52633] = "cpe-stable-backport: Backported in 6.6.16" | ||
6058 | |||
6059 | # CVE-2023-52634 needs backporting (fixed from 6.8rc1) | ||
6060 | |||
6061 | CVE_STATUS[CVE-2023-52635] = "cpe-stable-backport: Backported in 6.6.16" | ||
6062 | |||
6063 | CVE_STATUS[CVE-2023-52636] = "cpe-stable-backport: Backported in 6.6.17" | ||
6064 | |||
6065 | CVE_STATUS[CVE-2023-52637] = "cpe-stable-backport: Backported in 6.6.18" | ||
6066 | |||
6067 | CVE_STATUS[CVE-2023-52638] = "cpe-stable-backport: Backported in 6.6.18" | ||
6068 | |||
6069 | CVE_STATUS[CVE-2023-52639] = "cpe-stable-backport: Backported in 6.6.22" | ||
6070 | |||
6071 | CVE_STATUS[CVE-2023-52640] = "cpe-stable-backport: Backported in 6.6.19" | ||
6072 | |||
6073 | CVE_STATUS[CVE-2023-52641] = "cpe-stable-backport: Backported in 6.6.19" | ||
6074 | |||
6075 | CVE_STATUS[CVE-2023-5345] = "fixed-version: Fixed from version 6.6rc4" | ||
6076 | |||
6077 | CVE_STATUS[CVE-2023-5633] = "fixed-version: Fixed from version 6.6rc6" | ||
6078 | |||
6079 | CVE_STATUS[CVE-2023-5717] = "fixed-version: Fixed from version 6.6rc7" | ||
6080 | |||
6081 | CVE_STATUS[CVE-2023-5972] = "fixed-version: Fixed from version 6.6rc7" | ||
6082 | |||
6083 | CVE_STATUS[CVE-2023-6039] = "fixed-version: Fixed from version 6.5rc5" | ||
6084 | |||
6085 | CVE_STATUS[CVE-2023-6040] = "fixed-version: Fixed from version 5.18rc1" | ||
6086 | |||
6087 | CVE_STATUS[CVE-2023-6111] = "cpe-stable-backport: Backported in 6.6.3" | ||
6088 | |||
6089 | CVE_STATUS[CVE-2023-6121] = "cpe-stable-backport: Backported in 6.6.4" | ||
6090 | |||
6091 | CVE_STATUS[CVE-2023-6176] = "fixed-version: Fixed from version 6.6rc2" | ||
6092 | |||
6093 | CVE_STATUS[CVE-2023-6200] = "cpe-stable-backport: Backported in 6.6.9" | ||
6094 | |||
6095 | # CVE-2023-6238 has no known resolution | ||
6096 | |||
6097 | # CVE-2023-6240 has no known resolution | ||
6098 | |||
6099 | CVE_STATUS[CVE-2023-6270] = "cpe-stable-backport: Backported in 6.6.23" | ||
6100 | |||
6101 | CVE_STATUS[CVE-2023-6356] = "cpe-stable-backport: Backported in 6.6.14" | ||
6102 | |||
6103 | CVE_STATUS[CVE-2023-6531] = "cpe-stable-backport: Backported in 6.6.7" | ||
6104 | |||
6105 | # CVE-2023-6535 has no known resolution | ||
6106 | |||
6107 | CVE_STATUS[CVE-2023-6536] = "cpe-stable-backport: Backported in 6.6.14" | ||
6108 | |||
6109 | CVE_STATUS[CVE-2023-6546] = "fixed-version: Fixed from version 6.5rc7" | ||
6110 | |||
6111 | CVE_STATUS[CVE-2023-6560] = "cpe-stable-backport: Backported in 6.6.5" | ||
6112 | |||
6113 | CVE_STATUS[CVE-2023-6606] = "cpe-stable-backport: Backported in 6.6.9" | ||
6114 | |||
6115 | CVE_STATUS[CVE-2023-6610] = "cpe-stable-backport: Backported in 6.6.13" | ||
6116 | |||
6117 | CVE_STATUS[CVE-2023-6622] = "cpe-stable-backport: Backported in 6.6.7" | ||
6118 | |||
6119 | CVE_STATUS[CVE-2023-6679] = "fixed-version: only affects 6.7rc1 onwards" | ||
6120 | |||
6121 | CVE_STATUS[CVE-2023-6817] = "cpe-stable-backport: Backported in 6.6.7" | ||
6122 | |||
6123 | CVE_STATUS[CVE-2023-6915] = "cpe-stable-backport: Backported in 6.6.13" | ||
6124 | |||
6125 | CVE_STATUS[CVE-2023-6931] = "cpe-stable-backport: Backported in 6.6.7" | ||
6126 | |||
6127 | CVE_STATUS[CVE-2023-6932] = "cpe-stable-backport: Backported in 6.6.5" | ||
6128 | |||
6129 | CVE_STATUS[CVE-2023-7042] = "cpe-stable-backport: Backported in 6.6.23" | ||
6130 | |||
6131 | CVE_STATUS[CVE-2023-7192] = "fixed-version: Fixed from version 6.3rc1" | ||
6132 | |||
6133 | CVE_STATUS[CVE-2024-0193] = "cpe-stable-backport: Backported in 6.6.10" | ||
6134 | |||
6135 | CVE_STATUS[CVE-2024-0340] = "fixed-version: Fixed from version 6.4rc6" | ||
6136 | |||
6137 | CVE_STATUS[CVE-2024-0443] = "fixed-version: Fixed from version 6.4rc7" | ||
6138 | |||
6139 | CVE_STATUS[CVE-2024-0562] = "fixed-version: Fixed from version 6.0rc3" | ||
6140 | |||
6141 | # CVE-2024-0564 has no known resolution | ||
6142 | |||
6143 | CVE_STATUS[CVE-2024-0565] = "cpe-stable-backport: Backported in 6.6.8" | ||
6144 | |||
6145 | CVE_STATUS[CVE-2024-0582] = "cpe-stable-backport: Backported in 6.6.5" | ||
6146 | |||
6147 | CVE_STATUS[CVE-2024-0584] = "cpe-stable-backport: Backported in 6.6.5" | ||
6148 | |||
6149 | CVE_STATUS[CVE-2024-0607] = "cpe-stable-backport: Backported in 6.6.3" | ||
6150 | |||
6151 | CVE_STATUS[CVE-2024-0639] = "fixed-version: Fixed from version 6.5rc1" | ||
6152 | |||
6153 | CVE_STATUS[CVE-2024-0641] = "fixed-version: Fixed from version 6.6rc5" | ||
6154 | |||
6155 | CVE_STATUS[CVE-2024-0646] = "cpe-stable-backport: Backported in 6.6.7" | ||
6156 | |||
6157 | CVE_STATUS[CVE-2024-0775] = "fixed-version: Fixed from version 6.4rc2" | ||
6158 | |||
6159 | CVE_STATUS[CVE-2024-0841] = "cpe-stable-backport: Backported in 6.6.18" | ||
6160 | |||
6161 | CVE_STATUS[CVE-2024-1085] = "cpe-stable-backport: Backported in 6.6.14" | ||
6162 | |||
6163 | CVE_STATUS[CVE-2024-1086] = "cpe-stable-backport: Backported in 6.6.15" | ||
6164 | |||
6165 | CVE_STATUS[CVE-2024-1151] = "cpe-stable-backport: Backported in 6.6.18" | ||
6166 | |||
6167 | CVE_STATUS[CVE-2024-1312] = "fixed-version: Fixed from version 6.5rc4" | ||
6168 | |||
6169 | # CVE-2024-21803 has no known resolution | ||
6170 | |||
6171 | # CVE-2024-2193 has no known resolution | ||
6172 | |||
6173 | CVE_STATUS[CVE-2024-22099] = "cpe-stable-backport: Backported in 6.6.23" | ||
6174 | |||
6175 | # CVE-2024-22386 has no known resolution | ||
6176 | |||
6177 | CVE_STATUS[CVE-2024-22705] = "cpe-stable-backport: Backported in 6.6.10" | ||
6178 | |||
6179 | CVE_STATUS[CVE-2024-23196] = "fixed-version: Fixed from version 6.5rc1" | ||
6180 | |||
6181 | CVE_STATUS[CVE-2024-23307] = "cpe-stable-backport: Backported in 6.6.24" | ||
6182 | |||
6183 | # CVE-2024-23848 has no known resolution | ||
6184 | |||
6185 | CVE_STATUS[CVE-2024-23849] = "cpe-stable-backport: Backported in 6.6.15" | ||
6186 | |||
6187 | CVE_STATUS[CVE-2024-23850] = "cpe-stable-backport: Backported in 6.6.18" | ||
6188 | |||
6189 | CVE_STATUS[CVE-2024-23851] = "cpe-stable-backport: Backported in 6.6.18" | ||
6190 | |||
6191 | CVE_STATUS[CVE-2024-24855] = "fixed-version: Fixed from version 6.5rc2" | ||
6192 | |||
6193 | # CVE-2024-24857 has no known resolution | ||
6194 | |||
6195 | # CVE-2024-24858 has no known resolution | ||
6196 | |||
6197 | # CVE-2024-24859 has no known resolution | ||
6198 | |||
6199 | CVE_STATUS[CVE-2024-24860] = "cpe-stable-backport: Backported in 6.6.14" | ||
6200 | |||
6201 | CVE_STATUS[CVE-2024-24861] = "cpe-stable-backport: Backported in 6.6.24" | ||
6202 | |||
6203 | # CVE-2024-24864 has no known resolution | ||
6204 | |||
6205 | # CVE-2024-25739 has no known resolution | ||
6206 | |||
6207 | # CVE-2024-25740 has no known resolution | ||
6208 | |||
6209 | # CVE-2024-25741 has no known resolution | ||
6210 | |||
6211 | CVE_STATUS[CVE-2024-25744] = "cpe-stable-backport: Backported in 6.6.7" | ||
6212 | |||
6213 | CVE_STATUS[CVE-2024-26581] = "cpe-stable-backport: Backported in 6.6.17" | ||
6214 | |||
6215 | CVE_STATUS[CVE-2024-26582] = "cpe-stable-backport: Backported in 6.6.18" | ||
6216 | |||
6217 | CVE_STATUS[CVE-2024-26583] = "cpe-stable-backport: Backported in 6.6.18" | ||
6218 | |||
6219 | CVE_STATUS[CVE-2024-26584] = "cpe-stable-backport: Backported in 6.6.18" | ||
6220 | |||
6221 | CVE_STATUS[CVE-2024-26585] = "cpe-stable-backport: Backported in 6.6.18" | ||
6222 | |||
6223 | CVE_STATUS[CVE-2024-26586] = "cpe-stable-backport: Backported in 6.6.14" | ||
6224 | |||
6225 | CVE_STATUS[CVE-2024-26587] = "cpe-stable-backport: Backported in 6.6.14" | ||
6226 | |||
6227 | CVE_STATUS[CVE-2024-26588] = "cpe-stable-backport: Backported in 6.6.14" | ||
6228 | |||
6229 | CVE_STATUS[CVE-2024-26589] = "cpe-stable-backport: Backported in 6.6.14" | ||
6230 | |||
6231 | CVE_STATUS[CVE-2024-26590] = "cpe-stable-backport: Backported in 6.6.14" | ||
6232 | |||
6233 | CVE_STATUS[CVE-2024-26591] = "cpe-stable-backport: Backported in 6.6.14" | ||
6234 | |||
6235 | CVE_STATUS[CVE-2024-26592] = "cpe-stable-backport: Backported in 6.6.14" | ||
6236 | |||
6237 | CVE_STATUS[CVE-2024-26593] = "cpe-stable-backport: Backported in 6.6.18" | ||
6238 | |||
6239 | CVE_STATUS[CVE-2024-26594] = "cpe-stable-backport: Backported in 6.6.14" | ||
6240 | |||
6241 | CVE_STATUS[CVE-2024-26595] = "cpe-stable-backport: Backported in 6.6.14" | ||
6242 | |||
6243 | # CVE-2024-26596 needs backporting (fixed from 6.8rc1) | ||
6244 | |||
6245 | CVE_STATUS[CVE-2024-26597] = "cpe-stable-backport: Backported in 6.6.14" | ||
6246 | |||
6247 | CVE_STATUS[CVE-2024-26598] = "cpe-stable-backport: Backported in 6.6.14" | ||
6248 | |||
6249 | CVE_STATUS[CVE-2024-26599] = "cpe-stable-backport: Backported in 6.6.14" | ||
6250 | |||
6251 | CVE_STATUS[CVE-2024-26600] = "cpe-stable-backport: Backported in 6.6.17" | ||
6252 | |||
6253 | CVE_STATUS[CVE-2024-26601] = "cpe-stable-backport: Backported in 6.6.17" | ||
6254 | |||
6255 | CVE_STATUS[CVE-2024-26602] = "cpe-stable-backport: Backported in 6.6.18" | ||
6256 | |||
6257 | CVE_STATUS[CVE-2024-26603] = "cpe-stable-backport: Backported in 6.6.18" | ||
6258 | |||
6259 | CVE_STATUS[CVE-2024-26604] = "cpe-stable-backport: Backported in 6.6.18" | ||
6260 | |||
6261 | CVE_STATUS[CVE-2024-26605] = "fixed-version: only affects 6.7 onwards" | ||
6262 | |||
6263 | CVE_STATUS[CVE-2024-26606] = "cpe-stable-backport: Backported in 6.6.18" | ||
6264 | |||
6265 | CVE_STATUS[CVE-2024-26607] = "cpe-stable-backport: Backported in 6.6.15" | ||
6266 | |||
6267 | CVE_STATUS[CVE-2024-26608] = "cpe-stable-backport: Backported in 6.6.15" | ||
6268 | |||
6269 | CVE_STATUS[CVE-2024-26610] = "cpe-stable-backport: Backported in 6.6.15" | ||
6270 | |||
6271 | CVE_STATUS[CVE-2024-26611] = "cpe-stable-backport: Backported in 6.6.15" | ||
6272 | |||
6273 | CVE_STATUS[CVE-2024-26612] = "cpe-stable-backport: Backported in 6.6.15" | ||
6274 | |||
6275 | CVE_STATUS[CVE-2024-26614] = "cpe-stable-backport: Backported in 6.6.15" | ||
6276 | |||
6277 | CVE_STATUS[CVE-2024-26615] = "cpe-stable-backport: Backported in 6.6.15" | ||
6278 | |||
6279 | CVE_STATUS[CVE-2024-26616] = "cpe-stable-backport: Backported in 6.6.15" | ||
6280 | |||
6281 | CVE_STATUS[CVE-2024-26617] = "fixed-version: only affects 6.7rc1 onwards" | ||
6282 | |||
6283 | CVE_STATUS[CVE-2024-26618] = "cpe-stable-backport: Backported in 6.6.15" | ||
6284 | |||
6285 | CVE_STATUS[CVE-2024-26619] = "fixed-version: only affects 6.7rc5 onwards" | ||
6286 | |||
6287 | CVE_STATUS[CVE-2024-26620] = "cpe-stable-backport: Backported in 6.6.15" | ||
6288 | |||
6289 | CVE_STATUS[CVE-2024-26621] = "fixed-version: only affects 6.7 onwards" | ||
6290 | |||
6291 | CVE_STATUS[CVE-2024-26622] = "cpe-stable-backport: Backported in 6.6.21" | ||
6292 | |||
6293 | CVE_STATUS[CVE-2024-26623] = "cpe-stable-backport: Backported in 6.6.16" | ||
6294 | |||
6295 | CVE_STATUS[CVE-2024-26625] = "cpe-stable-backport: Backported in 6.6.16" | ||
6296 | |||
6297 | CVE_STATUS[CVE-2024-26626] = "fixed-version: only affects 6.8rc1 onwards" | ||
6298 | |||
6299 | CVE_STATUS[CVE-2024-26627] = "cpe-stable-backport: Backported in 6.6.16" | ||
6300 | |||
6301 | CVE_STATUS[CVE-2024-26629] = "cpe-stable-backport: Backported in 6.6.15" | ||
6302 | |||
6303 | CVE_STATUS[CVE-2024-26630] = "cpe-stable-backport: Backported in 6.6.21" | ||
6304 | |||
6305 | CVE_STATUS[CVE-2024-26631] = "cpe-stable-backport: Backported in 6.6.14" | ||
6306 | |||
6307 | CVE_STATUS[CVE-2024-26632] = "cpe-stable-backport: Backported in 6.6.14" | ||
6308 | |||
6309 | CVE_STATUS[CVE-2024-26633] = "cpe-stable-backport: Backported in 6.6.14" | ||
6310 | |||
6311 | CVE_STATUS[CVE-2024-26634] = "cpe-stable-backport: Backported in 6.6.15" | ||
6312 | |||
6313 | CVE_STATUS[CVE-2024-26635] = "cpe-stable-backport: Backported in 6.6.15" | ||
6314 | |||
6315 | CVE_STATUS[CVE-2024-26636] = "cpe-stable-backport: Backported in 6.6.15" | ||
6316 | |||
6317 | CVE_STATUS[CVE-2024-26637] = "fixed-version: only affects 6.7 onwards" | ||
6318 | |||
6319 | CVE_STATUS[CVE-2024-26638] = "cpe-stable-backport: Backported in 6.6.15" | ||
6320 | |||
6321 | CVE_STATUS[CVE-2024-26639] = "fixed-version: only affects 6.8rc1 onwards" | ||
6322 | |||
6323 | CVE_STATUS[CVE-2024-26640] = "cpe-stable-backport: Backported in 6.6.16" | ||
6324 | |||
6325 | CVE_STATUS[CVE-2024-26641] = "cpe-stable-backport: Backported in 6.6.16" | ||
6326 | |||
6327 | CVE_STATUS[CVE-2024-26642] = "cpe-stable-backport: Backported in 6.6.24" | ||
6328 | |||
6329 | CVE_STATUS[CVE-2024-26643] = "cpe-stable-backport: Backported in 6.6.24" | ||
6330 | |||
6331 | CVE_STATUS[CVE-2024-26644] = "cpe-stable-backport: Backported in 6.6.15" | ||
6332 | |||
6333 | CVE_STATUS[CVE-2024-26645] = "cpe-stable-backport: Backported in 6.6.15" | ||
6334 | |||
6335 | CVE_STATUS[CVE-2024-26646] = "cpe-stable-backport: Backported in 6.6.15" | ||
6336 | |||
6337 | CVE_STATUS[CVE-2024-26647] = "cpe-stable-backport: Backported in 6.6.15" | ||
6338 | |||
6339 | CVE_STATUS[CVE-2024-26648] = "cpe-stable-backport: Backported in 6.6.15" | ||
6340 | |||
6341 | CVE_STATUS[CVE-2024-26649] = "cpe-stable-backport: Backported in 6.6.15" | ||
6342 | |||
6343 | CVE_STATUS[CVE-2024-26650] = "cpe-stable-backport: Backported in 6.6.15" | ||
6344 | |||
6345 | CVE_STATUS[CVE-2024-26651] = "cpe-stable-backport: Backported in 6.6.23" | ||
6346 | |||
6347 | CVE_STATUS[CVE-2024-26652] = "cpe-stable-backport: Backported in 6.6.22" | ||
6348 | |||
6349 | CVE_STATUS[CVE-2024-26653] = "fixed-version: only affects 6.7rc1 onwards" | ||
6350 | |||
6351 | CVE_STATUS[CVE-2024-26654] = "cpe-stable-backport: Backported in 6.6.24" | ||
6352 | |||
6353 | # CVE-2024-26655 needs backporting (fixed from 6.9rc2) | ||
6354 | |||
6355 | CVE_STATUS[CVE-2024-26656] = "cpe-stable-backport: Backported in 6.6.24" | ||
6356 | |||
6357 | CVE_STATUS[CVE-2024-26657] = "fixed-version: only affects 6.7rc1 onwards" | ||
6358 | |||
6359 | # CVE-2024-26658 needs backporting (fixed from 6.8rc1) | ||
6360 | |||
6361 | CVE_STATUS[CVE-2024-26659] = "cpe-stable-backport: Backported in 6.6.17" | ||
6362 | |||
6363 | CVE_STATUS[CVE-2024-26660] = "cpe-stable-backport: Backported in 6.6.17" | ||
6364 | |||
6365 | CVE_STATUS[CVE-2024-26661] = "cpe-stable-backport: Backported in 6.6.17" | ||
6366 | |||
6367 | CVE_STATUS[CVE-2024-26662] = "cpe-stable-backport: Backported in 6.6.17" | ||
6368 | |||
6369 | CVE_STATUS[CVE-2024-26663] = "cpe-stable-backport: Backported in 6.6.17" | ||
6370 | |||
6371 | CVE_STATUS[CVE-2024-26664] = "cpe-stable-backport: Backported in 6.6.17" | ||
6372 | |||
6373 | CVE_STATUS[CVE-2024-26665] = "cpe-stable-backport: Backported in 6.6.17" | ||
6374 | |||
6375 | CVE_STATUS[CVE-2024-26666] = "cpe-stable-backport: Backported in 6.6.17" | ||
6376 | |||
6377 | CVE_STATUS[CVE-2024-26667] = "cpe-stable-backport: Backported in 6.6.17" | ||
6378 | |||
6379 | CVE_STATUS[CVE-2024-26668] = "cpe-stable-backport: Backported in 6.6.15" | ||
6380 | |||
6381 | CVE_STATUS[CVE-2024-26669] = "cpe-stable-backport: Backported in 6.6.15" | ||
6382 | |||
6383 | CVE_STATUS[CVE-2024-26670] = "cpe-stable-backport: Backported in 6.6.15" | ||
6384 | |||
6385 | CVE_STATUS[CVE-2024-26671] = "cpe-stable-backport: Backported in 6.6.16" | ||
6386 | |||
6387 | # CVE-2024-26672 needs backporting (fixed from 6.8rc1) | ||
6388 | |||
6389 | CVE_STATUS[CVE-2024-26673] = "cpe-stable-backport: Backported in 6.6.16" | ||
6390 | |||
6391 | CVE_STATUS[CVE-2024-26674] = "cpe-stable-backport: Backported in 6.6.17" | ||
6392 | |||
6393 | CVE_STATUS[CVE-2024-26675] = "cpe-stable-backport: Backported in 6.6.17" | ||
6394 | |||
6395 | CVE_STATUS[CVE-2024-26676] = "cpe-stable-backport: Backported in 6.6.17" | ||
6396 | |||
6397 | CVE_STATUS[CVE-2024-26677] = "cpe-stable-backport: Backported in 6.6.17" | ||
6398 | |||
6399 | CVE_STATUS[CVE-2024-26678] = "fixed-version: only affects 6.7rc1 onwards" | ||
6400 | |||
6401 | CVE_STATUS[CVE-2024-26679] = "cpe-stable-backport: Backported in 6.6.17" | ||
6402 | |||
6403 | CVE_STATUS[CVE-2024-26680] = "cpe-stable-backport: Backported in 6.6.17" | ||
6404 | |||
6405 | CVE_STATUS[CVE-2024-26681] = "cpe-stable-backport: Backported in 6.6.17" | ||
6406 | |||
6407 | CVE_STATUS[CVE-2024-26682] = "fixed-version: only affects 6.7rc1 onwards" | ||
6408 | |||
6409 | CVE_STATUS[CVE-2024-26683] = "fixed-version: only affects 6.7rc1 onwards" | ||
6410 | |||
6411 | CVE_STATUS[CVE-2024-26684] = "cpe-stable-backport: Backported in 6.6.17" | ||
6412 | |||
6413 | CVE_STATUS[CVE-2024-26685] = "cpe-stable-backport: Backported in 6.6.18" | ||
6414 | |||
6415 | # CVE-2024-26686 needs backporting (fixed from 6.8rc4) | ||
6416 | |||
6417 | CVE_STATUS[CVE-2024-26687] = "cpe-stable-backport: Backported in 6.6.19" | ||
6418 | |||
6419 | CVE_STATUS[CVE-2024-26688] = "cpe-stable-backport: Backported in 6.6.18" | ||
6420 | |||
6421 | CVE_STATUS[CVE-2024-26689] = "cpe-stable-backport: Backported in 6.6.18" | ||
6422 | |||
6423 | CVE_STATUS[CVE-2024-26690] = "cpe-stable-backport: Backported in 6.6.18" | ||
6424 | |||
6425 | CVE_STATUS[CVE-2024-26691] = "cpe-stable-backport: Backported in 6.6.18" | ||
6426 | |||
6427 | CVE_STATUS[CVE-2024-26692] = "cpe-stable-backport: Backported in 6.6.18" | ||
6428 | |||
6429 | CVE_STATUS[CVE-2024-26693] = "cpe-stable-backport: Backported in 6.6.18" | ||
6430 | |||
6431 | CVE_STATUS[CVE-2024-26694] = "cpe-stable-backport: Backported in 6.6.18" | ||
6432 | |||
6433 | CVE_STATUS[CVE-2024-26695] = "cpe-stable-backport: Backported in 6.6.18" | ||
6434 | |||
6435 | CVE_STATUS[CVE-2024-26696] = "cpe-stable-backport: Backported in 6.6.18" | ||
6436 | |||
6437 | CVE_STATUS[CVE-2024-26697] = "cpe-stable-backport: Backported in 6.6.18" | ||
6438 | |||
6439 | CVE_STATUS[CVE-2024-26698] = "cpe-stable-backport: Backported in 6.6.18" | ||
6440 | |||
6441 | # CVE-2024-26699 needs backporting (fixed from 6.8rc5) | ||
6442 | |||
6443 | CVE_STATUS[CVE-2024-26700] = "cpe-stable-backport: Backported in 6.6.18" | ||
6444 | |||
6445 | CVE_STATUS[CVE-2024-26702] = "cpe-stable-backport: Backported in 6.6.18" | ||
6446 | |||
6447 | CVE_STATUS[CVE-2024-26703] = "cpe-stable-backport: Backported in 6.6.18" | ||
6448 | |||
6449 | CVE_STATUS[CVE-2024-26704] = "cpe-stable-backport: Backported in 6.6.18" | ||
6450 | |||
6451 | CVE_STATUS[CVE-2024-26705] = "cpe-stable-backport: Backported in 6.6.18" | ||
6452 | |||
6453 | CVE_STATUS[CVE-2024-26706] = "cpe-stable-backport: Backported in 6.6.18" | ||
6454 | |||
6455 | CVE_STATUS[CVE-2024-26707] = "cpe-stable-backport: Backported in 6.6.18" | ||
6456 | |||
6457 | CVE_STATUS[CVE-2024-26708] = "cpe-stable-backport: Backported in 6.6.18" | ||
6458 | |||
6459 | CVE_STATUS[CVE-2024-26709] = "fixed-version: only affects 6.7rc1 onwards" | ||
6460 | |||
6461 | CVE_STATUS[CVE-2024-26710] = "fixed-version: only affects 6.8rc1 onwards" | ||
6462 | |||
6463 | CVE_STATUS[CVE-2024-26711] = "cpe-stable-backport: Backported in 6.6.18" | ||
6464 | |||
6465 | CVE_STATUS[CVE-2024-26712] = "cpe-stable-backport: Backported in 6.6.18" | ||
6466 | |||
6467 | CVE_STATUS[CVE-2024-26713] = "cpe-stable-backport: Backported in 6.6.18" | ||
6468 | |||
6469 | CVE_STATUS[CVE-2024-26714] = "cpe-stable-backport: Backported in 6.6.18" | ||
6470 | |||
6471 | CVE_STATUS[CVE-2024-26715] = "cpe-stable-backport: Backported in 6.6.18" | ||
6472 | |||
6473 | CVE_STATUS[CVE-2024-26716] = "cpe-stable-backport: Backported in 6.6.18" | ||
6474 | |||
6475 | CVE_STATUS[CVE-2024-26717] = "cpe-stable-backport: Backported in 6.6.18" | ||
6476 | |||
6477 | CVE_STATUS[CVE-2024-26718] = "cpe-stable-backport: Backported in 6.6.18" | ||
6478 | |||
6479 | CVE_STATUS[CVE-2024-26719] = "cpe-stable-backport: Backported in 6.6.18" | ||
6480 | |||
6481 | CVE_STATUS[CVE-2024-26720] = "cpe-stable-backport: Backported in 6.6.18" | ||
6482 | |||
6483 | CVE_STATUS[CVE-2024-26721] = "fixed-version: only affects 6.7rc1 onwards" | ||
6484 | |||
6485 | CVE_STATUS[CVE-2024-26722] = "fixed-version: only affects 6.7rc5 onwards" | ||
6486 | |||
6487 | CVE_STATUS[CVE-2024-26723] = "cpe-stable-backport: Backported in 6.6.18" | ||
6488 | |||
6489 | CVE_STATUS[CVE-2024-26724] = "fixed-version: only affects 6.7rc1 onwards" | ||
6490 | |||
6491 | CVE_STATUS[CVE-2024-26725] = "fixed-version: only affects 6.7rc1 onwards" | ||
6492 | |||
6493 | CVE_STATUS[CVE-2024-26726] = "cpe-stable-backport: Backported in 6.6.18" | ||
6494 | |||
6495 | CVE_STATUS[CVE-2024-26727] = "cpe-stable-backport: Backported in 6.6.18" | ||
6496 | |||
6497 | CVE_STATUS[CVE-2024-26728] = "fixed-version: only affects 6.7rc1 onwards" | ||
6498 | |||
6499 | CVE_STATUS[CVE-2024-26729] = "fixed-version: only affects 6.7rc1 onwards" | ||
6500 | |||
6501 | CVE_STATUS[CVE-2024-26730] = "cpe-stable-backport: Backported in 6.6.19" | ||
6502 | |||
6503 | CVE_STATUS[CVE-2024-26731] = "cpe-stable-backport: Backported in 6.6.19" | ||
6504 | |||
6505 | CVE_STATUS[CVE-2024-26732] = "fixed-version: only affects 6.7rc1 onwards" | ||
6506 | |||
6507 | CVE_STATUS[CVE-2024-26733] = "cpe-stable-backport: Backported in 6.6.19" | ||
6508 | |||
6509 | CVE_STATUS[CVE-2024-26734] = "cpe-stable-backport: Backported in 6.6.19" | ||
6510 | |||
6511 | CVE_STATUS[CVE-2024-26735] = "cpe-stable-backport: Backported in 6.6.19" | ||
6512 | |||
6513 | CVE_STATUS[CVE-2024-26736] = "cpe-stable-backport: Backported in 6.6.19" | ||
6514 | |||
6515 | CVE_STATUS[CVE-2024-26737] = "cpe-stable-backport: Backported in 6.6.19" | ||
6516 | |||
6517 | CVE_STATUS[CVE-2024-26738] = "cpe-stable-backport: Backported in 6.6.19" | ||
6518 | |||
6519 | CVE_STATUS[CVE-2024-26739] = "cpe-stable-backport: Backported in 6.6.19" | ||
6520 | |||
6521 | CVE_STATUS[CVE-2024-26740] = "cpe-stable-backport: Backported in 6.6.19" | ||
6522 | |||
6523 | CVE_STATUS[CVE-2024-26741] = "cpe-stable-backport: Backported in 6.6.19" | ||
6524 | |||
6525 | CVE_STATUS[CVE-2024-26742] = "cpe-stable-backport: Backported in 6.6.19" | ||
6526 | |||
6527 | CVE_STATUS[CVE-2024-26743] = "cpe-stable-backport: Backported in 6.6.19" | ||
6528 | |||
6529 | CVE_STATUS[CVE-2024-26744] = "cpe-stable-backport: Backported in 6.6.19" | ||
6530 | |||
6531 | CVE_STATUS[CVE-2024-26745] = "cpe-stable-backport: Backported in 6.6.21" | ||
6532 | |||
6533 | CVE_STATUS[CVE-2024-26746] = "cpe-stable-backport: Backported in 6.6.21" | ||
6534 | |||
6535 | CVE_STATUS[CVE-2024-26747] = "cpe-stable-backport: Backported in 6.6.19" | ||
6536 | |||
6537 | CVE_STATUS[CVE-2024-26748] = "cpe-stable-backport: Backported in 6.6.19" | ||
6538 | |||
6539 | CVE_STATUS[CVE-2024-26749] = "cpe-stable-backport: Backported in 6.6.19" | ||
6540 | |||
6541 | CVE_STATUS[CVE-2024-26750] = "fixed-version: only affects 6.8rc5 onwards" | ||
6542 | |||
6543 | CVE_STATUS[CVE-2024-26751] = "cpe-stable-backport: Backported in 6.6.19" | ||
6544 | |||
6545 | CVE_STATUS[CVE-2024-26752] = "cpe-stable-backport: Backported in 6.6.19" | ||
6546 | |||
6547 | CVE_STATUS[CVE-2024-26753] = "cpe-stable-backport: Backported in 6.6.19" | ||
6548 | |||
6549 | CVE_STATUS[CVE-2024-26754] = "cpe-stable-backport: Backported in 6.6.19" | ||
6550 | |||
6551 | CVE_STATUS[CVE-2024-26755] = "fixed-version: only affects 6.7rc1 onwards" | ||
6552 | |||
6553 | # CVE-2024-26756 needs backporting (fixed from 6.8rc6) | ||
6554 | |||
6555 | # CVE-2024-26757 needs backporting (fixed from 6.8rc6) | ||
6556 | |||
6557 | # CVE-2024-26758 needs backporting (fixed from 6.8rc6) | ||
6558 | |||
6559 | CVE_STATUS[CVE-2024-26759] = "cpe-stable-backport: Backported in 6.6.19" | ||
6560 | |||
6561 | CVE_STATUS[CVE-2024-26760] = "cpe-stable-backport: Backported in 6.6.19" | ||
6562 | |||
6563 | CVE_STATUS[CVE-2024-26761] = "cpe-stable-backport: Backported in 6.6.19" | ||
6564 | |||
6565 | CVE_STATUS[CVE-2024-26762] = "fixed-version: only affects 6.7rc1 onwards" | ||
6566 | |||
6567 | CVE_STATUS[CVE-2024-26763] = "cpe-stable-backport: Backported in 6.6.19" | ||
6568 | |||
6569 | CVE_STATUS[CVE-2024-26764] = "cpe-stable-backport: Backported in 6.6.19" | ||
6570 | |||
6571 | CVE_STATUS[CVE-2024-26765] = "cpe-stable-backport: Backported in 6.6.19" | ||
6572 | |||
6573 | CVE_STATUS[CVE-2024-26766] = "cpe-stable-backport: Backported in 6.6.19" | ||
6574 | |||
6575 | CVE_STATUS[CVE-2024-26767] = "cpe-stable-backport: Backported in 6.6.19" | ||
6576 | |||
6577 | CVE_STATUS[CVE-2024-26768] = "cpe-stable-backport: Backported in 6.6.19" | ||
6578 | |||
6579 | CVE_STATUS[CVE-2024-26769] = "cpe-stable-backport: Backported in 6.6.19" | ||
6580 | |||
6581 | CVE_STATUS[CVE-2024-26770] = "cpe-stable-backport: Backported in 6.6.19" | ||
6582 | |||
6583 | CVE_STATUS[CVE-2024-26771] = "cpe-stable-backport: Backported in 6.6.19" | ||
6584 | |||
6585 | CVE_STATUS[CVE-2024-26772] = "cpe-stable-backport: Backported in 6.6.19" | ||
6586 | |||
6587 | CVE_STATUS[CVE-2024-26773] = "cpe-stable-backport: Backported in 6.6.19" | ||
6588 | |||
6589 | CVE_STATUS[CVE-2024-26774] = "cpe-stable-backport: Backported in 6.6.19" | ||
6590 | |||
6591 | CVE_STATUS[CVE-2024-26775] = "cpe-stable-backport: Backported in 6.6.19" | ||
6592 | |||
6593 | CVE_STATUS[CVE-2024-26776] = "cpe-stable-backport: Backported in 6.6.19" | ||
6594 | |||
6595 | CVE_STATUS[CVE-2024-26777] = "cpe-stable-backport: Backported in 6.6.19" | ||
6596 | |||
6597 | CVE_STATUS[CVE-2024-26778] = "cpe-stable-backport: Backported in 6.6.19" | ||
6598 | |||
6599 | CVE_STATUS[CVE-2024-26779] = "cpe-stable-backport: Backported in 6.6.19" | ||
6600 | |||
6601 | CVE_STATUS[CVE-2024-26780] = "fixed-version: only affects 6.8rc4 onwards" | ||
6602 | |||
6603 | CVE_STATUS[CVE-2024-26781] = "fixed-version: only affects 6.8rc6 onwards" | ||
6604 | |||
6605 | CVE_STATUS[CVE-2024-26782] = "cpe-stable-backport: Backported in 6.6.21" | ||
6606 | |||
6607 | CVE_STATUS[CVE-2024-26783] = "cpe-stable-backport: Backported in 6.6.22" | ||
6608 | |||
6609 | # CVE-2024-26784 needs backporting (fixed from 6.8rc7) | ||
6610 | |||
6611 | # CVE-2024-26785 needs backporting (fixed from 6.8rc7) | ||
6612 | |||
6613 | CVE_STATUS[CVE-2024-26786] = "cpe-stable-backport: Backported in 6.6.21" | ||
6614 | |||
6615 | CVE_STATUS[CVE-2024-26787] = "cpe-stable-backport: Backported in 6.6.21" | ||
6616 | |||
6617 | CVE_STATUS[CVE-2024-26788] = "cpe-stable-backport: Backported in 6.6.21" | ||
6618 | |||
6619 | CVE_STATUS[CVE-2024-26789] = "cpe-stable-backport: Backported in 6.6.21" | ||
6620 | |||
6621 | CVE_STATUS[CVE-2024-26790] = "cpe-stable-backport: Backported in 6.6.21" | ||
6622 | |||
6623 | CVE_STATUS[CVE-2024-26791] = "cpe-stable-backport: Backported in 6.6.21" | ||
6624 | |||
6625 | CVE_STATUS[CVE-2024-26792] = "fixed-version: only affects 6.8rc4 onwards" | ||
6626 | |||
6627 | CVE_STATUS[CVE-2024-26793] = "cpe-stable-backport: Backported in 6.6.21" | ||
6628 | |||
6629 | CVE_STATUS[CVE-2024-26794] = "fixed-version: only affects 6.8rc6 onwards" | ||
6630 | |||
6631 | CVE_STATUS[CVE-2024-26795] = "cpe-stable-backport: Backported in 6.6.21" | ||
6632 | |||
6633 | CVE_STATUS[CVE-2024-26796] = "cpe-stable-backport: Backported in 6.6.21" | ||
6634 | |||
6635 | # CVE-2024-26797 needs backporting (fixed from 6.8rc7) | ||
6636 | |||
6637 | CVE_STATUS[CVE-2024-26798] = "cpe-stable-backport: Backported in 6.6.21" | ||
6638 | |||
6639 | CVE_STATUS[CVE-2024-26799] = "cpe-stable-backport: Backported in 6.6.21" | ||
6640 | |||
6641 | CVE_STATUS[CVE-2024-26800] = "fixed-version: only affects 6.8rc5 onwards" | ||
6642 | |||
6643 | CVE_STATUS[CVE-2024-26801] = "cpe-stable-backport: Backported in 6.6.21" | ||
6644 | |||
6645 | CVE_STATUS[CVE-2024-26802] = "cpe-stable-backport: Backported in 6.6.21" | ||
6646 | |||
6647 | CVE_STATUS[CVE-2024-26803] = "cpe-stable-backport: Backported in 6.6.21" | ||
6648 | |||
6649 | CVE_STATUS[CVE-2024-26804] = "cpe-stable-backport: Backported in 6.6.21" | ||
6650 | |||
6651 | CVE_STATUS[CVE-2024-26805] = "cpe-stable-backport: Backported in 6.6.21" | ||
6652 | |||
6653 | # CVE-2024-26806 needs backporting (fixed from 6.8rc7) | ||
6654 | |||
6655 | CVE_STATUS[CVE-2024-26807] = "cpe-stable-backport: Backported in 6.6.21" | ||
6656 | |||
6657 | CVE_STATUS[CVE-2024-26808] = "cpe-stable-backport: Backported in 6.6.15" | ||
6658 | |||
6659 | CVE_STATUS[CVE-2024-26809] = "cpe-stable-backport: Backported in 6.6.23" | ||
6660 | |||
diff --git a/meta/recipes-kernel/linux/generate-cve-exclusions.py b/meta/recipes-kernel/linux/generate-cve-exclusions.py index aa9195aab4..dfc16663a5 100755 --- a/meta/recipes-kernel/linux/generate-cve-exclusions.py +++ b/meta/recipes-kernel/linux/generate-cve-exclusions.py | |||
@@ -1,7 +1,7 @@ | |||
1 | #! /usr/bin/env python3 | 1 | #! /usr/bin/env python3 |
2 | 2 | ||
3 | # Generate granular CVE status metadata for a specific version of the kernel | 3 | # Generate granular CVE status metadata for a specific version of the kernel |
4 | # using data from linuxkernelcves.com. | 4 | # using json data from cvelistV5 or vulns repository |
5 | # | 5 | # |
6 | # SPDX-License-Identifier: GPL-2.0-only | 6 | # SPDX-License-Identifier: GPL-2.0-only |
7 | 7 | ||
@@ -9,7 +9,9 @@ import argparse | |||
9 | import datetime | 9 | import datetime |
10 | import json | 10 | import json |
11 | import pathlib | 11 | import pathlib |
12 | import re | 12 | import os |
13 | import glob | ||
14 | import subprocess | ||
13 | 15 | ||
14 | from packaging.version import Version | 16 | from packaging.version import Version |
15 | 17 | ||
@@ -25,26 +27,82 @@ def parse_version(s): | |||
25 | return Version(s) | 27 | return Version(s) |
26 | return None | 28 | return None |
27 | 29 | ||
30 | def get_fixed_versions(cve_info, base_version): | ||
31 | ''' | ||
32 | Get fixed versionss | ||
33 | ''' | ||
34 | first_affected = None | ||
35 | fixed = None | ||
36 | fixed_backport = None | ||
37 | next_version = Version(str(base_version) + ".5000") | ||
38 | for affected in cve_info["containers"]["cna"]["affected"]: | ||
39 | # In case the CVE info is not complete, it might not have default status and therefore | ||
40 | # we don't know the status of this CVE. | ||
41 | if not "defaultStatus" in affected: | ||
42 | return first_affected, fixed, fixed_backport | ||
43 | if affected["defaultStatus"] == "affected": | ||
44 | for version in affected["versions"]: | ||
45 | v = Version(version["version"]) | ||
46 | if v == Version('0'): | ||
47 | #Skiping non-affected | ||
48 | continue | ||
49 | if version["status"] == "unaffected" and first_affected and v < first_affected: | ||
50 | first_affected = Version(f"{v.major}.{v.minor}") | ||
51 | if version["status"] == "affected" and not first_affected: | ||
52 | first_affected = v | ||
53 | elif (version["status"] == "unaffected" and | ||
54 | version['versionType'] == "original_commit_for_fix"): | ||
55 | fixed = v | ||
56 | elif base_version < v and v < next_version: | ||
57 | fixed_backport = v | ||
58 | elif affected["defaultStatus"] == "unaffected": | ||
59 | # Only specific versions are affected. We care only about our base version | ||
60 | if "versions" not in affected: | ||
61 | continue | ||
62 | for version in affected["versions"]: | ||
63 | if "versionType" not in version: | ||
64 | continue | ||
65 | if version["versionType"] == "git": | ||
66 | continue | ||
67 | v = Version(version["version"]) | ||
68 | # in case it is not in our base version | ||
69 | less_than = Version(version["lessThan"]) | ||
70 | |||
71 | if not first_affected: | ||
72 | first_affected = v | ||
73 | fixed = less_than | ||
74 | if base_version < v and v < next_version: | ||
75 | fixed_backport = less_than | ||
76 | |||
77 | return first_affected, fixed, fixed_backport | ||
78 | |||
79 | def is_linux_cve(cve_info): | ||
80 | '''Return true is the CVE belongs to Linux''' | ||
81 | if not "affected" in cve_info["containers"]["cna"]: | ||
82 | return False | ||
83 | for affected in cve_info["containers"]["cna"]["affected"]: | ||
84 | if not "product" in affected: | ||
85 | return False | ||
86 | if affected["product"] == "Linux" and affected["vendor"] == "Linux": | ||
87 | return True | ||
88 | return False | ||
28 | 89 | ||
29 | def main(argp=None): | 90 | def main(argp=None): |
30 | parser = argparse.ArgumentParser() | 91 | parser = argparse.ArgumentParser() |
31 | parser.add_argument("datadir", type=pathlib.Path, help="Path to a clone of https://github.com/nluedtke/linux_kernel_cves") | 92 | parser.add_argument("datadir", type=pathlib.Path, help="Path to a clone of https://github.com/CVEProject/cvelistV5 or https://git.kernel.org/pub/scm/linux/security/vulns.git") |
32 | parser.add_argument("version", type=Version, help="Kernel version number to generate data for, such as 6.1.38") | 93 | parser.add_argument("version", type=Version, help="Kernel version number to generate data for, such as 6.1.38") |
33 | 94 | ||
34 | args = parser.parse_args(argp) | 95 | args = parser.parse_args(argp) |
35 | datadir = args.datadir | 96 | datadir = args.datadir.resolve() |
36 | version = args.version | 97 | version = args.version |
37 | base_version = f"{version.major}.{version.minor}" | 98 | base_version = Version(f"{version.major}.{version.minor}") |
38 | 99 | ||
39 | with open(datadir / "data" / "kernel_cves.json", "r") as f: | 100 | data_version = subprocess.check_output(("git", "describe", "--tags", "HEAD"), cwd=datadir, text=True) |
40 | cve_data = json.load(f) | ||
41 | |||
42 | with open(datadir / "data" / "stream_fixes.json", "r") as f: | ||
43 | stream_data = json.load(f) | ||
44 | 101 | ||
45 | print(f""" | 102 | print(f""" |
46 | # Auto-generated CVE metadata, DO NOT EDIT BY HAND. | 103 | # Auto-generated CVE metadata, DO NOT EDIT BY HAND. |
47 | # Generated at {datetime.datetime.now(datetime.timezone.utc)} for version {version} | 104 | # Generated at {datetime.datetime.now(datetime.timezone.utc)} for kernel version {version} |
105 | # From {datadir.name} {data_version} | ||
48 | 106 | ||
49 | python check_kernel_cve_status_version() {{ | 107 | python check_kernel_cve_status_version() {{ |
50 | this_version = "{version}" | 108 | this_version = "{version}" |
@@ -55,17 +113,23 @@ python check_kernel_cve_status_version() {{ | |||
55 | do_cve_check[prefuncs] += "check_kernel_cve_status_version" | 113 | do_cve_check[prefuncs] += "check_kernel_cve_status_version" |
56 | """) | 114 | """) |
57 | 115 | ||
58 | for cve, data in cve_data.items(): | 116 | # Loop though all CVES and check if they are kernel related, newer than 2015 |
59 | if "affected_versions" not in data: | 117 | pattern = os.path.join(datadir, '**', "CVE-20*.json") |
60 | print(f"# Skipping {cve}, no affected_versions") | ||
61 | print() | ||
62 | continue | ||
63 | 118 | ||
64 | affected = data["affected_versions"] | 119 | files = glob.glob(pattern, recursive=True) |
65 | first_affected, fixed = re.search(r"(.+) to (.+)", affected).groups() | 120 | for cve_file in sorted(files): |
66 | first_affected = parse_version(first_affected) | 121 | # Get CVE Id |
67 | fixed = parse_version(fixed) | 122 | cve = cve_file[cve_file.rfind("/")+1:cve_file.rfind(".json")] |
123 | # We process from 2015 data, old request are not properly formated | ||
124 | year = cve.split("-")[1] | ||
125 | if int(year) < 2015: | ||
126 | continue | ||
127 | with open(cve_file, 'r', encoding='utf-8') as json_file: | ||
128 | cve_info = json.load(json_file) | ||
68 | 129 | ||
130 | if not is_linux_cve(cve_info): | ||
131 | continue | ||
132 | first_affected, fixed, backport_ver = get_fixed_versions(cve_info, base_version) | ||
69 | if not fixed: | 133 | if not fixed: |
70 | print(f"# {cve} has no known resolution") | 134 | print(f"# {cve} has no known resolution") |
71 | elif first_affected and version < first_affected: | 135 | elif first_affected and version < first_affected: |
@@ -75,19 +139,13 @@ do_cve_check[prefuncs] += "check_kernel_cve_status_version" | |||
75 | f'CVE_STATUS[{cve}] = "fixed-version: Fixed from version {fixed}"' | 139 | f'CVE_STATUS[{cve}] = "fixed-version: Fixed from version {fixed}"' |
76 | ) | 140 | ) |
77 | else: | 141 | else: |
78 | if cve in stream_data: | 142 | if backport_ver: |
79 | backport_data = stream_data[cve] | 143 | if backport_ver <= version: |
80 | if base_version in backport_data: | 144 | print( |
81 | backport_ver = Version(backport_data[base_version]["fixed_version"]) | 145 | f'CVE_STATUS[{cve}] = "cpe-stable-backport: Backported in {backport_ver}"' |
82 | if backport_ver <= version: | 146 | ) |
83 | print( | ||
84 | f'CVE_STATUS[{cve}] = "cpe-stable-backport: Backported in {backport_ver}"' | ||
85 | ) | ||
86 | else: | ||
87 | # TODO print a note that the kernel needs bumping | ||
88 | print(f"# {cve} needs backporting (fixed from {backport_ver})") | ||
89 | else: | 147 | else: |
90 | print(f"# {cve} needs backporting (fixed from {fixed})") | 148 | print(f"# {cve} may need backporting (fixed from {backport_ver})") |
91 | else: | 149 | else: |
92 | print(f"# {cve} needs backporting (fixed from {fixed})") | 150 | print(f"# {cve} needs backporting (fixed from {fixed})") |
93 | 151 | ||
diff --git a/meta/recipes-kernel/linux/kernel-devsrc.bb b/meta/recipes-kernel/linux/kernel-devsrc.bb index fafab475f3..3d2eb3929e 100644 --- a/meta/recipes-kernel/linux/kernel-devsrc.bb +++ b/meta/recipes-kernel/linux/kernel-devsrc.bb | |||
@@ -7,7 +7,7 @@ SECTION = "kernel" | |||
7 | 7 | ||
8 | LICENSE = "GPL-2.0-only" | 8 | LICENSE = "GPL-2.0-only" |
9 | 9 | ||
10 | inherit linux-kernel-base | 10 | inherit kernelsrc |
11 | 11 | ||
12 | # Whilst not a module, this ensures we don't get multilib extended (which would make no sense) | 12 | # Whilst not a module, this ensures we don't get multilib extended (which would make no sense) |
13 | inherit module-base | 13 | inherit module-base |
@@ -20,19 +20,15 @@ do_install[depends] += "virtual/kernel:do_shared_workdir" | |||
20 | do_install[depends] += "virtual/kernel:do_install" | 20 | do_install[depends] += "virtual/kernel:do_install" |
21 | 21 | ||
22 | # There's nothing to do here, except install the source where we can package it | 22 | # There's nothing to do here, except install the source where we can package it |
23 | do_fetch[noexec] = "1" | ||
24 | do_unpack[noexec] = "1" | ||
25 | do_patch[noexec] = "1" | ||
26 | do_configure[noexec] = "1" | 23 | do_configure[noexec] = "1" |
27 | do_compile[noexec] = "1" | 24 | do_compile[noexec] = "1" |
28 | deltask do_populate_sysroot | 25 | deltask do_populate_sysroot |
29 | 26 | ||
30 | S = "${STAGING_KERNEL_DIR}" | ||
31 | B = "${STAGING_KERNEL_BUILDDIR}" | 27 | B = "${STAGING_KERNEL_BUILDDIR}" |
32 | 28 | ||
33 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 29 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
34 | 30 | ||
35 | KERNEL_BUILD_ROOT="${nonarch_base_libdir}/modules/" | 31 | KERNEL_BUILD_ROOT = "${nonarch_base_libdir}/modules/" |
36 | 32 | ||
37 | do_install() { | 33 | do_install() { |
38 | kerneldir=${D}${KERNEL_BUILD_ROOT}${KERNEL_VERSION} | 34 | kerneldir=${D}${KERNEL_BUILD_ROOT}${KERNEL_VERSION} |
@@ -75,7 +71,8 @@ do_install() { | |||
75 | if [ -s Module.symvers ]; then | 71 | if [ -s Module.symvers ]; then |
76 | cp Module.symvers $kerneldir/build | 72 | cp Module.symvers $kerneldir/build |
77 | fi | 73 | fi |
78 | cp System.map* $kerneldir/build | 74 | cp System.map-* $kerneldir/build |
75 | ln -s System.map-* $kerneldir/build/System.map | ||
79 | if [ -s Module.markers ]; then | 76 | if [ -s Module.markers ]; then |
80 | cp Module.markers $kerneldir/build | 77 | cp Module.markers $kerneldir/build |
81 | fi | 78 | fi |
@@ -134,6 +131,7 @@ do_install() { | |||
134 | rm -f $kerneldir/build/include/generated/.vdso-offsets.h.cmd | 131 | rm -f $kerneldir/build/include/generated/.vdso-offsets.h.cmd |
135 | rm -f $kerneldir/build/include/generated/.compat_vdso-offsets.h.cmd | 132 | rm -f $kerneldir/build/include/generated/.compat_vdso-offsets.h.cmd |
136 | rm -f $kerneldir/build/include/generated/.vdso32-offsets.h.cmd | 133 | rm -f $kerneldir/build/include/generated/.vdso32-offsets.h.cmd |
134 | rm -f $kerneldir/build/include/generated/.vdso64-offsets.h.cmd | ||
137 | ) | 135 | ) |
138 | 136 | ||
139 | # now grab the chunks from the source tree that we need | 137 | # now grab the chunks from the source tree that we need |
@@ -155,7 +153,7 @@ do_install() { | |||
155 | # these are a few files associated with objtool, since we'll need to | 153 | # these are a few files associated with objtool, since we'll need to |
156 | # rebuild it | 154 | # rebuild it |
157 | cp -a --parents tools/build/Build.include $kerneldir/build/ | 155 | cp -a --parents tools/build/Build.include $kerneldir/build/ |
158 | cp -a --parents tools/build/Build $kerneldir/build/ | 156 | cp -a --parents tools/build/Build $kerneldir/build/ 2>/dev/null || : |
159 | cp -a --parents tools/build/fixdep.c $kerneldir/build/ | 157 | cp -a --parents tools/build/fixdep.c $kerneldir/build/ |
160 | cp -a --parents tools/scripts/utilities.mak $kerneldir/build/ | 158 | cp -a --parents tools/scripts/utilities.mak $kerneldir/build/ |
161 | 159 | ||
@@ -183,6 +181,10 @@ do_install() { | |||
183 | cp -a --parents arch/arm64/kernel/vdso/note.S $kerneldir/build/ | 181 | cp -a --parents arch/arm64/kernel/vdso/note.S $kerneldir/build/ |
184 | cp -a --parents arch/arm64/kernel/vdso/gen_vdso_offsets.sh $kerneldir/build/ | 182 | cp -a --parents arch/arm64/kernel/vdso/gen_vdso_offsets.sh $kerneldir/build/ |
185 | 183 | ||
184 | # 6.12+ | ||
185 | cp -a --parents arch/arm64/kernel/vdso/vgetrandom.c $kerneldir/build/ 2>/dev/null || : | ||
186 | cp -a --parents arch/arm64/kernel/vdso/vgetrandom-chacha.S $kerneldir/build/ 2>/dev/null || : | ||
187 | |||
186 | cp -a --parents arch/arm64/kernel/module.lds $kerneldir/build/ 2>/dev/null || : | 188 | cp -a --parents arch/arm64/kernel/module.lds $kerneldir/build/ 2>/dev/null || : |
187 | 189 | ||
188 | # 5.13+ needs these tools | 190 | # 5.13+ needs these tools |
@@ -193,6 +195,10 @@ do_install() { | |||
193 | cp -a --parents arch/arm64/tools/gen-sysreg.awk $kerneldir/build/ 2>/dev/null || : | 195 | cp -a --parents arch/arm64/tools/gen-sysreg.awk $kerneldir/build/ 2>/dev/null || : |
194 | cp -a --parents arch/arm64/tools/sysreg $kerneldir/build/ 2>/dev/null || : | 196 | cp -a --parents arch/arm64/tools/sysreg $kerneldir/build/ 2>/dev/null || : |
195 | 197 | ||
198 | # 6.12+ | ||
199 | cp -a --parents arch/arm64/tools/syscall_64.tbl $kerneldir/build/ 2>/dev/null || : | ||
200 | cp -a --parents arch/arm64/tools/syscall_32.tbl $kerneldir/build/ 2>/dev/null || : | ||
201 | |||
196 | if [ -e $kerneldir/build/arch/arm64/tools/gen-cpucaps.awk ]; then | 202 | if [ -e $kerneldir/build/arch/arm64/tools/gen-cpucaps.awk ]; then |
197 | sed -i -e "s,#!.*awk.*,#!${USRBINPATH}/env awk," $kerneldir/build/arch/arm64/tools/gen-cpucaps.awk | 203 | sed -i -e "s,#!.*awk.*,#!${USRBINPATH}/env awk," $kerneldir/build/arch/arm64/tools/gen-cpucaps.awk |
198 | fi | 204 | fi |
@@ -217,6 +223,11 @@ do_install() { | |||
217 | # v6,1+ | 223 | # v6,1+ |
218 | cp -a --parents arch/powerpc/kernel/asm-offsets.c $kerneldir/build/ 2>/dev/null || : | 224 | cp -a --parents arch/powerpc/kernel/asm-offsets.c $kerneldir/build/ 2>/dev/null || : |
219 | cp -a --parents arch/powerpc/kernel/head_booke.h $kerneldir/build/ 2>/dev/null || : | 225 | cp -a --parents arch/powerpc/kernel/head_booke.h $kerneldir/build/ 2>/dev/null || : |
226 | |||
227 | # 6.12+ | ||
228 | cp -a --parents arch/powerpc/kernel/vdso/vgetrandom.c $kerneldir/build/ 2>/dev/null || : | ||
229 | cp -a --parents arch/powerpc/kernel/vdso/vgetrandom-chacha.S $kerneldir/build/ 2>/dev/null || : | ||
230 | cp -a --parents arch/powerpc/lib/crtsavres.S $kerneldir/build/ 2>/dev/null || : | ||
220 | fi | 231 | fi |
221 | if [ "${ARCH}" = "riscv" ]; then | 232 | if [ "${ARCH}" = "riscv" ]; then |
222 | cp -a --parents arch/riscv/kernel/vdso/*gettimeofday.* $kerneldir/build/ | 233 | cp -a --parents arch/riscv/kernel/vdso/*gettimeofday.* $kerneldir/build/ |
diff --git a/meta/recipes-kernel/linux/linux-dummy.bb b/meta/recipes-kernel/linux/linux-dummy.bb index 2396f46202..d7f39a452d 100644 --- a/meta/recipes-kernel/linux/linux-dummy.bb +++ b/meta/recipes-kernel/linux/linux-dummy.bb | |||
@@ -23,14 +23,13 @@ FILES:kernel-vmlinux = "" | |||
23 | ALLOW_EMPTY:kernel-vmlinux = "1" | 23 | ALLOW_EMPTY:kernel-vmlinux = "1" |
24 | DESCRIPTION:kernel-vmlinux = "Kernel vmlinux meta package" | 24 | DESCRIPTION:kernel-vmlinux = "Kernel vmlinux meta package" |
25 | 25 | ||
26 | |||
27 | INHIBIT_DEFAULT_DEPS = "1" | 26 | INHIBIT_DEFAULT_DEPS = "1" |
28 | 27 | ||
29 | COMPATIBLE_HOST = ".*-linux" | 28 | COMPATIBLE_HOST = ".*-linux" |
30 | 29 | ||
31 | |||
32 | SRC_URI = "file://COPYING.GPL" | 30 | SRC_URI = "file://COPYING.GPL" |
33 | S = "${WORKDIR}" | 31 | |
32 | S = "${UNPACKDIR}" | ||
34 | 33 | ||
35 | do_configure() { | 34 | do_configure() { |
36 | : | 35 | : |
diff --git a/meta/recipes-kernel/linux/linux-yocto-dev.bb b/meta/recipes-kernel/linux/linux-yocto-dev.bb index d5cba42a5c..4b1f93a692 100644 --- a/meta/recipes-kernel/linux/linux-yocto-dev.bb +++ b/meta/recipes-kernel/linux/linux-yocto-dev.bb | |||
@@ -14,7 +14,7 @@ require recipes-kernel/linux/linux-yocto.inc | |||
14 | # provide this .inc to set specific revisions | 14 | # provide this .inc to set specific revisions |
15 | include recipes-kernel/linux/linux-yocto-dev-revisions.inc | 15 | include recipes-kernel/linux/linux-yocto-dev-revisions.inc |
16 | 16 | ||
17 | KBRANCH = "v6.9/standard/base" | 17 | KBRANCH = "v6.15/standard/base" |
18 | KMETA = "kernel-meta" | 18 | KMETA = "kernel-meta" |
19 | 19 | ||
20 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-dev.git;branch=${KBRANCH};name=machine;protocol=https \ | 20 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-dev.git;branch=${KBRANCH};name=machine;protocol=https \ |
@@ -28,7 +28,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto-dev.git;branch=${KBRANCH};name | |||
28 | SRCREV_machine ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "linux-yocto-dev", "${AUTOREV}", "29594404d7fe73cd80eaa4ee8c43dcc53970c60e", d)}' | 28 | SRCREV_machine ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "linux-yocto-dev", "${AUTOREV}", "29594404d7fe73cd80eaa4ee8c43dcc53970c60e", d)}' |
29 | SRCREV_meta ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "linux-yocto-dev", "${AUTOREV}", "29594404d7fe73cd80eaa4ee8c43dcc53970c60e", d)}' | 29 | SRCREV_meta ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "linux-yocto-dev", "${AUTOREV}", "29594404d7fe73cd80eaa4ee8c43dcc53970c60e", d)}' |
30 | 30 | ||
31 | LINUX_VERSION ?= "6.9" | 31 | LINUX_VERSION ?= "6.15" |
32 | LINUX_VERSION_EXTENSION ?= "-yoctodev-${LINUX_KERNEL_TYPE}" | 32 | LINUX_VERSION_EXTENSION ?= "-yoctodev-${LINUX_KERNEL_TYPE}" |
33 | PV = "${LINUX_VERSION}+git" | 33 | PV = "${LINUX_VERSION}+git" |
34 | 34 | ||
@@ -51,9 +51,9 @@ KERNEL_DEVICETREE:qemuarmv5 = "arm/versatile-pb.dtb" | |||
51 | # Functionality flags | 51 | # Functionality flags |
52 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/taskstats/taskstats.scc" | 52 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/taskstats/taskstats.scc" |
53 | KERNEL_FEATURES:append = " ${KERNEL_EXTRA_FEATURES}" | 53 | KERNEL_FEATURES:append = " ${KERNEL_EXTRA_FEATURES}" |
54 | KERNEL_FEATURES:append:qemuall=" cfg/virtio.scc features/drm-bochs/drm-bochs.scc" | 54 | KERNEL_FEATURES:append:qemuall = " cfg/virtio.scc features/drm-bochs/drm-bochs.scc" |
55 | KERNEL_FEATURES:append:qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc" | 55 | KERNEL_FEATURES:append:qemux86 = " cfg/sound.scc cfg/paravirt_kvm.scc" |
56 | KERNEL_FEATURES:append:qemux86-64=" cfg/sound.scc cfg/paravirt_kvm.scc" | 56 | KERNEL_FEATURES:append:qemux86-64 = " cfg/sound.scc cfg/paravirt_kvm.scc" |
57 | KERNEL_FEATURES:append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "", d)}" | 57 | KERNEL_FEATURES:append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "", d)}" |
58 | KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/scsi/scsi-debug.scc", "", d)}" | 58 | KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/scsi/scsi-debug.scc", "", d)}" |
59 | KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/gpio/mockup.scc features/gpio/sim.scc", "", d)}" | 59 | KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/gpio/mockup.scc features/gpio/sim.scc", "", d)}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto-fitimage.bb b/meta/recipes-kernel/linux/linux-yocto-fitimage.bb new file mode 100644 index 0000000000..6ce1960a87 --- /dev/null +++ b/meta/recipes-kernel/linux/linux-yocto-fitimage.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | SUMMARY = "The Linux kernel as a FIT image (optionally with initramfs)" | ||
2 | SECTION = "kernel" | ||
3 | |||
4 | # If an initramfs is included in the FIT image more licenses apply. | ||
5 | # But also the kernel uses more than one license (see Documentation/process/license-rules.rst) | ||
6 | LICENSE = "GPL-2.0-with-Linux-syscall-note" | ||
7 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-with-Linux-syscall-note;md5=0bad96c422c41c3a94009dcfe1bff992" | ||
8 | |||
9 | inherit linux-kernel-base kernel-fit-image | ||
10 | |||
11 | # Set the version of this recipe to the version of the included kernel | ||
12 | # (without taking the long way around via PV) | ||
13 | PKGV = "${@get_kernelversion_file("${STAGING_KERNEL_BUILDDIR}")}" | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb b/meta/recipes-kernel/linux/linux-yocto-rt_6.12.bb index ea429692d8..baa13c866e 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_6.12.bb | |||
@@ -1,9 +1,9 @@ | |||
1 | KBRANCH ?= "v6.6/standard/preempt-rt/base" | 1 | KBRANCH ?= "v6.12/standard/preempt-rt/base" |
2 | 2 | ||
3 | require recipes-kernel/linux/linux-yocto.inc | 3 | require recipes-kernel/linux/linux-yocto.inc |
4 | 4 | ||
5 | # CVE exclusions | 5 | # CVE exclusions |
6 | include recipes-kernel/linux/cve-exclusion_6.6.inc | 6 | include recipes-kernel/linux/cve-exclusion_6.12.inc |
7 | 7 | ||
8 | # Skip processing of this recipe if it is not explicitly specified as the | 8 | # Skip processing of this recipe if it is not explicitly specified as the |
9 | # PREFERRED_PROVIDER for virtual/kernel. This avoids errors when trying | 9 | # PREFERRED_PROVIDER for virtual/kernel. This avoids errors when trying |
@@ -14,13 +14,13 @@ python () { | |||
14 | raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") | 14 | raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") |
15 | } | 15 | } |
16 | 16 | ||
17 | SRCREV_machine ?= "99d3632c1cf7688066e57aea89f9adfe8d1a5ca5" | 17 | SRCREV_machine ?= "6f409db4f0082642197240f39b8a58850c8eb884" |
18 | SRCREV_meta ?= "a78c74a3510067017dda1926f88bd914f0a053b3" | 18 | SRCREV_meta ?= "f8cd1607519efd135e4037c84b6e42684b12c5a8" |
19 | 19 | ||
20 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \ | 20 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \ |
21 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.6;destsuffix=${KMETA};protocol=https" | 21 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.12;destsuffix=${KMETA};protocol=https" |
22 | 22 | ||
23 | LINUX_VERSION ?= "6.6.29" | 23 | LINUX_VERSION ?= "6.12.36" |
24 | 24 | ||
25 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 25 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
26 | 26 | ||
@@ -41,8 +41,8 @@ KERNEL_DEVICETREE:qemuarmv5 = "arm/versatile-pb.dtb" | |||
41 | # Functionality flags | 41 | # Functionality flags |
42 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/taskstats/taskstats.scc" | 42 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/taskstats/taskstats.scc" |
43 | KERNEL_FEATURES:append = " ${KERNEL_EXTRA_FEATURES}" | 43 | KERNEL_FEATURES:append = " ${KERNEL_EXTRA_FEATURES}" |
44 | KERNEL_FEATURES:append:qemuall=" cfg/virtio.scc features/drm-bochs/drm-bochs.scc" | 44 | KERNEL_FEATURES:append:qemuall = " cfg/virtio.scc features/drm-bochs/drm-bochs.scc" |
45 | KERNEL_FEATURES:append:qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc" | 45 | KERNEL_FEATURES:append:qemux86 = " cfg/sound.scc cfg/paravirt_kvm.scc" |
46 | KERNEL_FEATURES:append:qemux86-64=" cfg/sound.scc cfg/paravirt_kvm.scc" | 46 | KERNEL_FEATURES:append:qemux86-64 = " cfg/sound.scc cfg/paravirt_kvm.scc" |
47 | KERNEL_FEATURES:append = "${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/scsi/scsi-debug.scc", "", d)}" | 47 | KERNEL_FEATURES:append = "${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/scsi/scsi-debug.scc", "", d)}" |
48 | KERNEL_FEATURES:append = "${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/gpio/mockup.scc features/gpio/sim.scc", "", d)}" | 48 | KERNEL_FEATURES:append = "${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/gpio/mockup.scc features/gpio/sim.scc", "", d)}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_6.12.bb index bdad73bbbc..ec2136f035 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_6.12.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | KBRANCH ?= "v6.6/standard/tiny/base" | 1 | KBRANCH ?= "v6.12/standard/tiny/base" |
2 | 2 | ||
3 | LINUX_KERNEL_TYPE = "tiny" | 3 | LINUX_KERNEL_TYPE = "tiny" |
4 | KCONFIG_MODE = "--allnoconfig" | 4 | KCONFIG_MODE = "--allnoconfig" |
@@ -6,9 +6,9 @@ KCONFIG_MODE = "--allnoconfig" | |||
6 | require recipes-kernel/linux/linux-yocto.inc | 6 | require recipes-kernel/linux/linux-yocto.inc |
7 | 7 | ||
8 | # CVE exclusions | 8 | # CVE exclusions |
9 | include recipes-kernel/linux/cve-exclusion_6.6.inc | 9 | include recipes-kernel/linux/cve-exclusion_6.12.inc |
10 | 10 | ||
11 | LINUX_VERSION ?= "6.6.29" | 11 | LINUX_VERSION ?= "6.12.36" |
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
13 | 13 | ||
14 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | 14 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" |
@@ -17,17 +17,17 @@ DEPENDS += "openssl-native util-linux-native" | |||
17 | KMETA = "kernel-meta" | 17 | KMETA = "kernel-meta" |
18 | KCONF_BSP_AUDIT_LEVEL = "2" | 18 | KCONF_BSP_AUDIT_LEVEL = "2" |
19 | 19 | ||
20 | SRCREV_machine ?= "6655dc03f5de7bb734da3ec8eb97f9be281dfbdb" | 20 | SRCREV_machine ?= "5633e9a98a153afa6b2051b116faef6c5e855bd8" |
21 | SRCREV_meta ?= "a78c74a3510067017dda1926f88bd914f0a053b3" | 21 | SRCREV_meta ?= "f8cd1607519efd135e4037c84b6e42684b12c5a8" |
22 | 22 | ||
23 | PV = "${LINUX_VERSION}+git" | 23 | PV = "${LINUX_VERSION}+git" |
24 | 24 | ||
25 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \ | 25 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \ |
26 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.6;destsuffix=${KMETA};protocol=https" | 26 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.12;destsuffix=${KMETA};protocol=https" |
27 | 27 | ||
28 | COMPATIBLE_MACHINE = "^(qemux86|qemux86-64|qemuarm64|qemuarm|qemuarmv5)$" | 28 | COMPATIBLE_MACHINE = "^(qemux86|qemux86-64|qemuarm64|qemuarm|qemuarmv5)$" |
29 | 29 | ||
30 | # Functionality flags | 30 | # Functionality flags |
31 | KERNEL_FEATURES = "" | 31 | KERNEL_FEATURES:append:qemuall = " cfg/virtio.scc cfg/fs/ext4.scc" |
32 | 32 | ||
33 | KERNEL_DEVICETREE:qemuarmv5 = "arm/versatile-pb.dtb" | 33 | KERNEL_DEVICETREE:qemuarmv5 = "arm/versatile-pb.dtb" |
diff --git a/meta/recipes-kernel/linux/linux-yocto.inc b/meta/recipes-kernel/linux/linux-yocto.inc index 0132fcffb3..4d0a726bb6 100644 --- a/meta/recipes-kernel/linux/linux-yocto.inc +++ b/meta/recipes-kernel/linux/linux-yocto.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Linux kernel" | 1 | SUMMARY = "Linux kernel" |
2 | SECTION = "kernel" | 2 | SECTION = "kernel" |
3 | LICENSE = "GPL-2.0-only" | 3 | LICENSE = "GPL-2.0-with-Linux-syscall-note" |
4 | HOMEPAGE = "https://www.yoctoproject.org/" | 4 | HOMEPAGE = "https://www.yoctoproject.org/" |
5 | 5 | ||
6 | LIC_FILES_CHKSUM ?= "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" | 6 | LIC_FILES_CHKSUM ?= "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" |
@@ -31,12 +31,28 @@ DEPENDS:append:arc = " libgcc" | |||
31 | KERNEL_CC:append:arc = " ${TOOLCHAIN_OPTIONS}" | 31 | KERNEL_CC:append:arc = " ${TOOLCHAIN_OPTIONS}" |
32 | KERNEL_LD:append:arc = " ${TOOLCHAIN_OPTIONS}" | 32 | KERNEL_LD:append:arc = " ${TOOLCHAIN_OPTIONS}" |
33 | 33 | ||
34 | KERNEL_FEATURES:append:qemuall=" features/debug/printk.scc features/taskstats/taskstats.scc" | 34 | KERNEL_FEATURES:append:qemuall = " features/debug/printk.scc features/taskstats/taskstats.scc" |
35 | 35 | ||
36 | KERNEL_FEATURES:append = " ${@bb.utils.contains('MACHINE_FEATURES', 'efi', 'cfg/efi.scc', '', d)}" | 36 | KERNEL_FEATURES:append = " ${@bb.utils.contains('MACHINE_FEATURES', 'efi', 'cfg/efi.scc', '', d)}" |
37 | KERNEL_FEATURES:append = " ${@bb.utils.contains('MACHINE_FEATURES', 'numa', 'features/numa/numa.scc', '', d)}" | 37 | KERNEL_FEATURES:append = " ${@bb.utils.contains('MACHINE_FEATURES', 'numa', 'features/numa/numa.scc', '', d)}" |
38 | KERNEL_FEATURES:append = " ${@bb.utils.contains('MACHINE_FEATURES', 'vfat', 'cfg/fs/vfat.scc', '', d)}" | 38 | KERNEL_FEATURES:append = " ${@bb.utils.contains('MACHINE_FEATURES', 'vfat', 'cfg/fs/vfat.scc', '', d)}" |
39 | 39 | ||
40 | KERNEL_FEATURES_RISCV = "\ | ||
41 | arch/riscv/tunes/riscv-isa-clear.scc \ | ||
42 | ${@bb.utils.contains( 'TUNE_FEATURES', 'rv 32 i m a', 'arch/riscv/tunes/riscv-isa-rv32i.scc', '', d)} \ | ||
43 | ${@bb.utils.contains( 'TUNE_FEATURES', 'rv 64 i m a', 'arch/riscv/tunes/riscv-isa-rv64i.scc', '', d)} \ | ||
44 | ${@bb.utils.contains( 'TUNE_FEATURES', 'f d', 'arch/riscv/tunes/riscv-isa-fpu.scc', '', d)} \ | ||
45 | ${@bb.utils.contains( 'TUNE_FEATURES', 'c', 'arch/riscv/tunes/riscv-isa-c.scc', '', d)} \ | ||
46 | ${@bb.utils.contains( 'TUNE_FEATURES', 'v', 'arch/riscv/tunes/riscv-isa-v.scc', '', d)} \ | ||
47 | ${@bb.utils.contains_any('TUNE_FEATURES', 'b zba', 'arch/riscv/tunes/riscv-isa-zba.scc', '', d)} \ | ||
48 | ${@bb.utils.contains_any('TUNE_FEATURES', 'b zbb', 'arch/riscv/tunes/riscv-isa-zbb.scc', '', d)} \ | ||
49 | ${@bb.utils.contains( 'TUNE_FEATURES', 'zbc', 'arch/riscv/tunes/riscv-isa-zbc.scc', '', d)} \ | ||
50 | ${@bb.utils.contains( 'TUNE_FEATURES', 'zicbom', 'arch/riscv/tunes/riscv-isa-zicbom.scc', '', d)} \ | ||
51 | " | ||
52 | |||
53 | KERNEL_FEATURES:append:riscv32 = " ${KERNEL_FEATURES_RISCV}" | ||
54 | KERNEL_FEATURES:append:riscv64 = " ${KERNEL_FEATURES_RISCV}" | ||
55 | |||
40 | # A KMACHINE is the mapping of a yocto $MACHINE to what is built | 56 | # A KMACHINE is the mapping of a yocto $MACHINE to what is built |
41 | # by the kernel. This is typically the branch that should be built, | 57 | # by the kernel. This is typically the branch that should be built, |
42 | # and it can be specific to the machine or shared | 58 | # and it can be specific to the machine or shared |
@@ -57,7 +73,7 @@ do_install:append(){ | |||
57 | } | 73 | } |
58 | 74 | ||
59 | # enable kernel-sample for oeqa/runtime/cases's ksample.py test | 75 | # enable kernel-sample for oeqa/runtime/cases's ksample.py test |
60 | KERNEL_FEATURES:append:qemuall=" features/kernel-sample/kernel-sample.scc" | 76 | KERNEL_FEATURES:append:qemuall = " features/kernel-sample/kernel-sample.scc" |
61 | 77 | ||
62 | KERNEL_DEBUG ?= "" | 78 | KERNEL_DEBUG ?= "" |
63 | # These used to be version specific, but are now common dependencies. New | 79 | # These used to be version specific, but are now common dependencies. New |
diff --git a/meta/recipes-kernel/linux/linux-yocto_6.12.bb b/meta/recipes-kernel/linux/linux-yocto_6.12.bb new file mode 100644 index 0000000000..205c8a3ed5 --- /dev/null +++ b/meta/recipes-kernel/linux/linux-yocto_6.12.bb | |||
@@ -0,0 +1,79 @@ | |||
1 | KBRANCH ?= "v6.12/standard/base" | ||
2 | |||
3 | require recipes-kernel/linux/linux-yocto.inc | ||
4 | |||
5 | # CVE exclusions | ||
6 | include recipes-kernel/linux/cve-exclusion.inc | ||
7 | include recipes-kernel/linux/cve-exclusion_6.12.inc | ||
8 | |||
9 | # board specific branches | ||
10 | KBRANCH:qemuarm ?= "v6.12/standard/arm-versatile-926ejs" | ||
11 | KBRANCH:qemuarm64 ?= "v6.12/standard/base" | ||
12 | KBRANCH:qemumips ?= "v6.12/standard/mti-malta32" | ||
13 | KBRANCH:qemuppc ?= "v6.12/standard/qemuppc" | ||
14 | KBRANCH:qemuriscv64 ?= "v6.12/standard/base" | ||
15 | KBRANCH:qemuriscv32 ?= "v6.12/standard/base" | ||
16 | KBRANCH:qemux86 ?= "v6.12/standard/base" | ||
17 | KBRANCH:qemux86.104 ?= "v6.12/standard/base" | ||
18 | KBRANCH:qemuloongarch64 ?= "v6.12/standard/base" | ||
19 | KBRANCH:qemumips64 ?= "v6.12/standard/mti-malta64" | ||
20 | |||
21 | SRCREV_machine:qemuarm ?= "511b6848cd392ee9bbc841794a5e905f4db31689" | ||
22 | SRCREV_machine:qemuarm64 ?= "5633e9a98a153afa6b2051b116faef6c5e855bd8" | ||
23 | SRCREV_machine:qemuloongarch64 ?= "5633e9a98a153afa6b2051b116faef6c5e855bd8" | ||
24 | SRCREV_machine:qemumips ?= "afbfb2216d4f16a231b834922a937641864c8931" | ||
25 | SRCREV_machine:qemuppc ?= "5633e9a98a153afa6b2051b116faef6c5e855bd8" | ||
26 | SRCREV_machine:qemuriscv64 ?= "5633e9a98a153afa6b2051b116faef6c5e855bd8" | ||
27 | SRCREV_machine:qemuriscv32 ?= "5633e9a98a153afa6b2051b116faef6c5e855bd8" | ||
28 | SRCREV_machine:qemux86 ?= "5633e9a98a153afa6b2051b116faef6c5e855bd8" | ||
29 | SRCREV_machine:qemux86-64 ?= "5633e9a98a153afa6b2051b116faef6c5e855bd8" | ||
30 | SRCREV_machine:qemumips64 ?= "707ad7179119ed07e5911b61b08b7b11d2c9a352" | ||
31 | SRCREV_machine ?= "5633e9a98a153afa6b2051b116faef6c5e855bd8" | ||
32 | SRCREV_meta ?= "f8cd1607519efd135e4037c84b6e42684b12c5a8" | ||
33 | |||
34 | # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll | ||
35 | # get the <version>/base branch, which is pure upstream -stable, and the same | ||
36 | # meta SRCREV as the linux-yocto-standard builds. Select your version using the | ||
37 | # normal PREFERRED_VERSION settings. | ||
38 | BBCLASSEXTEND = "devupstream:target" | ||
39 | SRCREV_machine:class-devupstream ?= "df64e51d4ab83244b6a4eb11eb41f89403611e24" | ||
40 | PN:class-devupstream = "linux-yocto-upstream" | ||
41 | KBRANCH:class-devupstream = "v6.12/base" | ||
42 | |||
43 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH};protocol=https \ | ||
44 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.12;destsuffix=${KMETA};protocol=https" | ||
45 | |||
46 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | ||
47 | LINUX_VERSION ?= "6.12.36" | ||
48 | |||
49 | PV = "${LINUX_VERSION}+git" | ||
50 | |||
51 | KMETA = "kernel-meta" | ||
52 | KCONF_BSP_AUDIT_LEVEL = "1" | ||
53 | |||
54 | KERNEL_DEVICETREE:qemuarmv5 = "arm/versatile-pb.dtb" | ||
55 | |||
56 | COMPATIBLE_MACHINE = "^(qemuarm|qemuarmv5|qemuarm64|qemux86|qemuppc|qemuppc64|qemumips|qemumips64|qemux86-64|qemuriscv64|qemuriscv32|qemuloongarch64)$" | ||
57 | |||
58 | # Functionality flags | ||
59 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc" | ||
60 | KERNEL_FEATURES:append = " ${KERNEL_EXTRA_FEATURES}" | ||
61 | KERNEL_FEATURES:append:qemuall = " cfg/virtio.scc features/drm-bochs/drm-bochs.scc cfg/net/mdio.scc" | ||
62 | KERNEL_FEATURES:append:qemux86 = " cfg/sound.scc cfg/paravirt_kvm.scc" | ||
63 | KERNEL_FEATURES:append:qemux86-64 = " cfg/sound.scc cfg/paravirt_kvm.scc" | ||
64 | KERNEL_FEATURES:append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "", d)}" | ||
65 | KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/scsi/scsi-debug.scc features/nf_tables/nft_test.scc", "", d)}" | ||
66 | KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/gpio/mockup.scc features/gpio/sim.scc", "", d)}" | ||
67 | KERNEL_FEATURES:append = " ${@bb.utils.contains("KERNEL_DEBUG", "True", " features/reproducibility/reproducibility.scc features/debug/debug-btf.scc", "", d)}" | ||
68 | # libteam ptests from meta-oe needs it | ||
69 | KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/net/team/team.scc", "", d)}" | ||
70 | # openl2tp tests from meta-networking needs it | ||
71 | KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " cgl/cfg/net/l2tp.scc", "", d)}" | ||
72 | KERNEL_FEATURES:append:powerpc = " arch/powerpc/powerpc-debug.scc" | ||
73 | KERNEL_FEATURES:append:powerpc64 = " arch/powerpc/powerpc-debug.scc" | ||
74 | KERNEL_FEATURES:append:powerpc64le = " arch/powerpc/powerpc-debug.scc" | ||
75 | # Do not add debug info for riscv32, it fails during depmod | ||
76 | # ERROR: modpost: __ex_table+0x17a4 references non-executable section '.debug_loclists' | ||
77 | # Check again during next major version upgrade | ||
78 | KERNEL_FEATURES:remove:riscv32 = "features/debug/debug-kernel.scc" | ||
79 | INSANE_SKIP:kernel-vmlinux:qemuppc64 = "textrel" | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_6.6.bb b/meta/recipes-kernel/linux/linux-yocto_6.6.bb deleted file mode 100644 index 12197ba414..0000000000 --- a/meta/recipes-kernel/linux/linux-yocto_6.6.bb +++ /dev/null | |||
@@ -1,72 +0,0 @@ | |||
1 | KBRANCH ?= "v6.6/standard/base" | ||
2 | |||
3 | require recipes-kernel/linux/linux-yocto.inc | ||
4 | |||
5 | # CVE exclusions | ||
6 | include recipes-kernel/linux/cve-exclusion.inc | ||
7 | include recipes-kernel/linux/cve-exclusion_6.6.inc | ||
8 | |||
9 | # board specific branches | ||
10 | KBRANCH:qemuarm ?= "v6.6/standard/arm-versatile-926ejs" | ||
11 | KBRANCH:qemuarm64 ?= "v6.6/standard/qemuarm64" | ||
12 | KBRANCH:qemumips ?= "v6.6/standard/mti-malta32" | ||
13 | KBRANCH:qemuppc ?= "v6.6/standard/qemuppc" | ||
14 | KBRANCH:qemuriscv64 ?= "v6.6/standard/base" | ||
15 | KBRANCH:qemuriscv32 ?= "v6.6/standard/base" | ||
16 | KBRANCH:qemux86 ?= "v6.6/standard/base" | ||
17 | KBRANCH:qemux86-64 ?= "v6.6/standard/base" | ||
18 | KBRANCH:qemuloongarch64 ?= "v6.6/standard/base" | ||
19 | KBRANCH:qemumips64 ?= "v6.6/standard/mti-malta64" | ||
20 | |||
21 | SRCREV_machine:qemuarm ?= "45982c347ee123883a88f220d1d9a740e2c2b959" | ||
22 | SRCREV_machine:qemuarm64 ?= "6655dc03f5de7bb734da3ec8eb97f9be281dfbdb" | ||
23 | SRCREV_machine:qemuloongarch64 ?= "6655dc03f5de7bb734da3ec8eb97f9be281dfbdb" | ||
24 | SRCREV_machine:qemumips ?= "738f344ef6da38ebf6fcca87b701281c930b16e4" | ||
25 | SRCREV_machine:qemuppc ?= "6655dc03f5de7bb734da3ec8eb97f9be281dfbdb" | ||
26 | SRCREV_machine:qemuriscv64 ?= "6655dc03f5de7bb734da3ec8eb97f9be281dfbdb" | ||
27 | SRCREV_machine:qemuriscv32 ?= "6655dc03f5de7bb734da3ec8eb97f9be281dfbdb" | ||
28 | SRCREV_machine:qemux86 ?= "6655dc03f5de7bb734da3ec8eb97f9be281dfbdb" | ||
29 | SRCREV_machine:qemux86-64 ?= "6655dc03f5de7bb734da3ec8eb97f9be281dfbdb" | ||
30 | SRCREV_machine:qemumips64 ?= "7f4b889b7acb9fe36e290bf40c2e9b6cec523f6d" | ||
31 | SRCREV_machine ?= "6655dc03f5de7bb734da3ec8eb97f9be281dfbdb" | ||
32 | SRCREV_meta ?= "a78c74a3510067017dda1926f88bd914f0a053b3" | ||
33 | |||
34 | # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll | ||
35 | # get the <version>/base branch, which is pure upstream -stable, and the same | ||
36 | # meta SRCREV as the linux-yocto-standard builds. Select your version using the | ||
37 | # normal PREFERRED_VERSION settings. | ||
38 | BBCLASSEXTEND = "devupstream:target" | ||
39 | SRCREV_machine:class-devupstream ?= "a3463f08104612fc979c41fa54733e925205d3d7" | ||
40 | PN:class-devupstream = "linux-yocto-upstream" | ||
41 | KBRANCH:class-devupstream = "v6.6/base" | ||
42 | |||
43 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH};protocol=https \ | ||
44 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.6;destsuffix=${KMETA};protocol=https" | ||
45 | |||
46 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | ||
47 | LINUX_VERSION ?= "6.6.29" | ||
48 | |||
49 | PV = "${LINUX_VERSION}+git" | ||
50 | |||
51 | KMETA = "kernel-meta" | ||
52 | KCONF_BSP_AUDIT_LEVEL = "1" | ||
53 | |||
54 | KERNEL_DEVICETREE:qemuarmv5 = "arm/versatile-pb.dtb" | ||
55 | |||
56 | COMPATIBLE_MACHINE = "^(qemuarm|qemuarmv5|qemuarm64|qemux86|qemuppc|qemuppc64|qemumips|qemumips64|qemux86-64|qemuriscv64|qemuriscv32|qemuloongarch64)$" | ||
57 | |||
58 | # Functionality flags | ||
59 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc" | ||
60 | KERNEL_FEATURES:append = " ${KERNEL_EXTRA_FEATURES}" | ||
61 | KERNEL_FEATURES:append:qemuall=" cfg/virtio.scc features/drm-bochs/drm-bochs.scc cfg/net/mdio.scc" | ||
62 | KERNEL_FEATURES:append:qemux86=" cfg/sound.scc cfg/paravirt_kvm.scc" | ||
63 | KERNEL_FEATURES:append:qemux86-64=" cfg/sound.scc cfg/paravirt_kvm.scc" | ||
64 | KERNEL_FEATURES:append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "", d)}" | ||
65 | KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/scsi/scsi-debug.scc features/nf_tables/nft_test.scc", "", d)}" | ||
66 | KERNEL_FEATURES:append = " ${@bb.utils.contains("DISTRO_FEATURES", "ptest", " features/gpio/mockup.scc features/gpio/sim.scc", "", d)}" | ||
67 | KERNEL_FEATURES:append:powerpc =" arch/powerpc/powerpc-debug.scc" | ||
68 | KERNEL_FEATURES:append:powerpc64 =" arch/powerpc/powerpc-debug.scc" | ||
69 | KERNEL_FEATURES:append:powerpc64le =" arch/powerpc/powerpc-debug.scc" | ||
70 | |||
71 | INSANE_SKIP:kernel-vmlinux:qemuppc64 = "textrel" | ||
72 | |||
diff --git a/meta/recipes-kernel/lttng/babeltrace2/0001-Make-bt_field_blob_get_length-return-size_t-instead-.patch b/meta/recipes-kernel/lttng/babeltrace2/0001-Make-bt_field_blob_get_length-return-size_t-instead-.patch new file mode 100644 index 0000000000..4dffa7bfa5 --- /dev/null +++ b/meta/recipes-kernel/lttng/babeltrace2/0001-Make-bt_field_blob_get_length-return-size_t-instead-.patch | |||
@@ -0,0 +1,38 @@ | |||
1 | From a73cef80a0d4129f74ab2e160a15693235aad4d1 Mon Sep 17 00:00:00 2001 | ||
2 | From: Khem Raj <raj.khem@gmail.com> | ||
3 | Date: Thu, 20 Mar 2025 18:10:08 -0700 | ||
4 | Subject: [PATCH] Cast result of bt_field_blob_get_length to size_t in | ||
5 | constructor of bt2s::span | ||
6 | |||
7 | Fixes errors e.g. | ||
8 | | ../../git/src/cpp-common/bt2/field.hpp:1139:82: error: non-constant-expression cannot be narrowed from type 'std::uint64_t' (aka 'unsigned long long') to 'size_type' (aka 'unsigned int') in initializer list [-Wc++11-narrowing] | ||
9 | | 1139 | return {internal::CommonBlobFieldSpec<LibObjT>::data(this->libObjPtr()), this->length()}; | ||
10 | | | ^~~~~~~~~~~~~~ | ||
11 | | ../../git/src/plugins/ctf/common/src/msg-iter.cpp:744:56: note: in instantiation of member function 'bt2::CommonBlobField<bt_field>::data' requested here | ||
12 | | 744 | std::memcpy(&this->_stackTopCurSubField().asBlob().data()[_mCurBlobFieldDataOffset], | ||
13 | | | ^ | ||
14 | | ../../git/src/cpp-common/bt2/field.hpp:1139:82: note: insert an explicit cast to silence this issue | ||
15 | | 1139 | return {internal::CommonBlobFieldSpec<LibObjT>::data(this->libObjPtr()), this->length()}; | ||
16 | | | ^~~~~~~~~~~~~~ | ||
17 | | | static_cast<size_type>( ) | ||
18 | |||
19 | Upstream-Status: Backport [https://github.com/efficios/babeltrace/commit/1e6b34e411c61135ad256047a985a9bad927eae0] | ||
20 | |||
21 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
22 | --- | ||
23 | src/cpp-common/bt2/field.hpp | 2 +- | ||
24 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
25 | |||
26 | diff --git a/src/cpp-common/bt2/field.hpp b/src/cpp-common/bt2/field.hpp | ||
27 | index 8b291f7a..3a7d30a4 100644 | ||
28 | --- a/src/cpp-common/bt2/field.hpp | ||
29 | +++ b/src/cpp-common/bt2/field.hpp | ||
30 | @@ -1136,7 +1136,7 @@ public: | ||
31 | |||
32 | bt2s::span<typename internal::CommonBlobFieldSpec<LibObjT>::Data> data() const noexcept | ||
33 | { | ||
34 | - return {internal::CommonBlobFieldSpec<LibObjT>::data(this->libObjPtr()), this->length()}; | ||
35 | + return {internal::CommonBlobFieldSpec<LibObjT>::data(this->libObjPtr()), static_cast<std::size_t>(this->length())}; | ||
36 | } | ||
37 | |||
38 | std::uint64_t length() const noexcept | ||
diff --git a/meta/recipes-kernel/lttng/babeltrace2/0001-Make-manpages-multilib-identical.patch b/meta/recipes-kernel/lttng/babeltrace2/0001-Make-manpages-multilib-identical.patch index 2401b176e6..c2b76b1ed5 100644 --- a/meta/recipes-kernel/lttng/babeltrace2/0001-Make-manpages-multilib-identical.patch +++ b/meta/recipes-kernel/lttng/babeltrace2/0001-Make-manpages-multilib-identical.patch | |||
@@ -3,17 +3,20 @@ From: Jeremy Puhlman <jpuhlman@mvista.com> | |||
3 | Date: Mon, 9 Mar 2020 21:10:35 +0000 | 3 | Date: Mon, 9 Mar 2020 21:10:35 +0000 |
4 | Subject: [PATCH] Make manpages multilib identical | 4 | Subject: [PATCH] Make manpages multilib identical |
5 | 5 | ||
6 | Upstream-Status: Pending | 6 | Upstream-Status: Submitted [https://review.lttng.org/c/babeltrace/+/14222] |
7 | |||
7 | Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> | 8 | Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> |
9 | Signed-off-by: Bin Lan <bin.lan.cn@windriver.com> | ||
8 | --- | 10 | --- |
9 | doc/man/asciidoc-attrs.conf.in | 4 ++-- | 11 | doc/man/asciidoc-attrs.conf.in | 4 ++-- |
10 | 1 file changed, 2 insertions(+), 2 deletions(-) | 12 | 1 file changed, 2 insertions(+), 2 deletions(-) |
11 | 13 | ||
12 | diff --git a/doc/man/asciidoc-attrs.conf.in b/doc/man/asciidoc-attrs.conf.in | 14 | diff --git a/doc/man/asciidoc-attrs.conf.in b/doc/man/asciidoc-attrs.conf.in |
13 | index ad1183f1..e11c7031 100644 | 15 | index 88fb13ce2..27858b720 100644 |
14 | --- a/doc/man/asciidoc-attrs.conf.in | 16 | --- a/doc/man/asciidoc-attrs.conf.in |
15 | +++ b/doc/man/asciidoc-attrs.conf.in | 17 | +++ b/doc/man/asciidoc-attrs.conf.in |
16 | @@ -1,7 +1,7 @@ | 18 | @@ -4,8 +4,8 @@ |
19 | |||
17 | [attributes] | 20 | [attributes] |
18 | # default values | 21 | # default values |
19 | -system_plugin_path="@LIBDIR@/babeltrace2/plugins" | 22 | -system_plugin_path="@LIBDIR@/babeltrace2/plugins" |
@@ -24,5 +27,4 @@ index ad1183f1..e11c7031 100644 | |||
24 | enable_debug_info="@ENABLE_DEBUG_INFO_VAL@" | 27 | enable_debug_info="@ENABLE_DEBUG_INFO_VAL@" |
25 | defrdport=5344 | 28 | defrdport=5344 |
26 | -- | 29 | -- |
27 | 2.24.1 | 30 | 2.34.1 |
28 | |||
diff --git a/meta/recipes-kernel/lttng/babeltrace2/0001-tests-do-not-run-test-applications-from-.libs.patch b/meta/recipes-kernel/lttng/babeltrace2/0001-tests-do-not-run-test-applications-from-.libs.patch deleted file mode 100644 index 805dde8064..0000000000 --- a/meta/recipes-kernel/lttng/babeltrace2/0001-tests-do-not-run-test-applications-from-.libs.patch +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | From 582713cc9a013481eeef253195d644020f637ec4 Mon Sep 17 00:00:00 2001 | ||
2 | Message-Id: <582713cc9a013481eeef253195d644020f637ec4.1583403622.git.wallinux@gmail.com> | ||
3 | From: Anders Wallin <wallinux@gmail.com> | ||
4 | Date: Thu, 5 Mar 2020 11:20:04 +0100 | ||
5 | Subject: [PATCH] tests: do not run test applications from .libs | ||
6 | |||
7 | Cross compile specific change | ||
8 | |||
9 | Upstream-Status: Inappropriate [oe-core specific] | ||
10 | |||
11 | Signed-off-by: Anders Wallin <wallinux@gmail.com> | ||
12 | --- | ||
13 | tests/lib/test_plugin | 2 +- | ||
14 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
15 | |||
16 | diff --git a/tests/lib/test_plugin b/tests/lib/test_plugin | ||
17 | index 652c90cc..1f817c50 100755 | ||
18 | --- a/tests/lib/test_plugin | ||
19 | +++ b/tests/lib/test_plugin | ||
20 | @@ -26,4 +26,4 @@ fi | ||
21 | # shellcheck source=../utils/utils.sh | ||
22 | source "$UTILSSH" | ||
23 | |||
24 | -"${BT_TESTS_BUILDDIR}/lib/plugin" "${BT_TESTS_BUILDDIR}/lib/test-plugin-plugins/.libs" | ||
25 | +"${BT_TESTS_BUILDDIR}/lib/plugin" "${BT_TESTS_BUILDDIR}/lib/test-plugin-plugins" | ||
26 | -- | ||
27 | 2.25.1 | ||
28 | |||
diff --git a/meta/recipes-kernel/lttng/babeltrace2/0001-tests-fix-test-applications-in-cpp-common.patch b/meta/recipes-kernel/lttng/babeltrace2/0001-tests-fix-test-applications-in-cpp-common.patch new file mode 100644 index 0000000000..87f94fb087 --- /dev/null +++ b/meta/recipes-kernel/lttng/babeltrace2/0001-tests-fix-test-applications-in-cpp-common.patch | |||
@@ -0,0 +1,129 @@ | |||
1 | From 1dc81f272855d94e6a78f7d10ea952745d991aa9 Mon Sep 17 00:00:00 2001 | ||
2 | From: Bin Lan <bin.lan.cn@windriver.com> | ||
3 | Date: Tue, 11 Mar 2025 17:19:11 +0800 | ||
4 | Subject: [PATCH] Tests: fix test applications in cpp-common are needed to | ||
5 | re-build | ||
6 | |||
7 | Test applications in cpp-common directory are needed to re-build when | ||
8 | calling make check in embedded system. The following error is shown | ||
9 | when running test applications: | ||
10 | make[3]: *** No rule to make target 'cpp-common/test-c-string-view.cpp', | ||
11 | needed by 'cpp-common/test-c-string-view.o'. | ||
12 | make[3]: *** No rule to make target '../tests/utils/tap/libtap.la', | ||
13 | needed by 'cpp-common/test-c-string-view'. | ||
14 | make[3]: *** No rule to make target '../src/common/libcommon.la', | ||
15 | needed by 'cpp-common/test-c-string-view'. | ||
16 | make[3]: *** No rule to make target '../src/logging/liblogging.la', | ||
17 | needed by 'cpp-common/test-c-string-view'. | ||
18 | ... | ||
19 | make[2]: *** [Makefile:1274: check-TESTS] Error 2 | ||
20 | make[1]: *** [Makefile:1805: check-am] Error 2 | ||
21 | make: *** [Makefile:1033: check-recursive] Error 1 | ||
22 | make: Target 'check' not remade because of errors. | ||
23 | |||
24 | Create some new shell scripts which are used to call test applications | ||
25 | in cpp-common directory. Then these test applications can run without | ||
26 | actually examining the source code. | ||
27 | |||
28 | Upstream-Status: Submitted [https://review.lttng.org/c/babeltrace/+/14213] | ||
29 | |||
30 | Signed-off-by: Bin Lan <bin.lan.cn@windriver.com> | ||
31 | --- | ||
32 | tests/Makefile.am | 6 +++--- | ||
33 | tests/cpp-common/test-c-string-view.sh | 17 +++++++++++++++++ | ||
34 | tests/cpp-common/test-unicode-conv.sh | 17 +++++++++++++++++ | ||
35 | tests/cpp-common/test-uuid.sh | 17 +++++++++++++++++ | ||
36 | 4 files changed, 54 insertions(+), 3 deletions(-) | ||
37 | create mode 100755 tests/cpp-common/test-c-string-view.sh | ||
38 | create mode 100755 tests/cpp-common/test-unicode-conv.sh | ||
39 | create mode 100755 tests/cpp-common/test-uuid.sh | ||
40 | |||
41 | diff --git a/tests/Makefile.am b/tests/Makefile.am | ||
42 | index 2a4022bc4..c79b77b32 100644 | ||
43 | --- a/tests/Makefile.am | ||
44 | +++ b/tests/Makefile.am | ||
45 | @@ -129,9 +129,9 @@ cpp_common_test_unicode_conv_LDADD = \ | ||
46 | $(COMMON_TEST_LDADD) | ||
47 | |||
48 | TESTS_CPP_COMMON = \ | ||
49 | - cpp-common/test-c-string-view \ | ||
50 | - cpp-common/test-uuid \ | ||
51 | - cpp-common/test-unicode-conv | ||
52 | + cpp-common/test-c-string-view.sh \ | ||
53 | + cpp-common/test-uuid.sh \ | ||
54 | + cpp-common/test-unicode-conv.sh | ||
55 | |||
56 | TESTS_LIB = \ | ||
57 | lib/test-bt-uuid \ | ||
58 | diff --git a/tests/cpp-common/test-c-string-view.sh b/tests/cpp-common/test-c-string-view.sh | ||
59 | new file mode 100755 | ||
60 | index 000000000..9c2ca5818 | ||
61 | --- /dev/null | ||
62 | +++ b/tests/cpp-common/test-c-string-view.sh | ||
63 | @@ -0,0 +1,17 @@ | ||
64 | +#!/bin/bash | ||
65 | +# | ||
66 | +# SPDX-License-Identifier: GPL-2.0-only | ||
67 | +# | ||
68 | +# Copyright (C) 2025 Bin Lan <bin.lan.cn@windriver.com> | ||
69 | +# | ||
70 | + | ||
71 | +if [ -n "${BT_TESTS_SRCDIR:-}" ]; then | ||
72 | + UTILSSH="$BT_TESTS_SRCDIR/utils/utils.sh" | ||
73 | +else | ||
74 | + UTILSSH="$(dirname "$0")/../utils/utils.sh" | ||
75 | +fi | ||
76 | + | ||
77 | +# shellcheck source=../utils/utils.sh | ||
78 | +source "$UTILSSH" | ||
79 | + | ||
80 | +"${BT_TESTS_BUILDDIR}/cpp-common/test-c-string-view" "$BT_TESTS_BT2_BIN" | ||
81 | diff --git a/tests/cpp-common/test-unicode-conv.sh b/tests/cpp-common/test-unicode-conv.sh | ||
82 | new file mode 100755 | ||
83 | index 000000000..df490b2eb | ||
84 | --- /dev/null | ||
85 | +++ b/tests/cpp-common/test-unicode-conv.sh | ||
86 | @@ -0,0 +1,17 @@ | ||
87 | +#!/bin/bash | ||
88 | +# | ||
89 | +# SPDX-License-Identifier: GPL-2.0-only | ||
90 | +# | ||
91 | +# Copyright (C) 2025 Bin Lan <bin.lan.cn@windriver.com> | ||
92 | +# | ||
93 | + | ||
94 | +if [ -n "${BT_TESTS_SRCDIR:-}" ]; then | ||
95 | + UTILSSH="$BT_TESTS_SRCDIR/utils/utils.sh" | ||
96 | +else | ||
97 | + UTILSSH="$(dirname "$0")/../utils/utils.sh" | ||
98 | +fi | ||
99 | + | ||
100 | +# shellcheck source=../utils/utils.sh | ||
101 | +source "$UTILSSH" | ||
102 | + | ||
103 | +"${BT_TESTS_BUILDDIR}/cpp-common/test-unicode-conv" "$BT_TESTS_BT2_BIN" | ||
104 | diff --git a/tests/cpp-common/test-uuid.sh b/tests/cpp-common/test-uuid.sh | ||
105 | new file mode 100755 | ||
106 | index 000000000..8c65daa94 | ||
107 | --- /dev/null | ||
108 | +++ b/tests/cpp-common/test-uuid.sh | ||
109 | @@ -0,0 +1,17 @@ | ||
110 | +#!/bin/bash | ||
111 | +# | ||
112 | +# SPDX-License-Identifier: GPL-2.0-only | ||
113 | +# | ||
114 | +# Copyright (C) 2025 Bin Lan <bin.lan.cn@windriver.com> | ||
115 | +# | ||
116 | + | ||
117 | +if [ -n "${BT_TESTS_SRCDIR:-}" ]; then | ||
118 | + UTILSSH="$BT_TESTS_SRCDIR/utils/utils.sh" | ||
119 | +else | ||
120 | + UTILSSH="$(dirname "$0")/../utils/utils.sh" | ||
121 | +fi | ||
122 | + | ||
123 | +# shellcheck source=../utils/utils.sh | ||
124 | +source "$UTILSSH" | ||
125 | + | ||
126 | +"${BT_TESTS_BUILDDIR}/cpp-common/test-uuid" "$BT_TESTS_BT2_BIN" | ||
127 | -- | ||
128 | 2.34.1 | ||
129 | |||
diff --git a/meta/recipes-kernel/lttng/babeltrace2/0001-tests-set-the-correct-plugin-directory.patch b/meta/recipes-kernel/lttng/babeltrace2/0001-tests-set-the-correct-plugin-directory.patch new file mode 100644 index 0000000000..7ac7582ad7 --- /dev/null +++ b/meta/recipes-kernel/lttng/babeltrace2/0001-tests-set-the-correct-plugin-directory.patch | |||
@@ -0,0 +1,30 @@ | |||
1 | From 32494b1726a881883cb6d317ab76d1ec3f1fa740 Mon Sep 17 00:00:00 2001 | ||
2 | From: Bin Lan <bin.lan.cn@windriver.com> | ||
3 | Date: Wed, 5 Mar 2025 10:51:11 +0800 | ||
4 | Subject: [PATCH] tests: set the correct directory of plugin shared library | ||
5 | |||
6 | The plugin shared libraries are put in test-plugins-plugins/.libs when | ||
7 | building in a host. test-plugins-plugins/.libs is not exist when cross | ||
8 | build. The plugin shared libraries are put in test-plugins-plugins | ||
9 | directory when cross build. | ||
10 | |||
11 | Upstream-Status: Inappropriate [oe specific] | ||
12 | |||
13 | Signed-off-by: Bin Lan <bin.lan.cn@windriver.com> | ||
14 | --- | ||
15 | tests/lib/test-plugins.sh | 2 +- | ||
16 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
17 | |||
18 | diff --git a/tests/lib/test-plugins.sh b/tests/lib/test-plugins.sh | ||
19 | index f83e42baa..939236393 100755 | ||
20 | --- a/tests/lib/test-plugins.sh | ||
21 | +++ b/tests/lib/test-plugins.sh | ||
22 | @@ -14,4 +14,4 @@ fi | ||
23 | # shellcheck source=../utils/utils.sh | ||
24 | source "$UTILSSH" | ||
25 | |||
26 | -"${BT_TESTS_BUILDDIR}/lib/test-plugins" "${BT_TESTS_BUILDDIR}/lib/test-plugins-plugins/.libs" | ||
27 | +"${BT_TESTS_BUILDDIR}/lib/test-plugins" "${BT_TESTS_BUILDDIR}/lib/test-plugins-plugins" | ||
28 | -- | ||
29 | 2.34.1 | ||
30 | |||
diff --git a/meta/recipes-kernel/lttng/babeltrace2/run-ptest b/meta/recipes-kernel/lttng/babeltrace2/run-ptest index 71a9c81bfb..a0bf33b75d 100755 --- a/meta/recipes-kernel/lttng/babeltrace2/run-ptest +++ b/meta/recipes-kernel/lttng/babeltrace2/run-ptest | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | # Without --ignore-exit, the tap harness causes any FAILs within a | 5 | # Without --ignore-exit, the tap harness causes any FAILs within a |
6 | # test plan to raise ERRORs; this is just noise. | 6 | # test plan to raise ERRORs; this is just noise. |
7 | makeargs="LOG_DRIVER_FLAGS=--ignore-exit abs_top_srcdir=$PWD abs_top_builddir=$PWD GREP=grep SED=sed PYTHON=python3" | 7 | makeargs="LOG_DRIVER_FLAGS=--ignore-exit abs_top_srcdir=$PWD abs_top_builddir=$PWD" |
8 | 8 | ||
9 | exec 2> error.log | 9 | exec 2> error.log |
10 | make -C tests -k -s $makeargs $target | 10 | make -C tests -k -s $makeargs $target |
@@ -16,4 +16,4 @@ if [ -e tests/test-suite.log ]; then | |||
16 | cat tests/test-suite.log | 16 | cat tests/test-suite.log |
17 | fi | 17 | fi |
18 | 18 | ||
19 | exit $exitcode \ No newline at end of file | 19 | exit $exitcode |
diff --git a/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb b/meta/recipes-kernel/lttng/babeltrace2_2.1.1.bb index d6c75d7580..8bab7f677a 100644 --- a/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb +++ b/meta/recipes-kernel/lttng/babeltrace2_2.1.1.bb | |||
@@ -2,21 +2,21 @@ SUMMARY = "Babeltrace2 - Trace Format Babel Tower" | |||
2 | DESCRIPTION = "Babeltrace provides trace read and write libraries in host side, as well as a trace converter, which used to convert LTTng 2.0 traces into human-readable log." | 2 | DESCRIPTION = "Babeltrace provides trace read and write libraries in host side, as well as a trace converter, which used to convert LTTng 2.0 traces into human-readable log." |
3 | HOMEPAGE = "http://babeltrace.org/" | 3 | HOMEPAGE = "http://babeltrace.org/" |
4 | BUGTRACKER = "https://bugs.lttng.org/projects/babeltrace" | 4 | BUGTRACKER = "https://bugs.lttng.org/projects/babeltrace" |
5 | LICENSE = "MIT & GPL-2.0-only & LGPL-2.1-only & BSD-2-Clause" | 5 | LICENSE = "MIT & GPL-2.0-only & LGPL-2.1-only & BSD-2-Clause & BSD-4-Clause & GPL-3.0-or-later & CC-BY-SA-4.0 & PSF-2.0" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a6a458c13f18385b7bc5069a6d7b176e" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f6b015e4f388d6e78adb1b1f9a887d06" |
7 | 7 | ||
8 | DEPENDS = "glib-2.0 util-linux popt bison-native flex-native" | 8 | DEPENDS = "glib-2.0 util-linux popt bison-native flex-native virtual/libiconv" |
9 | 9 | ||
10 | SRC_URI = "git://git.efficios.com/babeltrace.git;branch=stable-2.0;protocol=https \ | 10 | SRC_URI = "git://git.efficios.com/babeltrace.git;branch=stable-2.1;protocol=https;tag=v${PV} \ |
11 | file://run-ptest \ | 11 | file://run-ptest \ |
12 | file://0001-tests-do-not-run-test-applications-from-.libs.patch \ | ||
13 | file://0001-Make-manpages-multilib-identical.patch \ | 12 | file://0001-Make-manpages-multilib-identical.patch \ |
13 | file://0001-tests-fix-test-applications-in-cpp-common.patch \ | ||
14 | file://0001-tests-set-the-correct-plugin-directory.patch \ | ||
15 | file://0001-Make-bt_field_blob_get_length-return-size_t-instead-.patch \ | ||
14 | " | 16 | " |
15 | SRCREV = "0a6632f77801f3218a288604c646f8a39cb0d2c4" | 17 | SRCREV = "7f2f8cd6dac497cbb466efb31219b531c62013f5" |
16 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>2(\.\d+)+)$" | 18 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>2(\.\d+)+)$" |
17 | 19 | ||
18 | S = "${WORKDIR}/git" | ||
19 | |||
20 | inherit autotools pkgconfig ptest python3targetconfig | 20 | inherit autotools pkgconfig ptest python3targetconfig |
21 | 21 | ||
22 | EXTRA_OECONF = "--disable-debug-info --disable-Werror" | 22 | EXTRA_OECONF = "--disable-debug-info --disable-Werror" |
@@ -28,10 +28,19 @@ FILES:${PN}-staticdev += "${libdir}/babeltrace2/plugins/*.a" | |||
28 | FILES:${PN} += "${libdir}/babeltrace2/plugins/*.so" | 28 | FILES:${PN} += "${libdir}/babeltrace2/plugins/*.so" |
29 | 29 | ||
30 | ASNEEDED = "" | 30 | ASNEEDED = "" |
31 | LDFLAGS:append = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-lld ptest', ' -fuse-ld=bfd ', '', d)}" | 31 | LDFLAGS += "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-lld ptest', '-fuse-ld=bfd ', '', d)}" |
32 | 32 | ||
33 | # coreutils since we need full mktemp | 33 | # coreutils since we need full mktemp |
34 | RDEPENDS:${PN}-ptest += "bash gawk python3 make grep coreutils findutils" | 34 | RDEPENDS:${PN}-ptest += "bash gawk python3 make grep coreutils findutils" |
35 | RDEPENDS:${PN}-ptest:append:libc-glibc = " glibc-gconv-utf-16 glibc-gconv-utf-32" | ||
36 | |||
37 | do_configure:append() { | ||
38 | # when doing cross compile, the path ${B}/src/plugins/ctf/common/src/metadata/tsdl | ||
39 | # is not created by the babeltrace2 build system. It is need when generating | ||
40 | # parser.cpp by executing /bin/bash ../../git/config/ylwrap. | ||
41 | # So make this directory after configuration. | ||
42 | mkdir -p ${B}/src/plugins/ctf/common/src/metadata/tsdl | ||
43 | } | ||
35 | 44 | ||
36 | do_compile_ptest () { | 45 | do_compile_ptest () { |
37 | make -C tests all | 46 | make -C tests all |
@@ -51,6 +60,12 @@ do_install_ptest () { | |||
51 | -exec install -t "${D}${PTEST_PATH}/tests/$d" {} \; | 60 | -exec install -t "${D}${PTEST_PATH}/tests/$d" {} \; |
52 | find "${S}/tests/$d" -maxdepth 1 -name *.expect \ | 61 | find "${S}/tests/$d" -maxdepth 1 -name *.expect \ |
53 | -exec install -t "${D}${PTEST_PATH}/tests/$d" {} \; | 62 | -exec install -t "${D}${PTEST_PATH}/tests/$d" {} \; |
63 | find "${S}/tests/$d" -maxdepth 1 -name *.ref \ | ||
64 | -exec install -t "${D}${PTEST_PATH}/tests/$d" {} \; | ||
65 | find "${S}/tests/$d" -maxdepth 1 -name *.mctf \ | ||
66 | -exec install -t "${D}${PTEST_PATH}/tests/$d" {} \; | ||
67 | find "${S}/tests/$d" -maxdepth 1 -name *.json \ | ||
68 | -exec install -t "${D}${PTEST_PATH}/tests/$d" {} \; | ||
54 | done | 69 | done |
55 | install -d "${D}${PTEST_PATH}/tests/data/ctf-traces/" | 70 | install -d "${D}${PTEST_PATH}/tests/data/ctf-traces/" |
56 | cp -a ${S}/tests/data/ctf-traces/* ${D}${PTEST_PATH}/tests/data/ctf-traces/ | 71 | cp -a ${S}/tests/data/ctf-traces/* ${D}${PTEST_PATH}/tests/data/ctf-traces/ |
@@ -92,4 +107,26 @@ do_install_ptest () { | |||
92 | 107 | ||
93 | # Remove architechture specific testfiles | 108 | # Remove architechture specific testfiles |
94 | rm -rf ${D}${PTEST_PATH}/tests/data/plugins/flt.lttng-utils.debug-info/* | 109 | rm -rf ${D}${PTEST_PATH}/tests/data/plugins/flt.lttng-utils.debug-info/* |
110 | |||
111 | # Set the correct environment variables when running embedded environment | ||
112 | envsh=${D}${PTEST_PATH}/tests/utils/env.sh | ||
113 | sed -i "/BT_TESTS_SRCDIR/c\_set_var_def BT_TESTS_SRCDIR '${PTEST_PATH}/tests'" $envsh | ||
114 | sed -i "/BT_TESTS_BUILDDIR/c\_set_var_def BT_TESTS_BUILDDIR '${PTEST_PATH}/tests'" $envsh | ||
115 | sed -i "/BT_TESTS_AWK_BIN/c\_set_var_def BT_TESTS_AWK_BIN 'gawk'" $envsh | ||
116 | sed -i "/BT_TESTS_GREP_BIN/c\_set_var_def BT_TESTS_GREP_BIN 'grep'" $envsh | ||
117 | sed -i "/BT_TESTS_PYTHON_BIN/c\_set_var_def BT_TESTS_PYTHON_BIN 'python3'" $envsh | ||
118 | sed -i "/BT_TESTS_SED_BIN/c\_set_var_def BT_TESTS_SED_BIN 'sed'" $envsh | ||
119 | sed -i "/BT_TESTS_CC_BIN/c\_set_var_def BT_TESTS_CC_BIN ''" $envsh | ||
120 | } | ||
121 | |||
122 | do_install:append:class-nativesdk() { | ||
123 | mkdir -p ${D}${SDKPATHNATIVE}/environment-setup.d | ||
124 | cat <<- EOF > ${D}${SDKPATHNATIVE}/environment-setup.d/babeltrace2.sh | ||
125 | export BABELTRACE_PLUGIN_PATH="${libdir}/babeltrace2/plugins" | ||
126 | export LIBBABELTRACE2_PLUGIN_PROVIDER_DIR="${libdir}/babeltrace2/plugin-providers" | ||
127 | EOF | ||
95 | } | 128 | } |
129 | |||
130 | FILES:${PN}:append:class-nativesdk = " ${SDKPATHNATIVE}/environment-setup.d/babeltrace2.sh" | ||
131 | |||
132 | BBCLASSEXTEND = "nativesdk" | ||
diff --git a/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb b/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb index f4d9b5e42a..8ec80167a0 100644 --- a/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb +++ b/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb | |||
@@ -13,8 +13,6 @@ SRC_URI = "git://git.efficios.com/babeltrace.git;branch=stable-1.5;protocol=http | |||
13 | SRCREV = "91c00f70884887ff5c4849a8e3d47e311a22ba9d" | 13 | SRCREV = "91c00f70884887ff5c4849a8e3d47e311a22ba9d" |
14 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>1(\.\d+)+)$" | 14 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>1(\.\d+)+)$" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | ||
17 | |||
18 | inherit autotools pkgconfig ptest | 16 | inherit autotools pkgconfig ptest |
19 | 17 | ||
20 | EXTRA_OECONF = "--disable-debug-info" | 18 | EXTRA_OECONF = "--disable-debug-info" |
@@ -96,3 +94,5 @@ do_install_ptest () { | |||
96 | sed -i 's:^BTBIN.*:BTBIN=/usr/bin/babeltrace:' ${f} | 94 | sed -i 's:^BTBIN.*:BTBIN=/usr/bin/babeltrace:' ${f} |
97 | done | 95 | done |
98 | } | 96 | } |
97 | |||
98 | BBCLASSEXTEND = "nativesdk" | ||
diff --git a/meta/recipes-kernel/lttng/lttng-modules/0001-Fix-ASoC-snd_doc_dapm-on-linux-6.9-rc1.patch b/meta/recipes-kernel/lttng/lttng-modules/0001-Fix-ASoC-snd_doc_dapm-on-linux-6.9-rc1.patch deleted file mode 100644 index 9d5fd0de60..0000000000 --- a/meta/recipes-kernel/lttng/lttng-modules/0001-Fix-ASoC-snd_doc_dapm-on-linux-6.9-rc1.patch +++ /dev/null | |||
@@ -1,93 +0,0 @@ | |||
1 | From fec007d9630e010062cf5699a08460f71f46b527 Mon Sep 17 00:00:00 2001 | ||
2 | From: Kienan Stewart <kstewart@efficios.com> | ||
3 | Date: Mon, 25 Mar 2024 08:54:42 -0400 | ||
4 | Subject: [PATCH 1/4] Fix: ASoC snd_doc_dapm on linux 6.9-rc1 | ||
5 | |||
6 | See upstream commit: | ||
7 | |||
8 | commit 7df3eb4cdb6bbfa482f51548b9fd47c2723c68ba | ||
9 | Author: Luca Ceresoli <luca.ceresoli@bootlin.com> | ||
10 | Date: Wed Mar 6 10:30:01 2024 +0100 | ||
11 | |||
12 | ASoC: trace: add event to snd_soc_dapm trace events | ||
13 | |||
14 | Add the event value to the snd_soc_dapm_start and snd_soc_dapm_done trace | ||
15 | events to make them more informative. | ||
16 | |||
17 | Trace before: | ||
18 | |||
19 | aplay-229 [000] 250.140309: snd_soc_dapm_start: card=vscn-2046 | ||
20 | aplay-229 [000] 250.167531: snd_soc_dapm_done: card=vscn-2046 | ||
21 | aplay-229 [000] 251.169588: snd_soc_dapm_start: card=vscn-2046 | ||
22 | aplay-229 [000] 251.195245: snd_soc_dapm_done: card=vscn-2046 | ||
23 | |||
24 | Trace after: | ||
25 | |||
26 | aplay-214 [000] 693.290612: snd_soc_dapm_start: card=vscn-2046 event=1 | ||
27 | aplay-214 [000] 693.315508: snd_soc_dapm_done: card=vscn-2046 event=1 | ||
28 | aplay-214 [000] 694.537349: snd_soc_dapm_start: card=vscn-2046 event=2 | ||
29 | aplay-214 [000] 694.563241: snd_soc_dapm_done: card=vscn-2046 event=2 | ||
30 | |||
31 | Upstream-Status: Backport [88c4e0fe Fix: ASoC snd_doc_dapm on linux 6.9-rc1] | ||
32 | |||
33 | Change-Id: If0d33544b8dd1dfb3d12ca9390892190fc0444b0 | ||
34 | Signed-off-by: Kienan Stewart <kstewart@efficios.com> | ||
35 | Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> | ||
36 | --- | ||
37 | include/instrumentation/events/asoc.h | 33 +++++++++++++++++++++++++++ | ||
38 | 1 file changed, 33 insertions(+) | ||
39 | |||
40 | diff --git a/include/instrumentation/events/asoc.h b/include/instrumentation/events/asoc.h | ||
41 | index 21d13a0f..5126d4c1 100644 | ||
42 | --- a/include/instrumentation/events/asoc.h | ||
43 | +++ b/include/instrumentation/events/asoc.h | ||
44 | @@ -51,6 +51,38 @@ LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP(asoc_snd_soc_card, snd_soc_bias_level_done, | ||
45 | |||
46 | ) | ||
47 | |||
48 | +#if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(6,9,0)) | ||
49 | +LTTNG_TRACEPOINT_EVENT_CLASS(asoc_snd_soc_dapm_basic, | ||
50 | + | ||
51 | + TP_PROTO(struct snd_soc_card *card, int event), | ||
52 | + | ||
53 | + TP_ARGS(card, event), | ||
54 | + | ||
55 | + TP_FIELDS( | ||
56 | + ctf_string(name, card->name) | ||
57 | + ctf_integer(int, event, event) | ||
58 | + ) | ||
59 | +) | ||
60 | +LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP(asoc_snd_soc_dapm_basic, snd_soc_dapm_start, | ||
61 | + | ||
62 | + asoc_snd_soc_dapm_start, | ||
63 | + | ||
64 | + TP_PROTO(struct snd_soc_card *card, int event), | ||
65 | + | ||
66 | + TP_ARGS(card, event) | ||
67 | + | ||
68 | +) | ||
69 | + | ||
70 | +LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP(asoc_snd_soc_dapm_basic, snd_soc_dapm_done, | ||
71 | + | ||
72 | + asoc_snd_soc_dapm_done, | ||
73 | + | ||
74 | + TP_PROTO(struct snd_soc_card *card, int event), | ||
75 | + | ||
76 | + TP_ARGS(card, event) | ||
77 | + | ||
78 | +) | ||
79 | +#else | ||
80 | LTTNG_TRACEPOINT_EVENT_CLASS(asoc_snd_soc_dapm_basic, | ||
81 | |||
82 | TP_PROTO(struct snd_soc_card *card), | ||
83 | @@ -81,6 +113,7 @@ LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP(asoc_snd_soc_dapm_basic, snd_soc_dapm_done, | ||
84 | TP_ARGS(card) | ||
85 | |||
86 | ) | ||
87 | +#endif | ||
88 | |||
89 | LTTNG_TRACEPOINT_EVENT_CLASS(asoc_snd_soc_dapm_widget, | ||
90 | |||
91 | -- | ||
92 | 2.39.2 | ||
93 | |||
diff --git a/meta/recipes-kernel/lttng/lttng-modules/0001-lttng-modules-fix-sigaction-build-without-CONFIG_COM.patch b/meta/recipes-kernel/lttng/lttng-modules/0001-lttng-modules-fix-sigaction-build-without-CONFIG_COM.patch new file mode 100644 index 0000000000..eb43abbae2 --- /dev/null +++ b/meta/recipes-kernel/lttng/lttng-modules/0001-lttng-modules-fix-sigaction-build-without-CONFIG_COM.patch | |||
@@ -0,0 +1,35 @@ | |||
1 | From 0e2095bcc50e7a07d3478f8d3c0ae5ad46575594 Mon Sep 17 00:00:00 2001 | ||
2 | From: Mikko Rapeli <mikko.rapeli@linaro.org> | ||
3 | Date: Mon, 28 Apr 2025 12:07:24 +0000 | ||
4 | Subject: [PATCH] lttng-modules: fix sigaction build without | ||
5 | CONFIG_COMPAT_OLD_SIGACTION | ||
6 | |||
7 | Workaround build failure when CONFIG_COMPAT_OLD_SIGACTION is not enabled | ||
8 | in kernel config. | ||
9 | |||
10 | Upstream-Status: Submitted [https://bugs.lttng.org/issues/1426] | ||
11 | |||
12 | Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> | ||
13 | --- | ||
14 | .../instrumentation/syscalls/headers/arm-32-syscalls_pointers.h | 2 ++ | ||
15 | 1 file changed, 2 insertions(+) | ||
16 | |||
17 | diff --git a/include/instrumentation/syscalls/headers/arm-32-syscalls_pointers.h b/include/instrumentation/syscalls/headers/arm-32-syscalls_pointers.h | ||
18 | index 5f4ca5b..1514cae 100644 | ||
19 | --- a/include/instrumentation/syscalls/headers/arm-32-syscalls_pointers.h | ||
20 | +++ b/include/instrumentation/syscalls/headers/arm-32-syscalls_pointers.h | ||
21 | @@ -1890,9 +1890,11 @@ TRACE_SYSCALL_TABLE(chroot, chroot, 61, 1) | ||
22 | #ifndef OVERRIDE_TABLE_32_ustat | ||
23 | TRACE_SYSCALL_TABLE(ustat, ustat, 62, 2) | ||
24 | #endif | ||
25 | +#ifdef CONFIG_COMPAT_OLD_SIGACTION | ||
26 | #ifndef OVERRIDE_TABLE_32_sigaction | ||
27 | TRACE_SYSCALL_TABLE(sigaction, sigaction, 67, 3) | ||
28 | #endif | ||
29 | +#endif /* CONFIG_COMPAT_OLD_SIGACTION */ | ||
30 | #ifndef OVERRIDE_TABLE_32_sigpending | ||
31 | TRACE_SYSCALL_TABLE(sigpending, sigpending, 73, 1) | ||
32 | #endif | ||
33 | -- | ||
34 | 2.49.0 | ||
35 | |||
diff --git a/meta/recipes-kernel/lttng/lttng-modules/0001-src-Kbuild-change-missing-CONFIG_TRACEPOINTS-to-warn.patch b/meta/recipes-kernel/lttng/lttng-modules/0001-src-Kbuild-change-missing-CONFIG_TRACEPOINTS-to-warn.patch index 120528bf9c..4911982461 100644 --- a/meta/recipes-kernel/lttng/lttng-modules/0001-src-Kbuild-change-missing-CONFIG_TRACEPOINTS-to-warn.patch +++ b/meta/recipes-kernel/lttng/lttng-modules/0001-src-Kbuild-change-missing-CONFIG_TRACEPOINTS-to-warn.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 878f89b6136ff7b870a19e04901cc6f316bbe10a Mon Sep 17 00:00:00 2001 | 1 | From 60d423945bd4f4c4b7bfc6f29da9231152d05690 Mon Sep 17 00:00:00 2001 |
2 | From: Bruce Ashfield <bruce.ashfield@gmail.com> | 2 | From: Bruce Ashfield <bruce.ashfield@gmail.com> |
3 | Date: Sat, 15 May 2021 10:26:38 -0400 | 3 | Date: Sat, 15 May 2021 10:26:38 -0400 |
4 | Subject: [PATCH] src/Kbuild: change missing CONFIG_TRACEPOINTS to warning | 4 | Subject: [PATCH] src/Kbuild: change missing CONFIG_TRACEPOINTS to warning |
@@ -19,10 +19,10 @@ Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> | |||
19 | src/Kbuild | 7 ++++++- | 19 | src/Kbuild | 7 ++++++- |
20 | 1 file changed, 6 insertions(+), 1 deletion(-) | 20 | 1 file changed, 6 insertions(+), 1 deletion(-) |
21 | 21 | ||
22 | Index: lttng-modules-2.13.10/src/Kbuild | 22 | diff --git a/src/Kbuild b/src/Kbuild |
23 | =================================================================== | 23 | index 7137874..04eb5c9 100644 |
24 | --- lttng-modules-2.13.10.orig/src/Kbuild | 24 | --- a/src/Kbuild |
25 | +++ lttng-modules-2.13.10/src/Kbuild | 25 | +++ b/src/Kbuild |
26 | @@ -2,10 +2,13 @@ | 26 | @@ -2,10 +2,13 @@ |
27 | 27 | ||
28 | ifdef CONFIG_LOCALVERSION # Check if dot-config is included. | 28 | ifdef CONFIG_LOCALVERSION # Check if dot-config is included. |
@@ -38,7 +38,7 @@ Index: lttng-modules-2.13.10/src/Kbuild | |||
38 | TOP_LTTNG_MODULES_DIR := $(shell dirname $(lastword $(MAKEFILE_LIST)))/.. | 38 | TOP_LTTNG_MODULES_DIR := $(shell dirname $(lastword $(MAKEFILE_LIST)))/.. |
39 | 39 | ||
40 | lttng_check_linux_version = $(shell pwd)/include/linux/version.h | 40 | lttng_check_linux_version = $(shell pwd)/include/linux/version.h |
41 | @@ -150,3 +153,5 @@ lttng-statedump-objs := lttng-statedump- | 41 | @@ -150,3 +153,5 @@ lttng-statedump-objs := lttng-statedump-impl.o |
42 | obj-$(CONFIG_LTTNG) += probes/ | 42 | obj-$(CONFIG_LTTNG) += probes/ |
43 | obj-$(CONFIG_LTTNG) += lib/ | 43 | obj-$(CONFIG_LTTNG) += lib/ |
44 | obj-$(CONFIG_LTTNG) += tests/ | 44 | obj-$(CONFIG_LTTNG) += tests/ |
diff --git a/meta/recipes-kernel/lttng/lttng-modules/0002-Fix-ASoC-add-component-to-set_bias_level-events-in-l.patch b/meta/recipes-kernel/lttng/lttng-modules/0002-Fix-ASoC-add-component-to-set_bias_level-events-in-l.patch deleted file mode 100644 index 6ea10ffc91..0000000000 --- a/meta/recipes-kernel/lttng/lttng-modules/0002-Fix-ASoC-add-component-to-set_bias_level-events-in-l.patch +++ /dev/null | |||
@@ -1,132 +0,0 @@ | |||
1 | From d8379ec6365a925db33cae94fb6783cdbdb6a922 Mon Sep 17 00:00:00 2001 | ||
2 | From: Kienan Stewart <kstewart@efficios.com> | ||
3 | Date: Mon, 25 Mar 2024 09:40:29 -0400 | ||
4 | Subject: [PATCH 2/4] Fix: ASoC add component to set_bias_level events in linux | ||
5 | 6.9-rc1 | ||
6 | |||
7 | See upstream commit: | ||
8 | |||
9 | commit 6ef46a69ec32fe1cf56de67742fcd01af4bf48af | ||
10 | Author: Luca Ceresoli <luca.ceresoli@bootlin.com> | ||
11 | Date: Wed Mar 6 10:30:00 2024 +0100 | ||
12 | |||
13 | ASoC: trace: add component to set_bias_level trace events | ||
14 | |||
15 | The snd_soc_bias_level_start and snd_soc_bias_level_done trace events | ||
16 | currently look like: | ||
17 | |||
18 | aplay-229 [000] 1250.140778: snd_soc_bias_level_start: card=vscn-2046 val=1 | ||
19 | aplay-229 [000] 1250.140784: snd_soc_bias_level_done: card=vscn-2046 val=1 | ||
20 | aplay-229 [000] 1250.140786: snd_soc_bias_level_start: card=vscn-2046 val=2 | ||
21 | aplay-229 [000] 1250.140788: snd_soc_bias_level_done: card=vscn-2046 val=2 | ||
22 | kworker/u8:1-21 [000] 1250.140871: snd_soc_bias_level_start: card=vscn-2046 val=1 | ||
23 | kworker/u8:0-11 [000] 1250.140951: snd_soc_bias_level_start: card=vscn-2046 val=1 | ||
24 | kworker/u8:0-11 [000] 1250.140956: snd_soc_bias_level_done: card=vscn-2046 val=1 | ||
25 | kworker/u8:0-11 [000] 1250.140959: snd_soc_bias_level_start: card=vscn-2046 val=2 | ||
26 | kworker/u8:0-11 [000] 1250.140961: snd_soc_bias_level_done: card=vscn-2046 val=2 | ||
27 | kworker/u8:1-21 [000] 1250.167219: snd_soc_bias_level_done: card=vscn-2046 val=1 | ||
28 | kworker/u8:1-21 [000] 1250.167222: snd_soc_bias_level_start: card=vscn-2046 val=2 | ||
29 | kworker/u8:1-21 [000] 1250.167232: snd_soc_bias_level_done: card=vscn-2046 val=2 | ||
30 | kworker/u8:0-11 [000] 1250.167440: snd_soc_bias_level_start: card=vscn-2046 val=3 | ||
31 | kworker/u8:0-11 [000] 1250.167444: snd_soc_bias_level_done: card=vscn-2046 val=3 | ||
32 | kworker/u8:1-21 [000] 1250.167497: snd_soc_bias_level_start: card=vscn-2046 val=3 | ||
33 | kworker/u8:1-21 [000] 1250.167506: snd_soc_bias_level_done: card=vscn-2046 val=3 | ||
34 | |||
35 | There are clearly multiple calls, one per component, but they cannot be | ||
36 | discriminated from each other. | ||
37 | |||
38 | Change the ftrace events to also print the component name, to make it clear | ||
39 | which part of the code is involved. This requires changing the passed value | ||
40 | from a struct snd_soc_card, where the DAPM context is not kwown, to a | ||
41 | struct snd_soc_dapm_context where it is obviously known but the a card | ||
42 | pointer is also available. | ||
43 | |||
44 | With this change, the resulting trace becomes: | ||
45 | |||
46 | aplay-247 [000] 1436.357332: snd_soc_bias_level_start: card=vscn-2046 component=(none) val=1 | ||
47 | aplay-247 [000] 1436.357338: snd_soc_bias_level_done: card=vscn-2046 component=(none) val=1 | ||
48 | aplay-247 [000] 1436.357340: snd_soc_bias_level_start: card=vscn-2046 component=(none) val=2 | ||
49 | aplay-247 [000] 1436.357343: snd_soc_bias_level_done: card=vscn-2046 component=(none) val=2 | ||
50 | kworker/u8:4-215 [000] 1436.357437: snd_soc_bias_level_start: card=vscn-2046 component=ff560000.codec val=1 | ||
51 | kworker/u8:5-231 [000] 1436.357518: snd_soc_bias_level_start: card=vscn-2046 component=ff320000.i2s val=1 | ||
52 | kworker/u8:5-231 [000] 1436.357523: snd_soc_bias_level_done: card=vscn-2046 component=ff320000.i2s val=1 | ||
53 | kworker/u8:5-231 [000] 1436.357526: snd_soc_bias_level_start: card=vscn-2046 component=ff320000.i2s val=2 | ||
54 | kworker/u8:5-231 [000] 1436.357528: snd_soc_bias_level_done: card=vscn-2046 component=ff320000.i2s val=2 | ||
55 | kworker/u8:4-215 [000] 1436.383217: snd_soc_bias_level_done: card=vscn-2046 component=ff560000.codec val=1 | ||
56 | kworker/u8:4-215 [000] 1436.383221: snd_soc_bias_level_start: card=vscn-2046 component=ff560000.codec val=2 | ||
57 | kworker/u8:4-215 [000] 1436.383231: snd_soc_bias_level_done: card=vscn-2046 component=ff560000.codec val=2 | ||
58 | kworker/u8:5-231 [000] 1436.383468: snd_soc_bias_level_start: card=vscn-2046 component=ff320000.i2s val=3 | ||
59 | kworker/u8:5-231 [000] 1436.383472: snd_soc_bias_level_done: card=vscn-2046 component=ff320000.i2s val=3 | ||
60 | kworker/u8:4-215 [000] 1436.383503: snd_soc_bias_level_start: card=vscn-2046 component=ff560000.codec val=3 | ||
61 | kworker/u8:4-215 [000] 1436.383513: snd_soc_bias_level_done: card=vscn-2046 component=ff560000.codec val=3 | ||
62 | |||
63 | Upstream-Status: Backport [303434ab Fix: ASoC add component to set_bias_level events in linux 6.9-rc1] | ||
64 | |||
65 | Change-Id: I959f1680c002acdf29828b968d3975247f5433d8 | ||
66 | Signed-off-by: Kienan Stewart <kstewart@efficios.com> | ||
67 | Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> | ||
68 | --- | ||
69 | include/instrumentation/events/asoc.h | 36 +++++++++++++++++++++++++++ | ||
70 | 1 file changed, 36 insertions(+) | ||
71 | |||
72 | Index: lttng-modules-2.13.12/include/instrumentation/events/asoc.h | ||
73 | =================================================================== | ||
74 | --- lttng-modules-2.13.12.orig/include/instrumentation/events/asoc.h | ||
75 | +++ lttng-modules-2.13.12/include/instrumentation/events/asoc.h | ||
76 | @@ -10,6 +10,7 @@ | ||
77 | #include <lttng/kernel-version.h> | ||
78 | |||
79 | #define DAPM_DIRECT "(direct)" | ||
80 | +#define DAPM_COMPONENT_NONE "(none)" | ||
81 | |||
82 | #ifndef _TRACE_ASOC_DEF | ||
83 | #define _TRACE_ASOC_DEF | ||
84 | @@ -119,6 +120,40 @@ LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP(asoc | ||
85 | ) | ||
86 | #endif | ||
87 | |||
88 | +#if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(6,9,0)) | ||
89 | +LTTNG_TRACEPOINT_EVENT_CLASS(asoc_snd_soc_dapm_context, | ||
90 | + | ||
91 | + TP_PROTO(struct snd_soc_dapm_context *dapm, int val), | ||
92 | + | ||
93 | + TP_ARGS(dapm, val), | ||
94 | + | ||
95 | + TP_FIELDS( | ||
96 | + ctf_string(name, dapm->card->name) | ||
97 | + ctf_string(component, dapm->component ? dapm->component->name : DAPM_COMPONENT_NONE) | ||
98 | + ctf_integer(int, val, val) | ||
99 | + ) | ||
100 | +) | ||
101 | + | ||
102 | +LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP(asoc_snd_soc_dapm_context, snd_soc_bias_level_start, | ||
103 | + | ||
104 | + asoc_snd_soc_bias_level_start, | ||
105 | + | ||
106 | + TP_PROTO(struct snd_soc_dapm_context *dapm, int val), | ||
107 | + | ||
108 | + TP_ARGS(dapm, val) | ||
109 | + | ||
110 | +) | ||
111 | + | ||
112 | +LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP(asoc_snd_soc_dapm_context, snd_soc_bias_level_done, | ||
113 | + | ||
114 | + asoc_snd_soc_bias_level_done, | ||
115 | + | ||
116 | + TP_PROTO(struct snd_soc_dapm_context *dapm, int val), | ||
117 | + | ||
118 | + TP_ARGS(dapm, val) | ||
119 | + | ||
120 | +) | ||
121 | +#else | ||
122 | LTTNG_TRACEPOINT_EVENT_CLASS(asoc_snd_soc_card, | ||
123 | |||
124 | TP_PROTO(struct snd_soc_card *card, int val), | ||
125 | @@ -150,6 +185,7 @@ LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP(asoc | ||
126 | TP_ARGS(card, val) | ||
127 | |||
128 | ) | ||
129 | +#endif | ||
130 | |||
131 | #if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(6,9,0)) | ||
132 | LTTNG_TRACEPOINT_EVENT_CLASS(asoc_snd_soc_dapm_basic, | ||
diff --git a/meta/recipes-kernel/lttng/lttng-modules/0003-Fix-mm_compaction_migratepages-changed-in-linux-6.9-.patch b/meta/recipes-kernel/lttng/lttng-modules/0003-Fix-mm_compaction_migratepages-changed-in-linux-6.9-.patch deleted file mode 100644 index 66c48ebe8f..0000000000 --- a/meta/recipes-kernel/lttng/lttng-modules/0003-Fix-mm_compaction_migratepages-changed-in-linux-6.9-.patch +++ /dev/null | |||
@@ -1,81 +0,0 @@ | |||
1 | From f4a6415f8d5fa447868d1fdc7119e0a328966379 Mon Sep 17 00:00:00 2001 | ||
2 | From: Kienan Stewart <kstewart@efficios.com> | ||
3 | Date: Mon, 25 Mar 2024 10:30:32 -0400 | ||
4 | Subject: [PATCH 3/4] Fix: mm_compaction_migratepages changed in linux 6.9-rc1 | ||
5 | |||
6 | See upstream commit: | ||
7 | |||
8 | commit ab755bf4249b992fc2140d615ab0a686d50765b4 | ||
9 | Author: Baolin Wang <baolin.wang@linux.alibaba.com> | ||
10 | Date: Tue Feb 20 14:16:31 2024 +0800 | ||
11 | |||
12 | mm: compaction: update the cc->nr_migratepages when allocating or freeing the freepages | ||
13 | |||
14 | Currently we will use 'cc->nr_freepages >= cc->nr_migratepages' comparison | ||
15 | to ensure that enough freepages are isolated in isolate_freepages(), | ||
16 | however it just decreases the cc->nr_freepages without updating | ||
17 | cc->nr_migratepages in compaction_alloc(), which will waste more CPU | ||
18 | cycles and cause too many freepages to be isolated. | ||
19 | |||
20 | So we should also update the cc->nr_migratepages when allocating or | ||
21 | freeing the freepages to avoid isolating excess freepages. And I can see | ||
22 | fewer free pages are scanned and isolated when running thpcompact on my | ||
23 | Arm64 server: | ||
24 | |||
25 | k6.7 k6.7_patched | ||
26 | Ops Compaction pages isolated 120692036.00 118160797.00 | ||
27 | Ops Compaction migrate scanned 131210329.00 154093268.00 | ||
28 | Ops Compaction free scanned 1090587971.00 1080632536.00 | ||
29 | Ops Compact scan efficiency 12.03 14.26 | ||
30 | |||
31 | Moreover, I did not see an obvious latency improvements, this is likely | ||
32 | because isolating freepages is not the bottleneck in the thpcompact test | ||
33 | case. | ||
34 | |||
35 | k6.7 k6.7_patched | ||
36 | Amean fault-both-1 1089.76 ( 0.00%) 1080.16 * 0.88%* | ||
37 | Amean fault-both-3 1616.48 ( 0.00%) 1636.65 * -1.25%* | ||
38 | Amean fault-both-5 2266.66 ( 0.00%) 2219.20 * 2.09%* | ||
39 | Amean fault-both-7 2909.84 ( 0.00%) 2801.90 * 3.71%* | ||
40 | Amean fault-both-12 4861.26 ( 0.00%) 4733.25 * 2.63%* | ||
41 | Amean fault-both-18 7351.11 ( 0.00%) 6950.51 * 5.45%* | ||
42 | Amean fault-both-24 9059.30 ( 0.00%) 9159.99 * -1.11%* | ||
43 | Amean fault-both-30 10685.68 ( 0.00%) 11399.02 * -6.68%* | ||
44 | |||
45 | Upstream-Status: Backport [175fe77c Fix: mm_compaction_migratepages changed in linux 6.9-rc1] | ||
46 | |||
47 | Change-Id: I103a43fd1b549360b3fc978fd409b7c17ef3e192 | ||
48 | Signed-off-by: Kienan Stewart <kstewart@efficios.com> | ||
49 | Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> | ||
50 | --- | ||
51 | include/instrumentation/events/compaction.h | 17 ++++++++++++++++- | ||
52 | 1 file changed, 16 insertions(+), 1 deletion(-) | ||
53 | |||
54 | Index: lttng-modules-2.13.12/include/instrumentation/events/compaction.h | ||
55 | =================================================================== | ||
56 | --- lttng-modules-2.13.12.orig/include/instrumentation/events/compaction.h | ||
57 | +++ lttng-modules-2.13.12/include/instrumentation/events/compaction.h | ||
58 | @@ -97,7 +97,22 @@ LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP(comp | ||
59 | |||
60 | #endif /* #else #if LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(4,0,0) */ | ||
61 | |||
62 | -#if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(5,18,0) || \ | ||
63 | +#if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(6,9,0)) | ||
64 | +LTTNG_TRACEPOINT_EVENT_MAP(mm_compaction_migratepages, | ||
65 | + | ||
66 | + compaction_migratepages, | ||
67 | + | ||
68 | + TP_PROTO(unsigned int nr_migratepages, | ||
69 | + unsigned int nr_succeeded), | ||
70 | + | ||
71 | + TP_ARGS(nr_migratepages, nr_succeeded), | ||
72 | + | ||
73 | + TP_FIELDS( | ||
74 | + ctf_integer(unsigned long, nr_migrated, nr_succeeded) | ||
75 | + ctf_integer(unsigned long, nr_failed, nr_migratepages - nr_succeeded) | ||
76 | + ) | ||
77 | +) | ||
78 | +#elif (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(5,18,0) || \ | ||
79 | LTTNG_RHEL_KERNEL_RANGE(5,14,0,163,0,0, 5,15,0,0,0,0)) | ||
80 | LTTNG_TRACEPOINT_EVENT_MAP(mm_compaction_migratepages, | ||
81 | |||
diff --git a/meta/recipes-kernel/lttng/lttng-modules/0004-Fix-dev_base_lock-removed-in-linux-6.9-rc1.patch b/meta/recipes-kernel/lttng/lttng-modules/0004-Fix-dev_base_lock-removed-in-linux-6.9-rc1.patch deleted file mode 100644 index 59ef4f9313..0000000000 --- a/meta/recipes-kernel/lttng/lttng-modules/0004-Fix-dev_base_lock-removed-in-linux-6.9-rc1.patch +++ /dev/null | |||
@@ -1,57 +0,0 @@ | |||
1 | From 217bc2e4685050dddce9bdd2557b64f6b8c16622 Mon Sep 17 00:00:00 2001 | ||
2 | From: Kienan Stewart <kstewart@efficios.com> | ||
3 | Date: Mon, 25 Mar 2024 10:53:46 -0400 | ||
4 | Subject: [PATCH 4/4] Fix: dev_base_lock removed in linux 6.9-rc1 | ||
5 | |||
6 | See upstream commit: | ||
7 | |||
8 | commit 1b3ef46cb7f2618cc0b507393220a69810f6da12 | ||
9 | Author: Eric Dumazet <edumazet@google.com> | ||
10 | Date: Tue Feb 13 06:32:45 2024 +0000 | ||
11 | |||
12 | net: remove dev_base_lock | ||
13 | |||
14 | dev_base_lock is not needed anymore, all remaining users also hold RTNL. | ||
15 | |||
16 | Upstream-Status: Backport [52eb2ee9 Fix: dev_base_lock removed in linux 6.9-rc1] | ||
17 | |||
18 | Change-Id: I6b07e6eed07fd398302ca14d23162ed24d74df15 | ||
19 | Signed-off-by: Kienan Stewart <kstewart@efficios.com> | ||
20 | Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> | ||
21 | --- | ||
22 | src/lttng-statedump-impl.c | 15 +++++++++++++++ | ||
23 | 1 file changed, 15 insertions(+) | ||
24 | |||
25 | Index: lttng-modules-2.13.12/src/lttng-statedump-impl.c | ||
26 | =================================================================== | ||
27 | --- lttng-modules-2.13.12.orig/src/lttng-statedump-impl.c | ||
28 | +++ lttng-modules-2.13.12/src/lttng-statedump-impl.c | ||
29 | @@ -392,6 +392,20 @@ void lttng_enumerate_device(struct lttng | ||
30 | } | ||
31 | } | ||
32 | |||
33 | +#if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(6,9,0)) | ||
34 | +static | ||
35 | +int lttng_enumerate_network_ip_interface(struct lttng_kernel_session *session) | ||
36 | +{ | ||
37 | + struct net_device *dev; | ||
38 | + | ||
39 | + rtnl_lock(); | ||
40 | + for_each_netdev(&init_net, dev) | ||
41 | + lttng_enumerate_device(session, dev); | ||
42 | + rtnl_unlock(); | ||
43 | + | ||
44 | + return 0; | ||
45 | +} | ||
46 | +#else | ||
47 | static | ||
48 | int lttng_enumerate_network_ip_interface(struct lttng_kernel_session *session) | ||
49 | { | ||
50 | @@ -404,6 +418,7 @@ int lttng_enumerate_network_ip_interface | ||
51 | |||
52 | return 0; | ||
53 | } | ||
54 | +#endif /* (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(6,9,0)) */ | ||
55 | #else /* CONFIG_INET */ | ||
56 | static inline | ||
57 | int lttng_enumerate_network_ip_interface(struct lttng_kernel_session *session) | ||
diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.13.12.bb b/meta/recipes-kernel/lttng/lttng-modules_2.13.19.bb index 95d5e2d615..63ba488515 100644 --- a/meta/recipes-kernel/lttng/lttng-modules_2.13.12.bb +++ b/meta/recipes-kernel/lttng/lttng-modules_2.13.19.bb | |||
@@ -3,25 +3,23 @@ SUMMARY = "Linux Trace Toolkit KERNEL MODULE" | |||
3 | DESCRIPTION = "The lttng-modules 2.0 package contains the kernel tracer modules" | 3 | DESCRIPTION = "The lttng-modules 2.0 package contains the kernel tracer modules" |
4 | HOMEPAGE = "https://lttng.org/" | 4 | HOMEPAGE = "https://lttng.org/" |
5 | LICENSE = "LGPL-2.1-only & GPL-2.0-only & MIT" | 5 | LICENSE = "LGPL-2.1-only & GPL-2.0-only & MIT" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0464cff101a009c403cd2ed65d01d4c4" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8d0d9f08888046474772a5d745d89d6a" |
7 | 7 | ||
8 | inherit module | 8 | inherit module |
9 | 9 | ||
10 | include lttng-platforms.inc | 10 | include lttng-platforms.inc |
11 | 11 | ||
12 | SRC_URI = "https://lttng.org/files/${BPN}/${BPN}-${PV}.tar.bz2 \ | 12 | SRC_URI = "https://lttng.org/files/${BPN}/${BPN}-${PV}.tar.bz2 \ |
13 | file://0001-Fix-ASoC-snd_doc_dapm-on-linux-6.9-rc1.patch \ | 13 | file://0001-lttng-modules-fix-sigaction-build-without-CONFIG_COM.patch \ |
14 | file://0002-Fix-ASoC-add-component-to-set_bias_level-events-in-l.patch \ | 14 | " |
15 | file://0003-Fix-mm_compaction_migratepages-changed-in-linux-6.9-.patch \ | ||
16 | file://0004-Fix-dev_base_lock-removed-in-linux-6.9-rc1.patch \ | ||
17 | " | ||
18 | 15 | ||
19 | # Use :append here so that the patch is applied also when using devupstream | 16 | # Use :append here so that the patch is applied also when using devupstream |
20 | SRC_URI:append = " file://0001-src-Kbuild-change-missing-CONFIG_TRACEPOINTS-to-warn.patch" | 17 | SRC_URI:append = " file://0001-src-Kbuild-change-missing-CONFIG_TRACEPOINTS-to-warn.patch \ |
18 | " | ||
21 | 19 | ||
22 | SRC_URI[sha256sum] = "d85fcb66c7bd31003ab8735e8c77700e5e4f417b4c22fe1f20112cf435abad79" | 20 | SRC_URI[sha256sum] = "06d704633749039f8fa72a954bec6486058386e2a0c3557b22c484698f9b34d5" |
23 | 21 | ||
24 | export INSTALL_MOD_DIR="kernel/lttng-modules" | 22 | export INSTALL_MOD_DIR = "kernel/lttng-modules" |
25 | 23 | ||
26 | EXTRA_OEMAKE += "KERNELDIR='${STAGING_KERNEL_DIR}'" | 24 | EXTRA_OEMAKE += "KERNELDIR='${STAGING_KERNEL_DIR}'" |
27 | 25 | ||
diff --git a/meta/recipes-kernel/lttng/lttng-tools/0001-Fix-rotation-destroy-flush-fix-session-daemon-abort-.patch b/meta/recipes-kernel/lttng/lttng-tools/0001-Fix-rotation-destroy-flush-fix-session-daemon-abort-.patch index 3286dfb5c1..e5c9677073 100644 --- a/meta/recipes-kernel/lttng/lttng-tools/0001-Fix-rotation-destroy-flush-fix-session-daemon-abort-.patch +++ b/meta/recipes-kernel/lttng/lttng-tools/0001-Fix-rotation-destroy-flush-fix-session-daemon-abort-.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 6b45c5f80d20e7bbf3d98c1fa17d2cf8716af3bb Mon Sep 17 00:00:00 2001 | 1 | From ea47622987d0947af3e8f75d16d52e27ebd60166 Mon Sep 17 00:00:00 2001 |
2 | From: Xiangyu Chen <xiangyu.chen@windriver.com> | 2 | From: Xiangyu Chen <xiangyu.chen@windriver.com> |
3 | Date: Mon, 25 Mar 2024 18:20:14 +0800 | 3 | Date: Mon, 25 Mar 2024 18:20:14 +0800 |
4 | Subject: [PATCH] Fix: rotation-destroy-flush: fix session daemon abort if no | 4 | Subject: [PATCH] Fix: rotation-destroy-flush: fix session daemon abort if no |
@@ -24,8 +24,8 @@ environment variable any more. | |||
24 | Fixes: 3a174400 | 24 | Fixes: 3a174400 |
25 | ("tests:add check_skip_kernel_test to check root user and lttng kernel modules") | 25 | ("tests:add check_skip_kernel_test to check root user and lttng kernel modules") |
26 | 26 | ||
27 | Upstream-Status: Submitted [https://review.lttng.org/c/lttng-tools/+/12155] | 27 | Submitted [https://review.lttng.org/c/lttng-tools/+/12155] |
28 | 28 | Upstream-Status: Backport [https://github.com/lttng/lttng-tools/commit/78f5b22de60c114c5c83410015a08bdd212edc0b] | |
29 | Change-Id: I371e9ba717613e2940186f710cf3cccd35baed6c | 29 | Change-Id: I371e9ba717613e2940186f710cf3cccd35baed6c |
30 | Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> | 30 | Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> |
31 | --- | 31 | --- |
@@ -33,7 +33,7 @@ Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> | |||
33 | 1 file changed, 3 insertions(+), 3 deletions(-) | 33 | 1 file changed, 3 insertions(+), 3 deletions(-) |
34 | 34 | ||
35 | diff --git a/tests/regression/ust/rotation-destroy-flush/test_rotation_destroy_flush b/tests/regression/ust/rotation-destroy-flush/test_rotation_destroy_flush | 35 | diff --git a/tests/regression/ust/rotation-destroy-flush/test_rotation_destroy_flush b/tests/regression/ust/rotation-destroy-flush/test_rotation_destroy_flush |
36 | index 669bcbc43..64161768f 100755 | 36 | index 8ef4f0d..e506b53 100755 |
37 | --- a/tests/regression/ust/rotation-destroy-flush/test_rotation_destroy_flush | 37 | --- a/tests/regression/ust/rotation-destroy-flush/test_rotation_destroy_flush |
38 | +++ b/tests/regression/ust/rotation-destroy-flush/test_rotation_destroy_flush | 38 | +++ b/tests/regression/ust/rotation-destroy-flush/test_rotation_destroy_flush |
39 | @@ -23,11 +23,11 @@ SIZE_LIMIT=$PAGE_SIZE | 39 | @@ -23,11 +23,11 @@ SIZE_LIMIT=$PAGE_SIZE |
@@ -51,6 +51,3 @@ index 669bcbc43..64161768f 100755 | |||
51 | # MUST set TESTDIR before calling those functions | 51 | # MUST set TESTDIR before calling those functions |
52 | function run_app() | 52 | function run_app() |
53 | { | 53 | { |
54 | -- | ||
55 | 2.25.1 | ||
56 | |||
diff --git a/meta/recipes-kernel/lttng/lttng-tools/0001-compat-Define-off64_t-as-off_t-on-linux.patch b/meta/recipes-kernel/lttng/lttng-tools/0001-compat-Define-off64_t-as-off_t-on-linux.patch index 4e21d1e9f1..e68feb2753 100644 --- a/meta/recipes-kernel/lttng/lttng-tools/0001-compat-Define-off64_t-as-off_t-on-linux.patch +++ b/meta/recipes-kernel/lttng/lttng-tools/0001-compat-Define-off64_t-as-off_t-on-linux.patch | |||
@@ -1,7 +1,11 @@ | |||
1 | From 74b3844737b03492756b4f896c938b504b069f14 Mon Sep 17 00:00:00 2001 | 1 | From e5b2615aaad44a1c0d52da1469b28f99cfb12b5f Mon Sep 17 00:00:00 2001 |
2 | From: Jérémie Galarneau <jeremie.galarneau@efficios.com> | 2 | From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Galarneau?= |
3 | <jeremie.galarneau@efficios.com> | ||
3 | Date: Tue, 17 Jan 2023 16:57:35 -0500 | 4 | Date: Tue, 17 Jan 2023 16:57:35 -0500 |
4 | Subject: [PATCH] compat: off64_t is not defined by musl | 5 | Subject: [PATCH] compat: off64_t is not defined by musl |
6 | MIME-Version: 1.0 | ||
7 | Content-Type: text/plain; charset=UTF-8 | ||
8 | Content-Transfer-Encoding: 8bit | ||
5 | 9 | ||
6 | This helps compile with latest musl, where off64_t is not defined unless | 10 | This helps compile with latest musl, where off64_t is not defined unless |
7 | _LARGEFILE64_SOURCE is defined. On glibc, _LARGEFILE64_SOURCE is defined | 11 | _LARGEFILE64_SOURCE is defined. On glibc, _LARGEFILE64_SOURCE is defined |
@@ -14,12 +18,18 @@ As such, it is safe to assume off_t is 64-bit wide. This is checked by a | |||
14 | static_assert to catch any platform where autoconf would let a 32-bit | 18 | static_assert to catch any platform where autoconf would let a 32-bit |
15 | off_t slip. | 19 | off_t slip. |
16 | 20 | ||
17 | Upstream-Status: Submitted [https://review.lttng.org/c/lttng-tools/+/9268] | 21 | Submitted [https://review.lttng.org/c/lttng-tools/+/9268] |
22 | Upstream-Status: Backport [https://github.com/lttng/lttng-tools/commit/57fd993799a2b081c826f6fc8def32d28d526bfb] | ||
18 | Reported-by: Khem Raj <raj.khem@gmail.com> | 23 | Reported-by: Khem Raj <raj.khem@gmail.com> |
19 | Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com> | 24 | Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com> |
20 | Change-Id: If2c6007a8c85bc3f3065002af8a7538b882fb4a8 | 25 | Change-Id: If2c6007a8c85bc3f3065002af8a7538b882fb4a8 |
21 | --- | 26 | --- |
27 | src/common/compat/compat-fcntl.c | 5 ++++- | ||
28 | src/common/compat/fcntl.h | 10 +++------- | ||
29 | 2 files changed, 7 insertions(+), 8 deletions(-) | ||
22 | 30 | ||
31 | diff --git a/src/common/compat/compat-fcntl.c b/src/common/compat/compat-fcntl.c | ||
32 | index 5c0bdc9..18bab0a 100644 | ||
23 | --- a/src/common/compat/compat-fcntl.c | 33 | --- a/src/common/compat/compat-fcntl.c |
24 | +++ b/src/common/compat/compat-fcntl.c | 34 | +++ b/src/common/compat/compat-fcntl.c |
25 | @@ -8,14 +8,17 @@ | 35 | @@ -8,14 +8,17 @@ |
@@ -41,6 +51,8 @@ Change-Id: If2c6007a8c85bc3f3065002af8a7538b882fb4a8 | |||
41 | #ifdef HAVE_SYNC_FILE_RANGE | 51 | #ifdef HAVE_SYNC_FILE_RANGE |
42 | return sync_file_range(fd, offset, nbytes, flags); | 52 | return sync_file_range(fd, offset, nbytes, flags); |
43 | #else | 53 | #else |
54 | diff --git a/src/common/compat/fcntl.h b/src/common/compat/fcntl.h | ||
55 | index 5e566e5..93b22b7 100644 | ||
44 | --- a/src/common/compat/fcntl.h | 56 | --- a/src/common/compat/fcntl.h |
45 | +++ b/src/common/compat/fcntl.h | 57 | +++ b/src/common/compat/fcntl.h |
46 | @@ -13,16 +13,12 @@ | 58 | @@ -13,16 +13,12 @@ |
@@ -61,7 +73,7 @@ Change-Id: If2c6007a8c85bc3f3065002af8a7538b882fb4a8 | |||
61 | unsigned int flags); | 73 | unsigned int flags); |
62 | #define lttng_sync_file_range(fd, offset, nbytes, flags) \ | 74 | #define lttng_sync_file_range(fd, offset, nbytes, flags) \ |
63 | compat_sync_file_range(fd, offset, nbytes, flags) | 75 | compat_sync_file_range(fd, offset, nbytes, flags) |
64 | @@ -37,8 +33,8 @@ extern int compat_sync_file_range(int fd | 76 | @@ -37,8 +33,8 @@ extern int compat_sync_file_range(int fd, off64_t offset, off64_t nbytes, |
65 | #define SYNC_FILE_RANGE_WAIT_BEFORE 0 | 77 | #define SYNC_FILE_RANGE_WAIT_BEFORE 0 |
66 | #define SYNC_FILE_RANGE_WRITE 0 | 78 | #define SYNC_FILE_RANGE_WRITE 0 |
67 | 79 | ||
diff --git a/meta/recipes-kernel/lttng/lttng-tools/0001-fix-lttng-tools-fails-to-compile-with-libxml2-2.14.0.patch b/meta/recipes-kernel/lttng/lttng-tools/0001-fix-lttng-tools-fails-to-compile-with-libxml2-2.14.0.patch new file mode 100644 index 0000000000..7c2b893731 --- /dev/null +++ b/meta/recipes-kernel/lttng/lttng-tools/0001-fix-lttng-tools-fails-to-compile-with-libxml2-2.14.0.patch | |||
@@ -0,0 +1,55 @@ | |||
1 | From 0b19e10a8a52fab0bfadbac5ce70f1b2d185a1d1 Mon Sep 17 00:00:00 2001 | ||
2 | From: Hongxu Jia <hongxu.jia@windriver.com> | ||
3 | Date: Wed, 21 May 2025 13:09:25 +0800 | ||
4 | Subject: [PATCH] fix lttng-tools fails to compile with libxml2 2.14.0+ | ||
5 | |||
6 | Description: | ||
7 | | In file included from /srv/pokybuild/yocto-worker/qemux86-alt/build/build/tmp/work/core2-32-poky-linux/lttng-tools/2.13.15/recipe-sysroot/usr/include/libxml2/libxml/parser.h:25, | ||
8 | | from ../../../../lttng-tools-2.13.15/src/common/config/session-config.c:29: | ||
9 | | /srv/pokybuild/yocto-worker/qemux86-alt/build/build/tmp/work/core2-32-poky-linux/lttng-tools/2.13.15/recipe-sysroot/usr/include/libxml2/libxml/encoding.h:173:7: note: declared here | ||
10 | | 173 | } input XML_DEPRECATED_MEMBER; | ||
11 | | | ^~~~~ | ||
12 | | ../../../../lttng-tools-2.13.15/src/common/config/session-config.c:432:15: error: called object is not a function or function pointer | ||
13 | | 432 | ret = handler->input(out_str, &out_len, (const xmlChar *) in_str, &in_len); | ||
14 | | | ^~~~~~~ | ||
15 | | At top level: | ||
16 | | cc1: note: unrecognized command-line option '-Wno-incomplete-setjmp-declaration' may have been intended to silence earlier diagnostics | ||
17 | |||
18 | |||
19 | According to [1][2], the UTF-8 handler is | ||
20 | ``` | ||
21 | static xmlCharEncError | ||
22 | UTF8ToUTF8(void *vctxt ATTRIBUTE_UNUSED, | ||
23 | unsigned char* out, int *outlen, | ||
24 | const unsigned char* in, int *inlen, | ||
25 | int flush ATTRIBUTE_UNUSED) | ||
26 | ``` | ||
27 | |||
28 | Update input.func with setting ATTRIBUTE_UNUSED params with NULL and 0 | ||
29 | |||
30 | [1] https://gitlab.gnome.org/GNOME/libxml2/-/commit/38f475072aefe032fff1dc058df3e56c1e7062fa | ||
31 | [2] https://gitlab.gnome.org/GNOME/libxml2/-/commit/69b83bb68e2a8ed0013f80c51b9a358714b00c9a#478024cc18a2cc8dbaed34076e9775f6827f413d_2188_2201 | ||
32 | |||
33 | Upstream-Status: Submitted [https://github.com/lttng/lttng-tools/pull/170] | ||
34 | Signed-off-by: Marko, Peter <Peter.Marko@siemens.com> | ||
35 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> | ||
36 | --- | ||
37 | src/common/config/session-config.c | 2 +- | ||
38 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
39 | |||
40 | diff --git a/src/common/config/session-config.c b/src/common/config/session-config.c | ||
41 | index bb4e9fe..4042d34 100644 | ||
42 | --- a/src/common/config/session-config.c | ||
43 | +++ b/src/common/config/session-config.c | ||
44 | @@ -429,7 +429,7 @@ static xmlChar *encode_string(const char *in_str) | ||
45 | goto end; | ||
46 | } | ||
47 | |||
48 | - ret = handler->input(out_str, &out_len, (const xmlChar *) in_str, &in_len); | ||
49 | + ret = handler->input.func(NULL, out_str, &out_len, (const xmlChar *) in_str, &in_len, 0); | ||
50 | if (ret < 0) { | ||
51 | xmlFree(out_str); | ||
52 | out_str = NULL; | ||
53 | -- | ||
54 | 2.34.1 | ||
55 | |||
diff --git a/meta/recipes-kernel/lttng/lttng-tools/0001-tests-add-check_skip_kernel_test-to-check-root-user-.patch b/meta/recipes-kernel/lttng/lttng-tools/0001-tests-add-check_skip_kernel_test-to-check-root-user-.patch index 2671a1908e..cb2c763b51 100644 --- a/meta/recipes-kernel/lttng/lttng-tools/0001-tests-add-check_skip_kernel_test-to-check-root-user-.patch +++ b/meta/recipes-kernel/lttng/lttng-tools/0001-tests-add-check_skip_kernel_test-to-check-root-user-.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From cf558f802b259a33605fe0ede4d74ae2ff6be699 Mon Sep 17 00:00:00 2001 | 1 | From 76976da4e01ce90923f61ba734e066faefb76beb Mon Sep 17 00:00:00 2001 |
2 | From: Xiangyu Chen <xiangyu.chen@windriver.com> | 2 | From: Xiangyu Chen <xiangyu.chen@windriver.com> |
3 | Date: Mon, 12 Feb 2024 09:23:54 -0500 | 3 | Date: Mon, 12 Feb 2024 09:23:54 -0500 |
4 | Subject: [PATCH] tests: add check_skip_kernel_test to check root user and | 4 | Subject: [PATCH] tests: add check_skip_kernel_test to check root user and |
@@ -83,7 +83,7 @@ Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com> | |||
83 | 47 files changed, 166 insertions(+), 363 deletions(-) | 83 | 47 files changed, 166 insertions(+), 363 deletions(-) |
84 | 84 | ||
85 | diff --git a/tests/destructive/metadata-regeneration b/tests/destructive/metadata-regeneration | 85 | diff --git a/tests/destructive/metadata-regeneration b/tests/destructive/metadata-regeneration |
86 | index b81e7af32..36b130d17 100755 | 86 | index b81e7af..36b130d 100755 |
87 | --- a/tests/destructive/metadata-regeneration | 87 | --- a/tests/destructive/metadata-regeneration |
88 | +++ b/tests/destructive/metadata-regeneration | 88 | +++ b/tests/destructive/metadata-regeneration |
89 | @@ -185,19 +185,13 @@ function test_ust_streaming () | 89 | @@ -185,19 +185,13 @@ function test_ust_streaming () |
@@ -108,7 +108,7 @@ index b81e7af32..36b130d17 100755 | |||
108 | start_lttng_relayd "-o $TRACE_PATH" | 108 | start_lttng_relayd "-o $TRACE_PATH" |
109 | start_lttng_sessiond | 109 | start_lttng_sessiond |
110 | diff --git a/tests/perf/test_perf_raw.in b/tests/perf/test_perf_raw.in | 110 | diff --git a/tests/perf/test_perf_raw.in b/tests/perf/test_perf_raw.in |
111 | index f293ccd71..d35529a87 100644 | 111 | index f293ccd..d35529a 100644 |
112 | --- a/tests/perf/test_perf_raw.in | 112 | --- a/tests/perf/test_perf_raw.in |
113 | +++ b/tests/perf/test_perf_raw.in | 113 | +++ b/tests/perf/test_perf_raw.in |
114 | @@ -137,12 +137,6 @@ function test_kernel_raw() | 114 | @@ -137,12 +137,6 @@ function test_kernel_raw() |
@@ -134,7 +134,7 @@ index f293ccd71..d35529a87 100644 | |||
134 | modprobe lttng-test | 134 | modprobe lttng-test |
135 | test_kernel_raw | 135 | test_kernel_raw |
136 | diff --git a/tests/regression/kernel/test_all_events b/tests/regression/kernel/test_all_events | 136 | diff --git a/tests/regression/kernel/test_all_events b/tests/regression/kernel/test_all_events |
137 | index 2e20888df..044f9b65f 100755 | 137 | index 2e20888..044f9b6 100755 |
138 | --- a/tests/regression/kernel/test_all_events | 138 | --- a/tests/regression/kernel/test_all_events |
139 | +++ b/tests/regression/kernel/test_all_events | 139 | +++ b/tests/regression/kernel/test_all_events |
140 | @@ -43,13 +43,7 @@ plan_tests $NUM_TESTS | 140 | @@ -43,13 +43,7 @@ plan_tests $NUM_TESTS |
@@ -153,7 +153,7 @@ index 2e20888df..044f9b65f 100755 | |||
153 | validate_lttng_modules_present | 153 | validate_lttng_modules_present |
154 | start_lttng_sessiond | 154 | start_lttng_sessiond |
155 | diff --git a/tests/regression/kernel/test_callstack b/tests/regression/kernel/test_callstack | 155 | diff --git a/tests/regression/kernel/test_callstack b/tests/regression/kernel/test_callstack |
156 | index a4477fd7c..d8d6b5e0f 100755 | 156 | index a4477fd..d8d6b5e 100755 |
157 | --- a/tests/regression/kernel/test_callstack | 157 | --- a/tests/regression/kernel/test_callstack |
158 | +++ b/tests/regression/kernel/test_callstack | 158 | +++ b/tests/regression/kernel/test_callstack |
159 | @@ -134,13 +134,7 @@ plan_tests $NUM_TESTS | 159 | @@ -134,13 +134,7 @@ plan_tests $NUM_TESTS |
@@ -172,7 +172,7 @@ index a4477fd7c..d8d6b5e0f 100755 | |||
172 | validate_lttng_modules_present | 172 | validate_lttng_modules_present |
173 | start_lttng_sessiond | 173 | start_lttng_sessiond |
174 | diff --git a/tests/regression/kernel/test_channel b/tests/regression/kernel/test_channel | 174 | diff --git a/tests/regression/kernel/test_channel b/tests/regression/kernel/test_channel |
175 | index 9cc74c4e8..4c377bd2a 100755 | 175 | index 9cc74c4..4c377bd 100755 |
176 | --- a/tests/regression/kernel/test_channel | 176 | --- a/tests/regression/kernel/test_channel |
177 | +++ b/tests/regression/kernel/test_channel | 177 | +++ b/tests/regression/kernel/test_channel |
178 | @@ -47,13 +47,7 @@ function test_channel_buffer_too_large() | 178 | @@ -47,13 +47,7 @@ function test_channel_buffer_too_large() |
@@ -191,7 +191,7 @@ index 9cc74c4e8..4c377bd2a 100755 | |||
191 | start_lttng_sessiond | 191 | start_lttng_sessiond |
192 | 192 | ||
193 | diff --git a/tests/regression/kernel/test_clock_override b/tests/regression/kernel/test_clock_override | 193 | diff --git a/tests/regression/kernel/test_clock_override b/tests/regression/kernel/test_clock_override |
194 | index 72892898b..48a3f926a 100755 | 194 | index 7289289..48a3f92 100755 |
195 | --- a/tests/regression/kernel/test_clock_override | 195 | --- a/tests/regression/kernel/test_clock_override |
196 | +++ b/tests/regression/kernel/test_clock_override | 196 | +++ b/tests/regression/kernel/test_clock_override |
197 | @@ -172,13 +172,7 @@ TESTS=( | 197 | @@ -172,13 +172,7 @@ TESTS=( |
@@ -210,7 +210,7 @@ index 72892898b..48a3f926a 100755 | |||
210 | validate_lttng_modules_present | 210 | validate_lttng_modules_present |
211 | trap signal_cleanup SIGTERM SIGINT | 211 | trap signal_cleanup SIGTERM SIGINT |
212 | diff --git a/tests/regression/kernel/test_event_basic b/tests/regression/kernel/test_event_basic | 212 | diff --git a/tests/regression/kernel/test_event_basic b/tests/regression/kernel/test_event_basic |
213 | index ac9ec0549..387e2f733 100755 | 213 | index ac9ec05..387e2f7 100755 |
214 | --- a/tests/regression/kernel/test_event_basic | 214 | --- a/tests/regression/kernel/test_event_basic |
215 | +++ b/tests/regression/kernel/test_event_basic | 215 | +++ b/tests/regression/kernel/test_event_basic |
216 | @@ -73,13 +73,7 @@ plan_tests $NUM_TESTS | 216 | @@ -73,13 +73,7 @@ plan_tests $NUM_TESTS |
@@ -229,7 +229,7 @@ index ac9ec0549..387e2f733 100755 | |||
229 | validate_lttng_modules_present | 229 | validate_lttng_modules_present |
230 | start_lttng_sessiond | 230 | start_lttng_sessiond |
231 | diff --git a/tests/regression/kernel/test_kernel_function b/tests/regression/kernel/test_kernel_function | 231 | diff --git a/tests/regression/kernel/test_kernel_function b/tests/regression/kernel/test_kernel_function |
232 | index b1d5491fc..ea16cdeef 100755 | 232 | index b1d5491..ea16cde 100755 |
233 | --- a/tests/regression/kernel/test_kernel_function | 233 | --- a/tests/regression/kernel/test_kernel_function |
234 | +++ b/tests/regression/kernel/test_kernel_function | 234 | +++ b/tests/regression/kernel/test_kernel_function |
235 | @@ -43,13 +43,7 @@ plan_tests $NUM_TESTS | 235 | @@ -43,13 +43,7 @@ plan_tests $NUM_TESTS |
@@ -248,7 +248,7 @@ index b1d5491fc..ea16cdeef 100755 | |||
248 | start_lttng_sessiond_notap | 248 | start_lttng_sessiond_notap |
249 | validate_lttng_modules_present | 249 | validate_lttng_modules_present |
250 | diff --git a/tests/regression/kernel/test_lttng_logger b/tests/regression/kernel/test_lttng_logger | 250 | diff --git a/tests/regression/kernel/test_lttng_logger b/tests/regression/kernel/test_lttng_logger |
251 | index b8f7ded82..00eaae823 100755 | 251 | index b8f7ded..00eaae8 100755 |
252 | --- a/tests/regression/kernel/test_lttng_logger | 252 | --- a/tests/regression/kernel/test_lttng_logger |
253 | +++ b/tests/regression/kernel/test_lttng_logger | 253 | +++ b/tests/regression/kernel/test_lttng_logger |
254 | @@ -110,13 +110,7 @@ plan_tests $NUM_TESTS | 254 | @@ -110,13 +110,7 @@ plan_tests $NUM_TESTS |
@@ -267,7 +267,7 @@ index b8f7ded82..00eaae823 100755 | |||
267 | validate_lttng_modules_present | 267 | validate_lttng_modules_present |
268 | start_lttng_sessiond | 268 | start_lttng_sessiond |
269 | diff --git a/tests/regression/kernel/test_ns_contexts b/tests/regression/kernel/test_ns_contexts | 269 | diff --git a/tests/regression/kernel/test_ns_contexts b/tests/regression/kernel/test_ns_contexts |
270 | index 0c8718d78..59e2568f6 100755 | 270 | index 7d447bc..1c71ea5 100755 |
271 | --- a/tests/regression/kernel/test_ns_contexts | 271 | --- a/tests/regression/kernel/test_ns_contexts |
272 | +++ b/tests/regression/kernel/test_ns_contexts | 272 | +++ b/tests/regression/kernel/test_ns_contexts |
273 | @@ -108,13 +108,7 @@ plan_tests $NUM_TESTS | 273 | @@ -108,13 +108,7 @@ plan_tests $NUM_TESTS |
@@ -286,7 +286,7 @@ index 0c8718d78..59e2568f6 100755 | |||
286 | system_has_ns=0 | 286 | system_has_ns=0 |
287 | if [ -d "/proc/$$/ns" ]; then | 287 | if [ -d "/proc/$$/ns" ]; then |
288 | diff --git a/tests/regression/kernel/test_ns_contexts_change b/tests/regression/kernel/test_ns_contexts_change | 288 | diff --git a/tests/regression/kernel/test_ns_contexts_change b/tests/regression/kernel/test_ns_contexts_change |
289 | index 42a61276b..3f5e4eeab 100755 | 289 | index 42a6127..3f5e4ee 100755 |
290 | --- a/tests/regression/kernel/test_ns_contexts_change | 290 | --- a/tests/regression/kernel/test_ns_contexts_change |
291 | +++ b/tests/regression/kernel/test_ns_contexts_change | 291 | +++ b/tests/regression/kernel/test_ns_contexts_change |
292 | @@ -162,14 +162,7 @@ plan_tests $NUM_TESTS | 292 | @@ -162,14 +162,7 @@ plan_tests $NUM_TESTS |
@@ -306,7 +306,7 @@ index 42a61276b..3f5e4eeab 100755 | |||
306 | system_has_ns=0 | 306 | system_has_ns=0 |
307 | if [ -d "/proc/$$/ns" ]; then | 307 | if [ -d "/proc/$$/ns" ]; then |
308 | diff --git a/tests/regression/kernel/test_rotation_destroy_flush b/tests/regression/kernel/test_rotation_destroy_flush | 308 | diff --git a/tests/regression/kernel/test_rotation_destroy_flush b/tests/regression/kernel/test_rotation_destroy_flush |
309 | index cb773d7df..0af514b49 100755 | 309 | index cb773d7..0af514b 100755 |
310 | --- a/tests/regression/kernel/test_rotation_destroy_flush | 310 | --- a/tests/regression/kernel/test_rotation_destroy_flush |
311 | +++ b/tests/regression/kernel/test_rotation_destroy_flush | 311 | +++ b/tests/regression/kernel/test_rotation_destroy_flush |
312 | @@ -120,13 +120,7 @@ TESTS=( | 312 | @@ -120,13 +120,7 @@ TESTS=( |
@@ -325,7 +325,7 @@ index cb773d7df..0af514b49 100755 | |||
325 | validate_lttng_modules_present | 325 | validate_lttng_modules_present |
326 | trap signal_cleanup SIGTERM SIGINT | 326 | trap signal_cleanup SIGTERM SIGINT |
327 | diff --git a/tests/regression/kernel/test_select_poll_epoll b/tests/regression/kernel/test_select_poll_epoll | 327 | diff --git a/tests/regression/kernel/test_select_poll_epoll b/tests/regression/kernel/test_select_poll_epoll |
328 | index d8245a0e7..20f0ef0ae 100755 | 328 | index d8245a0..20f0ef0 100755 |
329 | --- a/tests/regression/kernel/test_select_poll_epoll | 329 | --- a/tests/regression/kernel/test_select_poll_epoll |
330 | +++ b/tests/regression/kernel/test_select_poll_epoll | 330 | +++ b/tests/regression/kernel/test_select_poll_epoll |
331 | @@ -374,13 +374,7 @@ if test $? != 0; then | 331 | @@ -374,13 +374,7 @@ if test $? != 0; then |
@@ -344,7 +344,7 @@ index d8245a0e7..20f0ef0ae 100755 | |||
344 | validate_lttng_modules_present | 344 | validate_lttng_modules_present |
345 | 345 | ||
346 | diff --git a/tests/regression/kernel/test_syscall b/tests/regression/kernel/test_syscall | 346 | diff --git a/tests/regression/kernel/test_syscall b/tests/regression/kernel/test_syscall |
347 | index 401a18a8d..219d94703 100755 | 347 | index 401a18a..219d947 100755 |
348 | --- a/tests/regression/kernel/test_syscall | 348 | --- a/tests/regression/kernel/test_syscall |
349 | +++ b/tests/regression/kernel/test_syscall | 349 | +++ b/tests/regression/kernel/test_syscall |
350 | @@ -664,13 +664,7 @@ plan_tests $NUM_TESTS | 350 | @@ -664,13 +664,7 @@ plan_tests $NUM_TESTS |
@@ -363,7 +363,7 @@ index 401a18a8d..219d94703 100755 | |||
363 | validate_lttng_modules_present | 363 | validate_lttng_modules_present |
364 | start_lttng_sessiond | 364 | start_lttng_sessiond |
365 | diff --git a/tests/regression/kernel/test_userspace_probe b/tests/regression/kernel/test_userspace_probe | 365 | diff --git a/tests/regression/kernel/test_userspace_probe b/tests/regression/kernel/test_userspace_probe |
366 | index 1091ee65e..5d984d666 100755 | 366 | index 1091ee6..5d984d6 100755 |
367 | --- a/tests/regression/kernel/test_userspace_probe | 367 | --- a/tests/regression/kernel/test_userspace_probe |
368 | +++ b/tests/regression/kernel/test_userspace_probe | 368 | +++ b/tests/regression/kernel/test_userspace_probe |
369 | @@ -815,13 +815,7 @@ fi | 369 | @@ -815,13 +815,7 @@ fi |
@@ -382,7 +382,7 @@ index 1091ee65e..5d984d666 100755 | |||
382 | validate_lttng_modules_present | 382 | validate_lttng_modules_present |
383 | start_lttng_sessiond | 383 | start_lttng_sessiond |
384 | diff --git a/tests/regression/tools/clear/test_kernel b/tests/regression/tools/clear/test_kernel | 384 | diff --git a/tests/regression/tools/clear/test_kernel b/tests/regression/tools/clear/test_kernel |
385 | index 06fb1c368..48250a742 100755 | 385 | index 06fb1c3..48250a7 100755 |
386 | --- a/tests/regression/tools/clear/test_kernel | 386 | --- a/tests/regression/tools/clear/test_kernel |
387 | +++ b/tests/regression/tools/clear/test_kernel | 387 | +++ b/tests/regression/tools/clear/test_kernel |
388 | @@ -536,12 +536,6 @@ plan_tests $NUM_TESTS | 388 | @@ -536,12 +536,6 @@ plan_tests $NUM_TESTS |
@@ -408,7 +408,7 @@ index 06fb1c368..48250a742 100755 | |||
408 | trap signal_cleanup SIGTERM SIGINT | 408 | trap signal_cleanup SIGTERM SIGINT |
409 | 409 | ||
410 | diff --git a/tests/regression/tools/filtering/test_invalid_filter b/tests/regression/tools/filtering/test_invalid_filter | 410 | diff --git a/tests/regression/tools/filtering/test_invalid_filter b/tests/regression/tools/filtering/test_invalid_filter |
411 | index 7d9e524d9..8435e5546 100755 | 411 | index 7d9e524..8435e55 100755 |
412 | --- a/tests/regression/tools/filtering/test_invalid_filter | 412 | --- a/tests/regression/tools/filtering/test_invalid_filter |
413 | +++ b/tests/regression/tools/filtering/test_invalid_filter | 413 | +++ b/tests/regression/tools/filtering/test_invalid_filter |
414 | @@ -168,13 +168,7 @@ done | 414 | @@ -168,13 +168,7 @@ done |
@@ -427,7 +427,7 @@ index 7d9e524d9..8435e5546 100755 | |||
427 | diag "Test kernel filters" | 427 | diag "Test kernel filters" |
428 | i=0 | 428 | i=0 |
429 | diff --git a/tests/regression/tools/filtering/test_unsupported_op b/tests/regression/tools/filtering/test_unsupported_op | 429 | diff --git a/tests/regression/tools/filtering/test_unsupported_op b/tests/regression/tools/filtering/test_unsupported_op |
430 | index 299247a3c..91eb86d21 100755 | 430 | index 299247a..91eb86d 100755 |
431 | --- a/tests/regression/tools/filtering/test_unsupported_op | 431 | --- a/tests/regression/tools/filtering/test_unsupported_op |
432 | +++ b/tests/regression/tools/filtering/test_unsupported_op | 432 | +++ b/tests/regression/tools/filtering/test_unsupported_op |
433 | @@ -103,13 +103,7 @@ while [ "$i" -lt "$OP_COUNT" ]; do | 433 | @@ -103,13 +103,7 @@ while [ "$i" -lt "$OP_COUNT" ]; do |
@@ -446,7 +446,7 @@ index 299247a3c..91eb86d21 100755 | |||
446 | diag "Test kernel unsupported filter operations" | 446 | diag "Test kernel unsupported filter operations" |
447 | 447 | ||
448 | diff --git a/tests/regression/tools/filtering/test_valid_filter b/tests/regression/tools/filtering/test_valid_filter | 448 | diff --git a/tests/regression/tools/filtering/test_valid_filter b/tests/regression/tools/filtering/test_valid_filter |
449 | index e76ffa25f..1ba7c79bb 100755 | 449 | index e76ffa2..1ba7c79 100755 |
450 | --- a/tests/regression/tools/filtering/test_valid_filter | 450 | --- a/tests/regression/tools/filtering/test_valid_filter |
451 | +++ b/tests/regression/tools/filtering/test_valid_filter | 451 | +++ b/tests/regression/tools/filtering/test_valid_filter |
452 | @@ -1452,13 +1452,7 @@ KERNEL_FILTERS=( | 452 | @@ -1452,13 +1452,7 @@ KERNEL_FILTERS=( |
@@ -465,7 +465,7 @@ index e76ffa25f..1ba7c79bb 100755 | |||
465 | diag "Test kernel valid filters" | 465 | diag "Test kernel valid filters" |
466 | 466 | ||
467 | diff --git a/tests/regression/tools/health/test_health.sh b/tests/regression/tools/health/test_health.sh | 467 | diff --git a/tests/regression/tools/health/test_health.sh b/tests/regression/tools/health/test_health.sh |
468 | index b3d6419d2..68716e6b9 100644 | 468 | index b3d6419..68716e6 100644 |
469 | --- a/tests/regression/tools/health/test_health.sh | 469 | --- a/tests/regression/tools/health/test_health.sh |
470 | +++ b/tests/regression/tools/health/test_health.sh | 470 | +++ b/tests/regression/tools/health/test_health.sh |
471 | @@ -82,7 +82,7 @@ function test_health | 471 | @@ -82,7 +82,7 @@ function test_health |
@@ -500,7 +500,7 @@ index b3d6419d2..68716e6b9 100644 | |||
500 | i=0 | 500 | i=0 |
501 | while [ "$i" -lt "$THREAD_COUNT" ]; do | 501 | while [ "$i" -lt "$THREAD_COUNT" ]; do |
502 | diff --git a/tests/regression/tools/health/test_thread_ok b/tests/regression/tools/health/test_thread_ok | 502 | diff --git a/tests/regression/tools/health/test_thread_ok b/tests/regression/tools/health/test_thread_ok |
503 | index e84adb611..e5e23543f 100755 | 503 | index e84adb6..e5e2354 100755 |
504 | --- a/tests/regression/tools/health/test_thread_ok | 504 | --- a/tests/regression/tools/health/test_thread_ok |
505 | +++ b/tests/regression/tools/health/test_thread_ok | 505 | +++ b/tests/regression/tools/health/test_thread_ok |
506 | @@ -67,7 +67,7 @@ function test_thread_ok | 506 | @@ -67,7 +67,7 @@ function test_thread_ok |
@@ -527,7 +527,7 @@ index e84adb611..e5e23543f 100755 | |||
527 | 527 | ||
528 | rm -rf ${HEALTH_PATH} | 528 | rm -rf ${HEALTH_PATH} |
529 | diff --git a/tests/regression/tools/live/test_kernel b/tests/regression/tools/live/test_kernel | 529 | diff --git a/tests/regression/tools/live/test_kernel b/tests/regression/tools/live/test_kernel |
530 | index b622b5214..fdaa09f0d 100755 | 530 | index b622b52..fdaa09f 100755 |
531 | --- a/tests/regression/tools/live/test_kernel | 531 | --- a/tests/regression/tools/live/test_kernel |
532 | +++ b/tests/regression/tools/live/test_kernel | 532 | +++ b/tests/regression/tools/live/test_kernel |
533 | @@ -39,13 +39,11 @@ function clean_live_tracing() | 533 | @@ -39,13 +39,11 @@ function clean_live_tracing() |
@@ -549,7 +549,7 @@ index b622b5214..fdaa09f0d 100755 | |||
549 | modprobe lttng-test | 549 | modprobe lttng-test |
550 | 550 | ||
551 | diff --git a/tests/regression/tools/live/test_lttng_kernel b/tests/regression/tools/live/test_lttng_kernel | 551 | diff --git a/tests/regression/tools/live/test_lttng_kernel b/tests/regression/tools/live/test_lttng_kernel |
552 | index a23d9373a..1b933648f 100755 | 552 | index a23d937..1b93364 100755 |
553 | --- a/tests/regression/tools/live/test_lttng_kernel | 553 | --- a/tests/regression/tools/live/test_lttng_kernel |
554 | +++ b/tests/regression/tools/live/test_lttng_kernel | 554 | +++ b/tests/regression/tools/live/test_lttng_kernel |
555 | @@ -45,13 +45,7 @@ function clean_live_tracing() | 555 | @@ -45,13 +45,7 @@ function clean_live_tracing() |
@@ -568,7 +568,7 @@ index a23d9373a..1b933648f 100755 | |||
568 | modprobe lttng-test | 568 | modprobe lttng-test |
569 | 569 | ||
570 | diff --git a/tests/regression/tools/metadata/test_kernel b/tests/regression/tools/metadata/test_kernel | 570 | diff --git a/tests/regression/tools/metadata/test_kernel b/tests/regression/tools/metadata/test_kernel |
571 | index 57cace6ea..26e95d93a 100755 | 571 | index 57cace6..26e95d9 100755 |
572 | --- a/tests/regression/tools/metadata/test_kernel | 572 | --- a/tests/regression/tools/metadata/test_kernel |
573 | +++ b/tests/regression/tools/metadata/test_kernel | 573 | +++ b/tests/regression/tools/metadata/test_kernel |
574 | @@ -91,13 +91,7 @@ plan_tests $NUM_TESTS | 574 | @@ -91,13 +91,7 @@ plan_tests $NUM_TESTS |
@@ -587,7 +587,7 @@ index 57cace6ea..26e95d93a 100755 | |||
587 | validate_lttng_modules_present | 587 | validate_lttng_modules_present |
588 | modprobe lttng-test | 588 | modprobe lttng-test |
589 | diff --git a/tests/regression/tools/notification/test_notification_kernel_buffer_usage b/tests/regression/tools/notification/test_notification_kernel_buffer_usage | 589 | diff --git a/tests/regression/tools/notification/test_notification_kernel_buffer_usage b/tests/regression/tools/notification/test_notification_kernel_buffer_usage |
590 | index 76e69a77e..8fdaabb3e 100755 | 590 | index 76e69a7..8fdaabb 100755 |
591 | --- a/tests/regression/tools/notification/test_notification_kernel_buffer_usage | 591 | --- a/tests/regression/tools/notification/test_notification_kernel_buffer_usage |
592 | +++ b/tests/regression/tools/notification/test_notification_kernel_buffer_usage | 592 | +++ b/tests/regression/tools/notification/test_notification_kernel_buffer_usage |
593 | @@ -60,29 +60,27 @@ function test_buffer_usage_notification | 593 | @@ -60,29 +60,27 @@ function test_buffer_usage_notification |
@@ -638,7 +638,7 @@ index 76e69a77e..8fdaabb3e 100755 | |||
638 | +rm -rf "${consumerd_pipe[@]}" 2> /dev/null | 638 | +rm -rf "${consumerd_pipe[@]}" 2> /dev/null |
639 | rm -rf "$TEST_TMPDIR" | 639 | rm -rf "$TEST_TMPDIR" |
640 | diff --git a/tests/regression/tools/notification/test_notification_kernel_capture b/tests/regression/tools/notification/test_notification_kernel_capture | 640 | diff --git a/tests/regression/tools/notification/test_notification_kernel_capture b/tests/regression/tools/notification/test_notification_kernel_capture |
641 | index 88f123d3d..0f8a2bc6f 100755 | 641 | index 88f123d..0f8a2bc 100755 |
642 | --- a/tests/regression/tools/notification/test_notification_kernel_capture | 642 | --- a/tests/regression/tools/notification/test_notification_kernel_capture |
643 | +++ b/tests/regression/tools/notification/test_notification_kernel_capture | 643 | +++ b/tests/regression/tools/notification/test_notification_kernel_capture |
644 | @@ -31,22 +31,21 @@ function test_basic_error_path | 644 | @@ -31,22 +31,21 @@ function test_basic_error_path |
@@ -676,7 +676,7 @@ index 88f123d3d..0f8a2bc6f 100755 | |||
676 | 676 | ||
677 | rm -f "$TESTAPP_STATE_PATH" | 677 | rm -f "$TESTAPP_STATE_PATH" |
678 | diff --git a/tests/regression/tools/notification/test_notification_kernel_error b/tests/regression/tools/notification/test_notification_kernel_error | 678 | diff --git a/tests/regression/tools/notification/test_notification_kernel_error b/tests/regression/tools/notification/test_notification_kernel_error |
679 | index 80fe6e5b5..b757ec2b4 100755 | 679 | index 80fe6e5..b757ec2 100755 |
680 | --- a/tests/regression/tools/notification/test_notification_kernel_error | 680 | --- a/tests/regression/tools/notification/test_notification_kernel_error |
681 | +++ b/tests/regression/tools/notification/test_notification_kernel_error | 681 | +++ b/tests/regression/tools/notification/test_notification_kernel_error |
682 | @@ -30,23 +30,22 @@ function test_basic_error_path | 682 | @@ -30,23 +30,22 @@ function test_basic_error_path |
@@ -715,7 +715,7 @@ index 80fe6e5b5..b757ec2b4 100755 | |||
715 | 715 | ||
716 | rm -f "$TESTAPP_STATE_PATH" | 716 | rm -f "$TESTAPP_STATE_PATH" |
717 | diff --git a/tests/regression/tools/notification/test_notification_kernel_instrumentation b/tests/regression/tools/notification/test_notification_kernel_instrumentation | 717 | diff --git a/tests/regression/tools/notification/test_notification_kernel_instrumentation b/tests/regression/tools/notification/test_notification_kernel_instrumentation |
718 | index 90545a541..705f7703d 100755 | 718 | index 90545a5..705f770 100755 |
719 | --- a/tests/regression/tools/notification/test_notification_kernel_instrumentation | 719 | --- a/tests/regression/tools/notification/test_notification_kernel_instrumentation |
720 | +++ b/tests/regression/tools/notification/test_notification_kernel_instrumentation | 720 | +++ b/tests/regression/tools/notification/test_notification_kernel_instrumentation |
721 | @@ -28,22 +28,21 @@ function test_kernel_instrumentation_notification | 721 | @@ -28,22 +28,21 @@ function test_kernel_instrumentation_notification |
@@ -753,7 +753,7 @@ index 90545a541..705f7703d 100755 | |||
753 | 753 | ||
754 | rm -f "$TESTAPP_STATE_PATH" | 754 | rm -f "$TESTAPP_STATE_PATH" |
755 | diff --git a/tests/regression/tools/notification/test_notification_kernel_syscall b/tests/regression/tools/notification/test_notification_kernel_syscall | 755 | diff --git a/tests/regression/tools/notification/test_notification_kernel_syscall b/tests/regression/tools/notification/test_notification_kernel_syscall |
756 | index d273cb55d..7fa235388 100755 | 756 | index d273cb5..7fa2353 100755 |
757 | --- a/tests/regression/tools/notification/test_notification_kernel_syscall | 757 | --- a/tests/regression/tools/notification/test_notification_kernel_syscall |
758 | +++ b/tests/regression/tools/notification/test_notification_kernel_syscall | 758 | +++ b/tests/regression/tools/notification/test_notification_kernel_syscall |
759 | @@ -31,19 +31,18 @@ function test_kernel_syscall_notification | 759 | @@ -31,19 +31,18 @@ function test_kernel_syscall_notification |
@@ -786,7 +786,7 @@ index d273cb55d..7fa235388 100755 | |||
786 | 786 | ||
787 | rm -f "$TESTAPP_STATE_PATH" | 787 | rm -f "$TESTAPP_STATE_PATH" |
788 | diff --git a/tests/regression/tools/notification/test_notification_kernel_userspace_probe b/tests/regression/tools/notification/test_notification_kernel_userspace_probe | 788 | diff --git a/tests/regression/tools/notification/test_notification_kernel_userspace_probe b/tests/regression/tools/notification/test_notification_kernel_userspace_probe |
789 | index 8ef8d708d..abddd9be7 100755 | 789 | index 8ef8d70..abddd9b 100755 |
790 | --- a/tests/regression/tools/notification/test_notification_kernel_userspace_probe | 790 | --- a/tests/regression/tools/notification/test_notification_kernel_userspace_probe |
791 | +++ b/tests/regression/tools/notification/test_notification_kernel_userspace_probe | 791 | +++ b/tests/regression/tools/notification/test_notification_kernel_userspace_probe |
792 | @@ -29,18 +29,18 @@ function test_kernel_userspace_probe_notification | 792 | @@ -29,18 +29,18 @@ function test_kernel_userspace_probe_notification |
@@ -819,7 +819,7 @@ index 8ef8d708d..abddd9be7 100755 | |||
819 | 819 | ||
820 | rm -f "$TESTAPP_STATE_PATH" | 820 | rm -f "$TESTAPP_STATE_PATH" |
821 | diff --git a/tests/regression/tools/notification/test_notification_multi_app b/tests/regression/tools/notification/test_notification_multi_app | 821 | diff --git a/tests/regression/tools/notification/test_notification_multi_app b/tests/regression/tools/notification/test_notification_multi_app |
822 | index d8b639225..61891b56f 100755 | 822 | index d8b6392..61891b5 100755 |
823 | --- a/tests/regression/tools/notification/test_notification_multi_app | 823 | --- a/tests/regression/tools/notification/test_notification_multi_app |
824 | +++ b/tests/regression/tools/notification/test_notification_multi_app | 824 | +++ b/tests/regression/tools/notification/test_notification_multi_app |
825 | @@ -411,22 +411,18 @@ function test_on_register_evaluation () | 825 | @@ -411,22 +411,18 @@ function test_on_register_evaluation () |
@@ -851,10 +851,10 @@ index d8b639225..61891b56f 100755 | |||
851 | for fct_test in ${TESTS[@]}; | 851 | for fct_test in ${TESTS[@]}; |
852 | do | 852 | do |
853 | diff --git a/tests/regression/tools/notification/test_notification_notifier_discarded_count b/tests/regression/tools/notification/test_notification_notifier_discarded_count | 853 | diff --git a/tests/regression/tools/notification/test_notification_notifier_discarded_count b/tests/regression/tools/notification/test_notification_notifier_discarded_count |
854 | index c9235393e..a6c31a728 100755 | 854 | index 9850b49..778d37d 100755 |
855 | --- a/tests/regression/tools/notification/test_notification_notifier_discarded_count | 855 | --- a/tests/regression/tools/notification/test_notification_notifier_discarded_count |
856 | +++ b/tests/regression/tools/notification/test_notification_notifier_discarded_count | 856 | +++ b/tests/regression/tools/notification/test_notification_notifier_discarded_count |
857 | @@ -391,7 +391,8 @@ function test_ust_notifier_discarded_regardless_trigger_owner | 857 | @@ -376,7 +376,8 @@ function test_ust_notifier_discarded_regardless_trigger_owner |
858 | test_ust_notifier_discarded_count | 858 | test_ust_notifier_discarded_count |
859 | test_ust_notifier_discarded_count_max_bucket | 859 | test_ust_notifier_discarded_count_max_bucket |
860 | 860 | ||
@@ -864,7 +864,7 @@ index c9235393e..a6c31a728 100755 | |||
864 | 864 | ||
865 | validate_lttng_modules_present | 865 | validate_lttng_modules_present |
866 | 866 | ||
867 | @@ -413,9 +414,7 @@ if [ "$(id -u)" == "0" ]; then | 867 | @@ -398,9 +399,7 @@ if [ "$(id -u)" == "0" ]; then |
868 | modprobe --remove lttng-test | 868 | modprobe --remove lttng-test |
869 | 869 | ||
870 | rm -rf "${sessiond_pipe[@]}" 2> /dev/null | 870 | rm -rf "${sessiond_pipe[@]}" 2> /dev/null |
@@ -877,7 +877,7 @@ index c9235393e..a6c31a728 100755 | |||
877 | 877 | ||
878 | rm -rf "$TEST_TMPDIR" | 878 | rm -rf "$TEST_TMPDIR" |
879 | diff --git a/tests/regression/tools/regen-metadata/test_kernel b/tests/regression/tools/regen-metadata/test_kernel | 879 | diff --git a/tests/regression/tools/regen-metadata/test_kernel b/tests/regression/tools/regen-metadata/test_kernel |
880 | index 49eea32a7..555a4e2ce 100755 | 880 | index 49eea32..555a4e2 100755 |
881 | --- a/tests/regression/tools/regen-metadata/test_kernel | 881 | --- a/tests/regression/tools/regen-metadata/test_kernel |
882 | +++ b/tests/regression/tools/regen-metadata/test_kernel | 882 | +++ b/tests/regression/tools/regen-metadata/test_kernel |
883 | @@ -99,13 +99,7 @@ plan_tests $NUM_TESTS | 883 | @@ -99,13 +99,7 @@ plan_tests $NUM_TESTS |
@@ -896,7 +896,7 @@ index 49eea32a7..555a4e2ce 100755 | |||
896 | validate_lttng_modules_present | 896 | validate_lttng_modules_present |
897 | 897 | ||
898 | diff --git a/tests/regression/tools/regen-statedump/test_kernel b/tests/regression/tools/regen-statedump/test_kernel | 898 | diff --git a/tests/regression/tools/regen-statedump/test_kernel b/tests/regression/tools/regen-statedump/test_kernel |
899 | index 8a261355d..bbbac3942 100755 | 899 | index 8a26135..bbbac39 100755 |
900 | --- a/tests/regression/tools/regen-statedump/test_kernel | 900 | --- a/tests/regression/tools/regen-statedump/test_kernel |
901 | +++ b/tests/regression/tools/regen-statedump/test_kernel | 901 | +++ b/tests/regression/tools/regen-statedump/test_kernel |
902 | @@ -39,13 +39,7 @@ plan_tests $NUM_TESTS | 902 | @@ -39,13 +39,7 @@ plan_tests $NUM_TESTS |
@@ -915,7 +915,7 @@ index 8a261355d..bbbac3942 100755 | |||
915 | validate_lttng_modules_present | 915 | validate_lttng_modules_present |
916 | start_lttng_sessiond | 916 | start_lttng_sessiond |
917 | diff --git a/tests/regression/tools/rotation/test_kernel b/tests/regression/tools/rotation/test_kernel | 917 | diff --git a/tests/regression/tools/rotation/test_kernel b/tests/regression/tools/rotation/test_kernel |
918 | index f5f1f5553..efe3fd359 100755 | 918 | index f5f1f55..efe3fd3 100755 |
919 | --- a/tests/regression/tools/rotation/test_kernel | 919 | --- a/tests/regression/tools/rotation/test_kernel |
920 | +++ b/tests/regression/tools/rotation/test_kernel | 920 | +++ b/tests/regression/tools/rotation/test_kernel |
921 | @@ -82,13 +82,7 @@ plan_tests $NUM_TESTS | 921 | @@ -82,13 +82,7 @@ plan_tests $NUM_TESTS |
@@ -934,7 +934,7 @@ index f5f1f5553..efe3fd359 100755 | |||
934 | validate_lttng_modules_present | 934 | validate_lttng_modules_present |
935 | 935 | ||
936 | diff --git a/tests/regression/tools/snapshots/test_kernel b/tests/regression/tools/snapshots/test_kernel | 936 | diff --git a/tests/regression/tools/snapshots/test_kernel b/tests/regression/tools/snapshots/test_kernel |
937 | index abb243563..d91876867 100755 | 937 | index abb2435..d918768 100755 |
938 | --- a/tests/regression/tools/snapshots/test_kernel | 938 | --- a/tests/regression/tools/snapshots/test_kernel |
939 | +++ b/tests/regression/tools/snapshots/test_kernel | 939 | +++ b/tests/regression/tools/snapshots/test_kernel |
940 | @@ -217,13 +217,7 @@ plan_tests $NUM_TESTS | 940 | @@ -217,13 +217,7 @@ plan_tests $NUM_TESTS |
@@ -953,7 +953,7 @@ index abb243563..d91876867 100755 | |||
953 | 953 | ||
954 | validate_lttng_modules_present | 954 | validate_lttng_modules_present |
955 | diff --git a/tests/regression/tools/snapshots/test_kernel_streaming b/tests/regression/tools/snapshots/test_kernel_streaming | 955 | diff --git a/tests/regression/tools/snapshots/test_kernel_streaming b/tests/regression/tools/snapshots/test_kernel_streaming |
956 | index 0c92dc710..dd965afee 100755 | 956 | index 0c92dc7..dd965af 100755 |
957 | --- a/tests/regression/tools/snapshots/test_kernel_streaming | 957 | --- a/tests/regression/tools/snapshots/test_kernel_streaming |
958 | +++ b/tests/regression/tools/snapshots/test_kernel_streaming | 958 | +++ b/tests/regression/tools/snapshots/test_kernel_streaming |
959 | @@ -145,13 +145,7 @@ plan_tests $NUM_TESTS | 959 | @@ -145,13 +145,7 @@ plan_tests $NUM_TESTS |
@@ -972,7 +972,7 @@ index 0c92dc710..dd965afee 100755 | |||
972 | validate_lttng_modules_present | 972 | validate_lttng_modules_present |
973 | 973 | ||
974 | diff --git a/tests/regression/tools/streaming/test_high_throughput_limits b/tests/regression/tools/streaming/test_high_throughput_limits | 974 | diff --git a/tests/regression/tools/streaming/test_high_throughput_limits b/tests/regression/tools/streaming/test_high_throughput_limits |
975 | index 2b9e3ad39..c55d51098 100755 | 975 | index 2b9e3ad..c55d510 100755 |
976 | --- a/tests/regression/tools/streaming/test_high_throughput_limits | 976 | --- a/tests/regression/tools/streaming/test_high_throughput_limits |
977 | +++ b/tests/regression/tools/streaming/test_high_throughput_limits | 977 | +++ b/tests/regression/tools/streaming/test_high_throughput_limits |
978 | @@ -170,13 +170,7 @@ plan_tests $NUM_TESTS | 978 | @@ -170,13 +170,7 @@ plan_tests $NUM_TESTS |
@@ -991,7 +991,7 @@ index 2b9e3ad39..c55d51098 100755 | |||
991 | 991 | ||
992 | # Catch sigint and try to cleanup limits | 992 | # Catch sigint and try to cleanup limits |
993 | diff --git a/tests/regression/tools/streaming/test_kernel b/tests/regression/tools/streaming/test_kernel | 993 | diff --git a/tests/regression/tools/streaming/test_kernel b/tests/regression/tools/streaming/test_kernel |
994 | index 33334229f..113eea7bf 100755 | 994 | index 3333422..113eea7 100755 |
995 | --- a/tests/regression/tools/streaming/test_kernel | 995 | --- a/tests/regression/tools/streaming/test_kernel |
996 | +++ b/tests/regression/tools/streaming/test_kernel | 996 | +++ b/tests/regression/tools/streaming/test_kernel |
997 | @@ -47,13 +47,7 @@ plan_tests $NUM_TESTS | 997 | @@ -47,13 +47,7 @@ plan_tests $NUM_TESTS |
@@ -1010,7 +1010,7 @@ index 33334229f..113eea7bf 100755 | |||
1010 | validate_lttng_modules_present | 1010 | validate_lttng_modules_present |
1011 | 1011 | ||
1012 | diff --git a/tests/regression/tools/tracker/test_event_tracker b/tests/regression/tools/tracker/test_event_tracker | 1012 | diff --git a/tests/regression/tools/tracker/test_event_tracker b/tests/regression/tools/tracker/test_event_tracker |
1013 | index cc0f698d2..de0c79d36 100755 | 1013 | index cc0f698..de0c79d 100755 |
1014 | --- a/tests/regression/tools/tracker/test_event_tracker | 1014 | --- a/tests/regression/tools/tracker/test_event_tracker |
1015 | +++ b/tests/regression/tools/tracker/test_event_tracker | 1015 | +++ b/tests/regression/tools/tracker/test_event_tracker |
1016 | @@ -466,13 +466,7 @@ test_event_track_untrack ust 0 "${EVENT_NAME}" "--pid --all" # backward compat | 1016 | @@ -466,13 +466,7 @@ test_event_track_untrack ust 0 "${EVENT_NAME}" "--pid --all" # backward compat |
@@ -1029,7 +1029,7 @@ index cc0f698d2..de0c79d36 100755 | |||
1029 | diag "Test kernel tracker" | 1029 | diag "Test kernel tracker" |
1030 | 1030 | ||
1031 | diff --git a/tests/regression/tools/trigger/test_add_trigger_cli b/tests/regression/tools/trigger/test_add_trigger_cli | 1031 | diff --git a/tests/regression/tools/trigger/test_add_trigger_cli b/tests/regression/tools/trigger/test_add_trigger_cli |
1032 | index 98ecf6272..d1763aa2e 100755 | 1032 | index 98ecf62..d1763aa 100755 |
1033 | --- a/tests/regression/tools/trigger/test_add_trigger_cli | 1033 | --- a/tests/regression/tools/trigger/test_add_trigger_cli |
1034 | +++ b/tests/regression/tools/trigger/test_add_trigger_cli | 1034 | +++ b/tests/regression/tools/trigger/test_add_trigger_cli |
1035 | @@ -34,12 +34,6 @@ tmp_stdout=$(mktemp --tmpdir -t test_parse_cli_trigger_stdout.XXXXXX) | 1035 | @@ -34,12 +34,6 @@ tmp_stdout=$(mktemp --tmpdir -t test_parse_cli_trigger_stdout.XXXXXX) |
@@ -1073,7 +1073,7 @@ index 98ecf6272..d1763aa2e 100755 | |||
1073 | --name="syscall-trigger-0" \ | 1073 | --name="syscall-trigger-0" \ |
1074 | --condition event-rule-matches --type=syscall --name=open \ | 1074 | --condition event-rule-matches --type=syscall --name=open \ |
1075 | diff --git a/tests/regression/tools/trigger/test_list_triggers_cli b/tests/regression/tools/trigger/test_list_triggers_cli | 1075 | diff --git a/tests/regression/tools/trigger/test_list_triggers_cli b/tests/regression/tools/trigger/test_list_triggers_cli |
1076 | index a04018013..02c3de3e9 100755 | 1076 | index 2574e15..652a08c 100755 |
1077 | --- a/tests/regression/tools/trigger/test_list_triggers_cli | 1077 | --- a/tests/regression/tools/trigger/test_list_triggers_cli |
1078 | +++ b/tests/regression/tools/trigger/test_list_triggers_cli | 1078 | +++ b/tests/regression/tools/trigger/test_list_triggers_cli |
1079 | @@ -36,22 +36,12 @@ uprobe_sdt_binary=$(realpath "${TESTDIR}/utils/testapp/userspace-probe-sdt-binar | 1079 | @@ -36,22 +36,12 @@ uprobe_sdt_binary=$(realpath "${TESTDIR}/utils/testapp/userspace-probe-sdt-binar |
@@ -1120,7 +1120,7 @@ index a04018013..02c3de3e9 100755 | |||
1120 | test_buffer_usage_conditions | 1120 | test_buffer_usage_conditions |
1121 | test_session_rotation_conditions | 1121 | test_session_rotation_conditions |
1122 | diff --git a/tests/regression/tools/wildcard/test_event_wildcard b/tests/regression/tools/wildcard/test_event_wildcard | 1122 | diff --git a/tests/regression/tools/wildcard/test_event_wildcard b/tests/regression/tools/wildcard/test_event_wildcard |
1123 | index f69baffc4..14d9bb88a 100755 | 1123 | index f69baff..14d9bb8 100755 |
1124 | --- a/tests/regression/tools/wildcard/test_event_wildcard | 1124 | --- a/tests/regression/tools/wildcard/test_event_wildcard |
1125 | +++ b/tests/regression/tools/wildcard/test_event_wildcard | 1125 | +++ b/tests/regression/tools/wildcard/test_event_wildcard |
1126 | @@ -124,13 +124,7 @@ test_event_wildcard ust 1 'tp*tptest' | 1126 | @@ -124,13 +124,7 @@ test_event_wildcard ust 1 'tp*tptest' |
@@ -1139,7 +1139,7 @@ index f69baffc4..14d9bb88a 100755 | |||
1139 | diag "Test kernel wildcards" | 1139 | diag "Test kernel wildcards" |
1140 | 1140 | ||
1141 | diff --git a/tests/regression/tools/working-directory/test_relayd_working_directory b/tests/regression/tools/working-directory/test_relayd_working_directory | 1141 | diff --git a/tests/regression/tools/working-directory/test_relayd_working_directory b/tests/regression/tools/working-directory/test_relayd_working_directory |
1142 | index c7e784cca..6bd1e504a 100755 | 1142 | index c7e784c..6bd1e50 100755 |
1143 | --- a/tests/regression/tools/working-directory/test_relayd_working_directory | 1143 | --- a/tests/regression/tools/working-directory/test_relayd_working_directory |
1144 | +++ b/tests/regression/tools/working-directory/test_relayd_working_directory | 1144 | +++ b/tests/regression/tools/working-directory/test_relayd_working_directory |
1145 | @@ -145,9 +145,9 @@ function test_relayd_debug_permission() | 1145 | @@ -145,9 +145,9 @@ function test_relayd_debug_permission() |
@@ -1155,7 +1155,7 @@ index c7e784cca..6bd1e504a 100755 | |||
1155 | 1155 | ||
1156 | skip $is_user "Skipping permission debug output test; operation can't fail as root" 6 || | 1156 | skip $is_user "Skipping permission debug output test; operation can't fail as root" 6 || |
1157 | diff --git a/tests/regression/ust/namespaces/test_ns_contexts_change b/tests/regression/ust/namespaces/test_ns_contexts_change | 1157 | diff --git a/tests/regression/ust/namespaces/test_ns_contexts_change b/tests/regression/ust/namespaces/test_ns_contexts_change |
1158 | index 8a4b62ce3..622241f7b 100755 | 1158 | index 8a4b62c..622241f 100755 |
1159 | --- a/tests/regression/ust/namespaces/test_ns_contexts_change | 1159 | --- a/tests/regression/ust/namespaces/test_ns_contexts_change |
1160 | +++ b/tests/regression/ust/namespaces/test_ns_contexts_change | 1160 | +++ b/tests/regression/ust/namespaces/test_ns_contexts_change |
1161 | @@ -101,12 +101,7 @@ plan_tests $NUM_TESTS | 1161 | @@ -101,12 +101,7 @@ plan_tests $NUM_TESTS |
@@ -1173,7 +1173,7 @@ index 8a4b62ce3..622241f7b 100755 | |||
1173 | system_has_ns=0 | 1173 | system_has_ns=0 |
1174 | if [ -d "/proc/$$/ns" ]; then | 1174 | if [ -d "/proc/$$/ns" ]; then |
1175 | diff --git a/tests/regression/ust/test_event_perf b/tests/regression/ust/test_event_perf | 1175 | diff --git a/tests/regression/ust/test_event_perf b/tests/regression/ust/test_event_perf |
1176 | index 33aab2981..178959a19 100755 | 1176 | index 33aab29..178959a 100755 |
1177 | --- a/tests/regression/ust/test_event_perf | 1177 | --- a/tests/regression/ust/test_event_perf |
1178 | +++ b/tests/regression/ust/test_event_perf | 1178 | +++ b/tests/regression/ust/test_event_perf |
1179 | @@ -119,17 +119,11 @@ plan_tests $NUM_TESTS | 1179 | @@ -119,17 +119,11 @@ plan_tests $NUM_TESTS |
@@ -1196,10 +1196,10 @@ index 33aab2981..178959a19 100755 | |||
1196 | test_event_basic | 1196 | test_event_basic |
1197 | } | 1197 | } |
1198 | diff --git a/tests/utils/utils.sh b/tests/utils/utils.sh | 1198 | diff --git a/tests/utils/utils.sh b/tests/utils/utils.sh |
1199 | index faa87e783..da0e0569d 100644 | 1199 | index 35633fa..b6783ef 100644 |
1200 | --- a/tests/utils/utils.sh | 1200 | --- a/tests/utils/utils.sh |
1201 | +++ b/tests/utils/utils.sh | 1201 | +++ b/tests/utils/utils.sh |
1202 | @@ -318,6 +318,41 @@ function conf_proc_count() | 1202 | @@ -329,6 +329,41 @@ function conf_proc_count() |
1203 | echo | 1203 | echo |
1204 | } | 1204 | } |
1205 | 1205 | ||
@@ -1241,6 +1241,3 @@ index faa87e783..da0e0569d 100644 | |||
1241 | # Check if base lttng-modules are present. | 1241 | # Check if base lttng-modules are present. |
1242 | # Bail out on failure | 1242 | # Bail out on failure |
1243 | function validate_lttng_modules_present () | 1243 | function validate_lttng_modules_present () |
1244 | -- | ||
1245 | 2.25.1 | ||
1246 | |||
diff --git a/meta/recipes-kernel/lttng/lttng-tools/0001-tests-do-not-strip-a-helper-library.patch b/meta/recipes-kernel/lttng/lttng-tools/0001-tests-do-not-strip-a-helper-library.patch index 2f95889c4b..84c02a02cf 100644 --- a/meta/recipes-kernel/lttng/lttng-tools/0001-tests-do-not-strip-a-helper-library.patch +++ b/meta/recipes-kernel/lttng/lttng-tools/0001-tests-do-not-strip-a-helper-library.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 2237748af00467ad8250a7ccd944200f811db69a Mon Sep 17 00:00:00 2001 | 1 | From 3f1f1dc868accca37d2f276ed741884698b38538 Mon Sep 17 00:00:00 2001 |
2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> |
3 | Date: Thu, 12 Dec 2019 16:52:07 +0100 | 3 | Date: Thu, 12 Dec 2019 16:52:07 +0100 |
4 | Subject: [PATCH] tests: do not strip a helper library | 4 | Subject: [PATCH] tests: do not strip a helper library |
diff --git a/meta/recipes-kernel/lttng/lttng-tools/disable-tests.patch b/meta/recipes-kernel/lttng/lttng-tools/disable-tests.patch index 3a77ea2e43..b8971a69de 100644 --- a/meta/recipes-kernel/lttng/lttng-tools/disable-tests.patch +++ b/meta/recipes-kernel/lttng/lttng-tools/disable-tests.patch | |||
@@ -1,3 +1,8 @@ | |||
1 | From 1fbd24512e8fce64b92efa846c301e45a7371ed2 Mon Sep 17 00:00:00 2001 | ||
2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> | ||
3 | Date: Tue, 14 Dec 2021 12:34:04 +0000 | ||
4 | Subject: [PATCH] lttng-tools: Disable problem tests | ||
5 | |||
1 | Upstream-Status: Inappropriate [need to root cause the test hangs] | 6 | Upstream-Status: Inappropriate [need to root cause the test hangs] |
2 | 7 | ||
3 | We keep seeing hangs in the tools/notifications tests on x86 and arm for | 8 | We keep seeing hangs in the tools/notifications tests on x86 and arm for |
@@ -8,11 +13,14 @@ of them. | |||
8 | https://bugzilla.yoctoproject.org/show_bug.cgi?id=14263 | 13 | https://bugzilla.yoctoproject.org/show_bug.cgi?id=14263 |
9 | 14 | ||
10 | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | 15 | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
16 | --- | ||
17 | tests/regression/Makefile.am | 12 ------------ | ||
18 | 1 file changed, 12 deletions(-) | ||
11 | 19 | ||
12 | Index: lttng-tools-2.13.1/tests/regression/Makefile.am | 20 | diff --git a/tests/regression/Makefile.am b/tests/regression/Makefile.am |
13 | =================================================================== | 21 | index e556223..756fb98 100644 |
14 | --- lttng-tools-2.13.1.orig/tests/regression/Makefile.am | 22 | --- a/tests/regression/Makefile.am |
15 | +++ lttng-tools-2.13.1/tests/regression/Makefile.am | 23 | +++ b/tests/regression/Makefile.am |
16 | @@ -29,18 +29,6 @@ TESTS = tools/base-path/test_ust \ | 24 | @@ -29,18 +29,6 @@ TESTS = tools/base-path/test_ust \ |
17 | tools/crash/test_crash \ | 25 | tools/crash/test_crash \ |
18 | tools/regen-metadata/test_ust \ | 26 | tools/regen-metadata/test_ust \ |
diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb b/meta/recipes-kernel/lttng/lttng-tools_2.13.15.bb index e73dd4801a..f39404afa0 100644 --- a/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb +++ b/meta/recipes-kernel/lttng/lttng-tools_2.13.15.bb | |||
@@ -39,14 +39,17 @@ SRC_URI = "https://lttng.org/files/lttng-tools/lttng-tools-${PV}.tar.bz2 \ | |||
39 | file://0001-compat-Define-off64_t-as-off_t-on-linux.patch \ | 39 | file://0001-compat-Define-off64_t-as-off_t-on-linux.patch \ |
40 | file://0001-tests-add-check_skip_kernel_test-to-check-root-user-.patch \ | 40 | file://0001-tests-add-check_skip_kernel_test-to-check-root-user-.patch \ |
41 | file://0001-Fix-rotation-destroy-flush-fix-session-daemon-abort-.patch \ | 41 | file://0001-Fix-rotation-destroy-flush-fix-session-daemon-abort-.patch \ |
42 | file://0001-fix-lttng-tools-fails-to-compile-with-libxml2-2.14.0.patch \ | ||
42 | " | 43 | " |
43 | 44 | ||
44 | SRC_URI[sha256sum] = "ff5f4f00b081dac66092afe8e72b7c790670931cf1c1ee0deaa7f80fbc53883e" | 45 | SRC_URI[sha256sum] = "96ea42351ee112c19dad9fdc7aae93b583d9f1722b2175664a381d2d337703c4" |
45 | 46 | ||
46 | inherit autotools ptest pkgconfig useradd python3-dir manpages systemd | 47 | inherit autotools ptest pkgconfig useradd python3-dir manpages systemd |
47 | 48 | ||
48 | CACHED_CONFIGUREVARS = "PGREP=/usr/bin/pgrep" | 49 | CACHED_CONFIGUREVARS = "PGREP=/usr/bin/pgrep" |
49 | 50 | ||
51 | EXTRA_OECONF += "--disable-libtool-linkdep-fixup" | ||
52 | |||
50 | SYSTEMD_SERVICE:${PN} = "lttng-sessiond.service" | 53 | SYSTEMD_SERVICE:${PN} = "lttng-sessiond.service" |
51 | SYSTEMD_AUTO_ENABLE = "disable" | 54 | SYSTEMD_AUTO_ENABLE = "disable" |
52 | 55 | ||
diff --git a/meta/recipes-kernel/lttng/lttng-ust/0001-Makefile.am-update-rpath-link.patch b/meta/recipes-kernel/lttng/lttng-ust/0001-Makefile.am-update-rpath-link.patch deleted file mode 100644 index 6aca8f85fa..0000000000 --- a/meta/recipes-kernel/lttng/lttng-ust/0001-Makefile.am-update-rpath-link.patch +++ /dev/null | |||
@@ -1,33 +0,0 @@ | |||
1 | From 7d053804ab3823d40ae10d90f4efc49dbfb4cb66 Mon Sep 17 00:00:00 2001 | ||
2 | From: Changqing Li <changqing.li@windriver.com> | ||
3 | Date: Wed, 22 Sep 2021 16:33:10 +0800 | ||
4 | Subject: [PATCH] Makefile.am: update rpath link | ||
5 | |||
6 | since commit 6339062 Move liblttng-ust to 'src/lib/', | ||
7 | liblttng-ust.so/liblttng-ust-common.so/liblttng-ust-tracepoint.so | ||
8 | 's location changed from one dir to multiple dirs. which make below | ||
9 | error: | ||
10 | ld: warning: liblttng-ust-common.so.1, needed by ../../../src/lib/lttng-ust/.libs/liblttng-ust.so, not found (try using -rpath or -rpath-link) | ||
11 | ld: warning: liblttng-ust-tracepoint.so.1, needed by ../../../src/lib/lttng-ust/.libs/liblttng-ust.so, not found (try using -rpath or -rpath-link) | ||
12 | |||
13 | Upstream-Status: Submitted [https://github.com/lttng/lttng-ust/pull/61] | ||
14 | |||
15 | Signed-off-by: Changqing Li <changqing.li@windriver.com> | ||
16 | |||
17 | --- | ||
18 | doc/examples/Makefile.am | 2 +- | ||
19 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
20 | |||
21 | diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am | ||
22 | index 57782cc..d46caa6 100644 | ||
23 | --- a/doc/examples/Makefile.am | ||
24 | +++ b/doc/examples/Makefile.am | ||
25 | @@ -167,7 +167,7 @@ all-local: | ||
26 | CFLAGS='$(CFLAGS)' \ | ||
27 | AM_CFLAGS='$(AM_CFLAGS)' \ | ||
28 | LDFLAGS="$(LDFLAGS)" \ | ||
29 | - AM_LDFLAGS='$(AM_LDFLAGS) -L../../../src/lib/lttng-ust/.libs -Wl,-rpath="$(PWD)/../../src/lib/lttng-ust/.libs/" -Wl,-rpath-link="$(PWD)/../../src/lib/lttng-ust/.libs/"' \ | ||
30 | + AM_LDFLAGS='$(AM_LDFLAGS) -L../../../src/lib/lttng-ust/.libs -Wl,-rpath="$(PWD)/../../src/lib/lttng-ust/.libs/" -Wl,-rpath-link="$(PWD)/../../src/lib/lttng-ust/.libs/:$(PWD)/../../src/lib/lttng-ust-tracepoint/.libs:$(PWD)/../../src/lib/lttng-ust-common/.libs/"' \ | ||
31 | LTTNG_GEN_TP_PATH="$$rel_src_subdir$(top_srcdir)/tools/" \ | ||
32 | AM_V_P="$(AM_V_P)" \ | ||
33 | AM_V_at="$(AM_V_at)" \ | ||
diff --git a/meta/recipes-kernel/lttng/lttng-ust/0001-lttng-ust-common-link-with-liburcu-explicitly.patch b/meta/recipes-kernel/lttng/lttng-ust/0001-lttng-ust-common-link-with-liburcu-explicitly.patch index e85dbdb439..ceb240680b 100644 --- a/meta/recipes-kernel/lttng/lttng-ust/0001-lttng-ust-common-link-with-liburcu-explicitly.patch +++ b/meta/recipes-kernel/lttng/lttng-ust/0001-lttng-ust-common-link-with-liburcu-explicitly.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 27402453f25fbdb5a9fb1a1b88d1c4d9852187d2 Mon Sep 17 00:00:00 2001 | 1 | From 1b6bbf14de8fdfe60e446c93969e29bc2cf5f2dc Mon Sep 17 00:00:00 2001 |
2 | From: Alexander Kanavin <alex@linutronix.de> | 2 | From: Alexander Kanavin <alex@linutronix.de> |
3 | Date: Sun, 5 Sep 2021 10:44:19 +0200 | 3 | Date: Sun, 5 Sep 2021 10:44:19 +0200 |
4 | Subject: [PATCH] lttng-ust-common: link with liburcu explicitly | 4 | Subject: [PATCH] lttng-ust-common: link with liburcu explicitly |
@@ -7,7 +7,6 @@ Otherwise linking errors are seen on x86-32. | |||
7 | 7 | ||
8 | Upstream-Status: Submitted [by email to lttng-dev, Francis, Jonathan] | 8 | Upstream-Status: Submitted [by email to lttng-dev, Francis, Jonathan] |
9 | Signed-off-by: Alexander Kanavin <alex@linutronix.de> | 9 | Signed-off-by: Alexander Kanavin <alex@linutronix.de> |
10 | |||
11 | --- | 10 | --- |
12 | src/lib/lttng-ust-common/Makefile.am | 1 + | 11 | src/lib/lttng-ust-common/Makefile.am | 1 + |
13 | 1 file changed, 1 insertion(+) | 12 | 1 file changed, 1 insertion(+) |
diff --git a/meta/recipes-kernel/lttng/lttng-ust/0001-python-lttngust-Makefile.am-Add-install-lib-to-setup.patch b/meta/recipes-kernel/lttng/lttng-ust/0001-python-lttngust-Makefile.am-Add-install-lib-to-setup.patch index 7c49583e0d..7bbe5c216e 100644 --- a/meta/recipes-kernel/lttng/lttng-ust/0001-python-lttngust-Makefile.am-Add-install-lib-to-setup.patch +++ b/meta/recipes-kernel/lttng/lttng-ust/0001-python-lttngust-Makefile.am-Add-install-lib-to-setup.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From f65efd963e52de51d35e2e03fb773f33dd64f565 Mon Sep 17 00:00:00 2001 | 1 | From 30660997d220602202d8dc7264e49095a1581947 Mon Sep 17 00:00:00 2001 |
2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> | 2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> |
3 | Date: Tue, 20 Feb 2024 12:19:06 +0000 | 3 | Date: Tue, 20 Feb 2024 12:19:06 +0000 |
4 | Subject: [PATCH] python-lttngust/Makefile.am: Add --install-lib to setup.py | 4 | Subject: [PATCH] python-lttngust/Makefile.am: Add --install-lib to setup.py |
@@ -9,7 +9,6 @@ building. | |||
9 | Upstream-Status: Submitted [https://github.com/lttng/lttng-ust/pull/59] | 9 | Upstream-Status: Submitted [https://github.com/lttng/lttng-ust/pull/59] |
10 | 10 | ||
11 | Signed-off-by: Robert Yang <liezhi.yang@windriver.com> | 11 | Signed-off-by: Robert Yang <liezhi.yang@windriver.com> |
12 | |||
13 | --- | 12 | --- |
14 | src/python-lttngust/Makefile.am | 2 +- | 13 | src/python-lttngust/Makefile.am | 2 +- |
15 | 1 file changed, 1 insertion(+), 1 deletion(-) | 14 | 1 file changed, 1 insertion(+), 1 deletion(-) |
diff --git a/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb b/meta/recipes-kernel/lttng/lttng-ust_2.13.9.bb index dddd3a5004..dd7657e0cc 100644 --- a/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb +++ b/meta/recipes-kernel/lttng/lttng-ust_2.13.9.bb | |||
@@ -31,10 +31,9 @@ PE = "2" | |||
31 | SRC_URI = "https://lttng.org/files/lttng-ust/lttng-ust-${PV}.tar.bz2 \ | 31 | SRC_URI = "https://lttng.org/files/lttng-ust/lttng-ust-${PV}.tar.bz2 \ |
32 | file://0001-python-lttngust-Makefile.am-Add-install-lib-to-setup.patch \ | 32 | file://0001-python-lttngust-Makefile.am-Add-install-lib-to-setup.patch \ |
33 | file://0001-lttng-ust-common-link-with-liburcu-explicitly.patch \ | 33 | file://0001-lttng-ust-common-link-with-liburcu-explicitly.patch \ |
34 | file://0001-Makefile.am-update-rpath-link.patch \ | ||
35 | " | 34 | " |
36 | 35 | ||
37 | SRC_URI[sha256sum] = "d4ef98dab9a37ad4f524ccafdfd50af4f266039b528dd5afabce78e49024d937" | 36 | SRC_URI[sha256sum] = "2ad6d69a54a1d924c18a4aa7a233db104e3cc332bcdd240e196bf7adbed3f712" |
38 | 37 | ||
39 | CVE_PRODUCT = "ust" | 38 | CVE_PRODUCT = "ust" |
40 | 39 | ||
diff --git a/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb b/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb index a91680d497..8fcb5e6eb3 100644 --- a/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb +++ b/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb | |||
@@ -8,7 +8,7 @@ inherit pkgconfig | |||
8 | 8 | ||
9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
10 | 10 | ||
11 | S = "${WORKDIR}" | 11 | S = "${UNPACKDIR}" |
12 | 12 | ||
13 | do_configure[depends] += "virtual/kernel:do_shared_workdir openssl-native:do_populate_sysroot" | 13 | do_configure[depends] += "virtual/kernel:do_shared_workdir openssl-native:do_populate_sysroot" |
14 | do_compile[depends] += "virtual/kernel:do_compile_kernelmodules" | 14 | do_compile[depends] += "virtual/kernel:do_compile_kernelmodules" |
@@ -22,7 +22,7 @@ EXTRA_OEMAKE = " HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" HOSTCPP=" | |||
22 | EXTRA_OEMAKE += " HOSTCXX="${BUILD_CXX} ${BUILD_CXXFLAGS} ${BUILD_LDFLAGS}" CROSS_COMPILE=${TARGET_PREFIX}" | 22 | EXTRA_OEMAKE += " HOSTCXX="${BUILD_CXX} ${BUILD_CXXFLAGS} ${BUILD_LDFLAGS}" CROSS_COMPILE=${TARGET_PREFIX}" |
23 | 23 | ||
24 | KERNEL_LOCALVERSION = "${@get_kernellocalversion_file("${STAGING_KERNEL_BUILDDIR}")}" | 24 | KERNEL_LOCALVERSION = "${@get_kernellocalversion_file("${STAGING_KERNEL_BUILDDIR}")}" |
25 | export LOCALVERSION="${KERNEL_LOCALVERSION}" | 25 | export LOCALVERSION = "${KERNEL_LOCALVERSION}" |
26 | 26 | ||
27 | # Build some host tools under work-shared. CC, LD, and AR are probably | 27 | # Build some host tools under work-shared. CC, LD, and AR are probably |
28 | # not used, but this is the historical way of invoking "make scripts". | 28 | # not used, but this is the historical way of invoking "make scripts". |
diff --git a/meta/recipes-kernel/makedumpfile/makedumpfile/0001-makedumpfile-replace-hardcode-CFLAGS.patch b/meta/recipes-kernel/makedumpfile/makedumpfile/0001-makedumpfile-replace-hardcode-CFLAGS.patch new file mode 100644 index 0000000000..796e036ab8 --- /dev/null +++ b/meta/recipes-kernel/makedumpfile/makedumpfile/0001-makedumpfile-replace-hardcode-CFLAGS.patch | |||
@@ -0,0 +1,139 @@ | |||
1 | From 59b8d59504c1bafff52a8794e67c6025fcd418a4 Mon Sep 17 00:00:00 2001 | ||
2 | From: Mingli Yu <mingli.yu@windriver.com> | ||
3 | Date: Sun, 24 Apr 2022 17:25:33 +0800 | ||
4 | Subject: [PATCH] makedumpfile: replace hardcode CFLAGS | ||
5 | |||
6 | * Create alias for target such as powerpc as powerpc32 | ||
7 | * Remove hardcode CFLAGS | ||
8 | * Add CFLAGS_COMMON to instead of CFLAGS so can flexibly | ||
9 | customize CFLAGS and not hardcode the CFLAGS as previously | ||
10 | * Forcibly to link dynamic library as the poky build | ||
11 | system doesn't build static library by default | ||
12 | |||
13 | Upstream-Status: Inappropriate [oe specific] | ||
14 | |||
15 | Signed-off-by: Mingli Yu <mingli.yu@windriver.com> | ||
16 | |||
17 | [2021-11-18] Patch updated to use CFLAGS_COMMON for zstd | ||
18 | Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> | ||
19 | |||
20 | Rebase to 1.7.1 | ||
21 | Signed-off-by: Mingli Yu <mingli.yu@windriver.com> | ||
22 | --- | ||
23 | Makefile | 40 +++++++++++++++++++++------------------- | ||
24 | 1 file changed, 21 insertions(+), 19 deletions(-) | ||
25 | |||
26 | diff --git a/Makefile b/Makefile | ||
27 | index aa73252..76fcafd 100644 | ||
28 | --- a/Makefile | ||
29 | +++ b/Makefile | ||
30 | @@ -8,12 +8,6 @@ ifeq ($(strip $CC),) | ||
31 | CC = gcc | ||
32 | endif | ||
33 | |||
34 | -CFLAGS_BASE := $(CFLAGS) -g -O2 -Wall -D_FILE_OFFSET_BITS=64 \ | ||
35 | - -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE | ||
36 | -CFLAGS := $(CFLAGS_BASE) -DVERSION='"$(VERSION)"' -DRELEASE_DATE='"$(DATE)"' | ||
37 | -CFLAGS_ARCH := $(CFLAGS_BASE) | ||
38 | -# LDFLAGS = -L/usr/local/lib -I/usr/local/include | ||
39 | - | ||
40 | HOST_ARCH := $(shell uname -m) | ||
41 | # Use TARGET as the target architecture if specified. | ||
42 | # Defaults to uname -m | ||
43 | @@ -24,26 +18,34 @@ endif | ||
44 | ARCH := $(shell echo ${TARGET} | sed -e s/i.86/x86/ -e s/sun4u/sparc64/ \ | ||
45 | -e s/arm.*/arm/ -e s/sa110/arm/ \ | ||
46 | -e s/s390x/s390/ -e s/parisc64/parisc/ \ | ||
47 | - -e s/ppc64/powerpc64/ -e s/ppc/powerpc32/) | ||
48 | + -e s/ppc64/powerpc64/ -e s/ppc/powerpc32/ \ | ||
49 | + -e s/_powerpc_/_powerpc32_/) | ||
50 | |||
51 | CROSS := | ||
52 | ifneq ($(TARGET), $(HOST_ARCH)) | ||
53 | CROSS := -U__$(HOST_ARCH)__ | ||
54 | endif | ||
55 | |||
56 | -CFLAGS += -D__$(ARCH)__ $(CROSS) | ||
57 | CFLAGS_ARCH += -D__$(ARCH)__ $(CROSS) | ||
58 | |||
59 | -ifeq ($(ARCH), powerpc64) | ||
60 | -CFLAGS += -m64 | ||
61 | +ifeq ($(ARCH), __powerpc64__) | ||
62 | CFLAGS_ARCH += -m64 | ||
63 | endif | ||
64 | |||
65 | -ifeq ($(ARCH), powerpc32) | ||
66 | -CFLAGS += -m32 | ||
67 | +ifeq ($(ARCH), __powerpc32__) | ||
68 | CFLAGS_ARCH += -m32 | ||
69 | endif | ||
70 | |||
71 | +CFLAGS_ARCH += $(CFLAGS) \ | ||
72 | + -D_FILE_OFFSET_BITS=64 \ | ||
73 | + -D_LARGEFILE_SOURCE \ | ||
74 | + -D_LARGEFILE64_SOURCE | ||
75 | + | ||
76 | +CFLAGS_COMMON = $(CFLAGS_ARCH) \ | ||
77 | + -DVERSION='"$(VERSION)"' \ | ||
78 | + -DRELEASE_DATE='"$(DATE)"' | ||
79 | + | ||
80 | + | ||
81 | SRC_BASE = makedumpfile.c makedumpfile.h diskdump_mod.h sadump_mod.h sadump_info.h | ||
82 | SRC_PART = print_info.c dwarf_info.c elf_info.c erase_info.c sadump_info.c cache.c tools.c printk.c detect_cycle.c | ||
83 | OBJ_PART=$(patsubst %.c,%.o,$(SRC_PART)) | ||
84 | @@ -52,12 +54,12 @@ OBJ_ARCH=$(patsubst %.c,%.o,$(SRC_ARCH)) | ||
85 | |||
86 | LIBS = -ldw -lbz2 -ldl -lelf -lz | ||
87 | ifneq ($(LINKTYPE), dynamic) | ||
88 | -LIBS := -static $(LIBS) -llzma | ||
89 | +LIBS := $(LIBS) -llzma | ||
90 | endif | ||
91 | |||
92 | ifeq ($(USELZO), on) | ||
93 | LIBS := -llzo2 $(LIBS) | ||
94 | -CFLAGS += -DUSELZO | ||
95 | +CFLAGS_COMMON += -DUSELZO | ||
96 | endif | ||
97 | |||
98 | ifeq ($(USESNAPPY), on) | ||
99 | @@ -65,12 +67,12 @@ LIBS := -lsnappy $(LIBS) | ||
100 | ifneq ($(LINKTYPE), dynamic) | ||
101 | LIBS := $(LIBS) -lstdc++ | ||
102 | endif | ||
103 | -CFLAGS += -DUSESNAPPY | ||
104 | +CFLAGS_COMMON += -DUSESNAPPY | ||
105 | endif | ||
106 | |||
107 | ifeq ($(USEZSTD), on) | ||
108 | LIBS := -lzstd $(LIBS) | ||
109 | -CFLAGS += -DUSEZSTD | ||
110 | +CFLAGS_COMMON += -DUSEZSTD | ||
111 | endif | ||
112 | |||
113 | ifeq ($(DEBUG), on) | ||
114 | @@ -106,14 +108,14 @@ SBINDIR ?= /usr/sbin | ||
115 | all: makedumpfile | ||
116 | |||
117 | $(OBJ_PART): $(SRC_PART) | ||
118 | - $(CC) $(CFLAGS) -c -o ./$@ $(VPATH)$(@:.o=.c) | ||
119 | + $(CC) $(CFLAGS_COMMON) -c -o ./$@ $(VPATH)$(@:.o=.c) | ||
120 | |||
121 | $(OBJ_ARCH): $(SRC_ARCH) | ||
122 | @mkdir -p $(@D) | ||
123 | $(CC) $(CFLAGS_ARCH) -c -o ./$@ $(VPATH)$(@:.o=.c) | ||
124 | |||
125 | makedumpfile: $(SRC_BASE) $(OBJ_PART) $(OBJ_ARCH) | ||
126 | - $(CC) $(CFLAGS) $(LDFLAGS) $(OBJ_PART) $(OBJ_ARCH) -rdynamic -o $@ $< $(LIBS) | ||
127 | + $(CC) $(CFLAGS_COMMON) $(LDFLAGS) $(OBJ_PART) $(OBJ_ARCH) -rdynamic -o $@ $< $(LIBS) | ||
128 | @sed -e "s/@DATE@/$(DATE)/" \ | ||
129 | -e "s/@VERSION@/$(VERSION)/" \ | ||
130 | $(VPATH)makedumpfile.8.in > $(VPATH)makedumpfile.8 | ||
131 | @@ -122,7 +124,7 @@ makedumpfile: $(SRC_BASE) $(OBJ_PART) $(OBJ_ARCH) | ||
132 | $(VPATH)makedumpfile.conf.5.in > $(VPATH)makedumpfile.conf.5 | ||
133 | |||
134 | eppic_makedumpfile.so: extension_eppic.c | ||
135 | - $(CC) $(CFLAGS) $(LDFLAGS) -shared -rdynamic -o $@ extension_eppic.c -fPIC -leppic -ltinfo | ||
136 | + $(CC) $(CFLAGS_COMMON) $(LDFLAGS) -shared -rdynamic -o $@ extension_eppic.c -fPIC -leppic -ltinfo | ||
137 | |||
138 | clean: | ||
139 | rm -f $(OBJ) $(OBJ_PART) $(OBJ_ARCH) makedumpfile makedumpfile.8 makedumpfile.conf.5 | ||
diff --git a/meta/recipes-kernel/makedumpfile/makedumpfile_1.7.7.bb b/meta/recipes-kernel/makedumpfile/makedumpfile_1.7.7.bb new file mode 100644 index 0000000000..99393e0984 --- /dev/null +++ b/meta/recipes-kernel/makedumpfile/makedumpfile_1.7.7.bb | |||
@@ -0,0 +1,60 @@ | |||
1 | SUMMARY = "VMcore extraction tool" | ||
2 | DESCRIPTION = "\ | ||
3 | This program is used to extract a subset of the memory available either \ | ||
4 | via /dev/mem or /proc/vmcore (for crashdumps). It is used to get memory \ | ||
5 | images without extra uneeded information (zero pages, userspace programs, \ | ||
6 | etc). \ | ||
7 | " | ||
8 | HOMEPAGE = "https://github.com/makedumpfile/makedumpfile" | ||
9 | |||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | ||
11 | LICENSE = "GPL-2.0-only" | ||
12 | |||
13 | SRCBRANCH ?= "master" | ||
14 | SRCREV = "e4ae6b5ee04edeeb03db89bee372904157e3378d" | ||
15 | |||
16 | DEPENDS = "bzip2 zlib elfutils xz" | ||
17 | RDEPENDS:${PN}-tools = "perl ${PN}" | ||
18 | |||
19 | # mips/rv32 would not compile. | ||
20 | COMPATIBLE_HOST:mipsarcho32 = "null" | ||
21 | COMPATIBLE_HOST:riscv32 = "null" | ||
22 | |||
23 | PACKAGES =+ "${PN}-tools" | ||
24 | FILES:${PN}-tools = "${bindir}/*.pl" | ||
25 | |||
26 | SRC_URI = "\ | ||
27 | git://github.com/makedumpfile/makedumpfile;branch=${SRCBRANCH};protocol=https \ | ||
28 | file://0001-makedumpfile-replace-hardcode-CFLAGS.patch \ | ||
29 | " | ||
30 | |||
31 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)" | ||
32 | |||
33 | SECTION = "base" | ||
34 | |||
35 | # If we do not specify TARGET, makedumpfile will build for the host but use the | ||
36 | # target gcc. | ||
37 | # | ||
38 | |||
39 | MAKEDUMPFILE_TARGET ?= "${TARGET_ARCH}" | ||
40 | MAKEDUMPFILE_TARGET:powerpc = "ppc" | ||
41 | |||
42 | EXTRA_OEMAKE = "\ | ||
43 | LINKTYPE=static \ | ||
44 | TARGET=${MAKEDUMPFILE_TARGET} \ | ||
45 | ${PACKAGECONFIG_CONFARGS} \ | ||
46 | " | ||
47 | |||
48 | PACKAGECONFIG ??= "" | ||
49 | PACKAGECONFIG[lzo] = "USELZO=on,USELZO=off,lzo" | ||
50 | PACKAGECONFIG[snappy] = "USESNAPPY=on,USESNAPPY=off,snappy" | ||
51 | PACKAGECONFIG[zstd] = "USEZSTD=on,USEZSTD=off,zstd" | ||
52 | |||
53 | do_install () { | ||
54 | mkdir -p ${D}/usr/bin | ||
55 | install -m 755 ${S}/makedumpfile ${D}/usr/bin | ||
56 | install -m 755 ${S}/makedumpfile-R.pl ${D}/usr/bin | ||
57 | |||
58 | mkdir -p ${D}/etc/ | ||
59 | install -m 644 ${S}/makedumpfile.conf ${D}/etc/makedumpfile.conf.sample | ||
60 | } | ||
diff --git a/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb b/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb index 0a05770408..fb7b09393a 100644 --- a/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb +++ b/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb | |||
@@ -4,8 +4,7 @@ LICENSE = "MIT" | |||
4 | LIC_FILES_CHKSUM = "file://modutils.sh;beginline=3;endline=3;md5=b2dccaa94b3629a08bfb4f983cad6f89" | 4 | LIC_FILES_CHKSUM = "file://modutils.sh;beginline=3;endline=3;md5=b2dccaa94b3629a08bfb4f983cad6f89" |
5 | SRC_URI = "file://modutils.sh" | 5 | SRC_URI = "file://modutils.sh" |
6 | 6 | ||
7 | 7 | S = "${UNPACKDIR}" | |
8 | S = "${WORKDIR}" | ||
9 | 8 | ||
10 | INITSCRIPT_NAME = "modutils.sh" | 9 | INITSCRIPT_NAME = "modutils.sh" |
11 | INITSCRIPT_PARAMS = "start 06 S ." | 10 | INITSCRIPT_PARAMS = "start 06 S ." |
diff --git a/meta/recipes-kernel/perf/perf-perl.inc b/meta/recipes-kernel/perf/perf-perl.inc index 491f54c328..f3eef75a90 100644 --- a/meta/recipes-kernel/perf/perf-perl.inc +++ b/meta/recipes-kernel/perf/perf-perl.inc | |||
@@ -5,7 +5,3 @@ export PERLCONFIGTARGET = "${@is_target(d)}" | |||
5 | export PERL_INC = "${STAGING_LIBDIR}${PERL_OWN_DIR}/perl5/${@get_perl_version(d)}/${@get_perl_arch(d)}/CORE" | 5 | export PERL_INC = "${STAGING_LIBDIR}${PERL_OWN_DIR}/perl5/${@get_perl_version(d)}/${@get_perl_arch(d)}/CORE" |
6 | export PERL_LIB = "${STAGING_LIBDIR}${PERL_OWN_DIR}/perl5/${@get_perl_version(d)}" | 6 | export PERL_LIB = "${STAGING_LIBDIR}${PERL_OWN_DIR}/perl5/${@get_perl_version(d)}" |
7 | export PERL_ARCHLIB = "${STAGING_LIBDIR}${PERL_OWN_DIR}/perl5/${@get_perl_version(d)}/${@get_perl_arch(d)}" | 7 | export PERL_ARCHLIB = "${STAGING_LIBDIR}${PERL_OWN_DIR}/perl5/${@get_perl_version(d)}/${@get_perl_arch(d)}" |
8 | |||
9 | # The perl symbols CPPSTDIN and CPPRUN embed the sysroot into the | ||
10 | # binaries, work needed to remove this | ||
11 | INSANE_SKIP:${PN}-dbg += "buildpaths" | ||
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb index 11fa917649..4f29bd5bbc 100644 --- a/meta/recipes-kernel/perf/perf.bb +++ b/meta/recipes-kernel/perf/perf.bb | |||
@@ -9,15 +9,12 @@ HOMEPAGE = "https://perf.wiki.kernel.org/index.php/Main_Page" | |||
9 | 9 | ||
10 | LICENSE = "GPL-2.0-only" | 10 | LICENSE = "GPL-2.0-only" |
11 | 11 | ||
12 | 12 | # zstd is required for kernels 6.14+ when libelf-zstd is detected | |
13 | PACKAGECONFIG ??= "python tui libunwind libtraceevent" | 13 | PACKAGECONFIG ??= "python tui libunwind libtraceevent zstd" |
14 | PACKAGECONFIG[dwarf] = ",NO_DWARF=1" | 14 | PACKAGECONFIG[dwarf] = ",NO_DWARF=1" |
15 | PACKAGECONFIG[perl] = ",NO_LIBPERL=1,perl" | 15 | PACKAGECONFIG[perl] = ",NO_LIBPERL=1,perl" |
16 | PACKAGECONFIG[python] = ",NO_LIBPYTHON=1,python3 python3-setuptools-native" | 16 | PACKAGECONFIG[python] = ",NO_LIBPYTHON=1,python3 python3-setuptools-native" |
17 | # gui support was added with kernel 3.6.35 | 17 | PACKAGECONFIG[tui] = ",NO_SLANG=1,slang" |
18 | # since 3.10 libnewt was replaced by slang | ||
19 | # to cover a wide range of kernel we add both dependencies | ||
20 | PACKAGECONFIG[tui] = ",NO_NEWT=1,libnewt slang" | ||
21 | PACKAGECONFIG[libunwind] = ",NO_LIBUNWIND=1 NO_LIBDW_DWARF_UNWIND=1,libunwind" | 18 | PACKAGECONFIG[libunwind] = ",NO_LIBUNWIND=1 NO_LIBDW_DWARF_UNWIND=1,libunwind" |
22 | PACKAGECONFIG[libnuma] = ",NO_LIBNUMA=1" | 19 | PACKAGECONFIG[libnuma] = ",NO_LIBNUMA=1" |
23 | PACKAGECONFIG[bfd] = ",NO_LIBBFD=1" | 20 | PACKAGECONFIG[bfd] = ",NO_LIBBFD=1" |
@@ -35,6 +32,7 @@ PACKAGECONFIG[jevents] = ",NO_JEVENTS=1,python3-native" | |||
35 | PACKAGECONFIG[coresight] = "CORESIGHT=1,,opencsd" | 32 | PACKAGECONFIG[coresight] = "CORESIGHT=1,,opencsd" |
36 | PACKAGECONFIG[pfm4] = ",NO_LIBPFM4=1,libpfm4" | 33 | PACKAGECONFIG[pfm4] = ",NO_LIBPFM4=1,libpfm4" |
37 | PACKAGECONFIG[babeltrace] = ",NO_LIBBABELTRACE=1,babeltrace" | 34 | PACKAGECONFIG[babeltrace] = ",NO_LIBBABELTRACE=1,babeltrace" |
35 | PACKAGECONFIG[zstd] = ",NO_LIBZSTD=1,zstd" | ||
38 | 36 | ||
39 | # libunwind is not yet ported for some architectures | 37 | # libunwind is not yet ported for some architectures |
40 | PACKAGECONFIG:remove:arc = "libunwind" | 38 | PACKAGECONFIG:remove:arc = "libunwind" |
@@ -68,22 +66,30 @@ include ${@bb.utils.contains('PACKAGECONFIG', 'perl', 'perf-perl.inc', '', d)} | |||
68 | 66 | ||
69 | inherit kernelsrc | 67 | inherit kernelsrc |
70 | 68 | ||
71 | S = "${WORKDIR}/${BP}" | 69 | S = "${UNPACKDIR}/${BP}" |
72 | SPDX_S = "${S}/tools/perf" | ||
73 | 70 | ||
74 | # The LDFLAGS is required or some old kernels fails due missing | 71 | # The LDFLAGS is required or some old kernels fails due missing |
75 | # symbols and this is preferred than requiring patches to every old | 72 | # symbols and this is preferred than requiring patches to every old |
76 | # supported kernel. | 73 | # supported kernel. |
77 | LDFLAGS="-ldl -lutil" | 74 | LDFLAGS = "-ldl -lutil" |
78 | 75 | ||
79 | # Perf's build system adds its own optimization flags for most TUs, | 76 | # Perf's build system adds its own optimization flags for most TUs, |
80 | # overriding the flags included here. But for some, perf does not add | 77 | # overriding the flags included here. But for some, perf does not add |
81 | # any -O option, so ensure the distro's chosen optimization gets used | 78 | # any -O option, so ensure the distro's chosen optimization gets used |
82 | # for those. Since ${SELECTED_OPTIMIZATION} always includes | 79 | # for those. Also include ${DEBUG_PREFIX_MAP} which ensures perf is |
83 | # ${DEBUG_FLAGS} which in turn includes ${DEBUG_PREFIX_MAP}, this also | 80 | # built with appropriate -f*-prefix-map options, |
84 | # ensures perf is built with appropriate -f*-prefix-map options, | ||
85 | # avoiding the 'buildpaths' QA warning. | 81 | # avoiding the 'buildpaths' QA warning. |
86 | TARGET_CC_ARCH += "${SELECTED_OPTIMIZATION}" | 82 | TARGET_CC_ARCH += "${SELECTED_OPTIMIZATION} ${DEBUG_PREFIX_MAP}" |
83 | |||
84 | #| libbpf.c: In function 'find_kernel_btf_id.constprop': | ||
85 | #| libbpf.c:10009:33: error: 'mod_len' may be used uninitialized [-Werror=maybe-uninitialized] | ||
86 | #| 10009 | if (mod_name && strncmp(mod->name, mod_name, mod_len) != 0) | ||
87 | #| | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
88 | #| libbpf.c:9979:21: note: 'mod_len' was declared here | ||
89 | #| 9979 | int ret, i, mod_len; | ||
90 | #| | ^~~~~~~ | ||
91 | #| cc1: all warnings being treated as errors | ||
92 | TARGET_CC_ARCH:append:toolchain-clang:arm = " -fno-error=maybe-uninitialized" | ||
87 | 93 | ||
88 | EXTRA_OEMAKE = '\ | 94 | EXTRA_OEMAKE = '\ |
89 | V=1 \ | 95 | V=1 \ |
@@ -145,6 +151,7 @@ PERF_SRC ?= "Makefile \ | |||
145 | arch/arm64/tools \ | 151 | arch/arm64/tools \ |
146 | ${PERF_BPF_EVENT_SRC} \ | 152 | ${PERF_BPF_EVENT_SRC} \ |
147 | arch/${ARCH}/Makefile \ | 153 | arch/${ARCH}/Makefile \ |
154 | include/uapi/asm-generic/Kbuild \ | ||
148 | " | 155 | " |
149 | 156 | ||
150 | PERF_EXTRA_LDFLAGS = "" | 157 | PERF_EXTRA_LDFLAGS = "" |
@@ -202,7 +209,7 @@ python copy_perf_source_from_kernel() { | |||
202 | do_configure:prepend () { | 209 | do_configure:prepend () { |
203 | # If building a multlib based perf, the incorrect library path will be | 210 | # If building a multlib based perf, the incorrect library path will be |
204 | # detected by perf, since it triggers via: ifeq ($(ARCH),x86_64). In a 32 bit | 211 | # detected by perf, since it triggers via: ifeq ($(ARCH),x86_64). In a 32 bit |
205 | # build, with a 64 bit multilib, the arch won't match and the detection of a | 212 | # build, with a 64 bit multilib, the arch won't match and the detection of a |
206 | # 64 bit build (and library) are not exected. To ensure that libraries are | 213 | # 64 bit build (and library) are not exected. To ensure that libraries are |
207 | # installed to the correct location, we can use the weak assignment in the | 214 | # installed to the correct location, we can use the weak assignment in the |
208 | # config/Makefile. | 215 | # config/Makefile. |
@@ -378,13 +385,8 @@ do_configure:prepend () { | |||
378 | done | 385 | done |
379 | } | 386 | } |
380 | 387 | ||
381 | python do_package:prepend() { | ||
382 | d.setVar('PKGV', d.getVar("KERNEL_VERSION").split("-")[0]) | ||
383 | } | ||
384 | |||
385 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 388 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
386 | 389 | ||
387 | |||
388 | PACKAGES =+ "${PN}-archive ${PN}-tests ${PN}-perl ${PN}-python" | 390 | PACKAGES =+ "${PN}-archive ${PN}-tests ${PN}-perl ${PN}-python" |
389 | 391 | ||
390 | RDEPENDS:${PN} += "elfutils bash" | 392 | RDEPENDS:${PN} += "elfutils bash" |
diff --git a/meta/recipes-kernel/powertop/powertop_2.15.bb b/meta/recipes-kernel/powertop/powertop_2.15.bb index 65c6d0fcd3..a9008b4074 100644 --- a/meta/recipes-kernel/powertop/powertop_2.15.bb +++ b/meta/recipes-kernel/powertop/powertop_2.15.bb | |||
@@ -11,9 +11,7 @@ SRC_URI = "git://github.com/fenrus75/powertop;protocol=https;branch=master \ | |||
11 | " | 11 | " |
12 | SRCREV = "d51ad395436d4d1dcc3ca46e1519ffeb475bf651" | 12 | SRCREV = "d51ad395436d4d1dcc3ca46e1519ffeb475bf651" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | LDFLAGS += "-pthread" |
15 | |||
16 | LDFLAGS:append = " -pthread" | ||
17 | 15 | ||
18 | inherit autotools gettext pkgconfig bash-completion | 16 | inherit autotools gettext pkgconfig bash-completion |
19 | 17 | ||
diff --git a/meta/recipes-kernel/systemtap/systemtap-native_git.bb b/meta/recipes-kernel/systemtap/systemtap-native_5.3.bb index 2690b259c8..8befa7a7ea 100644 --- a/meta/recipes-kernel/systemtap/systemtap-native_git.bb +++ b/meta/recipes-kernel/systemtap/systemtap-native_5.3.bb | |||
@@ -1,5 +1,4 @@ | |||
1 | 1 | require systemtap_${PV}.bb | |
2 | require systemtap_git.bb | ||
3 | 2 | ||
4 | inherit_defer native | 3 | inherit_defer native |
5 | 4 | ||
diff --git a/meta/recipes-kernel/systemtap/systemtap/0001-Install-python-modules-to-correct-library-dir.patch b/meta/recipes-kernel/systemtap/systemtap/0001-Install-python-modules-to-correct-library-dir.patch index 48cf4aee85..ee9baedcda 100644 --- a/meta/recipes-kernel/systemtap/systemtap/0001-Install-python-modules-to-correct-library-dir.patch +++ b/meta/recipes-kernel/systemtap/systemtap/0001-Install-python-modules-to-correct-library-dir.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 2ada22f05460223924efe54080cb4419e2b4c276 Mon Sep 17 00:00:00 2001 | 1 | From 18d088d10c1a0885fa25ac40591e38c8aa545c81 Mon Sep 17 00:00:00 2001 |
2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> |
3 | Date: Fri, 24 Feb 2017 17:53:02 +0200 | 3 | Date: Fri, 24 Feb 2017 17:53:02 +0200 |
4 | Subject: [PATCH] Install python modules to correct library dir. | 4 | Subject: [PATCH] Install python modules to correct library dir. |
@@ -19,7 +19,7 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> | |||
19 | 1 file changed, 6 insertions(+), 2 deletions(-) | 19 | 1 file changed, 6 insertions(+), 2 deletions(-) |
20 | 20 | ||
21 | diff --git a/python/Makefile.am b/python/Makefile.am | 21 | diff --git a/python/Makefile.am b/python/Makefile.am |
22 | index a254480..578602f 100644 | 22 | index 13618dc2f..9d5cb7bcb 100644 |
23 | --- a/python/Makefile.am | 23 | --- a/python/Makefile.am |
24 | +++ b/python/Makefile.am | 24 | +++ b/python/Makefile.am |
25 | @@ -8,6 +8,10 @@ AUTOMAKE_OPTIONS = subdir-objects | 25 | @@ -8,6 +8,10 @@ AUTOMAKE_OPTIONS = subdir-objects |
@@ -35,7 +35,7 @@ index a254480..578602f 100644 | |||
35 | pkglibexecpython_PYTHON = | 35 | pkglibexecpython_PYTHON = |
36 | @@ -47,7 +51,7 @@ install-exec-local: | 36 | @@ -47,7 +51,7 @@ install-exec-local: |
37 | if HAVE_PYTHON2_PROBES | 37 | if HAVE_PYTHON2_PROBES |
38 | (cd $(srcdir); CFLAGS="$(AM_CPPFLAGS)" $(PYTHON) setup.py build \ | 38 | (cd $(srcdir); CFLAGS="$(CFLAGS) $(AM_CPPFLAGS)" $(PYTHON) setup.py build \ |
39 | --build-base $(shell readlink -f $(builddir))/py2build \ | 39 | --build-base $(shell readlink -f $(builddir))/py2build \ |
40 | - install --prefix $(DESTDIR)$(prefix) \ | 40 | - install --prefix $(DESTDIR)$(prefix) \ |
41 | + install --root $(DESTDIR) --prefix $(prefix) --prefix $(prefix) --install-lib=${pythondir} \ | 41 | + install --root $(DESTDIR) --prefix $(prefix) --prefix $(prefix) --install-lib=${pythondir} \ |
@@ -44,13 +44,10 @@ index a254480..578602f 100644 | |||
44 | --verbose) | 44 | --verbose) |
45 | @@ -55,7 +59,7 @@ endif | 45 | @@ -55,7 +59,7 @@ endif |
46 | if HAVE_PYTHON3_PROBES | 46 | if HAVE_PYTHON3_PROBES |
47 | (cd $(srcdir); CFLAGS="$(AM_CPPFLAGS)" $(PYTHON3) setup.py build \ | 47 | (cd $(srcdir); CFLAGS="$(CFLAGS) $(AM_CPPFLAGS)" $(PYTHON3) setup.py build \ |
48 | --build-base $(shell readlink -f $(builddir))/py3build \ | 48 | --build-base $(shell readlink -f $(builddir))/py3build \ |
49 | - install --prefix $(DESTDIR)$(prefix) \ | 49 | - install --prefix $(DESTDIR)$(prefix) \ |
50 | + install --root $(DESTDIR) --prefix $(prefix) --install-lib=${python3dir} \ | 50 | + install --root $(DESTDIR) --prefix $(prefix) --install-lib=${python3dir} \ |
51 | --single-version-externally-managed \ | 51 | --single-version-externally-managed \ |
52 | --record $(shell readlink -f $(builddir))/py3build/install_files.txt \ | 52 | --record $(shell readlink -f $(builddir))/py3build/install_files.txt \ |
53 | --verbose) | 53 | --verbose) |
54 | -- | ||
55 | 2.7.4 | ||
56 | |||
diff --git a/meta/recipes-kernel/systemtap/systemtap/0001-Makefile.am-remove-runtime-linux-uprobes-and-runtime.patch b/meta/recipes-kernel/systemtap/systemtap/0001-Makefile.am-remove-runtime-linux-uprobes-and-runtime.patch deleted file mode 100644 index 2d46a3962d..0000000000 --- a/meta/recipes-kernel/systemtap/systemtap/0001-Makefile.am-remove-runtime-linux-uprobes-and-runtime.patch +++ /dev/null | |||
@@ -1,40 +0,0 @@ | |||
1 | From 5a01e28bd806326b2143e3e6bb28d4780c5d879d Mon Sep 17 00:00:00 2001 | ||
2 | From: Victor Kamensky <victor.kamensky7@gmail.com> | ||
3 | Date: Sun, 3 Dec 2023 18:40:05 -0800 | ||
4 | Subject: [PATCH] Makefile.am: remove runtime/linux/uprobes and | ||
5 | runtime/linux/uprobes2 install | ||
6 | |||
7 | "PR30434 continuation: Removed old uprobes, uprobes2 implementation, | ||
8 | uprobes-inc.h & any mentions of CONFIG_UTRACE." commit removed uprobes, | ||
9 | and uprobes2 sources and directories, but Makefile.am still tries to | ||
10 | install them. In fact after failing to 'cd' into runtime/linux/uprobes | ||
11 | directory it copies top level *.[ch] files into | ||
12 | ${prefix}/share/systemtap/runtime/linux/uprobes directory. | ||
13 | |||
14 | The issue was caught by OpenEmbedded project do_package_qa checks. | ||
15 | |||
16 | Signed-off-by: Victor Kamensky <victor.kamensky7@gmail.com> | ||
17 | |||
18 | Upstream-Status: Submitted [https://sourceware.org/pipermail/systemtap/2023q4/027880.html] | ||
19 | --- | ||
20 | Makefile.am | 4 ---- | ||
21 | 1 file changed, 4 deletions(-) | ||
22 | |||
23 | diff --git a/Makefile.am b/Makefile.am | ||
24 | index 5737c6b20..2ba896088 100644 | ||
25 | --- a/Makefile.am | ||
26 | +++ b/Makefile.am | ||
27 | @@ -277,10 +277,6 @@ endif | ||
28 | do $(INSTALL_DATA) -D $$f $(DESTDIR)$(pkgdatadir)/runtime/softfloat/$$f; done) | ||
29 | (cd $(srcdir)/runtime/linux; for f in *.[ch]; \ | ||
30 | do $(INSTALL_DATA) -D $$f $(DESTDIR)$(pkgdatadir)/runtime/linux/$$f; done) | ||
31 | - (cd $(srcdir)/runtime/linux/uprobes; for f in Makefile *.[ch]; \ | ||
32 | - do $(INSTALL_DATA) -D $$f $(DESTDIR)$(pkgdatadir)/runtime/linux/uprobes/$$f; done) | ||
33 | - (cd $(srcdir)/runtime/linux/uprobes2; for f in *.[ch]; \ | ||
34 | - do $(INSTALL_DATA) -D $$f $(DESTDIR)$(pkgdatadir)/runtime/linux/uprobes2/$$f; done) | ||
35 | (cd $(srcdir)/tapset; find . \( -name '*.stp' -o -name '*.stpm' -o -name README \) -print \ | ||
36 | | while read f; do $(INSTALL_DATA) -D $$f $(DESTDIR)$(pkgdatadir)/tapset/$$f; done) | ||
37 | (cd $(srcdir)/testsuite/systemtap.examples; find . -type f -print \ | ||
38 | -- | ||
39 | 2.31.1 | ||
40 | |||
diff --git a/meta/recipes-kernel/systemtap/systemtap/0001-bpf-translate.cxx-fix-build-against-upcoming-gcc-14-.patch b/meta/recipes-kernel/systemtap/systemtap/0001-bpf-translate.cxx-fix-build-against-upcoming-gcc-14-.patch deleted file mode 100644 index e3d94d9312..0000000000 --- a/meta/recipes-kernel/systemtap/systemtap/0001-bpf-translate.cxx-fix-build-against-upcoming-gcc-14-.patch +++ /dev/null | |||
@@ -1,40 +0,0 @@ | |||
1 | From d42139cf9cd26d0c0363fcfe007716baeb8de517 Mon Sep 17 00:00:00 2001 | ||
2 | From: Sergei Trofimovich <slyich@gmail.com> | ||
3 | Date: Fri, 22 Dec 2023 19:42:38 +0000 | ||
4 | Subject: [PATCH] bpf-translate.cxx: fix build against upcoming `gcc-14` | ||
5 | (`-Werror=calloc-transposed-args`) | ||
6 | |||
7 | `gcc-14` added a new `-Wcalloc-transposed-args` warning recently. It | ||
8 | detected minor infelicity in `calloc()` API usage in `systemtap`: | ||
9 | |||
10 | bpf-translate.cxx: In function 'bpf::BPF_Section* bpf::output_probe(BPF_Output&, program&, const std::string&, unsigned int)': | ||
11 | bpf-translate.cxx:5044:39: error: 'void* calloc(size_t, size_t)' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Werror=calloc-transposed-args] | ||
12 | 5044 | bpf_insn *buf = (bpf_insn*) calloc (sizeof(bpf_insn), ninsns); | ||
13 | | ^~~~~~~~~~~~~~~~ | ||
14 | bpf-translate.cxx:5044:39: note: earlier argument should specify number of elements, later size of each element | ||
15 | |||
16 | Upstream-Status: Backport [https://sourceware.org/git/?p=systemtap.git;a=commit;h=d42139cf9cd26d0c0363fcfe007716baeb8de517] | ||
17 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
18 | --- | ||
19 | bpf-translate.cxx | 4 ++-- | ||
20 | 1 file changed, 2 insertions(+), 2 deletions(-) | ||
21 | |||
22 | diff --git a/bpf-translate.cxx b/bpf-translate.cxx | ||
23 | index 1a9302463..aa8ef65ce 100644 | ||
24 | --- a/bpf-translate.cxx | ||
25 | +++ b/bpf-translate.cxx | ||
26 | @@ -5041,9 +5041,9 @@ output_probe(BPF_Output &eo, program &prog, | ||
27 | } | ||
28 | } | ||
29 | |||
30 | - bpf_insn *buf = (bpf_insn*) calloc (sizeof(bpf_insn), ninsns); | ||
31 | + bpf_insn *buf = (bpf_insn*) calloc (ninsns, sizeof(bpf_insn)); | ||
32 | assert (buf); | ||
33 | - Elf64_Rel *rel = (Elf64_Rel*) calloc (sizeof(Elf64_Rel), nreloc); | ||
34 | + Elf64_Rel *rel = (Elf64_Rel*) calloc (nreloc, sizeof(Elf64_Rel)); | ||
35 | assert (rel); | ||
36 | |||
37 | unsigned i = 0, r = 0; | ||
38 | -- | ||
39 | 2.43.0 | ||
40 | |||
diff --git a/meta/recipes-kernel/systemtap/systemtap/0001-configure.ac-fix-broken-libdebuginfod-library-auto-d.patch b/meta/recipes-kernel/systemtap/systemtap/0001-configure.ac-fix-broken-libdebuginfod-library-auto-d.patch deleted file mode 100644 index 98641826f6..0000000000 --- a/meta/recipes-kernel/systemtap/systemtap/0001-configure.ac-fix-broken-libdebuginfod-library-auto-d.patch +++ /dev/null | |||
@@ -1,51 +0,0 @@ | |||
1 | From 3913ad3e28a19811e1b52338112344a487057e4f Mon Sep 17 00:00:00 2001 | ||
2 | From: Victor Kamensky <victor.kamensky7@gmail.com> | ||
3 | Date: Mon, 18 Dec 2023 03:13:38 +0000 | ||
4 | Subject: [PATCH 1/2] configure.ac: fix broken libdebuginfod library auto | ||
5 | detection | ||
6 | |||
7 | After 2e67b053e3796ee7cf29a39f9698729b52078406 "configury: rework debuginfod searches" | ||
8 | commit, libdebuginfod.so library auto detection is broken. It was reported by Martin Jansa | ||
9 | on openembedded-core mailing list [1]. | ||
10 | |||
11 | Currently configure.ac does "AC_DEFINE([HAVE_LIBDEBUGINFOD], [1] ..." as long as | ||
12 | no --without-debuginfod option is passed, regardless PKG_CHECK_MODULES check result. | ||
13 | It seems to be bad copy/paste. Address the issue by moving the AC_DEFINE back to | ||
14 | PKG_CHECK_MODULES action-if-found block. | ||
15 | |||
16 | To reproduce the issue on FC system, one can do the following | ||
17 | "sudo dnf remove elfutils-debuginfod-client-devel" and then try to build SystemTap | ||
18 | util.cxx will fail to compile because of missing elfutils/debuginfod.h because | ||
19 | config.h will have "#define HAVE_LIBDEBUGINFOD 1", while config.log and configure | ||
20 | output indicates that check for libdebuginfod library failed. | ||
21 | |||
22 | [1] https://lists.openembedded.org/g/openembedded-core/message/192109?p=%2C%2C%2C20%2C0%2C0%2C0%3A%3Acreated%2C0%2Csystemtap%2C20%2C2%2C0%2C102987514 | ||
23 | |||
24 | Upstream-Status: Submitted [https://sourceware.org/pipermail/systemtap/2023q4/027914.html] | ||
25 | Signed-off-by: Victor Kamensky <victor.kamensky7@gmail.com> | ||
26 | --- | ||
27 | configure.ac | 5 ++--- | ||
28 | 1 file changed, 2 insertions(+), 3 deletions(-) | ||
29 | |||
30 | diff --git a/configure.ac b/configure.ac | ||
31 | index d9559c5c3..18cd7f84a 100644 | ||
32 | --- a/configure.ac | ||
33 | +++ b/configure.ac | ||
34 | @@ -219,12 +219,11 @@ dnl take the user at his or her word | ||
35 | elif test "x$with_debuginfod" != xno; then | ||
36 | dnl check in the system pkgconfig | ||
37 | PKG_CHECK_MODULES([debuginfod], [libdebuginfod >= 0.179], | ||
38 | - [have_debuginfod=1], | ||
39 | + [have_debuginfod=1 | ||
40 | + AC_DEFINE([HAVE_LIBDEBUGINFOD], [1], [Define to 1 if debuginfod is enabled.])], | ||
41 | [if test "x$with_debuginfod" = xyes; then | ||
42 | AC_MSG_ERROR(["--with-debuginfod was given, but libdebuginfod is missing or unusable."]) | ||
43 | fi]) | ||
44 | - AC_DEFINE([HAVE_LIBDEBUGINFOD], [1], [Define to 1 if debuginfod is enabled.]) | ||
45 | - AC_MSG_RESULT([yes]) | ||
46 | else | ||
47 | AC_MSG_RESULT([no]) | ||
48 | fi | ||
49 | -- | ||
50 | 2.31.1 | ||
51 | |||
diff --git a/meta/recipes-kernel/systemtap/systemtap/0001-improve-reproducibility-for-c-compiling.patch b/meta/recipes-kernel/systemtap/systemtap/0001-improve-reproducibility-for-c-compiling.patch index 15a6f2a9a5..7d35f76b29 100644 --- a/meta/recipes-kernel/systemtap/systemtap/0001-improve-reproducibility-for-c-compiling.patch +++ b/meta/recipes-kernel/systemtap/systemtap/0001-improve-reproducibility-for-c-compiling.patch | |||
@@ -13,19 +13,16 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> | |||
13 | stringtable.h | 2 +- | 13 | stringtable.h | 2 +- |
14 | 1 file changed, 1 insertion(+), 1 deletion(-) | 14 | 1 file changed, 1 insertion(+), 1 deletion(-) |
15 | 15 | ||
16 | diff --git a/stringtable.h b/stringtable.h | 16 | Index: git/stringtable.h |
17 | index 5fc42e7..6fd8a1e 100644 | 17 | =================================================================== |
18 | --- a/stringtable.h | 18 | --- git.orig/stringtable.h |
19 | +++ b/stringtable.h | 19 | +++ git/stringtable.h |
20 | @@ -19,7 +19,7 @@ | 20 | @@ -23,7 +23,7 @@ |
21 | 21 | ||
22 | #if defined(HAVE_BOOST_UTILITY_STRING_REF_HPP) | 22 | #if 0 && defined(HAVE_BOOST_UTILITY_STRING_REF_HPP) |
23 | #include <boost/version.hpp> | 23 | #include <boost/version.hpp> |
24 | -#include <boost/utility/string_ref.hpp> //header with string_ref | 24 | -#include <boost/utility/string_ref.hpp> //header with string_ref |
25 | +#include "@RELATIVE_STAGING_INCDIR@/boost/utility/string_ref.hpp" //header with string_ref | 25 | +#include "@RELATIVE_STAGING_INCDIR@/boost/utility/string_ref.hpp" //header with string_ref |
26 | 26 | ||
27 | // XXX: experimental tunables | 27 | // XXX: experimental tunables |
28 | #define INTERNED_STRING_FIND_MEMMEM 1 /* perf stat indicates a very slight benefit */ | 28 | #define INTERNED_STRING_FIND_MEMMEM 1 /* perf stat indicates a very slight benefit */ |
29 | -- | ||
30 | 2.7.4 | ||
31 | |||
diff --git a/meta/recipes-kernel/systemtap/systemtap/0001-prerelease-datestamp-fixes.patch b/meta/recipes-kernel/systemtap/systemtap/0001-prerelease-datestamp-fixes.patch deleted file mode 100644 index afdc10a3fe..0000000000 --- a/meta/recipes-kernel/systemtap/systemtap/0001-prerelease-datestamp-fixes.patch +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | From cfc2c1d53924face11e3fab78ded61c359778eb9 Mon Sep 17 00:00:00 2001 | ||
2 | From: "Frank Ch. Eigler" <fche@redhat.com> | ||
3 | Date: Sat, 4 Nov 2023 12:19:59 -0400 | ||
4 | Subject: [PATCH] prerelease datestamp fixes | ||
5 | |||
6 | Upstream-Status: Backport | ||
7 | --- | ||
8 | NEWS | 2 +- | ||
9 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
10 | |||
11 | diff --git a/NEWS b/NEWS | ||
12 | index c7f31e8b7..f0f9056c4 100644 | ||
13 | --- a/NEWS | ||
14 | +++ b/NEWS | ||
15 | @@ -1,4 +1,4 @@ | ||
16 | -* What's new in version 5.0, 2023-11-03 | ||
17 | +* What's new in version 5.0, 2023-11-04 | ||
18 | |||
19 | - Performance improvements in uprobe registration and module startup. | ||
20 | |||
21 | -- | ||
22 | 2.31.1 | ||
23 | |||
diff --git a/meta/recipes-kernel/systemtap/systemtap/0001-python-Makefile.am-use-absolute-path-for-source-dire.patch b/meta/recipes-kernel/systemtap/systemtap/0001-python-Makefile.am-use-absolute-path-for-source-dire.patch new file mode 100644 index 0000000000..dacd19edd1 --- /dev/null +++ b/meta/recipes-kernel/systemtap/systemtap/0001-python-Makefile.am-use-absolute-path-for-source-dire.patch | |||
@@ -0,0 +1,36 @@ | |||
1 | From 71e4ffd46dbbb7de1d06edb66f3e1fe0de423586 Mon Sep 17 00:00:00 2001 | ||
2 | From: Alexander Kanavin <alex@linutronix.de> | ||
3 | Date: Wed, 21 May 2025 13:25:46 +0200 | ||
4 | Subject: [PATCH] python/Makefile.am: use absolute path for source directory | ||
5 | includes as well | ||
6 | |||
7 | Otherwise it would be relative to the build directory, | ||
8 | which works only if the build and source directory are in the | ||
9 | same parent directory, and breaks if they're on different levels. | ||
10 | |||
11 | Upstream-Status: Submitted [by email to fche@redhat.com,wcohen@redhat.com,systemtap@sourceware.org] | ||
12 | Signed-off-by: Alexander Kanavin <alex@linutronix.de> | ||
13 | --- | ||
14 | python/Makefile.am | 4 ++-- | ||
15 | 1 file changed, 2 insertions(+), 2 deletions(-) | ||
16 | |||
17 | diff --git a/python/Makefile.am b/python/Makefile.am | ||
18 | index 9d5cb7bcb..130e90b24 100644 | ||
19 | --- a/python/Makefile.am | ||
20 | +++ b/python/Makefile.am | ||
21 | @@ -2,10 +2,10 @@ | ||
22 | |||
23 | AUTOMAKE_OPTIONS = subdir-objects | ||
24 | |||
25 | -# Note that we have to use 'abs_builddir' here since we change | ||
26 | +# Note that we have to use absolute directores here since we change | ||
27 | # directories back to the source directory when building the python | ||
28 | # extension. | ||
29 | -AM_CPPFLAGS = -I$(srcdir)/../includes | ||
30 | +AM_CPPFLAGS = -I$(abs_srcdir)/../includes | ||
31 | AM_CPPFLAGS += -I$(abs_builddir)/../includes/sys | ||
32 | |||
33 | # Add OE's CFLAGS which contains `-fdebug-prefix-map' options to | ||
34 | -- | ||
35 | 2.39.5 | ||
36 | |||
diff --git a/meta/recipes-kernel/systemtap/systemtap/0001-staprun-fix-build-against-upcoming-gcc-14-Werror-cal.patch b/meta/recipes-kernel/systemtap/systemtap/0001-staprun-fix-build-against-upcoming-gcc-14-Werror-cal.patch deleted file mode 100644 index 22578fb3f6..0000000000 --- a/meta/recipes-kernel/systemtap/systemtap/0001-staprun-fix-build-against-upcoming-gcc-14-Werror-cal.patch +++ /dev/null | |||
@@ -1,36 +0,0 @@ | |||
1 | From 52596f023652114642faba5726c99488529029ce Mon Sep 17 00:00:00 2001 | ||
2 | From: Sergei Trofimovich <slyich@gmail.com> | ||
3 | Date: Thu, 21 Dec 2023 10:00:06 +0000 | ||
4 | Subject: [PATCH] staprun: fix build against upcoming `gcc-14` | ||
5 | (`-Werror=calloc-transposed-args`) | ||
6 | |||
7 | `gcc-14` added a new `-Wcalloc-transposed-args` warning recently. It | ||
8 | detected minor infelicity in `calloc()` API usage in `systemtap`: | ||
9 | |||
10 | staprun.c: In function 'main': | ||
11 | staprun.c:550:50: error: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Werror=calloc-transposed-args] | ||
12 | 550 | char ** new_argv = calloc(sizeof(char *),argc+2); | ||
13 | | ^~~~ | ||
14 | |||
15 | Upstream-Status: Backport [https://sourceware.org/git/?p=systemtap.git;a=commit;h=52596f023652114642faba5726c99488529029ce] | ||
16 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
17 | --- | ||
18 | staprun/staprun.c | 2 +- | ||
19 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
20 | |||
21 | diff --git a/staprun/staprun.c b/staprun/staprun.c | ||
22 | index 8437f3af6..d1b0b221b 100644 | ||
23 | --- a/staprun/staprun.c | ||
24 | +++ b/staprun/staprun.c | ||
25 | @@ -547,7 +547,7 @@ int main(int argc, char **argv) | ||
26 | us to extend argv[], with all the C fun that entails. */ | ||
27 | #ifdef HAVE_OPENAT | ||
28 | if (relay_basedir_fd >= 0) { | ||
29 | - char ** new_argv = calloc(sizeof(char *),argc+2); | ||
30 | + char ** new_argv = calloc(argc+2, sizeof(char *)); | ||
31 | const int new_Foption_size = 10; /* -FNNNNN */ | ||
32 | char * new_Foption = malloc(new_Foption_size); | ||
33 | int i; | ||
34 | -- | ||
35 | 2.43.0 | ||
36 | |||
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_5.3.bb index 68f5c76428..588b3b8d36 100644 --- a/meta/recipes-kernel/systemtap/systemtap_git.bb +++ b/meta/recipes-kernel/systemtap/systemtap_5.3.bb | |||
@@ -9,6 +9,7 @@ require systemtap_git.inc | |||
9 | SRC_URI += " \ | 9 | SRC_URI += " \ |
10 | file://0001-improve-reproducibility-for-c-compiling.patch \ | 10 | file://0001-improve-reproducibility-for-c-compiling.patch \ |
11 | file://0001-staprun-address-ncurses-6.3-failures.patch \ | 11 | file://0001-staprun-address-ncurses-6.3-failures.patch \ |
12 | file://0001-python-Makefile.am-use-absolute-path-for-source-dire.patch \ | ||
12 | " | 13 | " |
13 | 14 | ||
14 | DEPENDS = "elfutils" | 15 | DEPENDS = "elfutils" |
@@ -17,6 +18,7 @@ EXTRA_OECONF += "--with-libelf=${STAGING_DIR_TARGET} --without-rpm \ | |||
17 | --without-nss --without-avahi --without-dyninst \ | 18 | --without-nss --without-avahi --without-dyninst \ |
18 | --disable-server --disable-grapher --enable-prologues \ | 19 | --disable-server --disable-grapher --enable-prologues \ |
19 | --with-python3 --without-python2-probes \ | 20 | --with-python3 --without-python2-probes \ |
21 | --with-extra-version="oe" \ | ||
20 | ac_cv_prog_have_javac=no \ | 22 | ac_cv_prog_have_javac=no \ |
21 | ac_cv_prog_have_jar=no " | 23 | ac_cv_prog_have_jar=no " |
22 | 24 | ||
@@ -35,9 +37,6 @@ PACKAGECONFIG[debuginfod] = "--with-debuginfod, --without-debuginfod" | |||
35 | inherit autotools gettext pkgconfig systemd | 37 | inherit autotools gettext pkgconfig systemd |
36 | inherit_defer ${@bb.utils.contains('PACKAGECONFIG', 'python3-probes', 'setuptools3-base', '', d)} | 38 | inherit_defer ${@bb.utils.contains('PACKAGECONFIG', 'python3-probes', 'setuptools3-base', '', d)} |
37 | 39 | ||
38 | # | ../git/elaborate.cxx:2601:21: error: storing the address of local variable 'sym' in '*s.systemtap_session::symbol_resolver' [-Werror=dangling-pointer=] | ||
39 | CXXFLAGS += "-Wno-dangling-pointer" | ||
40 | |||
41 | # exporter comes with python3-probes | 40 | # exporter comes with python3-probes |
42 | PACKAGES =+ "${PN}-exporter" | 41 | PACKAGES =+ "${PN}-exporter" |
43 | FILES:${PN}-exporter = "${sysconfdir}/stap-exporter/* \ | 42 | FILES:${PN}-exporter = "${sysconfdir}/stap-exporter/* \ |
@@ -101,3 +100,7 @@ do_install:append () { | |||
101 | } | 100 | } |
102 | 101 | ||
103 | BBCLASSEXTEND = "nativesdk" | 102 | BBCLASSEXTEND = "nativesdk" |
103 | |||
104 | # Emits lot of warning which are treated as errors | ||
105 | # They must be looked into before disabling | ||
106 | TOOLCHAIN = "gcc" | ||
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/recipes-kernel/systemtap/systemtap_git.inc index c574bcb2ba..86336b0779 100644 --- a/meta/recipes-kernel/systemtap/systemtap_git.inc +++ b/meta/recipes-kernel/systemtap/systemtap_git.inc | |||
@@ -1,24 +1,17 @@ | |||
1 | LICENSE = "GPL-2.0-only" | 1 | LICENSE = "GPL-2.0-only" |
2 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
3 | SRCREV = "e72dc118e563c645d93a1a2d771e8d90e8fec1ae" | ||
4 | PV = "5.0" | ||
5 | 3 | ||
6 | SRC_URI = "git://sourceware.org/git/systemtap.git;branch=master;protocol=https \ | 4 | SRC_URI = "git://sourceware.org/git/systemtap.git;protocol=https;branch=master;tag=release-${PV} \ |
7 | file://0001-Do-not-let-configure-write-a-python-location-into-th.patch \ | 5 | file://0001-Do-not-let-configure-write-a-python-location-into-th.patch \ |
8 | file://0001-Install-python-modules-to-correct-library-dir.patch \ | 6 | file://0001-Install-python-modules-to-correct-library-dir.patch \ |
9 | file://0001-staprun-stapbpf-don-t-support-installing-a-non-root.patch \ | 7 | file://0001-staprun-stapbpf-don-t-support-installing-a-non-root.patch \ |
10 | file://0001-Makefile.am-remove-runtime-linux-uprobes-and-runtime.patch \ | ||
11 | file://0001-prerelease-datestamp-fixes.patch \ | ||
12 | file://0001-configure.ac-fix-broken-libdebuginfod-library-auto-d.patch \ | ||
13 | file://0001-bpf-translate.cxx-fix-build-against-upcoming-gcc-14-.patch \ | ||
14 | file://0001-staprun-fix-build-against-upcoming-gcc-14-Werror-cal.patch \ | ||
15 | " | 8 | " |
16 | 9 | ||
10 | SRCREV = "c4fc655170b534478a6b131292b987630c7c0865" | ||
11 | |||
17 | COMPATIBLE_HOST = '(x86_64|i.86|powerpc|arm|aarch64|microblazeel|mips|riscv64).*-linux' | 12 | COMPATIBLE_HOST = '(x86_64|i.86|powerpc|arm|aarch64|microblazeel|mips|riscv64).*-linux' |
18 | COMPATIBLE_HOST:libc-musl = 'null' | 13 | COMPATIBLE_HOST:libc-musl = 'null' |
19 | 14 | ||
20 | S = "${WORKDIR}/git" | ||
21 | |||
22 | # systemtap can't be built without optimization, if someone tries to compile an | 15 | # systemtap can't be built without optimization, if someone tries to compile an |
23 | # entire image as -O0, break with fatal. | 16 | # entire image as -O0, break with fatal. |
24 | python () { | 17 | python () { |
diff --git a/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.01.23.bb b/meta/recipes-kernel/wireless-regdb/wireless-regdb_2025.02.20.bb index 8fde236ab4..09fff768c4 100644 --- a/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.01.23.bb +++ b/meta/recipes-kernel/wireless-regdb/wireless-regdb_2025.02.20.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "ISC" | |||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=07c4f6dea3845b02a18dc00c8c87699c" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=07c4f6dea3845b02a18dc00c8c87699c" |
6 | 6 | ||
7 | SRC_URI = "https://www.kernel.org/pub/software/network/${BPN}/${BP}.tar.xz" | 7 | SRC_URI = "https://www.kernel.org/pub/software/network/${BPN}/${BP}.tar.xz" |
8 | SRC_URI[sha256sum] = "c8a61c9acf76fa7eb4239e89f640dee3e87098d9f69b4d3518c9c60fc6d20c55" | 8 | SRC_URI[sha256sum] = "57f8e7721cf5a880c13ae0c202edbb21092a060d45f9e9c59bcd2a8272bfa456" |
9 | 9 | ||
10 | inherit bin_package allarch | 10 | inherit bin_package allarch |
11 | 11 | ||