summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/bazarr/Makefile4
-rw-r--r--net-p2p/bitcoin-daemon/Makefile1
-rw-r--r--net-p2p/bitcoin-utils/Makefile1
-rw-r--r--net-p2p/bitcoin/Makefile5
-rw-r--r--net-p2p/bitcoin/distinfo6
-rw-r--r--net-p2p/bitcoin/files/patch-CMakeLists.txt11
-rw-r--r--net-p2p/jackett/Makefile2
-rw-r--r--net-p2p/jackett/distinfo6
-rw-r--r--net-p2p/jackett/pkg-plist10
-rw-r--r--net-p2p/ktorrent/distinfo6
-rw-r--r--net-p2p/libktorrent/distinfo6
-rw-r--r--net-p2p/lidarr/Makefile2
-rw-r--r--net-p2p/lidarr/distinfo6
-rw-r--r--net-p2p/lidarr/pkg-plist12
-rw-r--r--net-p2p/prowlarr/Makefile2
-rw-r--r--net-p2p/prowlarr/distinfo6
-rw-r--r--net-p2p/prowlarr/files/pkg-message.in7
-rw-r--r--net-p2p/prowlarr/pkg-plist56
-rw-r--r--net-p2p/py-stig/Makefile2
-rw-r--r--net-p2p/py-stig/distinfo6
20 files changed, 83 insertions, 74 deletions
diff --git a/net-p2p/bazarr/Makefile b/net-p2p/bazarr/Makefile
index 4cab16e827c7..757f0b36b04f 100644
--- a/net-p2p/bazarr/Makefile
+++ b/net-p2p/bazarr/Makefile
@@ -1,7 +1,7 @@
PORTNAME= bazarr
DISTVERSIONPREFIX= v
DISTVERSION= 1.5.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net-p2p python
MASTER_SITES= https://github.com/morpheus65535/bazarr/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/
DISTNAME= bazarr
@@ -14,7 +14,7 @@ WWW= https://www.bazarr.media
LICENSE= GPLv3
RUN_DEPENDS= ${PYNUMPY} \
- ${PYTHON_PKGNAMEPREFIX}lxml5>=4.3.0:devel/py-lxml5@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}lxml>=4.3.0:devel/py-lxml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}numpy>1.12.0:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pillow>=9.0.0:graphics/py-pillow@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
diff --git a/net-p2p/bitcoin-daemon/Makefile b/net-p2p/bitcoin-daemon/Makefile
index 402bd69f0aa6..6d5b32515f90 100644
--- a/net-p2p/bitcoin-daemon/Makefile
+++ b/net-p2p/bitcoin-daemon/Makefile
@@ -1,4 +1,3 @@
-PORTREVISION= 1
PKGNAMESUFFIX= -daemon
COMMENT= Virtual Peer-to-Peer Currency (Daemon)
diff --git a/net-p2p/bitcoin-utils/Makefile b/net-p2p/bitcoin-utils/Makefile
index 7189a5914a90..2ea5b0eb7303 100644
--- a/net-p2p/bitcoin-utils/Makefile
+++ b/net-p2p/bitcoin-utils/Makefile
@@ -1,4 +1,3 @@
-PORTREVISION= 1
PKGNAMESUFFIX= -utils
COMMENT= Virtual Peer-to-Peer Currency (CLI and Utilities)
diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile
index 094acc6e6fd0..498238899b7c 100644
--- a/net-p2p/bitcoin/Makefile
+++ b/net-p2p/bitcoin/Makefile
@@ -1,6 +1,5 @@
PORTNAME= bitcoin
-PORTVERSION= 29.0
-PORTREVISION= 1
+PORTVERSION= 29.1
CATEGORIES= net-p2p finance
MASTER_SITES= https://bitcoincore.org/bin/bitcoin-core-${PORTVERSION}/ \
LOCAL/swills:icon
@@ -9,8 +8,6 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
DIST_SUBDIR= ${PORTNAME}
EXTRACT_ONLY= ${_DISTFILES:N*.png}
-PATCH_SITES= https://github.com/bitcoin-core/gui/commit/
-
MAINTAINER= kbowling@FreeBSD.org
COMMENT?= Virtual Peer-to-Peer Currency Client (QT)
WWW= https://www.bitcoin.org/
diff --git a/net-p2p/bitcoin/distinfo b/net-p2p/bitcoin/distinfo
index 35bb005936ac..ffb5bf182917 100644
--- a/net-p2p/bitcoin/distinfo
+++ b/net-p2p/bitcoin/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1745116296
-SHA256 (bitcoin/bitcoin-29.0.tar.gz) = 882c782c34a3bf2eacd1fae5cdc58b35b869883512f197f7d6dc8f195decfdaa
-SIZE (bitcoin/bitcoin-29.0.tar.gz) = 12935061
+TIMESTAMP = 1757669323
+SHA256 (bitcoin/bitcoin-29.1.tar.gz) = 067f624ae273b0d85a1554ffd7c098923351a647204e67034df6cc1dfacfa06b
+SIZE (bitcoin/bitcoin-29.1.tar.gz) = 12880902
SHA256 (bitcoin/bitcoin128.png) = ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722
SIZE (bitcoin/bitcoin128.png) = 10639
diff --git a/net-p2p/bitcoin/files/patch-CMakeLists.txt b/net-p2p/bitcoin/files/patch-CMakeLists.txt
deleted file mode 100644
index 7c47fb838701..000000000000
--- a/net-p2p/bitcoin/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- CMakeLists.txt.orig 2025-05-09 20:40:59 UTC
-+++ CMakeLists.txt
-@@ -153,7 +153,7 @@ endif()
- set(USE_QRCODE TRUE)
- endif()
-
--cmake_dependent_option(WITH_DBUS "Enable DBus support." ON "CMAKE_SYSTEM_NAME STREQUAL \"Linux\" AND BUILD_GUI" OFF)
-+cmake_dependent_option(WITH_DBUS "Enable DBus support." ON "CMAKE_SYSTEM_NAME STREQUAL \"FreeBSD\" AND BUILD_GUI" OFF)
-
- option(WITH_MULTIPROCESS "Build multiprocess bitcoin-node and bitcoin-gui executables in addition to monolithic bitcoind and bitcoin-qt executables. Requires libmultiprocess library. Experimental." OFF)
- if(WITH_MULTIPROCESS)
diff --git a/net-p2p/jackett/Makefile b/net-p2p/jackett/Makefile
index e371ac89ae92..5825c0bc755a 100644
--- a/net-p2p/jackett/Makefile
+++ b/net-p2p/jackett/Makefile
@@ -1,6 +1,6 @@
PORTNAME= jackett
DISTVERSIONPREFIX= v
-DISTVERSION= 0.22.2311
+DISTVERSION= 0.22.2444
CATEGORIES= net-p2p
MAINTAINER= tremere@cainites.net
diff --git a/net-p2p/jackett/distinfo b/net-p2p/jackett/distinfo
index 39275fcd6584..c01615658b95 100644
--- a/net-p2p/jackett/distinfo
+++ b/net-p2p/jackett/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1755591785
+TIMESTAMP = 1757403444
SHA256 (nuget/anglesharp.xml.1.0.0.nupkg) = 533c57587eaa1b6044007fd42e8b069149f646182150e82ec954cf625efcb293
SIZE (nuget/anglesharp.xml.1.0.0.nupkg) = 223916
SHA256 (nuget/anglesharp.1.0.0.nupkg) = d08071e3e760c3dd375ae8df89c65e1e76cf09ac5437b866941e859d150db439
@@ -463,5 +463,5 @@ SHA256 (nuget/system.xml.xpath.4.3.0.nupkg) = 91dd4932a8faa1b871cc43d125e62f714c
SIZE (nuget/system.xml.xpath.4.3.0.nupkg) = 250182
SHA256 (nuget/yamldotnet.16.3.0.nupkg) = e068bcc1243c46c8bfdfe2f27a026bfff03cde7c67d9f37c2cdd70bd24a9dfd4
SIZE (nuget/yamldotnet.16.3.0.nupkg) = 776880
-SHA256 (Jackett-Jackett-v0.22.2311_GH0.tar.gz) = 297d545520d032f4ddafc91be7639f22a1ec413f614e54865b8ebc3a30f4b761
-SIZE (Jackett-Jackett-v0.22.2311_GH0.tar.gz) = 3638367
+SHA256 (Jackett-Jackett-v0.22.2444_GH0.tar.gz) = 24c59b6119041af80d257f0126b17c10ccd430f1a55d818c06f8feae09b4c5d4
+SIZE (Jackett-Jackett-v0.22.2444_GH0.tar.gz) = 3647916
diff --git a/net-p2p/jackett/pkg-plist b/net-p2p/jackett/pkg-plist
index 70a945e5a097..7ab2a5514571 100644
--- a/net-p2p/jackett/pkg-plist
+++ b/net-p2p/jackett/pkg-plist
@@ -156,7 +156,6 @@
%%DATADIR%%/Definitions/cyanbug.yml
%%DATADIR%%/Definitions/damagnet.yml
%%DATADIR%%/Definitions/danishbytes-api.yml
-%%DATADIR%%/Definitions/dark-shadow.yml
%%DATADIR%%/Definitions/darkpeers.yml
%%DATADIR%%/Definitions/dasunerwartete.yml
%%DATADIR%%/Definitions/datascene-api.yml
@@ -201,8 +200,10 @@
%%DATADIR%%/Definitions/file-tracker.yml
%%DATADIR%%/Definitions/filemood.yml
%%DATADIR%%/Definitions/finelite.yml
+%%DATADIR%%/Definitions/flood.yml
%%DATADIR%%/Definitions/fluxzone.yml
%%DATADIR%%/Definitions/freefarm.yml
+%%DATADIR%%/Definitions/freejavtorrent.yml
%%DATADIR%%/Definitions/frozenlayer.yml
%%DATADIR%%/Definitions/funkytorrents.yml
%%DATADIR%%/Definitions/futuretorrent.yml
@@ -212,7 +213,6 @@
%%DATADIR%%/Definitions/gay-torrentsorg.yml
%%DATADIR%%/Definitions/gaytorrentru.yml
%%DATADIR%%/Definitions/generationfree-api.yml
-%%DATADIR%%/Definitions/genesismovement.yml
%%DATADIR%%/Definitions/ggpt.yml
%%DATADIR%%/Definitions/gigatorrents.yml
%%DATADIR%%/Definitions/gimmepeers.yml
@@ -253,6 +253,7 @@
%%DATADIR%%/Definitions/helltorrents.yml
%%DATADIR%%/Definitions/hhanclub.yml
%%DATADIR%%/Definitions/hhd-api.yml
+%%DATADIR%%/Definitions/homeporntorrents.yml
%%DATADIR%%/Definitions/houseofdevil.yml
%%DATADIR%%/Definitions/hqmusic.yml
%%DATADIR%%/Definitions/hudbt.yml
@@ -304,6 +305,7 @@
%%DATADIR%%/Definitions/locadora.yml
%%DATADIR%%/Definitions/losslessclub.yml
%%DATADIR%%/Definitions/lst.yml
+%%DATADIR%%/Definitions/luckpt.yml
%%DATADIR%%/Definitions/mactorrentsdownload.yml
%%DATADIR%%/Definitions/madsrevolution.yml
%%DATADIR%%/Definitions/magnetcat.yml
@@ -359,7 +361,6 @@
%%DATADIR%%/Definitions/opencd.yml
%%DATADIR%%/Definitions/opensharing.yml
%%DATADIR%%/Definitions/oshenpt.yml
-%%DATADIR%%/Definitions/ostwiki.yml
%%DATADIR%%/Definitions/ourbits.yml
%%DATADIR%%/Definitions/oxtorrent-co.yml
%%DATADIR%%/Definitions/oxtorrent-vip.yml
@@ -385,6 +386,7 @@
%%DATADIR%%/Definitions/pornxlab.yml
%%DATADIR%%/Definitions/portugas-api.yml
%%DATADIR%%/Definitions/postman.yml
+%%DATADIR%%/Definitions/postman-api.yml
%%DATADIR%%/Definitions/proaudiotorrents.yml
%%DATADIR%%/Definitions/proporno.yml
%%DATADIR%%/Definitions/ptcafe.yml
@@ -538,6 +540,7 @@
%%DATADIR%%/Definitions/uploadcx.yml
%%DATADIR%%/Definitions/upscalevault.yml
%%DATADIR%%/Definitions/utopia.yml
+%%DATADIR%%/Definitions/uztracker.yml
%%DATADIR%%/Definitions/vault-network.yml
%%DATADIR%%/Definitions/videoteka.yml
%%DATADIR%%/Definitions/vsthouse.yml
@@ -568,7 +571,6 @@
%%DATADIR%%/Definitions/zetorrents.yml
%%DATADIR%%/Definitions/zktorrent.yml
%%DATADIR%%/Definitions/zmpt.yml
-%%DATADIR%%/Definitions/zomb.yml
%%DATADIR%%/Definitions/ztracker.yml
%%DATADIR%%/FlareSolverrSharp.dll
%%DATADIR%%/ICSharpCode.SharpZipLib.dll
diff --git a/net-p2p/ktorrent/distinfo b/net-p2p/ktorrent/distinfo
index 100929d952f2..db433f8f8e13 100644
--- a/net-p2p/ktorrent/distinfo
+++ b/net-p2p/ktorrent/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1754646465
-SHA256 (KDE/release-service/25.08.0/ktorrent-25.08.0.tar.xz) = 4d69eb05ebbcbeea5abea2b4561bdaaa9ab323252281386af080013d0d35e35e
-SIZE (KDE/release-service/25.08.0/ktorrent-25.08.0.tar.xz) = 2236464
+TIMESTAMP = 1757410170
+SHA256 (KDE/release-service/25.08.1/ktorrent-25.08.1.tar.xz) = b468c2ea56bdb0ed2a97daf5ff7dbcd250070b950e185cebb633d87f21ec724f
+SIZE (KDE/release-service/25.08.1/ktorrent-25.08.1.tar.xz) = 2237024
diff --git a/net-p2p/libktorrent/distinfo b/net-p2p/libktorrent/distinfo
index ae723aa37316..9a9cf98b0856 100644
--- a/net-p2p/libktorrent/distinfo
+++ b/net-p2p/libktorrent/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1754646467
-SHA256 (KDE/release-service/25.08.0/libktorrent-25.08.0.tar.xz) = e422bc87e3d14e8643a397f3b4f7d1baa3c0b9d9f6db2086ef43488752ba1657
-SIZE (KDE/release-service/25.08.0/libktorrent-25.08.0.tar.xz) = 607140
+TIMESTAMP = 1757410172
+SHA256 (KDE/release-service/25.08.1/libktorrent-25.08.1.tar.xz) = 85e3150a100180fa5267f55f0740dab644dc735cfd80f741d298bfbe78ac1602
+SIZE (KDE/release-service/25.08.1/libktorrent-25.08.1.tar.xz) = 607152
diff --git a/net-p2p/lidarr/Makefile b/net-p2p/lidarr/Makefile
index fa4fc7502a42..f5bda3387f2f 100644
--- a/net-p2p/lidarr/Makefile
+++ b/net-p2p/lidarr/Makefile
@@ -1,5 +1,5 @@
PORTNAME= lidarr
-DISTVERSION= 2.11.2.4629
+DISTVERSION= 2.13.3.4711
CATEGORIES= net-p2p
MASTER_SITES= https://github.com/lidarr/Lidarr/releases/download/v${PORTVERSION}/
DISTNAME= Lidarr.master.${DISTVERSION}.freebsd-core-x64
diff --git a/net-p2p/lidarr/distinfo b/net-p2p/lidarr/distinfo
index 66ad2ec02a45..e29f222158fa 100644
--- a/net-p2p/lidarr/distinfo
+++ b/net-p2p/lidarr/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1745961457
-SHA256 (Lidarr.master.2.11.2.4629.freebsd-core-x64.tar.gz) = d774e1bfbd0623f3ed31c87e15b06b9f1b3bc37304c39b7675e81bb0c7b53807
-SIZE (Lidarr.master.2.11.2.4629.freebsd-core-x64.tar.gz) = 55779683
+TIMESTAMP = 1756800591
+SHA256 (Lidarr.master.2.13.3.4711.freebsd-core-x64.tar.gz) = a923543f4fa80c38890c4e85cb88fc92635a066b87ab93c4f5827cabed8f7d4e
+SIZE (Lidarr.master.2.13.3.4711.freebsd-core-x64.tar.gz) = 55780586
diff --git a/net-p2p/lidarr/pkg-plist b/net-p2p/lidarr/pkg-plist
index d580db14c2a3..3333e677b940 100644
--- a/net-p2p/lidarr/pkg-plist
+++ b/net-p2p/lidarr/pkg-plist
@@ -452,10 +452,10 @@
%%DATADIR%%/bin/UI/638-05e66c57185b323959bc.js
%%DATADIR%%/bin/UI/638-05e66c57185b323959bc.js.LICENSE.txt
%%DATADIR%%/bin/UI/638-05e66c57185b323959bc.js.map
-%%DATADIR%%/bin/UI/907-3c05b588aa33a5fcf794.js
-%%DATADIR%%/bin/UI/907-3c05b588aa33a5fcf794.js.map
-%%DATADIR%%/bin/UI/Content/907-7469dd3705fa6b7244ff.css
-%%DATADIR%%/bin/UI/Content/907-7469dd3705fa6b7244ff.css.map
+%%DATADIR%%/bin/UI/907-3a5d0bbaef6d42cf2794.js
+%%DATADIR%%/bin/UI/907-3a5d0bbaef6d42cf2794.js.map
+%%DATADIR%%/bin/UI/Content/907-141b3c55b8cbe8ed3bc9.css
+%%DATADIR%%/bin/UI/Content/907-141b3c55b8cbe8ed3bc9.css.map
%%DATADIR%%/bin/UI/Content/Fonts/Roboto-Light.ttf
%%DATADIR%%/bin/UI/Content/Fonts/Roboto-Light.woff
%%DATADIR%%/bin/UI/Content/Fonts/Roboto-Light.woff2
@@ -496,8 +496,8 @@
%%DATADIR%%/bin/UI/Content/robots.txt
%%DATADIR%%/bin/UI/Content/styles.css
%%DATADIR%%/bin/UI/Content/styles.css.map
-%%DATADIR%%/bin/UI/index-5b111585b4db672e813f.js
-%%DATADIR%%/bin/UI/index-5b111585b4db672e813f.js.map
+%%DATADIR%%/bin/UI/index-b3a9fff1e3d64db60aed.js
+%%DATADIR%%/bin/UI/index-b3a9fff1e3d64db60aed.js.map
%%DATADIR%%/bin/UI/index.html
%%DATADIR%%/bin/UI/login.html
%%DATADIR%%/bin/UI/oauth.html
diff --git a/net-p2p/prowlarr/Makefile b/net-p2p/prowlarr/Makefile
index 28e02282f4b9..a02cdaa929ae 100644
--- a/net-p2p/prowlarr/Makefile
+++ b/net-p2p/prowlarr/Makefile
@@ -1,5 +1,5 @@
PORTNAME= prowlarr
-DISTVERSION= 1.37.0.5076
+DISTVERSION= 2.0.5.5160
CATEGORIES= net-p2p
MASTER_SITES= https://github.com/Prowlarr/Prowlarr/releases/download/v${DISTVERSION}/
DISTNAME= Prowlarr.master.${DISTVERSION}.freebsd-core-x64
diff --git a/net-p2p/prowlarr/distinfo b/net-p2p/prowlarr/distinfo
index 76b1a64b757f..27c6d1926555 100644
--- a/net-p2p/prowlarr/distinfo
+++ b/net-p2p/prowlarr/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1751981655
-SHA256 (Prowlarr.master.1.37.0.5076.freebsd-core-x64.tar.gz) = dc4129b84add81649c255181af2f49595a47db36a2c2e495c1b13a9c5dae0ba4
-SIZE (Prowlarr.master.1.37.0.5076.freebsd-core-x64.tar.gz) = 54901106
+TIMESTAMP = 1756800705
+SHA256 (Prowlarr.master.2.0.5.5160.freebsd-core-x64.tar.gz) = 58c1c9084bbafc8a2457d9593ce0f99f6fc352af19af142d26811f729b3ece97
+SIZE (Prowlarr.master.2.0.5.5160.freebsd-core-x64.tar.gz) = 64087684
diff --git a/net-p2p/prowlarr/files/pkg-message.in b/net-p2p/prowlarr/files/pkg-message.in
index 0f27aef1d91a..dcb8d54f86a2 100644
--- a/net-p2p/prowlarr/files/pkg-message.in
+++ b/net-p2p/prowlarr/files/pkg-message.in
@@ -2,13 +2,6 @@
{ type: install
message: <<EOM
-%%PORTNAME%% relies on Microsoft dotNET5+ SDK to be built
-Microsoft does not have an official version of dotNET for FreeBSD
-
-This package was built with an UNOFFICIAL UNSUPPORTED version of dotNET
-If this is something that you do not want, remove this package with
-"pkg remove %%PORTNAME%%"
-
This package installs a service file.
Enable it with "sysrc %%PORTNAME%%_enable=TRUE"
Start it with "service %%PORTNAME%% start".
diff --git a/net-p2p/prowlarr/pkg-plist b/net-p2p/prowlarr/pkg-plist
index 5de4192ed2b5..b669adc8d658 100644
--- a/net-p2p/prowlarr/pkg-plist
+++ b/net-p2p/prowlarr/pkg-plist
@@ -1,5 +1,7 @@
%%DATADIR%%/bin/AngleSharp.Xml.dll
%%DATADIR%%/bin/AngleSharp.dll
+%%DATADIR%%/bin/Azure.Core.dll
+%%DATADIR%%/bin/Azure.Identity.dll
%%DATADIR%%/bin/BouncyCastle.Cryptography.dll
%%DATADIR%%/bin/Dapper.dll
%%DATADIR%%/bin/Diacritical.dll
@@ -78,6 +80,7 @@
%%DATADIR%%/bin/MailKit.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.Antiforgery.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.Authentication.Abstractions.dll
+%%DATADIR%%/bin/Microsoft.AspNetCore.Authentication.BearerToken.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.Authentication.Cookies.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.Authentication.Core.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.Authentication.OAuth.dll
@@ -85,6 +88,7 @@
%%DATADIR%%/bin/Microsoft.AspNetCore.Authorization.Policy.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.Authorization.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.Components.Authorization.dll
+%%DATADIR%%/bin/Microsoft.AspNetCore.Components.Endpoints.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.Components.Forms.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.Components.Server.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.Components.Web.dll
@@ -132,8 +136,11 @@
%%DATADIR%%/bin/Microsoft.AspNetCore.Mvc.TagHelpers.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.Mvc.ViewFeatures.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.Mvc.dll
+%%DATADIR%%/bin/Microsoft.AspNetCore.OutputCaching.dll
+%%DATADIR%%/bin/Microsoft.AspNetCore.RateLimiting.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.Razor.Runtime.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.Razor.dll
+%%DATADIR%%/bin/Microsoft.AspNetCore.RequestDecompression.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.ResponseCaching.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.ResponseCompression.dll
@@ -144,6 +151,7 @@
%%DATADIR%%/bin/Microsoft.AspNetCore.Server.IIS.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.Server.IISIntegration.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.Server.Kestrel.Core.dll
+%%DATADIR%%/bin/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.Server.Kestrel.dll
@@ -157,7 +165,7 @@
%%DATADIR%%/bin/Microsoft.AspNetCore.WebUtilities.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.dll
%%DATADIR%%/bin/Microsoft.Bcl.AsyncInterfaces.dll
-%%DATADIR%%/bin/Microsoft.Bcl.TimeProvider.dll
+%%DATADIR%%/bin/Microsoft.Bcl.Cryptography.dll
%%DATADIR%%/bin/Microsoft.CSharp.dll
%%DATADIR%%/bin/Microsoft.Data.SqlClient.dll
%%DATADIR%%/bin/Microsoft.Extensions.Caching.Abstractions.dll
@@ -175,8 +183,10 @@
%%DATADIR%%/bin/Microsoft.Extensions.Configuration.dll
%%DATADIR%%/bin/Microsoft.Extensions.DependencyInjection.Abstractions.dll
%%DATADIR%%/bin/Microsoft.Extensions.DependencyInjection.dll
+%%DATADIR%%/bin/Microsoft.Extensions.Diagnostics.Abstractions.dll
%%DATADIR%%/bin/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll
%%DATADIR%%/bin/Microsoft.Extensions.Diagnostics.HealthChecks.dll
+%%DATADIR%%/bin/Microsoft.Extensions.Diagnostics.dll
%%DATADIR%%/bin/Microsoft.Extensions.Features.dll
%%DATADIR%%/bin/Microsoft.Extensions.FileProviders.Abstractions.dll
%%DATADIR%%/bin/Microsoft.Extensions.FileProviders.Composite.dll
@@ -205,7 +215,9 @@
%%DATADIR%%/bin/Microsoft.Extensions.Options.dll
%%DATADIR%%/bin/Microsoft.Extensions.Primitives.dll
%%DATADIR%%/bin/Microsoft.Extensions.WebEncoders.dll
+%%DATADIR%%/bin/Microsoft.Identity.Client.Extensions.Msal.dll
%%DATADIR%%/bin/Microsoft.Identity.Client.dll
+%%DATADIR%%/bin/Microsoft.IdentityModel.Abstractions.dll
%%DATADIR%%/bin/Microsoft.IdentityModel.JsonWebTokens.dll
%%DATADIR%%/bin/Microsoft.IdentityModel.Logging.dll
%%DATADIR%%/bin/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
@@ -214,6 +226,7 @@
%%DATADIR%%/bin/Microsoft.JSInterop.dll
%%DATADIR%%/bin/Microsoft.Net.Http.Headers.dll
%%DATADIR%%/bin/Microsoft.OpenApi.dll
+%%DATADIR%%/bin/Microsoft.SqlServer.Server.dll
%%DATADIR%%/bin/Microsoft.VisualBasic.Core.dll
%%DATADIR%%/bin/Microsoft.VisualBasic.dll
%%DATADIR%%/bin/Microsoft.Win32.Primitives.dll
@@ -274,6 +287,7 @@
%%DATADIR%%/bin/Swashbuckle.AspNetCore.SwaggerGen.dll
%%DATADIR%%/bin/System.AppContext.dll
%%DATADIR%%/bin/System.Buffers.dll
+%%DATADIR%%/bin/System.ClientModel.dll
%%DATADIR%%/bin/System.Collections.Concurrent.dll
%%DATADIR%%/bin/System.Collections.Immutable.dll
%%DATADIR%%/bin/System.Collections.NonGeneric.dll
@@ -310,6 +324,7 @@
%%DATADIR%%/bin/System.Drawing.dll
%%DATADIR%%/bin/System.Dynamic.Runtime.dll
%%DATADIR%%/bin/System.Formats.Asn1.dll
+%%DATADIR%%/bin/System.Formats.Tar.dll
%%DATADIR%%/bin/System.Globalization.Calendars.dll
%%DATADIR%%/bin/System.Globalization.Extensions.dll
%%DATADIR%%/bin/System.Globalization.dll
@@ -334,6 +349,7 @@
%%DATADIR%%/bin/System.Linq.Parallel.dll
%%DATADIR%%/bin/System.Linq.Queryable.dll
%%DATADIR%%/bin/System.Linq.dll
+%%DATADIR%%/bin/System.Memory.Data.dll
%%DATADIR%%/bin/System.Memory.dll
%%DATADIR%%/bin/System.Net.Http.Json.dll
%%DATADIR%%/bin/System.Net.Http.dll
@@ -374,11 +390,11 @@
%%DATADIR%%/bin/System.Resources.Reader.dll
%%DATADIR%%/bin/System.Resources.ResourceManager.dll
%%DATADIR%%/bin/System.Resources.Writer.dll
-%%DATADIR%%/bin/System.Runtime.Caching.dll
%%DATADIR%%/bin/System.Runtime.CompilerServices.Unsafe.dll
%%DATADIR%%/bin/System.Runtime.CompilerServices.VisualC.dll
%%DATADIR%%/bin/System.Runtime.Extensions.dll
%%DATADIR%%/bin/System.Runtime.Handles.dll
+%%DATADIR%%/bin/System.Runtime.InteropServices.JavaScript.dll
%%DATADIR%%/bin/System.Runtime.InteropServices.RuntimeInformation.dll
%%DATADIR%%/bin/System.Runtime.InteropServices.dll
%%DATADIR%%/bin/System.Runtime.Intrinsics.dll
@@ -402,6 +418,7 @@
%%DATADIR%%/bin/System.Security.Cryptography.ProtectedData.dll
%%DATADIR%%/bin/System.Security.Cryptography.X509Certificates.dll
%%DATADIR%%/bin/System.Security.Cryptography.Xml.dll
+%%DATADIR%%/bin/System.Security.Cryptography.dll
%%DATADIR%%/bin/System.Security.Permissions.dll
%%DATADIR%%/bin/System.Security.Principal.Windows.dll
%%DATADIR%%/bin/System.Security.Principal.dll
@@ -419,6 +436,7 @@
%%DATADIR%%/bin/System.Text.RegularExpressions.dll
%%DATADIR%%/bin/System.Threading.Channels.dll
%%DATADIR%%/bin/System.Threading.Overlapped.dll
+%%DATADIR%%/bin/System.Threading.RateLimiting.dll
%%DATADIR%%/bin/System.Threading.Tasks.Dataflow.dll
%%DATADIR%%/bin/System.Threading.Tasks.Extensions.dll
%%DATADIR%%/bin/System.Threading.Tasks.Parallel.dll
@@ -444,13 +462,13 @@
%%DATADIR%%/bin/System.Xml.XmlSerializer.dll
%%DATADIR%%/bin/System.Xml.dll
%%DATADIR%%/bin/System.dll
-%%DATADIR%%/bin/UI/194-0bd4624df983e06e6ccb.js
-%%DATADIR%%/bin/UI/194-0bd4624df983e06e6ccb.js.LICENSE.txt
-%%DATADIR%%/bin/UI/194-0bd4624df983e06e6ccb.js.map
-%%DATADIR%%/bin/UI/286-7ee7ca0e6ec0168ce571.js
-%%DATADIR%%/bin/UI/286-7ee7ca0e6ec0168ce571.js.map
-%%DATADIR%%/bin/UI/Content/286-0d675ae17bab3c952d78.css
-%%DATADIR%%/bin/UI/Content/286-0d675ae17bab3c952d78.css.map
+%%DATADIR%%/bin/UI/194-74921861e81ae7f57cdf.js
+%%DATADIR%%/bin/UI/194-74921861e81ae7f57cdf.js.LICENSE.txt
+%%DATADIR%%/bin/UI/194-74921861e81ae7f57cdf.js.map
+%%DATADIR%%/bin/UI/195-cdf8e899db76587e6548.js
+%%DATADIR%%/bin/UI/195-cdf8e899db76587e6548.js.map
+%%DATADIR%%/bin/UI/Content/195-aafb80b0148c52b32193.css
+%%DATADIR%%/bin/UI/Content/195-aafb80b0148c52b32193.css.map
%%DATADIR%%/bin/UI/Content/Fonts/Roboto-Light.ttf
%%DATADIR%%/bin/UI/Content/Fonts/Roboto-Light.woff
%%DATADIR%%/bin/UI/Content/Fonts/Roboto-Light.woff2
@@ -492,28 +510,40 @@
%%DATADIR%%/bin/UI/Content/robots.txt
%%DATADIR%%/bin/UI/Content/styles.css
%%DATADIR%%/bin/UI/Content/styles.css.map
-%%DATADIR%%/bin/UI/index-2d5ba92aeb5517d26bea.js
-%%DATADIR%%/bin/UI/index-2d5ba92aeb5517d26bea.js.map
+%%DATADIR%%/bin/UI/index-fdea170d79864b2a3b0b.js
+%%DATADIR%%/bin/UI/index-fdea170d79864b2a3b0b.js.map
%%DATADIR%%/bin/UI/index.html
%%DATADIR%%/bin/UI/login.html
%%DATADIR%%/bin/UI/oauth.html
%%DATADIR%%/bin/WindowsBase.dll
%%DATADIR%%/bin/YamlDotNet.dll
+%%DATADIR%%/bin/cs/Microsoft.Data.SqlClient.resources.dll
%%DATADIR%%/bin/de-DE/FluentMigrator.Abstractions.resources.dll
+%%DATADIR%%/bin/de/Microsoft.Data.SqlClient.resources.dll
+%%DATADIR%%/bin/es/Microsoft.Data.SqlClient.resources.dll
+%%DATADIR%%/bin/fr/Microsoft.Data.SqlClient.resources.dll
+%%DATADIR%%/bin/it/Microsoft.Data.SqlClient.resources.dll
+%%DATADIR%%/bin/ja/Microsoft.Data.SqlClient.resources.dll
+%%DATADIR%%/bin/ko/Microsoft.Data.SqlClient.resources.dll
%%DATADIR%%/bin/libMonoPosixHelper.so
%%DATADIR%%/bin/libSystem.Globalization.Native.so
%%DATADIR%%/bin/libSystem.IO.Compression.Native.so
%%DATADIR%%/bin/libSystem.Native.so
%%DATADIR%%/bin/libSystem.Net.Security.Native.so
%%DATADIR%%/bin/libSystem.Security.Cryptography.Native.OpenSsl.so
+%%DATADIR%%/bin/libclrgc.so
%%DATADIR%%/bin/libclrjit.so
%%DATADIR%%/bin/libcoreclr.so
-%%DATADIR%%/bin/libcoreclrtraceptprovider.so
-%%DATADIR%%/bin/libdbgshim.so
%%DATADIR%%/bin/libhostfxr.so
%%DATADIR%%/bin/libhostpolicy.so
%%DATADIR%%/bin/libmscordaccore.so
%%DATADIR%%/bin/libmscordbi.so
%%DATADIR%%/bin/mscorlib.dll
%%DATADIR%%/bin/netstandard.dll
+%%DATADIR%%/bin/pl/Microsoft.Data.SqlClient.resources.dll
+%%DATADIR%%/bin/pt-BR/Microsoft.Data.SqlClient.resources.dll
+%%DATADIR%%/bin/ru/Microsoft.Data.SqlClient.resources.dll
+%%DATADIR%%/bin/tr/Microsoft.Data.SqlClient.resources.dll
+%%DATADIR%%/bin/zh-Hans/Microsoft.Data.SqlClient.resources.dll
+%%DATADIR%%/bin/zh-Hant/Microsoft.Data.SqlClient.resources.dll
%%DATADIR%%/package_info
diff --git a/net-p2p/py-stig/Makefile b/net-p2p/py-stig/Makefile
index 410822eceef2..7167a342ea12 100644
--- a/net-p2p/py-stig/Makefile
+++ b/net-p2p/py-stig/Makefile
@@ -1,5 +1,5 @@
PORTNAME= stig
-DISTVERSION= 0.13.0a0
+DISTVERSION= 0.14.0a0
CATEGORIES= net-p2p
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/net-p2p/py-stig/distinfo b/net-p2p/py-stig/distinfo
index b0633c8a8529..b285bce6b941 100644
--- a/net-p2p/py-stig/distinfo
+++ b/net-p2p/py-stig/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1742281477
-SHA256 (stig-0.13.0a0.tar.gz) = 33a7156d8122c5473daf18ca23316c5ce8c415c4c373441d2d45cde92ba33ae6
-SIZE (stig-0.13.0a0.tar.gz) = 237119
+TIMESTAMP = 1757510858
+SHA256 (stig-0.14.0a0.tar.gz) = bfdf72e7ece0458845cb9bf3f0f1eb985a66afc8fb1fc532fe3a32efb710a148
+SIZE (stig-0.14.0a0.tar.gz) = 237688