diff options
Diffstat (limited to '')
93 files changed, 332 insertions, 366 deletions
diff --git a/net-im/tde2e/Makefile b/net-im/tde2e/Makefile index 6df6286d056f..bade6ba97b9e 100644 --- a/net-im/tde2e/Makefile +++ b/net-im/tde2e/Makefile @@ -1,6 +1,6 @@ PORTNAME= tde2e DISTVERSIONPREFIX= v -DISTVERSION= 1.8.52 +DISTVERSION= 1.8.53 CATEGORIES= net-im devel MAINTAINER= osa@FreeBSD.org @@ -16,7 +16,7 @@ CONFLICTS_INSTALL= tdlib USE_GITHUB= yes GH_ACCOUNT= tdlib GH_PROJECT= td -GH_TAGNAME= 4269f54 # 1.8.52 +GH_TAGNAME= bdec6af # 1.8.53 CMAKE_ON= TD_INSTALL_STATIC_LIBRARIES TD_E2E_ONLY CMAKE_OFF= BUILD_TESTING FREEBSD_BUILD_BENCHMARKS diff --git a/net-im/tde2e/distinfo b/net-im/tde2e/distinfo index 930e0efb9ac1..90b9d4361b00 100644 --- a/net-im/tde2e/distinfo +++ b/net-im/tde2e/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754554207 -SHA256 (tdlib-td-v1.8.52-4269f54_GH0.tar.gz) = 45f0b405fe0795460f98b2836405ac35722be977a64e0fd1cdac4f5a36ed8a0f -SIZE (tdlib-td-v1.8.52-4269f54_GH0.tar.gz) = 5529112 +TIMESTAMP = 1757286604 +SHA256 (tdlib-td-v1.8.53-bdec6af_GH0.tar.gz) = 255d2a2c8e7ce099dd75226b6279893a3c7d4e9997e24d0ea9c99e4c66f953fb +SIZE (tdlib-td-v1.8.53-bdec6af_GH0.tar.gz) = 5552031 diff --git a/net-im/telegram-desktop/Makefile b/net-im/telegram-desktop/Makefile index 424c1c568688..cbd830816773 100644 --- a/net-im/telegram-desktop/Makefile +++ b/net-im/telegram-desktop/Makefile @@ -1,5 +1,5 @@ PORTNAME= telegram-desktop -DISTVERSION= 6.1.2 +DISTVERSION= 6.1.3 CATEGORIES= net-im MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${DISTVERSION}/ DISTNAME= tdesktop-${DISTVERSION}-full diff --git a/net-im/telegram-desktop/distinfo b/net-im/telegram-desktop/distinfo index 2b48eb066d94..176f9eef6a4b 100644 --- a/net-im/telegram-desktop/distinfo +++ b/net-im/telegram-desktop/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757077918 -SHA256 (tdesktop-6.1.2-full.tar.gz) = efb92b09d7531ca7e29f27adef472e5207fe2b66e18499fa74d1b693211cfcce -SIZE (tdesktop-6.1.2-full.tar.gz) = 75265146 +TIMESTAMP = 1757286512 +SHA256 (tdesktop-6.1.3-full.tar.gz) = 1c6a531abf106d5f4b6d9179fc802f93cb8ab62630cc07e73d64688780125869 +SIZE (tdesktop-6.1.3-full.tar.gz) = 75264355 diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 5aebf555281d..9d61e301c1c0 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -191,7 +191,6 @@ SUBDIR += netbox SUBDIR += netbox-agent SUBDIR += netdata - SUBDIR += netdata-go SUBDIR += netdisco-mibs SUBDIR += netleak SUBDIR += netmagis-common diff --git a/net-mgmt/ipv6calc/Makefile b/net-mgmt/ipv6calc/Makefile index 670fcecbd8a6..f93b449aac1e 100644 --- a/net-mgmt/ipv6calc/Makefile +++ b/net-mgmt/ipv6calc/Makefile @@ -1,5 +1,5 @@ PORTNAME= ipv6calc -PORTVERSION= 4.3.2 +PORTVERSION= 4.3.3 CATEGORIES= net-mgmt MAINTAINER= sunpoet@FreeBSD.org diff --git a/net-mgmt/ipv6calc/distinfo b/net-mgmt/ipv6calc/distinfo index 37d0325035ea..fc7107216e1d 100644 --- a/net-mgmt/ipv6calc/distinfo +++ b/net-mgmt/ipv6calc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750188010 -SHA256 (pbiering-ipv6calc-4.3.2_GH0.tar.gz) = 4335c4edf7d51dbd0cafdd42ecda5598101f7a8ab257a74be2d9ec81f5bf895b -SIZE (pbiering-ipv6calc-4.3.2_GH0.tar.gz) = 1971792 +TIMESTAMP = 1757120528 +SHA256 (pbiering-ipv6calc-4.3.3_GH0.tar.gz) = 9e2a9aa3d7cd86f74793d5ebf383f2fa933cbc8f26c3917394f6b995ae92612d +SIZE (pbiering-ipv6calc-4.3.3_GH0.tar.gz) = 1985400 diff --git a/net-mgmt/netdata-go/Makefile b/net-mgmt/netdata-go/Makefile deleted file mode 100644 index 9659e77ba3a2..000000000000 --- a/net-mgmt/netdata-go/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -PORTNAME= netdata-go -DISTVERSIONPREFIX= v -DISTVERSION= 0.58.1 -PORTREVISION= 9 -CATEGORIES= net-mgmt - -MAINTAINER= driesm@FreeBSD.org -COMMENT= External netdata collection plugin written in Go -WWW= https://github.com/netdata/go.d.plugin - -LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/LICENSE - -USES= go:1.21,modules - -GO_MODULE= github.com/netdata/go.d.plugin -GO_TARGET= ./cmd/godplugin:${PREFIX}/libexec/netdata/plugins.d/god.plugin - -post-patch: - ${REINPLACE_CMD} -e 's|/etc/netdata|${PREFIX}/etc/netdata|g' ${WRKSRC}/cmd/godplugin/main.go - -post-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/netdata/conf.d - ${INSTALL_DATA} ${WRKSRC}/config/go.d.conf ${STAGEDIR}${PREFIX}/lib/netdata/conf.d/go.d.conf.sample - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/netdata/conf.d/go.d - cd ${WRKSRC}/config/go.d && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/netdata/conf.d/go.d - (for file in ${STAGEDIR}${PREFIX}/lib/netdata/conf.d/go.d/*.conf; do \ - ${MV} $$file $$file".sample"; \ - done) - -.include <bsd.port.mk> diff --git a/net-mgmt/netdata-go/distinfo b/net-mgmt/netdata-go/distinfo deleted file mode 100644 index fc7c03f0f7aa..000000000000 --- a/net-mgmt/netdata-go/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -TIMESTAMP = 1707576521 -SHA256 (go/net-mgmt_netdata-go/netdata-go-v0.58.1/v0.58.1.mod) = 5df32121f1d8ce0c1e8b839907bff44dc191f68e09a4963935f4f016b8c90753 -SIZE (go/net-mgmt_netdata-go/netdata-go-v0.58.1/v0.58.1.mod) = 6391 -SHA256 (go/net-mgmt_netdata-go/netdata-go-v0.58.1/v0.58.1.zip) = a3f3101d13cc5bd7b8ac082c6677898c5cc3290aab3ad3901cf89506f8a4d669 -SIZE (go/net-mgmt_netdata-go/netdata-go-v0.58.1/v0.58.1.zip) = 3095912 diff --git a/net-mgmt/netdata-go/pkg-descr b/net-mgmt/netdata-go/pkg-descr deleted file mode 100644 index b57326bb6036..000000000000 --- a/net-mgmt/netdata-go/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -go.d.plugin is a netdata external plugin. -It is an orchestrator for data collection modules written in go. -It runs as an independent process ps fax shows it. -It is started and stopped automatically by netdata. diff --git a/net-mgmt/netdata-go/pkg-plist b/net-mgmt/netdata-go/pkg-plist deleted file mode 100644 index c5a8e5e5ae80..000000000000 --- a/net-mgmt/netdata-go/pkg-plist +++ /dev/null @@ -1,82 +0,0 @@ -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/activemq.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/apache.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/bind.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/cassandra.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/chrony.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/cockroachdb.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/consul.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/coredns.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/couchbase.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/couchdb.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/dns_query.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/dnsdist.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/dnsmasq.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/dnsmasq_dhcp.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/docker.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/docker_engine.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/dockerhub.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/elasticsearch.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/energid.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/envoy.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/example.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/filecheck.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/fluentd.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/freeradius.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/geth.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/haproxy.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/hdfs.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/httpcheck.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/isc_dhcpd.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/k8s_kubelet.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/k8s_kubeproxy.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/k8s_state.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/lighttpd.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/logind.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/logstash.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/mongodb.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/mysql.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/nginx.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/nginxplus.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/nginxvts.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/ntpd.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/nvidia_smi.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/nvme.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/openvpn.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/openvpn_status_log.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/pgbouncer.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/phpdaemon.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/phpfpm.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/pihole.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/pika.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/ping.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/portcheck.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/postgres.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/powerdns.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/powerdns_recursor.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/prometheus.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/proxysql.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/pulsar.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/rabbitmq.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/redis.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/scaleio.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/snmp.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/solr.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/springboot2.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/squidlog.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/supervisord.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/systemdunits.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/tengine.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/traefik.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/unbound.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/upsd.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/vcsa.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/vernemq.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/vsphere.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/web_log.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/whoisquery.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/windows.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/wireguard.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/x509check.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/zookeeper.conf.sample -libexec/netdata/plugins.d/god.plugin 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/radarr/Makefile b/net-p2p/radarr/Makefile index 6b1aac583903..a008f5fa7a05 100644 --- a/net-p2p/radarr/Makefile +++ b/net-p2p/radarr/Makefile @@ -1,5 +1,5 @@ PORTNAME= radarr -DISTVERSION= 5.26.2.10099 +DISTVERSION= 5.27.5.10198 CATEGORIES= net-p2p MASTER_SITES= https://github.com/Radarr/Radarr/releases/download/v${DISTVERSION}/ DISTNAME= Radarr.master.${DISTVERSION}.freebsd-core-x64 diff --git a/net-p2p/radarr/distinfo b/net-p2p/radarr/distinfo index 0d5a0bf64a5b..35aa34ac01ef 100644 --- a/net-p2p/radarr/distinfo +++ b/net-p2p/radarr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751967121 -SHA256 (Radarr.master.5.26.2.10099.freebsd-core-x64.tar.gz) = 8476cc66d06c0b836c5cfea6f2967ebd1d554fb547bac02b69a3aec6768bd6fe -SIZE (Radarr.master.5.26.2.10099.freebsd-core-x64.tar.gz) = 64065414 +TIMESTAMP = 1757064594 +SHA256 (Radarr.master.5.27.5.10198.freebsd-core-x64.tar.gz) = 1d5d3ef297d7fa446d88dfc817f8434a65d7c533e931ab29bb624aaafdc3f500 +SIZE (Radarr.master.5.27.5.10198.freebsd-core-x64.tar.gz) = 64081158 diff --git a/net-p2p/radarr/pkg-plist b/net-p2p/radarr/pkg-plist index 5b188530692d..42a50dd98c94 100644 --- a/net-p2p/radarr/pkg-plist +++ b/net-p2p/radarr/pkg-plist @@ -453,10 +453,10 @@ %%DATADIR%%/bin/UI/640-f9f81c4832fff26ecd9c.js.map %%DATADIR%%/bin/UI/7-a1b843a798e447f93f4f.js %%DATADIR%%/bin/UI/7-a1b843a798e447f93f4f.js.map -%%DATADIR%%/bin/UI/74-41bafaea952185ac066d.js -%%DATADIR%%/bin/UI/74-41bafaea952185ac066d.js.map -%%DATADIR%%/bin/UI/Content/74-9b2465b3281b3b67efd2.css -%%DATADIR%%/bin/UI/Content/74-9b2465b3281b3b67efd2.css.map +%%DATADIR%%/bin/UI/74-b77f22dce150cc00fb86.js +%%DATADIR%%/bin/UI/74-b77f22dce150cc00fb86.js.map +%%DATADIR%%/bin/UI/Content/74-0b1eafbdb0af62d4fc26.css +%%DATADIR%%/bin/UI/Content/74-0b1eafbdb0af62d4fc26.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 @@ -498,8 +498,8 @@ %%DATADIR%%/bin/UI/Content/robots.txt %%DATADIR%%/bin/UI/Content/styles.css %%DATADIR%%/bin/UI/Content/styles.css.map -%%DATADIR%%/bin/UI/index-1726e9622bdfaf0ebb89.js -%%DATADIR%%/bin/UI/index-1726e9622bdfaf0ebb89.js.map +%%DATADIR%%/bin/UI/index-186436526578c215a7ae.js +%%DATADIR%%/bin/UI/index-186436526578c215a7ae.js.map %%DATADIR%%/bin/UI/index.html %%DATADIR%%/bin/UI/login.html %%DATADIR%%/bin/UI/oauth.html diff --git a/net/Makefile b/net/Makefile index 9d9795a651ce..54ac15598827 100644 --- a/net/Makefile +++ b/net/Makefile @@ -514,6 +514,7 @@ SUBDIR += nats-nsc SUBDIR += nats-server SUBDIR += nats-streaming-server + SUBDIR += nats-surveyor SUBDIR += nats-top SUBDIR += natscli SUBDIR += nbd-server diff --git a/net/bird2/Makefile b/net/bird2/Makefile index cd79c33d782c..308eb8a9324b 100644 --- a/net/bird2/Makefile +++ b/net/bird2/Makefile @@ -1,12 +1,12 @@ PORTNAME= bird -DISTVERSION= 2.17.1 +DISTVERSION= 2.17.2 CATEGORIES= net -MASTER_SITES= https://bird.network.cz/download/ +MASTER_SITES= https://bird.nic.cz/download/ PKGNAMESUFFIX= 2 MAINTAINER= olivier@FreeBSD.org COMMENT= Dynamic IP routing daemon -WWW= https://bird.network.cz/ +WWW= https://bird.nic.cz/ LICENSE= GPLv2 diff --git a/net/bird2/distinfo b/net/bird2/distinfo index 9c8173f95b91..f98db37247e3 100644 --- a/net/bird2/distinfo +++ b/net/bird2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746480313 -SHA256 (bird-2.17.1.tar.gz) = bfd718dfa596819b3801688783212514b467163329aec9bbcd0fa3dee03e10e9 -SIZE (bird-2.17.1.tar.gz) = 1471008 +TIMESTAMP = 1757289112 +SHA256 (bird-2.17.2.tar.gz) = 440dd2d3aca64323b46fd45532e573accaf8bdde639ee4bfcd68ea9b13328cdd +SIZE (bird-2.17.2.tar.gz) = 1499113 diff --git a/net/bird2/files/bird.in b/net/bird2/files/bird.in index de800bd69b81..91932c656db9 100644 --- a/net/bird2/files/bird.in +++ b/net/bird2/files/bird.in @@ -1,7 +1,7 @@ #!/bin/sh # PROVIDE: bird dynamicrouting -# REQUIRE: LOGIN +# REQUIRE: DAEMONS # KEYWORD: shutdown # # Add the following lines to /etc/rc.conf.local or /etc/rc.conf @@ -27,4 +27,8 @@ load_rc_config $name command=%%PREFIX%%/sbin/${name} command_args="-c $bird_config -g $bird_group" +extra_commands="gracefulrestart" # It is not a restart but a stop + +gracefulrestart_cmd="%%PREFIX%%/sbin/${name}c graceful restart" + run_rc_command "$1" diff --git a/net/bird3/Makefile b/net/bird3/Makefile index 6e6e2272b75c..4ac5d93bd9e2 100644 --- a/net/bird3/Makefile +++ b/net/bird3/Makefile @@ -1,12 +1,13 @@ PORTNAME= bird DISTVERSION= 3.1.3 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://bird.nic.cz/download/ PKGNAMESUFFIX= 3 MAINTAINER= olivier@FreeBSD.org COMMENT= Dynamic multithreaded IP routing daemon -WWW= https://bird.network.cz/ +WWW= https://bird.nic.cz/ LICENSE= GPLv2 diff --git a/net/bird3/files/bird.in b/net/bird3/files/bird.in index de800bd69b81..91932c656db9 100644 --- a/net/bird3/files/bird.in +++ b/net/bird3/files/bird.in @@ -1,7 +1,7 @@ #!/bin/sh # PROVIDE: bird dynamicrouting -# REQUIRE: LOGIN +# REQUIRE: DAEMONS # KEYWORD: shutdown # # Add the following lines to /etc/rc.conf.local or /etc/rc.conf @@ -27,4 +27,8 @@ load_rc_config $name command=%%PREFIX%%/sbin/${name} command_args="-c $bird_config -g $bird_group" +extra_commands="gracefulrestart" # It is not a restart but a stop + +gracefulrestart_cmd="%%PREFIX%%/sbin/${name}c graceful restart" + run_rc_command "$1" diff --git a/net/chrony/Makefile b/net/chrony/Makefile index 68f89fcf6eae..7b2e1654d237 100644 --- a/net/chrony/Makefile +++ b/net/chrony/Makefile @@ -90,17 +90,6 @@ post-patch: ${REINPLACE_CMD} -e 's!%%PREFIX%%!${PREFIX}!g' \ -e 's!/var/lib!/var/db!g' \ ${PORTEXAMPLES:M*.conf.example*} -.if "4.8" == ${PORTVERSION} && empty(WITH_DEBUG) - # SCK_AcceptConnection sets the socket to non-blocking, - # and socket.test (built from socket.c and wildcarded) - # fails with EAGAIN; to see for yourself, build - # with WITH_DEBUG=yes set, so that you get --enable-debug - # for configure, and run test/unit/socket.test -d - # You can avoid that by running under truss, at least - # on FreeBSD 14.3 amd64. The same does not happen - # on Fedora Linux 42 x86_64 on the very same computer. - ${MV} ${WRKSRC}/test/unit/socket.c ${WRKSRC}/test/unit/socket.c.disabled -.endif post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/chronyc diff --git a/net/chrony/files/patch-test_unit_socket.c b/net/chrony/files/patch-test_unit_socket.c new file mode 100644 index 000000000000..fd9e71d17078 --- /dev/null +++ b/net/chrony/files/patch-test_unit_socket.c @@ -0,0 +1,30 @@ +commit 120bf44989391164c924e97d3142dc1352ab7970 +Author: Miroslav Lichvar <mlichvar@redhat.com> +Date: Thu Aug 28 09:33:34 2025 +0200 + + test: fix socket unit test to use non-blocking accepted sockets + + SCK_AcceptConnection() always returns a non-blocking socket. Clear the + O_NONBLOCK flag in the socket unit test, which relies on blocking, to + avoid failures. + + Reported-by: Matthias Andree <matthias.andree@gmx.de> + +--- test/unit/socket.c.orig 2025-08-27 12:05:31 UTC ++++ test/unit/socket.c +@@ -191,6 +191,7 @@ test_unit(void) + s3 = SCK_AcceptConnection(s1, &sa2); + TEST_CHECK(UTI_CompareIPs(&sa1.ip_addr, &sa2.ip_addr, NULL) == 0); + ++ fcntl(s3, F_SETFL, fcntl(s3, F_GETFL) & ~O_NONBLOCK); + send_and_recv(SCK_ADDR_IP, 1, 1, s3, s2); + + SCK_ShutdownConnection(s2); +@@ -227,6 +228,7 @@ test_unit(void) + s3 = SCK_AcceptConnection(s1, &sa2); + TEST_CHECK(sa2.ip_addr.family == IPADDR_UNSPEC); + ++ fcntl(s3, F_SETFL, fcntl(s3, F_GETFL) & ~O_NONBLOCK); + send_and_recv(SCK_ADDR_UNIX, 1, i % 2, s3, s2); + + if (i % 4) diff --git a/net/croc/Makefile b/net/croc/Makefile index b560c24008d9..a87170f86701 100644 --- a/net/croc/Makefile +++ b/net/croc/Makefile @@ -1,7 +1,6 @@ PORTNAME= croc -PORTVERSION= 10.0.13 +PORTVERSION= 10.2.4 DISTVERSIONPREFIX= v -PORTREVISION= 7 CATEGORIES= net MAINTAINER= olgeni@FreeBSD.org @@ -12,11 +11,10 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules +USE_RC_SUBR= croc GO_MODULE= github.com/schollz/croc/v10 -USE_RC_SUBR= croc - PLIST_FILES= bin/croc .include <bsd.port.mk> diff --git a/net/croc/distinfo b/net/croc/distinfo index 30d7f9410d5c..3caaeca4b939 100644 --- a/net/croc/distinfo +++ b/net/croc/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1727860010 -SHA256 (go/net_croc/croc-v10.0.13/v10.0.13.mod) = 2004d2aa2ff36dc27b5630af816af5876ab42294a26915bf17f86f784958cdcc -SIZE (go/net_croc/croc-v10.0.13/v10.0.13.mod) = 1341 -SHA256 (go/net_croc/croc-v10.0.13/v10.0.13.zip) = 04ec89bd9fe5537ff3f34968c5fcebe6da9eeb3aa8c16a6d2b1739a91584f25c -SIZE (go/net_croc/croc-v10.0.13/v10.0.13.zip) = 597747 +TIMESTAMP = 1757102771 +SHA256 (go/net_croc/croc-v10.2.4/v10.2.4.mod) = 01e604b4c84a83edd6500ba8ad4c84ede227cf89ebdea0e425372d2b4dfafc32 +SIZE (go/net_croc/croc-v10.2.4/v10.2.4.mod) = 1402 +SHA256 (go/net_croc/croc-v10.2.4/v10.2.4.zip) = 41169d0fc75bdf346d23c2728e43dcc9be5ab4a5f68af88f6c8554678e7781aa +SIZE (go/net_croc/croc-v10.2.4/v10.2.4.zip) = 599745 diff --git a/net/libngtcp2-gnutls/Makefile b/net/libngtcp2-gnutls/Makefile index e1b01510b06b..a7473e0d7adc 100644 --- a/net/libngtcp2-gnutls/Makefile +++ b/net/libngtcp2-gnutls/Makefile @@ -1,5 +1,5 @@ PORTNAME= ngtcp2 -PORTVERSION= 1.14.0 +PORTVERSION= 1.15.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 01a4f3168c2b..b182c8c1debe 100644 --- a/net/libngtcp2-gnutls/distinfo +++ b/net/libngtcp2-gnutls/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753796016 -SHA256 (ngtcp2-1.14.0.tar.xz) = d1fbf9eae92921bfd33154dab2574bc4b7d7936f486396d6c78bfff90ed5b35d -SIZE (ngtcp2-1.14.0.tar.xz) = 662652 +TIMESTAMP = 1757120522 +SHA256 (ngtcp2-1.15.0.tar.xz) = 30a29827b49ffbdf31dadcdeba703df63676526c93724ef741c72dc73c05e3a4 +SIZE (ngtcp2-1.15.0.tar.xz) = 673064 diff --git a/net/libngtcp2-wolfssl/Makefile b/net/libngtcp2-wolfssl/Makefile index b455481fe6e3..3d5ec1121750 100644 --- a/net/libngtcp2-wolfssl/Makefile +++ b/net/libngtcp2-wolfssl/Makefile @@ -1,5 +1,5 @@ PORTNAME= ngtcp2 -PORTVERSION= 1.14.0 +PORTVERSION= 1.15.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 01a4f3168c2b..334a0a464c56 100644 --- a/net/libngtcp2-wolfssl/distinfo +++ b/net/libngtcp2-wolfssl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753796016 -SHA256 (ngtcp2-1.14.0.tar.xz) = d1fbf9eae92921bfd33154dab2574bc4b7d7936f486396d6c78bfff90ed5b35d -SIZE (ngtcp2-1.14.0.tar.xz) = 662652 +TIMESTAMP = 1757120524 +SHA256 (ngtcp2-1.15.0.tar.xz) = 30a29827b49ffbdf31dadcdeba703df63676526c93724ef741c72dc73c05e3a4 +SIZE (ngtcp2-1.15.0.tar.xz) = 673064 diff --git a/net/libngtcp2/Makefile b/net/libngtcp2/Makefile index c7cd00819ecf..ca81d8c1cc05 100644 --- a/net/libngtcp2/Makefile +++ b/net/libngtcp2/Makefile @@ -1,5 +1,5 @@ PORTNAME= ngtcp2 -PORTVERSION= 1.14.0 +PORTVERSION= 1.15.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 01a4f3168c2b..23f4bba37444 100644 --- a/net/libngtcp2/distinfo +++ b/net/libngtcp2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753796016 -SHA256 (ngtcp2-1.14.0.tar.xz) = d1fbf9eae92921bfd33154dab2574bc4b7d7936f486396d6c78bfff90ed5b35d -SIZE (ngtcp2-1.14.0.tar.xz) = 662652 +TIMESTAMP = 1757120520 +SHA256 (ngtcp2-1.15.0.tar.xz) = 30a29827b49ffbdf31dadcdeba703df63676526c93724ef741c72dc73c05e3a4 +SIZE (ngtcp2-1.15.0.tar.xz) = 673064 diff --git a/net/libngtcp2/pkg-plist b/net/libngtcp2/pkg-plist index 517acfebb783..1182b3cc48c3 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.4.0 +lib/libngtcp2.so.16.5.0 libdata/pkgconfig/libngtcp2.pc diff --git a/net/libpfctl/Makefile b/net/libpfctl/Makefile index e41fe9de1ef0..95ff4e77b830 100644 --- a/net/libpfctl/Makefile +++ b/net/libpfctl/Makefile @@ -1,5 +1,5 @@ PORTNAME= libpfctl -PORTVERSION= 0.16 +PORTVERSION= 0.17 CATEGORIES= net MASTER_SITES= LOCAL/kp/ @@ -13,7 +13,7 @@ USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/libpfctl -_LIBPFCTL_HASH= 28f618fcc2b4 +_LIBPFCTL_HASH= 7c448f5aab8b _LIBPFCTL_REV= 4 PLIST_FILES= \ @@ -23,7 +23,7 @@ PLIST_FILES= \ .include <bsd.port.pre.mk> -.if ${OSREL} == "15.0" +.if ${OSREL} == "16.0" DISTFILES= libpfctl-${_LIBPFCTL_HASH}.tar.gz .else DISTFILES= libpfctl-${OSREL}_${_LIBPFCTL_REV}.tar.gz @@ -36,7 +36,7 @@ do-install: ${LN} -s libpfctl.so.0 ${STAGEDIR}${PREFIX}/lib/libpfctl.so ${INSTALL_DATA} ${WRKSRC}/*.h ${STAGEDIR}${PREFIX}/include -_ALL_VERSIONS= 13.3 13.4 13.5 14.0 14.1 14.2 14.3 +_ALL_VERSIONS= 13.4 13.5 14.2 14.3 15.0 .if make(makesum) DISTFILES= .for version in ${_ALL_VERSIONS} diff --git a/net/libpfctl/distinfo b/net/libpfctl/distinfo index ac405a4e41e5..1c3935f26900 100644 --- a/net/libpfctl/distinfo +++ b/net/libpfctl/distinfo @@ -1,17 +1,13 @@ TIMESTAMP = 1746177054 -SHA256 (libpfctl-13.3_4.tar.gz) = 8dfb0e629f0e74def2e2e2b6b1225f957b75f4ebd98ac53d8c800f98667ccbe0 -SIZE (libpfctl-13.3_4.tar.gz) = 10111 SHA256 (libpfctl-13.4_4.tar.gz) = c29f57896e2274ab5c7d6836e5a58e9218c4bf83f2ce8953e3cd1944d01692ef SIZE (libpfctl-13.4_4.tar.gz) = 10104 SHA256 (libpfctl-13.5_4.tar.gz) = c017afbe6634ab2feb0ccc82273059d108325a23a09d0e0827879fc0a1c84237 SIZE (libpfctl-13.5_4.tar.gz) = 10104 -SHA256 (libpfctl-14.0_4.tar.gz) = 5aed025f23b76918ad76d7637df243e0627af1ff7cb498dea8dc4edf45e56db5 -SIZE (libpfctl-14.0_4.tar.gz) = 11682 -SHA256 (libpfctl-14.1_4.tar.gz) = 048e158da7cc1cbfcc8c965e6d3e6ac0d6e7a9572144e646fa0103738c3494d4 -SIZE (libpfctl-14.1_4.tar.gz) = 11692 SHA256 (libpfctl-14.2_4.tar.gz) = 527c63aa4b9e7eed513fa0c669878faea2e935f3e505dd83f8b6d7b45d3fa986 SIZE (libpfctl-14.2_4.tar.gz) = 11690 SHA256 (libpfctl-14.3_4.tar.gz) = 0dba9d47cb5990e3029641bca9958925f20b091456bb7fe140ce1f4e9e2c30ce SIZE (libpfctl-14.3_4.tar.gz) = 11678 -SHA256 (libpfctl-28f618fcc2b4.tar.gz) = 37d9b90491f30b4772bc1dae687cf5c0caa733485a68cc6b59b9f23b9bd6a5f5 -SIZE (libpfctl-28f618fcc2b4.tar.gz) = 20180 +SHA256 (libpfctl-15.0_4.tar.gz) = f05d9a636e4b361b98d9056eead54c396600d427c61b2faafefde4baabbc9481 +SIZE (libpfctl-15.0_4.tar.gz) = 20782 +SHA256 (libpfctl-7c448f5aab8b.tar.gz) = 74d71ef393a722db16d476788f1e3a007b0a793699677e1af39e23e30cf20fb6 +SIZE (libpfctl-7c448f5aab8b.tar.gz) = 20785 diff --git a/net/libpfctl/files/patch-Makefile b/net/libpfctl/files/patch-Makefile index 07cfdfaa6e54..6eac3be27fbd 100644 --- a/net/libpfctl/files/patch-Makefile +++ b/net/libpfctl/files/patch-Makefile @@ -1,7 +1,6 @@ --- Makefile.orig 2021-04-19 10:09:35 UTC +++ Makefile -@@ -2,7 +2,8 @@ - PACKAGE= lib${LIB} +@@ -2,6 +2,7 @@ LIB= pfctl -INTERNALLIB= true +SHLIB_MAJOR= 0 diff --git a/net/liferea/Makefile b/net/liferea/Makefile index e3d252548186..3e389b00e90e 100644 --- a/net/liferea/Makefile +++ b/net/liferea/Makefile @@ -1,5 +1,6 @@ PORTNAME= liferea DISTVERSION= 1.16.3 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= https://github.com/lwindolf/liferea/releases/download/v${DISTVERSION}/ diff --git a/net/liferea/files/patch-src_itemset.c b/net/liferea/files/patch-src_itemset.c new file mode 100644 index 000000000000..30c00fd850de --- /dev/null +++ b/net/liferea/files/patch-src_itemset.c @@ -0,0 +1,22 @@ +diff --git src/itemset.c src/itemset.c +index 1b4de79e..9cd12fcc 100644 +--- src/itemset.c ++++ src/itemset.c +@@ -234,7 +234,7 @@ itemset_merge_item (itemSetPtr itemSet, GList *items, itemPtr item, gint maxChec + itemSet->ids = g_list_prepend (itemSet->ids, GUINT_TO_POINTER (item->id)); + + /* step 3: trigger async enrichment */ +- if (node->subscription && node->subscription->html5Extract) ++ if (node && node->subscription && node->subscription->html5Extract) + subscription_enrich_item (node->subscription, item); + + debug (DEBUG_UPDATE, "-> added \"%s\" (id=%d) to item set %p...", item_get_title (item), item->id, itemSet); +@@ -258,7 +258,7 @@ itemset_merge_item (itemSetPtr itemSet, GList *items, itemPtr item, gint maxChec + } + + /* step 5: Check item for new enclosures to download */ +- if (node->subscription && node->subscription->encAutoDownload) { ++ if (node && node->subscription && node->subscription->encAutoDownload) { + GSList *iter = metadata_list_get_values (item->metadata, "enclosure"); + while (iter) { + enclosurePtr enc = enclosure_from_string (iter->data); diff --git a/net/madonctl/Makefile b/net/madonctl/Makefile index c90865f2d3ed..02a9f99ca373 100644 --- a/net/madonctl/Makefile +++ b/net/madonctl/Makefile @@ -1,7 +1,6 @@ PORTNAME= madonctl -PORTVERSION= 2.3.2 +PORTVERSION= 3.0.3 DISTVERSIONPREFIX= v -PORTREVISION= 23 CATEGORIES= net MAINTAINER= sunpoet@FreeBSD.org diff --git a/net/madonctl/distinfo b/net/madonctl/distinfo index 8c10f0c1d20c..ace6399c9ac3 100644 --- a/net/madonctl/distinfo +++ b/net/madonctl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1665073092 -SHA256 (McKael-madonctl-v2.3.2_GH0.tar.gz) = d930d3dfcfb3fb141098c7c2b0a8cef6f1f938e48e276cefb1bff0e2f093425f -SIZE (McKael-madonctl-v2.3.2_GH0.tar.gz) = 2614562 +TIMESTAMP = 1757120526 +SHA256 (McKael-madonctl-v3.0.3_GH0.tar.gz) = b125df12fe6fd870b8ee9971949a627ca90c0982e540286cc688698c2f9ee63b +SIZE (McKael-madonctl-v3.0.3_GH0.tar.gz) = 2598263 diff --git a/net/nats-surveyor/Makefile b/net/nats-surveyor/Makefile new file mode 100644 index 000000000000..188972a7b3fc --- /dev/null +++ b/net/nats-surveyor/Makefile @@ -0,0 +1,21 @@ +PORTNAME= nats-surveyor +DISTVERSIONPREFIX= v +DISTVERSION= 0.9.3 +CATEGORIES= net + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= NATS Monitoring, Simplified +WWW= https://github.com/nats-io/nats-surveyor + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= go:modules +USE_GITHUB= yes +GH_ACCOUNT= nats-io + +GO_MODULE= github.com/nats-io/nats-surveyor + +PLIST_FILES= bin/nats-surveyor + +.include <bsd.port.mk> diff --git a/net/nats-surveyor/distinfo b/net/nats-surveyor/distinfo new file mode 100644 index 000000000000..b95604886d21 --- /dev/null +++ b/net/nats-surveyor/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1756977949 +SHA256 (go/net_nats-surveyor/nats-io-nats-surveyor-v0.9.3_GH0/v0.9.3.mod) = d485f7a573c0b5ddeb80b2ffb911bc53505ae59398f0a882af77197a65c0428d +SIZE (go/net_nats-surveyor/nats-io-nats-surveyor-v0.9.3_GH0/v0.9.3.mod) = 2137 +SHA256 (go/net_nats-surveyor/nats-io-nats-surveyor-v0.9.3_GH0/v0.9.3.zip) = 92cf535280757100f6f382bd7d02c67dea49b587277f9e8eef2b109e727288f6 +SIZE (go/net_nats-surveyor/nats-io-nats-surveyor-v0.9.3_GH0/v0.9.3.zip) = 154516 +SHA256 (go/net_nats-surveyor/nats-io-nats-surveyor-v0.9.3_GH0/nats-io-nats-surveyor-v0.9.3_GH0.tar.gz) = 08bc17831920bc036a502af30ce5c9c54d5fc0e04ab284351809981e48402f26 +SIZE (go/net_nats-surveyor/nats-io-nats-surveyor-v0.9.3_GH0/nats-io-nats-surveyor-v0.9.3_GH0.tar.gz) = 115067 diff --git a/net/nats-surveyor/pkg-descr b/net/nats-surveyor/pkg-descr new file mode 100644 index 000000000000..3e18f0fff55f --- /dev/null +++ b/net/nats-surveyor/pkg-descr @@ -0,0 +1,4 @@ +NATS Surveyor is a simplified monitoring tool for NATS infrastructure. +It provides real-time observability and monitoring capabilities for NATS +servers and clusters, making it easier to track performance, health, and +metrics across your NATS messaging system. diff --git a/net/ooni-probe-cli/Makefile b/net/ooni-probe-cli/Makefile index f66cb7e297a2..828cd8b3bfe9 100644 --- a/net/ooni-probe-cli/Makefile +++ b/net/ooni-probe-cli/Makefile @@ -1,7 +1,6 @@ PORTNAME= ooni-probe-cli DISTVERSIONPREFIX= v -DISTVERSION= 3.26.0 -PORTREVISION= 1 +DISTVERSION= 3.27.0 CATEGORIES= net www benchmarks MAINTAINER= rene@FreeBSD.org @@ -13,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss -USES= go:1.23,modules +USES= go:1.24,modules GO_BUILDFLAGS= -ldflags '-s -w -extldflags "-static"' GO_MODULE= github.com/ooni/probe-cli/v3 diff --git a/net/ooni-probe-cli/distinfo b/net/ooni-probe-cli/distinfo index 2b5b682ea806..64b77e90e387 100644 --- a/net/ooni-probe-cli/distinfo +++ b/net/ooni-probe-cli/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1750044883 -SHA256 (go/net_ooni-probe-cli/ooni-probe-cli-v3.26.0/v3.26.0.mod) = 72a1a774d32322ec03b0e99873ee502c19e613fe6169cec08abe2da41ed45e62 -SIZE (go/net_ooni-probe-cli/ooni-probe-cli-v3.26.0/v3.26.0.mod) = 10620 -SHA256 (go/net_ooni-probe-cli/ooni-probe-cli-v3.26.0/v3.26.0.zip) = 83da081847b31673475abc69ac8ce2501f349d6f11560970dc88ba20328aac4c -SIZE (go/net_ooni-probe-cli/ooni-probe-cli-v3.26.0/v3.26.0.zip) = 3363044 +TIMESTAMP = 1757169776 +SHA256 (go/net_ooni-probe-cli/ooni-probe-cli-v3.27.0/v3.27.0.mod) = 97f899b3438b9f840b77acb48150837d93b66f55bfd66a2cca0859cc507a7042 +SIZE (go/net_ooni-probe-cli/ooni-probe-cli-v3.27.0/v3.27.0.mod) = 10624 +SHA256 (go/net_ooni-probe-cli/ooni-probe-cli-v3.27.0/v3.27.0.zip) = 79aee09bf96c3948a2c5d7e5bf8778e91e1bd1ddb34286b7140da21bc7b9340f +SIZE (go/net_ooni-probe-cli/ooni-probe-cli-v3.27.0/v3.27.0.zip) = 3368078 diff --git a/net/openntpd/Makefile b/net/openntpd/Makefile index 1e45209db085..abcc1a4e4225 100644 --- a/net/openntpd/Makefile +++ b/net/openntpd/Makefile @@ -1,6 +1,6 @@ PORTNAME= openntpd PORTVERSION= 6.8p1 -PORTREVISION= 9 +PORTREVISION= 10 PORTEPOCH= 2 CATEGORIES= net MASTER_SITES= OPENBSD/OpenNTPD @@ -11,8 +11,6 @@ WWW= https://www.openntpd.org/ LICENSE= ISCL -RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss - USES= cpe localbase ssl CONFLICTS= ntp ntp-devel ntpsec @@ -37,6 +35,11 @@ post-install: .include <bsd.port.pre.mk> +# certificate bundle +.if !(${OPSYS} == FreeBSD && ${OSVERSION} >= 1500063) +RUN_DEPENDS+= ca_root_nss>=0:security/ca_root_nss +.endif + # When using LibreSSL use its own libtls, but when using OpenSSL # use libtls from libretls. .if ${SSL_DEFAULT:Mlibressl*} diff --git a/net/py-eventlet/Makefile b/net/py-eventlet/Makefile index f98e115b7d8c..db48d3d225a7 100644 --- a/net/py-eventlet/Makefile +++ b/net/py-eventlet/Makefile @@ -1,5 +1,5 @@ PORTNAME= eventlet -PORTVERSION= 0.40.2 +PORTVERSION= 0.40.3 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net/py-eventlet/distinfo b/net/py-eventlet/distinfo index 1ba6aeaff366..24e0f1227fde 100644 --- a/net/py-eventlet/distinfo +++ b/net/py-eventlet/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753369400 -SHA256 (eventlet-0.40.2.tar.gz) = 42636c277f761d026905cd0ba0a11edec7600001be401d6ae7e9546559c8d8b0 -SIZE (eventlet-0.40.2.tar.gz) = 565548 +TIMESTAMP = 1757120792 +SHA256 (eventlet-0.40.3.tar.gz) = 290852db0065d78cec17a821b78c8a51cafb820a792796a354592ae4d5fceeb0 +SIZE (eventlet-0.40.3.tar.gz) = 565741 diff --git a/net/py-pyzmq/Makefile b/net/py-pyzmq/Makefile index 473c7c23d0df..6bc56b581d98 100644 --- a/net/py-pyzmq/Makefile +++ b/net/py-pyzmq/Makefile @@ -1,5 +1,5 @@ PORTNAME= pyzmq -PORTVERSION= 27.0.1 +PORTVERSION= 27.0.2 CATEGORIES= net devel MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net/py-pyzmq/distinfo b/net/py-pyzmq/distinfo index b2214da26204..c714621e9da3 100644 --- a/net/py-pyzmq/distinfo +++ b/net/py-pyzmq/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1755062572 -SHA256 (pyzmq-27.0.1.tar.gz) = 45c549204bc20e7484ffd2555f6cf02e572440ecf2f3bdd60d4404b20fddf64b -SIZE (pyzmq-27.0.1.tar.gz) = 281158 +TIMESTAMP = 1757120794 +SHA256 (pyzmq-27.0.2.tar.gz) = b398dd713b18de89730447347e96a0240225e154db56e35b6bb8447ffdb07798 +SIZE (pyzmq-27.0.2.tar.gz) = 281440 diff --git a/net/py-urllib3-future/Makefile b/net/py-urllib3-future/Makefile index 0e6f13713482..454556d50818 100644 --- a/net/py-urllib3-future/Makefile +++ b/net/py-urllib3-future/Makefile @@ -1,5 +1,5 @@ PORTNAME= urllib3-future -PORTVERSION= 2.13.903 +PORTVERSION= 2.13.906 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 9e1f56ad9f80..07d12ea0a99a 100644 --- a/net/py-urllib3-future/distinfo +++ b/net/py-urllib3-future/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1755062574 -SHA256 (urllib3_future-2.13.903.tar.gz) = 750acf69304a174c2bd4a12a35ed1e1bd714ba1698e3b7262a3b37b3c68893a2 -SIZE (urllib3_future-2.13.903.tar.gz) = 1097689 +TIMESTAMP = 1757120796 +SHA256 (urllib3_future-2.13.906.tar.gz) = 65e802001e01bb227e29ce7a15a2931d6c95eee632b85f4c80d0778ca637975a +SIZE (urllib3_future-2.13.906.tar.gz) = 1098903 diff --git a/net/redpanda-connect/Makefile b/net/redpanda-connect/Makefile index 419662a22cba..fc02013018f9 100644 --- a/net/redpanda-connect/Makefile +++ b/net/redpanda-connect/Makefile @@ -1,7 +1,6 @@ PORTNAME= connect DISTVERSIONPREFIX= v -DISTVERSION= 4.61.0 -PORTREVISION= 2 +DISTVERSION= 4.63.0 CATEGORIES= net PKGNAMEPREFIX= redpanda- @@ -38,13 +37,15 @@ PLIST_FILES= "@dir(,,755) %%ETCDIR%%" \ OPTIONS_DEFINE= ENTERPRISE ENTERPRISE_DESC= Enable connectors under the RCL license -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> -post-patch: .if !${PORT_OPTIONS:MENTERPRISE} - @${PATCH} -d ${WRKSRC} < ${FILESDIR}/remove-enterprise-connectors.patch +EXTRA_PATCHES= ${FILESDIR}/extra-patch-public_components_all_package.go .endif +.include <bsd.port.pre.mk> + + post-install: @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${FILESDIR}/config.yaml ${STAGEDIR}${ETCDIR}/config.yaml.sample diff --git a/net/redpanda-connect/distinfo b/net/redpanda-connect/distinfo index 3affba249741..7927524f246d 100644 --- a/net/redpanda-connect/distinfo +++ b/net/redpanda-connect/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1752913928 -SHA256 (go/net_redpanda-connect/connect-v4.61.0/v4.61.0.mod) = 5e49767f388d02662a2e10ab7124c78522b5248bc5033826833aee04aeb1cd4e -SIZE (go/net_redpanda-connect/connect-v4.61.0/v4.61.0.mod) = 24341 -SHA256 (go/net_redpanda-connect/connect-v4.61.0/v4.61.0.zip) = ed997944cbe4fb225f86d94c7215a2f373cc9cf4a8bccfa4fd28fc67dafe8bd5 -SIZE (go/net_redpanda-connect/connect-v4.61.0/v4.61.0.zip) = 2825956 +TIMESTAMP = 1756802247 +SHA256 (go/net_redpanda-connect/connect-v4.63.0/v4.63.0.mod) = 33badbc44017dfad2b93750ec9e33e2eeaf56fc472fcd9c873e02e45c3894a9a +SIZE (go/net_redpanda-connect/connect-v4.63.0/v4.63.0.mod) = 24593 +SHA256 (go/net_redpanda-connect/connect-v4.63.0/v4.63.0.zip) = d10393fd3a96cc3b9c591f0bd88c2d28377941576ad7522e54e81dec70b71815 +SIZE (go/net_redpanda-connect/connect-v4.63.0/v4.63.0.zip) = 2852709 diff --git a/net/redpanda-connect/files/remove-enterprise-connectors.patch b/net/redpanda-connect/files/extra-patch-public_components_all_package.go index 1b2ed703f5d2..0e489a4c3db2 100644 --- a/net/redpanda-connect/files/remove-enterprise-connectors.patch +++ b/net/redpanda-connect/files/extra-patch-public_components_all_package.go @@ -1,21 +1,17 @@ ---- public/components/all/package.go.orig 2025-06-06 23:37:55.991872000 +0200 -+++ public/components/all/package.go 2025-06-06 23:38:14.046795000 +0200 -@@ -15,20 +15,4 @@ +--- public/components/all/package.go.orig ++++ public/components/all/package.go +@@ -15,16 +15,4 @@ import ( // Import all community components. _ "github.com/redpanda-data/connect/v4/public/components/community" - - // Import all enterprise components. -- _ "github.com/redpanda-data/connect/v4/public/components/aws/enterprise" -- _ "github.com/redpanda-data/connect/v4/public/components/cohere" - _ "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/kafka/enterprise" - _ "github.com/redpanda-data/connect/v4/public/components/mongodb/enterprise" - _ "github.com/redpanda-data/connect/v4/public/components/mysql" -- _ "github.com/redpanda-data/connect/v4/public/components/ollama" -- _ "github.com/redpanda-data/connect/v4/public/components/openai" - _ "github.com/redpanda-data/connect/v4/public/components/postgresql" - _ "github.com/redpanda-data/connect/v4/public/components/slack" - _ "github.com/redpanda-data/connect/v4/public/components/snowflake" diff --git a/net/rubygem-activestorage71/Makefile b/net/rubygem-activestorage71/Makefile index aa14c9b47c78..99dd1c72a3d2 100644 --- a/net/rubygem-activestorage71/Makefile +++ b/net/rubygem-activestorage71/Makefile @@ -1,5 +1,5 @@ PORTNAME= activestorage -PORTVERSION= 7.1.5.1 +PORTVERSION= 7.1.5.2 CATEGORIES= net rubygems MASTER_SITES= RG PKGNAMESUFFIX= 71 diff --git a/net/rubygem-activestorage71/distinfo b/net/rubygem-activestorage71/distinfo index 705479df0713..4404b1caf1b3 100644 --- a/net/rubygem-activestorage71/distinfo +++ b/net/rubygem-activestorage71/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734888818 -SHA256 (rubygem/activestorage-7.1.5.1.gem) = ae6b8b076858c666eaad6f896d786b67654235e861e24a83f61f1cc97b43ff63 -SIZE (rubygem/activestorage-7.1.5.1.gem) = 67584 +TIMESTAMP = 1757121964 +SHA256 (rubygem/activestorage-7.1.5.2.gem) = ed9acb147cea135f9e00efd984a7b8ed670b15bc6e434956931b8deecec17c98 +SIZE (rubygem/activestorage-7.1.5.2.gem) = 67584 diff --git a/net/rubygem-activestorage72/Makefile b/net/rubygem-activestorage72/Makefile index b0a860bfd63d..b0bbc75ad816 100644 --- a/net/rubygem-activestorage72/Makefile +++ b/net/rubygem-activestorage72/Makefile @@ -1,5 +1,5 @@ PORTNAME= activestorage -PORTVERSION= 7.2.2.1 +PORTVERSION= 7.2.2.2 CATEGORIES= net rubygems MASTER_SITES= RG PKGNAMESUFFIX= 72 diff --git a/net/rubygem-activestorage72/distinfo b/net/rubygem-activestorage72/distinfo index 8d76151f1078..f0ad806cf04b 100644 --- a/net/rubygem-activestorage72/distinfo +++ b/net/rubygem-activestorage72/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734888844 -SHA256 (rubygem/activestorage-7.2.2.1.gem) = b4ec35ff94d4d6656ee6952ce439c3f80e249552d49fd2d3996ee53880c5525f -SIZE (rubygem/activestorage-7.2.2.1.gem) = 65536 +TIMESTAMP = 1757121990 +SHA256 (rubygem/activestorage-7.2.2.2.gem) = 0b28d0c191b03162e83d3bf6875c3692ab48abd1e371bb0b428136dd8509ae66 +SIZE (rubygem/activestorage-7.2.2.2.gem) = 65536 diff --git a/net/rubygem-activestorage80/Makefile b/net/rubygem-activestorage80/Makefile index 009323c44019..4faa906fbd0e 100644 --- a/net/rubygem-activestorage80/Makefile +++ b/net/rubygem-activestorage80/Makefile @@ -1,5 +1,5 @@ PORTNAME= activestorage -PORTVERSION= 8.0.2 +PORTVERSION= 8.0.2.1 CATEGORIES= net rubygems MASTER_SITES= RG PKGNAMESUFFIX= 80 diff --git a/net/rubygem-activestorage80/distinfo b/net/rubygem-activestorage80/distinfo index 028d0c53dda1..9f5d3ff1224f 100644 --- a/net/rubygem-activestorage80/distinfo +++ b/net/rubygem-activestorage80/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742070792 -SHA256 (rubygem/activestorage-8.0.2.gem) = f83d221e0f06ae38f2200e55490bd155c76d0add330f6e300e8646048d672977 -SIZE (rubygem/activestorage-8.0.2.gem) = 65536 +TIMESTAMP = 1757122016 +SHA256 (rubygem/activestorage-8.0.2.1.gem) = 43bb3d9e115471e201e6a66813810c1d15b607a321f29d62efdf9d90ffaf76f8 +SIZE (rubygem/activestorage-8.0.2.1.gem) = 65536 diff --git a/net/rubygem-fog-aws/Makefile b/net/rubygem-fog-aws/Makefile index 52a2af19a5bc..7390a99f5a45 100644 --- a/net/rubygem-fog-aws/Makefile +++ b/net/rubygem-fog-aws/Makefile @@ -1,6 +1,5 @@ PORTNAME= fog-aws -PORTVERSION= 3.32.0 -PORTREVISION= 1 +PORTVERSION= 3.33.0 CATEGORIES= net rubygems MASTER_SITES= RG @@ -11,7 +10,7 @@ WWW= https://github.com/fog/fog-aws LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-base64>=0.2.0<1:converters/rubygem-base64 \ +RUN_DEPENDS= rubygem-base64>=0.2<0.4:converters/rubygem-base64 \ rubygem-fog-core>=2.6<3:devel/rubygem-fog-core \ rubygem-fog-json>=1.1<2:devel/rubygem-fog-json \ rubygem-fog-xml>=0.1<1:textproc/rubygem-fog-xml diff --git a/net/rubygem-fog-aws/distinfo b/net/rubygem-fog-aws/distinfo index 38f5fb28d874..02a69c6fd82b 100644 --- a/net/rubygem-fog-aws/distinfo +++ b/net/rubygem-fog-aws/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748495995 -SHA256 (rubygem/fog-aws-3.32.0.gem) = f961e0ced6622c2f88c64fbfeadcb7b6839c59309ae138cb67015dd9100c5803 -SIZE (rubygem/fog-aws-3.32.0.gem) = 435712 +TIMESTAMP = 1757121830 +SHA256 (rubygem/fog-aws-3.33.0.gem) = ce4bcd58e1d6bde866aefb40f5ec5225687591e0fc572817d4a99b15ef0aa7a2 +SIZE (rubygem/fog-aws-3.33.0.gem) = 437248 diff --git a/net/rubygem-fog-aws/files/patch-gemspec b/net/rubygem-fog-aws/files/patch-gemspec deleted file mode 100644 index 82e50dab19a8..000000000000 --- a/net/rubygem-fog-aws/files/patch-gemspec +++ /dev/null @@ -1,11 +0,0 @@ ---- fog-aws.gemspec.orig 2025-06-02 06:52:39 UTC -+++ fog-aws.gemspec -@@ -26,7 +26,7 @@ Gem::Specification.new do |s| - s.add_development_dependency(%q<rake>.freeze, [">= 12.3.3".freeze]) - s.add_development_dependency(%q<rubyzip>.freeze, ["~> 2.4.1".freeze]) - s.add_development_dependency(%q<shindo>.freeze, ["~> 0.3".freeze]) -- s.add_runtime_dependency(%q<base64>.freeze, ["~> 0.2.0".freeze]) -+ s.add_runtime_dependency(%q<base64>.freeze, ["~> 0.2".freeze]) - s.add_runtime_dependency(%q<fog-core>.freeze, ["~> 2.6".freeze]) - s.add_runtime_dependency(%q<fog-json>.freeze, ["~> 1.1".freeze]) - s.add_runtime_dependency(%q<fog-xml>.freeze, ["~> 0.1".freeze]) diff --git a/net/rubygem-google-cloud-bigtable-admin-v2/Makefile b/net/rubygem-google-cloud-bigtable-admin-v2/Makefile index 4b80c03acca9..1102f059a813 100644 --- a/net/rubygem-google-cloud-bigtable-admin-v2/Makefile +++ b/net/rubygem-google-cloud-bigtable-admin-v2/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-bigtable-admin-v2 -PORTVERSION= 1.12.0 +PORTVERSION= 1.13.0 CATEGORIES= net rubygems MASTER_SITES= RG @@ -12,7 +12,7 @@ WWW= https://cloud.google.com/ruby/docs/reference/google-cloud-bigtable-admin-v LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-gapic-common>=1.0<2:devel/rubygem-gapic-common \ +RUN_DEPENDS= rubygem-gapic-common>=1.1<2:devel/rubygem-gapic-common \ rubygem-google-cloud-errors>=1.0<2:net/rubygem-google-cloud-errors \ rubygem-grpc-google-iam-v1>=1.11<2:devel/rubygem-grpc-google-iam-v1 diff --git a/net/rubygem-google-cloud-bigtable-admin-v2/distinfo b/net/rubygem-google-cloud-bigtable-admin-v2/distinfo index 1b0a687da9bb..b87c41bc5e9b 100644 --- a/net/rubygem-google-cloud-bigtable-admin-v2/distinfo +++ b/net/rubygem-google-cloud-bigtable-admin-v2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753796208 -SHA256 (rubygem/google-cloud-bigtable-admin-v2-1.12.0.gem) = dc533b6e2be4a386e5ba686657d720cbf7973980404f341cbcc07563c4b1ac06 -SIZE (rubygem/google-cloud-bigtable-admin-v2-1.12.0.gem) = 136704 +TIMESTAMP = 1757121834 +SHA256 (rubygem/google-cloud-bigtable-admin-v2-1.13.0.gem) = 98b3874a0e2365f9928726f018ae45086328ee900848ee53067be319f0ca90ad +SIZE (rubygem/google-cloud-bigtable-admin-v2-1.13.0.gem) = 137216 diff --git a/net/rubygem-google-cloud-bigtable-v2/Makefile b/net/rubygem-google-cloud-bigtable-v2/Makefile index 42bf0605ff65..3f81606cea8e 100644 --- a/net/rubygem-google-cloud-bigtable-v2/Makefile +++ b/net/rubygem-google-cloud-bigtable-v2/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-bigtable-v2 -PORTVERSION= 1.8.0 +PORTVERSION= 1.9.0 CATEGORIES= net rubygems MASTER_SITES= RG diff --git a/net/rubygem-google-cloud-bigtable-v2/distinfo b/net/rubygem-google-cloud-bigtable-v2/distinfo index c3a443e39cae..db738452fdf5 100644 --- a/net/rubygem-google-cloud-bigtable-v2/distinfo +++ b/net/rubygem-google-cloud-bigtable-v2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753265934 -SHA256 (rubygem/google-cloud-bigtable-v2-1.8.0.gem) = c64b20f81bd8bed5ccd13bece558b51de9e320cad3ac2877ff838ec1437f0170 -SIZE (rubygem/google-cloud-bigtable-v2-1.8.0.gem) = 75264 +TIMESTAMP = 1757121836 +SHA256 (rubygem/google-cloud-bigtable-v2-1.9.0.gem) = 6a65a0f49d852c6e2153bd44047e37b556dae4b6cb5319910a193b436bc004a7 +SIZE (rubygem/google-cloud-bigtable-v2-1.9.0.gem) = 75776 diff --git a/net/rubygem-google-cloud-bigtable/Makefile b/net/rubygem-google-cloud-bigtable/Makefile index c2c794c9b1ce..c8b89498d41e 100644 --- a/net/rubygem-google-cloud-bigtable/Makefile +++ b/net/rubygem-google-cloud-bigtable/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-bigtable -PORTVERSION= 2.12.0 +PORTVERSION= 2.12.1 CATEGORIES= net rubygems MASTER_SITES= RG @@ -14,8 +14,8 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby \ - rubygem-google-cloud-bigtable-admin-v2>=1.7<2.0:net/rubygem-google-cloud-bigtable-admin-v2 \ - rubygem-google-cloud-bigtable-v2>=1.5<2.0:net/rubygem-google-cloud-bigtable-v2 \ + rubygem-google-cloud-bigtable-admin-v2>=1.7<2:net/rubygem-google-cloud-bigtable-admin-v2 \ + rubygem-google-cloud-bigtable-v2>=1.5<2:net/rubygem-google-cloud-bigtable-v2 \ rubygem-google-cloud-core>=1.5<2:net/rubygem-google-cloud-core USES= gem diff --git a/net/rubygem-google-cloud-bigtable/distinfo b/net/rubygem-google-cloud-bigtable/distinfo index 329eca0c0edc..722e00c8be27 100644 --- a/net/rubygem-google-cloud-bigtable/distinfo +++ b/net/rubygem-google-cloud-bigtable/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740836324 -SHA256 (rubygem/google-cloud-bigtable-2.12.0.gem) = d480672c63c5f1cd513e2412b0c92d7e2486ef0f6c11f9784aca0005571d5b10 -SIZE (rubygem/google-cloud-bigtable-2.12.0.gem) = 95232 +TIMESTAMP = 1757121832 +SHA256 (rubygem/google-cloud-bigtable-2.12.1.gem) = f8aeb60fe518b38a7845bfb67345e11c0d2fbfc26a0a5b0d36c218a69d090084 +SIZE (rubygem/google-cloud-bigtable-2.12.1.gem) = 95744 diff --git a/net/rubygem-google-cloud-storage/Makefile b/net/rubygem-google-cloud-storage/Makefile index 82200736b311..594f8a853a58 100644 --- a/net/rubygem-google-cloud-storage/Makefile +++ b/net/rubygem-google-cloud-storage/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-storage -PORTVERSION= 1.56.0 +PORTVERSION= 1.57.0 CATEGORIES= net rubygems MASTER_SITES= RG @@ -15,7 +15,7 @@ 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-core>=0.13<1:devel/rubygem-google-apis-core \ + rubygem-google-apis-core>=0.18<2:devel/rubygem-google-apis-core \ rubygem-google-apis-iamcredentials_v1>=0.18<1:devel/rubygem-google-apis-iamcredentials_v1 \ rubygem-google-apis-storage_v1>=0.42<1:devel/rubygem-google-apis-storage_v1 \ rubygem-google-cloud-core>=1.6<2:net/rubygem-google-cloud-core \ diff --git a/net/rubygem-google-cloud-storage/distinfo b/net/rubygem-google-cloud-storage/distinfo index 7e6b41ee825f..30deba17a8b0 100644 --- a/net/rubygem-google-cloud-storage/distinfo +++ b/net/rubygem-google-cloud-storage/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745936406 -SHA256 (rubygem/google-cloud-storage-1.56.0.gem) = 9db05d2244c9750955b8a49a618431ae0935b6841fa18ba9638d659446b9694b -SIZE (rubygem/google-cloud-storage-1.56.0.gem) = 108032 +TIMESTAMP = 1757121838 +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-grpc/Makefile b/net/rubygem-grpc/Makefile index 8f4224b5aa5f..2da0e30358a3 100644 --- a/net/rubygem-grpc/Makefile +++ b/net/rubygem-grpc/Makefile @@ -1,5 +1,5 @@ PORTNAME= grpc -PORTVERSION= 1.74.0 +PORTVERSION= 1.74.1 CATEGORIES= net rubygems MASTER_SITES= RG diff --git a/net/rubygem-grpc/distinfo b/net/rubygem-grpc/distinfo index 9319083dc410..0e37d6511e7b 100644 --- a/net/rubygem-grpc/distinfo +++ b/net/rubygem-grpc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753796214 -SHA256 (rubygem/grpc-1.74.0.gem) = 003ab69916066354f25acc3cfe2bb330498f2afe23782328f8b203e35bc5834f -SIZE (rubygem/grpc-1.74.0.gem) = 7080448 +TIMESTAMP = 1757121840 +SHA256 (rubygem/grpc-1.74.1.gem) = e73a3a4996c14f4016c75f0b577b937535341a4095f7f9db151a82a49e371e8b +SIZE (rubygem/grpc-1.74.1.gem) = 7080448 diff --git a/net/rubygem-net-ldap/Makefile b/net/rubygem-net-ldap/Makefile index b7d7069fde61..f5807ea7a79d 100644 --- a/net/rubygem-net-ldap/Makefile +++ b/net/rubygem-net-ldap/Makefile @@ -1,5 +1,5 @@ PORTNAME= net-ldap -PORTVERSION= 0.19.0 +PORTVERSION= 0.20.0 CATEGORIES= net rubygems MASTER_SITES= RG @@ -10,6 +10,9 @@ WWW= https://github.com/ruby-ldap/ruby-net-ldap LICENSE= MIT LICENSE_FILE= ${WRKSRC}/License.rdoc +RUN_DEPENDS= rubygem-base64>=0:converters/rubygem-base64 \ + rubygem-ostruct>=0:devel/rubygem-ostruct + USES= gem NO_ARCH= yes diff --git a/net/rubygem-net-ldap/distinfo b/net/rubygem-net-ldap/distinfo index 39cc29b5ff1e..d9fb0d6cd1bd 100644 --- a/net/rubygem-net-ldap/distinfo +++ b/net/rubygem-net-ldap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708450812 -SHA256 (rubygem/net-ldap-0.19.0.gem) = be2a379ccbd28fc75fb70a94af74e3a9a6866b84574247fc243e0abdd2f82f3d -SIZE (rubygem/net-ldap-0.19.0.gem) = 67584 +TIMESTAMP = 1757122060 +SHA256 (rubygem/net-ldap-0.20.0.gem) = b2080b350753a9ac4930869ded8e61a1d2151c01e03b0bf07b4675cbd9ce5372 +SIZE (rubygem/net-ldap-0.20.0.gem) = 68096 diff --git a/net/rubygem-packetgen/Makefile b/net/rubygem-packetgen/Makefile index e702e65f6f93..d29796b7eaf4 100644 --- a/net/rubygem-packetgen/Makefile +++ b/net/rubygem-packetgen/Makefile @@ -1,5 +1,5 @@ PORTNAME= packetgen -PORTVERSION= 4.1.0 +PORTVERSION= 4.1.1 CATEGORIES= net rubygems MASTER_SITES= RG diff --git a/net/rubygem-packetgen/distinfo b/net/rubygem-packetgen/distinfo index e2f4588e4cba..dfba525d812f 100644 --- a/net/rubygem-packetgen/distinfo +++ b/net/rubygem-packetgen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742070740 -SHA256 (rubygem/packetgen-4.1.0.gem) = 95d23c42b7a1dd6103627a9f1d71864a13cc8e9b99f12017f0d7c6df0cc5c72b -SIZE (rubygem/packetgen-4.1.0.gem) = 107008 +TIMESTAMP = 1757121842 +SHA256 (rubygem/packetgen-4.1.1.gem) = 1c4f2c31c660e69e18171c0230442c78b00b2633d428580a6e66ebfe7876037d +SIZE (rubygem/packetgen-4.1.1.gem) = 107008 diff --git a/net/rubygem-train-core/Makefile b/net/rubygem-train-core/Makefile index 84af7a8db9ff..6b9f57499c57 100644 --- a/net/rubygem-train-core/Makefile +++ b/net/rubygem-train-core/Makefile @@ -1,5 +1,5 @@ PORTNAME= train-core -PORTVERSION= 3.13.2 +PORTVERSION= 3.13.4 CATEGORIES= net rubygems MASTER_SITES= RG diff --git a/net/rubygem-train-core/distinfo b/net/rubygem-train-core/distinfo index e683cc8e1c65..cde5fef4b53b 100644 --- a/net/rubygem-train-core/distinfo +++ b/net/rubygem-train-core/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954432 -SHA256 (rubygem/train-core-3.13.2.gem) = c1f210a44e9cc436e8cbc0c279cee8be8c3ead286e4f21c932401f8dc4cc9fa8 -SIZE (rubygem/train-core-3.13.2.gem) = 49152 +TIMESTAMP = 1757121846 +SHA256 (rubygem/train-core-3.13.4.gem) = 0d81801208c869995f18e077a5459e9d9200d60c5477ab3957031c4c83fa355e +SIZE (rubygem/train-core-3.13.4.gem) = 49152 diff --git a/net/rubygem-train-winrm/Makefile b/net/rubygem-train-winrm/Makefile index 073a3b40df82..6961f8b4434e 100644 --- a/net/rubygem-train-winrm/Makefile +++ b/net/rubygem-train-winrm/Makefile @@ -1,5 +1,5 @@ PORTNAME= train-winrm -PORTVERSION= 0.3.1 +PORTVERSION= 0.4.0 CATEGORIES= net rubygems MASTER_SITES= RG @@ -10,10 +10,10 @@ WWW= https://github.com/inspec/train-winrm LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-chef-winrm>=2.4<3:sysutils/rubygem-chef-winrm \ +RUN_DEPENDS= rubygem-chef-winrm>=2.4.4<2.5:sysutils/rubygem-chef-winrm \ rubygem-chef-winrm-elevated>=1.2.5<1.3:sysutils/rubygem-chef-winrm-elevated \ - rubygem-chef-winrm-fs>=1.4.0<1.5:filesystems/rubygem-chef-winrm-fs \ - rubygem-syslog>=0.1<1:devel/rubygem-syslog + rubygem-chef-winrm-fs>=1.4.1<1.5:filesystems/rubygem-chef-winrm-fs \ + rubygem-socksify>=1.8<2:www/rubygem-socksify USES= gem diff --git a/net/rubygem-train-winrm/distinfo b/net/rubygem-train-winrm/distinfo index a9453556f6c7..4ed1a53be522 100644 --- a/net/rubygem-train-winrm/distinfo +++ b/net/rubygem-train-winrm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749813986 -SHA256 (rubygem/train-winrm-0.3.1.gem) = dcbb59483fb13598dc93c2e27998ec66c24374fb398e6add0da9911c86f1485a -SIZE (rubygem/train-winrm-0.3.1.gem) = 13824 +TIMESTAMP = 1757121848 +SHA256 (rubygem/train-winrm-0.4.0.gem) = 07b1911900707f6a7f9ea758b5bba1657d154f33d061761ba4d55967a4d17fd9 +SIZE (rubygem/train-winrm-0.4.0.gem) = 15360 diff --git a/net/rubygem-train/Makefile b/net/rubygem-train/Makefile index 3b6e00cffd94..235f47e10d10 100644 --- a/net/rubygem-train/Makefile +++ b/net/rubygem-train/Makefile @@ -1,5 +1,5 @@ PORTNAME= train -PORTVERSION= 3.13.2 +PORTVERSION= 3.13.4 CATEGORIES= net rubygems MASTER_SITES= RG @@ -28,7 +28,7 @@ RUN_DEPENDS= rubygem-activesupport72>=7.2.2.1<8:devel/rubygem-activesupport72 \ rubygem-inifile>=3.0<4:textproc/rubygem-inifile \ rubygem-ostruct>=0.1.0<1:devel/rubygem-ostruct \ rubygem-train-core>=${PORTVERSION}<${PORTVERSION}_99:net/rubygem-train-core \ - rubygem-train-winrm>=0.3.0<0.4:net/rubygem-train-winrm + rubygem-train-winrm>=0.4.0<0.5:net/rubygem-train-winrm USES= gem diff --git a/net/rubygem-train/distinfo b/net/rubygem-train/distinfo index 68ff7ae01673..f47f61b84758 100644 --- a/net/rubygem-train/distinfo +++ b/net/rubygem-train/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954430 -SHA256 (rubygem/train-3.13.2.gem) = 7f1b602c7c35e17f6f6488113343adc9bfab04842fdfa821639bfe7ae8f2651f -SIZE (rubygem/train-3.13.2.gem) = 16896 +TIMESTAMP = 1757121844 +SHA256 (rubygem/train-3.13.4.gem) = 6111af52d222b4e13310caadfefcb7570d489d78e2c5f71a1f5b5de74274ac5b +SIZE (rubygem/train-3.13.4.gem) = 16896 diff --git a/net/rubygem-whois/Makefile b/net/rubygem-whois/Makefile index 7966ac8530e6..5c65ad2c6ba2 100644 --- a/net/rubygem-whois/Makefile +++ b/net/rubygem-whois/Makefile @@ -1,5 +1,5 @@ PORTNAME= whois -PORTVERSION= 6.0.1 +PORTVERSION= 6.0.2 CATEGORIES= net rubygems MASTER_SITES= RG diff --git a/net/rubygem-whois/distinfo b/net/rubygem-whois/distinfo index 6885aff57720..1172b3b42bdb 100644 --- a/net/rubygem-whois/distinfo +++ b/net/rubygem-whois/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734337817 -SHA256 (rubygem/whois-6.0.1.gem) = 1ae07fb76fb2d2b72be9418f8d8b86f1d59e95deb6b0782a424c608a114af773 -SIZE (rubygem/whois-6.0.1.gem) = 95232 +TIMESTAMP = 1757122062 +SHA256 (rubygem/whois-6.0.2.gem) = 614c2d3b546af75de0b928e3085460cb48181eeabf7e46864fa74e00e61c5d82 +SIZE (rubygem/whois-6.0.2.gem) = 91648 diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile index 0e304d41ac4d..384e97d1fd1d 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -1,6 +1,6 @@ PORTNAME= syncthing DISTVERSIONPREFIX= v -DISTVERSION= 2.0.7 +DISTVERSION= 2.0.8 CATEGORIES= net MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ DISTNAME= ${PORTNAME}-source-${DISTVERSIONFULL} diff --git a/net/syncthing/distinfo b/net/syncthing/distinfo index c9dc80d94639..6d1a9d1e766a 100644 --- a/net/syncthing/distinfo +++ b/net/syncthing/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757071364 -SHA256 (syncthing-source-v2.0.7.tar.gz) = 6e0f66fa17402e7a4395658732af719e3c25c17ca436eb473912dfb0f4340a0d -SIZE (syncthing-source-v2.0.7.tar.gz) = 62661923 +TIMESTAMP = 1757328704 +SHA256 (syncthing-source-v2.0.8.tar.gz) = ad583925c0934fcfe9976e544093203d7ced483bd5bad80cd02a3c93a04dfb8b +SIZE (syncthing-source-v2.0.8.tar.gz) = 62666559 |