AzUnzipEverything
AzUnzipEverything copied to clipboard
Bump SharpCompress from 0.26.0 to 0.29.0
Bumps SharpCompress from 0.26.0 to 0.29.0.
Release notes
Sourced from SharpCompress's releases.
0.29.0 - minor behavior change and fixes
Two minor fixes from contributors and a behavior fix for extraction. Now the destination directory has to exist before extracting will be allowed.
- Bugfix for TarWriter - too much padding in large files - adamhathcock/sharpcompress#610
- Allowing to seek empty zip files - adamhathcock/sharpcompress#611
- Ensure destination directory exists - adamhathcock/sharpcompress#614
More good fixes!
- adamhathcock/sharpcompress#601 Write ZIP64 End of Central Directory only if needed.
- adamhathcock/sharpcompress#596 - Conditionally parse Zip64 extra field based on specification
- adamhathcock/sharpcompress#592 - Downgrade System.Memory to fix buffer version issue
Minor bug fixes
Two issues found and squashed
- adamhathcock/sharpcompress#593 - ReadFully used by pkware encryption didn’t like spans
- adamhathcock/sharpcompress#579 - Do not place extension classes in common namespace
Recursive call fix
Fix for "old" callers (Windows, NET Standard 2.0) and a recursive call introduced in 0.28 - https://github.com/adamhathcock/sharpcompress/commit/020f8628145bc2361bef885ea4650d6636861659
New: 7ZIp encryption flag working: adamhathcock/sharpcompress#572
More fixes!
Fixes
- Zip64 Header and Size fix adamhathcock/sharpcompress#567
- Handling Longer Comments on Archives - adamhathcock/sharpcompress#570
- Fix zip64 header writing - adamhathcock/sharpcompress#571
Improvements
- More stackallocs and Span usage adamhathcock/sharpcompress#568
- Add option to ignore incomplete file Rar check adamhathcock/sharpcompress#569
GZip usage bugfix
Fix for Rewindable stream when using a gz file that isn't a tar
Updates.
New Features:
- Use Net5, NetCoreApp3.1, NetStandard2.1, NetStandard2.0 only - adamhathcock/sharpcompress#559
- Create and using PauseEntryRebuilding for adding large numbers of entriees - adamhathcock/sharpcompress#485
- Expose Last Modified time on GZipStream. Add CRC and Size to GZipEntries on Archive - adamhathcock/sharpcompress#560
- Use hardware accelerated Alder32 impl - adamhathcock/sharpcompress#551
Fixes:
- UT and Fix for: Index out of range exception from gzip adamhathcock/sharpcompress#541
- Perf changes from https://github.com/adamhathcock/sharpcompress/issues?q=is%3Apr+author%3Aiamcarbon as well!
Commits
ea5c8dc
Merge pull request #614 from adamhathcock/ensure-dest-dir-exists0209d00
Minor updates and prep for 0.29a8d065d
Ensure destination directory exists7bd9711
Merge pull request #610 from cyr/master61802ea
Merge branch 'adamhathcock:master' into masterb425659
Merge pull request #611 from Thunderstr1k3/fix-zipheader-seeking3e32e3d
Allowing to seek empty zip files1b661c9
Fixed bug where large (int32+ file size) adds an additional 512 bytes of padd...54fc26b
Update build and mark for 0.28.3161f99b
Merge pull request #601 from salvois/master- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.