From 1a105f2807ab87db9ae5a7fdcca8df169318e155 Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Mon, 8 Jan 2024 13:40:42 +0000 Subject: [PATCH] Preparing for r151046aj --- build/release/build.sh | 2 +- doc/ReleaseNotes.md | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/build/release/build.sh b/build/release/build.sh index b4de1f636d..d00978afc7 100755 --- a/build/release/build.sh +++ b/build/release/build.sh @@ -25,7 +25,7 @@ DESC="OmniOS /etc/release and /etc/os-release files" set_arch 64 # Update the following line with the current release suffix -RELSUFFIX=ag +RELSUFFIX=aj RELEASE=${RELVER}${RELSUFFIX} RELDATE="`date +%Y.%m.%d`" diff --git a/doc/ReleaseNotes.md b/doc/ReleaseNotes.md index 88445a5e9c..204309f46b 100644 --- a/doc/ReleaseNotes.md +++ b/doc/ReleaseNotes.md @@ -4,6 +4,36 @@ # Release Notes for OmniOSce v11 r151046 +## r151046aj (2024-01-08) +Weekly release for w/c 1st of January 2024. +> This update requires a reboot + +### Security Fixes + +* AMD CPU microcode has been updated to 20231205. + +* OpenSSH has been updated to version 9.6p1, containing mitigations for + [CVE-2023-48795](https://www.cve.org/CVERecord?id=CVE-2023-48795), + [CVE-2023-46445](https://www.cve.org/CVERecord?id=CVE-2023-46445), + [CVE-2023-46446](https://www.cve.org/CVERecord?id=CVE-2023-46446), + collectively known as the [Terrapin attack](https://terrapin-attack.com). + +### Other Changes + +* A problem that could result in + [TCP data being lost](https://www.illumos.org/issues/16060) + during connection shutdown has been resolved. + +* Timezone data has been updated to 2023d. + +* A problem that could result in the unnecessary recompilation of python + objects has been addressed. Updated `python-311` and `cloud-init` packages + have been published. + +
+ +--- + ## r151046ag (2023-12-10) Weekly release for w/c 11th of December 2023. > This update requires a reboot