From 33c87350106814a7ef21ad1862fff5f9dbdcd551 Mon Sep 17 00:00:00 2001 From: "octo-sts[bot]" <157150467+octo-sts[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 21:52:27 -0500 Subject: [PATCH] jellyfin/10.10.2 package update (#34384)

--------- Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> Signed-off-by: Dan Lorenc Co-authored-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> Co-authored-by: Dan Lorenc --- jellyfin.yaml | 6 +++--- jellyfin/match-dotnet-sdk.patch | 13 +++++++++++++ 2 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 jellyfin/match-dotnet-sdk.patch diff --git a/jellyfin.yaml b/jellyfin.yaml index ddc6a8a42ab..d3846446a5c 100644 --- a/jellyfin.yaml +++ b/jellyfin.yaml @@ -1,6 +1,6 @@ package: name: jellyfin - version: 10.10.1 + version: 10.10.2 epoch: 0 description: The Free Software Media System copyright: @@ -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 diff --git a/jellyfin/match-dotnet-sdk.patch b/jellyfin/match-dotnet-sdk.patch new file mode 100644 index 00000000000..07a3288fc52 --- /dev/null +++ b/jellyfin/match-dotnet-sdk.patch @@ -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" + } + } + \ No newline at end of file