Skip to content

Commit

Permalink
Merge pull request #3336 from citrus-it/_r151046q
Browse files Browse the repository at this point in the history
Preparing for r151046q (r151046)
  • Loading branch information
citrus-it authored Aug 24, 2023
2 parents b5ef1d1 + bc8e6d1 commit 40b3480
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/release/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=n
RELSUFFIX=q

RELEASE=${RELVER}${RELSUFFIX}
RELDATE="`date +%Y.%m.%d`"
Expand Down
37 changes: 37 additions & 0 deletions doc/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,43 @@

# Release Notes for OmniOSce v11 r151046

## r151046q (2023-08-24)
Weekly release for w/c 21st of August 2023.
> This update requires a reboot
### Security Fixes

- bhyve: fully reset the fwctl state if the guest requests it
[CVE-2023-3494](https://www.cve.org/CVERecord?id=CVE-2023-3494).

- Update Intel CPU microcode to 20230808. Contains mitigations for
[CVE-2022-40982](https://www.cve.org/CVERecord?id=CVE-2022-40982),
[CVE-2022-41804](https://www.cve.org/CVERecord?id=CVE-2022-41804),
[CVE-2023-23908](https://www.cve.org/CVERecord?id=CVE-2023-23908).

- Update AMD CPU microcode to 20230808. Contains mitigations for
[CVE-2023-20569](https://www.amd.com/en/resources/product-security/bulletin/amd-sb-7005.html).

- `screen` has been updated to version 4.9.1 which includes a fix for
[CVE-2023-24626](https://www.cve.org/CVERecord?id=CVE-2023-24626). Note that
this exploit required that `screen` be installed set-uid, which it is not be
default on OmniOS.

### Other Changes

- bhyve: take more care around `VM_MAXCPU`. A priviliged user could trigger a
kernel panic.

- LX: always set the `AT_SECURE` auxval to better emulate Linux and fix
problems with recent `dconf` [OS-8480](https://smartos.org/bugview/OS-8480).

- The version of the nettle cryptography library bundled with chrony has been
updated.

<br>

---

## r151046n (2023-08-03)
Weekly release for w/c 31st of July 2023.
> This is a non-reboot update
Expand Down

0 comments on commit 40b3480

Please sign in to comment.