View | Details | Raw Unified | Return to bug 259196 | Differences between
and this patch

Collapse All | Expand All

(-)b/GIDs (-1 / +1 lines)
Lines 298-304 nzbhydra2:*:355: Link Here
298
lidarr:*:356:
298
lidarr:*:356:
299
bazarr:*:357:
299
bazarr:*:357:
300
autoscan:*:358:
300
autoscan:*:358:
301
# free: 359
301
prowlarr:*:359:
302
v2ray:*:360:
302
v2ray:*:360:
303
httptunnel:*:361:
303
httptunnel:*:361:
304
# free: 362
304
# free: 362
(-)b/UIDs (-1 / +1 lines)
Lines 303-309 nzbhydra2:*:355:355::0:0:NZBHydra 2 Daemon:/nonexistent:/usr/sbin/nologin Link Here
303
lidarr:*:356:356::0:0:Lidarr Daemon:/nonexistent:/usr/sbin/nologin
303
lidarr:*:356:356::0:0:Lidarr Daemon:/nonexistent:/usr/sbin/nologin
304
bazarr:*:357:357::0:0:Bazarr Daemon:/nonexistent:/usr/sbin/nologin
304
bazarr:*:357:357::0:0:Bazarr Daemon:/nonexistent:/usr/sbin/nologin
305
autoscan:*:358:358::0:0:Autoscan Daemon:/nonexistent:/usr/sbin/nologin
305
autoscan:*:358:358::0:0:Autoscan Daemon:/nonexistent:/usr/sbin/nologin
306
# free: 359
306
prowlarr:*:359:359::0:0:Prowlarr Daemon:/nonexistent:/usr/sbin/nologin
307
v2ray:*:360:360::0:0:V2Ray Daemon:/nonexistent:/usr/sbin/nologin
307
v2ray:*:360:360::0:0:V2Ray Daemon:/nonexistent:/usr/sbin/nologin
308
httptunnel:*:361:361::0:0:httptunnel Daemon:/nonexistent:/usr/sbin/nologin
308
httptunnel:*:361:361::0:0:httptunnel Daemon:/nonexistent:/usr/sbin/nologin
309
# free: 362
309
# free: 362
(-)b/net-p2p/Makefile (+1 lines)
Lines 69-74 Link Here
69
    SUBDIR += p5-Net-DirectConnect
69
    SUBDIR += p5-Net-DirectConnect
70
    SUBDIR += p5-WWW-BitTorrent
70
    SUBDIR += p5-WWW-BitTorrent
71
    SUBDIR += phex
71
    SUBDIR += phex
72
    SUBDIR += prowlarr
72
    SUBDIR += py-libtorrent-rasterbar
73
    SUBDIR += py-libtorrent-rasterbar
73
    SUBDIR += py-nicotine-plus
74
    SUBDIR += py-nicotine-plus
74
    SUBDIR += py-transmission-rpc
75
    SUBDIR += py-transmission-rpc
(-)b/net-p2p/prowlarr/Makefile (+46 lines)
Added Link Here
1
PORTNAME=	prowlarr
2
PORTVERSION=	0.1.1.978
3
CATEGORIES=	net-p2p
4
MASTER_SITES=	https://github.com/Prowlarr/Prowlarr/releases/download/v${PORTVERSION}/
5
DISTNAME=	Prowlarr.develop.${PORTVERSION}.freebsd-core-x64
6
7
MAINTAINER=	michiel@vanbaak.eu
8
COMMENT=	Prowlarr is an indexer manager/proxy running under dotNET
9
10
LICENSE=	GPLv3
11
12
ONLY_FOR_ARCHS=	amd64
13
14
RUN_DEPENDS=	ca_root_nss>0:security/ca_root_nss \
15
		icu>0:devel/icu \
16
		libiconv>0:converters/libiconv \
17
		libinotify>0:devel/libinotify \
18
		libunwind>0:devel/libunwind \
19
		mediainfo>0:multimedia/mediainfo \
20
		openssl>0:security/openssl \
21
		sqlite3>0:databases/sqlite3
22
23
USE_RC_SUBR=	${PORTNAME}
24
DATADIR=	${PREFIX}/${PORTNAME}${PKGNAMESUFFIX}
25
26
NO_BUILD=	YES
27
28
SUB_FILES=	${PORTNAME} pkg-message
29
SUB_LIST=	DATADIR=${DATADIR} \
30
		GROUPS=${GROUPS} \
31
		PORTNAME=${PORTNAME} \
32
		USERS=${USERS}
33
34
USERS=		prowlarr
35
GROUPS=		prowlarr
36
37
WRKSRC=		${WRKDIR}/Prowlarr
38
39
.include <bsd.port.options.mk>
40
41
do-install:
42
	${INSTALL} -d -m 755 ${STAGEDIR}/${DATADIR}
43
	cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}/${DATADIR}
44
	@${FIND} -s ${STAGEDIR}/${DATADIR} -name "Prowlarr" -exec ${CHMOD} 744 {} +
