[PR #5239] [MERGED] Bump sharpcompress from 0.27.1 to 0.28.0 #10442

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/5239
Author: @dependabot[bot]
Created: 2/15/2021
Status: Merged
Merged: 2/15/2021
Merged by: @Bond-009

Base: masterHead: dependabot/nuget/sharpcompress-0.28.0


📝 Commits (1)

  • 8a22913 Bump sharpcompress from 0.27.1 to 0.28.0

📊 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.27.1 to 0.28.0.

Release notes

Sourced from sharpcompress's releases.

More fixes!

Fixes

Improvements

Commits
  • 403baf0 Mark for 0.28
  • a51b563 Fix complete entry check for RAR files.
  • f48a6d4 Merge pull request #571 from Erior/feature/540
  • 5b52463 Merge pull request #570 from Erior/feature/555
  • 6f08bb7 Merge pull request #569 from BrendanGrant/improve_how_missing_parts_are_handled
  • 045093f Linux is case sensitive with files names
  • 566c49c Proposal
  • d1d2758 Propsal for handling Zip with long comment
  • 5b86c40 Properly detect if RAR is complete at the end or not
  • 53393e7 Supporting reading contents of incomplete files
  • 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/5239 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/15/2021 **Status:** ✅ Merged **Merged:** 2/15/2021 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `dependabot/nuget/sharpcompress-0.28.0` --- ### 📝 Commits (1) - [`8a22913`](https://github.com/jellyfin/jellyfin/commit/8a22913c840d2d03ba0e872495381377fc8ad5f5) Bump sharpcompress from 0.27.1 to 0.28.0 ### 📊 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.27.1 to 0.28.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>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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/403baf05a671eb30580453aa6e6a22875096dddc"><code>403baf0</code></a> Mark for 0.28</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/a51b56339a9c221a2bab2e21877c1295a5551c27"><code>a51b563</code></a> Fix complete entry check for RAR files.</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/f48a6d47dc0793e09f7a2c6424917764d1198ee8"><code>f48a6d4</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/issues/571">#571</a> from Erior/feature/540</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/5b52463e4c23ce8320bc29f701e300298de1cfd4"><code>5b52463</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/issues/570">#570</a> from Erior/feature/555</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/6f08bb72d8097284ad210a1d5219f42d58ec9b9e"><code>6f08bb7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/adamhathcock/sharpcompress/issues/569">#569</a> from BrendanGrant/improve_how_missing_parts_are_handled</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/045093f4537a3865fc434aee299cbefc3eff50a0"><code>045093f</code></a> Linux is case sensitive with files names</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/566c49ce53dea080068df95f427b3df2d24d4880"><code>566c49c</code></a> Proposal</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/d1d2758ee07ad5a8f72d3a60a1f5f3e75076daab"><code>d1d2758</code></a> Propsal for handling Zip with long comment</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/5b86c40d5b8ff493e701b9b8170b934b6451cc56"><code>5b86c40</code></a> Properly detect if RAR is complete at the end or not</li> <li><a href="https://github.com/adamhathcock/sharpcompress/commit/53393e744e3ed79df30e724774092f86f3b9df0f"><code>53393e7</code></a> Supporting reading contents of incomplete files</li> <li>Additional commits viewable in <a href="https://github.com/adamhathcock/sharpcompress/compare/0.27.1...0.28">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.27.1&new-version=0.28.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) </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:20:28 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10442