granthess / S3ToolKit.MagicEngine

The CC Magic core engine
GNU Lesser General Public License v3.0
2 stars 2 forks source link

Bump sharpcompress from 0.8.2 to 0.21.0 in /S3ToolKit.MagicEngine.BDD #15

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 4 years ago

Bumps sharpcompress from 0.8.2 to 0.21.0.

Release notes *Sourced from [sharpcompress's releases](https://github.com/adamhathcock/sharpcompress/releases).* > ## 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) > - [Bouncy Castle namespace conflict fix](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/378) > > ## 0.20 - the one with Deflate64 > ## Features > > - [Deflate64 support](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/354) > - [Allow Tar Archive writing finalization to be optional](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/337) > - [Improved Skipping on Seekable streams](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/336) > > ## Fixes > - [Entry ToString](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/351) > - [Cake updated to 0.26 for building](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/352) > > ## 0.19.2 Fix > [Change namespace and visibility to avoid collisions](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/333) > > ## 0.18.2 - More bug fixes! > All fixes contributed from users! > > Bug fixes: > - [Double Dispose() of ZipWritingStream ](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/295) > - [XZ: fix padding issues](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/300) > - [XZ: fix variable-length integers decoding [#299](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/issues/299)](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/299) > - [Zlib: fix Adler32 implementation ](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/301) > - [Opening 7zip archive with invalid win32 date](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/303) > > ## 0.18 - bug fix release > Fixes > - [Fixed bug: Passing default ReaderOptions when creating ZipReader for solid extraction ](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/287) > > ## 0.18 > New > * Breaking change - [Remove ArchiveEncoding static class in favor of instance on Options](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/issues/268) - `ArchiveEncoding` is now on the Options base class. This now allows for more Encoding class options as well as a custom Func for decoding for more custom options. Being instance based avoids multi-threading issues. See [https://github.com/adamhathcock/sharpcompress/blob/master/src/SharpCompress/Common/ArchiveEncoding.cs](https://github.com/adamhathcock/sharpcompress/blob/master/src/SharpCompress/Common/ArchiveEncoding.cs) > > Fixes > * [LeaveStreamOpen doesn't work with TarWriter](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/issues/270) > * [If Zip file has normal file header AND a post-descriptor header AND the file is attempted to be skipped by a ZipReader, then the data is attempted to be skipped twice. ](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/issues/269) > * [AbstractReader.Skip() does not fully read bytes from non-local streams](https://github-redirect.dependabot.com/adamhathcock/sharpcompress/issues/275)
Commits - See full diff in [compare view](https://github.com/adamhathcock/sharpcompress/commits/0.21)


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.


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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](https://github.com/granthess/S3ToolKit.MagicEngine/network/alerts).
dependabot[bot] commented 3 years ago

Superseded by #17.