|
2 | 2 | The .xz File Format
|
3 | 3 | ===================
|
4 | 4 |
|
5 |
| -Version 1.1.0 (2022-12-11) |
| 5 | +Version 1.2.0 (2024-01-19) |
6 | 6 |
|
7 | 7 |
|
8 | 8 | 0. Preface
|
@@ -81,18 +81,22 @@ Version 1.1.0 (2022-12-11)
|
81 | 81 | 0.2. Getting the Latest Version
|
82 | 82 |
|
83 | 83 | The latest official version of this document can be downloaded
|
84 |
| - from <http://tukaani.org/xz/xz-file-format.txt>. |
| 84 | + from <https://xz.tukaani.org/format/xz-file-format.txt>. |
85 | 85 |
|
86 | 86 | Specific versions of this document have a filename
|
87 | 87 | xz-file-format-X.Y.Z.txt where X.Y.Z is the version number.
|
88 | 88 | For example, the version 1.0.0 of this document is available
|
89 |
| - at <http://tukaani.org/xz/xz-file-format-1.0.0.txt>. |
| 89 | + at <https://xz.tukaani.org/format/xz-file-format-1.0.0.txt>. |
90 | 90 |
|
91 | 91 |
|
92 | 92 | 0.3. Version History
|
93 | 93 |
|
94 | 94 | Version Date Description
|
95 | 95 |
|
| 96 | + 1.2.0 2024-01-19 Added RISC-V filter and updated URLs in |
| 97 | + Sections 0.2 and 7. The URL of this |
| 98 | + specification was changed. |
| 99 | + |
96 | 100 | 1.1.0 2022-12-11 Added ARM64 filter and clarified 32-bit
|
97 | 101 | ARM endianness in Section 5.3.2,
|
98 | 102 | language improvements in Section 5.4
|
@@ -923,6 +927,7 @@ Version 1.1.0 (2022-12-11)
|
923 | 927 | 0x08 2 bytes ARM Thumb filter [1]
|
924 | 928 | 0x09 4 bytes SPARC filter
|
925 | 929 | 0x0A 4 bytes ARM64 filter [2]
|
| 930 | + 0x0B 2 bytes RISC-V filter |
926 | 931 |
|
927 | 932 | [1] These are for little endian instruction encoding.
|
928 | 933 | This must not be confused with data endianness.
|
@@ -1136,30 +1141,30 @@ Version 1.1.0 (2022-12-11)
|
1136 | 1141 | 7. References
|
1137 | 1142 |
|
1138 | 1143 | LZMA SDK - The original LZMA implementation
|
1139 |
| - http://7-zip.org/sdk.html |
| 1144 | + https://7-zip.org/sdk.html |
1140 | 1145 |
|
1141 | 1146 | LZMA Utils - LZMA adapted to POSIX-like systems
|
1142 |
| - http://tukaani.org/lzma/ |
| 1147 | + https://tukaani.org/lzma/ |
1143 | 1148 |
|
1144 | 1149 | XZ Utils - The next generation of LZMA Utils
|
1145 |
| - http://tukaani.org/xz/ |
| 1150 | + https://xz.tukaani.org/xz-utils/ |
1146 | 1151 |
|
1147 | 1152 | [RFC-1952]
|
1148 | 1153 | GZIP file format specification version 4.3
|
1149 |
| - http://www.ietf.org/rfc/rfc1952.txt |
| 1154 | + https://www.ietf.org/rfc/rfc1952.txt |
1150 | 1155 | - Notation of byte boxes in section "2.1. Overall conventions"
|
1151 | 1156 |
|
1152 | 1157 | [RFC-2119]
|
1153 | 1158 | Key words for use in RFCs to Indicate Requirement Levels
|
1154 |
| - http://www.ietf.org/rfc/rfc2119.txt |
| 1159 | + https://www.ietf.org/rfc/rfc2119.txt |
1155 | 1160 |
|
1156 | 1161 | [GNU-tar]
|
1157 |
| - GNU tar 1.21 manual |
1158 |
| - http://www.gnu.org/software/tar/manual/html_node/Blocking-Factor.html |
| 1162 | + GNU tar 1.35 manual |
| 1163 | + https://www.gnu.org/software/tar/manual/html_node/Blocking-Factor.html |
1159 | 1164 | - Node 9.4.2 "Blocking Factor", paragraph that begins
|
1160 | 1165 | "gzip will complain about trailing garbage"
|
1161 | 1166 | - Note that this URL points to the latest version of the
|
1162 | 1167 | manual, and may some day not contain the note which is in
|
1163 |
| - 1.21. For the exact version of the manual, download GNU |
1164 |
| - tar 1.21: ftp://ftp.gnu.org/pub/gnu/tar/tar-1.21.tar.gz |
| 1168 | + 1.35. For the exact version of the manual, download GNU |
| 1169 | + tar 1.35: ftp://ftp.gnu.org/pub/gnu/tar/tar-1.35.tar.gz |
1165 | 1170 |
|
0 commit comments