summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortxtsd2024-10-27 03:29:52 +0530
committertxtsd2024-10-27 03:29:52 +0530
commitc64ee10010a471e50cf8b62260f5f4d81480a8da (patch)
treeb884182ae92be77f2cca7efc6ac4c67462aef055 /PKGBUILD
parent49a08c828c03a5d39fe05094633d5b862d5c95ce (diff)
downloadaur-c64ee10010a471e50cf8b62260f5f4d81480a8da.tar.gz
upgpkg: sonarr-develop 4.0.9.2513-4
Signed-off-by: txtsd <code@ihavea.quest>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7bf4c6a0a3cf..9b5b9879285d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=sonarr-develop
_pkgname=Sonarr
pkgver=4.0.9.2513
-pkgrel=3
+pkgrel=4
pkgdesc='Smart PVR for newsgroup and torrent users (develop branch)'
arch=('x86_64' 'aarch64' 'armv7h')
url='https://sonarr.tv'
@@ -70,6 +70,10 @@ _branch='develop'
prepare() {
cd "${srcdir}/${_pkgname}-${pkgver}"
+ # Fix CVE-2024-43485
+ sed 's/System\.Text\.Json" Version="6\.0\.9"/System\.Text\.Json" Version="6\.0\.10"/' -i src/NzbDrone.Common/Sonarr.Common.csproj
+ sed 's/System\.Text\.Json" Version="6\.0\.9"/System\.Text\.Json" Version="6\.0\.10"/' -i src/NzbDrone.Core/Sonarr.Core.csproj
+
# Remove upstream dotnet version
rm global.json