Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jellyfin/10.10.2 package update #34384

Merged
merged 2 commits into from
Nov 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions jellyfin.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: jellyfin
version: 10.10.1
version: 10.10.2
epoch: 0
description: The Free Software Media System
copyright:
Expand Down Expand Up @@ -28,11 +28,11 @@ pipeline:
with:
repository: https://github.com/jellyfin/jellyfin
tag: v${{package.version}}
expected-commit: f6f4cdf9e788ac522ca6d43eac4570c1fa607da4
expected-commit: be23f4eb0d94217f6e38a45c9a7343fbfd6886cd

- uses: patch
with:
patches: GHSA-qrmm-w75w-3wpx.patch
patches: GHSA-qrmm-w75w-3wpx.patch match-dotnet-sdk.patch

- runs: |
# Set runtime arch
Expand Down
13 changes: 13 additions & 0 deletions jellyfin/match-dotnet-sdk.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/global.json b/global.json
index c9b9320..f0a1466 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "8.0.404",
+ "version": "8.0.111",
"rollForward": "latestMinor"
}
}

Loading