45
46
.include <bsd.port.mk>
(-)b/net-p2p/prowlarr/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1634337329
2
SHA256 (Prowlarr.develop.0.1.1.978.freebsd-core-x64.tar.gz) = bbf3fc33e59f8b1381130ba265f2795c2143b84fa615590e43006e8494efbc41
3
SIZE (Prowlarr.develop.0.1.1.978.freebsd-core-x64.tar.gz) = 46672049
(-)b/net-p2p/prowlarr/files/pkg-message.in (+33 lines)
Added Link Here
1
[
2
{ type: install
3
  message: <<EOM
4
5
%%PORTNAME%% relies on Microsoft dotNET5+ SDK to be built
6
Microsoft does not have an official version of dotNET for FreeBSD
7
8
This package was built with an UNOFFICIAL UNSUPPORTED version of dotNET
9
If this is something that you do not want, remove this package with
10
"pkg remove %%PORTNAME%%"
11
12
This package installs a service file.
13
Enable it with "sysrc %%PORTNAME%%_enable=TRUE"
14
Start it with "service %%PORTNAME%% start".
15
16
The service file uses daemon to restart %%PORTNAME%% if it crashes.
17
The service file will also change the permissions so that the updater works.
18
If this behavior is unwanted you will need to edit the RC file manually and
19
remove the daemon and/or the permissions changes.
20
21
If you are running this in a jail please set "allow_mlock=1" or similar
22
for this jail otherwise the program will fail to start
23
24
Finally, while the built-in updater will update %%PORTNAME%% it has side-effects:
25
it breaks the ability of pkg to check for corruption in %%PORTNAME%% files
26
it breaks the ability of pkg to determine if it has removed files correctly
27
during "pkg remove %%PORTNAME%%" and also
28
it breaks the fundamental understanding that updates should be handled only
29
by the system that put the files there in the first place.
30
31
EOM
32
}
33
]
(-)b/net-p2p/prowlarr/files/prowlarr.in (+49 lines)
Added Link Here
1
#!/bin/sh
2
3
# PROVIDE: %%PORTNAME%%
4
# REQUIRE: LOGIN network
5
# KEYWORD: shutdown
6
#
7
# Add the following lines to /etc/rc.conf or use sysrc to enable %%PORTNAME%%
8
# ${%%PORTNAME%%_enable="YES"}
9
# Optionaly there are some other parameters
10
# ${%%PORTNAME%%_user="%%USERS%%"}
11
# ${%%PORTNAME%%_group="%%GROUPS%%"}
12
# This stores %%PORTNAME%% data (e.g., databases, configs, logs)
13
# ${%%PORTNAME%%_data_dir="/var/db/%%PORTNAME%%"}
14
# This stores the PID files that daemon will use
15
# ${%%PORTNAME%%_pid_dir:="/var/run/%%PORTNAME%%"}
16
17
. /etc/rc.subr
18
name=%%PORTNAME%%
19
rcvar=%%PORTNAME%%_enable
20
load_rc_config $name
21
22
: ${%%PORTNAME%%_enable:=NO}
23
: ${%%PORTNAME%%_user:="%%USERS%%"}
24
: ${%%PORTNAME%%_group:="%%GROUPS%%"}
25
: ${%%PORTNAME%%_exec_dir:="%%DATADIR%%"}
26
: ${%%PORTNAME%%_data_dir:="/var/db/%%PORTNAME%%"}
27
: ${%%PORTNAME%%_pid_dir:="/var/run/%%PORTNAME%%"}
28
29
pidfile="${%%PORTNAME%%_pid_dir}/${name}_daemon.pid"
30
pidfile_child="${%%PORTNAME%%_pid_dir}/${name}_child.pid"
31
command="/usr/sbin/daemon"
32
33
34
start_precmd=${name}_precmd
35
%%PORTNAME%%_precmd() {
36
    if [ ! -d ${%%PORTNAME%%_data_dir} ]; then
37
        install -d -o ${%%PORTNAME%%_user} -g ${%%PORTNAME%%_group} ${%%PORTNAME%%_data_dir}
38
    fi
39
    if [ ! -d ${%%PORTNAME%%_pid_dir} ]; then
40
        install -d -o ${%%PORTNAME%%_user} -g ${%%PORTNAME%%_group} ${%%PORTNAME%%_pid_dir}
41
    fi
42
43
    chown -R ${%%PORTNAME%%_user}:${%%PORTNAME%%_group} ${%%PORTNAME%%_exec_dir}
44
45
    rc_flags="-r -f -p ${pidfile_child} -P ${pidfile} ${%%PORTNAME%%_exec_dir}/Prowlarr --data=${%%PORTNAME%%_data_dir} --nobrowser >> /dev/null 2>&1 ${rc_flags}"
46
47
}
48
49
run_rc_command "$1"
(-)b/net-p2p/prowlarr/pkg-descr (+3 lines)
Added Link Here
1
Prowlarr is an indexer manager/proxy for Usenet/Bittorrent
2
3
WWW: https://github.com/Prowlarr/Prowlarr
(-)b/net-p2p/prowlarr/pkg-plist (-1 / +679 lines)
Added Link Here
0
- 
1
%%DATADIR%%/AngleSharp.dll
2
%%DATADIR%%/BouncyCastle.Crypto.dll
3
%%DATADIR%%/Dapper.dll
4
%%DATADIR%%/DryIoc.Microsoft.DependencyInjection.dll
5
%%DATADIR%%/DryIoc.dll
6
%%DATADIR%%/Dynamitey.dll
7
%%DATADIR%%/FluentMigrator.Abstractions.dll
8
%%DATADIR%%/FluentMigrator.Runner.Core.dll
9
%%DATADIR%%/FluentMigrator.Runner.SQLite.dll
10
%%DATADIR%%/FluentMigrator.Runner.dll
11
%%DATADIR%%/FluentMigrator.dll
12
%%DATADIR%%/FluentValidation.dll
13
%%DATADIR%%/ICSharpCode.SharpZipLib.dll
14
%%DATADIR%%/ImpromptuInterface.dll
15
%%DATADIR%%/Kveer.XmlRPC.dll
16
%%DATADIR%%/LICENSE
17
%%DATADIR%%/Localization/Core/ar.json
18
%%DATADIR%%/Localization/Core/bg.json
19
%%DATADIR%%/Localization/Core/ca.json
20
%%DATADIR%%/Localization/Core/cs.json
21
%%DATADIR%%/Localization/Core/da.json
22
%%DATADIR%%/Localization/Core/de.json
23
%%DATADIR%%/Localization/Core/el.json
24
%%DATADIR%%/Localization/Core/en.json
25
%%DATADIR%%/Localization/Core/es.json
26
%%DATADIR%%/Localization/Core/fi.json
27
%%DATADIR%%/Localization/Core/fr.json
28
%%DATADIR%%/Localization/Core/he.json
29
%%DATADIR%%/Localization/Core/hi.json
30
%%DATADIR%%/Localization/Core/hu.json
31
%%DATADIR%%/Localization/Core/is.json
32
%%DATADIR%%/Localization/Core/it.json
33
%%DATADIR%%/Localization/Core/ja.json
34
%%DATADIR%%/Localization/Core/ko.json
35
%%DATADIR%%/Localization/Core/nan.json
36
%%DATADIR%%/Localization/Core/nb_NO.json
37
%%DATADIR%%/Localization/Core/nl.json
38
%%DATADIR%%/Localization/Core/pl.json
39
%%DATADIR%%/Localization/Core/pt.json
40
%%DATADIR%%/Localization/Core/pt_BR.json
41
%%DATADIR%%/Localization/Core/ro.json
42
%%DATADIR%%/Localization/Core/ru.json
43
%%DATADIR%%/Localization/Core/sk.json
44
%%DATADIR%%/Localization/Core/sv.json
45
%%DATADIR%%/Localization/Core/th.json
46
%%DATADIR%%/Localization/Core/tr.json
47
%%DATADIR%%/Localization/Core/vi.json
48
%%DATADIR%%/Localization/Core/zh_CN.json
49
%%DATADIR%%/Localization/Core/zh_Hans.json
50
%%DATADIR%%/Localization/Core/zh_TW.json
51
%%DATADIR%%/MailKit.dll
52
%%DATADIR%%/Microsoft.AspNetCore.Antiforgery.dll
53
%%DATADIR%%/Microsoft.AspNetCore.Authentication.Abstractions.dll
54
%%DATADIR%%/Microsoft.AspNetCore.Authentication.Cookies.dll
55
%%DATADIR%%/Microsoft.AspNetCore.Authentication.Core.dll
56
%%DATADIR%%/Microsoft.AspNetCore.Authentication.OAuth.dll
57
%%DATADIR%%/Microsoft.AspNetCore.Authentication.dll
58
%%DATADIR%%/Microsoft.AspNetCore.Authorization.Policy.dll
59
%%DATADIR%%/Microsoft.AspNetCore.Authorization.dll
60
%%DATADIR%%/Microsoft.AspNetCore.Components.Authorization.dll
61
%%DATADIR%%/Microsoft.AspNetCore.Components.Forms.dll
62
%%DATADIR%%/Microsoft.AspNetCore.Components.Server.dll
63
%%DATADIR%%/Microsoft.AspNetCore.Components.Web.dll
64
%%DATADIR%%/Microsoft.AspNetCore.Components.dll
65
%%DATADIR%%/Microsoft.AspNetCore.Connections.Abstractions.dll
66
%%DATADIR%%/Microsoft.AspNetCore.CookiePolicy.dll
67
%%DATADIR%%/Microsoft.AspNetCore.Cors.dll
68
%%DATADIR%%/Microsoft.AspNetCore.Cryptography.Internal.dll
69
%%DATADIR%%/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll
70
%%DATADIR%%/Microsoft.AspNetCore.DataProtection.Abstractions.dll
71
%%DATADIR%%/Microsoft.AspNetCore.DataProtection.Extensions.dll
72
%%DATADIR%%/Microsoft.AspNetCore.DataProtection.dll
73
%%DATADIR%%/Microsoft.AspNetCore.Diagnostics.Abstractions.dll
74
%%DATADIR%%/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll
75
%%DATADIR%%/Microsoft.AspNetCore.Diagnostics.dll
76
%%DATADIR%%/Microsoft.AspNetCore.HostFiltering.dll
77
%%DATADIR%%/Microsoft.AspNetCore.Hosting.Abstractions.dll
78
%%DATADIR%%/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll
79
%%DATADIR%%/Microsoft.AspNetCore.Hosting.dll
80
%%DATADIR%%/Microsoft.AspNetCore.Html.Abstractions.dll
81
%%DATADIR%%/Microsoft.AspNetCore.Http.Abstractions.dll
82
%%DATADIR%%/Microsoft.AspNetCore.Http.Connections.Common.dll
83
%%DATADIR%%/Microsoft.AspNetCore.Http.Connections.dll
84
%%DATADIR%%/Microsoft.AspNetCore.Http.Extensions.dll
85
%%DATADIR%%/Microsoft.AspNetCore.Http.Features.dll
86
%%DATADIR%%/Microsoft.AspNetCore.Http.dll
87
%%DATADIR%%/Microsoft.AspNetCore.HttpOverrides.dll
88
%%DATADIR%%/Microsoft.AspNetCore.HttpsPolicy.dll
89
%%DATADIR%%/Microsoft.AspNetCore.Identity.dll
90
%%DATADIR%%/Microsoft.AspNetCore.Localization.Routing.dll
91
%%DATADIR%%/Microsoft.AspNetCore.Localization.dll
92
%%DATADIR%%/Microsoft.AspNetCore.Metadata.dll
93
%%DATADIR%%/Microsoft.AspNetCore.Mvc.Abstractions.dll
94
%%DATADIR%%/Microsoft.AspNetCore.Mvc.ApiExplorer.dll
95
%%DATADIR%%/Microsoft.AspNetCore.Mvc.Core.dll
96
%%DATADIR%%/Microsoft.AspNetCore.Mvc.Cors.dll
97
%%DATADIR%%/Microsoft.AspNetCore.Mvc.DataAnnotations.dll
98
%%DATADIR%%/Microsoft.AspNetCore.Mvc.Formatters.Json.dll
99
%%DATADIR%%/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll
100
%%DATADIR%%/Microsoft.AspNetCore.Mvc.Localization.dll
101
%%DATADIR%%/Microsoft.AspNetCore.Mvc.Razor.dll
102
%%DATADIR%%/Microsoft.AspNetCore.Mvc.RazorPages.dll
103
%%DATADIR%%/Microsoft.AspNetCore.Mvc.TagHelpers.dll
104
%%DATADIR%%/Microsoft.AspNetCore.Mvc.ViewFeatures.dll
105
%%DATADIR%%/Microsoft.AspNetCore.Mvc.dll
106
%%DATADIR%%/Microsoft.AspNetCore.Razor.Runtime.dll
107
%%DATADIR%%/Microsoft.AspNetCore.Razor.dll
108
%%DATADIR%%/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll
109
%%DATADIR%%/Microsoft.AspNetCore.ResponseCaching.dll
110
%%DATADIR%%/Microsoft.AspNetCore.ResponseCompression.dll
111
%%DATADIR%%/Microsoft.AspNetCore.Rewrite.dll
112
%%DATADIR%%/Microsoft.AspNetCore.Routing.Abstractions.dll
113
%%DATADIR%%/Microsoft.AspNetCore.Routing.dll
114
%%DATADIR%%/Microsoft.AspNetCore.Server.HttpSys.dll
115
%%DATADIR%%/Microsoft.AspNetCore.Server.IIS.dll
116
%%DATADIR%%/Microsoft.AspNetCore.Server.IISIntegration.dll
117
%%DATADIR%%/Microsoft.AspNetCore.Server.Kestrel.Core.dll
118
%%DATADIR%%/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll
119
%%DATADIR%%/Microsoft.AspNetCore.Server.Kestrel.dll
120
%%DATADIR%%/Microsoft.AspNetCore.Session.dll
121
%%DATADIR%%/Microsoft.AspNetCore.SignalR.Common.dll
122
%%DATADIR%%/Microsoft.AspNetCore.SignalR.Core.dll
123
%%DATADIR%%/Microsoft.AspNetCore.SignalR.Protocols.Json.dll
124
%%DATADIR%%/Microsoft.AspNetCore.SignalR.dll
125
%%DATADIR%%/Microsoft.AspNetCore.StaticFiles.dll
126
%%DATADIR%%/Microsoft.AspNetCore.WebSockets.dll
127
%%DATADIR%%/Microsoft.AspNetCore.WebUtilities.dll
128
%%DATADIR%%/Microsoft.AspNetCore.dll
129
%%DATADIR%%/Microsoft.CSharp.dll
130
%%DATADIR%%/Microsoft.Extensions.Caching.Abstractions.dll
131
%%DATADIR%%/Microsoft.Extensions.Caching.Memory.dll
132
%%DATADIR%%/Microsoft.Extensions.Configuration.Abstractions.dll
133
%%DATADIR%%/Microsoft.Extensions.Configuration.Binder.dll
134
%%DATADIR%%/Microsoft.Extensions.Configuration.CommandLine.dll
135
%%DATADIR%%/Microsoft.Extensions.Configuration.EnvironmentVariables.dll
136
%%DATADIR%%/Microsoft.Extensions.Configuration.FileExtensions.dll
137
%%DATADIR%%/Microsoft.Extensions.Configuration.Ini.dll
138
%%DATADIR%%/Microsoft.Extensions.Configuration.Json.dll
139
%%DATADIR%%/Microsoft.Extensions.Configuration.KeyPerFile.dll
140
%%DATADIR%%/Microsoft.Extensions.Configuration.UserSecrets.dll
141
%%DATADIR%%/Microsoft.Extensions.Configuration.Xml.dll
142
%%DATADIR%%/Microsoft.Extensions.Configuration.dll
143
%%DATADIR%%/Microsoft.Extensions.DependencyInjection.Abstractions.dll
144
%%DATADIR%%/Microsoft.Extensions.DependencyInjection.dll
145
%%DATADIR%%/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll
146
%%DATADIR%%/Microsoft.Extensions.Diagnostics.HealthChecks.dll
147
%%DATADIR%%/Microsoft.Extensions.FileProviders.Abstractions.dll
148
%%DATADIR%%/Microsoft.Extensions.FileProviders.Composite.dll
149
%%DATADIR%%/Microsoft.Extensions.FileProviders.Embedded.dll
150
%%DATADIR%%/Microsoft.Extensions.FileProviders.Physical.dll
151
%%DATADIR%%/Microsoft.Extensions.FileSystemGlobbing.dll
152
%%DATADIR%%/Microsoft.Extensions.Hosting.Abstractions.dll
153
%%DATADIR%%/Microsoft.Extensions.Hosting.WindowsServices.dll
154
%%DATADIR%%/Microsoft.Extensions.Hosting.dll
155
%%DATADIR%%/Microsoft.Extensions.Http.dll
156
%%DATADIR%%/Microsoft.Extensions.Identity.Core.dll
157
%%DATADIR%%/Microsoft.Extensions.Identity.Stores.dll
158
%%DATADIR%%/Microsoft.Extensions.Localization.Abstractions.dll
159
%%DATADIR%%/Microsoft.Extensions.Localization.dll
160
%%DATADIR%%/Microsoft.Extensions.Logging.Abstractions.dll
161
%%DATADIR%%/Microsoft.Extensions.Logging.Configuration.dll
162
%%DATADIR%%/Microsoft.Extensions.Logging.Console.dll
163
%%DATADIR%%/Microsoft.Extensions.Logging.Debug.dll
164
%%DATADIR%%/Microsoft.Extensions.Logging.EventLog.dll
165
%%DATADIR%%/Microsoft.Extensions.Logging.EventSource.dll
166
%%DATADIR%%/Microsoft.Extensions.Logging.TraceSource.dll
167
%%DATADIR%%/Microsoft.Extensions.Logging.dll
168
%%DATADIR%%/Microsoft.Extensions.ObjectPool.dll
169
%%DATADIR%%/Microsoft.Extensions.Options.ConfigurationExtensions.dll
170
%%DATADIR%%/Microsoft.Extensions.Options.DataAnnotations.dll
171
%%DATADIR%%/Microsoft.Extensions.Options.dll
172
%%DATADIR%%/Microsoft.Extensions.Primitives.dll
173
%%DATADIR%%/Microsoft.Extensions.WebEncoders.dll
174
%%DATADIR%%/Microsoft.JSInterop.dll
175
%%DATADIR%%/Microsoft.Net.Http.Headers.dll
176
%%DATADIR%%/Microsoft.VisualBasic.Core.dll
177
%%DATADIR%%/Microsoft.VisualBasic.dll
178
%%DATADIR%%/Microsoft.Win32.Primitives.dll
179
%%DATADIR%%/Microsoft.Win32.Registry.dll
180
%%DATADIR%%/Microsoft.Win32.SystemEvents.dll
181
%%DATADIR%%/MimeKit.dll
182
%%DATADIR%%/Mono.Nat.dll
183
%%DATADIR%%/Mono.Posix.NETStandard.dll
184
%%DATADIR%%/MonoTorrent.dll
185
%%DATADIR%%/NLog.Extensions.Logging.dll
186
%%DATADIR%%/NLog.dll
187
%%DATADIR%%/Newtonsoft.Json.dll
188
%%DATADIR%%/Org.Mentalis.dll
189
%%DATADIR%%/Prowlarr
190
%%DATADIR%%/Prowlarr.Api.V1.deps.json
191
%%DATADIR%%/Prowlarr.Api.V1.dll
192
%%DATADIR%%/Prowlarr.Api.V1.pdb
193
%%DATADIR%%/Prowlarr.Common.deps.json
194
%%DATADIR%%/Prowlarr.Common.dll
195
%%DATADIR%%/Prowlarr.Common.pdb
196
%%DATADIR%%/Prowlarr.Core.deps.json
197
%%DATADIR%%/Prowlarr.Core.dll
198
%%DATADIR%%/Prowlarr.Core.pdb
199
%%DATADIR%%/Prowlarr.Host.deps.json
200
%%DATADIR%%/Prowlarr.Host.dll
201
%%DATADIR%%/Prowlarr.Host.pdb
202
%%DATADIR%%/Prowlarr.Http.deps.json
203
%%DATADIR%%/Prowlarr.Http.dll
204
%%DATADIR%%/Prowlarr.Http.pdb
205
%%DATADIR%%/Prowlarr.Mono.deps.json
206
%%DATADIR%%/Prowlarr.Mono.dll
207
%%DATADIR%%/Prowlarr.Mono.pdb
208
%%DATADIR%%/Prowlarr.SignalR.deps.json
209
%%DATADIR%%/Prowlarr.SignalR.dll
210
%%DATADIR%%/Prowlarr.SignalR.pdb
211
%%DATADIR%%/Prowlarr.Update/DryIoc.Microsoft.DependencyInjection.dll
212
%%DATADIR%%/Prowlarr.Update/DryIoc.dll
213
%%DATADIR%%/Prowlarr.Update/ICSharpCode.SharpZipLib.dll
214
%%DATADIR%%/Prowlarr.Update/Microsoft.CSharp.dll
215
%%DATADIR%%/Prowlarr.Update/Microsoft.Extensions.Configuration.Abstractions.dll
216
%%DATADIR%%/Prowlarr.Update/Microsoft.Extensions.DependencyInjection.Abstractions.dll
217
%%DATADIR%%/Prowlarr.Update/Microsoft.Extensions.DependencyInjection.dll
218
%%DATADIR%%/Prowlarr.Update/Microsoft.Extensions.Logging.Abstractions.dll
219
%%DATADIR%%/Prowlarr.Update/Microsoft.Extensions.Logging.dll
220
%%DATADIR%%/Prowlarr.Update/Microsoft.Extensions.Options.dll
221
%%DATADIR%%/Prowlarr.Update/Microsoft.Extensions.Primitives.dll
222
%%DATADIR%%/Prowlarr.Update/Microsoft.VisualBasic.Core.dll
223
%%DATADIR%%/Prowlarr.Update/Microsoft.VisualBasic.dll
224
%%DATADIR%%/Prowlarr.Update/Microsoft.Win32.Primitives.dll
225
%%DATADIR%%/Prowlarr.Update/Microsoft.Win32.Registry.dll
226
%%DATADIR%%/Prowlarr.Update/Microsoft.Win32.SystemEvents.dll
227
%%DATADIR%%/Prowlarr.Update/Mono.Posix.NETStandard.dll
228
%%DATADIR%%/Prowlarr.Update/NLog.Extensions.Logging.dll
229
%%DATADIR%%/Prowlarr.Update/NLog.dll
230
%%DATADIR%%/Prowlarr.Update/Newtonsoft.Json.dll
231
%%DATADIR%%/Prowlarr.Update/Org.Mentalis.dll
232
%%DATADIR%%/Prowlarr.Update/Prowlarr.Common.dll
233
%%DATADIR%%/Prowlarr.Update/Prowlarr.Common.pdb
234
%%DATADIR%%/Prowlarr.Update/Prowlarr.Mono.deps.json
235
%%DATADIR%%/Prowlarr.Update/Prowlarr.Mono.dll
236
%%DATADIR%%/Prowlarr.Update/Prowlarr.Mono.pdb
237
%%DATADIR%%/Prowlarr.Update/Prowlarr.Update
238
%%DATADIR%%/Prowlarr.Update/Prowlarr.Update.deps.json
239
%%DATADIR%%/Prowlarr.Update/Prowlarr.Update.dll
240
%%DATADIR%%/Prowlarr.Update/Prowlarr.Update.dll.config
241
%%DATADIR%%/Prowlarr.Update/Prowlarr.Update.pdb
242
%%DATADIR%%/Prowlarr.Update/Prowlarr.Update.runtimeconfig.json
243
%%DATADIR%%/Prowlarr.Update/Sentry.dll
244
%%DATADIR%%/Prowlarr.Update/SocksWebProxy.dll
245
%%DATADIR%%/Prowlarr.Update/System.AppContext.dll
246
%%DATADIR%%/Prowlarr.Update/System.Buffers.dll
247
%%DATADIR%%/Prowlarr.Update/System.Collections.Concurrent.dll
248
%%DATADIR%%/Prowlarr.Update/System.Collections.Immutable.dll
249
%%DATADIR%%/Prowlarr.Update/System.Collections.NonGeneric.dll
250
%%DATADIR%%/Prowlarr.Update/System.Collections.Specialized.dll
251
%%DATADIR%%/Prowlarr.Update/System.Collections.dll
252
%%DATADIR%%/Prowlarr.Update/System.ComponentModel.Annotations.dll
253
%%DATADIR%%/Prowlarr.Update/System.ComponentModel.DataAnnotations.dll
254
%%DATADIR%%/Prowlarr.Update/System.ComponentModel.EventBasedAsync.dll
255
%%DATADIR%%/Prowlarr.Update/System.ComponentModel.Primitives.dll
256
%%DATADIR%%/Prowlarr.Update/System.ComponentModel.TypeConverter.dll
257
%%DATADIR%%/Prowlarr.Update/System.ComponentModel.dll
258
%%DATADIR%%/Prowlarr.Update/System.Configuration.ConfigurationManager.dll
259
%%DATADIR%%/Prowlarr.Update/System.Configuration.dll
260
%%DATADIR%%/Prowlarr.Update/System.Console.dll
261
%%DATADIR%%/Prowlarr.Update/System.Core.dll
262
%%DATADIR%%/Prowlarr.Update/System.Data.Common.dll
263
%%DATADIR%%/Prowlarr.Update/System.Data.DataSetExtensions.dll
264
%%DATADIR%%/Prowlarr.Update/System.Data.SQLite.dll
265
%%DATADIR%%/Prowlarr.Update/System.Data.dll
266
%%DATADIR%%/Prowlarr.Update/System.Diagnostics.Contracts.dll
267
%%DATADIR%%/Prowlarr.Update/System.Diagnostics.Debug.dll
268
%%DATADIR%%/Prowlarr.Update/System.Diagnostics.DiagnosticSource.dll
269
%%DATADIR%%/Prowlarr.Update/System.Diagnostics.EventLog.dll
270
%%DATADIR%%/Prowlarr.Update/System.Diagnostics.FileVersionInfo.dll
271
%%DATADIR%%/Prowlarr.Update/System.Diagnostics.Process.dll
272
%%DATADIR%%/Prowlarr.Update/System.Diagnostics.StackTrace.dll
273
%%DATADIR%%/Prowlarr.Update/System.Diagnostics.TextWriterTraceListener.dll
274
%%DATADIR%%/Prowlarr.Update/System.Diagnostics.Tools.dll
275
%%DATADIR%%/Prowlarr.Update/System.Diagnostics.TraceSource.dll
276
%%DATADIR%%/Prowlarr.Update/System.Diagnostics.Tracing.dll
277
%%DATADIR%%/Prowlarr.Update/System.Drawing.Common.dll
278
%%DATADIR%%/Prowlarr.Update/System.Drawing.Primitives.dll
279
%%DATADIR%%/Prowlarr.Update/System.Drawing.dll
280
%%DATADIR%%/Prowlarr.Update/System.Dynamic.Runtime.dll
281
%%DATADIR%%/Prowlarr.Update/System.Formats.Asn1.dll
282
%%DATADIR%%/Prowlarr.Update/System.Globalization.Calendars.dll
283
%%DATADIR%%/Prowlarr.Update/System.Globalization.Extensions.dll
284
%%DATADIR%%/Prowlarr.Update/System.Globalization.dll
285
%%DATADIR%%/Prowlarr.Update/System.IO.Compression.Brotli.dll
286
%%DATADIR%%/Prowlarr.Update/System.IO.Compression.FileSystem.dll
287
%%DATADIR%%/Prowlarr.Update/System.IO.Compression.ZipFile.dll
288
%%DATADIR%%/Prowlarr.Update/System.IO.Compression.dll
289
%%DATADIR%%/Prowlarr.Update/System.IO.FileSystem.AccessControl.dll
290
%%DATADIR%%/Prowlarr.Update/System.IO.FileSystem.DriveInfo.dll
291
%%DATADIR%%/Prowlarr.Update/System.IO.FileSystem.Primitives.dll
292
%%DATADIR%%/Prowlarr.Update/System.IO.FileSystem.Watcher.dll
293
%%DATADIR%%/Prowlarr.Update/System.IO.FileSystem.dll
294
%%DATADIR%%/Prowlarr.Update/System.IO.IsolatedStorage.dll
295
%%DATADIR%%/Prowlarr.Update/System.IO.MemoryMappedFiles.dll
296
%%DATADIR%%/Prowlarr.Update/System.IO.Pipes.AccessControl.dll
297
%%DATADIR%%/Prowlarr.Update/System.IO.Pipes.dll
298
%%DATADIR%%/Prowlarr.Update/System.IO.UnmanagedMemoryStream.dll
299
%%DATADIR%%/Prowlarr.Update/System.IO.dll
300
%%DATADIR%%/Prowlarr.Update/System.Linq.Expressions.dll
301
%%DATADIR%%/Prowlarr.Update/System.Linq.Parallel.dll
302
%%DATADIR%%/Prowlarr.Update/System.Linq.Queryable.dll
303
%%DATADIR%%/Prowlarr.Update/System.Linq.dll
304
%%DATADIR%%/Prowlarr.Update/System.Memory.dll
305
%%DATADIR%%/Prowlarr.Update/System.Net.Http.Json.dll
306
%%DATADIR%%/Prowlarr.Update/System.Net.Http.dll
307
%%DATADIR%%/Prowlarr.Update/System.Net.HttpListener.dll
308
%%DATADIR%%/Prowlarr.Update/System.Net.Mail.dll
309
%%DATADIR%%/Prowlarr.Update/System.Net.NameResolution.dll
310
%%DATADIR%%/Prowlarr.Update/System.Net.NetworkInformation.dll
311
%%DATADIR%%/Prowlarr.Update/System.Net.Ping.dll
312
%%DATADIR%%/Prowlarr.Update/System.Net.Primitives.dll
313
%%DATADIR%%/Prowlarr.Update/System.Net.Requests.dll
314
%%DATADIR%%/Prowlarr.Update/System.Net.Security.dll
315
%%DATADIR%%/Prowlarr.Update/System.Net.ServicePoint.dll
316
%%DATADIR%%/Prowlarr.Update/System.Net.Sockets.dll
317
%%DATADIR%%/Prowlarr.Update/System.Net.WebClient.dll
318
%%DATADIR%%/Prowlarr.Update/System.Net.WebHeaderCollection.dll
319
%%DATADIR%%/Prowlarr.Update/System.Net.WebProxy.dll
320
%%DATADIR%%/Prowlarr.Update/System.Net.WebSockets.Client.dll
321
%%DATADIR%%/Prowlarr.Update/System.Net.WebSockets.dll
322
%%DATADIR%%/Prowlarr.Update/System.Net.dll
323
%%DATADIR%%/Prowlarr.Update/System.Numerics.Vectors.dll
324
%%DATADIR%%/Prowlarr.Update/System.Numerics.dll
325
%%DATADIR%%/Prowlarr.Update/System.ObjectModel.dll
326
%%DATADIR%%/Prowlarr.Update/System.Private.CoreLib.dll
327
%%DATADIR%%/Prowlarr.Update/System.Private.DataContractSerialization.dll
328
%%DATADIR%%/Prowlarr.Update/System.Private.Uri.dll
329
%%DATADIR%%/Prowlarr.Update/System.Private.Xml.Linq.dll
330
%%DATADIR%%/Prowlarr.Update/System.Private.Xml.dll
331
%%DATADIR%%/Prowlarr.Update/System.Reflection.DispatchProxy.dll
332
%%DATADIR%%/Prowlarr.Update/System.Reflection.Emit.ILGeneration.dll
333
%%DATADIR%%/Prowlarr.Update/System.Reflection.Emit.Lightweight.dll
334
%%DATADIR%%/Prowlarr.Update/System.Reflection.Emit.dll
335
%%DATADIR%%/Prowlarr.Update/System.Reflection.Extensions.dll
336
%%DATADIR%%/Prowlarr.Update/System.Reflection.Metadata.dll
337
%%DATADIR%%/Prowlarr.Update/System.Reflection.Primitives.dll
338
%%DATADIR%%/Prowlarr.Update/System.Reflection.TypeExtensions.dll
339
%%DATADIR%%/Prowlarr.Update/System.Reflection.dll
340
%%DATADIR%%/Prowlarr.Update/System.Resources.Reader.dll
341
%%DATADIR%%/Prowlarr.Update/System.Resources.ResourceManager.dll
342
%%DATADIR%%/Prowlarr.Update/System.Resources.Writer.dll
343
%%DATADIR%%/Prowlarr.Update/System.Runtime.CompilerServices.Unsafe.dll
344
%%DATADIR%%/Prowlarr.Update/System.Runtime.CompilerServices.VisualC.dll
345
%%DATADIR%%/Prowlarr.Update/System.Runtime.Extensions.dll
346
%%DATADIR%%/Prowlarr.Update/System.Runtime.Handles.dll
347
%%DATADIR%%/Prowlarr.Update/System.Runtime.InteropServices.RuntimeInformation.dll
348
%%DATADIR%%/Prowlarr.Update/System.Runtime.InteropServices.dll
349
%%DATADIR%%/Prowlarr.Update/System.Runtime.Intrinsics.dll
350
%%DATADIR%%/Prowlarr.Update/System.Runtime.Loader.dll
351
%%DATADIR%%/Prowlarr.Update/System.Runtime.Numerics.dll
352
%%DATADIR%%/Prowlarr.Update/System.Runtime.Serialization.Formatters.dll
353
%%DATADIR%%/Prowlarr.Update/System.Runtime.Serialization.Json.dll
354
%%DATADIR%%/Prowlarr.Update/System.Runtime.Serialization.Primitives.dll
355
%%DATADIR%%/Prowlarr.Update/System.Runtime.Serialization.Xml.dll
356
%%DATADIR%%/Prowlarr.Update/System.Runtime.Serialization.dll
357
%%DATADIR%%/Prowlarr.Update/System.Runtime.dll
358
%%DATADIR%%/Prowlarr.Update/System.Security.AccessControl.dll
359
%%DATADIR%%/Prowlarr.Update/System.Security.Claims.dll
360
%%DATADIR%%/Prowlarr.Update/System.Security.Cryptography.Algorithms.dll
361
%%DATADIR%%/Prowlarr.Update/System.Security.Cryptography.Cng.dll
362
%%DATADIR%%/Prowlarr.Update/System.Security.Cryptography.Csp.dll
363
%%DATADIR%%/Prowlarr.Update/System.Security.Cryptography.Encoding.dll
364
%%DATADIR%%/Prowlarr.Update/System.Security.Cryptography.OpenSsl.dll
365
%%DATADIR%%/Prowlarr.Update/System.Security.Cryptography.Primitives.dll
366
%%DATADIR%%/Prowlarr.Update/System.Security.Cryptography.ProtectedData.dll
367
%%DATADIR%%/Prowlarr.Update/System.Security.Cryptography.X509Certificates.dll
368
%%DATADIR%%/Prowlarr.Update/System.Security.Permissions.dll
369
%%DATADIR%%/Prowlarr.Update/System.Security.Principal.Windows.dll
370
%%DATADIR%%/Prowlarr.Update/System.Security.Principal.dll
371
%%DATADIR%%/Prowlarr.Update/System.Security.SecureString.dll
372
%%DATADIR%%/Prowlarr.Update/System.Security.dll
373
%%DATADIR%%/Prowlarr.Update/System.ServiceModel.Web.dll
374
%%DATADIR%%/Prowlarr.Update/System.ServiceProcess.ServiceController.dll
375
%%DATADIR%%/Prowlarr.Update/System.ServiceProcess.dll
376
%%DATADIR%%/Prowlarr.Update/System.Text.Encoding.CodePages.dll
377
%%DATADIR%%/Prowlarr.Update/System.Text.Encoding.Extensions.dll
378
%%DATADIR%%/Prowlarr.Update/System.Text.Encoding.dll
379
%%DATADIR%%/Prowlarr.Update/System.Text.Encodings.Web.dll
380
%%DATADIR%%/Prowlarr.Update/System.Text.Json.dll
381
%%DATADIR%%/Prowlarr.Update/System.Text.RegularExpressions.dll
382
%%DATADIR%%/Prowlarr.Update/System.Threading.Channels.dll
383
%%DATADIR%%/Prowlarr.Update/System.Threading.Overlapped.dll
384
%%DATADIR%%/Prowlarr.Update/System.Threading.Tasks.Dataflow.dll
385
%%DATADIR%%/Prowlarr.Update/System.Threading.Tasks.Extensions.dll
386
%%DATADIR%%/Prowlarr.Update/System.Threading.Tasks.Parallel.dll
387
%%DATADIR%%/Prowlarr.Update/System.Threading.Tasks.dll
388
%%DATADIR%%/Prowlarr.Update/System.Threading.Thread.dll
389
%%DATADIR%%/Prowlarr.Update/System.Threading.ThreadPool.dll
390
%%DATADIR%%/Prowlarr.Update/System.Threading.Timer.dll
391
%%DATADIR%%/Prowlarr.Update/System.Threading.dll
392
%%DATADIR%%/Prowlarr.Update/System.Transactions.Local.dll
393
%%DATADIR%%/Prowlarr.Update/System.Transactions.dll
394
%%DATADIR%%/Prowlarr.Update/System.ValueTuple.dll
395
%%DATADIR%%/Prowlarr.Update/System.Web.HttpUtility.dll
396
%%DATADIR%%/Prowlarr.Update/System.Web.dll
397
%%DATADIR%%/Prowlarr.Update/System.Windows.Extensions.dll
398
%%DATADIR%%/Prowlarr.Update/System.Windows.dll
399
%%DATADIR%%/Prowlarr.Update/System.Xml.Linq.dll
400
%%DATADIR%%/Prowlarr.Update/System.Xml.ReaderWriter.dll
401
%%DATADIR%%/Prowlarr.Update/System.Xml.Serialization.dll
402
%%DATADIR%%/Prowlarr.Update/System.Xml.XDocument.dll
403
%%DATADIR%%/Prowlarr.Update/System.Xml.XPath.XDocument.dll
404
%%DATADIR%%/Prowlarr.Update/System.Xml.XPath.dll
405
%%DATADIR%%/Prowlarr.Update/System.Xml.XmlDocument.dll
406
%%DATADIR%%/Prowlarr.Update/System.Xml.XmlSerializer.dll
407
%%DATADIR%%/Prowlarr.Update/System.Xml.dll
408
%%DATADIR%%/Prowlarr.Update/System.dll
409
%%DATADIR%%/Prowlarr.Update/WindowsBase.dll
410
%%DATADIR%%/Prowlarr.Update/libMonoPosixHelper.so
411
%%DATADIR%%/Prowlarr.Update/libSystem.IO.Compression.Native.a
412
%%DATADIR%%/Prowlarr.Update/libSystem.IO.Compression.Native.so
413
%%DATADIR%%/Prowlarr.Update/libSystem.Native.a
414
%%DATADIR%%/Prowlarr.Update/libSystem.Native.so
415
%%DATADIR%%/Prowlarr.Update/libSystem.Net.Security.Native.a
416
%%DATADIR%%/Prowlarr.Update/libSystem.Net.Security.Native.so
417
%%DATADIR%%/Prowlarr.Update/libSystem.Security.Cryptography.Native.OpenSsl.a
418
%%DATADIR%%/Prowlarr.Update/libSystem.Security.Cryptography.Native.OpenSsl.so
419
%%DATADIR%%/Prowlarr.Update/libclrjit.so
420
%%DATADIR%%/Prowlarr.Update/libcoreclr.so
421
%%DATADIR%%/Prowlarr.Update/libcoreclrtraceptprovider.so
422
%%DATADIR%%/Prowlarr.Update/libdbgshim.so
423
%%DATADIR%%/Prowlarr.Update/libhostfxr.so
424
%%DATADIR%%/Prowlarr.Update/libhostpolicy.so
425
%%DATADIR%%/Prowlarr.Update/libmscordaccore.so
426
%%DATADIR%%/Prowlarr.Update/libmscordbi.so
427
%%DATADIR%%/Prowlarr.Update/mscorlib.dll
428
%%DATADIR%%/Prowlarr.Update/netstandard.dll
429
%%DATADIR%%/Prowlarr.deps.json
430
%%DATADIR%%/Prowlarr.dll
431
%%DATADIR%%/Prowlarr.dll.config
432
%%DATADIR%%/Prowlarr.pdb
433
%%DATADIR%%/Prowlarr.runtimeconfig.json
434
%%DATADIR%%/ReusableTasks.dll
435
%%DATADIR%%/Sentry.dll
436
%%DATADIR%%/ServiceInstall
437
%%DATADIR%%/ServiceUninstall
438
%%DATADIR%%/SocksWebProxy.dll
439
%%DATADIR%%/System.AppContext.dll
440
%%DATADIR%%/System.Buffers.dll
441
%%DATADIR%%/System.Collections.Concurrent.dll
442
%%DATADIR%%/System.Collections.Immutable.dll
443
%%DATADIR%%/System.Collections.NonGeneric.dll
444
%%DATADIR%%/System.Collections.Specialized.dll
445
%%DATADIR%%/System.Collections.dll
446
%%DATADIR%%/System.ComponentModel.Annotations.dll
447
%%DATADIR%%/System.ComponentModel.DataAnnotations.dll
448
%%DATADIR%%/System.ComponentModel.EventBasedAsync.dll
449
%%DATADIR%%/System.ComponentModel.Primitives.dll
450
%%DATADIR%%/System.ComponentModel.TypeConverter.dll
451
%%DATADIR%%/System.ComponentModel.dll
452
%%DATADIR%%/System.Configuration.ConfigurationManager.dll
453
%%DATADIR%%/System.Configuration.dll
454
%%DATADIR%%/System.Console.dll
455
%%DATADIR%%/System.Core.dll
456
%%DATADIR%%/System.Data.Common.dll
457
%%DATADIR%%/System.Data.DataSetExtensions.dll
458
%%DATADIR%%/System.Data.SQLite.dll
459
%%DATADIR%%/System.Data.dll
460
%%DATADIR%%/System.Diagnostics.Contracts.dll
461
%%DATADIR%%/System.Diagnostics.Debug.dll
462
%%DATADIR%%/System.Diagnostics.DiagnosticSource.dll
463
%%DATADIR%%/System.Diagnostics.EventLog.dll
464
%%DATADIR%%/System.Diagnostics.FileVersionInfo.dll
465
%%DATADIR%%/System.Diagnostics.Process.dll
466
%%DATADIR%%/System.Diagnostics.StackTrace.dll
467
%%DATADIR%%/System.Diagnostics.TextWriterTraceListener.dll
468
%%DATADIR%%/System.Diagnostics.Tools.dll
469
%%DATADIR%%/System.Diagnostics.TraceSource.dll
470
%%DATADIR%%/System.Diagnostics.Tracing.dll
471
%%DATADIR%%/System.Drawing.Common.dll
472
%%DATADIR%%/System.Drawing.Primitives.dll
473
%%DATADIR%%/System.Drawing.dll
474
%%DATADIR%%/System.Dynamic.Runtime.dll
475
%%DATADIR%%/System.Formats.Asn1.dll
476
%%DATADIR%%/System.Globalization.Calendars.dll
477
%%DATADIR%%/System.Globalization.Extensions.dll
478
%%DATADIR%%/System.Globalization.dll
479
%%DATADIR%%/System.IO.Compression.Brotli.dll
480
%%DATADIR%%/System.IO.Compression.FileSystem.dll
481
%%DATADIR%%/System.IO.Compression.ZipFile.dll
482
%%DATADIR%%/System.IO.Compression.dll
483
%%DATADIR%%/System.IO.FileSystem.AccessControl.dll
484
%%DATADIR%%/System.IO.FileSystem.DriveInfo.dll
485
%%DATADIR%%/System.IO.FileSystem.Primitives.dll
486
%%DATADIR%%/System.IO.FileSystem.Watcher.dll
487
%%DATADIR%%/System.IO.FileSystem.dll
488
%%DATADIR%%/System.IO.IsolatedStorage.dll
489
%%DATADIR%%/System.IO.MemoryMappedFiles.dll
490
%%DATADIR%%/System.IO.Pipelines.dll
491
%%DATADIR%%/System.IO.Pipes.AccessControl.dll
492
%%DATADIR%%/System.IO.Pipes.dll
493
%%DATADIR%%/System.IO.UnmanagedMemoryStream.dll
494
%%DATADIR%%/System.IO.dll
495
%%DATADIR%%/System.Linq.Expressions.dll
496
%%DATADIR%%/System.Linq.Parallel.dll
497
%%DATADIR%%/System.Linq.Queryable.dll
498
%%DATADIR%%/System.Linq.dll
499
%%DATADIR%%/System.Memory.dll
500
%%DATADIR%%/System.Net.Http.Json.dll
501
%%DATADIR%%/System.Net.Http.dll
502
%%DATADIR%%/System.Net.HttpListener.dll
503
%%DATADIR%%/System.Net.Mail.dll
504
%%DATADIR%%/System.Net.NameResolution.dll
505
%%DATADIR%%/System.Net.NetworkInformation.dll
506
%%DATADIR%%/System.Net.Ping.dll
507
%%DATADIR%%/System.Net.Primitives.dll
508
%%DATADIR%%/System.Net.Requests.dll
509
%%DATADIR%%/System.Net.Security.dll
510
%%DATADIR%%/System.Net.ServicePoint.dll
511
%%DATADIR%%/System.Net.Sockets.dll
512
%%DATADIR%%/System.Net.WebClient.dll
513
%%DATADIR%%/System.Net.WebHeaderCollection.dll
514
%%DATADIR%%/System.Net.WebProxy.dll
515
%%DATADIR%%/System.Net.WebSockets.Client.dll
516
%%DATADIR%%/System.Net.WebSockets.dll
517
%%DATADIR%%/System.Net.dll
518
%%DATADIR%%/System.Numerics.Vectors.dll
519
%%DATADIR%%/System.Numerics.dll
520
%%DATADIR%%/System.ObjectModel.dll
521
%%DATADIR%%/System.Private.CoreLib.dll
522
%%DATADIR%%/System.Private.DataContractSerialization.dll
523
%%DATADIR%%/System.Private.Uri.dll
524
%%DATADIR%%/System.Private.Xml.Linq.dll
525
%%DATADIR%%/System.Private.Xml.dll
526
%%DATADIR%%/System.Reflection.DispatchProxy.dll
527
%%DATADIR%%/System.Reflection.Emit.ILGeneration.dll
528
%%DATADIR%%/System.Reflection.Emit.Lightweight.dll
529
%%DATADIR%%/System.Reflection.Emit.dll
530
%%DATADIR%%/System.Reflection.Extensions.dll
531
%%DATADIR%%/System.Reflection.Metadata.dll
532
%%DATADIR%%/System.Reflection.Primitives.dll
533
%%DATADIR%%/System.Reflection.TypeExtensions.dll
534
%%DATADIR%%/System.Reflection.dll
535
%%DATADIR%%/System.Resources.Reader.dll
536
%%DATADIR%%/System.Resources.ResourceManager.dll
537
%%DATADIR%%/System.Resources.Writer.dll
538
%%DATADIR%%/System.Runtime.CompilerServices.Unsafe.dll
539
%%DATADIR%%/System.Runtime.CompilerServices.VisualC.dll
540
%%DATADIR%%/System.Runtime.Extensions.dll
541
%%DATADIR%%/System.Runtime.Handles.dll
542
%%DATADIR%%/System.Runtime.InteropServices.RuntimeInformation.dll
543
%%DATADIR%%/System.Runtime.InteropServices.dll
544
%%DATADIR%%/System.Runtime.Intrinsics.dll
545
%%DATADIR%%/System.Runtime.Loader.dll
546
%%DATADIR%%/System.Runtime.Numerics.dll
547
%%DATADIR%%/System.Runtime.Serialization.Formatters.dll
548
%%DATADIR%%/System.Runtime.Serialization.Json.dll
549
%%DATADIR%%/System.Runtime.Serialization.Primitives.dll
550
%%DATADIR%%/System.Runtime.Serialization.Xml.dll
551
%%DATADIR%%/System.Runtime.Serialization.dll
552
%%DATADIR%%/System.Runtime.dll
553
%%DATADIR%%/System.Security.AccessControl.dll
554
%%DATADIR%%/System.Security.Claims.dll
555
%%DATADIR%%/System.Security.Cryptography.Algorithms.dll
556
%%DATADIR%%/System.Security.Cryptography.Cng.dll
557
%%DATADIR%%/System.Security.Cryptography.Csp.dll
558
%%DATADIR%%/System.Security.Cryptography.Encoding.dll
559
%%DATADIR%%/System.Security.Cryptography.OpenSsl.dll
560
%%DATADIR%%/System.Security.Cryptography.Pkcs.dll
561
%%DATADIR%%/System.Security.Cryptography.Primitives.dll
562
%%DATADIR%%/System.Security.Cryptography.ProtectedData.dll
563
%%DATADIR%%/System.Security.Cryptography.X509Certificates.dll
564
%%DATADIR%%/System.Security.Cryptography.Xml.dll
565
%%DATADIR%%/System.Security.Permissions.dll
566
%%DATADIR%%/System.Security.Principal.Windows.dll
567
%%DATADIR%%/System.Security.Principal.dll
568
%%DATADIR%%/System.Security.SecureString.dll
569
%%DATADIR%%/System.Security.dll
570
%%DATADIR%%/System.ServiceModel.Syndication.dll
571
%%DATADIR%%/System.ServiceModel.Web.dll
572
%%DATADIR%%/System.ServiceProcess.ServiceController.dll
573
%%DATADIR%%/System.ServiceProcess.dll
574
%%DATADIR%%/System.Text.Encoding.CodePages.dll
575
%%DATADIR%%/System.Text.Encoding.Extensions.dll
576
%%DATADIR%%/System.Text.Encoding.dll
577
%%DATADIR%%/System.Text.Encodings.Web.dll
578
%%DATADIR%%/System.Text.Json.dll
579
%%DATADIR%%/System.Text.RegularExpressions.dll
580
%%DATADIR%%/System.Threading.Channels.dll
581
%%DATADIR%%/System.Threading.Overlapped.dll
582
%%DATADIR%%/System.Threading.Tasks.Dataflow.dll
583
%%DATADIR%%/System.Threading.Tasks.Extensions.dll
584
%%DATADIR%%/System.Threading.Tasks.Parallel.dll
585
%%DATADIR%%/System.Threading.Tasks.dll
586
%%DATADIR%%/System.Threading.Thread.dll
587
%%DATADIR%%/System.Threading.ThreadPool.dll
588
%%DATADIR%%/System.Threading.Timer.dll
589
%%DATADIR%%/System.Threading.dll
590
%%DATADIR%%/System.Transactions.Local.dll
591
%%DATADIR%%/System.Transactions.dll
592
%%DATADIR%%/System.ValueTuple.dll
593
%%DATADIR%%/System.Web.HttpUtility.dll
594
%%DATADIR%%/System.Web.dll
595
%%DATADIR%%/System.Windows.Extensions.dll
596
%%DATADIR%%/System.Windows.dll
597
%%DATADIR%%/System.Xml.Linq.dll
598
%%DATADIR%%/System.Xml.ReaderWriter.dll
599
%%DATADIR%%/System.Xml.Serialization.dll
600
%%DATADIR%%/System.Xml.XDocument.dll
601
%%DATADIR%%/System.Xml.XPath.XDocument.dll
602
%%DATADIR%%/System.Xml.XPath.dll
603
%%DATADIR%%/System.Xml.XmlDocument.dll
604
%%DATADIR%%/System.Xml.XmlSerializer.dll
605
%%DATADIR%%/System.Xml.dll
606
%%DATADIR%%/System.dll
607
%%DATADIR%%/UI/Content/Fonts/Roboto-Light.ttf
608
%%DATADIR%%/UI/Content/Fonts/Roboto-Light.woff
609
%%DATADIR%%/UI/Content/Fonts/Roboto-Light.woff2
610
%%DATADIR%%/UI/Content/Fonts/Roboto-Regular.ttf
611
%%DATADIR%%/UI/Content/Fonts/Roboto-Regular.woff
612
%%DATADIR%%/UI/Content/Fonts/Roboto-Regular.woff2
613
%%DATADIR%%/UI/Content/Fonts/UbuntuMono-Regular.eot
614
%%DATADIR%%/UI/Content/Fonts/UbuntuMono-Regular.ttf
615
%%DATADIR%%/UI/Content/Fonts/UbuntuMono-Regular.woff
616
%%DATADIR%%/UI/Content/Fonts/fonts.css
617
%%DATADIR%%/UI/Content/Fonts/text-security-disc.ttf
618
%%DATADIR%%/UI/Content/Fonts/text-security-disc.woff
619
%%DATADIR%%/UI/Content/Images/404.png
620
%%DATADIR%%/UI/Content/Images/Icons/android-chrome-192x192.png
621
%%DATADIR%%/UI/Content/Images/Icons/android-chrome-512x512.png
622
%%DATADIR%%/UI/Content/Images/Icons/apple-touch-icon.png
623
%%DATADIR%%/UI/Content/Images/Icons/browserconfig.xml
624
%%DATADIR%%/UI/Content/Images/Icons/favicon-16x16.png
625
%%DATADIR%%/UI/Content/Images/Icons/favicon-32x32.png
626
%%DATADIR%%/UI/Content/Images/Icons/favicon-debug-16x16.png
627
%%DATADIR%%/UI/Content/Images/Icons/favicon-debug-32x32.png
628
%%DATADIR%%/UI/Content/Images/Icons/favicon-debug.ico
629
%%DATADIR%%/UI/Content/Images/Icons/favicon.ico
630
%%DATADIR%%/UI/Content/Images/Icons/logo-lidarr.png
631
%%DATADIR%%/UI/Content/Images/Icons/logo-%%DATADIR%%.png
632
%%DATADIR%%/UI/Content/Images/Icons/logo-radarr.png
633
%%DATADIR%%/UI/Content/Images/Icons/logo-readarr.png
634
%%DATADIR%%/UI/Content/Images/Icons/logo-sonarr.png
635
%%DATADIR%%/UI/Content/Images/Icons/manifest.json
636
%%DATADIR%%/UI/Content/Images/Icons/mstile-144x144.png
637
%%DATADIR%%/UI/Content/Images/Icons/mstile-150x150.png
638
%%DATADIR%%/UI/Content/Images/Icons/mstile-310x150.png
639
%%DATADIR%%/UI/Content/Images/Icons/mstile-310x310.png
640
%%DATADIR%%/UI/Content/Images/Icons/mstile-70x70.png
641
%%DATADIR%%/UI/Content/Images/Icons/safari-pinned-tab.svg
642
%%DATADIR%%/UI/Content/Images/error.png
643
%%DATADIR%%/UI/Content/Images/logo-full.png
644
%%DATADIR%%/UI/Content/Images/logo.png
645
%%DATADIR%%/UI/Content/Images/logo.svg
646
%%DATADIR%%/UI/Content/Images/poster-dark.png
647
%%DATADIR%%/UI/Content/robots.txt
648
%%DATADIR%%/UI/Content/styles.css
649
%%DATADIR%%/UI/Content/styles.css.map
650
%%DATADIR%%/UI/index.html
651
%%DATADIR%%/UI/index.js
652
%%DATADIR%%/UI/index.js.map
653
%%DATADIR%%/UI/login.html
654
%%DATADIR%%/UI/oauth.html
655
%%DATADIR%%/UI/vendors.js
656
%%DATADIR%%/UI/vendors.js.LICENSE.txt
657
%%DATADIR%%/UI/vendors.js.map
658
%%DATADIR%%/WindowsBase.dll
659
%%DATADIR%%/YamlDotNet.dll
660
%%DATADIR%%/de-DE/FluentMigrator.Abstractions.resources.dll
661
%%DATADIR%%/libMonoPosixHelper.so
662
%%DATADIR%%/libSystem.IO.Compression.Native.a
663
%%DATADIR%%/libSystem.IO.Compression.Native.so
664
%%DATADIR%%/libSystem.Native.a
665
%%DATADIR%%/libSystem.Native.so
666
%%DATADIR%%/libSystem.Net.Security.Native.a
667
%%DATADIR%%/libSystem.Net.Security.Native.so
668
%%DATADIR%%/libSystem.Security.Cryptography.Native.OpenSsl.a
669
%%DATADIR%%/libSystem.Security.Cryptography.Native.OpenSsl.so
670
%%DATADIR%%/libclrjit.so
671
%%DATADIR%%/libcoreclr.so
672
%%DATADIR%%/libcoreclrtraceptprovider.so
673
%%DATADIR%%/libdbgshim.so
674
%%DATADIR%%/libhostfxr.so
675
%%DATADIR%%/libhostpolicy.so
676
%%DATADIR%%/libmscordaccore.so
677
%%DATADIR%%/libmscordbi.so
678
%%DATADIR%%/mscorlib.dll
679
%%DATADIR%%/netstandard.dll

Return to bug 259196