From aac80fa760d0023ce37b5ba41123a9c09884f77c Mon Sep 17 00:00:00 2001 From: Thilo Fromm Date: Wed, 8 Nov 2023 10:14:45 +0100 Subject: [PATCH] weekly updates 2023-11-09: add changelogs Signed-off-by: Thilo Fromm --- changelog/security/2023-11-09-weekly-updates.md | 1 + changelog/updates/2023-11-09-weekly-updates.md | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 changelog/security/2023-11-09-weekly-updates.md create mode 100644 changelog/updates/2023-11-09-weekly-updates.md diff --git a/changelog/security/2023-11-09-weekly-updates.md b/changelog/security/2023-11-09-weekly-updates.md new file mode 100644 index 0000000000..32fe2bdcb9 --- /dev/null +++ b/changelog/security/2023-11-09-weekly-updates.md @@ -0,0 +1 @@ +- zlib ([CVE-2023-45853](https://nvd.nist.gov/vuln/detail/CVE-2023-45853)) diff --git a/changelog/updates/2023-11-09-weekly-updates.md b/changelog/updates/2023-11-09-weekly-updates.md new file mode 100644 index 0000000000..898b3509ca --- /dev/null +++ b/changelog/updates/2023-11-09-weekly-updates.md @@ -0,0 +1,3 @@ +- hwdata ([v0.375](https://github.com/vcrhonek/hwdata/releases/tag/v0.375) +- nvme-cli ([v2.6](https://github.com/linux-nvme/nvme-cli/releases/tag/v2.6), libnvme [v1.6](https://github.com/linux-nvme/libnvme/releases/tag/v1.6)) +- SDK: python packaging ([23.2](https://github.com/pypa/packaging/releases/tag/23.2)), platformdirs ([3.11.0](https://github.com/platformdirs/platformdirs/releases/tag/3.11.0))