Skip to content

Commit 5540f43

Browse files
committed
Docs: Update .xz file format specification to 1.2.0.
The new RISC-V filter was added to the specification, in addition to updating the specification URL.
1 parent 22d8619 commit 5540f43

File tree

1 file changed

+17
-12
lines changed

1 file changed

+17
-12
lines changed

doc/xz-file-format.txt

+17-12
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
The .xz File Format
33
===================
44

5-
Version 1.1.0 (2022-12-11)
5+
Version 1.2.0 (2024-01-19)
66

77

88
0. Preface
@@ -81,18 +81,22 @@ Version 1.1.0 (2022-12-11)
8181
0.2. Getting the Latest Version
8282

8383
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>.
8585

8686
Specific versions of this document have a filename
8787
xz-file-format-X.Y.Z.txt where X.Y.Z is the version number.
8888
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>.
9090

9191

9292
0.3. Version History
9393

9494
Version Date Description
9595

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+
96100
1.1.0 2022-12-11 Added ARM64 filter and clarified 32-bit
97101
ARM endianness in Section 5.3.2,
98102
language improvements in Section 5.4
@@ -923,6 +927,7 @@ Version 1.1.0 (2022-12-11)
923927
0x08 2 bytes ARM Thumb filter [1]
924928
0x09 4 bytes SPARC filter
925929
0x0A 4 bytes ARM64 filter [2]
930+
0x0B 2 bytes RISC-V filter
926931

927932
[1] These are for little endian instruction encoding.
928933
This must not be confused with data endianness.
@@ -1136,30 +1141,30 @@ Version 1.1.0 (2022-12-11)
11361141
7. References
11371142

11381143
LZMA SDK - The original LZMA implementation
1139-
http://7-zip.org/sdk.html
1144+
https://7-zip.org/sdk.html
11401145

11411146
LZMA Utils - LZMA adapted to POSIX-like systems
1142-
http://tukaani.org/lzma/
1147+
https://tukaani.org/lzma/
11431148

11441149
XZ Utils - The next generation of LZMA Utils
1145-
http://tukaani.org/xz/
1150+
https://xz.tukaani.org/xz-utils/
11461151

11471152
[RFC-1952]
11481153
GZIP file format specification version 4.3
1149-
http://www.ietf.org/rfc/rfc1952.txt
1154+
https://www.ietf.org/rfc/rfc1952.txt
11501155
- Notation of byte boxes in section "2.1. Overall conventions"
11511156

11521157
[RFC-2119]
11531158
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
11551160

11561161
[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
11591164
- Node 9.4.2 "Blocking Factor", paragraph that begins
11601165
"gzip will complain about trailing garbage"
11611166
- Note that this URL points to the latest version of the
11621167
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
11651170

0 commit comments

Comments
 (0)