Date: Wed, 05 Aug 2026 14:10:04 +0000 From: Joel Bodenmann <jbo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Cc: Ralf van der Enden <tremere@cainites.net> Subject: git: 40e72273f3d5 - main - net-p2p/jackett: Update to 0.24.2330 Message-ID: <6a73443c.40284.365fdc99@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by jbo: URL: https://cgit.FreeBSD.org/ports/commit/?id=40e72273f3d598ff86cf5e41d055b52c50adc92a commit 40e72273f3d598ff86cf5e41d055b52c50adc92a Author: Ralf van der Enden <tremere@cainites.net> AuthorDate: 2026-05-13 14:35:48 +0000 Commit: Joel Bodenmann <jbo@FreeBSD.org> CommitDate: 2026-08-05 14:06:01 +0000 net-p2p/jackett: Update to 0.24.2330 PR: 296592 --- net-p2p/jackett/Makefile | 2 +- net-p2p/jackett/Makefile.nuget | 624 +++++++++++++++++++++++------------------ net-p2p/jackett/distinfo | 550 +++++++++++++++++++++++------------- net-p2p/jackett/pkg-plist | 69 +++-- 4 files changed, 741 insertions(+), 504 deletions(-) diff --git a/net-p2p/jackett/Makefile b/net-p2p/jackett/Makefile index 5a499fd579bd..198002822b5e 100644 --- a/net-p2p/jackett/Makefile +++ b/net-p2p/jackett/Makefile @@ -1,6 +1,6 @@ PORTNAME= jackett DISTVERSIONPREFIX= v -DISTVERSION= 0.24.1622 +DISTVERSION= 0.24.2330 CATEGORIES= net-p2p MAINTAINER= tremere@cainites.net diff --git a/net-p2p/jackett/Makefile.nuget b/net-p2p/jackett/Makefile.nuget index 6d8b50ce4369..0b31242003fc 100644 --- a/net-p2p/jackett/Makefile.nuget +++ b/net-p2p/jackett/Makefile.nuget @@ -1,273 +1,353 @@ NUGET_GROUPS= NUGET -NUGET_NUPKGS= AngleSharp.Xml:1.0.0 \ - AngleSharp:1.4.0 \ - Autofac.Extensions.DependencyInjection:9.0.0 \ - Autofac:8.0.0 \ - BencodeNET:4.0.0 \ - CommandLineParser:2.9.1 \ - DotNet4.SocksProxy:1.4.0.1 \ - FlareSolverrSharp:3.0.7 \ - Microsoft.AspNetCore.Antiforgery:2.3.0 \ - Microsoft.AspNetCore.Authentication.Abstractions:2.3.0 \ - Microsoft.AspNetCore.Authentication.Cookies:2.3.9 \ - Microsoft.AspNetCore.Authentication.Core:2.3.0 \ - Microsoft.AspNetCore.Authentication:2.3.9 \ - Microsoft.AspNetCore.Authorization.Policy:2.3.0 \ - Microsoft.AspNetCore.Authorization:2.3.0 \ - Microsoft.AspNetCore.Connections.Abstractions:2.3.0 \ - Microsoft.AspNetCore.Cors:2.3.0 \ - Microsoft.AspNetCore.Cryptography.Internal:2.3.0 \ - Microsoft.AspNetCore.DataProtection.Abstractions:2.3.0 \ - Microsoft.AspNetCore.DataProtection:2.3.0 \ - Microsoft.AspNetCore.Diagnostics.Abstractions:2.3.0 \ - Microsoft.AspNetCore.Diagnostics:2.3.0 \ - Microsoft.AspNetCore.HostFiltering:2.3.0 \ - Microsoft.AspNetCore.Hosting.Abstractions:2.3.0 \ - Microsoft.AspNetCore.Hosting.Server.Abstractions:2.3.0 \ - Microsoft.AspNetCore.Hosting:2.3.0 \ - Microsoft.AspNetCore.Html.Abstractions:2.3.0 \ - Microsoft.AspNetCore.Http.Abstractions:2.3.0 \ - Microsoft.AspNetCore.Http.Extensions:2.3.0 \ - Microsoft.AspNetCore.Http.Features:2.3.0 \ - Microsoft.AspNetCore.Http:2.3.9 \ - Microsoft.AspNetCore.HttpOverrides:2.1.1 \ - Microsoft.AspNetCore.JsonPatch:2.3.0 \ - Microsoft.AspNetCore.JsonPatch:9.0.14 \ - Microsoft.AspNetCore.Localization:2.3.0 \ - Microsoft.AspNetCore.Mvc.Abstractions:2.3.0 \ - Microsoft.AspNetCore.Mvc.ApiExplorer:2.3.0 \ - Microsoft.AspNetCore.Mvc.Core:2.3.0 \ - Microsoft.AspNetCore.Mvc.Cors:2.3.0 \ - Microsoft.AspNetCore.Mvc.DataAnnotations:2.3.0 \ - Microsoft.AspNetCore.Mvc.Formatters.Json:2.3.0 \ - Microsoft.AspNetCore.Mvc.Localization:2.3.0 \ - Microsoft.AspNetCore.Mvc.NewtonsoftJson:9.0.14 \ - Microsoft.AspNetCore.Mvc.Razor.Extensions:2.3.0 \ - Microsoft.AspNetCore.Mvc.Razor:2.3.0 \ - Microsoft.AspNetCore.Mvc.RazorPages:2.3.0 \ - Microsoft.AspNetCore.Mvc.TagHelpers:2.3.0 \ - Microsoft.AspNetCore.Mvc.ViewFeatures:2.3.0 \ - Microsoft.AspNetCore.Mvc:2.3.9 \ - Microsoft.AspNetCore.Razor.Design:2.3.0 \ - Microsoft.AspNetCore.Razor.Language:2.3.0 \ - Microsoft.AspNetCore.Razor.Runtime:2.3.0 \ - Microsoft.AspNetCore.Razor:2.3.0 \ - Microsoft.AspNetCore.ResponseCaching.Abstractions:2.3.0 \ - Microsoft.AspNetCore.ResponseCompression:2.3.9 \ - Microsoft.AspNetCore.Rewrite:2.3.9 \ - Microsoft.AspNetCore.Routing.Abstractions:2.3.0 \ - Microsoft.AspNetCore.Routing:2.3.0 \ - Microsoft.AspNetCore.Server.IISIntegration:2.1.7 \ - Microsoft.AspNetCore.Server.Kestrel.Core:2.3.0 \ - Microsoft.AspNetCore.Server.Kestrel.Https:2.3.0 \ - Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions:2.3.0 \ - Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets:2.3.0 \ - Microsoft.AspNetCore.Server.Kestrel:2.3.0 \ - Microsoft.AspNetCore.StaticFiles:2.3.9 \ - Microsoft.AspNetCore.WebUtilities:2.3.9 \ - Microsoft.AspNetCore:2.3.9 \ - Microsoft.Bcl.AsyncInterfaces:9.0.14 \ - Microsoft.Bcl.TimeProvider:8.0.0 \ - Microsoft.CSharp:4.7.0 \ - Microsoft.CodeAnalysis.Analyzers:1.1.0 \ - Microsoft.CodeAnalysis.CSharp:2.8.2 \ - Microsoft.CodeAnalysis.Common:2.8.2 \ - Microsoft.CodeAnalysis.Razor:2.3.0 \ - Microsoft.DiaSymReader.Native:1.7.0 \ - Microsoft.DotNet.PlatformAbstractions:2.1.0 \ - Microsoft.Extensions.Caching.Abstractions:8.0.0 \ - Microsoft.Extensions.Caching.Memory:8.0.1 \ - Microsoft.Extensions.Configuration.Abstractions:8.0.0 \ - Microsoft.Extensions.Configuration.Abstractions:9.0.14 \ - Microsoft.Extensions.Configuration.Binder:8.0.2 \ - Microsoft.Extensions.Configuration.CommandLine:8.0.0 \ - Microsoft.Extensions.Configuration.EnvironmentVariables:8.0.0 \ - Microsoft.Extensions.Configuration.FileExtensions:8.0.1 \ - Microsoft.Extensions.Configuration.Json:8.0.1 \ - Microsoft.Extensions.Configuration.UserSecrets:8.0.1 \ - Microsoft.Extensions.Configuration:8.0.0 \ - Microsoft.Extensions.Configuration:9.0.14 \ - Microsoft.Extensions.DependencyInjection.Abstractions:8.0.0 \ - Microsoft.Extensions.DependencyInjection.Abstractions:8.0.2 \ - Microsoft.Extensions.DependencyInjection:8.0.0 \ - Microsoft.Extensions.DependencyInjection:8.0.1 \ - Microsoft.Extensions.DependencyModel:2.1.0 \ - Microsoft.Extensions.Diagnostics.Abstractions:8.0.1 \ - Microsoft.Extensions.FileProviders.Abstractions:8.0.0 \ - Microsoft.Extensions.FileProviders.Composite:8.0.0 \ - Microsoft.Extensions.FileProviders.Physical:8.0.0 \ - Microsoft.Extensions.FileSystemGlobbing:8.0.0 \ - Microsoft.Extensions.Hosting.Abstractions:8.0.1 \ - Microsoft.Extensions.Localization.Abstractions:8.0.11 \ - Microsoft.Extensions.Localization:8.0.11 \ - Microsoft.Extensions.Logging.Abstractions:8.0.0 \ - Microsoft.Extensions.Logging.Abstractions:8.0.2 \ - Microsoft.Extensions.Logging.Configuration:8.0.1 \ - Microsoft.Extensions.Logging.Console:8.0.1 \ - Microsoft.Extensions.Logging.Debug:8.0.1 \ - Microsoft.Extensions.Logging:8.0.0 \ - Microsoft.Extensions.Logging:8.0.1 \ - Microsoft.Extensions.ObjectPool:8.0.11 \ - Microsoft.Extensions.Options.ConfigurationExtensions:8.0.0 \ - Microsoft.Extensions.Options:8.0.2 \ - Microsoft.Extensions.Primitives:8.0.0 \ - Microsoft.Extensions.Primitives:9.0.14 \ - Microsoft.Extensions.WebEncoders:8.0.11 \ - Microsoft.NETCore.Platforms:1.1.0 \ - Microsoft.NETCore.Platforms:5.0.0 \ - Microsoft.NETCore.Targets:1.1.0 \ - Microsoft.NETFramework.ReferenceAssemblies.net471:1.0.3 \ - Microsoft.NETFramework.ReferenceAssemblies:1.0.3 \ - Microsoft.Net.Http.Headers:2.3.8 \ - Microsoft.Win32.Primitives:4.3.0 \ - Microsoft.Win32.Registry:4.5.0 \ - MimeMapping:1.0.1.50 \ - Mono.Posix:7.1.0-final.1.21458.1 \ - Mono.Unix:7.1.0-final.1.21458.1 \ - NETStandard.Library:1.6.1 \ - NETStandard.Library:2.0.3 \ - NLog.Extensions.Logging:5.5.0 \ - NLog.Web.AspNetCore:5.5.0 \ - NLog:5.5.1 \ - Newtonsoft.Json.Bson:1.0.2 \ - Newtonsoft.Json:13.0.4 \ - Polly.Core:8.6.6 \ - Polly:8.6.6 \ - SharpZipLib:1.4.2 \ - System.AppContext:4.3.0 \ - System.Buffers:4.6.0 \ - System.Collections.Concurrent:4.3.0 \ - System.Collections.Immutable:8.0.0 \ - System.Collections:4.3.0 \ - System.ComponentModel.Annotations:5.0.0 \ - System.Console:4.3.0 \ - System.Diagnostics.Debug:4.3.0 \ - System.Diagnostics.DiagnosticSource:7.0.2 \ - System.Diagnostics.DiagnosticSource:8.0.1 \ - System.Diagnostics.EventLog:9.0.14 \ - System.Diagnostics.FileVersionInfo:4.3.0 \ - System.Diagnostics.StackTrace:4.3.0 \ - System.Diagnostics.Tools:4.3.0 \ - System.Diagnostics.Tracing:4.3.0 \ - System.Dynamic.Runtime:4.3.0 \ - System.Formats.Asn1:9.0.12 \ - System.Globalization.Calendars:4.3.0 \ - System.Globalization.Extensions:4.3.0 \ - System.Globalization:4.3.0 \ - System.IO.Compression.ZipFile:4.3.0 \ - System.IO.Compression:4.3.0 \ - System.IO.FileSystem.AccessControl:5.0.0 \ - System.IO.FileSystem.Primitives:4.3.0 \ - System.IO.FileSystem:4.3.0 \ - System.IO.Pipelines:4.6.0 \ - System.IO.Pipelines:5.0.1 \ - System.IO.Pipelines:9.0.14 \ - System.IO.Pipelines:9.0.9 \ - System.IO:4.3.0 \ - System.Linq.Expressions:4.3.0 \ - System.Linq:4.3.0 \ - System.Memory:4.5.5 \ - System.Memory:4.6.0 \ - System.Net.Http:4.3.0 \ - System.Net.NameResolution:4.3.0 \ - System.Net.Primitives:4.3.0 \ - System.Net.Sockets:4.3.0 \ - System.Numerics.Vectors:4.4.0 \ - System.Numerics.Vectors:4.6.0 \ - System.ObjectModel:4.3.0 \ - System.Private.Uri:4.3.0 \ - System.Reflection.Emit.ILGeneration:4.3.0 \ - System.Reflection.Emit.Lightweight:4.3.0 \ - System.Reflection.Emit:4.3.0 \ - System.Reflection.Extensions:4.3.0 \ - System.Reflection.Metadata:8.0.1 \ - System.Reflection.Primitives:4.3.0 \ - System.Reflection.TypeExtensions:4.3.0 \ - System.Reflection:4.3.0 \ - System.Resources.ResourceManager:4.3.0 \ - System.Runtime.CompilerServices.Unsafe:6.0.0 \ - System.Runtime.CompilerServices.Unsafe:6.1.0 \ - System.Runtime.Extensions:4.3.0 \ - System.Runtime.Handles:4.3.0 \ - System.Runtime.InteropServices.RuntimeInformation:4.3.0 \ - System.Runtime.InteropServices:4.3.0 \ - System.Runtime.Numerics:4.3.0 \ - System.Runtime:4.3.0 \ - System.Security.AccessControl:5.0.0 \ - System.Security.Cryptography.Algorithms:4.3.0 \ - System.Security.Cryptography.Algorithms:4.3.1 \ - System.Security.Cryptography.Cng:4.3.0 \ - System.Security.Cryptography.Cng:5.0.0 \ - System.Security.Cryptography.Csp:4.3.0 \ - System.Security.Cryptography.Encoding:4.3.0 \ - System.Security.Cryptography.OpenSsl:4.3.0 \ - System.Security.Cryptography.Primitives:4.3.0 \ - System.Security.Cryptography.ProtectedData:9.0.14 \ - System.Security.Cryptography.X509Certificates:4.3.0 \ - System.Security.Cryptography.Xml:8.0.2 \ - System.Security.Principal.Windows:5.0.0 \ - System.ServiceProcess.ServiceController:9.0.14 \ - System.Text.Encoding.CodePages:9.0.14 \ - System.Text.Encoding.Extensions:4.3.0 \ - System.Text.Encoding:4.3.0 \ - System.Text.Encodings.Web:8.0.0 \ - System.Text.Encodings.Web:9.0.14 \ - System.Text.Json:9.0.14 \ - System.Text.RegularExpressions:4.3.0 \ - System.Threading.Tasks.Extensions:4.3.0 \ - System.Threading.Tasks.Extensions:4.5.4 \ - System.Threading.Tasks.Extensions:4.6.0 \ - System.Threading.Tasks.Parallel:4.3.0 \ - System.Threading.Tasks:4.3.0 \ - System.Threading.Thread:4.3.0 \ - System.Threading.ThreadPool:4.3.0 \ - System.Threading.Timer:4.3.0 \ - System.Threading:4.3.0 \ - System.ValueTuple:4.5.0 \ - System.Xml.ReaderWriter:4.3.0 \ - System.Xml.XDocument:4.3.0 \ - System.Xml.XPath.XDocument:4.3.0 \ - System.Xml.XPath:4.3.0 \ - System.Xml.XmlDocument:4.3.0 \ - runtime.any.System.Collections:4.3.0 \ - runtime.any.System.Diagnostics.Tools:4.3.0 \ - runtime.any.System.Diagnostics.Tracing:4.3.0 \ - runtime.any.System.Globalization.Calendars:4.3.0 \ - runtime.any.System.Globalization:4.3.0 \ - runtime.any.System.IO:4.3.0 \ - runtime.any.System.Reflection.Extensions:4.3.0 \ - runtime.any.System.Reflection.Primitives:4.3.0 \ - runtime.any.System.Reflection:4.3.0 \ - runtime.any.System.Resources.ResourceManager:4.3.0 \ - runtime.any.System.Runtime.Handles:4.3.0 \ - runtime.any.System.Runtime.InteropServices:4.3.0 \ - runtime.any.System.Runtime:4.3.0 \ - runtime.any.System.Text.Encoding.Extensions:4.3.0 \ - runtime.any.System.Text.Encoding:4.3.0 \ - runtime.any.System.Threading.Tasks:4.3.0 \ - runtime.any.System.Threading.Timer:4.3.0 \ - runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl:4.3.0 \ - runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl:4.3.0 \ - runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl:4.3.0 \ - runtime.native.System.IO.Compression:4.3.0 \ - runtime.native.System.Net.Http:4.3.0 \ - runtime.native.System.Security.Cryptography.Apple:4.3.0 \ - runtime.native.System.Security.Cryptography.OpenSsl:4.3.0 \ - runtime.native.System:4.3.0 \ - runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl:4.3.0 \ - runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl:4.3.0 \ - runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple:4.3.0 \ - runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl:4.3.0 \ - runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl:4.3.0 \ - runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl:4.3.0 \ - runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl:4.3.0 \ - runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl:4.3.0 \ - runtime.unix.Microsoft.Win32.Primitives:4.3.0 \ - runtime.unix.System.Console:4.3.0 \ - runtime.unix.System.Diagnostics.Debug:4.3.0 \ - runtime.unix.System.IO.FileSystem:4.3.0 \ - runtime.unix.System.Net.Primitives:4.3.0 \ - runtime.unix.System.Net.Sockets:4.3.0 \ - runtime.unix.System.Private.Uri:4.3.0 \ - runtime.unix.System.Runtime.Extensions:4.3.0 \ - YamlDotNet:16.3.0 +NUGET_NUPKGS= anglesharp.xml:1.0.0 \ + anglesharp:1.0.0 \ + anglesharp:1.5.2 \ + autofac.extensions.dependencyinjection:9.0.0 \ + autofac:8.0.0 \ + bencodenet:4.0.0 \ + commandlineparser:2.9.1 \ + dotnet4.socksproxy:1.4.0.1 \ + flaresolverrsharp:3.0.7 \ + microsoft.aspnetcore.antiforgery:2.3.9 \ + microsoft.aspnetcore.authentication.abstractions:2.3.0 \ + microsoft.aspnetcore.authentication.abstractions:2.3.9 \ + microsoft.aspnetcore.authentication.cookies:2.3.11 \ + microsoft.aspnetcore.authentication.core:2.1.1 \ + microsoft.aspnetcore.authentication.core:2.3.0 \ + microsoft.aspnetcore.authentication.core:2.3.10 \ + microsoft.aspnetcore.authentication:2.3.10 \ + microsoft.aspnetcore.authentication:2.3.11 \ + microsoft.aspnetcore.authorization.policy:2.3.0 \ + microsoft.aspnetcore.authorization:2.3.0 \ + microsoft.aspnetcore.connections.abstractions:2.3.0 \ + microsoft.aspnetcore.cors:2.3.9 \ + microsoft.aspnetcore.cryptography.internal:2.3.9 \ + microsoft.aspnetcore.dataprotection.abstractions:2.3.9 \ + microsoft.aspnetcore.dataprotection:2.3.0 \ + microsoft.aspnetcore.dataprotection:2.3.10 \ + microsoft.aspnetcore.diagnostics.abstractions:2.3.9 \ + microsoft.aspnetcore.diagnostics:2.3.10 \ + microsoft.aspnetcore.hostfiltering:2.3.10 \ + microsoft.aspnetcore.hosting.abstractions:2.1.1 \ + microsoft.aspnetcore.hosting.abstractions:2.3.0 \ + microsoft.aspnetcore.hosting.abstractions:2.3.10 \ + microsoft.aspnetcore.hosting.abstractions:2.3.9 \ + microsoft.aspnetcore.hosting.server.abstractions:2.3.9 \ + microsoft.aspnetcore.hosting:2.3.10 \ + microsoft.aspnetcore.hosting:2.3.9 \ + microsoft.aspnetcore.html.abstractions:2.3.0 \ + microsoft.aspnetcore.html.abstractions:2.3.9 \ + microsoft.aspnetcore.http.abstractions:2.1.1 \ + microsoft.aspnetcore.http.abstractions:2.3.0 \ + microsoft.aspnetcore.http.abstractions:2.3.10 \ + microsoft.aspnetcore.http.abstractions:2.3.9 \ + microsoft.aspnetcore.http.extensions:2.1.1 \ + microsoft.aspnetcore.http.extensions:2.3.0 \ + microsoft.aspnetcore.http.extensions:2.3.10 \ + microsoft.aspnetcore.http.extensions:2.3.9 \ + microsoft.aspnetcore.http.features:2.3.0 \ + microsoft.aspnetcore.http.features:2.3.9 \ + microsoft.aspnetcore.http:2.1.1 \ + microsoft.aspnetcore.http:2.1.22 \ + microsoft.aspnetcore.http:2.3.0 \ + microsoft.aspnetcore.http:2.3.10 \ + microsoft.aspnetcore.http:2.3.11 \ + microsoft.aspnetcore.http:2.3.9 \ + microsoft.aspnetcore.httpoverrides:2.1.1 \ + microsoft.aspnetcore.jsonpatch:2.3.9 \ + microsoft.aspnetcore.jsonpatch:9.0.18 \ + microsoft.aspnetcore.localization:2.3.9 \ + microsoft.aspnetcore.mvc.abstractions:2.3.0 \ + microsoft.aspnetcore.mvc.apiexplorer:2.3.10 \ + microsoft.aspnetcore.mvc.core:2.3.9 \ + microsoft.aspnetcore.mvc.cors:2.3.10 \ + microsoft.aspnetcore.mvc.dataannotations:2.3.10 \ + microsoft.aspnetcore.mvc.dataannotations:2.3.9 \ + microsoft.aspnetcore.mvc.formatters.json:2.3.10 \ + microsoft.aspnetcore.mvc.formatters.json:2.3.9 \ + microsoft.aspnetcore.mvc.localization:2.3.10 \ + microsoft.aspnetcore.mvc.newtonsoftjson:9.0.18 \ + microsoft.aspnetcore.mvc.razor.extensions:2.3.0 \ + microsoft.aspnetcore.mvc.razor:2.3.0 \ + microsoft.aspnetcore.mvc.razorpages:2.3.0 \ + microsoft.aspnetcore.mvc.taghelpers:2.3.10 \ + microsoft.aspnetcore.mvc.viewfeatures:2.3.0 \ + microsoft.aspnetcore.mvc.viewfeatures:2.3.10 \ + microsoft.aspnetcore.mvc:2.3.11 \ + microsoft.aspnetcore.razor.design:2.3.0 \ + microsoft.aspnetcore.razor.language:2.3.0 \ + microsoft.aspnetcore.razor.runtime:2.3.0 \ + microsoft.aspnetcore.razor:2.3.0 \ + microsoft.aspnetcore.responsecaching.abstractions:2.3.0 \ + microsoft.aspnetcore.responsecompression:2.3.11 \ + microsoft.aspnetcore.rewrite:2.3.11 \ + microsoft.aspnetcore.routing.abstractions:2.1.1 \ + microsoft.aspnetcore.routing.abstractions:2.3.0 \ + microsoft.aspnetcore.routing.abstractions:2.3.9 \ + microsoft.aspnetcore.routing:2.3.0 \ + microsoft.aspnetcore.routing:2.3.10 \ + microsoft.aspnetcore.server.iisintegration:2.1.7 \ + microsoft.aspnetcore.server.kestrel.core:2.3.9 \ + microsoft.aspnetcore.server.kestrel.https:2.3.10 \ + microsoft.aspnetcore.server.kestrel.https:2.3.9 \ + microsoft.aspnetcore.server.kestrel.transport.abstractions:2.3.0 \ + microsoft.aspnetcore.server.kestrel.transport.abstractions:2.3.9 \ + microsoft.aspnetcore.server.kestrel.transport.sockets:2.3.10 \ + microsoft.aspnetcore.server.kestrel:2.3.10 \ + microsoft.aspnetcore.staticfiles:2.3.11 \ + microsoft.aspnetcore.webutilities:2.3.0 \ + microsoft.aspnetcore.webutilities:2.3.10 \ + microsoft.aspnetcore.webutilities:2.3.11 \ + microsoft.aspnetcore.webutilities:2.3.9 \ + microsoft.aspnetcore:2.3.11 \ + microsoft.bcl.asyncinterfaces:6.0.0 \ + microsoft.bcl.asyncinterfaces:7.0.0 \ + microsoft.bcl.asyncinterfaces:8.0.0 \ + microsoft.bcl.asyncinterfaces:9.0.18 \ + microsoft.bcl.timeprovider:8.0.0 \ + microsoft.codeanalysis.analyzers:1.1.0 \ + microsoft.codeanalysis.common:2.8.2 \ + microsoft.codeanalysis.csharp:2.8.2 \ + microsoft.codeanalysis.razor:2.3.0 \ + microsoft.csharp:4.5.0 \ + microsoft.csharp:4.7.0 \ + microsoft.diasymreader.native:1.7.0 \ + microsoft.dotnet.platformabstractions:2.1.0 \ + microsoft.extensions.caching.abstractions:8.0.0 \ + microsoft.extensions.caching.memory:8.0.1 \ + microsoft.extensions.configuration.abstractions:2.1.0 \ + microsoft.extensions.configuration.abstractions:8.0.0 \ + microsoft.extensions.configuration.abstractions:9.0.18 \ + microsoft.extensions.configuration.binder:8.0.0 \ + microsoft.extensions.configuration.binder:8.0.2 \ + microsoft.extensions.configuration.commandline:8.0.0 \ + microsoft.extensions.configuration.environmentvariables:8.0.0 \ + microsoft.extensions.configuration.fileextensions:8.0.1 \ + microsoft.extensions.configuration.json:8.0.1 \ + microsoft.extensions.configuration.usersecrets:8.0.1 \ + microsoft.extensions.configuration:8.0.0 \ + microsoft.extensions.configuration:9.0.18 \ + microsoft.extensions.dependencyinjection.abstractions:8.0.0 \ + microsoft.extensions.dependencyinjection.abstractions:8.0.2 \ + microsoft.extensions.dependencyinjection:8.0.0 \ + microsoft.extensions.dependencyinjection:8.0.1 \ + microsoft.extensions.dependencymodel:2.1.0 \ + microsoft.extensions.diagnostics.abstractions:8.0.1 \ + microsoft.extensions.fileproviders.abstractions:8.0.0 \ + microsoft.extensions.fileproviders.composite:8.0.0 \ + microsoft.extensions.fileproviders.physical:8.0.0 \ + microsoft.extensions.filesystemglobbing:8.0.0 \ + microsoft.extensions.hosting.abstractions:8.0.1 \ + microsoft.extensions.localization.abstractions:8.0.11 \ + microsoft.extensions.localization:8.0.11 \ + microsoft.extensions.logging.abstractions:2.1.1 \ + microsoft.extensions.logging.abstractions:8.0.0 \ + microsoft.extensions.logging.abstractions:8.0.2 \ + microsoft.extensions.logging.configuration:8.0.1 \ + microsoft.extensions.logging.console:8.0.1 \ + microsoft.extensions.logging.debug:8.0.1 \ + microsoft.extensions.logging:2.1.0 \ + microsoft.extensions.logging:8.0.0 \ + microsoft.extensions.logging:8.0.1 \ + microsoft.extensions.objectpool:8.0.11 \ + microsoft.extensions.options.configurationextensions:8.0.0 \ + microsoft.extensions.options:2.1.1 \ + microsoft.extensions.options:8.0.0 \ + microsoft.extensions.options:8.0.2 \ + microsoft.extensions.primitives:8.0.0 \ + microsoft.extensions.primitives:9.0.18 \ + microsoft.extensions.webencoders:8.0.11 \ + microsoft.net.http.headers:2.3.0 \ + microsoft.net.http.headers:2.3.10 \ + microsoft.net.http.headers:2.3.8 \ + microsoft.net.http.headers:2.3.9 \ + microsoft.netcore.platforms:1.1.0 \ + microsoft.netcore.platforms:5.0.0 \ + microsoft.netcore.targets:1.1.0 \ + microsoft.netframework.referenceassemblies.net471:1.0.3 \ + microsoft.netframework.referenceassemblies:1.0.3 \ + microsoft.win32.primitives:4.3.0 \ + microsoft.win32.registry:4.5.0 \ + mimemapping:1.0.1.50 \ + mono.posix:7.1.0-final.1.21458.1 \ + mono.unix:7.1.0-final.1.21458.1 \ + netstandard.library:1.6.1 \ + netstandard.library:2.0.3 \ + newtonsoft.json.bson:1.0.2 \ + newtonsoft.json:11.0.2 \ + newtonsoft.json:12.0.1 \ + newtonsoft.json:13.0.1 \ + newtonsoft.json:13.0.2 \ + newtonsoft.json:13.0.3 \ + newtonsoft.json:13.0.4 \ + newtonsoft.json:9.0.1 \ + nlog.extensions.logging:5.5.0 \ + nlog.web.aspnetcore:5.5.0 \ + nlog:5.5.0 \ + nlog:5.5.1 \ + polly.core:8.7.0 \ + polly:8.7.0 \ + runtime.any.system.collections:4.3.0 \ + runtime.any.system.diagnostics.tools:4.3.0 \ + runtime.any.system.diagnostics.tracing:4.3.0 \ + runtime.any.system.globalization.calendars:4.3.0 \ + runtime.any.system.globalization:4.3.0 \ + runtime.any.system.io:4.3.0 \ + runtime.any.system.reflection.extensions:4.3.0 \ + runtime.any.system.reflection.primitives:4.3.0 \ + runtime.any.system.reflection:4.3.0 \ + runtime.any.system.resources.resourcemanager:4.3.0 \ + runtime.any.system.runtime.handles:4.3.0 \ + runtime.any.system.runtime.interopservices:4.3.0 \ + runtime.any.system.runtime:4.3.0 \ + runtime.any.system.text.encoding.extensions:4.3.0 \ + runtime.any.system.text.encoding:4.3.0 \ + runtime.any.system.threading.tasks:4.3.0 \ + runtime.any.system.threading.timer:4.3.0 \ + runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl:4.3.0 \ + runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl:4.3.0 \ + runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl:4.3.0 \ + runtime.native.system.io.compression:4.3.0 \ + runtime.native.system.net.http:4.3.0 \ + runtime.native.system.security.cryptography.apple:4.3.0 \ + runtime.native.system.security.cryptography.openssl:4.3.0 \ + runtime.native.system:4.3.0 \ + runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl:4.3.0 \ + runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl:4.3.0 \ + runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple:4.3.0 \ + runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl:4.3.0 \ + runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl:4.3.0 \ + runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl:4.3.0 \ + runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl:4.3.0 \ + runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl:4.3.0 \ + runtime.unix.microsoft.win32.primitives:4.3.0 \ + runtime.unix.system.console:4.3.0 \ + runtime.unix.system.diagnostics.debug:4.3.0 \ + runtime.unix.system.io.filesystem:4.3.0 \ + runtime.unix.system.net.primitives:4.3.0 \ + runtime.unix.system.net.sockets:4.3.0 \ + runtime.unix.system.private.uri:4.3.0 \ + runtime.unix.system.runtime.extensions:4.3.0 \ + sharpziplib:1.4.2 \ + system.appcontext:4.3.0 \ + system.buffers:4.3.0 \ + system.buffers:4.4.0 \ + system.buffers:4.5.0 \ + system.buffers:4.5.1 \ + system.buffers:4.6.0 \ + system.collections.concurrent:4.3.0 \ + system.collections.immutable:1.3.1 \ + system.collections.immutable:8.0.0 \ + system.collections:4.3.0 \ + system.componentmodel.annotations:4.5.0 \ + system.componentmodel.annotations:5.0.0 \ + system.console:4.3.0 \ + system.diagnostics.debug:4.3.0 \ + system.diagnostics.diagnosticsource:4.3.0 \ + system.diagnostics.diagnosticsource:7.0.2 \ + system.diagnostics.diagnosticsource:8.0.1 \ + system.diagnostics.eventlog:9.0.18 \ + system.diagnostics.fileversioninfo:4.3.0 \ + system.diagnostics.stacktrace:4.3.0 \ + system.diagnostics.tools:4.3.0 \ + system.diagnostics.tracing:4.3.0 \ + system.dynamic.runtime:4.3.0 \ + system.globalization.calendars:4.3.0 \ + system.globalization.extensions:4.3.0 \ + system.globalization:4.3.0 \ + system.io.compression.zipfile:4.3.0 \ + system.io.compression:4.3.0 \ + system.io.filesystem.accesscontrol:5.0.0 \ + system.io.filesystem.primitives:4.3.0 \ + system.io.filesystem:4.3.0 \ + system.io.pipelines:4.5.3 \ + system.io.pipelines:4.6.0 \ + system.io.pipelines:5.0.1 \ + system.io.pipelines:8.0.0 \ + system.io.pipelines:9.0.18 \ + system.io:4.3.0 \ + system.linq.expressions:4.3.0 \ + system.linq:4.3.0 \ + system.memory:4.5.1 \ + system.memory:4.5.2 \ + system.memory:4.5.3 \ + system.memory:4.5.4 \ + system.memory:4.5.5 \ + system.memory:4.6.0 \ + system.net.http:4.3.0 \ + system.net.nameresolution:4.3.0 \ + system.net.primitives:4.3.0 \ + system.net.sockets:4.3.0 \ + system.numerics.vectors:4.4.0 \ + system.numerics.vectors:4.5.0 \ + system.numerics.vectors:4.6.0 \ + system.objectmodel:4.3.0 \ + system.private.uri:4.3.0 \ + system.reflection.emit.ilgeneration:4.3.0 \ + system.reflection.emit.lightweight:4.3.0 \ + system.reflection.emit:4.3.0 \ + system.reflection.extensions:4.3.0 \ + system.reflection.metadata:1.4.2 \ + system.reflection.metadata:8.0.1 \ + system.reflection.primitives:4.3.0 \ + system.reflection.typeextensions:4.3.0 \ + system.reflection:4.3.0 \ + system.resources.resourcemanager:4.3.0 \ + system.runtime.compilerservices.unsafe:4.5.2 \ + system.runtime.compilerservices.unsafe:4.5.3 \ + system.runtime.compilerservices.unsafe:6.0.0 \ + system.runtime.compilerservices.unsafe:6.1.0 \ + system.runtime.extensions:4.3.0 \ + system.runtime.handles:4.3.0 \ + system.runtime.interopservices.runtimeinformation:4.0.0 \ + system.runtime.interopservices.runtimeinformation:4.3.0 \ + system.runtime.interopservices:4.3.0 \ + system.runtime.numerics:4.3.0 \ + system.runtime:4.3.0 \ + system.security.accesscontrol:4.5.0 \ + system.security.accesscontrol:5.0.0 \ + system.security.cryptography.algorithms:4.3.0 \ + system.security.cryptography.algorithms:4.3.1 \ + system.security.cryptography.cng:4.3.0 \ + system.security.cryptography.cng:5.0.0 \ + system.security.cryptography.csp:4.3.0 \ + system.security.cryptography.encoding:4.3.0 \ + system.security.cryptography.openssl:4.3.0 \ + system.security.cryptography.primitives:4.3.0 \ + system.security.cryptography.protecteddata:9.0.18 \ + system.security.cryptography.x509certificates:4.3.0 \ + system.security.cryptography.xml:8.0.3 \ + system.security.principal.windows:4.5.0 \ + system.security.principal.windows:4.5.1 \ + system.security.principal.windows:5.0.0 \ + system.serviceprocess.servicecontroller:9.0.18 \ + system.text.encoding.codepages:4.3.0 \ + system.text.encoding.codepages:8.0.0 \ + system.text.encoding.codepages:9.0.18 \ + system.text.encoding.extensions:4.3.0 \ + system.text.encoding:4.3.0 \ + system.text.encodings.web:4.5.1 \ + system.text.encodings.web:8.0.0 \ + system.text.encodings.web:9.0.18 \ + system.text.json:8.0.5 \ + system.text.json:9.0.18 \ + system.text.regularexpressions:4.3.0 \ + system.threading.tasks.extensions:4.3.0 \ + system.threading.tasks.extensions:4.5.1 \ + system.threading.tasks.extensions:4.5.2 \ + system.threading.tasks.extensions:4.5.4 \ + system.threading.tasks.extensions:4.6.0 \ + system.threading.tasks.parallel:4.3.0 \ + system.threading.tasks:4.3.0 \ + system.threading.thread:4.3.0 \ + system.threading.threadpool:4.3.0 \ + system.threading.timer:4.3.0 \ + system.threading:4.3.0 \ + system.valuetuple:4.3.0 \ + system.valuetuple:4.5.0 \ + system.xml.readerwriter:4.3.0 \ + system.xml.xdocument:4.3.0 \ + system.xml.xmldocument:4.3.0 \ + system.xml.xpath.xdocument:4.3.0 \ + system.xml.xpath:4.3.0 \ + yamldotnet:18.1.0 diff --git a/net-p2p/jackett/distinfo b/net-p2p/jackett/distinfo index 9a0aee081fb5..113a89bbc27f 100644 --- a/net-p2p/jackett/distinfo +++ b/net-p2p/jackett/distinfo @@ -1,8 +1,10 @@ -TIMESTAMP = 1776582322 +TIMESTAMP = 1785925196 SHA256 (nuget/anglesharp.xml.1.0.0.nupkg) = 533c57587eaa1b6044007fd42e8b069149f646182150e82ec954cf625efcb293 SIZE (nuget/anglesharp.xml.1.0.0.nupkg) = 223916 -SHA256 (nuget/anglesharp.1.4.0.nupkg) = c47a683248584a3ede8de3262367bbca079ff38406661b6d3e360e9cb8c84ddd -SIZE (nuget/anglesharp.1.4.0.nupkg) = 2444883 +SHA256 (nuget/anglesharp.1.0.0.nupkg) = d08071e3e760c3dd375ae8df89c65e1e76cf09ac5437b866941e859d150db439 +SIZE (nuget/anglesharp.1.0.0.nupkg) = 2246261 +SHA256 (nuget/anglesharp.1.5.2.nupkg) = f35ac3b67c2f4744835cd3549cf8ab5886bbf36830920465cf515bce6db2c307 +SIZE (nuget/anglesharp.1.5.2.nupkg) = 2454317 SHA256 (nuget/autofac.extensions.dependencyinjection.9.0.0.nupkg) = 844aaf6d3909a9c2384b82e9c5538cc9ce66f8a78dd2744b93b16a40748b45de SIZE (nuget/autofac.extensions.dependencyinjection.9.0.0.nupkg) = 112617 SHA256 (nuget/autofac.8.0.0.nupkg) = ed78435f0f216ad4058d0313228ad0e57adf0c273b115355ca2e9b19b7397e70 @@ -15,88 +17,138 @@ SHA256 (nuget/dotnet4.socksproxy.1.4.0.1.nupkg) = 6beb2a5401eea43f432c57d1a6d8ef SIZE (nuget/dotnet4.socksproxy.1.4.0.1.nupkg) = 45082 SHA256 (nuget/flaresolverrsharp.3.0.7.nupkg) = ceba2952d3621d5486d142cad35c0e86a8194a55a2f825d9fb848a5a8937dc12 SIZE (nuget/flaresolverrsharp.3.0.7.nupkg) = 24499 -SHA256 (nuget/microsoft.aspnetcore.antiforgery.2.3.0.nupkg) = 198e1581e334242d27c446caa796ff2f399633851cc8ca12f8dc7c7112a01ef8 -SIZE (nuget/microsoft.aspnetcore.antiforgery.2.3.0.nupkg) = 58778 +SHA256 (nuget/microsoft.aspnetcore.antiforgery.2.3.9.nupkg) = 125212f3b49322172c9be2e75d79f9f2a847c8217b260b2243d00d0de1ebed92 +SIZE (nuget/microsoft.aspnetcore.antiforgery.2.3.9.nupkg) = 58918 SHA256 (nuget/microsoft.aspnetcore.authentication.abstractions.2.3.0.nupkg) = 53031586e1374c110eec6d1026b821858ae0918c36a7d591f3bc87435b72d912 SIZE (nuget/microsoft.aspnetcore.authentication.abstractions.2.3.0.nupkg) = 48509 -SHA256 (nuget/microsoft.aspnetcore.authentication.cookies.2.3.9.nupkg) = 2f00378b1a18ddfc6da2066004adf4446f21ce91a5685fa2dba6657812ffc4f6 -SIZE (nuget/microsoft.aspnetcore.authentication.cookies.2.3.9.nupkg) = 57191 +SHA256 (nuget/microsoft.aspnetcore.authentication.abstractions.2.3.9.nupkg) = d234592c76b6447e555c1aecb95606d233e370e32156b3e6501ab4add91508ee +SIZE (nuget/microsoft.aspnetcore.authentication.abstractions.2.3.9.nupkg) = 48628 +SHA256 (nuget/microsoft.aspnetcore.authentication.cookies.2.3.11.nupkg) = 9377b81e74cdb4bf50630511e8028477a370ff6200b43750b2ad83ca003ce6dc +SIZE (nuget/microsoft.aspnetcore.authentication.cookies.2.3.11.nupkg) = 57138 +SHA256 (nuget/microsoft.aspnetcore.authentication.core.2.1.1.nupkg) = 242259c4a7881dda51d4d462c3869b9ec81593595dc31a373caaca98c14bbc17 +SIZE (nuget/microsoft.aspnetcore.authentication.core.2.1.1.nupkg) = 40077 SHA256 (nuget/microsoft.aspnetcore.authentication.core.2.3.0.nupkg) = 73a2f0a897aa2af419e474c3419f072b6dd209c60d4d66809e0b746ea8445be8 SIZE (nuget/microsoft.aspnetcore.authentication.core.2.3.0.nupkg) = 48042 -SHA256 (nuget/microsoft.aspnetcore.authentication.2.3.9.nupkg) = 57d8cee8d8daba91c9542f56dcf7831dc2557f4ab58e25f721997619445561cb -SIZE (nuget/microsoft.aspnetcore.authentication.2.3.9.nupkg) = 63515 +SHA256 (nuget/microsoft.aspnetcore.authentication.core.2.3.10.nupkg) = a714fdab8ff75e775ebe5cb6ed53d5adba583e6caa0c2a048f98ffe72f491a69 +SIZE (nuget/microsoft.aspnetcore.authentication.core.2.3.10.nupkg) = 48175 +SHA256 (nuget/microsoft.aspnetcore.authentication.2.3.10.nupkg) = 0dcf85693479662b786141e3608784c405df6d1306e092337f277a9f624e345b +SIZE (nuget/microsoft.aspnetcore.authentication.2.3.10.nupkg) = 63511 +SHA256 (nuget/microsoft.aspnetcore.authentication.2.3.11.nupkg) = f50c493c8e15c6565118e077b271f9d097a6511afcaf66b33a6d7e3faa862988 +SIZE (nuget/microsoft.aspnetcore.authentication.2.3.11.nupkg) = 63484 SHA256 (nuget/microsoft.aspnetcore.authorization.policy.2.3.0.nupkg) = 9cc57862debcd74a572134f1332b0f2297de9eefb702763b8ead8b90fae4574d SIZE (nuget/microsoft.aspnetcore.authorization.policy.2.3.0.nupkg) = 41965 SHA256 (nuget/microsoft.aspnetcore.authorization.2.3.0.nupkg) = 51bc7378e221efa78238c802f00f762b07e0380963c93d24f049fe9783d90ed0 SIZE (nuget/microsoft.aspnetcore.authorization.2.3.0.nupkg) = 54353 SHA256 (nuget/microsoft.aspnetcore.connections.abstractions.2.3.0.nupkg) = aaf03d2c3afcbce2da111a3189afca4675667f6ab5e67ece1ca36c058eadeb1c SIZE (nuget/microsoft.aspnetcore.connections.abstractions.2.3.0.nupkg) = 47443 -SHA256 (nuget/microsoft.aspnetcore.cors.2.3.0.nupkg) = 27646d7e2815804d44af99440c47cc3178077bb7028d418a596b4d24bdec085e -SIZE (nuget/microsoft.aspnetcore.cors.2.3.0.nupkg) = 51001 -SHA256 (nuget/microsoft.aspnetcore.cryptography.internal.2.3.0.nupkg) = 7fba6a4cb215df74e3bf18cc62ccba2caef966bd6571f42dd284cff6339bde49 -SIZE (nuget/microsoft.aspnetcore.cryptography.internal.2.3.0.nupkg) = 50762 -SHA256 (nuget/microsoft.aspnetcore.dataprotection.abstractions.2.3.0.nupkg) = 8129a5feaae5a84c80d5733ae61598240ea84d493d7d3e70a9ee1c01b4810dde -SIZE (nuget/microsoft.aspnetcore.dataprotection.abstractions.2.3.0.nupkg) = 44525 +SHA256 (nuget/microsoft.aspnetcore.cors.2.3.9.nupkg) = 5c161d5bb100d58e25c1a0f6b5703b9bfbc163b7981c7cb8b28f035294b23054 +SIZE (nuget/microsoft.aspnetcore.cors.2.3.9.nupkg) = 51134 +SHA256 (nuget/microsoft.aspnetcore.cryptography.internal.2.3.9.nupkg) = 5f4838efea402d4f6e0ea943ce735ad6e166e69267505a9c7aa411ba2918f9d4 +SIZE (nuget/microsoft.aspnetcore.cryptography.internal.2.3.9.nupkg) = 50898 +SHA256 (nuget/microsoft.aspnetcore.dataprotection.abstractions.2.3.9.nupkg) = a985561b5350227fa7ababf3d1722568e61bc745635777b70413e6cb2bc49775 +SIZE (nuget/microsoft.aspnetcore.dataprotection.abstractions.2.3.9.nupkg) = 44653 SHA256 (nuget/microsoft.aspnetcore.dataprotection.2.3.0.nupkg) = 29c6b4c687ca19a57dafff927c7bf699a15c5ae3138f93ba028b7f603a51e83c SIZE (nuget/microsoft.aspnetcore.dataprotection.2.3.0.nupkg) = 111370 -SHA256 (nuget/microsoft.aspnetcore.diagnostics.abstractions.2.3.0.nupkg) = 75853eee883326244dcc5a91001f1c3f539cd756e9f3e50cf24bad74ff135eb9 -SIZE (nuget/microsoft.aspnetcore.diagnostics.abstractions.2.3.0.nupkg) = 39885 -SHA256 (nuget/microsoft.aspnetcore.diagnostics.2.3.0.nupkg) = f17f3cd27a59b2099882b0441232ac45a50291cd5b43735f1bdbcea795201a72 -SIZE (nuget/microsoft.aspnetcore.diagnostics.2.3.0.nupkg) = 123734 -SHA256 (nuget/microsoft.aspnetcore.hostfiltering.2.3.0.nupkg) = 58bb1a9e7e48a79ff23d126c99c4273066a67959afdc0cde347e7550e5c3d026 -SIZE (nuget/microsoft.aspnetcore.hostfiltering.2.3.0.nupkg) = 42317 +SHA256 (nuget/microsoft.aspnetcore.dataprotection.2.3.10.nupkg) = 856b919916e356e239e48cdca84010fe14b6cefdabad5e306e34cfb5fe14ecf6 +SIZE (nuget/microsoft.aspnetcore.dataprotection.2.3.10.nupkg) = 111527 +SHA256 (nuget/microsoft.aspnetcore.diagnostics.abstractions.2.3.9.nupkg) = 8a247f40c579f0ae87500f58cce972e11e893c9b60ff99a882ff5bfd90dcdeb7 +SIZE (nuget/microsoft.aspnetcore.diagnostics.abstractions.2.3.9.nupkg) = 40009 +SHA256 (nuget/microsoft.aspnetcore.diagnostics.2.3.10.nupkg) = e6f0abc5ba029d59edbd3097e1605226f20fe749510e269dba751fb0f1eff6c8 +SIZE (nuget/microsoft.aspnetcore.diagnostics.2.3.10.nupkg) = 123864 +SHA256 (nuget/microsoft.aspnetcore.hostfiltering.2.3.10.nupkg) = d2b6d7f3a6f3cdd90a7f5bbc509c565504c591e0be143b30c7c53bb4ee8c533e +SIZE (nuget/microsoft.aspnetcore.hostfiltering.2.3.10.nupkg) = 42459 +SHA256 (nuget/microsoft.aspnetcore.hosting.abstractions.2.1.1.nupkg) = b5967829ad07d1325bfa6e67b4eed837bb6572b0f3e61261bd7d6c879565d4f2 +SIZE (nuget/microsoft.aspnetcore.hosting.abstractions.2.1.1.nupkg) = 39859 SHA256 (nuget/microsoft.aspnetcore.hosting.abstractions.2.3.0.nupkg) = 82d89131003990ed5b88855a04b8d2ab4fe3555a6223c5b34b5dfacff131d73b SIZE (nuget/microsoft.aspnetcore.hosting.abstractions.2.3.0.nupkg) = 44211 -SHA256 (nuget/microsoft.aspnetcore.hosting.server.abstractions.2.3.0.nupkg) = 96d299d362f7717bb6742c7524612dd57f20420c130019f8e50901b11118c5ac -SIZE (nuget/microsoft.aspnetcore.hosting.server.abstractions.2.3.0.nupkg) = 38882 -SHA256 (nuget/microsoft.aspnetcore.hosting.2.3.0.nupkg) = 159ebad4e3d94ed422cae5f75745a2d2b261a11463a2217d5f66e854b96dafa9 -SIZE (nuget/microsoft.aspnetcore.hosting.2.3.0.nupkg) = 86118 +SHA256 (nuget/microsoft.aspnetcore.hosting.abstractions.2.3.10.nupkg) = 631bb31b150742ef6618af55d61dc262ba216d1bec7f3d9bd8189d75d82b9595 +SIZE (nuget/microsoft.aspnetcore.hosting.abstractions.2.3.10.nupkg) = 44352 +SHA256 (nuget/microsoft.aspnetcore.hosting.abstractions.2.3.9.nupkg) = 037897ad4f1932da1bd1f5acc9ce6ee627b9a8c4f6df746c35a670ddcad0b7bc +SIZE (nuget/microsoft.aspnetcore.hosting.abstractions.2.3.9.nupkg) = 44344 +SHA256 (nuget/microsoft.aspnetcore.hosting.server.abstractions.2.3.9.nupkg) = dd31a23ba3b92cf303c2680ce080f0ec4646feea3b1374db65eaa29962f15b71 +SIZE (nuget/microsoft.aspnetcore.hosting.server.abstractions.2.3.9.nupkg) = 38998 +SHA256 (nuget/microsoft.aspnetcore.hosting.2.3.10.nupkg) = 9a43b123d4884d0df1fc050d043c212a18b00c5fbff9866e9888387bda57c520 +SIZE (nuget/microsoft.aspnetcore.hosting.2.3.10.nupkg) = 86266 +SHA256 (nuget/microsoft.aspnetcore.hosting.2.3.9.nupkg) = 02076f6a43004301f188133565776b703402c38009834a7e830a2fa51975f442 +SIZE (nuget/microsoft.aspnetcore.hosting.2.3.9.nupkg) = 86231 SHA256 (nuget/microsoft.aspnetcore.html.abstractions.2.3.0.nupkg) = 6812da8c7065126c1afea8d85e354f7dcfcf1835c034790efe04b1ca269f1870 SIZE (nuget/microsoft.aspnetcore.html.abstractions.2.3.0.nupkg) = 42298 +SHA256 (nuget/microsoft.aspnetcore.html.abstractions.2.3.9.nupkg) = 8f7b4d873257d8ff7adb9b7d2ade79b51aad0042bb1df5075b980bf73e5b83c1 +SIZE (nuget/microsoft.aspnetcore.html.abstractions.2.3.9.nupkg) = 42423 +SHA256 (nuget/microsoft.aspnetcore.http.abstractions.2.1.1.nupkg) = dacf156fad8239706f26b276c90763cedf86f654b77c67f3cee04bb7267c5a0a +SIZE (nuget/microsoft.aspnetcore.http.abstractions.2.1.1.nupkg) = 70536 SHA256 (nuget/microsoft.aspnetcore.http.abstractions.2.3.0.nupkg) = 36b005ce4e4873199e464dd9bbeacb72ad3e28a88061fca025b01d22dd99a5f9 SIZE (nuget/microsoft.aspnetcore.http.abstractions.2.3.0.nupkg) = 74760 +SHA256 (nuget/microsoft.aspnetcore.http.abstractions.2.3.10.nupkg) = 4e5810ba0d093d1e6fb05b315346eda5ae126cb48b2ca6764fc8b3c99a6466d3 +SIZE (nuget/microsoft.aspnetcore.http.abstractions.2.3.10.nupkg) = 74904 +SHA256 (nuget/microsoft.aspnetcore.http.abstractions.2.3.9.nupkg) = 92bf6e3b96e23946c184e7c44970e915b69513b699f6f9fb405574dd4501ac42 +SIZE (nuget/microsoft.aspnetcore.http.abstractions.2.3.9.nupkg) = 74882 +SHA256 (nuget/microsoft.aspnetcore.http.extensions.2.1.1.nupkg) = 3b19f9f32687dee3b54386cdf62c17c07e0a6730bc7c5178667289401ffacb06 +SIZE (nuget/microsoft.aspnetcore.http.extensions.2.1.1.nupkg) = 46169 SHA256 (nuget/microsoft.aspnetcore.http.extensions.2.3.0.nupkg) = b0e5700b9c0ae70f3947e1db6240657cfa66927c80122837834b959d3486c212 SIZE (nuget/microsoft.aspnetcore.http.extensions.2.3.0.nupkg) = 50850 +SHA256 (nuget/microsoft.aspnetcore.http.extensions.2.3.10.nupkg) = 9fc4d77ef84aaf313636bea28cbe0a45e4c1dc2574e28158e9d15ed548f80079 +SIZE (nuget/microsoft.aspnetcore.http.extensions.2.3.10.nupkg) = 50999 +SHA256 (nuget/microsoft.aspnetcore.http.extensions.2.3.9.nupkg) = d75ee704a3c84e9110ad863e9c4ea368ec7447d424918a5a902abc267a1380df +SIZE (nuget/microsoft.aspnetcore.http.extensions.2.3.9.nupkg) = 50984 SHA256 (nuget/microsoft.aspnetcore.http.features.2.3.0.nupkg) = 4243454b749c0cbcadd17a690134a881b175ada49024dfb04ad72702c4a8509c SIZE (nuget/microsoft.aspnetcore.http.features.2.3.0.nupkg) = 51704 +SHA256 (nuget/microsoft.aspnetcore.http.features.2.3.9.nupkg) = f5524a67969d04a46b569f9745611089aceff50ea38fb9e84ff5faf777635604 +SIZE (nuget/microsoft.aspnetcore.http.features.2.3.9.nupkg) = 51838 +SHA256 (nuget/microsoft.aspnetcore.http.2.1.1.nupkg) = 4a08fcb7f272cc38c44a4ab17015d8eaa24abb297dd490d23cbc5944e3d76911 +SIZE (nuget/microsoft.aspnetcore.http.2.1.1.nupkg) = 66507 +SHA256 (nuget/microsoft.aspnetcore.http.2.1.22.nupkg) = afabc1773a05d291ce719cd5c1f09d8be5bf6605414df2715a80278b862c1626 +SIZE (nuget/microsoft.aspnetcore.http.2.1.22.nupkg) = 63237 +SHA256 (nuget/microsoft.aspnetcore.http.2.3.0.nupkg) = b9b3c6bc5c0c8d76f2758d60ce8fe6df5a56ab9fd2b12fed191b4ea2d1c57c15 +SIZE (nuget/microsoft.aspnetcore.http.2.3.0.nupkg) = 71179 +SHA256 (nuget/microsoft.aspnetcore.http.2.3.10.nupkg) = 24fc01380e5e5d82f2bb73489bee19d8fae749bfb9892094c3e56632d6f82521 +SIZE (nuget/microsoft.aspnetcore.http.2.3.10.nupkg) = 71322 +SHA256 (nuget/microsoft.aspnetcore.http.2.3.11.nupkg) = 5b2f87a61b2b907eabf658cf7d0fa4d5b80bfe7b14291e40f62089ec33f7ddde +SIZE (nuget/microsoft.aspnetcore.http.2.3.11.nupkg) = 71264 SHA256 (nuget/microsoft.aspnetcore.http.2.3.9.nupkg) = 5ee387f4ceaa77a5c5cf5e539d636734255de7aec1e4109bd307e5d17a33e60e SIZE (nuget/microsoft.aspnetcore.http.2.3.9.nupkg) = 71290 SHA256 (nuget/microsoft.aspnetcore.httpoverrides.2.1.1.nupkg) = 5a6728c2d6a40b19c71f8e2d8357c4297164408db325f0f0858a0910564eb43e SIZE (nuget/microsoft.aspnetcore.httpoverrides.2.1.1.nupkg) = 38660 -SHA256 (nuget/microsoft.aspnetcore.jsonpatch.2.3.0.nupkg) = 77a507078b166bb7334c80b8187c1d4213abbd5d89a473e6a139631b1c757677 -SIZE (nuget/microsoft.aspnetcore.jsonpatch.2.3.0.nupkg) = 56781 -SHA256 (nuget/microsoft.aspnetcore.jsonpatch.9.0.14.nupkg) = 5fbfdf1dac5749b64283910a14b7d7ead8c3b4e5e98223cd8ab17f89f688cb51 -SIZE (nuget/microsoft.aspnetcore.jsonpatch.9.0.14.nupkg) = 142538 -SHA256 (nuget/microsoft.aspnetcore.localization.2.3.0.nupkg) = e66c42a1361af0ab26ad332f2f17199e325df86dd0c6b53202b2dad618eb38a8 -SIZE (nuget/microsoft.aspnetcore.localization.2.3.0.nupkg) = 48328 +SHA256 (nuget/microsoft.aspnetcore.jsonpatch.2.3.9.nupkg) = d3356b960a31352e05766b22704712cadf09fe5193e411e4b8fd4a518d11d710 +SIZE (nuget/microsoft.aspnetcore.jsonpatch.2.3.9.nupkg) = 56909 +SHA256 (nuget/microsoft.aspnetcore.jsonpatch.9.0.18.nupkg) = b4a68aeb80671688ff2760cce2a4af3bfcd0e5a94f2c46ac9baa6bdfe4e9dc23 +SIZE (nuget/microsoft.aspnetcore.jsonpatch.9.0.18.nupkg) = 141544 +SHA256 (nuget/microsoft.aspnetcore.localization.2.3.9.nupkg) = 2e7cc87e34ed8fad2f5abdad6d4e07d2a03297f28e450ef7d0f9c66ff4ed8e06 +SIZE (nuget/microsoft.aspnetcore.localization.2.3.9.nupkg) = 48437 SHA256 (nuget/microsoft.aspnetcore.mvc.abstractions.2.3.0.nupkg) = 9f1b80fbb762f224f8142bb5d1e8a355182b6b0ed0610ae140f541c3de327583 SIZE (nuget/microsoft.aspnetcore.mvc.abstractions.2.3.0.nupkg) = 104205 -SHA256 (nuget/microsoft.aspnetcore.mvc.apiexplorer.2.3.0.nupkg) = 42152487b5d8612a4324cfd6f08dc78b2c73067ab5887339df1dbc767315e253 -SIZE (nuget/microsoft.aspnetcore.mvc.apiexplorer.2.3.0.nupkg) = 53079 -SHA256 (nuget/microsoft.aspnetcore.mvc.core.2.3.0.nupkg) = f067d40e77f82eafd96e8dc5086c2953caa3cb6dfcebae8d2dcb76731feb15dd -SIZE (nuget/microsoft.aspnetcore.mvc.core.2.3.0.nupkg) = 318229 -SHA256 (nuget/microsoft.aspnetcore.mvc.cors.2.3.0.nupkg) = b3e0ee9e2fac4acdf41ad6a35be20d55f6c95c5c3385ace7b7dcac71be00dc3a -SIZE (nuget/microsoft.aspnetcore.mvc.cors.2.3.0.nupkg) = 44043 -SHA256 (nuget/microsoft.aspnetcore.mvc.dataannotations.2.3.0.nupkg) = 69a9af3ab7ea8865b1297ede065dfe40158262c55d77a440fd0d2341bf927e92 -SIZE (nuget/microsoft.aspnetcore.mvc.dataannotations.2.3.0.nupkg) = 55446 -SHA256 (nuget/microsoft.aspnetcore.mvc.formatters.json.2.3.0.nupkg) = 9083925a2b52ae4f9ff4efd9b910b21d3abb73e71899710556ce9252c58403fb -SIZE (nuget/microsoft.aspnetcore.mvc.formatters.json.2.3.0.nupkg) = 53459 -SHA256 (nuget/microsoft.aspnetcore.mvc.localization.2.3.0.nupkg) = 9ad5fe66c3b4e4aba11c297b6daf5604fcf129b38183279c6114d6f21638ed4b -SIZE (nuget/microsoft.aspnetcore.mvc.localization.2.3.0.nupkg) = 48688 -SHA256 (nuget/microsoft.aspnetcore.mvc.newtonsoftjson.9.0.14.nupkg) = 90d35fe919d59bb4a04f47840523c31379d7470c4bdea6259fa806cc8b332937 -SIZE (nuget/microsoft.aspnetcore.mvc.newtonsoftjson.9.0.14.nupkg) = 80027 +SHA256 (nuget/microsoft.aspnetcore.mvc.apiexplorer.2.3.10.nupkg) = bd80d7654d71c0c933578774e16a7961677ae86b80749bd081a341bbd61cdca4 +SIZE (nuget/microsoft.aspnetcore.mvc.apiexplorer.2.3.10.nupkg) = 53204 +SHA256 (nuget/microsoft.aspnetcore.mvc.core.2.3.9.nupkg) = d4076b902ec8e397a189e9d5dfdd2798bda622c9e3ca88428a606f7b20419093 +SIZE (nuget/microsoft.aspnetcore.mvc.core.2.3.9.nupkg) = 318368 +SHA256 (nuget/microsoft.aspnetcore.mvc.cors.2.3.10.nupkg) = 549c216cbd4ecdad20a47be1bf3a84df41386b535efb12b6794f16122e8fbb24 +SIZE (nuget/microsoft.aspnetcore.mvc.cors.2.3.10.nupkg) = 44179 +SHA256 (nuget/microsoft.aspnetcore.mvc.dataannotations.2.3.10.nupkg) = f89cb6f11ed44a2768f88879e280c4fb2430002f3c8b8e9f3e69d70f233ac9db +SIZE (nuget/microsoft.aspnetcore.mvc.dataannotations.2.3.10.nupkg) = 55590 +SHA256 (nuget/microsoft.aspnetcore.mvc.dataannotations.2.3.9.nupkg) = 9ce8b54e46ab5f2ad166a302955103a1eafcb7a473aa53478390c7b6ef28124a +SIZE (nuget/microsoft.aspnetcore.mvc.dataannotations.2.3.9.nupkg) = 55586 +SHA256 (nuget/microsoft.aspnetcore.mvc.formatters.json.2.3.10.nupkg) = 71806b8c358397a81ce9cb6f1720046da994b21628d11bc5a3ca975638a1320b +SIZE (nuget/microsoft.aspnetcore.mvc.formatters.json.2.3.10.nupkg) = 53605 +SHA256 (nuget/microsoft.aspnetcore.mvc.formatters.json.2.3.9.nupkg) = 21fe65d76534085a85ed0c2bc3e7649daa111f9a3a42e8fc80edafe1906018ff +SIZE (nuget/microsoft.aspnetcore.mvc.formatters.json.2.3.9.nupkg) = 53577 +SHA256 (nuget/microsoft.aspnetcore.mvc.localization.2.3.10.nupkg) = 346ec43524e131da880357cac6bbb8cfa85601f17b4e6b8cfac5e2883b30bc34 +SIZE (nuget/microsoft.aspnetcore.mvc.localization.2.3.10.nupkg) = 48820 +SHA256 (nuget/microsoft.aspnetcore.mvc.newtonsoftjson.9.0.18.nupkg) = 8db3819b94fc6650618a9b3de8c23bbbb2412e1353fdd5f97878d443a730f9d2 +SIZE (nuget/microsoft.aspnetcore.mvc.newtonsoftjson.9.0.18.nupkg) = 79676 SHA256 (nuget/microsoft.aspnetcore.mvc.razor.extensions.2.3.0.nupkg) = ee371a0b9cb725c57708c76f848c046107b268fc2c2b266219d202233a0c7a1c SIZE (nuget/microsoft.aspnetcore.mvc.razor.extensions.2.3.0.nupkg) = 104833 SHA256 (nuget/microsoft.aspnetcore.mvc.razor.2.3.0.nupkg) = 562c8d5ad58ce8e89a534cc3737eb6b956fd25004a2e0e9bc6d7bceaec8a61b8 SIZE (nuget/microsoft.aspnetcore.mvc.razor.2.3.0.nupkg) = 108087 SHA256 (nuget/microsoft.aspnetcore.mvc.razorpages.2.3.0.nupkg) = 90cdac951992da94e60b678785c686472184695b5afc3881a0f360163dd20f42 SIZE (nuget/microsoft.aspnetcore.mvc.razorpages.2.3.0.nupkg) = 120385 -SHA256 (nuget/microsoft.aspnetcore.mvc.taghelpers.2.3.0.nupkg) = 4bdd83bcffce6c6cdd861e8920a826d99b65a575db627b415eea001843406fd9 -SIZE (nuget/microsoft.aspnetcore.mvc.taghelpers.2.3.0.nupkg) = 93174 +SHA256 (nuget/microsoft.aspnetcore.mvc.taghelpers.2.3.10.nupkg) = f6e8c172c1a459484e59b2ef95be97eca390e700560866dcc18cb6d6e253e7dc +SIZE (nuget/microsoft.aspnetcore.mvc.taghelpers.2.3.10.nupkg) = 93325 SHA256 (nuget/microsoft.aspnetcore.mvc.viewfeatures.2.3.0.nupkg) = 9a1d8e6fab5237bcd1b2994c8c00e5776bc7274f43c3b33aa547a41ee21f94c4 SIZE (nuget/microsoft.aspnetcore.mvc.viewfeatures.2.3.0.nupkg) = 198434 -SHA256 (nuget/microsoft.aspnetcore.mvc.2.3.9.nupkg) = 95598ded99d9ff0aca17af6bb12470d2c76192f23e01ce13c00dbb1a499c2d52 -SIZE (nuget/microsoft.aspnetcore.mvc.2.3.9.nupkg) = 40683 +SHA256 (nuget/microsoft.aspnetcore.mvc.viewfeatures.2.3.10.nupkg) = c136fb9e10ea30aac66d591a62d43170b0ac9b1f49ccd0e519f1f3c620940343 +SIZE (nuget/microsoft.aspnetcore.mvc.viewfeatures.2.3.10.nupkg) = 198582 +SHA256 (nuget/microsoft.aspnetcore.mvc.2.3.11.nupkg) = b52d1b0482705d43f2a7d46e022120ed333f3ed384c1912c2fe2c09f0e8d6f30 +SIZE (nuget/microsoft.aspnetcore.mvc.2.3.11.nupkg) = 40639 SHA256 (nuget/microsoft.aspnetcore.razor.design.2.3.0.nupkg) = f4994077f326114df45fb76ef1ffb3e48026b60c9dc35e6ef904ed9a26dd4bb7 SIZE (nuget/microsoft.aspnetcore.razor.design.2.3.0.nupkg) = 4395179 SHA256 (nuget/microsoft.aspnetcore.razor.language.2.3.0.nupkg) = dcc6e0d8283c20eaecfc2409aaa187bc13ddd72a755df40a38a26390f32031e4 @@ -107,46 +159,70 @@ SHA256 (nuget/microsoft.aspnetcore.razor.2.3.0.nupkg) = a81ac3d8df220783e5a9312a SIZE (nuget/microsoft.aspnetcore.razor.2.3.0.nupkg) = 46338 SHA256 (nuget/microsoft.aspnetcore.responsecaching.abstractions.2.3.0.nupkg) = 53d5370fc755bf97c816ed53e075ab80970df1700deb17188e0e17a9597f9f73 SIZE (nuget/microsoft.aspnetcore.responsecaching.abstractions.2.3.0.nupkg) = 38132 -SHA256 (nuget/microsoft.aspnetcore.responsecompression.2.3.9.nupkg) = fd475adad3670c84ed6ba8f1b77be924aeafa01d99966fcc146d6e3a2bbacd82 -SIZE (nuget/microsoft.aspnetcore.responsecompression.2.3.9.nupkg) = 67925 -SHA256 (nuget/microsoft.aspnetcore.rewrite.2.3.9.nupkg) = 0501b72bc6ff1f1774a40220f572dd9d3f999cf04f0222c7412d5c8fb3bdb35e -SIZE (nuget/microsoft.aspnetcore.rewrite.2.3.9.nupkg) = 70956 +SHA256 (nuget/microsoft.aspnetcore.responsecompression.2.3.11.nupkg) = d52d6262424074ec38559619de41fd57cbe69ef6d90c1b93fab74d3f7abd5d05 +SIZE (nuget/microsoft.aspnetcore.responsecompression.2.3.11.nupkg) = 67859 +SHA256 (nuget/microsoft.aspnetcore.rewrite.2.3.11.nupkg) = 1a5a77e1919955edbf19d840b779a6db4036452f7d667419d194b6a0d67ebc0d +SIZE (nuget/microsoft.aspnetcore.rewrite.2.3.11.nupkg) = 70938 +SHA256 (nuget/microsoft.aspnetcore.routing.abstractions.2.1.1.nupkg) = f1a51ddb341d54f4cbd7cb918906b1b333573fc4ba6b8083dfa49331b517bd11 +SIZE (nuget/microsoft.aspnetcore.routing.abstractions.2.1.1.nupkg) = 47623 SHA256 (nuget/microsoft.aspnetcore.routing.abstractions.2.3.0.nupkg) = a523e9c0053fcc489d9817118d2bb3ef57ece4220145617cca9fee8ec2015e89 SIZE (nuget/microsoft.aspnetcore.routing.abstractions.2.3.0.nupkg) = 51947 +SHA256 (nuget/microsoft.aspnetcore.routing.abstractions.2.3.9.nupkg) = b8a8717b4f3d63a3793f0437c96ea06e616b4ce0080c50a69409493adf01ea6e +SIZE (nuget/microsoft.aspnetcore.routing.abstractions.2.3.9.nupkg) = 52072 SHA256 (nuget/microsoft.aspnetcore.routing.2.3.0.nupkg) = 6d7ad8795808fac9b67b978e0b03a4756c827f96fb750f24bfea4945a78b8872 SIZE (nuget/microsoft.aspnetcore.routing.2.3.0.nupkg) = 86979 +SHA256 (nuget/microsoft.aspnetcore.routing.2.3.10.nupkg) = 5029c54e90fe5539897960c198ab7f1102ebfc83628161f5cb5865643224b2b0 +SIZE (nuget/microsoft.aspnetcore.routing.2.3.10.nupkg) = 87139 SHA256 (nuget/microsoft.aspnetcore.server.iisintegration.2.1.7.nupkg) = 1f7452ea3838d244950a33056da80da52320fdba19f9c956ef18a300fae734ee SIZE (nuget/microsoft.aspnetcore.server.iisintegration.2.1.7.nupkg) = 65111 -SHA256 (nuget/microsoft.aspnetcore.server.kestrel.core.2.3.0.nupkg) = 337a788e44fb204a2ca010cdf4b3075d171082fe373d96e8cc84fce7be3ce6f3 -SIZE (nuget/microsoft.aspnetcore.server.kestrel.core.2.3.0.nupkg) = 201930 -SHA256 (nuget/microsoft.aspnetcore.server.kestrel.https.2.3.0.nupkg) = 2f14e10e1809c909ff93b8805e2ba154a96b95f3587ee20daec3693fbcd92b69 -SIZE (nuget/microsoft.aspnetcore.server.kestrel.https.2.3.0.nupkg) = 37903 +SHA256 (nuget/microsoft.aspnetcore.server.kestrel.core.2.3.9.nupkg) = 640df702e2716aeece51c79f1865dbeec2af8380fc05cdf44322d41df848cd5c +SIZE (nuget/microsoft.aspnetcore.server.kestrel.core.2.3.9.nupkg) = 202723 +SHA256 (nuget/microsoft.aspnetcore.server.kestrel.https.2.3.10.nupkg) = 19c2d75ace62b418d162450789ab7dc571a5bfc3f8fc3b24483fa64d815e4327 +SIZE (nuget/microsoft.aspnetcore.server.kestrel.https.2.3.10.nupkg) = 38027 +SHA256 (nuget/microsoft.aspnetcore.server.kestrel.https.2.3.9.nupkg) = af3e9ec9f437e57cd4a755e60ca58f7ce7b1870860c4c59c93c73d8d09906a5d +SIZE (nuget/microsoft.aspnetcore.server.kestrel.https.2.3.9.nupkg) = 38035 SHA256 (nuget/microsoft.aspnetcore.server.kestrel.transport.abstractions.2.3.0.nupkg) = b11c7e695d4c8e034813bd54b4602c4a138cea11d0e02fb288cf2f64c66b78b6 SIZE (nuget/microsoft.aspnetcore.server.kestrel.transport.abstractions.2.3.0.nupkg) = 47589 -SHA256 (nuget/microsoft.aspnetcore.server.kestrel.transport.sockets.2.3.0.nupkg) = 31bf9ace7a6e88e980b2d3669a056bd6399ae579c5d11ef531ae5d31edf43fa9 -SIZE (nuget/microsoft.aspnetcore.server.kestrel.transport.sockets.2.3.0.nupkg) = 50960 -SHA256 (nuget/microsoft.aspnetcore.server.kestrel.2.3.0.nupkg) = 34ce736b8cf353bb35bac22d32622c03ec6a149def6afc17a55e6ea09312a46e -SIZE (nuget/microsoft.aspnetcore.server.kestrel.2.3.0.nupkg) = 39111 -SHA256 (nuget/microsoft.aspnetcore.staticfiles.2.3.9.nupkg) = 3844ff985ec1fcfe5a0bb552351f4a43c7ccec112f39664e06e907cd08b39c8d -SIZE (nuget/microsoft.aspnetcore.staticfiles.2.3.9.nupkg) = 61491 +SHA256 (nuget/microsoft.aspnetcore.server.kestrel.transport.abstractions.2.3.9.nupkg) = 9cbdc107ab553d89b13de93d27de71fd6cb9611ce2490857f2d6d70787b5deb7 +SIZE (nuget/microsoft.aspnetcore.server.kestrel.transport.abstractions.2.3.9.nupkg) = 47709 +SHA256 (nuget/microsoft.aspnetcore.server.kestrel.transport.sockets.2.3.10.nupkg) = c6094871bebb879d248b16ff7aa2de392f2a3d34c2c64cfb01e3f9da20f1dc26 +SIZE (nuget/microsoft.aspnetcore.server.kestrel.transport.sockets.2.3.10.nupkg) = 51103 +SHA256 (nuget/microsoft.aspnetcore.server.kestrel.2.3.10.nupkg) = 3c0ca5601846a97abcd92cae957dd5f0ae56002a43f7a70678c67f77dd327fe0 +SIZE (nuget/microsoft.aspnetcore.server.kestrel.2.3.10.nupkg) = 39257 +SHA256 (nuget/microsoft.aspnetcore.staticfiles.2.3.11.nupkg) = e95a43f93e2949eb294bd398d0d6787fe8ff9ff89b2f65f01dfe2888c31b0cda +SIZE (nuget/microsoft.aspnetcore.staticfiles.2.3.11.nupkg) = 61434 +SHA256 (nuget/microsoft.aspnetcore.webutilities.2.3.0.nupkg) = a093043f8e10f429616f26543ed49bf63a90c8927f743e031c4951be462920ea +SIZE (nuget/microsoft.aspnetcore.webutilities.2.3.0.nupkg) = 63465 +SHA256 (nuget/microsoft.aspnetcore.webutilities.2.3.10.nupkg) = 5ee1e062df37a229c205c09f6351496b53d68ffb7992f83f60fb1ed039588940 +SIZE (nuget/microsoft.aspnetcore.webutilities.2.3.10.nupkg) = 63624 +SHA256 (nuget/microsoft.aspnetcore.webutilities.2.3.11.nupkg) = 1c01ae2ee4d12e44d370ff68a91a6a3d842623341379c5161c8fd44c027688c6 +SIZE (nuget/microsoft.aspnetcore.webutilities.2.3.11.nupkg) = 63572 SHA256 (nuget/microsoft.aspnetcore.webutilities.2.3.9.nupkg) = 0798885b43b92b5d4610bc1dedd73de9261398592f20d85da1d04370bd78fbfc SIZE (nuget/microsoft.aspnetcore.webutilities.2.3.9.nupkg) = 63607 -SHA256 (nuget/microsoft.aspnetcore.2.3.9.nupkg) = 596ec224d840ac2b180d9f32904c50ebb11d2332a57f622e83964ff94c1e0a71 -SIZE (nuget/microsoft.aspnetcore.2.3.9.nupkg) = 42076 -SHA256 (nuget/microsoft.bcl.asyncinterfaces.9.0.14.nupkg) = 236b1b43827094353fa1c62c7e0aba5cb77b1434c8ab1aac97b06af24d749b95 -SIZE (nuget/microsoft.bcl.asyncinterfaces.9.0.14.nupkg) = 98177 +SHA256 (nuget/microsoft.aspnetcore.2.3.11.nupkg) = d1f5e0136d6ce275010a19a9a1d170bfad5ace46983dcfa4b88379edfb0961c9 +SIZE (nuget/microsoft.aspnetcore.2.3.11.nupkg) = 42047 +SHA256 (nuget/microsoft.bcl.asyncinterfaces.6.0.0.nupkg) = e3df87fe2170a7e01f0880af59caa8f6eb380b3c40a4f282dfb43912aaf0f895 +SIZE (nuget/microsoft.bcl.asyncinterfaces.6.0.0.nupkg) = 76354 +SHA256 (nuget/microsoft.bcl.asyncinterfaces.7.0.0.nupkg) = d5ed37d44dba8ab688aae9fce1a7747c2211e0c259d61710a38c8537e07b51f1 +SIZE (nuget/microsoft.bcl.asyncinterfaces.7.0.0.nupkg) = 95839 +SHA256 (nuget/microsoft.bcl.asyncinterfaces.8.0.0.nupkg) = f5a5a68b03092ab2abf68843d4a4aea25dfbcbe8dd0f13c625cb779b6fc1927c +SIZE (nuget/microsoft.bcl.asyncinterfaces.8.0.0.nupkg) = 99740 +SHA256 (nuget/microsoft.bcl.asyncinterfaces.9.0.18.nupkg) = 16c708894ce983896aa15e1753ea872b0d418a908f902fadc3146a7030f2e31a +SIZE (nuget/microsoft.bcl.asyncinterfaces.9.0.18.nupkg) = 97205 SHA256 (nuget/microsoft.bcl.timeprovider.8.0.0.nupkg) = 7c1bc34970d22183334daf3e03ef7c2aa8445d83fa135ef02e8f943709727f85 SIZE (nuget/microsoft.bcl.timeprovider.8.0.0.nupkg) = 105522 -SHA256 (nuget/microsoft.csharp.4.7.0.nupkg) = 127927bf646c145ebc9443ddadfe4cf81a55d641e82d3551029294c2e93fa63d -SIZE (nuget/microsoft.csharp.4.7.0.nupkg) = 627100 SHA256 (nuget/microsoft.codeanalysis.analyzers.1.1.0.nupkg) = ecaad97cade451b99e4fcd9e55a76f1eead971a16adc50e3e2a90821e1312623 SIZE (nuget/microsoft.codeanalysis.analyzers.1.1.0.nupkg) = 102426 -SHA256 (nuget/microsoft.codeanalysis.csharp.2.8.2.nupkg) = 5eac10f955c7c33f3cb6e6568d24e8c530fdd7fcc038a850709223d2eff8e7e9 -SIZE (nuget/microsoft.codeanalysis.csharp.2.8.2.nupkg) = 2825779 SHA256 (nuget/microsoft.codeanalysis.common.2.8.2.nupkg) = a62154ed8d8d654d652ef6e0dcf6436097cda7588c3fa05ffc6854ffcd96b990 SIZE (nuget/microsoft.codeanalysis.common.2.8.2.nupkg) = 1496132 +SHA256 (nuget/microsoft.codeanalysis.csharp.2.8.2.nupkg) = 5eac10f955c7c33f3cb6e6568d24e8c530fdd7fcc038a850709223d2eff8e7e9 +SIZE (nuget/microsoft.codeanalysis.csharp.2.8.2.nupkg) = 2825779 SHA256 (nuget/microsoft.codeanalysis.razor.2.3.0.nupkg) = fad3cc69707b8925c4150a7fe712481c921957d6979ceee2d5d3a61b894491f4 SIZE (nuget/microsoft.codeanalysis.razor.2.3.0.nupkg) = 73260 +SHA256 (nuget/microsoft.csharp.4.5.0.nupkg) = 740863fc28171b9548cb6768a75c69954b0b8deeee04f163c5ab33f6b7452206 +SIZE (nuget/microsoft.csharp.4.5.0.nupkg) = 627579 +SHA256 (nuget/microsoft.csharp.4.7.0.nupkg) = 127927bf646c145ebc9443ddadfe4cf81a55d641e82d3551029294c2e93fa63d +SIZE (nuget/microsoft.csharp.4.7.0.nupkg) = 627100 SHA256 (nuget/microsoft.diasymreader.native.1.7.0.nupkg) = b63bc8b30cae6cdcbeac980395b89980e6f91b8681745c8188f6b6936f1f5c50 SIZE (nuget/microsoft.diasymreader.native.1.7.0.nupkg) = 3324299 SHA256 (nuget/microsoft.dotnet.platformabstractions.2.1.0.nupkg) = beb661629f784a3c9c50c19a558085589e29eca04a7ea5722d6b481bbddfcde3 @@ -155,10 +231,14 @@ SHA256 (nuget/microsoft.extensions.caching.abstractions.8.0.0.nupkg) = c46a4aaf2 SIZE (nuget/microsoft.extensions.caching.abstractions.8.0.0.nupkg) = 160393 SHA256 (nuget/microsoft.extensions.caching.memory.8.0.1.nupkg) = e50d2fcc7a3766f1ace273c173f5e5045e3003060ef29c6ae8419d6238d7669b SIZE (nuget/microsoft.extensions.caching.memory.8.0.1.nupkg) = 197330 +SHA256 (nuget/microsoft.extensions.configuration.abstractions.2.1.0.nupkg) = addf332ba6164b148fe472eb3fe211f28e7ffbfb21793343b63dc8f447a6ff0d +SIZE (nuget/microsoft.extensions.configuration.abstractions.2.1.0.nupkg) = 37949 SHA256 (nuget/microsoft.extensions.configuration.abstractions.8.0.0.nupkg) = e1e0690e47fb309a334d99cec10bf071f81129019c3577b42bf905fa1e5197ca SIZE (nuget/microsoft.extensions.configuration.abstractions.8.0.0.nupkg) = 149230 -SHA256 (nuget/microsoft.extensions.configuration.abstractions.9.0.14.nupkg) = 221860f6f642e2f58342164d48249717d09d85df885420b2e7759254993821ac -SIZE (nuget/microsoft.extensions.configuration.abstractions.9.0.14.nupkg) = 127680 +SHA256 (nuget/microsoft.extensions.configuration.abstractions.9.0.18.nupkg) = 7b40019722a73e1aad77cef9374774e04e1b75859ee4c3872bb619cc533d9e76 +SIZE (nuget/microsoft.extensions.configuration.abstractions.9.0.18.nupkg) = 126381 +SHA256 (nuget/microsoft.extensions.configuration.binder.8.0.0.nupkg) = 19a9df2271b3ce83766ca78dc0e37cfc79da9abea5ed14e960b038f423570fd4 +SIZE (nuget/microsoft.extensions.configuration.binder.8.0.0.nupkg) = 385489 SHA256 (nuget/microsoft.extensions.configuration.binder.8.0.2.nupkg) = 68607456ea02df861a74012aaf0a1a5cb739aa56b9e69b300d5db12d2991ed21 SIZE (nuget/microsoft.extensions.configuration.binder.8.0.2.nupkg) = 389312 SHA256 (nuget/microsoft.extensions.configuration.commandline.8.0.0.nupkg) = 7e63c2fe8f12fb0793b50256ca4a671879ba00a554db5c5813f09a1d853bce08 @@ -173,8 +253,8 @@ SHA256 (nuget/microsoft.extensions.configuration.usersecrets.8.0.1.nupkg) = c86b SIZE (nuget/microsoft.extensions.configuration.usersecrets.8.0.1.nupkg) = 141387 SHA256 (nuget/microsoft.extensions.configuration.8.0.0.nupkg) = f413ec012971ad5f229663028dd6f74e251c9b9bc56719019c023f7cd0521320 SIZE (nuget/microsoft.extensions.configuration.8.0.0.nupkg) = 191129 -SHA256 (nuget/microsoft.extensions.configuration.9.0.14.nupkg) = 583392d71f58a44b09f73eb123887a47e1c619c93797fe641db431ce33127e09 -SIZE (nuget/microsoft.extensions.configuration.9.0.14.nupkg) = 160078 +SHA256 (nuget/microsoft.extensions.configuration.9.0.18.nupkg) = 4e1d9e8ca87310c295d455288feef8ce12488378da1615a6b5c8b6bada9f227f +SIZE (nuget/microsoft.extensions.configuration.9.0.18.nupkg) = 158833 SHA256 (nuget/microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg) = ef92b31065a36d110b7332690a226e6fe96d35430c6f3e40ff529053ee5d80ff SIZE (nuget/microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg) = 276886 SHA256 (nuget/microsoft.extensions.dependencyinjection.abstractions.8.0.2.nupkg) = 51f2df1100245f10da54f0bb7e813f277155117777d4fbbab902214e27372606 *** 885 LINES SKIPPED ***home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a73443c.40284.365fdc99>
