Skip to content

Commit

Permalink
jellyfin/10.10.2 package update (#34384)
Browse files Browse the repository at this point in the history
<p align="center">
<img
src="https://raw.githubusercontent.com/wolfi-dev/.github/b535a42419ce0edb3c144c0edcff55a62b8ec1f8/profile/wolfi-logo-light-mode.svg"
/>
</p>

---------

Signed-off-by: wolfi-bot <[email protected]>
Signed-off-by: Dan Lorenc <[email protected]>
Co-authored-by: wolfi-bot <[email protected]>
Co-authored-by: Dan Lorenc <[email protected]>
  • Loading branch information
3 people authored Nov 17, 2024
1 parent a5dc35f commit 33c8735
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
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"
}
}

0 comments on commit 33c8735

Please sign in to comment.