From 6cd74731e6c98ec6e61da3c28d49ae6c8ecc70da Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Thu, 20 Jul 2023 11:34:26 +0000 Subject: [PATCH] Preparing for r151046l --- build/release/build.sh | 2 +- doc/ReleaseNotes.md | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/build/release/build.sh b/build/release/build.sh index 75498e1733..823e0c4d65 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=h +RELSUFFIX=l RELEASE=${RELVER}${RELSUFFIX} RELDATE="`date +%Y.%m.%d`" diff --git a/doc/ReleaseNotes.md b/doc/ReleaseNotes.md index 0c9d5f718e..9387c76fdf 100644 --- a/doc/ReleaseNotes.md +++ b/doc/ReleaseNotes.md @@ -4,6 +4,38 @@ # Release Notes for OmniOSce v11 r151046 +## r151046l (2023-07-20) +Weekly release for w/c 17th of July 2023. +> This update requires a reboot + +### Security Fixes + +* OpenSSH updated to version 9.3p2, fixing + [CVE-2023-38408](https://blog.qualys.com/vulnerabilities-threat-research/2023/07/19/cve-2023-38408-remote-code-execution-in-opensshs-forwarded-ssh-agent). + +* The prgetsecflags() interface leaked a small (4 byte) portion of kernel stack + memory - [illumos 15788](https://www.illumos.org/issues/15788). + +* OpenJDK packages have been updated to 11.0.20+8 and 17.0.8+7. + +### Other Changes + +* Various improvements to the SMB idmap service have been backported: + * [illumos 14306](https://www.illumos.org/issues/14306) + * [illumos 15556](https://www.illumos.org/issues/15556) + * [illumos 15564](https://www.illumos.org/issues/15564) + Most notably, it was previously possible to get flurries of log messages + of the form `Can't get SID for ID=0 type=0` and this is now resolved. + +* The UUID generation library could produce invalid V4 UUIDs. + +* An issue with python header files that could cause some third party software + to fail compilation has been resolved. + +
+ +--- + ## r151046h (2023-06-20) Weekly release for w/c 19th of June 2023. > This update requires a reboot