Skip to content

Commit

Permalink
Merge pull request #3422 from citrus-it/_r151038eg
Browse files Browse the repository at this point in the history
Preparing for r151038eg (r151038)
  • Loading branch information
citrus-it authored Dec 12, 2023
2 parents f253f1c + 3822154 commit c8654aa
Show file tree
Hide file tree
Showing 2 changed files with 27 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=ec
RELSUFFIX=eg

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

# Release Notes for OmniOS r151038

## r151038eg (2023-12-10)
Weekly release for w/c 11th of December 2023.
> This update requires a reboot
### Security Fixes

* `curl` has been updated to version 8.5.0.

* The OpenJDK packages have been upgraded to versions 1.8.392-08, 11.0.21+9
and 17.0.9+9.

* `perl` has been updated to address
[CVE-2023-47038](https://www.cve.org/CVERecord?id=CVE-2023-47038).

### Other Changes

* A race condition in ZFS could cause a very recently written file to appear to
contain holes if inspected with `lseek(SEEK_DATA)`. This is very hard to hit
in practice, although the GNU `cp` command can trigger it and produce empty
target files. The native illumos/OmniOS `cp` does not use lseek in this way
and is unaffected.

<br>

---

## r151038ec (2023-11-15)
Weekly release for w/c 13th of November 2023.
> This update requires a reboot
Expand Down

0 comments on commit c8654aa

Please sign in to comment.