Bump SharpCompress from 0.25.1 to 0.29.0 in /src/KKManager.SB3UGS #62

Merged
dependabot[bot] merged 1 commit from dependabot/nuget/src/KKManager.SB3UGS/SharpCompress-0.29.0 into master 2021-09-20 22:35:18 +00:00
dependabot[bot] commented 2021-09-20 19:57:02 +00:00 (Migrated from github.com)

Bumps SharpCompress from 0.25.1 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.

More good fixes!

Minor bug fixes

Two issues found and squashed

Recursive call fix

More fixes!

Fixes

Improvements

GZip usage bugfix

Fix for Rewindable stream when using a gz file that isn't a tar

Updates.

New Features:

Fixes:

Encoding changes

Breaking changes

... (truncated)

Commits
  • ea5c8dc Merge pull request #614 from adamhathcock/ensure-dest-dir-exists
  • 0209d00 Minor updates and prep for 0.29
  • a8d065d Ensure destination directory exists
  • 7bd9711 Merge pull request #610 from cyr/master
  • 61802ea Merge branch 'adamhathcock:master' into master
  • b425659 Merge pull request #611 from Thunderstr1k3/fix-zipheader-seeking
  • 3e32e3d Allowing to seek empty zip files
  • 1b661c9 Fixed bug where large (int32+ file size) adds an additional 512 bytes of padd...
  • 54fc26b Update build and mark for 0.28.3
  • 161f99b Merge pull request #601 from salvois/master
  • Additional commits viewable in compare view

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 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.

Bumps [SharpCompress](https://github.com/adamhathcock/sharpcompress) from 0.25.1 to 0.29.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/adamhathcock/sharpcompress/releases">SharpCompress's releases</a>.</em></p> <blockquote> <h2>0.29.0 - minor behavior change and fixes</h2> <p>Two minor fixes from contributors and a behavior fix for extraction. Now the destination directory has to exist before extracting will be allowed.</p> <ul> <li>Bugfix for TarWriter - too much padding in large files - <a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/610">adamhathcock/sharpcompress#610</a></li> <li>Allowing to seek empty zip files - <a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/611">adamhathcock/sharpcompress#611</a></li> <li>Ensure destination directory exists - <a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/614">adamhathcock/sharpcompress#614</a></li> </ul> <h2>More good fixes!</h2> <ul> <li><a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/601-">adamhathcock/sharpcompress#601</a> Write ZIP64 End of Central Directory only if needed.</li> <li><a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/596">adamhathcock/sharpcompress#596</a> - Conditionally parse Zip64 extra field based on specification</li> <li><a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/592">adamhathcock/sharpcompress#592</a> - Downgrade System.Memory to fix buffer version issue</li> </ul> <h2>Minor bug fixes</h2> <p>Two issues found and squashed</p> <ul> <li><a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/593">adamhathcock/sharpcompress#593</a> - ReadFully used by pkware encryption didn’t like spans</li> <li><a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/579">adamhathcock/sharpcompress#579</a> - Do not place extension classes in common namespace</li> </ul> <h2>Recursive call fix</h2> <ul> <li> <p>Fix for &quot;old&quot; callers (Windows, NET Standard 2.0) and a recursive call introduced in 0.28 - <a href="https://github.com/adamhathcock/sharpcompress/commit/020f8628145bc2361bef885ea4650d6636861659">https://github.com/adamhathcock/sharpcompress/commit/020f8628145bc2361bef885ea4650d6636861659</a></p> </li> <li> <p>New: 7ZIp encryption flag working: <a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/572">adamhathcock/sharpcompress#572</a></p> </li> </ul> <h2>More fixes!</h2> <p>Fixes</p> <ul> <li>Zip64 Header and Size fix <a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/567">adamhathcock/sharpcompress#567</a></li> <li>Handling Longer Comments on Archives - <a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/570">adamhathcock/sharpcompress#570</a></li> <li>Fix zip64 header writing - <a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/571">adamhathcock/sharpcompress#571</a></li> </ul> <p>Improvements</p> <ul> <li>More stackallocs and Span usage <a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/568">adamhathcock/sharpcompress#568</a></li> <li>Add option to ignore incomplete file Rar check <a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/569">adamhathcock/sharpcompress#569</a></li> </ul> <h2>GZip usage bugfix</h2> <p>Fix for Rewindable stream when using a gz file that isn't a tar</p> <ul> <li><a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/563">adamhathcock/sharpcompress#563</a></li> </ul> <h2>Updates.</h2> <p>New Features:</p> <ul> <li>Use Net5, NetCoreApp3.1, NetStandard2.1, NetStandard2.0 only - <a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/559">adamhathcock/sharpcompress#559</a></li> <li>Create and using PauseEntryRebuilding for adding large numbers of entriees - <a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/485">adamhathcock/sharpcompress#485</a></li> <li>Expose Last Modified time on GZipStream. Add CRC and Size to GZipEntries on Archive - <a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/560">adamhathcock/sharpcompress#560</a></li> <li>Use hardware accelerated Alder32 impl - <a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/551">adamhathcock/sharpcompress#551</a></li> </ul> <p>Fixes:</p> <ul> <li>UT and Fix for: Index out of range exception from gzip <a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/541">adamhathcock/sharpcompress#541</a></li> <li>Perf changes from <a href="https://github.com/adamhathcock/sharpcompress/issues?q=is%3Apr+author%3Aiamcarbon">https://github.com/adamhathcock/sharpcompress/issues?q=is%3Apr+author%3Aiamcarbon</a> as well!</li> </ul> <h2>Encoding changes</h2> <p>Breaking changes</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/ea5c8dc06314c7a5068e7901c51a625224d2b288"><code>ea5c8dc</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/issues/614">#614</a> from adamhathcock/ensure-dest-dir-exists</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/0209d001641b3c7713e4cfe69c789d93b5f2580f"><code>0209d00</code></a> Minor updates and prep for 0.29</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/a8d065dc9eb7cca1165c7fc4b22b2b1bf4e2b579"><code>a8d065d</code></a> Ensure destination directory exists</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/7bd9711ade19fcfe2652496f7049c6bd65e9ff52"><code>7bd9711</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/issues/610">#610</a> from cyr/master</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/61802eadb44e6f7f57e30a105eb426fe583cfa17"><code>61802ea</code></a> Merge branch 'adamhathcock:master' into master</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/b4256590587f25f39f4a26e0a2c39bcd2d515199"><code>b425659</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/issues/611">#611</a> from Thunderstr1k3/fix-zipheader-seeking</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/3e32e3d7b149a4e519e817ea578943d4096bb642"><code>3e32e3d</code></a> Allowing to seek empty zip files</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/1b661c9df197c2d63281a73418ba7cd8762da7e6"><code>1b661c9</code></a> Fixed bug where large (int32+ file size) adds an additional 512 bytes of padd...</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/54fc26b93da723fe3c40c4e5ca8d19720669d7ed"><code>54fc26b</code></a> Update build and mark for 0.28.3</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/161f99bbad9e77115e25baab6dd2846c4f50d010"><code>161f99b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/issues/601">#601</a> from salvois/master</li> <li>Additional commits viewable in <a href="https://github.com/adamhathcock/sharpcompress/compare/0.25.1...0.29">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=SharpCompress&package-manager=nuget&previous-version=0.25.1&new-version=0.29.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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](https://github.com/IllusionMods/KKManager/network/alerts). </details>
Sign in to join this conversation.
No description provided.