Commit f2fa737
committed
Update to 7-Zip Version 24.09
Merge branch 24.09-zstd-br; closes gh-387
- renormalized merge (strategy recursive renormalized);
- conflicts resolved;
- registration of several (canonical) hashes changed in favor of 7-zip implementation:
* removed registration of canonical hashes for `MD5`, `SHA384` and `SHA3-256` (back to 7zip implementation, `SHA384` registering now in `Sha512Reg.cpp`, `SHA3-256` in `Sha3Reg.cpp`);
* renamed files with header and implementation of canonical hashes (to avoid name conflicts with 7zip own implementations):
- `C/hashes/md5.* => C/hashes/md5c.*`
- `C/hashes/Sha3.* => C/hashes/Sha3c.*`
- `C/hashes/sha512c.* => C/hashes/sha512c.*`
- renumerated IDs by register hashes (uniqueness), the list `DOC/Hashes.txt` is adjusted (matching current source code);File tree
136 files changed
+5274
-1998
lines changed- .github/workflows
- CPP
- 7zip
- Archive
- Common
- Rar
- Bundles
- Format7zF
- LzmaCon
- Common
- Crypto
- UI
- Agent
- Client7z
- Common
- Console
- Far
- FileManager
- GUI
- Common
- Windows
- C
- hashes
- DOC
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
136 files changed
+5274
-1998
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
| 315 | + | |
| 316 | + | |
315 | 317 | | |
316 | | - | |
317 | 318 | | |
318 | 319 | | |
319 | 320 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments