Skip to content

Commit

Permalink
Merge pull request #3293 from citrus-it/_r151044ak
Browse files Browse the repository at this point in the history
Preparing for r151044ak (r151044)
  • Loading branch information
citrus-it committed Jul 20, 2023
2 parents fb5b973 + bbdab7d commit ef8617a
Show file tree
Hide file tree
Showing 2 changed files with 30 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=ag
RELSUFFIX=ak

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

# Release Notes for OmniOSce v11 r151044

## r151044ak (2023-07-20)
Weekly release for w/c 17th of July 2023.
> This update requires a reboot
### Security Fixes

* OpenSSH updated to version 9.3p2, fixing
[CVE-2023-38408](https://blog.qualys.com/vulnerabilities-threat-research/2023/07/19/cve-2023-38408-remote-code-execution-in-opensshs-forwarded-ssh-agent).

* The prgetsecflags() interface leaked a small (4 byte) portion of kernel stack
memory - [illumos 15788](https://www.illumos.org/issues/15788).

* OpenJDK packages have been updated to 11.0.20+8 and 17.0.8+7.

### Other Changes

* Various improvements to the SMB idmap service have been backported:
* [illumos 14306](https://www.illumos.org/issues/14306)
* [illumos 15556](https://www.illumos.org/issues/15556)
* [illumos 15564](https://www.illumos.org/issues/15564)
Most notably, it was previously possible to get flurries of log messages
of the form `Can't get SID for ID=0 type=0` and this is now resolved.

* The UUID generation library could produce invalid V4 UUIDs.

<br>

---

## r151044ag (2023-06-20)
Weekly release for w/c 19th of June 2023.
> This update requires a reboot
Expand Down

0 comments on commit ef8617a

Please sign in to comment.