Skip to content

Commit

Permalink
Merge pull request #3334 from citrus-it/_r151038dq
Browse files Browse the repository at this point in the history
Preparing for r151038dq (r151038)
  • Loading branch information
citrus-it authored Aug 24, 2023
2 parents 3c178fd + b803cca commit e7d9360
Show file tree
Hide file tree
Showing 2 changed files with 35 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 @@ -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=dn
RELSUFFIX=dq

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

# Release Notes for OmniOS r151038

## r151038dq (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).

<br>

---

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

0 comments on commit e7d9360

Please sign in to comment.