File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ SUMMARY="OmniOS release information"
23
23
DESC=" OmniOS /etc/release and /etc/os-release files"
24
24
25
25
# Update the following line with the current release suffix
26
- RELSUFFIX=ec
26
+ RELSUFFIX=eg
27
27
28
28
RELEASE=${RELVER}${RELSUFFIX}
29
29
RELDATE=" ` date +%Y.%m.%d` "
Original file line number Diff line number Diff line change 4
4
5
5
# Release Notes for OmniOS r151038
6
6
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
+
7
33
## r151038ec (2023-11-15)
8
34
Weekly release for w/c 13th of November 2023.
9
35
> This update requires a reboot
You can’t perform that action at this time.
0 commit comments