Skip to content

Commit 3822154

Browse files
committed
Preparing for r151038eg
1 parent f253f1c commit 3822154

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

build/release/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ SUMMARY="OmniOS release information"
2323
DESC="OmniOS /etc/release and /etc/os-release files"
2424

2525
# Update the following line with the current release suffix
26-
RELSUFFIX=ec
26+
RELSUFFIX=eg
2727

2828
RELEASE=${RELVER}${RELSUFFIX}
2929
RELDATE="`date +%Y.%m.%d`"

doc/ReleaseNotes.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,32 @@
44

55
# Release Notes for OmniOS r151038
66

7+
## r151038eg (2023-12-10)
8+
Weekly release for w/c 11th of December 2023.
9+
> This update requires a reboot
10+
11+
### Security Fixes
12+
13+
* `curl` has been updated to version 8.5.0.
14+
15+
* The OpenJDK packages have been upgraded to versions 1.8.392-08, 11.0.21+9
16+
and 17.0.9+9.
17+
18+
* `perl` has been updated to address
19+
[CVE-2023-47038](https://www.cve.org/CVERecord?id=CVE-2023-47038).
20+
21+
### Other Changes
22+
23+
* A race condition in ZFS could cause a very recently written file to appear to
24+
contain holes if inspected with `lseek(SEEK_DATA)`. This is very hard to hit
25+
in practice, although the GNU `cp` command can trigger it and produce empty
26+
target files. The native illumos/OmniOS `cp` does not use lseek in this way
27+
and is unaffected.
28+
29+
<br>
30+
31+
---
32+
733
## r151038ec (2023-11-15)
834
Weekly release for w/c 13th of November 2023.
935
> This update requires a reboot

0 commit comments

Comments
 (0)