[PR #8196] [MERGED] Bump sharpcompress from 0.32.1 to 0.32.2 #11468

Closed
opened 2025-12-22 08:46:23 +01:00 by backuprepo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/8196
Author: @dependabot[bot]
Created: 8/1/2022
Status: Merged
Merged: 8/1/2022
Merged by: @crobibero

Base: masterHead: dependabot/nuget/sharpcompress-0.32.2


📝 Commits (1)

  • 4358fd0 Bump sharpcompress from 0.32.1 to 0.32.2

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 Emby.Server.Implementations/Emby.Server.Implementations.csproj (+1 -1)

📄 Description

Bumps sharpcompress from 0.32.1 to 0.32.2.

Release notes

Sourced from sharpcompress's releases.

0.32.2 - bug fixes

What's Changed

New Contributors

Full Changelog: https://github.com/adamhathcock/sharpcompress/compare/0.32.1...0.32.2

Commits
  • 3009e6d Mark for 0.32.2
  • 70343b1 add more tests for uncompressed streaming zips
  • 3f6027e Merge pull request #686 from Erior/477
  • 5706732 Naive implementation of searching of DataDescriptor, not compatible with big ...
  • ad633a9 missing test file from error report
  • 7c56df1 Mitigation of problems
  • c1110f2 Merge pull request #683 from OwnageIsMagic/patch-1
  • 6476425 Merge branch 'master' into patch-1
  • 5ca4efa WriteAll: revert 109a7c1
  • deddf12 Merge pull request #684 from daverant/nuget-license
  • 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/8196 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/1/2022 **Status:** ✅ Merged **Merged:** 8/1/2022 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `dependabot/nuget/sharpcompress-0.32.2` --- ### 📝 Commits (1) - [`4358fd0`](https://github.com/jellyfin/jellyfin/commit/4358fd01147c30fa7cc96bebd229324c145dc6f3) Bump sharpcompress from 0.32.1 to 0.32.2 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Emby.Server.Implementations.csproj` (+1 -1) </details> ### 📄 Description Bumps [sharpcompress](https://github.com/adamhathcock/sharpcompress) from 0.32.1 to 0.32.2. <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.32.2 - bug fixes</h2> <h2>What's Changed</h2> <ul> <li>ReadOnlySubStream overrides and adds logic <a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/issues/636">#636</a> by <a href="https://github.com/Erior"><code>@​Erior</code></a> in <a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/675">adamhathcock/sharpcompress#675</a></li> <li>Fix LZMADecoder Code function by <a href="https://github.com/louis-michelbergeron"><code>@​louis-michelbergeron</code></a> in <a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/679">adamhathcock/sharpcompress#679</a></li> <li>RarArchive has Min/MaxVersion. RarEntry has Volumne Indexes. GZ CRC fix. by <a href="https://github.com/Nanook"><code>@​Nanook</code></a> in <a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/682">adamhathcock/sharpcompress#682</a></li> <li>Include license in nuget package by <a href="https://github.com/daverant"><code>@​daverant</code></a> in <a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/684">adamhathcock/sharpcompress#684</a></li> <li>WriteAll: use delegate instead of Expression by <a href="https://github.com/OwnageIsMagic"><code>@​OwnageIsMagic</code></a> in <a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/683">adamhathcock/sharpcompress#683</a></li> <li>Mitigation of problems by <a href="https://github.com/Erior"><code>@​Erior</code></a> in <a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/686">adamhathcock/sharpcompress#686</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/daverant"><code>@​daverant</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/684">adamhathcock/sharpcompress#684</a></li> <li><a href="https://github.com/OwnageIsMagic"><code>@​OwnageIsMagic</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/pull/683">adamhathcock/sharpcompress#683</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/adamhathcock/sharpcompress/compare/0.32.1...0.32.2">https://github.com/adamhathcock/sharpcompress/compare/0.32.1...0.32.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/3009e6dcfd183760fbdb675249b7a65a2894618b"><code>3009e6d</code></a> Mark for 0.32.2</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/70343b17bcb25c440ed306831844bd78111a35e1"><code>70343b1</code></a> add more tests for uncompressed streaming zips</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/3f6027ec2c7d82422e956edc1a57236d1dbe0532"><code>3f6027e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/issues/686">#686</a> from Erior/477</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/5706732c55fff25f4f57b8b082c1fb89359ffd6c"><code>5706732</code></a> Naive implementation of searching of DataDescriptor, not compatible with big ...</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/ad633a9dd0b87679040d9f9582bd5f141f9613e7"><code>ad633a9</code></a> missing test file from error report</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/7c56df1237e98a6478516d338b16b1f06daf303d"><code>7c56df1</code></a> Mitigation of problems</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/c1110f2897b9a6d723b81add885d8c376f8dfaca"><code>c1110f2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/issues/683">#683</a> from OwnageIsMagic/patch-1</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/647642578b1927511e98919be489e9fe4cbc73fe"><code>6476425</code></a> Merge branch 'master' into patch-1</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/5ca4efac317c8c401d3d675d2bb02c8fbfcfaeda"><code>5ca4efa</code></a> WriteAll: revert 109a7c1</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/deddf12b709e41f86ac59c5c12bdcf58e13e95f1"><code>deddf12</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/issues/684">#684</a> from daverant/nuget-license</li> <li>Additional commits viewable in <a href="https://github.com/adamhathcock/sharpcompress/compare/0.32.1...0.32.2">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.32.1&new-version=0.32.2)](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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo 2025-12-22 08:46:23 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#11468
No description provided.