FreeBSD Bugzilla – Attachment 230682 Details for
Bug 260920
net-p2p/radarr: Upgrade to 4.0.2.5836
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
0001-net-p2p-radarr-Update-to-4.0.0.5745.patch
0001-net-p2p-radarr-Update-to-4.0.0.5745.patch (text/plain), 17.08 KB, created by
Michiel van Baak Jansen
on 2022-01-04 12:11:48 UTC
(
hide
)
Description:
0001-net-p2p-radarr-Update-to-4.0.0.5745.patch
Filename:
MIME Type:
Creator:
Michiel van Baak Jansen
Created:
2022-01-04 12:11:48 UTC
Size:
17.08 KB
patch
obsolete
>From 893b40e39ffb390cd29d0062c48bdfb1481dd233 Mon Sep 17 00:00:00 2001 >From: Michiel van Baak Jansen <michiel@vanbaak.eu> >Date: Tue, 4 Jan 2022 11:41:51 +0100 >Subject: [PATCH] net-p2p/radarr: Update to 4.0.0.5745 > >This release drops mono support. Port now uses the >freebsd-core-x64 compiled .NET 6 version. > >It also switches from mediainfo to ffprobe. >Radarr needs a custom build ffprobe, but it should not be stripped, >so install it with INSTALL_SCRIPT instead of INSTALL_BINARY. >--- > net-p2p/radarr/Makefile | 10 ++-- > net-p2p/radarr/distinfo | 6 +-- > net-p2p/radarr/pkg-plist | 106 ++++++++++++++++++++++++++++----------- > 3 files changed, 86 insertions(+), 36 deletions(-) > >diff --git a/net-p2p/radarr/Makefile b/net-p2p/radarr/Makefile >index 94d1737d01df..f50bbe26bb40 100644 >--- a/net-p2p/radarr/Makefile >+++ b/net-p2p/radarr/Makefile >@@ -1,9 +1,8 @@ > PORTNAME= radarr >-PORTVERSION= 3.2.2.5080 >-PORTREVISION= 1 >+PORTVERSION= 4.0.0.5745 > CATEGORIES= net-p2p > MASTER_SITES= https://github.com/Radarr/Radarr/releases/download/v${PORTVERSION}/ >-DISTNAME= Radarr.master.${PORTVERSION}.freebsd-core-x64 >+DISTNAME= Radarr.develop.${PORTVERSION}.freebsd-core-x64 > > MAINTAINER= feld@FreeBSD.org > COMMENT= Movie Library Manager for Usenet and BitTorrent users >@@ -18,7 +17,6 @@ RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss \ > libiconv>0:converters/libiconv \ > libinotify>0:devel/libinotify \ > libunwind>0:devel/libunwind \ >- mediainfo>0:multimedia/mediainfo \ > openssl>0:security/openssl \ > sqlite3>0:databases/sqlite3 > >@@ -41,7 +39,9 @@ WRKSRC= ${WRKDIR}/Radarr > > do-install: > ${INSTALL} -d -m 755 ${STAGEDIR}/${DATADIR} >- cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}/${DATADIR} "! -name Radarr" >+ cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}/${DATADIR} "! -name Radarr -and ! -name fprobe" > ${INSTALL_PROGRAM} ${WRKSRC}/Radarr ${STAGEDIR}/${DATADIR} >+ # Radarr needs a custom build ffprobe, that should not be stripped >+ ${INSTALL_SCRIPT} ${WRKSRC}/ffprobe ${STAGEDIR}/${DATADIR} > > .include <bsd.port.mk> >diff --git a/net-p2p/radarr/distinfo b/net-p2p/radarr/distinfo >index 0a00a8791513..a04721559986 100644 >--- a/net-p2p/radarr/distinfo >+++ b/net-p2p/radarr/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1634327998 >-SHA256 (Radarr.master.3.2.2.5080.freebsd-core-x64.tar.gz) = d55f19c2f9291cf182193f11b26932771323aecb2cb78273e5930d3292f55d7f >-SIZE (Radarr.master.3.2.2.5080.freebsd-core-x64.tar.gz) = 47045006 >+TIMESTAMP = 1641292684 >+SHA256 (Radarr.develop.4.0.0.5745.freebsd-core-x64.tar.gz) = 08d36acf8b6a1fba8f22f3a679c51016bfa5ff6956f5cece8d707dad3c75a813 >+SIZE (Radarr.develop.4.0.0.5745.freebsd-core-x64.tar.gz) = 55087551 >diff --git a/net-p2p/radarr/pkg-plist b/net-p2p/radarr/pkg-plist >index dd5eb14766a0..553f601d7c69 100644 >--- a/net-p2p/radarr/pkg-plist >+++ b/net-p2p/radarr/pkg-plist >@@ -1,23 +1,46 @@ > %%DATADIR%%/BouncyCastle.Crypto.dll > %%DATADIR%%/Dapper.dll >+%%DATADIR%%/DryIoc.Microsoft.DependencyInjection.dll >+%%DATADIR%%/DryIoc.dll >+%%DATADIR%%/Dynamitey.dll >+%%DATADIR%%/FFMpegCore.dll > %%DATADIR%%/FluentMigrator.Abstractions.dll >+%%DATADIR%%/FluentMigrator.Extensions.Oracle.dll >+%%DATADIR%%/FluentMigrator.Extensions.Postgres.dll >+%%DATADIR%%/FluentMigrator.Extensions.SqlAnywhere.dll >+%%DATADIR%%/FluentMigrator.Extensions.SqlServer.dll > %%DATADIR%%/FluentMigrator.Runner.Core.dll >+%%DATADIR%%/FluentMigrator.Runner.Db2.dll >+%%DATADIR%%/FluentMigrator.Runner.Firebird.dll >+%%DATADIR%%/FluentMigrator.Runner.Hana.dll >+%%DATADIR%%/FluentMigrator.Runner.MySql.dll >+%%DATADIR%%/FluentMigrator.Runner.Oracle.dll >+%%DATADIR%%/FluentMigrator.Runner.Postgres.dll >+%%DATADIR%%/FluentMigrator.Runner.Redshift.dll > %%DATADIR%%/FluentMigrator.Runner.SQLite.dll >+%%DATADIR%%/FluentMigrator.Runner.SqlAnywhere.dll >+%%DATADIR%%/FluentMigrator.Runner.SqlServer.dll >+%%DATADIR%%/FluentMigrator.Runner.SqlServerCe.dll > %%DATADIR%%/FluentMigrator.Runner.dll > %%DATADIR%%/FluentMigrator.dll > %%DATADIR%%/FluentValidation.dll > %%DATADIR%%/ICSharpCode.SharpZipLib.dll > %%DATADIR%%/Ical.Net.dll >+%%DATADIR%%/ImpromptuInterface.dll >+%%DATADIR%%/Instances.dll > %%DATADIR%%/Kveer.XmlRPC.dll > %%DATADIR%%/LICENSE > %%DATADIR%%/Localization/Core/ar.json > %%DATADIR%%/Localization/Core/bg.json >+%%DATADIR%%/Localization/Core/bn.json >+%%DATADIR%%/Localization/Core/ca.json > %%DATADIR%%/Localization/Core/cs.json > %%DATADIR%%/Localization/Core/da.json > %%DATADIR%%/Localization/Core/de.json > %%DATADIR%%/Localization/Core/el.json > %%DATADIR%%/Localization/Core/en.json > %%DATADIR%%/Localization/Core/es.json >+%%DATADIR%%/Localization/Core/fa.json > %%DATADIR%%/Localization/Core/fi.json > %%DATADIR%%/Localization/Core/fr.json > %%DATADIR%%/Localization/Core/he.json >@@ -27,17 +50,22 @@ > %%DATADIR%%/Localization/Core/it.json > %%DATADIR%%/Localization/Core/ja.json > %%DATADIR%%/Localization/Core/ko.json >+%%DATADIR%%/Localization/Core/nan.json >+%%DATADIR%%/Localization/Core/nb_NO.json > %%DATADIR%%/Localization/Core/nl.json > %%DATADIR%%/Localization/Core/pl.json > %%DATADIR%%/Localization/Core/pt.json > %%DATADIR%%/Localization/Core/pt_BR.json > %%DATADIR%%/Localization/Core/ro.json > %%DATADIR%%/Localization/Core/ru.json >+%%DATADIR%%/Localization/Core/sk.json > %%DATADIR%%/Localization/Core/sv.json > %%DATADIR%%/Localization/Core/th.json > %%DATADIR%%/Localization/Core/tr.json >+%%DATADIR%%/Localization/Core/uk.json > %%DATADIR%%/Localization/Core/vi.json > %%DATADIR%%/Localization/Core/zh_CN.json >+%%DATADIR%%/Localization/Core/zh_Hans.json > %%DATADIR%%/Localization/Core/zh_TW.json > %%DATADIR%%/MailKit.dll > %%DATADIR%%/Microsoft.AspNetCore.Antiforgery.dll >@@ -74,7 +102,9 @@ > %%DATADIR%%/Microsoft.AspNetCore.Http.Connections.dll > %%DATADIR%%/Microsoft.AspNetCore.Http.Extensions.dll > %%DATADIR%%/Microsoft.AspNetCore.Http.Features.dll >+%%DATADIR%%/Microsoft.AspNetCore.Http.Results.dll > %%DATADIR%%/Microsoft.AspNetCore.Http.dll >+%%DATADIR%%/Microsoft.AspNetCore.HttpLogging.dll > %%DATADIR%%/Microsoft.AspNetCore.HttpOverrides.dll > %%DATADIR%%/Microsoft.AspNetCore.HttpsPolicy.dll > %%DATADIR%%/Microsoft.AspNetCore.Identity.dll >@@ -94,7 +124,6 @@ > %%DATADIR%%/Microsoft.AspNetCore.Mvc.TagHelpers.dll > %%DATADIR%%/Microsoft.AspNetCore.Mvc.ViewFeatures.dll > %%DATADIR%%/Microsoft.AspNetCore.Mvc.dll >-%%DATADIR%%/Microsoft.AspNetCore.Owin.dll > %%DATADIR%%/Microsoft.AspNetCore.Razor.Runtime.dll > %%DATADIR%%/Microsoft.AspNetCore.Razor.dll > %%DATADIR%%/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll >@@ -107,6 +136,7 @@ > %%DATADIR%%/Microsoft.AspNetCore.Server.IIS.dll > %%DATADIR%%/Microsoft.AspNetCore.Server.IISIntegration.dll > %%DATADIR%%/Microsoft.AspNetCore.Server.Kestrel.Core.dll >+%%DATADIR%%/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll > %%DATADIR%%/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll > %%DATADIR%%/Microsoft.AspNetCore.Server.Kestrel.dll > %%DATADIR%%/Microsoft.AspNetCore.Session.dll >@@ -119,7 +149,7 @@ > %%DATADIR%%/Microsoft.AspNetCore.WebUtilities.dll > %%DATADIR%%/Microsoft.AspNetCore.dll > %%DATADIR%%/Microsoft.CSharp.dll >-%%DATADIR%%/Microsoft.DotNet.PlatformAbstractions.dll >+%%DATADIR%%/Microsoft.Data.SqlClient.dll > %%DATADIR%%/Microsoft.Extensions.Caching.Abstractions.dll > %%DATADIR%%/Microsoft.Extensions.Caching.Memory.dll > %%DATADIR%%/Microsoft.Extensions.Configuration.Abstractions.dll >@@ -135,15 +165,16 @@ > %%DATADIR%%/Microsoft.Extensions.Configuration.dll > %%DATADIR%%/Microsoft.Extensions.DependencyInjection.Abstractions.dll > %%DATADIR%%/Microsoft.Extensions.DependencyInjection.dll >-%%DATADIR%%/Microsoft.Extensions.DependencyModel.dll > %%DATADIR%%/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll > %%DATADIR%%/Microsoft.Extensions.Diagnostics.HealthChecks.dll >+%%DATADIR%%/Microsoft.Extensions.Features.dll > %%DATADIR%%/Microsoft.Extensions.FileProviders.Abstractions.dll > %%DATADIR%%/Microsoft.Extensions.FileProviders.Composite.dll > %%DATADIR%%/Microsoft.Extensions.FileProviders.Embedded.dll > %%DATADIR%%/Microsoft.Extensions.FileProviders.Physical.dll > %%DATADIR%%/Microsoft.Extensions.FileSystemGlobbing.dll > %%DATADIR%%/Microsoft.Extensions.Hosting.Abstractions.dll >+%%DATADIR%%/Microsoft.Extensions.Hosting.WindowsServices.dll > %%DATADIR%%/Microsoft.Extensions.Hosting.dll > %%DATADIR%%/Microsoft.Extensions.Http.dll > %%DATADIR%%/Microsoft.Extensions.Identity.Core.dll >@@ -162,9 +193,14 @@ > %%DATADIR%%/Microsoft.Extensions.Options.ConfigurationExtensions.dll > %%DATADIR%%/Microsoft.Extensions.Options.DataAnnotations.dll > %%DATADIR%%/Microsoft.Extensions.Options.dll >-%%DATADIR%%/Microsoft.Extensions.PlatformAbstractions.dll > %%DATADIR%%/Microsoft.Extensions.Primitives.dll > %%DATADIR%%/Microsoft.Extensions.WebEncoders.dll >+%%DATADIR%%/Microsoft.Identity.Client.dll >+%%DATADIR%%/Microsoft.IdentityModel.JsonWebTokens.dll >+%%DATADIR%%/Microsoft.IdentityModel.Logging.dll >+%%DATADIR%%/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll >+%%DATADIR%%/Microsoft.IdentityModel.Protocols.dll >+%%DATADIR%%/Microsoft.IdentityModel.Tokens.dll > %%DATADIR%%/Microsoft.JSInterop.dll > %%DATADIR%%/Microsoft.Net.Http.Headers.dll > %%DATADIR%%/Microsoft.VisualBasic.Core.dll >@@ -178,19 +214,12 @@ > %%DATADIR%%/MonoTorrent.dll > %%DATADIR%%/NLog.Extensions.Logging.dll > %%DATADIR%%/NLog.dll >-%%DATADIR%%/Nancy.Authentication.Basic.dll >-%%DATADIR%%/Nancy.Authentication.Forms.dll >-%%DATADIR%%/Nancy.dll > %%DATADIR%%/Newtonsoft.Json.dll > %%DATADIR%%/NodaTime.dll >-%%DATADIR%%/Org.Mentalis.dll > %%DATADIR%%/Radarr > %%DATADIR%%/Radarr.Api.V3.deps.json > %%DATADIR%%/Radarr.Api.V3.dll > %%DATADIR%%/Radarr.Api.V3.pdb >-%%DATADIR%%/Radarr.Api.deps.json >-%%DATADIR%%/Radarr.Api.dll >-%%DATADIR%%/Radarr.Api.pdb > %%DATADIR%%/Radarr.Common.deps.json > %%DATADIR%%/Radarr.Common.dll > %%DATADIR%%/Radarr.Common.pdb >@@ -209,17 +238,45 @@ > %%DATADIR%%/Radarr.SignalR.deps.json > %%DATADIR%%/Radarr.SignalR.dll > %%DATADIR%%/Radarr.SignalR.pdb >+%%DATADIR%%/Radarr.Update/DryIoc.Microsoft.DependencyInjection.dll >+%%DATADIR%%/Radarr.Update/DryIoc.dll > %%DATADIR%%/Radarr.Update/ICSharpCode.SharpZipLib.dll > %%DATADIR%%/Radarr.Update/Microsoft.CSharp.dll >+%%DATADIR%%/Radarr.Update/Microsoft.Extensions.Configuration.Abstractions.dll >+%%DATADIR%%/Radarr.Update/Microsoft.Extensions.Configuration.Binder.dll >+%%DATADIR%%/Radarr.Update/Microsoft.Extensions.Configuration.CommandLine.dll >+%%DATADIR%%/Radarr.Update/Microsoft.Extensions.Configuration.EnvironmentVariables.dll >+%%DATADIR%%/Radarr.Update/Microsoft.Extensions.Configuration.FileExtensions.dll >+%%DATADIR%%/Radarr.Update/Microsoft.Extensions.Configuration.Json.dll >+%%DATADIR%%/Radarr.Update/Microsoft.Extensions.Configuration.UserSecrets.dll >+%%DATADIR%%/Radarr.Update/Microsoft.Extensions.Configuration.dll >+%%DATADIR%%/Radarr.Update/Microsoft.Extensions.DependencyInjection.Abstractions.dll >+%%DATADIR%%/Radarr.Update/Microsoft.Extensions.DependencyInjection.dll >+%%DATADIR%%/Radarr.Update/Microsoft.Extensions.FileProviders.Abstractions.dll >+%%DATADIR%%/Radarr.Update/Microsoft.Extensions.FileProviders.Physical.dll >+%%DATADIR%%/Radarr.Update/Microsoft.Extensions.FileSystemGlobbing.dll >+%%DATADIR%%/Radarr.Update/Microsoft.Extensions.Hosting.Abstractions.dll >+%%DATADIR%%/Radarr.Update/Microsoft.Extensions.Hosting.WindowsServices.dll >+%%DATADIR%%/Radarr.Update/Microsoft.Extensions.Hosting.dll >+%%DATADIR%%/Radarr.Update/Microsoft.Extensions.Logging.Abstractions.dll >+%%DATADIR%%/Radarr.Update/Microsoft.Extensions.Logging.Configuration.dll >+%%DATADIR%%/Radarr.Update/Microsoft.Extensions.Logging.Console.dll >+%%DATADIR%%/Radarr.Update/Microsoft.Extensions.Logging.Debug.dll >+%%DATADIR%%/Radarr.Update/Microsoft.Extensions.Logging.EventLog.dll >+%%DATADIR%%/Radarr.Update/Microsoft.Extensions.Logging.EventSource.dll >+%%DATADIR%%/Radarr.Update/Microsoft.Extensions.Logging.dll >+%%DATADIR%%/Radarr.Update/Microsoft.Extensions.Options.ConfigurationExtensions.dll >+%%DATADIR%%/Radarr.Update/Microsoft.Extensions.Options.dll >+%%DATADIR%%/Radarr.Update/Microsoft.Extensions.Primitives.dll > %%DATADIR%%/Radarr.Update/Microsoft.VisualBasic.Core.dll > %%DATADIR%%/Radarr.Update/Microsoft.VisualBasic.dll > %%DATADIR%%/Radarr.Update/Microsoft.Win32.Primitives.dll > %%DATADIR%%/Radarr.Update/Microsoft.Win32.Registry.dll > %%DATADIR%%/Radarr.Update/Microsoft.Win32.SystemEvents.dll > %%DATADIR%%/Radarr.Update/Mono.Posix.NETStandard.dll >+%%DATADIR%%/Radarr.Update/NLog.Extensions.Logging.dll > %%DATADIR%%/Radarr.Update/NLog.dll > %%DATADIR%%/Radarr.Update/Newtonsoft.Json.dll >-%%DATADIR%%/Radarr.Update/Org.Mentalis.dll > %%DATADIR%%/Radarr.Update/Radarr.Common.dll > %%DATADIR%%/Radarr.Update/Radarr.Common.pdb > %%DATADIR%%/Radarr.Update/Radarr.Mono.deps.json >@@ -231,10 +288,7 @@ > %%DATADIR%%/Radarr.Update/Radarr.Update.dll.config > %%DATADIR%%/Radarr.Update/Radarr.Update.pdb > %%DATADIR%%/Radarr.Update/Radarr.Update.runtimeconfig.json >-%%DATADIR%%/Radarr.Update/Sentry.PlatformAbstractions.dll >-%%DATADIR%%/Radarr.Update/Sentry.Protocol.dll > %%DATADIR%%/Radarr.Update/Sentry.dll >-%%DATADIR%%/Radarr.Update/SocksWebProxy.dll > %%DATADIR%%/Radarr.Update/System.AppContext.dll > %%DATADIR%%/Radarr.Update/System.Buffers.dll > %%DATADIR%%/Radarr.Update/System.Collections.Concurrent.dll >@@ -303,6 +357,7 @@ > %%DATADIR%%/Radarr.Update/System.Net.NetworkInformation.dll > %%DATADIR%%/Radarr.Update/System.Net.Ping.dll > %%DATADIR%%/Radarr.Update/System.Net.Primitives.dll >+%%DATADIR%%/Radarr.Update/System.Net.Quic.dll > %%DATADIR%%/Radarr.Update/System.Net.Requests.dll > %%DATADIR%%/Radarr.Update/System.Net.Security.dll > %%DATADIR%%/Radarr.Update/System.Net.ServicePoint.dll >@@ -401,13 +456,10 @@ > %%DATADIR%%/Radarr.Update/System.dll > %%DATADIR%%/Radarr.Update/WindowsBase.dll > %%DATADIR%%/Radarr.Update/libMonoPosixHelper.so >-%%DATADIR%%/Radarr.Update/libSystem.IO.Compression.Native.a >+%%DATADIR%%/Radarr.Update/libSystem.Globalization.Native.so > %%DATADIR%%/Radarr.Update/libSystem.IO.Compression.Native.so >-%%DATADIR%%/Radarr.Update/libSystem.Native.a > %%DATADIR%%/Radarr.Update/libSystem.Native.so >-%%DATADIR%%/Radarr.Update/libSystem.Net.Security.Native.a > %%DATADIR%%/Radarr.Update/libSystem.Net.Security.Native.so >-%%DATADIR%%/Radarr.Update/libSystem.Security.Cryptography.Native.OpenSsl.a > %%DATADIR%%/Radarr.Update/libSystem.Security.Cryptography.Native.OpenSsl.so > %%DATADIR%%/Radarr.Update/libclrjit.so > %%DATADIR%%/Radarr.Update/libcoreclr.so >@@ -421,17 +473,13 @@ > %%DATADIR%%/Radarr.Update/netstandard.dll > %%DATADIR%%/Radarr.deps.json > %%DATADIR%%/Radarr.dll >-%%DATADIR%%/Radarr.dll.config > %%DATADIR%%/Radarr.pdb > %%DATADIR%%/Radarr.runtimeconfig.json > %%DATADIR%%/ReusableTasks.dll >-%%DATADIR%%/Sentry.PlatformAbstractions.dll >-%%DATADIR%%/Sentry.Protocol.dll > %%DATADIR%%/Sentry.dll > %%DATADIR%%/ServiceInstall > %%DATADIR%%/ServiceUninstall > %%DATADIR%%/SixLabors.ImageSharp.dll >-%%DATADIR%%/SocksWebProxy.dll > %%DATADIR%%/System.AppContext.dll > %%DATADIR%%/System.Buffers.dll > %%DATADIR%%/System.Collections.Concurrent.dll >@@ -452,6 +500,7 @@ > %%DATADIR%%/System.Data.Common.dll > %%DATADIR%%/System.Data.DataSetExtensions.dll > %%DATADIR%%/System.Data.SQLite.dll >+%%DATADIR%%/System.Data.SqlServerCe.dll > %%DATADIR%%/System.Data.dll > %%DATADIR%%/System.Diagnostics.Contracts.dll > %%DATADIR%%/System.Diagnostics.Debug.dll >@@ -488,6 +537,7 @@ > %%DATADIR%%/System.IO.Pipes.dll > %%DATADIR%%/System.IO.UnmanagedMemoryStream.dll > %%DATADIR%%/System.IO.dll >+%%DATADIR%%/System.IdentityModel.Tokens.Jwt.dll > %%DATADIR%%/System.Linq.Expressions.dll > %%DATADIR%%/System.Linq.Parallel.dll > %%DATADIR%%/System.Linq.Queryable.dll >@@ -501,6 +551,7 @@ > %%DATADIR%%/System.Net.NetworkInformation.dll > %%DATADIR%%/System.Net.Ping.dll > %%DATADIR%%/System.Net.Primitives.dll >+%%DATADIR%%/System.Net.Quic.dll > %%DATADIR%%/System.Net.Requests.dll > %%DATADIR%%/System.Net.Security.dll > %%DATADIR%%/System.Net.ServicePoint.dll >@@ -531,6 +582,7 @@ > %%DATADIR%%/System.Resources.Reader.dll > %%DATADIR%%/System.Resources.ResourceManager.dll > %%DATADIR%%/System.Resources.Writer.dll >+%%DATADIR%%/System.Runtime.Caching.dll > %%DATADIR%%/System.Runtime.CompilerServices.Unsafe.dll > %%DATADIR%%/System.Runtime.CompilerServices.VisualC.dll > %%DATADIR%%/System.Runtime.Extensions.dll >@@ -563,7 +615,6 @@ > %%DATADIR%%/System.Security.Principal.dll > %%DATADIR%%/System.Security.SecureString.dll > %%DATADIR%%/System.Security.dll >-%%DATADIR%%/System.ServiceModel.Syndication.dll > %%DATADIR%%/System.ServiceModel.Web.dll > %%DATADIR%%/System.ServiceProcess.ServiceController.dll > %%DATADIR%%/System.ServiceProcess.dll >@@ -624,6 +675,7 @@ > %%DATADIR%%/UI/Content/Images/Icons/favicon-debug.ico > %%DATADIR%%/UI/Content/Images/Icons/favicon.ico > %%DATADIR%%/UI/Content/Images/Icons/logo-lidarr.png >+%%DATADIR%%/UI/Content/Images/Icons/logo-prowlarr.png > %%DATADIR%%/UI/Content/Images/Icons/logo-radarr.png > %%DATADIR%%/UI/Content/Images/Icons/logo-readarr.png > %%DATADIR%%/UI/Content/Images/Icons/logo-sonarr.png >@@ -652,14 +704,12 @@ > %%DATADIR%%/UI/vendors.js.map > %%DATADIR%%/WindowsBase.dll > %%DATADIR%%/de-DE/FluentMigrator.Abstractions.resources.dll >+%%DATADIR%%/ffprobe > %%DATADIR%%/libMonoPosixHelper.so >-%%DATADIR%%/libSystem.IO.Compression.Native.a >+%%DATADIR%%/libSystem.Globalization.Native.so > %%DATADIR%%/libSystem.IO.Compression.Native.so >-%%DATADIR%%/libSystem.Native.a > %%DATADIR%%/libSystem.Native.so >-%%DATADIR%%/libSystem.Net.Security.Native.a > %%DATADIR%%/libSystem.Net.Security.Native.so >-%%DATADIR%%/libSystem.Security.Cryptography.Native.OpenSsl.a > %%DATADIR%%/libSystem.Security.Cryptography.Native.OpenSsl.so > %%DATADIR%%/libclrjit.so > %%DATADIR%%/libcoreclr.so >-- >2.32.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 260920
:
230682
|
230683
|
230687
|
230688
|
230953
|
231077
|
231163
|
231313