From b5ee5fc8f03fc146e5b0787aaf0210982586c244 Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Mon, 8 Jan 2024 13:40:56 +0000 Subject: [PATCH] Preparing for r151038ej --- build/release/build.sh | 2 +- doc/ReleaseNotes.md | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/build/release/build.sh b/build/release/build.sh index 220aefff57..847dd835e2 100755 --- a/build/release/build.sh +++ b/build/release/build.sh @@ -23,7 +23,7 @@ SUMMARY="OmniOS release information" DESC="OmniOS /etc/release and /etc/os-release files" # Update the following line with the current release suffix -RELSUFFIX=eg +RELSUFFIX=ej RELEASE=${RELVER}${RELSUFFIX} RELDATE="`date +%Y.%m.%d`" diff --git a/doc/ReleaseNotes.md b/doc/ReleaseNotes.md index 1dab93db48..1e52372054 100644 --- a/doc/ReleaseNotes.md +++ b/doc/ReleaseNotes.md @@ -4,6 +4,32 @@ # Release Notes for OmniOS r151038 +## r151038ej (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. + +
+ +--- + ## r151038eg (2023-12-10) Weekly release for w/c 11th of December 2023. > This update requires a reboot