diff --git a/build/release/build.sh b/build/release/build.sh index a80079bec..59c2bef9c 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=cj +RELSUFFIX=cl RELEASE=${RELVER}${RELSUFFIX} RELDATE="`date +%Y.%m.%d`" diff --git a/doc/ReleaseNotes.md b/doc/ReleaseNotes.md index 87170e9a1..499535365 100644 --- a/doc/ReleaseNotes.md +++ b/doc/ReleaseNotes.md @@ -4,6 +4,28 @@ # Release Notes for OmniOSce v11 r151046 +## r151046cl (2025-01-14) +Weekly release for w/c 13th of January 2025. +> This is a non-reboot update + +### Security Fixes + +* git updated to version 2.40.4, fixing + [CVE-2024-50349](https://www.cve.org/CVERecord?id=CVE-2024-50349), + [CVE-2024-52006](https://www.cve.org/CVERecord?id=CVE-2024-52006). + +* rsync updated to version 3.4.0, fixing + [CVE-2024-12084](https://www.cve.org/CVERecord?id=CVE-2024-12084), + [CVE-2024-12085](https://www.cve.org/CVERecord?id=CVE-2024-12085), + [CVE-2024-12086](https://www.cve.org/CVERecord?id=CVE-2024-12086), + [CVE-2024-12087](https://www.cve.org/CVERecord?id=CVE-2024-12087), + [CVE-2024-12088](https://www.cve.org/CVERecord?id=CVE-2024-12088), + [CVE-2024-12747](https://www.cve.org/CVERecord?id=CVE-2024-12747). + +
+ +--- + ## r151046cj (2025-01-02) Weekly release for w/c 30th of December 2024. > This is a non-reboot update