[PR #5055] [MERGED] Bump sharpcompress from 0.26.0 to 0.27.1 #10386

Closed
opened 2026-02-07 06:19:22 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/5055
Author: @dependabot[bot]
Created: 1/18/2021
Status: Merged
Merged: 1/23/2021
Merged by: @Bond-009

Base: masterHead: dependabot/nuget/sharpcompress-0.27.1


📝 Commits (1)

  • 4e13b41 Bump sharpcompress from 0.26.0 to 0.27.1

📊 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.26.0 to 0.27.1.

Release notes

Sourced from sharpcompress's releases.

GZip usage bugfix

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

Updates.

New Features:

Fixes:

Commits
  • 4a7337b Merge pull request #563 from adamhathcock/add-reader-test-gzip
  • 1d8afb8 Bump version
  • 0f06c3d Fix rewindable stream to expose length
  • 9d5cb8d Add GZip Reader tests
  • a28d686 Fix relavant package references
  • ac525a8 Merge branch 'master' of github.com:adamhathcock/sharpcompress
  • 52c44be Merge pull request #560 from adamhathcock/gzip-fixes
  • c64251c Mark for 0.27
  • bdc57d3 Merge pull request #559 from adamhathcock/net5
  • 7edc437 formatting
  • 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/5055 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/18/2021 **Status:** ✅ Merged **Merged:** 1/23/2021 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `dependabot/nuget/sharpcompress-0.27.1` --- ### 📝 Commits (1) - [`4e13b41`](https://github.com/jellyfin/jellyfin/commit/4e13b41eedae4e4b0260aee670facbb3c18d5d80) Bump sharpcompress from 0.26.0 to 0.27.1 ### 📊 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.26.0 to 0.27.1. <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>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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/4a7337b2236431df16dbada70547071b172f2198"><code>4a7337b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/issues/563">#563</a> from adamhathcock/add-reader-test-gzip</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/1d8afb817e741cfdc506ca6dad042fc6552bad92"><code>1d8afb8</code></a> Bump version</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/0f06c3d934a55470761e7d658f80dc7eb0731635"><code>0f06c3d</code></a> Fix rewindable stream to expose length</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/9d5cb8d1192e2af7b4e9da4ae955e5451973139f"><code>9d5cb8d</code></a> Add GZip Reader tests</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/a28d686eb99691848bfff18f0ef96a0199a57154"><code>a28d686</code></a> Fix relavant package references</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/ac525a8ec2ecbbba536b5b4b77b46026ec023962"><code>ac525a8</code></a> Merge branch 'master' of github.com:adamhathcock/sharpcompress</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/52c44befa231f1cd2619e4580c2daffa92a1ffaf"><code>52c44be</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/issues/560">#560</a> from adamhathcock/gzip-fixes</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/c64251c34133ff59d724cf635ce9e2f8b3cd9fd7"><code>c64251c</code></a> Mark for 0.27</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/bdc57d3c33849d0d0db97952eceda06de820994e"><code>bdc57d3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/issues/559">#559</a> from adamhathcock/net5</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/7edc437df24217051f2ef822757da5c930cb8fb2"><code>7edc437</code></a> formatting</li> <li>Additional commits viewable in <a href="https://github.com/adamhathcock/sharpcompress/compare/0.26...0.27.1">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.26.0&new-version=0.27.1)](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>
OVERLORD added the pull-request label 2026-02-07 06:19:22 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10386