Skip to content

Commit

Permalink
Merge pull request #3294 from citrus-it/_r151046l
Browse files Browse the repository at this point in the history
Preparing for r151046l (r151046)
  • Loading branch information
citrus-it committed Jul 20, 2023
2 parents 138164f + 6cd7473 commit 94c525c
Show file tree
Hide file tree
Showing 2 changed files with 33 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=h
RELSUFFIX=l

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

# Release Notes for OmniOSce v11 r151046

## r151046l (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.

* An issue with python header files that could cause some third party software
to fail compilation has been resolved.

<br>

---

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

0 comments on commit 94c525c

Please sign in to comment.