aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/bctoolbox/Makefile8
-rw-r--r--net/dante/Makefile2
-rw-r--r--net/gitlab-agent/distinfo10
-rw-r--r--net/google-cloud-sdk/Makefile2
-rw-r--r--net/google-cloud-sdk/distinfo6
-rw-r--r--net/libngtcp2-gnutls/Makefile2
-rw-r--r--net/libngtcp2-gnutls/distinfo6
-rw-r--r--net/libngtcp2-wolfssl/Makefile2
-rw-r--r--net/libngtcp2-wolfssl/distinfo6
-rw-r--r--net/libngtcp2/Makefile2
-rw-r--r--net/libngtcp2/distinfo6
-rw-r--r--net/libngtcp2/pkg-plist2
-rw-r--r--net/miniupnpc/Makefile4
-rw-r--r--net/miniupnpc/distinfo6
-rw-r--r--net/miniupnpc/pkg-plist2
-rw-r--r--net/nats-server/Makefile3
-rw-r--r--net/nats-server/distinfo10
-rw-r--r--net/nats-surveyor/Makefile3
-rw-r--r--net/nats-surveyor/distinfo14
-rw-r--r--net/pear-Net_Sieve/Makefile2
-rw-r--r--net/pear-Net_Sieve/distinfo6
-rw-r--r--net/py-sshtunnel/Makefile2
-rw-r--r--net/py-urllib3-future/Makefile2
-rw-r--r--net/py-urllib3-future/distinfo6
-rw-r--r--net/read_bbrlog/Makefile6
-rw-r--r--net/read_bbrlog/distinfo6
-rw-r--r--net/redpanda-connect/Makefile3
-rw-r--r--net/redpanda-connect/distinfo10
-rw-r--r--net/redpanda-connect/files/extra-patch-public_components_all_package.go3
-rw-r--r--net/rubygem-activestorage-gitlab/Makefile3
-rw-r--r--net/rubygem-devfile/Makefile2
-rw-r--r--net/rubygem-devfile/distinfo6
-rw-r--r--net/rubygem-fog-aws-gitlab/Makefile6
-rw-r--r--net/rubygem-fog-aws-gitlab/distinfo6
-rw-r--r--net/rubygem-fog-google-gitlab/Makefile5
-rw-r--r--net/rubygem-fog-google-gitlab/distinfo6
-rw-r--r--net/rubygem-fog-google-gitlab/files/patch-gemspec11
-rw-r--r--net/rubygem-fog-vsphere/Makefile2
-rw-r--r--net/rubygem-fog-vsphere/distinfo6
-rw-r--r--net/rubygem-gitaly/Makefile2
-rw-r--r--net/rubygem-gitaly/distinfo6
-rw-r--r--net/rubygem-gitlab-kas-grpc/distinfo6
-rw-r--r--net/rubygem-gitlab_omniauth-ldap-gitlab/Makefile3
-rw-r--r--net/rubygem-gitlab_omniauth-ldap-gitlab/distinfo6
-rw-r--r--net/rubygem-google-cloud-pubsub-v1/Makefile2
-rw-r--r--net/rubygem-google-cloud-pubsub-v1/distinfo6
-rw-r--r--net/rubygem-google-cloud-spanner/Makefile2
-rw-r--r--net/rubygem-google-cloud-spanner/distinfo6
-rw-r--r--net/rubygem-google-cloud-storage-gitlab/Makefile8
-rw-r--r--net/rubygem-google-cloud-storage-gitlab/distinfo6
-rw-r--r--net/rubygem-google-cloud-storage-gitlab/files/patch-gemspec11
-rw-r--r--net/rubygem-opennebula/Makefile2
-rw-r--r--net/rubygem-opennebula/distinfo6
-rw-r--r--net/rubygem-ovirt-engine-sdk/Makefile3
-rw-r--r--net/rubygem-ovirt-engine-sdk/distinfo6
-rw-r--r--net/rubygem-ovirt-engine-sdk/files/patch-clang1611
-rw-r--r--net/tinyfugue-devel/Makefile7
-rw-r--r--net/tinyfugue-devel/distinfo6
-rw-r--r--net/zapret/Makefile2
-rw-r--r--net/zapret/distinfo6
-rw-r--r--net/zerotier/Makefile2
-rw-r--r--net/zerotier/distinfo6
62 files changed, 141 insertions, 175 deletions
diff --git a/net/bctoolbox/Makefile b/net/bctoolbox/Makefile
index b790f7ce08ae..790214d3f004 100644
--- a/net/bctoolbox/Makefile
+++ b/net/bctoolbox/Makefile
@@ -9,8 +9,6 @@ WWW= https://gitlab.linphone.org/BC/public/bctoolbox
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-IGNORE_FreeBSD_13= is not supported on systems with OpenSSL 1.1.1
-
LIB_DEPENDS= libbcunit.so:devel/bcunit
USES= cmake compiler:c++17-lang ssl
@@ -29,6 +27,12 @@ CMAKE_OFF= ENABLE_UNIT_TESTS
CFLAGS+= -DHAVE_ARC4RANDOM
LDFLAGS+= -lpthread
+.include <bsd.port.options.mk>
+
+.if ( ${OPSYS} == FreeBSD && ${OSVERSION} < 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl111}
+IGNORE= is not supported on systems with OpenSSL 1.1.1
+.endif
+
post-patch:
@${REINPLACE_CMD} '/clock_gettime/d' ${WRKSRC}/CMakeLists.txt
diff --git a/net/dante/Makefile b/net/dante/Makefile
index 4d19591ed7bd..26805b1bff51 100644
--- a/net/dante/Makefile
+++ b/net/dante/Makefile
@@ -1,6 +1,6 @@
PORTNAME= dante
PORTVERSION= 1.4.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net security
MASTER_SITES= http://www.inet.no/dante/files/ \
ftp://ftp.inet.no/pub/socks/
diff --git a/net/gitlab-agent/distinfo b/net/gitlab-agent/distinfo
index 5bb530eb8a42..6d21da0c5ac5 100644
--- a/net/gitlab-agent/distinfo
+++ b/net/gitlab-agent/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1761126616
-SHA256 (go/net_gitlab-agent/gitlab-agent-v18.3.5/v18.3.5.mod) = 2ec01cce9df32ed086dd50ebf5d7d120d6edffe83b9ea78dbfba19d1e92d77d2
-SIZE (go/net_gitlab-agent/gitlab-agent-v18.3.5/v18.3.5.mod) = 10172
-SHA256 (go/net_gitlab-agent/gitlab-agent-v18.3.5/v18.3.5.zip) = 0cb526c472e87831c2a2c97c34004a420fa4a58726999ec4ab6537f27524c575
-SIZE (go/net_gitlab-agent/gitlab-agent-v18.3.5/v18.3.5.zip) = 1790545
+TIMESTAMP = 1761293557
+SHA256 (go/net_gitlab-agent/gitlab-agent-v18.4.3/v18.4.3.mod) = 9ae3edb42b84eed1873ec7cf85823d22941ef437197751e817efbc8e1035d7c2
+SIZE (go/net_gitlab-agent/gitlab-agent-v18.4.3/v18.4.3.mod) = 9857
+SHA256 (go/net_gitlab-agent/gitlab-agent-v18.4.3/v18.4.3.zip) = 3a2381270b27a5cef80e9b4a79de46119bcdb8a94a56e15eb475c78d0bd1c6df
+SIZE (go/net_gitlab-agent/gitlab-agent-v18.4.3/v18.4.3.zip) = 1944321
diff --git a/net/google-cloud-sdk/Makefile b/net/google-cloud-sdk/Makefile
index 56701f941ac9..91237cc61393 100644
--- a/net/google-cloud-sdk/Makefile
+++ b/net/google-cloud-sdk/Makefile
@@ -1,5 +1,5 @@
PORTNAME= google-cloud-sdk
-DISTVERSION= 543.0.0
+DISTVERSION= 544.0.0
CATEGORIES= net
MASTER_SITES= https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/
DISTNAME= google-cloud-sdk-${PORTVERSION}-linux-x86_64
diff --git a/net/google-cloud-sdk/distinfo b/net/google-cloud-sdk/distinfo
index a17502c23da8..2277052999fa 100644
--- a/net/google-cloud-sdk/distinfo
+++ b/net/google-cloud-sdk/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1760696261
-SHA256 (google-cloud-sdk-543.0.0-linux-x86_64.tar.gz) = 104326b211ae20f60c1121f5fc49a3081dac1ebc53a7c071327dd9909613a375
-SIZE (google-cloud-sdk-543.0.0-linux-x86_64.tar.gz) = 150508847
+TIMESTAMP = 1761559702
+SHA256 (google-cloud-sdk-544.0.0-linux-x86_64.tar.gz) = c6a4873f3dbd775affb16387466baf55850ebbb1a05c7df9ad6d00899478dc5d
+SIZE (google-cloud-sdk-544.0.0-linux-x86_64.tar.gz) = 150536950
diff --git a/net/libngtcp2-gnutls/Makefile b/net/libngtcp2-gnutls/Makefile
index 2a6654ff5c2b..e473a8694da2 100644
--- a/net/libngtcp2-gnutls/Makefile
+++ b/net/libngtcp2-gnutls/Makefile
@@ -1,5 +1,5 @@
PORTNAME= ngtcp2
-PORTVERSION= 1.15.1
+PORTVERSION= 1.17.0
CATEGORIES= net
MASTER_SITES= https://github.com/ngtcp2/ngtcp2/releases/download/v${PORTVERSION}/
PKGNAMEPREFIX= lib
diff --git a/net/libngtcp2-gnutls/distinfo b/net/libngtcp2-gnutls/distinfo
index b167efc77a7c..a30b05be75e7 100644
--- a/net/libngtcp2-gnutls/distinfo
+++ b/net/libngtcp2-gnutls/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1757436423
-SHA256 (ngtcp2-1.15.1.tar.xz) = 06f2eec7ca76552041050473d992d3063782e26fdff57533cb8cd8c9a6859a17
-SIZE (ngtcp2-1.15.1.tar.xz) = 668640
+TIMESTAMP = 1761446500
+SHA256 (ngtcp2-1.17.0.tar.xz) = 9c9a4e2e150e90bf77d4ffcbefe82f738ee375287e68aaa715fa83c04a12209c
+SIZE (ngtcp2-1.17.0.tar.xz) = 679244
diff --git a/net/libngtcp2-wolfssl/Makefile b/net/libngtcp2-wolfssl/Makefile
index 750740b2bbd5..3294f3a9047f 100644
--- a/net/libngtcp2-wolfssl/Makefile
+++ b/net/libngtcp2-wolfssl/Makefile
@@ -1,5 +1,5 @@
PORTNAME= ngtcp2
-PORTVERSION= 1.15.1
+PORTVERSION= 1.17.0
CATEGORIES= net
MASTER_SITES= https://github.com/ngtcp2/ngtcp2/releases/download/v${PORTVERSION}/
PKGNAMEPREFIX= lib
diff --git a/net/libngtcp2-wolfssl/distinfo b/net/libngtcp2-wolfssl/distinfo
index b167efc77a7c..cfd0934fea30 100644
--- a/net/libngtcp2-wolfssl/distinfo
+++ b/net/libngtcp2-wolfssl/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1757436423
-SHA256 (ngtcp2-1.15.1.tar.xz) = 06f2eec7ca76552041050473d992d3063782e26fdff57533cb8cd8c9a6859a17
-SIZE (ngtcp2-1.15.1.tar.xz) = 668640
+TIMESTAMP = 1761446502
+SHA256 (ngtcp2-1.17.0.tar.xz) = 9c9a4e2e150e90bf77d4ffcbefe82f738ee375287e68aaa715fa83c04a12209c
+SIZE (ngtcp2-1.17.0.tar.xz) = 679244
diff --git a/net/libngtcp2/Makefile b/net/libngtcp2/Makefile
index c5435b284bb5..0e655ecd16af 100644
--- a/net/libngtcp2/Makefile
+++ b/net/libngtcp2/Makefile
@@ -1,5 +1,5 @@
PORTNAME= ngtcp2
-PORTVERSION= 1.15.1
+PORTVERSION= 1.17.0
CATEGORIES= net
MASTER_SITES= https://github.com/ngtcp2/ngtcp2/releases/download/v${PORTVERSION}/
PKGNAMEPREFIX= lib
diff --git a/net/libngtcp2/distinfo b/net/libngtcp2/distinfo
index 4d45a2cb3e98..5dc85bef0d93 100644
--- a/net/libngtcp2/distinfo
+++ b/net/libngtcp2/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1757436425
-SHA256 (ngtcp2-1.15.1.tar.xz) = 06f2eec7ca76552041050473d992d3063782e26fdff57533cb8cd8c9a6859a17
-SIZE (ngtcp2-1.15.1.tar.xz) = 668640
+TIMESTAMP = 1761446498
+SHA256 (ngtcp2-1.17.0.tar.xz) = 9c9a4e2e150e90bf77d4ffcbefe82f738ee375287e68aaa715fa83c04a12209c
+SIZE (ngtcp2-1.17.0.tar.xz) = 679244
diff --git a/net/libngtcp2/pkg-plist b/net/libngtcp2/pkg-plist
index 1182b3cc48c3..2d8ebf3f14d5 100644
--- a/net/libngtcp2/pkg-plist
+++ b/net/libngtcp2/pkg-plist
@@ -10,5 +10,5 @@ include/ngtcp2/version.h
lib/libngtcp2.a
lib/libngtcp2.so
lib/libngtcp2.so.16
-lib/libngtcp2.so.16.5.0
+lib/libngtcp2.so.16.7.0
libdata/pkgconfig/libngtcp2.pc
diff --git a/net/miniupnpc/Makefile b/net/miniupnpc/Makefile
index d677538325cc..0de14d4fd9af 100644
--- a/net/miniupnpc/Makefile
+++ b/net/miniupnpc/Makefile
@@ -1,5 +1,5 @@
PORTNAME= miniupnpc
-PORTVERSION= 2.3.2
+PORTVERSION= 2.3.3
PORTREVISION= 0
CATEGORIES?= net
MASTER_SITES= http://miniupnp.free.fr/files/ \
@@ -34,7 +34,7 @@ USE_RC_SUBR= miniupnpc
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/upnpc \
${STAGEDIR}${PREFIX}/bin/upnp-listdevices \
- ${STAGEDIR}${PREFIX}/lib/libminiupnpc.so.20
+ ${STAGEDIR}${PREFIX}/lib/libminiupnpc.so.21
.endif
.include <bsd.port.post.mk>
diff --git a/net/miniupnpc/distinfo b/net/miniupnpc/distinfo
index 24b2d9203294..81fdea031129 100644
--- a/net/miniupnpc/distinfo
+++ b/net/miniupnpc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1741361618
-SHA256 (miniupnpc-2.3.2.tar.gz) = 985de16d2e5449c3ba0d3663a0c76cb2bff82472a0eb7a306107d93f44586ffe
-SIZE (miniupnpc-2.3.2.tar.gz) = 140137
+TIMESTAMP = 1761458971
+SHA256 (miniupnpc-2.3.3.tar.gz) = d52a0afa614ad6c088cc9ddff1ae7d29c8c595ac5fdd321170a05f41e634bd1a
+SIZE (miniupnpc-2.3.3.tar.gz) = 141281
diff --git a/net/miniupnpc/pkg-plist b/net/miniupnpc/pkg-plist
index db253d810f2e..554d0a5de6ba 100644
--- a/net/miniupnpc/pkg-plist
+++ b/net/miniupnpc/pkg-plist
@@ -13,6 +13,6 @@ include/miniupnpc/upnperrors.h
include/miniupnpc/upnpreplyparse.h
lib/libminiupnpc.a
lib/libminiupnpc.so
-lib/libminiupnpc.so.20
+lib/libminiupnpc.so.21
libdata/pkgconfig/miniupnpc.pc
share/man/man3/miniupnpc.3.gz
diff --git a/net/nats-server/Makefile b/net/nats-server/Makefile
index 2e985b2a03ae..f85b94e215bf 100644
--- a/net/nats-server/Makefile
+++ b/net/nats-server/Makefile
@@ -1,7 +1,6 @@
PORTNAME= nats-server
DISTVERSIONPREFIX= v
-DISTVERSION= 2.12.0
-PORTREVISION= 2
+DISTVERSION= 2.12.1
CATEGORIES= net
MAINTAINER= olgeni@FreeBSD.org
diff --git a/net/nats-server/distinfo b/net/nats-server/distinfo
index 6be2f2c2a3a4..6ea97569bc7c 100644
--- a/net/nats-server/distinfo
+++ b/net/nats-server/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1758619244
-SHA256 (go/net_nats-server/nats-server-v2.12.0/v2.12.0.mod) = 891e3263c925f50bf8a8ec5d677cc57d2b469e361d5ad37ad99190f3571ac0f9
-SIZE (go/net_nats-server/nats-server-v2.12.0/v2.12.0.mod) = 509
-SHA256 (go/net_nats-server/nats-server-v2.12.0/v2.12.0.zip) = 56930547b012df9a8f03066f7730b31b2aafb0580f5ef0844a320d151958129d
-SIZE (go/net_nats-server/nats-server-v2.12.0/v2.12.0.zip) = 2979727
+TIMESTAMP = 1761489342
+SHA256 (go/net_nats-server/nats-server-v2.12.1/v2.12.1.mod) = 11fb29d25044c73419d6c76a25d4a481076ada9fd49e0532d9239fa728f488a4
+SIZE (go/net_nats-server/nats-server-v2.12.1/v2.12.1.mod) = 509
+SHA256 (go/net_nats-server/nats-server-v2.12.1/v2.12.1.zip) = 8380015bb389b820b3bf0d277ab983f1e9ee147d7023dad88247b51955921535
+SIZE (go/net_nats-server/nats-server-v2.12.1/v2.12.1.zip) = 2998238
diff --git a/net/nats-surveyor/Makefile b/net/nats-surveyor/Makefile
index 7d82c088f80f..98c7390e7595 100644
--- a/net/nats-surveyor/Makefile
+++ b/net/nats-surveyor/Makefile
@@ -1,7 +1,6 @@
PORTNAME= nats-surveyor
DISTVERSIONPREFIX= v
-DISTVERSION= 0.9.4
-PORTREVISION= 2
+DISTVERSION= 0.9.5
CATEGORIES= net
MAINTAINER= olgeni@FreeBSD.org
diff --git a/net/nats-surveyor/distinfo b/net/nats-surveyor/distinfo
index c75447473189..ad46ed02fd0f 100644
--- a/net/nats-surveyor/distinfo
+++ b/net/nats-surveyor/distinfo
@@ -1,7 +1,7 @@
-TIMESTAMP = 1758006524
-SHA256 (go/net_nats-surveyor/nats-io-nats-surveyor-v0.9.4_GH0/v0.9.4.mod) = 2b9d8adb73a8d2102d4aa183267c7d4205a1b3cd12decfcb0a25ddbbcb544179
-SIZE (go/net_nats-surveyor/nats-io-nats-surveyor-v0.9.4_GH0/v0.9.4.mod) = 2245
-SHA256 (go/net_nats-surveyor/nats-io-nats-surveyor-v0.9.4_GH0/v0.9.4.zip) = 967d19a1a0a0d19d97bb396bf51e3579df23c32e208458e905b55140b56236b7
-SIZE (go/net_nats-surveyor/nats-io-nats-surveyor-v0.9.4_GH0/v0.9.4.zip) = 158824
-SHA256 (go/net_nats-surveyor/nats-io-nats-surveyor-v0.9.4_GH0/nats-io-nats-surveyor-v0.9.4_GH0.tar.gz) = 40aefa63d51f71bbc36c5f01175abeb6009e865d9bb71ae700b2bdd880d2260c
-SIZE (go/net_nats-surveyor/nats-io-nats-surveyor-v0.9.4_GH0/nats-io-nats-surveyor-v0.9.4_GH0.tar.gz) = 117988
+TIMESTAMP = 1761489391
+SHA256 (go/net_nats-surveyor/nats-io-nats-surveyor-v0.9.5_GH0/v0.9.5.mod) = 649390904521273143b4947a272d1436ec4c0572a718260adc5d0565d1a446b7
+SIZE (go/net_nats-surveyor/nats-io-nats-surveyor-v0.9.5_GH0/v0.9.5.mod) = 2245
+SHA256 (go/net_nats-surveyor/nats-io-nats-surveyor-v0.9.5_GH0/v0.9.5.zip) = 7fa5bb297bf5b3e3e9abc5443ab5e8957524ad313f791aa51661daff608a4a4f
+SIZE (go/net_nats-surveyor/nats-io-nats-surveyor-v0.9.5_GH0/v0.9.5.zip) = 161481
+SHA256 (go/net_nats-surveyor/nats-io-nats-surveyor-v0.9.5_GH0/nats-io-nats-surveyor-v0.9.5_GH0.tar.gz) = f24cd62534282c2777c5398929849e2a6a882156b6980e4452adafd21c11f993
+SIZE (go/net_nats-surveyor/nats-io-nats-surveyor-v0.9.5_GH0/nats-io-nats-surveyor-v0.9.5_GH0.tar.gz) = 120417
diff --git a/net/pear-Net_Sieve/Makefile b/net/pear-Net_Sieve/Makefile
index 63c700a502f0..f7dbdc70d342 100644
--- a/net/pear-Net_Sieve/Makefile
+++ b/net/pear-Net_Sieve/Makefile
@@ -1,5 +1,5 @@
PORTNAME= Net_Sieve
-PORTVERSION= 1.4.7
+PORTVERSION= 1.4.8
CATEGORIES= net www pear
MAINTAINER= sunpoet@FreeBSD.org
diff --git a/net/pear-Net_Sieve/distinfo b/net/pear-Net_Sieve/distinfo
index 3b2801e50d6f..2bb840c8aa7d 100644
--- a/net/pear-Net_Sieve/distinfo
+++ b/net/pear-Net_Sieve/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1712644652
-SHA256 (PEAR/Net_Sieve-1.4.7.tgz) = 675fae561fa3e916082b90dbf704971376d46b6e09bdcc885eb4bcfe4f04024d
-SIZE (PEAR/Net_Sieve-1.4.7.tgz) = 16883
+TIMESTAMP = 1761446564
+SHA256 (PEAR/Net_Sieve-1.4.8.tgz) = 85927c2c05a36d9c558dddac0cdb50046c6eb396da1fc43d93cbedd4acf52420
+SIZE (PEAR/Net_Sieve-1.4.8.tgz) = 17120
diff --git a/net/py-sshtunnel/Makefile b/net/py-sshtunnel/Makefile
index e4900df9997e..f2336642f8a8 100644
--- a/net/py-sshtunnel/Makefile
+++ b/net/py-sshtunnel/Makefile
@@ -4,7 +4,7 @@ CATEGORIES= net python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= dbaio@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Pure python SSH tunnels
WWW= https://github.com/pahaz/sshtunnel
diff --git a/net/py-urllib3-future/Makefile b/net/py-urllib3-future/Makefile
index 957236c80008..93df73c9e7bc 100644
--- a/net/py-urllib3-future/Makefile
+++ b/net/py-urllib3-future/Makefile
@@ -1,5 +1,5 @@
PORTNAME= urllib3-future
-PORTVERSION= 2.14.904
+PORTVERSION= 2.14.905
CATEGORIES= net python
MASTER_SITES= PYPI \
https://github.com/jawah/urllib3.future/releases/download/${PORTVERSION}/
diff --git a/net/py-urllib3-future/distinfo b/net/py-urllib3-future/distinfo
index c88c5e16c96a..02d136e24cab 100644
--- a/net/py-urllib3-future/distinfo
+++ b/net/py-urllib3-future/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1759774699
-SHA256 (urllib3_future-2.14.904.tar.gz) = 5338b13e134dfd27f87e489cdfc3b29a6ea6b78d6c3f7a52fbef417916592189
-SIZE (urllib3_future-2.14.904.tar.gz) = 1110052
+TIMESTAMP = 1761446740
+SHA256 (urllib3_future-2.14.905.tar.gz) = 3693ad0fcaa97001dfee760ed45c44bf8234b178189ebcb6892a9f9a29b29834
+SIZE (urllib3_future-2.14.905.tar.gz) = 1109820
diff --git a/net/read_bbrlog/Makefile b/net/read_bbrlog/Makefile
index d6220e014f41..65b9e45c518e 100644
--- a/net/read_bbrlog/Makefile
+++ b/net/read_bbrlog/Makefile
@@ -1,5 +1,5 @@
PORTNAME= read_bbrlog
-PORTVERSION= 1.4
+PORTVERSION= 1.5
DISTVERSIONPREFIX= v
CATEGORIES= net
@@ -26,8 +26,8 @@ MAKE_ENV+= WITHOUT_PIE=true
.include <bsd.port.options.mk>
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1500025
-IGNORE= builds only on FreeBSD head with minimum version 1500025
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1500057
+IGNORE= builds only on FreeBSD head with minimum version 1500057
.endif
do-install:
diff --git a/net/read_bbrlog/distinfo b/net/read_bbrlog/distinfo
index 2b6c2d8ef059..6c808561139d 100644
--- a/net/read_bbrlog/distinfo
+++ b/net/read_bbrlog/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1731679865
-SHA256 (Netflix-read_bbrlog-v1.4_GH0.tar.gz) = ac74557261902ebd92481b1718b7d4954a352e5f2783c97bc204fb1d85f8e9a4
-SIZE (Netflix-read_bbrlog-v1.4_GH0.tar.gz) = 58291
+TIMESTAMP = 1761481274
+SHA256 (Netflix-read_bbrlog-v1.5_GH0.tar.gz) = 4fd2a48575c975adfe0710ec65fdef7640b411399fd874eedac6918e3c99883c
+SIZE (Netflix-read_bbrlog-v1.5_GH0.tar.gz) = 58353
diff --git a/net/redpanda-connect/Makefile b/net/redpanda-connect/Makefile
index 38a994349932..18362564f14f 100644
--- a/net/redpanda-connect/Makefile
+++ b/net/redpanda-connect/Makefile
@@ -1,7 +1,6 @@
PORTNAME= connect
DISTVERSIONPREFIX= v
-DISTVERSION= 4.67.0
-PORTREVISION= 1
+DISTVERSION= 4.68.0
CATEGORIES= net
PKGNAMEPREFIX= redpanda-
diff --git a/net/redpanda-connect/distinfo b/net/redpanda-connect/distinfo
index ce28de6a964a..753fab47a572 100644
--- a/net/redpanda-connect/distinfo
+++ b/net/redpanda-connect/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1760427193
-SHA256 (go/net_redpanda-connect/connect-v4.67.0/v4.67.0.mod) = 36184448ade64b7bed64e80f33ad2b9e5149e6fbebb864f9a9ecfd1cc56ebd0a
-SIZE (go/net_redpanda-connect/connect-v4.67.0/v4.67.0.mod) = 25259
-SHA256 (go/net_redpanda-connect/connect-v4.67.0/v4.67.0.zip) = 4594ce184833b690bef6e54480cc6e73fa09651aa155ddbd5e936d58a6ed7eb4
-SIZE (go/net_redpanda-connect/connect-v4.67.0/v4.67.0.zip) = 3006658
+TIMESTAMP = 1761439551
+SHA256 (go/net_redpanda-connect/connect-v4.68.0/v4.68.0.mod) = 241eb462e37c17abde0ffdeee4cd5c8f4200453346989824711bb1004b2dcd34
+SIZE (go/net_redpanda-connect/connect-v4.68.0/v4.68.0.mod) = 25324
+SHA256 (go/net_redpanda-connect/connect-v4.68.0/v4.68.0.zip) = 8de0f24e8fd740e0dd8224a28ea9abcbfd46cba10b56d2fc2fa825fa144b158b
+SIZE (go/net_redpanda-connect/connect-v4.68.0/v4.68.0.zip) = 3085098
diff --git a/net/redpanda-connect/files/extra-patch-public_components_all_package.go b/net/redpanda-connect/files/extra-patch-public_components_all_package.go
index 3a8bcb14165f..0bd3b054d32a 100644
--- a/net/redpanda-connect/files/extra-patch-public_components_all_package.go
+++ b/net/redpanda-connect/files/extra-patch-public_components_all_package.go
@@ -1,6 +1,6 @@
--- public/components/all/package.go.orig
+++ public/components/all/package.go
-@@ -15,18 +15,4 @@
+@@ -15,19 +15,4 @@
import (
// Import all community components.
_ "github.com/redpanda-data/connect/v4/public/components/community"
@@ -9,6 +9,7 @@
- _ "github.com/redpanda-data/connect/v4/public/components/gateway"
- _ "github.com/redpanda-data/connect/v4/public/components/gcp/enterprise"
- _ "github.com/redpanda-data/connect/v4/public/components/google"
+- _ "github.com/redpanda-data/connect/v4/public/components/jira"
- _ "github.com/redpanda-data/connect/v4/public/components/kafka/enterprise"
- _ "github.com/redpanda-data/connect/v4/public/components/mongodb/enterprise"
- _ "github.com/redpanda-data/connect/v4/public/components/mssqlserver"
diff --git a/net/rubygem-activestorage-gitlab/Makefile b/net/rubygem-activestorage-gitlab/Makefile
index aa7f53cc97cc..3bea55bb28f9 100644
--- a/net/rubygem-activestorage-gitlab/Makefile
+++ b/net/rubygem-activestorage-gitlab/Makefile
@@ -1,5 +1,6 @@
PORTNAME= activestorage
PORTVERSION= ${RAILS_VERSION}
+PORTREVISION= 1
CATEGORIES= net rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -gitlab
@@ -16,7 +17,7 @@ RUN_DEPENDS= rubygem-actionpack-gitlab>=${PORTVERSION}<${PORTVERSION}_99:www/rub
rubygem-activejob-gitlab>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activejob-gitlab \
rubygem-activerecord-gitlab>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-activerecord-gitlab \
rubygem-activesupport-gitlab>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport-gitlab \
- rubygem-marcel>=1.0<2:devel/rubygem-marcel
+ rubygem-marcel-gitlab>=1.0<2:devel/rubygem-marcel-gitlab
USES= gem
diff --git a/net/rubygem-devfile/Makefile b/net/rubygem-devfile/Makefile
index cbb12f9bf4e4..ba2b460e1f40 100644
--- a/net/rubygem-devfile/Makefile
+++ b/net/rubygem-devfile/Makefile
@@ -1,5 +1,5 @@
PORTNAME= devfile
-DISTVERSION= 0.4.4
+DISTVERSION= 0.4.8
CATEGORIES= net rubygems
MASTER_SITES= RG
diff --git a/net/rubygem-devfile/distinfo b/net/rubygem-devfile/distinfo
index 5c51b69cf566..f730fcc077a0 100644
--- a/net/rubygem-devfile/distinfo
+++ b/net/rubygem-devfile/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1746603942
-SHA256 (rubygem/devfile-0.4.4.gem) = 7ab954cfb23755bba94d188e5927fa66be979084b84c1cf464c413f8501e92b5
-SIZE (rubygem/devfile-0.4.4.gem) = 124867584
+TIMESTAMP = 1761395160
+SHA256 (rubygem/devfile-0.4.8.gem) = d2c8ef91cc88ca468ede53df3cbfe4082a945af51e192f254f7377ad962ccdda
+SIZE (rubygem/devfile-0.4.8.gem) = 99331584
diff --git a/net/rubygem-fog-aws-gitlab/Makefile b/net/rubygem-fog-aws-gitlab/Makefile
index 4f131d1f6182..6f41f5f51016 100644
--- a/net/rubygem-fog-aws-gitlab/Makefile
+++ b/net/rubygem-fog-aws-gitlab/Makefile
@@ -1,5 +1,5 @@
PORTNAME= fog-aws
-PORTVERSION= 3.28.0
+PORTVERSION= 3.33.0
CATEGORIES= net rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -gitlab
@@ -11,8 +11,8 @@ WWW= https://github.com/fog/fog-aws
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
-RUN_DEPENDS= rubygem-base6402>=0.2.0<0.3:converters/rubygem-base6402 \
- rubygem-fog-core-gitlab>=2.1<3:devel/rubygem-fog-core-gitlab \
+RUN_DEPENDS= rubygem-base6402>=0.2.0<0.4:converters/rubygem-base6402 \
+ rubygem-fog-core-gitlab>=2.6<3:devel/rubygem-fog-core-gitlab \
rubygem-fog-json-gitlab>=1.1<2:devel/rubygem-fog-json-gitlab \
rubygem-fog-xml-gitlab>=0.1<1:textproc/rubygem-fog-xml-gitlab
diff --git a/net/rubygem-fog-aws-gitlab/distinfo b/net/rubygem-fog-aws-gitlab/distinfo
index e774eb7264a3..8c4d49c69da9 100644
--- a/net/rubygem-fog-aws-gitlab/distinfo
+++ b/net/rubygem-fog-aws-gitlab/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1730286749
-SHA256 (rubygem/fog-aws-3.28.0.gem) = 7d2e7e13eb123914be9cea12f3d134285fa9fc14e0fa0daebc97386a3d9567cd
-SIZE (rubygem/fog-aws-3.28.0.gem) = 433664
+TIMESTAMP = 1761395638
+SHA256 (rubygem/fog-aws-3.33.0.gem) = ce4bcd58e1d6bde866aefb40f5ec5225687591e0fc572817d4a99b15ef0aa7a2
+SIZE (rubygem/fog-aws-3.33.0.gem) = 437248
diff --git a/net/rubygem-fog-google-gitlab/Makefile b/net/rubygem-fog-google-gitlab/Makefile
index 1b9d28707340..e9ab9776c3f6 100644
--- a/net/rubygem-fog-google-gitlab/Makefile
+++ b/net/rubygem-fog-google-gitlab/Makefile
@@ -1,6 +1,5 @@
PORTNAME= fog-google
-PORTVERSION= 1.24.1
-PORTREVISION= 1
+PORTVERSION= 1.25.0
CATEGORIES= net rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -gitlab
@@ -13,7 +12,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-addressable>=2.7.0:www/rubygem-addressable \
- rubygem-fog-core-gitlab>=0<2.5:devel/rubygem-fog-core-gitlab \
+ rubygem-fog-core-gitlab>=2.5<3:devel/rubygem-fog-core-gitlab \
rubygem-fog-json-gitlab>=1.2<2:devel/rubygem-fog-json-gitlab \
rubygem-fog-xml-gitlab>=0.1.0<0.2:textproc/rubygem-fog-xml-gitlab \
rubygem-google-apis-compute_v1-gitlab>=0.53<1:devel/rubygem-google-apis-compute_v1-gitlab \
diff --git a/net/rubygem-fog-google-gitlab/distinfo b/net/rubygem-fog-google-gitlab/distinfo
index 9c34f0e30d69..e9acc7a32529 100644
--- a/net/rubygem-fog-google-gitlab/distinfo
+++ b/net/rubygem-fog-google-gitlab/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1713001210
-SHA256 (rubygem/fog-google-1.24.1.gem) = dcd64ec5d12ed53f269afd7a88738b453e5150ef72b451900bb7abf3678358e0
-SIZE (rubygem/fog-google-1.24.1.gem) = 155648
+TIMESTAMP = 1761393077
+SHA256 (rubygem/fog-google-1.25.0.gem) = 58aea3b0abf5938ed6ca2a3b51282cfe7038403e2eeb70bdb0a1b998307ce18f
+SIZE (rubygem/fog-google-1.25.0.gem) = 155136
diff --git a/net/rubygem-fog-google-gitlab/files/patch-gemspec b/net/rubygem-fog-google-gitlab/files/patch-gemspec
deleted file mode 100644
index c58ba9710bf3..000000000000
--- a/net/rubygem-fog-google-gitlab/files/patch-gemspec
+++ /dev/null
@@ -1,11 +0,0 @@
---- fog-google.gemspec.orig 2024-10-30 07:29:28 UTC
-+++ fog-google.gemspec
-@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
-
- s.specification_version = 4
-
-- s.add_runtime_dependency(%q<fog-core>.freeze, ["< 2.5".freeze])
-+ s.add_runtime_dependency(%q<fog-core>.freeze, ["< 2.7".freeze])
- s.add_runtime_dependency(%q<fog-json>.freeze, ["~> 1.2".freeze])
- s.add_runtime_dependency(%q<fog-xml>.freeze, ["~> 0.1.0".freeze])
- s.add_runtime_dependency(%q<google-apis-storage_v1>.freeze, [">= 0.19".freeze, "< 1".freeze])
diff --git a/net/rubygem-fog-vsphere/Makefile b/net/rubygem-fog-vsphere/Makefile
index e1b8bb105630..b8d67c0a6c9c 100644
--- a/net/rubygem-fog-vsphere/Makefile
+++ b/net/rubygem-fog-vsphere/Makefile
@@ -1,5 +1,5 @@
PORTNAME= fog-vsphere
-PORTVERSION= 3.7.1
+PORTVERSION= 3.7.2
CATEGORIES= net rubygems
MASTER_SITES= RG
diff --git a/net/rubygem-fog-vsphere/distinfo b/net/rubygem-fog-vsphere/distinfo
index fffce494b945..0e99236c5161 100644
--- a/net/rubygem-fog-vsphere/distinfo
+++ b/net/rubygem-fog-vsphere/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1747547480
-SHA256 (rubygem/fog-vsphere-3.7.1.gem) = e5cee970b33c92e2edc50e8954ad55c91e65293a058c4724a3a5a4190646ef43
-SIZE (rubygem/fog-vsphere-3.7.1.gem) = 317440
+TIMESTAMP = 1761447692
+SHA256 (rubygem/fog-vsphere-3.7.2.gem) = 2e65b6f748c1454a650e2a452a0326b9ea8ffab078d5777e7e17e0a96e13b10e
+SIZE (rubygem/fog-vsphere-3.7.2.gem) = 320000
diff --git a/net/rubygem-gitaly/Makefile b/net/rubygem-gitaly/Makefile
index 59689d7a5c42..9c54667a78fc 100644
--- a/net/rubygem-gitaly/Makefile
+++ b/net/rubygem-gitaly/Makefile
@@ -1,5 +1,5 @@
PORTNAME= gitaly
-PORTVERSION= 18.2.4
+PORTVERSION= 18.4.3
CATEGORIES= net rubygems
MASTER_SITES= RG
diff --git a/net/rubygem-gitaly/distinfo b/net/rubygem-gitaly/distinfo
index b6ab46268620..c23ecace7aca 100644
--- a/net/rubygem-gitaly/distinfo
+++ b/net/rubygem-gitaly/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1755676933
-SHA256 (rubygem/gitaly-18.2.4.gem) = 1102eaf07db0aa34e602732816ca1bacc692b1141bd7bf5b03a90afed4c29501
-SIZE (rubygem/gitaly-18.2.4.gem) = 53248
+TIMESTAMP = 1761394826
+SHA256 (rubygem/gitaly-18.4.3.gem) = 55b44ecb5f78374bede6803f5965ca5ca93bbc7c8fca6ab3a4e9e48906a07c4c
+SIZE (rubygem/gitaly-18.4.3.gem) = 53248
diff --git a/net/rubygem-gitlab-kas-grpc/distinfo b/net/rubygem-gitlab-kas-grpc/distinfo
index 1f1c80a1bf50..92fff2946ed1 100644
--- a/net/rubygem-gitlab-kas-grpc/distinfo
+++ b/net/rubygem-gitlab-kas-grpc/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1761126631
-SHA256 (rubygem/gitlab-kas-grpc-18.3.5.gem) = 0bff5fc48f431f463c017133492908dece35ba9a911a283147fc83741ec2be89
-SIZE (rubygem/gitlab-kas-grpc-18.3.5.gem) = 10752
+TIMESTAMP = 1761293572
+SHA256 (rubygem/gitlab-kas-grpc-18.4.3.gem) = c40381ee46c49aad6b9c52dd31179b1d03e65976d7b43e00fb6f2d13ff2a4d4e
+SIZE (rubygem/gitlab-kas-grpc-18.4.3.gem) = 11264
diff --git a/net/rubygem-gitlab_omniauth-ldap-gitlab/Makefile b/net/rubygem-gitlab_omniauth-ldap-gitlab/Makefile
index 01bc3496a74b..56ba4987d1a2 100644
--- a/net/rubygem-gitlab_omniauth-ldap-gitlab/Makefile
+++ b/net/rubygem-gitlab_omniauth-ldap-gitlab/Makefile
@@ -1,6 +1,5 @@
PORTNAME= gitlab_omniauth-ldap
-PORTVERSION= 2.2.0
-PORTREVISION= 0
+PORTVERSION= 2.3.0
CATEGORIES= net rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -gitlab
diff --git a/net/rubygem-gitlab_omniauth-ldap-gitlab/distinfo b/net/rubygem-gitlab_omniauth-ldap-gitlab/distinfo
index c58ac6a6327a..de8cdeb8c93c 100644
--- a/net/rubygem-gitlab_omniauth-ldap-gitlab/distinfo
+++ b/net/rubygem-gitlab_omniauth-ldap-gitlab/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1658815502
-SHA256 (rubygem/gitlab_omniauth-ldap-2.2.0.gem) = bb4d20acb3b123ed654a8f6a47d3fac673ece7ed0b6992edb92dca14bad2838c
-SIZE (rubygem/gitlab_omniauth-ldap-2.2.0.gem) = 15360
+TIMESTAMP = 1761392605
+SHA256 (rubygem/gitlab_omniauth-ldap-2.3.0.gem) = 167036fe37c2711f2e1d2047260766e4c9b31ac37dfc873b101bcd4ea2a3a3b4
+SIZE (rubygem/gitlab_omniauth-ldap-2.3.0.gem) = 15360
diff --git a/net/rubygem-google-cloud-pubsub-v1/Makefile b/net/rubygem-google-cloud-pubsub-v1/Makefile
index d685c7409222..b9d6eecf5be7 100644
--- a/net/rubygem-google-cloud-pubsub-v1/Makefile
+++ b/net/rubygem-google-cloud-pubsub-v1/Makefile
@@ -1,5 +1,5 @@
PORTNAME= google-cloud-pubsub-v1
-PORTVERSION= 1.13.0
+PORTVERSION= 1.14.0
CATEGORIES= net rubygems
MASTER_SITES= RG
diff --git a/net/rubygem-google-cloud-pubsub-v1/distinfo b/net/rubygem-google-cloud-pubsub-v1/distinfo
index 39aaa56e1d1d..f38914ba73e5 100644
--- a/net/rubygem-google-cloud-pubsub-v1/distinfo
+++ b/net/rubygem-google-cloud-pubsub-v1/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1759774909
-SHA256 (rubygem/google-cloud-pubsub-v1-1.13.0.gem) = 933c877fd5f7144f7a9744bd448c9b2192e63449c3239d0dbba6cdbfc72690c8
-SIZE (rubygem/google-cloud-pubsub-v1-1.13.0.gem) = 96256
+TIMESTAMP = 1761447694
+SHA256 (rubygem/google-cloud-pubsub-v1-1.14.0.gem) = 08dbdf804c1e47bb9b90ab37a8d286e6d0195f1ee0e0f206d2e7c89dcec36940
+SIZE (rubygem/google-cloud-pubsub-v1-1.14.0.gem) = 97280
diff --git a/net/rubygem-google-cloud-spanner/Makefile b/net/rubygem-google-cloud-spanner/Makefile
index 42c8d7ce80ad..d1671b0b066a 100644
--- a/net/rubygem-google-cloud-spanner/Makefile
+++ b/net/rubygem-google-cloud-spanner/Makefile
@@ -1,5 +1,5 @@
PORTNAME= google-cloud-spanner
-PORTVERSION= 2.27.0
+PORTVERSION= 2.28.0
CATEGORIES= net rubygems
MASTER_SITES= RG
diff --git a/net/rubygem-google-cloud-spanner/distinfo b/net/rubygem-google-cloud-spanner/distinfo
index 0b4cb78d93e4..57346901aefa 100644
--- a/net/rubygem-google-cloud-spanner/distinfo
+++ b/net/rubygem-google-cloud-spanner/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1748831314
-SHA256 (rubygem/google-cloud-spanner-2.27.0.gem) = 4936431650f78ed9636a202464c37f50aec8a64e786a9008ce5647869cd31641
-SIZE (rubygem/google-cloud-spanner-2.27.0.gem) = 126464
+TIMESTAMP = 1761447696
+SHA256 (rubygem/google-cloud-spanner-2.28.0.gem) = e140bec9d9b71adf6840fd64396298e8015206b8c5f228e7e73cde2088c7ef9a
+SIZE (rubygem/google-cloud-spanner-2.28.0.gem) = 132096
diff --git a/net/rubygem-google-cloud-storage-gitlab/Makefile b/net/rubygem-google-cloud-storage-gitlab/Makefile
index d61ccbaa6db1..763590d4ee04 100644
--- a/net/rubygem-google-cloud-storage-gitlab/Makefile
+++ b/net/rubygem-google-cloud-storage-gitlab/Makefile
@@ -1,5 +1,5 @@
PORTNAME= google-cloud-storage
-PORTVERSION= 1.45.0
+PORTVERSION= 1.57.0
CATEGORIES= net rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -gitlab
@@ -16,10 +16,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-addressable>=2.8<3:www/rubygem-addressable \
rubygem-digest-crc>=0.4<1:security/rubygem-digest-crc \
- rubygem-google-apis-iamcredentials_v1-gitlab>=0.1<1:devel/rubygem-google-apis-iamcredentials_v1-gitlab \
- rubygem-google-apis-storage_v1-gitlab>=0.29.0<1:devel/rubygem-google-apis-storage_v1-gitlab \
+ rubygem-google-apis-iamcredentials_v1-gitlab>=0.18<1:devel/rubygem-google-apis-iamcredentials_v1-gitlab \
+ rubygem-google-apis-storage_v1-gitlab>=0.42.0<1:devel/rubygem-google-apis-storage_v1-gitlab \
+ rubygem-googleauth-gitlab>=1.9<2.0:security/rubygem-googleauth-gitlab \
rubygem-google-cloud-core-gitlab>=1.6<2:net/rubygem-google-cloud-core-gitlab \
- rubygem-googleauth-gitlab>=0.16.2<2.0:security/rubygem-googleauth-gitlab \
rubygem-mini_mime>=1.0<2:mail/rubygem-mini_mime
USES= gem
diff --git a/net/rubygem-google-cloud-storage-gitlab/distinfo b/net/rubygem-google-cloud-storage-gitlab/distinfo
index 1ad26222ba39..275e7193759e 100644
--- a/net/rubygem-google-cloud-storage-gitlab/distinfo
+++ b/net/rubygem-google-cloud-storage-gitlab/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1699774886
-SHA256 (rubygem/google-cloud-storage-1.45.0.gem) = f280abda4e608f9e91433f9dd907be4a45cdbf251ffeb275d713548e515c6300
-SIZE (rubygem/google-cloud-storage-1.45.0.gem) = 103424
+TIMESTAMP = 1761393273
+SHA256 (rubygem/google-cloud-storage-1.57.0.gem) = 2b769315bfd333cd18f5d0c8746cdb7049f6c0f19efc9477d3822b17d1379b2b
+SIZE (rubygem/google-cloud-storage-1.57.0.gem) = 108544
diff --git a/net/rubygem-google-cloud-storage-gitlab/files/patch-gemspec b/net/rubygem-google-cloud-storage-gitlab/files/patch-gemspec
deleted file mode 100644
index fd9cae572ef5..000000000000
--- a/net/rubygem-google-cloud-storage-gitlab/files/patch-gemspec
+++ /dev/null
@@ -1,11 +0,0 @@
---- google-cloud-storage.gemspec.orig 2024-02-21 06:36:40 UTC
-+++ google-cloud-storage.gemspec
-@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
-
- s.add_runtime_dependency(%q<google-cloud-core>.freeze, ["~> 1.6".freeze])
- s.add_runtime_dependency(%q<google-apis-iamcredentials_v1>.freeze, ["~> 0.1".freeze])
-- s.add_runtime_dependency(%q<google-apis-storage_v1>.freeze, ["~> 0.29.0".freeze])
-+ s.add_runtime_dependency(%q<google-apis-storage_v1>.freeze, ["~> 0.29".freeze])
- s.add_runtime_dependency(%q<googleauth>.freeze, [">= 0.16.2".freeze, "< 2.a".freeze])
- s.add_runtime_dependency(%q<digest-crc>.freeze, ["~> 0.4".freeze])
- s.add_runtime_dependency(%q<addressable>.freeze, ["~> 2.8".freeze])
diff --git a/net/rubygem-opennebula/Makefile b/net/rubygem-opennebula/Makefile
index 893d9e5bd016..612663de8f61 100644
--- a/net/rubygem-opennebula/Makefile
+++ b/net/rubygem-opennebula/Makefile
@@ -1,5 +1,5 @@
PORTNAME= opennebula
-PORTVERSION= 7.0.0
+PORTVERSION= 7.0.1
CATEGORIES= net rubygems
MASTER_SITES= RG
diff --git a/net/rubygem-opennebula/distinfo b/net/rubygem-opennebula/distinfo
index a2d0d2f91b32..95cbc7ba7f83 100644
--- a/net/rubygem-opennebula/distinfo
+++ b/net/rubygem-opennebula/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1752266250
-SHA256 (rubygem/opennebula-7.0.0.gem) = f5cfc7277bea36c1b7f297f52aa812046471e97db4287f7b723b84e8aa97fe2c
-SIZE (rubygem/opennebula-7.0.0.gem) = 114688
+TIMESTAMP = 1761447698
+SHA256 (rubygem/opennebula-7.0.1.gem) = 9472f04e64e0e31fefdef8637decdcd3a12b1ae58cb97827718b61c4e8f39a2c
+SIZE (rubygem/opennebula-7.0.1.gem) = 117248
diff --git a/net/rubygem-ovirt-engine-sdk/Makefile b/net/rubygem-ovirt-engine-sdk/Makefile
index 49db5a3b2627..dfae2ef17606 100644
--- a/net/rubygem-ovirt-engine-sdk/Makefile
+++ b/net/rubygem-ovirt-engine-sdk/Makefile
@@ -1,6 +1,5 @@
PORTNAME= ovirt-engine-sdk
-PORTVERSION= 4.6.0
-PORTREVISION= 1
+PORTVERSION= 4.6.1
CATEGORIES= net rubygems
MASTER_SITES= RG
diff --git a/net/rubygem-ovirt-engine-sdk/distinfo b/net/rubygem-ovirt-engine-sdk/distinfo
index 7fb280fcc103..837952a696fc 100644
--- a/net/rubygem-ovirt-engine-sdk/distinfo
+++ b/net/rubygem-ovirt-engine-sdk/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1713033364
-SHA256 (rubygem/ovirt-engine-sdk-4.6.0.gem) = 4ab79266194bdb4b2a1bf0ed22113de483bf33e5272e5f97b33c229cfa66aaee
-SIZE (rubygem/ovirt-engine-sdk-4.6.0.gem) = 353280
+TIMESTAMP = 1761447700
+SHA256 (rubygem/ovirt-engine-sdk-4.6.1.gem) = 6eb7a849fe4393d76e7c70aa8ea988e1490c89a62c6f59f0ed3ebf7ff0ab6891
+SIZE (rubygem/ovirt-engine-sdk-4.6.1.gem) = 354816
diff --git a/net/rubygem-ovirt-engine-sdk/files/patch-clang16 b/net/rubygem-ovirt-engine-sdk/files/patch-clang16
deleted file mode 100644
index d3eb39b8a84a..000000000000
--- a/net/rubygem-ovirt-engine-sdk/files/patch-clang16
+++ /dev/null
@@ -1,11 +0,0 @@
---- ext/ovirtsdk4c/ov_http_client.c.orig 2023-06-24 11:23:37 UTC
-+++ ext/ovirtsdk4c/ov_http_client.c
-@@ -998,7 +998,7 @@ static void ov_http_client_prepare_handle(ov_http_clie
-
- /* Set the headers: */
- if (!NIL_P(request_ptr->headers)) {
-- rb_hash_foreach(request_ptr->headers, ov_http_client_add_header, (VALUE) headers);
-+ rb_hash_foreach(request_ptr->headers, (int (*)(VALUE, VALUE, VALUE)) ov_http_client_add_header, (VALUE) headers);
- }
- curl_easy_setopt(handle, CURLOPT_HTTPHEADER, *headers);
-
diff --git a/net/tinyfugue-devel/Makefile b/net/tinyfugue-devel/Makefile
index 2b1c4f4c2b0b..ce3f03372dd4 100644
--- a/net/tinyfugue-devel/Makefile
+++ b/net/tinyfugue-devel/Makefile
@@ -1,6 +1,6 @@
PORTNAME= tinyfugue
-PORTVERSION= 5.1.6
-PORTREVISION= 1
+PORTVERSION= 5.2.1
+PORTREVISION= 0
CATEGORIES= net games
PKGNAMESUFFIX= -devel${PKGNAMESUFFIX2}
@@ -11,8 +11,7 @@ WWW= https://github.com/ingwarsw/tinyfugue
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libpcre.so:devel/pcre
-#LIB_DEPENDS= libpcre2-8.so:devel/pcre2
+LIB_DEPENDS= libpcre2-8.so:devel/pcre2
USE_GITHUB= yes
GH_ACCOUNT= ingwarsw
diff --git a/net/tinyfugue-devel/distinfo b/net/tinyfugue-devel/distinfo
index 24f6dde48154..11dd6ff52082 100644
--- a/net/tinyfugue-devel/distinfo
+++ b/net/tinyfugue-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1717607601
-SHA256 (ingwarsw-tinyfugue-5.1.6_GH0.tar.gz) = 891aae175499ae53a94b7287e333157c8dd556c23e56bba8dbe578649ab94f66
-SIZE (ingwarsw-tinyfugue-5.1.6_GH0.tar.gz) = 727347
+TIMESTAMP = 1761461179
+SHA256 (ingwarsw-tinyfugue-5.2.1_GH0.tar.gz) = 928236247defe059ff5e3353fac59e546d98e8234751ea7299fe7f652ffce1cb
+SIZE (ingwarsw-tinyfugue-5.2.1_GH0.tar.gz) = 734990
diff --git a/net/zapret/Makefile b/net/zapret/Makefile
index 1fccb2d123c9..1e3b58a3d4cf 100644
--- a/net/zapret/Makefile
+++ b/net/zapret/Makefile
@@ -1,6 +1,6 @@
PORTNAME= zapret
DISTVERSIONPREFIX= v
-DISTVERSION= 72.1
+DISTVERSION= 72.2
CATEGORIES= net
MAINTAINER= yuri@FreeBSD.org
diff --git a/net/zapret/distinfo b/net/zapret/distinfo
index d84490dc5aed..a590674dba23 100644
--- a/net/zapret/distinfo
+++ b/net/zapret/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1760523025
-SHA256 (bol-van-zapret-v72.1_GH0.tar.gz) = 4e5c9fa6bfaf033aae361faf90429e64a6d30b37d4652e73e8d2572a1fd052d7
-SIZE (bol-van-zapret-v72.1_GH0.tar.gz) = 551772
+TIMESTAMP = 1760866402
+SHA256 (bol-van-zapret-v72.2_GH0.tar.gz) = 646aa2fe899a52fad9234fa4feda4efd45688cec284c591899d9c81ab0cd05d4
+SIZE (bol-van-zapret-v72.2_GH0.tar.gz) = 553713
diff --git a/net/zerotier/Makefile b/net/zerotier/Makefile
index 08532288bcc1..d4afe406511a 100644
--- a/net/zerotier/Makefile
+++ b/net/zerotier/Makefile
@@ -1,5 +1,5 @@
PORTNAME= zerotier
-DISTVERSION= 1.14.2
+DISTVERSION= 1.16.0
CATEGORIES= net
PATCH_SITES+= https://github.com/zerotier/zerotierone/commit/
diff --git a/net/zerotier/distinfo b/net/zerotier/distinfo
index 8049b60c8a1a..096aca4e92d0 100644
--- a/net/zerotier/distinfo
+++ b/net/zerotier/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1732874446
-SHA256 (zerotier-ZeroTierOne-1.14.2_GH0.tar.gz) = c2f64339fccf5148a7af089b896678d655fbfccac52ddce7714314a59d7bddbb
-SIZE (zerotier-ZeroTierOne-1.14.2_GH0.tar.gz) = 12466274
+TIMESTAMP = 1761431590
+SHA256 (zerotier-ZeroTierOne-1.16.0_GH0.tar.gz) = aa9de313d365bf0efb3871aaa56f2d323a08f46df47b627c4eff4f4203fa7fc5
+SIZE (zerotier-ZeroTierOne-1.16.0_GH0.tar.gz) = 12023748