Daniel-Griffiths / dbfz-mod-manager

A mod manager for Dragon Ball FighterZ
MIT License
14 stars 8 forks source link

Bump SharpCompress from 0.19.2 to 0.24.0 #4

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps SharpCompress from 0.19.2 to 0.24.0.

Release notes *Sourced from [SharpCompress's releases](https://github.com/adamhathcock/sharpcompress/releases).* > ## More fixes! > Bug Fixes: > > - [Fix: ArchiveEncoding was ignored in TarWriterOptions](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/442) > - For RAR's encryption - [Memory and speed optimization](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/444) > - [Various fixes for ZIP64 writer (zero byte entries, 32 bit where supported)](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/452) > - [Fix for clients failing on just having a 64 bit offset in ZIP64](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/453) > - [Handle a bad extra field in a local file header in zip files](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/455) > - [Return a bounded substream when data descriptors are used in seekable zips](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/457) > - [fix filename garbling in tar([#414](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/issues/414))](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/460) > > ## Feature and fixes rollup release! > Lots of stuff from users! > > New features: > > - [Changes to populate ZipArchive.ZipVolumne.Comment](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/436) > - [Tar symlink support](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/423) > - [Allow Flush on EntryStream](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/417) > - [file search support linq Pattern](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/402) > > Fixes: > > - [Tar filename with exactly 100 characters gets cut](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/408) > - [Recognise empty tar archives](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/409) > - [Enable parallel test execution](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/404) > - [Avoid throwing NotSupportedException in ReaderFactory hot path](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/400) > > ## Some perf fixes! > Mostly fixes this release. > > - [Implemented ReadByte/WriteByte on streams to improve performance > ](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/384) > - [Fixed EFS Handling](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/385) > - [Correctly set IsEncrypted For Rar5](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/396) > - [Zip Slip fix for Reader extensions](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/395) > > ## Bug fix for encoding > [Allow forced encoding to override default encoding for zip](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/381) > > ## 0.21.0 with RAR5 support! > ## Features > > - [RAR5](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/340) thanks to [@​coderb](https://github.com/coderb) for starting a report of the RAR code. There's still a large section that needs to be ported so for RAR format 2.9 it uses old code paths. > - [Expose Stream length if available](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/371) > > ## Fixes > - Security fix [Prevent paths from escaping base provided path](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/374) > - [Use IBM encoding when non-UTF8 as per zip spec](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/363) > - [LZip disposal fix](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/375) > ... (truncated)
Commits - [`5072a0f`](https://github.com/adamhathcock/sharpcompress/commit/5072a0f6f5dd3828a8ec7ce39146f70cd1a994d7) Merge pull request [#471](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/issues/471) from adamhathcock/release-024 - [`357dff1`](https://github.com/adamhathcock/sharpcompress/commit/357dff140369bef63848ad446ef14ac992cd6014) Bump version and dependencies - [`a2bd66d`](https://github.com/adamhathcock/sharpcompress/commit/a2bd66ded8c9fb8a1b97db34bcc806bb6c0c9030) Merge pull request [#460](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/issues/460) from itn3000/tar-fix-garbled2 - [`6bfa3c2`](https://github.com/adamhathcock/sharpcompress/commit/6bfa3c25a49cce52e0e7a08914850c0798e19116) add more comments - [`1ea9ab7`](https://github.com/adamhathcock/sharpcompress/commit/1ea9ab72c1c46e2388b023477a2e60e0e679bf6b) add comment for subtracting - [`07c42b8`](https://github.com/adamhathcock/sharpcompress/commit/07c42b8725a8c2f6786e467ff2fe67d8528b9066) replace magic number - [`70392c3`](https://github.com/adamhathcock/sharpcompress/commit/70392c32e246681e158b7926535c169cb634ddda) use Buffer.BlockCopy for performance - [`9b4b2a9`](https://github.com/adamhathcock/sharpcompress/commit/9b4b2a9f7c2480d4cb473ec94e77bf94d2a3d08b) considering encoding in processing filename([#414](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/issues/414)) - [`d3dd708`](https://github.com/adamhathcock/sharpcompress/commit/d3dd708b58d68fc50b08bdcf6dae05abd2430189) Merge pull request [#457](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/issues/457) from DannyBoyk/issue_456_zip_bounded_substreams_data_... - [`af264cd`](https://github.com/adamhathcock/sharpcompress/commit/af264cdc58c9d076bf83477cbdbfe7a5dad282b7) Return a bounded substream when data descriptors are used in seekable zips - Additional commits viewable in [compare view](https://github.com/adamhathcock/sharpcompress/compare/0.19.2...0.24)


Dependabot compatibility score

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 4 years ago

Superseded by #7.