Skip to content

Commit 099eca6

Browse files
author
Pavel Marek
committed
[GR-36554] Update XZ to XZ-1.9.
PullRequest: fastr/2701
2 parents 390039e + 38baa04 commit 099eca6

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* Display lists are fully implemented.
99
* Supported devices: SVG, PNG, JPEG, BMP, AWT.
1010
* See [graphics docs](./documentation/dev/graphics.md).
11+
* Updated XZ library for compression to the version XZ-1.9.
1112

1213
# 22.0.0
1314
* Adopted [NodeLibrary](https://www.graalvm.org/truffle/javadoc/com/oracle/truffle/api/interop/NodeLibrary.html).

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ overlay : '70f6f5e898421c1148dbe88f3ff50ff622db9adf' }
1+
{ overlay : 'cfc1feabe2396daa07e6f31f78d8705293cc8af9' }

mx.fastr/suite.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,15 @@
8888
"resource" : "true"
8989
},
9090

91-
"XZ-1.8" : {
92-
"sha1" : "c4f7d054303948eb6a4066194253886c8af07128",
91+
"XZ-1.9" : {
92+
"sha1" : "1ea4bec1a921180164852c65006d928617bd2caf",
9393
"maven" : {
9494
"groupId" : "org.tukaani",
9595
"artifactId" : "xz",
96-
"version" : "1.8",
96+
"version" : "1.9",
9797
},
9898
},
99+
99100
"BATIK-ALL-1.14" : {
100101
"sha1" : "a8d228e4ae2c21efb833fdfcdfe5446fa672974a",
101102
"maven" : {
@@ -261,7 +262,7 @@
261262
"com.oracle.truffle.r.launcher",
262263
"truffle:TRUFFLE_API",
263264
"sulong:SULONG_API",
264-
"XZ-1.8",
265+
"XZ-1.9",
265266
],
266267
"checkstyle" : "com.oracle.truffle.r.runtime",
267268
"checkstyleVersion": "8.8",
@@ -463,7 +464,7 @@
463464
"sdk:JLINE3",
464465
"truffle:ANTLR4",
465466
"GNUR",
466-
"XZ-1.8",
467+
"XZ-1.9",
467468
],
468469
"distDependencies" : [
469470
"truffle:TRUFFLE_API",

0 commit comments

Comments
 (0)