Skip to content

Commit

Permalink
Preparing for r151042o
Browse files Browse the repository at this point in the history
  • Loading branch information
citrus-it committed Aug 9, 2022
1 parent ecad211 commit a04a4da
Show file tree
Hide file tree
Showing 2 changed files with 36 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=i
RELSUFFIX=o

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

# Release Notes for OmniOSce v11 r151042

## r151042o (2022-08-10)
Weekly release for w/c 8th of August 2022.
> This update requires a reboot
### Security Fixes

* Fix for Post-barrier Return Stack Buffer Predictions
[CVE-2022-26373](https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/advisory-guidance/post-barrier-return-stack-buffer-predictions.html)

* Fix for a rare kernel panic due to a race condition in poll()

* net-snmp updated to version 5.9.3, fixing
[CVE-2022-24805](https://nvd.nist.gov/vuln/detail/CVE-2022-24805),
[CVE-2022-24809](https://nvd.nist.gov/vuln/detail/CVE-2022-24809),
[CVE-2022-24806](https://nvd.nist.gov/vuln/detail/CVE-2022-24806),
[CVE-2022-24807](https://nvd.nist.gov/vuln/detail/CVE-2022-24807),
[CVE-2022-24808](https://nvd.nist.gov/vuln/detail/CVE-2022-24808) and
[CVE-2022-24810](https://nvd.nist.gov/vuln/detail/CVE-2022-24810)

* AMD CPU microcode updated to latest versions as of 20220408

* Python 3.10 updated to version 3.10.6

* OpenJDK packages updated to versions 1.8.345-01, 11.0.16+8 and 17.0.4+8

* OpenSSL updated to version 1.1.1q and 3.0.5

### Other Changes

* Updates to ZFS to gracefully handle unknown/invalid vdev device IDs

<br>

---

## r151042i (2022-06-30)
Weekly release for w/c 27th of June 2022.
> This update requires a reboot
Expand Down

0 comments on commit a04a4da

Please sign in to comment.