From 5854492ac6c7dbf71de44184ca60594a1a695e2f Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Sun, 8 Oct 2023 08:04:42 +0000 Subject: [PATCH] Preparing for r151046x --- build/release/build.sh | 2 +- doc/ReleaseNotes.md | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/build/release/build.sh b/build/release/build.sh index ccbdebc1a7..e19cb05dbc 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=u +RELSUFFIX=x RELEASE=${RELVER}${RELSUFFIX} RELDATE="`date +%Y.%m.%d`" diff --git a/doc/ReleaseNotes.md b/doc/ReleaseNotes.md index c5b4668bab..ba0c486e0c 100644 --- a/doc/ReleaseNotes.md +++ b/doc/ReleaseNotes.md @@ -4,6 +4,25 @@ # Release Notes for OmniOSce v11 r151046 +## r151046x (2023-10-11) +Weekly release for w/c 09th of October 2023. +> This is a non-reboot update + +### Security Fixes + +* `curl` updated to version 8.4.0, fixing + [CVE-2023-38545](https://curl.se/docs/CVE-2023-38545.html), + [CVE-2023-38546](https://curl.se/docs/CVE-2023-38546.html). + +### Other Changes + +* [pkgdepend(1)](https://man.omnios.org/pkgdepend) used an excessive amount of + memory when performing the resolution step. + +
+ +--- + ## r151046u (2023-09-20) Weekly release for w/c 18th of September 2023. > This is a non-reboot update