Skip to content

Commit 0a0540a

Browse files
committed
build: Bump pdgzip commit
1 parent 0e37edd commit 0a0540a

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
- Reject PE images with `SectionAlignment` = 0 (found via fuzzing).
2222
- Miscellaneous bug fixes.
2323

24+
Miscellaneous:
25+
- Update pdgzip subproject. Improves performance by ~25%.
26+
2427
2026-05-01 Mintsuki <mintsuki@protonmail.com>
2528

2629
*** Release 12.1.0 ***

bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if ! test -f version; then
5050
clone_repo_commit \
5151
https://github.com/iczelia/pdgzip.git \
5252
pdgzip \
53-
632b51b66537e23c532b9be7b3b6c839036e1a19
53+
ce578d3f815bf591b78d1689c09b05acf173c095
5454
cp pdgzip/pdgzip.c common/compress/pdgzip.c
5555
cp pdgzip/pdgzip.h common/compress/pdgzip.h
5656

0 commit comments

Comments
 (0)