diff options
Diffstat (limited to 'net')
69 files changed, 1280 insertions, 657 deletions
diff --git a/net/Makefile b/net/Makefile index b103441bea97..4b809548529a 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1560,6 +1560,7 @@ SUBDIR += sup SUBDIR += svnup SUBDIR += syncthing + SUBDIR += syncthing1 SUBDIR += tableutil SUBDIR += tac_plus4 SUBDIR += tacacs diff --git a/net/asterisk20/Makefile b/net/asterisk20/Makefile index fc7bafe05cde..e16abcab400e 100644 --- a/net/asterisk20/Makefile +++ b/net/asterisk20/Makefile @@ -1,5 +1,5 @@ PORTNAME= asterisk -DISTVERSION= 20.15.0 +DISTVERSION= 20.15.1 CATEGORIES= net MASTER_SITES= https://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 MASTER_SITE_SUBDIR= asterisk/ \ diff --git a/net/asterisk20/distinfo b/net/asterisk20/distinfo index aa76fe204fb3..c57be20ca58b 100644 --- a/net/asterisk20/distinfo +++ b/net/asterisk20/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1753243732 -SHA256 (asterisk/asterisk-20.15.0.tar.gz) = 7c45cf254c7442748fa14ba4e31ae8f09cd2ad958168577de091c0bf0b0a2d2e -SIZE (asterisk/asterisk-20.15.0.tar.gz) = 28487002 +TIMESTAMP = 1754070743 +SHA256 (asterisk/asterisk-20.15.1.tar.gz) = fa286ac7a024e685233af6fde54a68a21c8e9934b438da878fb3cff080a6346c +SIZE (asterisk/asterisk-20.15.1.tar.gz) = 28488166 SHA256 (asterisk/asterisk-core-sounds-en-g729-1.6.tar.gz) = b49dec15e07bb9bff6af0da3a07180651a38ef54d3ea54a3f20c35f081ed8714 SIZE (asterisk/asterisk-core-sounds-en-g729-1.6.tar.gz) = 1557798 SHA256 (asterisk/asterisk-moh-opsound-g729-2.03.tar.gz) = 0147ca9a97f0c550227aacb7793499057c4d2c64e021c95f93722f27d5549585 diff --git a/net/asterisk22/Makefile b/net/asterisk22/Makefile index a3dd8d0c4f38..c4653fabc253 100644 --- a/net/asterisk22/Makefile +++ b/net/asterisk22/Makefile @@ -1,5 +1,5 @@ PORTNAME= asterisk -DISTVERSION= 22.5.0 +DISTVERSION= 22.5.1 CATEGORIES= net MASTER_SITES= https://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 MASTER_SITE_SUBDIR= asterisk/ \ diff --git a/net/asterisk22/distinfo b/net/asterisk22/distinfo index faa3a6544860..c23204cff80f 100644 --- a/net/asterisk22/distinfo +++ b/net/asterisk22/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1753416364 -SHA256 (asterisk/asterisk-22.5.0.tar.gz) = 944967288ec01587feeef42869a97baa37ab635bea7d539df16f70d3af48c613 -SIZE (asterisk/asterisk-22.5.0.tar.gz) = 26371254 +TIMESTAMP = 1754069150 +SHA256 (asterisk/asterisk-22.5.1.tar.gz) = cbe67229f813ccf5e545fbda1fc05eb221897bf03393917390f8f6235cc62179 +SIZE (asterisk/asterisk-22.5.1.tar.gz) = 26373168 SHA256 (asterisk/asterisk-core-sounds-en-g729-1.6.tar.gz) = b49dec15e07bb9bff6af0da3a07180651a38ef54d3ea54a3f20c35f081ed8714 SIZE (asterisk/asterisk-core-sounds-en-g729-1.6.tar.gz) = 1557798 SHA256 (asterisk/asterisk-moh-opsound-g729-2.03.tar.gz) = 0147ca9a97f0c550227aacb7793499057c4d2c64e021c95f93722f27d5549585 diff --git a/net/chrony/Makefile b/net/chrony/Makefile index d2167508a83e..68f89fcf6eae 100644 --- a/net/chrony/Makefile +++ b/net/chrony/Makefile @@ -1,5 +1,5 @@ PORTNAME= chrony -DISTVERSION= 4.7 +DISTVERSION= 4.8 PORTREVISION= 0 CATEGORIES= net MASTER_SITES= https://chrony-project.org/releases/ \ @@ -90,6 +90,17 @@ 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/distinfo b/net/chrony/distinfo index 0eafb1655821..e6be01363ebf 100644 --- a/net/chrony/distinfo +++ b/net/chrony/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749665413 -SHA256 (chrony-4.7.tar.gz) = c0de41a8c051e5d32b101b5f7014b98ca978b18e592f30ce6840b6d4602d947b -SIZE (chrony-4.7.tar.gz) = 644610 +TIMESTAMP = 1756301202 +SHA256 (chrony-4.8.tar.gz) = 33ea8eb2a4daeaa506e8fcafd5d6d89027ed6f2f0609645c6f149b560d301706 +SIZE (chrony-4.8.tar.gz) = 649368 diff --git a/net/dataplaneapi/Makefile b/net/dataplaneapi/Makefile index 172f45af87d7..7630ee870f82 100644 --- a/net/dataplaneapi/Makefile +++ b/net/dataplaneapi/Makefile @@ -1,7 +1,6 @@ PORTNAME= dataplaneapi DISTVERSIONPREFIX= v -DISTVERSION= 3.2.1 -PORTREVISION= 3 +DISTVERSION= 3.2.3 CATEGORIES= net MAINTAINER= dtxdf@FreeBSD.org @@ -35,7 +34,7 @@ OPTIONS_DEFINE= DOCS # Run 'git checkout ${DISTVERSIONPREFIX}${DISTVERSION} && git rev-parse --short HEAD' # in the Data Plane API repository to get the value of GITID. -GITID= 32af2b44 +GITID= daff5f5e BUILD_DATE= $$(date -u "+%Y-%m-%dT%H:%M:%SZ") diff --git a/net/dataplaneapi/distinfo b/net/dataplaneapi/distinfo index b874220f6cc5..db8435462bdc 100644 --- a/net/dataplaneapi/distinfo +++ b/net/dataplaneapi/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1750225459 -SHA256 (go/net_dataplaneapi/haproxytech-dataplaneapi-v3.2.1_GH0/go.mod) = 319b1fe6d9dbfba8df886756481398ef98f7c277703698225258f221b20936b3 -SIZE (go/net_dataplaneapi/haproxytech-dataplaneapi-v3.2.1_GH0/go.mod) = 4279 -SHA256 (go/net_dataplaneapi/haproxytech-dataplaneapi-v3.2.1_GH0/haproxytech-dataplaneapi-v3.2.1_GH0.tar.gz) = 48fa6905a4b9b956b9addb19220a486c271319ba48fd353089af9335cfa11123 -SIZE (go/net_dataplaneapi/haproxytech-dataplaneapi-v3.2.1_GH0/haproxytech-dataplaneapi-v3.2.1_GH0.tar.gz) = 1068852 +TIMESTAMP = 1755633380 +SHA256 (go/net_dataplaneapi/haproxytech-dataplaneapi-v3.2.3_GH0/go.mod) = a0658b7464999d581e29e79b9f8145e752f6103655bb81e585bae17079ac79c5 +SIZE (go/net_dataplaneapi/haproxytech-dataplaneapi-v3.2.3_GH0/go.mod) = 4279 +SHA256 (go/net_dataplaneapi/haproxytech-dataplaneapi-v3.2.3_GH0/haproxytech-dataplaneapi-v3.2.3_GH0.tar.gz) = e649d7acccc57a0922837b52044849985d7d1e749286c4d76b43fa0173afd8e6 +SIZE (go/net_dataplaneapi/haproxytech-dataplaneapi-v3.2.3_GH0/haproxytech-dataplaneapi-v3.2.3_GH0.tar.gz) = 1067890 diff --git a/net/deltachat-rpc-server/Makefile b/net/deltachat-rpc-server/Makefile index 7b3ea3abaddd..2a1ec0fea9b9 100644 --- a/net/deltachat-rpc-server/Makefile +++ b/net/deltachat-rpc-server/Makefile @@ -1,6 +1,6 @@ PORTNAME= deltachat-rpc-server DISTVERSIONPREFIX= v -DISTVERSION= 2.9.0 +DISTVERSION= 2.11.0 PORTREVISION= 0 CATEGORIES= net diff --git a/net/deltachat-rpc-server/Makefile.crates b/net/deltachat-rpc-server/Makefile.crates index 0f032bef1a38..9fcc9d2fa67e 100644 --- a/net/deltachat-rpc-server/Makefile.crates +++ b/net/deltachat-rpc-server/Makefile.crates @@ -22,10 +22,10 @@ CARGO_CRATES= addr2line-0.24.2 \ asn1-rs-impl-0.2.0 \ async-broadcast-0.7.2 \ async-channel-1.9.0 \ - async-channel-2.3.1 \ + async-channel-2.5.0 \ async-compat-0.2.4 \ async-compression-0.4.21 \ - async-imap-0.11.0 \ + async-imap-0.11.1 \ async-lock-3.4.0 \ async-native-tls-0.5.0 \ async-smtp-0.10.2 \ @@ -51,11 +51,11 @@ CARGO_CRATES= addr2line-0.24.2 \ block-buffer-0.10.4 \ block-padding-0.3.3 \ blowfish-0.9.1 \ - bolero-0.13.3 \ + bolero-0.13.4 \ bolero-afl-0.13.0 \ - bolero-engine-0.13.3 \ - bolero-generator-0.13.4 \ - bolero-generator-derive-0.13.3 \ + bolero-engine-0.13.4 \ + bolero-generator-0.13.5 \ + bolero-generator-derive-0.13.4 \ bolero-honggfuzz-0.13.0 \ bolero-kani-0.13.0 \ bolero-libfuzzer-0.13.0 \ @@ -106,8 +106,8 @@ CARGO_CRATES= addr2line-0.24.2 \ crc-catalog-2.4.0 \ crc24-0.1.6 \ crc32fast-1.4.2 \ - criterion-0.6.0 \ - criterion-plot-0.5.0 \ + criterion-0.7.0 \ + criterion-plot-0.6.0 \ critical-section-1.2.0 \ crossbeam-channel-0.5.15 \ crossbeam-deque-0.8.6 \ @@ -173,7 +173,7 @@ CARGO_CRATES= addr2line-0.24.2 \ escaper-0.1.1 \ event-listener-2.5.3 \ event-listener-5.4.0 \ - event-listener-strategy-0.5.3 \ + event-listener-strategy-0.5.4 \ fallible-iterator-0.3.0 \ fallible-streaming-iterator-0.1.9 \ fast-socks5-0.10.0 \ @@ -237,11 +237,11 @@ CARGO_CRATES= addr2line-0.24.2 \ http-body-util-0.1.3 \ httparse-1.10.0 \ httpdate-1.0.3 \ - human-panic-2.0.2 \ + human-panic-2.0.3 \ humansize-2.1.3 \ hyper-1.6.0 \ hyper-rustls-0.27.5 \ - hyper-util-0.1.14 \ + hyper-util-0.1.16 \ iana-time-zone-0.1.61 \ iana-time-zone-haiku-0.1.2 \ icu_collections-1.5.0 \ @@ -277,7 +277,6 @@ CARGO_CRATES= addr2line-0.24.2 \ iroh-quinn-proto-0.13.0 \ iroh-quinn-udp-0.5.7 \ iroh-relay-0.35.0 \ - itertools-0.10.5 \ itertools-0.13.0 \ itoa-1.0.10 \ js-sys-0.3.77 \ @@ -300,7 +299,7 @@ CARGO_CRATES= addr2line-0.24.2 \ lru-0.12.3 \ lru-0.13.0 \ lru_time_cache-0.11.11 \ - mail-builder-0.4.3 \ + mail-builder-0.4.4 \ mailparse-0.16.1 \ matchers-0.1.0 \ md-5-0.10.6 \ @@ -350,6 +349,7 @@ CARGO_CRATES= addr2line-0.24.2 \ openssl-0.10.72 \ openssl-macros-0.1.1 \ openssl-probe-0.1.6 \ + openssl-src-300.4.2+3.4.1 \ openssl-sys-0.9.107 \ option-ext-0.2.0 \ os_info-3.10.0 \ @@ -483,8 +483,8 @@ CARGO_CRATES= addr2line-0.24.2 \ serde-error-0.1.3 \ serde_derive-1.0.219 \ serde_derive_internals-0.29.0 \ - serde_json-1.0.140 \ - serde_spanned-0.6.9 \ + serde_json-1.0.142 \ + serde_spanned-1.0.0 \ serde_urlencoded-0.7.1 \ serdect-0.2.0 \ serdect-0.3.0 \ @@ -516,9 +516,9 @@ CARGO_CRATES= addr2line-0.24.2 \ stop-token-0.7.0 \ strsim-0.11.1 \ strum-0.26.2 \ - strum-0.27.1 \ + strum-0.27.2 \ strum_macros-0.26.2 \ - strum_macros-0.27.1 \ + strum_macros-0.27.2 \ stun-rs-0.1.11 \ subtle-2.6.1 \ surge-ping-0.8.1 \ @@ -556,11 +556,14 @@ CARGO_CRATES= addr2line-0.24.2 \ tokio-tfo-0.3.1 \ tokio-util-0.7.14 \ tokio-websockets-0.11.4 \ - toml-0.8.23 \ + toml-0.9.4 \ toml_datetime-0.6.11 \ + toml_datetime-0.7.0 \ toml_edit-0.20.7 \ toml_edit-0.22.27 \ + toml_parser-1.0.1 \ toml_write-0.1.2 \ + toml_writer-1.0.2 \ tower-0.5.2 \ tower-layer-0.3.3 \ tower-service-0.3.3 \ diff --git a/net/deltachat-rpc-server/distinfo b/net/deltachat-rpc-server/distinfo index fa0da77785a4..47912d4bab46 100644 --- a/net/deltachat-rpc-server/distinfo +++ b/net/deltachat-rpc-server/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1754261197 +TIMESTAMP = 1755902140 SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1 SIZE (rust/crates/addr2line-0.24.2.crate) = 39015 SHA256 (rust/crates/adler2-2.0.0.crate) = 512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627 @@ -47,14 +47,14 @@ SHA256 (rust/crates/async-broadcast-0.7.2.crate) = 435a87a52755b8f27fcf321ac4f04 SIZE (rust/crates/async-broadcast-0.7.2.crate) = 22746 SHA256 (rust/crates/async-channel-1.9.0.crate) = 81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35 SIZE (rust/crates/async-channel-1.9.0.crate) = 13664 -SHA256 (rust/crates/async-channel-2.3.1.crate) = 89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a -SIZE (rust/crates/async-channel-2.3.1.crate) = 14576 +SHA256 (rust/crates/async-channel-2.5.0.crate) = 924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2 +SIZE (rust/crates/async-channel-2.5.0.crate) = 18624 SHA256 (rust/crates/async-compat-0.2.4.crate) = 7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0 SIZE (rust/crates/async-compat-0.2.4.crate) = 11279 SHA256 (rust/crates/async-compression-0.4.21.crate) = c0cf008e5e1a9e9e22a7d3c9a4992e21a350290069e36d8fb72304ed17e8f2d2 SIZE (rust/crates/async-compression-0.4.21.crate) = 112809 -SHA256 (rust/crates/async-imap-0.11.0.crate) = 8e9f9a9c94a403cf46aa2b4cecbceefc6e4284441ebbeca79b80f3bab4394458 -SIZE (rust/crates/async-imap-0.11.0.crate) = 64234 +SHA256 (rust/crates/async-imap-0.11.1.crate) = 8da885da5980f3934831e6370445c0e0e44ef251d7792308b39e908915a41d09 +SIZE (rust/crates/async-imap-0.11.1.crate) = 65194 SHA256 (rust/crates/async-lock-3.4.0.crate) = ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18 SIZE (rust/crates/async-lock-3.4.0.crate) = 34446 SHA256 (rust/crates/async-native-tls-0.5.0.crate) = 9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec @@ -105,16 +105,16 @@ SHA256 (rust/crates/block-padding-0.3.3.crate) = a8894febbff9f758034a5b8e12d8791 SIZE (rust/crates/block-padding-0.3.3.crate) = 8504 SHA256 (rust/crates/blowfish-0.9.1.crate) = e412e2cd0f2b2d93e02543ceae7917b3c70331573df19ee046bcbc35e45e87d7 SIZE (rust/crates/blowfish-0.9.1.crate) = 16734 -SHA256 (rust/crates/bolero-0.13.3.crate) = 4e913ed74716cd68dc5be41c702327b1cc4ffc8f0b55945ae46fb015777007eb -SIZE (rust/crates/bolero-0.13.3.crate) = 12150 +SHA256 (rust/crates/bolero-0.13.4.crate) = 0ff44d278fc0062c95327087ed96b3d256906d1d8f579e534a3de8d6b386913a +SIZE (rust/crates/bolero-0.13.4.crate) = 15144 SHA256 (rust/crates/bolero-afl-0.13.0.crate) = d9bf4cbd0bacf9356d3c7e5d9d088480f2076ba3c595c15ee9a6a378cdd7b297 SIZE (rust/crates/bolero-afl-0.13.0.crate) = 111284 -SHA256 (rust/crates/bolero-engine-0.13.3.crate) = 05cae8c41807b046bb7005f52fa60c8f67787c1bf272242f0b84224853e04ceb -SIZE (rust/crates/bolero-engine-0.13.3.crate) = 11359 -SHA256 (rust/crates/bolero-generator-0.13.4.crate) = 8e3ac7405f187921256faa515fa05ae02521103582a9d938410cefabe3a9a172 -SIZE (rust/crates/bolero-generator-0.13.4.crate) = 39203 -SHA256 (rust/crates/bolero-generator-derive-0.13.3.crate) = 9c56c2f8c1c0707d678bebb36168cfd523c45927bb8d9cb7567d3578fa428cbd -SIZE (rust/crates/bolero-generator-derive-0.13.3.crate) = 5742 +SHA256 (rust/crates/bolero-engine-0.13.4.crate) = dca199170a7c92c669c1019f9219a316b66bcdcfa4b36cac5a460a4c1a851aba +SIZE (rust/crates/bolero-engine-0.13.4.crate) = 13843 +SHA256 (rust/crates/bolero-generator-0.13.5.crate) = 98a5782f2650f80d533f58ec339c6dce4cc5428f9c2755894f98156f52af81f2 +SIZE (rust/crates/bolero-generator-0.13.5.crate) = 39238 +SHA256 (rust/crates/bolero-generator-derive-0.13.4.crate) = 9a21a3b022507b9edd2050caf370d945e398c1a7c8455531220fa3968c45d29e +SIZE (rust/crates/bolero-generator-derive-0.13.4.crate) = 6703 SHA256 (rust/crates/bolero-honggfuzz-0.13.0.crate) = 9a118ef27295eddefadc6a99728ee698d1b18d2e80dc4777d21bee3385096ffd SIZE (rust/crates/bolero-honggfuzz-0.13.0.crate) = 857080 SHA256 (rust/crates/bolero-kani-0.13.0.crate) = 852ea5784a9f3e68bfd302ca80b8b863bce140593eb5770fee6ab110899c28fc @@ -215,10 +215,10 @@ SHA256 (rust/crates/crc24-0.1.6.crate) = fd121741cf3eb82c08dd3023eb55bf2665e5f60 SIZE (rust/crates/crc24-0.1.6.crate) = 2378 SHA256 (rust/crates/crc32fast-1.4.2.crate) = a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3 SIZE (rust/crates/crc32fast-1.4.2.crate) = 38491 -SHA256 (rust/crates/criterion-0.6.0.crate) = 3bf7af66b0989381bd0be551bd7cc91912a655a58c6918420c9527b1fd8b4679 -SIZE (rust/crates/criterion-0.6.0.crate) = 119470 -SHA256 (rust/crates/criterion-plot-0.5.0.crate) = 6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1 -SIZE (rust/crates/criterion-plot-0.5.0.crate) = 22706 +SHA256 (rust/crates/criterion-0.7.0.crate) = e1c047a62b0cc3e145fa84415a3191f628e980b194c2755aa12300a4e6cbd928 +SIZE (rust/crates/criterion-0.7.0.crate) = 119908 +SHA256 (rust/crates/criterion-plot-0.6.0.crate) = 9b1bcc0dc7dfae599d84ad0b1a55f80cde8af3725da8313b528da95ef783e338 +SIZE (rust/crates/criterion-plot-0.6.0.crate) = 24495 SHA256 (rust/crates/critical-section-1.2.0.crate) = 790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b SIZE (rust/crates/critical-section-1.2.0.crate) = 19133 SHA256 (rust/crates/crossbeam-channel-0.5.15.crate) = 82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2 @@ -349,8 +349,8 @@ SHA256 (rust/crates/event-listener-2.5.3.crate) = 0206175f82b8d6bf6652ff7d71a1e2 SIZE (rust/crates/event-listener-2.5.3.crate) = 15392 SHA256 (rust/crates/event-listener-5.4.0.crate) = 3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae SIZE (rust/crates/event-listener-5.4.0.crate) = 43452 -SHA256 (rust/crates/event-listener-strategy-0.5.3.crate) = 3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2 -SIZE (rust/crates/event-listener-strategy-0.5.3.crate) = 10920 +SHA256 (rust/crates/event-listener-strategy-0.5.4.crate) = 8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93 +SIZE (rust/crates/event-listener-strategy-0.5.4.crate) = 16179 SHA256 (rust/crates/fallible-iterator-0.3.0.crate) = 2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649 SIZE (rust/crates/fallible-iterator-0.3.0.crate) = 19639 SHA256 (rust/crates/fallible-streaming-iterator-0.1.9.crate) = 7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a @@ -477,16 +477,16 @@ SHA256 (rust/crates/httparse-1.10.0.crate) = f2d708df4e7140240a16cd6ab0ab65c972d SIZE (rust/crates/httparse-1.10.0.crate) = 44882 SHA256 (rust/crates/httpdate-1.0.3.crate) = df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9 SIZE (rust/crates/httpdate-1.0.3.crate) = 10639 -SHA256 (rust/crates/human-panic-2.0.2.crate) = 80b84a66a325082740043a6c28bbea400c129eac0d3a27673a1de971e44bf1f7 -SIZE (rust/crates/human-panic-2.0.2.crate) = 12620 +SHA256 (rust/crates/human-panic-2.0.3.crate) = ac63a746b187e95d51fe16850eb04d1cfef203f6af98e6c405a6f262ad3df00a +SIZE (rust/crates/human-panic-2.0.3.crate) = 15965 SHA256 (rust/crates/humansize-2.1.3.crate) = 6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7 SIZE (rust/crates/humansize-2.1.3.crate) = 11953 SHA256 (rust/crates/hyper-1.6.0.crate) = cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80 SIZE (rust/crates/hyper-1.6.0.crate) = 153923 SHA256 (rust/crates/hyper-rustls-0.27.5.crate) = 2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2 SIZE (rust/crates/hyper-rustls-0.27.5.crate) = 34660 -SHA256 (rust/crates/hyper-util-0.1.14.crate) = dc2fdfdbff08affe55bb779f33b053aa1fe5dd5b54c257343c17edfa55711bdb -SIZE (rust/crates/hyper-util-0.1.14.crate) = 101462 +SHA256 (rust/crates/hyper-util-0.1.16.crate) = 8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e +SIZE (rust/crates/hyper-util-0.1.16.crate) = 101184 SHA256 (rust/crates/iana-time-zone-0.1.61.crate) = 235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220 SIZE (rust/crates/iana-time-zone-0.1.61.crate) = 27685 SHA256 (rust/crates/iana-time-zone-haiku-0.1.2.crate) = f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f @@ -557,8 +557,6 @@ SHA256 (rust/crates/iroh-quinn-udp-0.5.7.crate) = c53afaa1049f7c83ea1331f5ebb9e6 SIZE (rust/crates/iroh-quinn-udp-0.5.7.crate) = 25601 SHA256 (rust/crates/iroh-relay-0.35.0.crate) = c63f122cdfaa4b4e0e7d6d3921d2b878f42a0c6d3ee5a29456dc3f5ab5ec931f SIZE (rust/crates/iroh-relay-0.35.0.crate) = 113963 -SHA256 (rust/crates/itertools-0.10.5.crate) = b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473 -SIZE (rust/crates/itertools-0.10.5.crate) = 115354 SHA256 (rust/crates/itertools-0.13.0.crate) = 413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186 SIZE (rust/crates/itertools-0.13.0.crate) = 146261 SHA256 (rust/crates/itoa-1.0.10.crate) = b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c @@ -603,8 +601,8 @@ SHA256 (rust/crates/lru-0.13.0.crate) = 227748d55f2f0ab4735d87fd623798cb6b664512 SIZE (rust/crates/lru-0.13.0.crate) = 16305 SHA256 (rust/crates/lru_time_cache-0.11.11.crate) = 9106e1d747ffd48e6be5bb2d97fa706ed25b144fbee4d5c02eae110cd8d6badd SIZE (rust/crates/lru_time_cache-0.11.11.crate) = 15051 -SHA256 (rust/crates/mail-builder-0.4.3.crate) = 0926cff74776d4af100a95c90a6649486659526ce638bee6648ecc9c41051810 -SIZE (rust/crates/mail-builder-0.4.3.crate) = 23347 +SHA256 (rust/crates/mail-builder-0.4.4.crate) = 900998f307338c4013a28ab14d760b784067324b164448c6d98a89e44810473b +SIZE (rust/crates/mail-builder-0.4.4.crate) = 25022 SHA256 (rust/crates/mailparse-0.16.1.crate) = 60819a97ddcb831a5614eb3b0174f3620e793e97e09195a395bfa948fd68ed2f SIZE (rust/crates/mailparse-0.16.1.crate) = 37588 SHA256 (rust/crates/matchers-0.1.0.crate) = 8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558 @@ -703,6 +701,8 @@ SHA256 (rust/crates/openssl-macros-0.1.1.crate) = a948666b637a0f465e8564c73e89d4 SIZE (rust/crates/openssl-macros-0.1.1.crate) = 5601 SHA256 (rust/crates/openssl-probe-0.1.6.crate) = d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e SIZE (rust/crates/openssl-probe-0.1.6.crate) = 8128 +SHA256 (rust/crates/openssl-src-300.4.2+3.4.1.crate) = 168ce4e058f975fe43e89d9ccf78ca668601887ae736090aacc23ae353c298e2 +SIZE (rust/crates/openssl-src-300.4.2+3.4.1.crate) = 9956732 SHA256 (rust/crates/openssl-sys-0.9.107.crate) = 8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07 SIZE (rust/crates/openssl-sys-0.9.107.crate) = 78156 SHA256 (rust/crates/option-ext-0.2.0.crate) = 04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d @@ -969,10 +969,10 @@ SHA256 (rust/crates/serde_derive-1.0.219.crate) = 5b0276cf7f2c73365f7157c8123c21 SIZE (rust/crates/serde_derive-1.0.219.crate) = 57798 SHA256 (rust/crates/serde_derive_internals-0.29.0.crate) = 330f01ce65a3a5fe59a60c82f3c9a024b573b8a6e875bd233fe5f934e71d54e3 SIZE (rust/crates/serde_derive_internals-0.29.0.crate) = 26065 -SHA256 (rust/crates/serde_json-1.0.140.crate) = 20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373 -SIZE (rust/crates/serde_json-1.0.140.crate) = 154852 -SHA256 (rust/crates/serde_spanned-0.6.9.crate) = bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3 -SIZE (rust/crates/serde_spanned-0.6.9.crate) = 10210 +SHA256 (rust/crates/serde_json-1.0.142.crate) = 030fedb782600dcbd6f02d479bf0d817ac3bb40d644745b769d6a96bc3afc5a7 +SIZE (rust/crates/serde_json-1.0.142.crate) = 155363 +SHA256 (rust/crates/serde_spanned-1.0.0.crate) = 40734c41988f7306bb04f0ecf60ec0f3f1caa34290e4e8ea471dcd3346483b83 +SIZE (rust/crates/serde_spanned-1.0.0.crate) = 10956 SHA256 (rust/crates/serde_urlencoded-0.7.1.crate) = d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd SIZE (rust/crates/serde_urlencoded-0.7.1.crate) = 12822 SHA256 (rust/crates/serdect-0.2.0.crate) = a84f14a19e9a014bb9f4512488d9829a68e04ecabffb0f9904cd1ace94598177 @@ -1035,12 +1035,12 @@ SHA256 (rust/crates/strsim-0.11.1.crate) = 7da8b5736845d9f2fcb837ea5d9e2628564b3 SIZE (rust/crates/strsim-0.11.1.crate) = 14266 SHA256 (rust/crates/strum-0.26.2.crate) = 5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29 SIZE (rust/crates/strum-0.26.2.crate) = 7189 -SHA256 (rust/crates/strum-0.27.1.crate) = f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32 -SIZE (rust/crates/strum-0.27.1.crate) = 7467 +SHA256 (rust/crates/strum-0.27.2.crate) = af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf +SIZE (rust/crates/strum-0.27.2.crate) = 8489 SHA256 (rust/crates/strum_macros-0.26.2.crate) = c6cf59daf282c0a494ba14fd21610a0325f9f90ec9d1231dea26bcb1d696c946 SIZE (rust/crates/strum_macros-0.26.2.crate) = 27056 -SHA256 (rust/crates/strum_macros-0.27.1.crate) = c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8 -SIZE (rust/crates/strum_macros-0.27.1.crate) = 29670 +SHA256 (rust/crates/strum_macros-0.27.2.crate) = 7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7 +SIZE (rust/crates/strum_macros-0.27.2.crate) = 30522 SHA256 (rust/crates/stun-rs-0.1.11.crate) = fb921f10397d5669e1af6455e9e2d367bf1f9cebcd6b1dd1dc50e19f6a9ac2ac SIZE (rust/crates/stun-rs-0.1.11.crate) = 73853 SHA256 (rust/crates/subtle-2.6.1.crate) = 13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292 @@ -1115,16 +1115,22 @@ SHA256 (rust/crates/tokio-util-0.7.14.crate) = 6b9590b93e6fcc1739458317cccd391ad SIZE (rust/crates/tokio-util-0.7.14.crate) = 118861 SHA256 (rust/crates/tokio-websockets-0.11.4.crate) = 9fcaf159b4e7a376b05b5bfd77bfd38f3324f5fce751b4213bfc7eaa47affb4e SIZE (rust/crates/tokio-websockets-0.11.4.crate) = 348475 -SHA256 (rust/crates/toml-0.8.23.crate) = dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362 -SIZE (rust/crates/toml-0.8.23.crate) = 36050 +SHA256 (rust/crates/toml-0.9.4.crate) = 41ae868b5a0f67631c14589f7e250c1ea2c574ee5ba21c6c8dd4b1485705a5a1 +SIZE (rust/crates/toml-0.9.4.crate) = 56847 SHA256 (rust/crates/toml_datetime-0.6.11.crate) = 22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c SIZE (rust/crates/toml_datetime-0.6.11.crate) = 16125 +SHA256 (rust/crates/toml_datetime-0.7.0.crate) = bade1c3e902f58d73d3f294cd7f20391c1cb2fbcb643b73566bc773971df91e3 +SIZE (rust/crates/toml_datetime-0.7.0.crate) = 18108 SHA256 (rust/crates/toml_edit-0.20.7.crate) = 70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81 SIZE (rust/crates/toml_edit-0.20.7.crate) = 101056 SHA256 (rust/crates/toml_edit-0.22.27.crate) = 41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a SIZE (rust/crates/toml_edit-0.22.27.crate) = 78602 +SHA256 (rust/crates/toml_parser-1.0.1.crate) = 97200572db069e74c512a14117b296ba0a80a30123fbbb5aa1f4a348f639ca30 +SIZE (rust/crates/toml_parser-1.0.1.crate) = 35063 SHA256 (rust/crates/toml_write-0.1.2.crate) = 5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801 SIZE (rust/crates/toml_write-0.1.2.crate) = 15660 +SHA256 (rust/crates/toml_writer-1.0.2.crate) = fcc842091f2def52017664b53082ecbbeb5c7731092bad69d2c63050401dfd64 +SIZE (rust/crates/toml_writer-1.0.2.crate) = 16988 SHA256 (rust/crates/tower-0.5.2.crate) = d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9 SIZE (rust/crates/tower-0.5.2.crate) = 109417 SHA256 (rust/crates/tower-layer-0.3.3.crate) = 121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e @@ -1393,5 +1399,5 @@ SHA256 (rust/crates/zune-core-0.4.12.crate) = 3f423a2c17029964870cfaabb1f13dfab7 SIZE (rust/crates/zune-core-0.4.12.crate) = 17355 SHA256 (rust/crates/zune-jpeg-0.4.14.crate) = 99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028 SIZE (rust/crates/zune-jpeg-0.4.14.crate) = 63388 -SHA256 (chatmail-core-v2.9.0_GH0.tar.gz) = b4626a08ae894e0239b4c9ce0c4c187aeef3fc65ec9aa0148457882b20d731d1 -SIZE (chatmail-core-v2.9.0_GH0.tar.gz) = 3271234 +SHA256 (chatmail-core-v2.11.0_GH0.tar.gz) = fb3d5296e9e27751bd0c55278f6e1541cabd5dffadc846e04d71104fa1f2d752 +SIZE (chatmail-core-v2.11.0_GH0.tar.gz) = 3279813 diff --git a/net/ecal/Makefile b/net/ecal/Makefile index ecf7441307d6..fce25ca0ea9e 100644 --- a/net/ecal/Makefile +++ b/net/ecal/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 5.13.3 PORTREVISION= 8 CATEGORIES= net devel -BROKEN= incompatible with asio >= 1.33 +BROKEN= incompatible with asio >= 1.33, see https://github.com/eclipse-ecal/ecal/issues/2340 MAINTAINER= yuri@FreeBSD.org COMMENT= Enhanced Communication Abstraction Layer diff --git a/net/fb303/Makefile b/net/fb303/Makefile index 087cf6de7465..95b73e6a97cb 100644 --- a/net/fb303/Makefile +++ b/net/fb303/Makefile @@ -1,7 +1,6 @@ PORTNAME= fb303 DISTVERSIONPREFIX= v -DISTVERSION= 2025.08.04.00 -PORTREVISION= 1 +DISTVERSION= 2025.08.18.00 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/fb303/distinfo b/net/fb303/distinfo index c20afe2b7259..2b2ec3ed08d2 100644 --- a/net/fb303/distinfo +++ b/net/fb303/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754411623 -SHA256 (facebook-fb303-v2025.08.04.00_GH0.tar.gz) = 15476f7de72f0270ac43626c1b50f7dabbf131e5939ba284a11797ad71b0ceab -SIZE (facebook-fb303-v2025.08.04.00_GH0.tar.gz) = 266389 +TIMESTAMP = 1755586125 +SHA256 (facebook-fb303-v2025.08.18.00_GH0.tar.gz) = d3495010adb466b612f233c2731ba6089d39be3fc8581aa99da9db4bf7d30017 +SIZE (facebook-fb303-v2025.08.18.00_GH0.tar.gz) = 268686 diff --git a/net/fb303/pkg-plist b/net/fb303/pkg-plist index ae936078dad7..91268dac3561 100644 --- a/net/fb303/pkg-plist +++ b/net/fb303/pkg-plist @@ -24,7 +24,6 @@ include/fb303/ThreadLocalStats-inl.h include/fb303/ThreadLocalStats.h include/fb303/ThreadLocalStatsMap-inl.h include/fb303/ThreadLocalStatsMap.h -include/fb303/Timeseries-inl.h include/fb303/Timeseries.h include/fb303/TimeseriesExporter.h include/fb303/TimeseriesHistogram-inl.h diff --git a/net/freerdp3/Makefile b/net/freerdp3/Makefile index cf1dd9e422df..412a3aed846b 100644 --- a/net/freerdp3/Makefile +++ b/net/freerdp3/Makefile @@ -1,6 +1,5 @@ PORTNAME= freerdp -DISTVERSION= 3.16.0 -PORTREVISION= 1 +DISTVERSION= 3.17.0 CATEGORIES= net comms MASTER_SITES+= https://pub.freerdp.com/releases/:freerdp \ https://github.com/FreeRDP/FreeRDP/releases/download/${DISTVERSION}/:freerdp @@ -8,18 +7,10 @@ PKGNAMESUFFIX= 3 DISTFILES+= ${DISTNAME}${EXTRACT_SUFX}:freerdp PATCH_SITES= https://github.com/FreeRDP/FreeRDP/commit/ -PATCHFILES= 281b9245966f019a8aa0271a73acd8da8104baa9.patch:-p1 \ - 6f03b25f8ec9320d10b3f3163543f8b6dd9ebc0c.patch:-p1 \ - 5d32afcdd0b780d95b77c6005d1b79482884cd46.patch:-p1 \ - 40c988e2da289e83081421942685a1a248f46603.patch:-p1 \ - 8e38600298310bc74271fd99aca74c2d5a2d071c.patch:-p1 \ - 4dc6091fde72a25dadcfed1f76c455cc9c3bf093.patch:-p1 \ - bee5edeb315336102f738a26a9bcff5b4d9ff03c.patch:-p1 \ - 59bfe47ef7c0fa596edad0716aaf28782d9e857a.patch:-p1 \ - 419ad81aa78d31394c8e8b8452b40ef842f48730.patch:-p1 \ - a86e3dc53c5cf4ba6879a4571b0610dddd224fbf.patch:-p1 \ - daeec1f98d69516fe52276608a750de3b3146d4e.patch:-p1 \ - efd89c035481088c5b352222fbeb0bfc69ac75fe.patch:-p1 +PATCHFILES= 83ffa524e90ae08a0f940b70cf66204477a172be.patch:-p1 \ + afa7069a8dde0e2109939d64b5f904dedeff1909.patch:-p1 \ + 78f51bed0dd51c271358f04769faf927bfdfcba8.patch:-p1 \ + 7e9149e6aa12e3105612f53d3bbf7d14e84835d4.patch:-p1 MAINTAINER= vvd@FreeBSD.org COMMENT= Free implementation of Remote Desktop Protocol @@ -65,7 +56,7 @@ OPTIONS_DEFINE_aarch64= SIMD OPTIONS_DEFINE_amd64= SIMD OPTIONS_DEFINE_armv7= SIMD OPTIONS_DEFINE_i386= SIMD -OPTIONS_DEFAULT= AAD CUPS FFMPEG GSSAPI_HEIMDAL ICU JSON_C \ +OPTIONS_DEFAULT= AAD CUPS FFMPEG GSSAPI_MIT ICU JSON_C \ KEYBOARD_LAYOUT MANPAGES RDPECAM SDL2 SDL3 \ SWSCALE TIMEZONE_FILE WAYLAND WEBVIEW X11 OPTIONS_DEFAULT_aarch64= SIMD diff --git a/net/freerdp3/distinfo b/net/freerdp3/distinfo index 3e8c31edb393..38d5e886cdf4 100644 --- a/net/freerdp3/distinfo +++ b/net/freerdp3/distinfo @@ -1,29 +1,13 @@ -TIMESTAMP = 1750888888 -SHA256 (freerdp-3.16.0.tar.gz) = 385af54245560493698730b688b5e6e5d56d5c7ecf2fa7c1d7cedfde8a4ba456 -SIZE (freerdp-3.16.0.tar.gz) = 10455341 +TIMESTAMP = 1756200000 +SHA256 (freerdp-3.17.0.tar.gz) = 5ec3f80d38421f894be3c38837e39b41965314f8ba1246faceb460d2b60869b6 +SIZE (freerdp-3.17.0.tar.gz) = 10522070 SHA256 (akallabeth-webview-2a0a130_GH0.tar.gz) = 22448da4658b73cc20e6944d9a351ab6c40d1a50026997f8278f63713f5f7c07 SIZE (akallabeth-webview-2a0a130_GH0.tar.gz) = 185888 -SHA256 (281b9245966f019a8aa0271a73acd8da8104baa9.patch) = beb7b98aab60752910221ee44217cd4e385e3ccd78290f30d58ad68aefd24dd8 -SIZE (281b9245966f019a8aa0271a73acd8da8104baa9.patch) = 4573 -SHA256 (6f03b25f8ec9320d10b3f3163543f8b6dd9ebc0c.patch) = 1e403108424ce00a60255eb11e824a718cb1eeef5346fe2895e08e1cddd27fcf -SIZE (6f03b25f8ec9320d10b3f3163543f8b6dd9ebc0c.patch) = 1229 -SHA256 (5d32afcdd0b780d95b77c6005d1b79482884cd46.patch) = b95656b6c9824a53e1048fa94c78b01cab39945c81d33cd9c982029a64a7da92 -SIZE (5d32afcdd0b780d95b77c6005d1b79482884cd46.patch) = 862 -SHA256 (40c988e2da289e83081421942685a1a248f46603.patch) = dbf1325a2d529421ae261a408b246687a85623ab6be8adf1a6cf1456129796f2 -SIZE (40c988e2da289e83081421942685a1a248f46603.patch) = 6439 -SHA256 (8e38600298310bc74271fd99aca74c2d5a2d071c.patch) = 31cc2084daae83e7ef4a1a2212a1aae33c26872603f3481369a2a43afbec5841 -SIZE (8e38600298310bc74271fd99aca74c2d5a2d071c.patch) = 1051 -SHA256 (4dc6091fde72a25dadcfed1f76c455cc9c3bf093.patch) = 17a35c8a25f330079b50eff414b56064affb2f7bf29b7d95a81f2b700a1a15e2 -SIZE (4dc6091fde72a25dadcfed1f76c455cc9c3bf093.patch) = 6347 -SHA256 (bee5edeb315336102f738a26a9bcff5b4d9ff03c.patch) = ae1c96a46efc2047ed30b2b7426cc05906de50aa16edd39683be776222b686cf -SIZE (bee5edeb315336102f738a26a9bcff5b4d9ff03c.patch) = 1270 -SHA256 (59bfe47ef7c0fa596edad0716aaf28782d9e857a.patch) = e681df060ba2693fd2c97044b9e55de4f2a02d94f5e95082dce925f8dca314f6 -SIZE (59bfe47ef7c0fa596edad0716aaf28782d9e857a.patch) = 908 -SHA256 (419ad81aa78d31394c8e8b8452b40ef842f48730.patch) = 662c6475d220dfca60733163d48f400961ba011f00cb4029e3db5cb4c1d534c3 -SIZE (419ad81aa78d31394c8e8b8452b40ef842f48730.patch) = 1721 -SHA256 (a86e3dc53c5cf4ba6879a4571b0610dddd224fbf.patch) = 158243d15e815613d0dcf049d3e416c0fa6aa6c73b3a485b6b9cb8aed24ae17c -SIZE (a86e3dc53c5cf4ba6879a4571b0610dddd224fbf.patch) = 1382 -SHA256 (daeec1f98d69516fe52276608a750de3b3146d4e.patch) = 6ba79f3ff2e049b86f9c9c5e8b812bcc59b979d637cfe934e8db3c19d0f2f066 -SIZE (daeec1f98d69516fe52276608a750de3b3146d4e.patch) = 1273 -SHA256 (efd89c035481088c5b352222fbeb0bfc69ac75fe.patch) = 5c71f15588bb33e166346dcf444977f3870986cdeb24afa2d84ff4200de95467 -SIZE (efd89c035481088c5b352222fbeb0bfc69ac75fe.patch) = 1178 +SHA256 (83ffa524e90ae08a0f940b70cf66204477a172be.patch) = 24339d494a28e1e2b8f65d1e0c0ffe8719d949c4e43686df66cccb0c72296131 +SIZE (83ffa524e90ae08a0f940b70cf66204477a172be.patch) = 4209 +SHA256 (afa7069a8dde0e2109939d64b5f904dedeff1909.patch) = da71459584ebc24a3b8f94b4722d7906fb3fca6c60d27a8fa38c642e8798ef33 +SIZE (afa7069a8dde0e2109939d64b5f904dedeff1909.patch) = 1279 +SHA256 (78f51bed0dd51c271358f04769faf927bfdfcba8.patch) = 680cc32cba9a1a023f83f91288a342837ea403edf9623a4962da14d40ef3fa00 +SIZE (78f51bed0dd51c271358f04769faf927bfdfcba8.patch) = 1034 +SHA256 (7e9149e6aa12e3105612f53d3bbf7d14e84835d4.patch) = 9443b095abfab500a07ce127cc063f6440d4b0e7a94fbbd439d244684c255825 +SIZE (7e9149e6aa12e3105612f53d3bbf7d14e84835d4.patch) = 1783 diff --git a/net/frp/Makefile b/net/frp/Makefile index 861c1c87063f..7a1bfa540003 100644 --- a/net/frp/Makefile +++ b/net/frp/Makefile @@ -1,7 +1,6 @@ PORTNAME= frp DISTVERSIONPREFIX= v -DISTVERSION= 0.61.2 -PORTREVISION= 2 +DISTVERSION= 0.64.0 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/frp/distinfo b/net/frp/distinfo index 9e3e82858482..254604374bd0 100644 --- a/net/frp/distinfo +++ b/net/frp/distinfo @@ -1,11 +1,11 @@ -TIMESTAMP = 1741431750 -SHA256 (go/net_frp/frp-v0.61.2/v0.61.2.mod) = fd4b9ef2d95cc0c91950786a5a5e206dfa7a94c39cd9489ac5d56896fe1dc62d -SIZE (go/net_frp/frp-v0.61.2/v0.61.2.mod) = 3296 -SHA256 (go/net_frp/frp-v0.61.2/v0.61.2.zip) = 498e694e899cc24f6cf5296e308753db3c3d422616110e690a0b2313468ac72e -SIZE (go/net_frp/frp-v0.61.2/v0.61.2.zip) = 1313499 -SHA256 (go/net_frp/frp-v0.61.2/golang-net-v0.8.0_GH0.tar.gz) = f9e2128a2d6861db0595428c7cce62fe5a131348a6c7651b6efa8b03d0b10831 -SIZE (go/net_frp/frp-v0.61.2/golang-net-v0.8.0_GH0.tar.gz) = 1244302 -SHA256 (go/net_frp/frp-v0.61.2/golang-sys-v0.6.0_GH0.tar.gz) = b4f6d17c7a128f76169964b437cb66b3f2dbf9a33361928ec19dfecf7b03fc54 -SIZE (go/net_frp/frp-v0.61.2/golang-sys-v0.6.0_GH0.tar.gz) = 1434234 -SHA256 (go/net_frp/frp-v0.61.2/golang-text-v0.8.0_GH0.tar.gz) = aeaec799a8e0b02523c80fed03383da04bf1b9c9ef431ed4d34b70488fbeaa64 -SIZE (go/net_frp/frp-v0.61.2/golang-text-v0.8.0_GH0.tar.gz) = 8359526 +TIMESTAMP = 1756088343 +SHA256 (go/net_frp/frp-v0.64.0/v0.64.0.mod) = 6677a2792650c1e5ac93453521d94999949657165e9174200574dddbabd29bfd +SIZE (go/net_frp/frp-v0.64.0/v0.64.0.mod) = 3427 +SHA256 (go/net_frp/frp-v0.64.0/v0.64.0.zip) = 64c6310fb2caa10b30181d377e9695c809c20072590bce9c314f6b6b43d7536b +SIZE (go/net_frp/frp-v0.64.0/v0.64.0.zip) = 1343110 +SHA256 (go/net_frp/frp-v0.64.0/golang-net-v0.8.0_GH0.tar.gz) = f9e2128a2d6861db0595428c7cce62fe5a131348a6c7651b6efa8b03d0b10831 +SIZE (go/net_frp/frp-v0.64.0/golang-net-v0.8.0_GH0.tar.gz) = 1244302 +SHA256 (go/net_frp/frp-v0.64.0/golang-sys-v0.6.0_GH0.tar.gz) = b4f6d17c7a128f76169964b437cb66b3f2dbf9a33361928ec19dfecf7b03fc54 +SIZE (go/net_frp/frp-v0.64.0/golang-sys-v0.6.0_GH0.tar.gz) = 1434234 +SHA256 (go/net_frp/frp-v0.64.0/golang-text-v0.8.0_GH0.tar.gz) = aeaec799a8e0b02523c80fed03383da04bf1b9c9ef431ed4d34b70488fbeaa64 +SIZE (go/net_frp/frp-v0.64.0/golang-text-v0.8.0_GH0.tar.gz) = 8359526 diff --git a/net/gerbera/Makefile b/net/gerbera/Makefile index 985f86182fd0..a5ebf9f9d337 100644 --- a/net/gerbera/Makefile +++ b/net/gerbera/Makefile @@ -1,7 +1,6 @@ PORTNAME= gerbera DISTVERSIONPREFIX= v -DISTVERSION= 2.6.0 -PORTREVISION= 1 +DISTVERSION= 2.6.1 CATEGORIES= net multimedia MAINTAINER= diizzy@FreeBSD.org diff --git a/net/gerbera/distinfo b/net/gerbera/distinfo index d27bc84ef971..5eee063a0a5f 100644 --- a/net/gerbera/distinfo +++ b/net/gerbera/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754359254 -SHA256 (gerbera-gerbera-v2.6.0_GH0.tar.gz) = 21505bd3c14b79cf63e423f14ab3bde96f74b044bffb208bd6f437b4b90e1668 -SIZE (gerbera-gerbera-v2.6.0_GH0.tar.gz) = 9870593 +TIMESTAMP = 1755307156 +SHA256 (gerbera-gerbera-v2.6.1_GH0.tar.gz) = 6a7ed1c73bd86bdddd76bcb6c4bcd2e42788a20eb1f3165e0ea9f456abccd3ed +SIZE (gerbera-gerbera-v2.6.1_GH0.tar.gz) = 9874477 diff --git a/net/gitlab-agent/distinfo b/net/gitlab-agent/distinfo index 8f0f7fc9aeee..6beff0872658 100644 --- a/net/gitlab-agent/distinfo +++ b/net/gitlab-agent/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1755072120 -SHA256 (go/net_gitlab-agent/gitlab-agent-v18.2.2/v18.2.2.mod) = 4772214d0f7667ed5a2f465d728888c258c09e89afb5e4b0e6e5a087b77057fd -SIZE (go/net_gitlab-agent/gitlab-agent-v18.2.2/v18.2.2.mod) = 9809 -SHA256 (go/net_gitlab-agent/gitlab-agent-v18.2.2/v18.2.2.zip) = 1d8c4f30dea325bfde3e0e1361f90e85201d02a04c5c49437032dad9a658940d -SIZE (go/net_gitlab-agent/gitlab-agent-v18.2.2/v18.2.2.zip) = 1709113 +TIMESTAMP = 1755673971 +SHA256 (go/net_gitlab-agent/gitlab-agent-v18.3.0/v18.3.0.mod) = 2ec01cce9df32ed086dd50ebf5d7d120d6edffe83b9ea78dbfba19d1e92d77d2 +SIZE (go/net_gitlab-agent/gitlab-agent-v18.3.0/v18.3.0.mod) = 10172 +SHA256 (go/net_gitlab-agent/gitlab-agent-v18.3.0/v18.3.0.zip) = 5cc156ef5215212c5e6c2fd0c6205d839d806343e74cdb748ee0fb8366092224 +SIZE (go/net_gitlab-agent/gitlab-agent-v18.3.0/v18.3.0.zip) = 1790280 diff --git a/net/google-cloud-sdk/Makefile b/net/google-cloud-sdk/Makefile index b93fe6603049..ab44c74ec83a 100644 --- a/net/google-cloud-sdk/Makefile +++ b/net/google-cloud-sdk/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-sdk -DISTVERSION= 534.0.0 +DISTVERSION= 536.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 ff0790d65b23..0cd33af8fb1a 100644 --- a/net/google-cloud-sdk/distinfo +++ b/net/google-cloud-sdk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1755074350 -SHA256 (google-cloud-sdk-534.0.0-linux-x86_64.tar.gz) = 4a26da23b68cd0f3da0aed3549babfa493e6868c09e94437675dc014a892e3f6 -SIZE (google-cloud-sdk-534.0.0-linux-x86_64.tar.gz) = 149909368 +TIMESTAMP = 1756286161 +SHA256 (google-cloud-sdk-536.0.0-linux-x86_64.tar.gz) = 041079ba36b03a3987b067957a4c95b1037fe5e8d5f8d86ed24efcb6e8751687 +SIZE (google-cloud-sdk-536.0.0-linux-x86_64.tar.gz) = 149994720 diff --git a/net/gtk-vnc/Makefile b/net/gtk-vnc/Makefile index 6dee94b7305f..cad7f5d6b885 100644 --- a/net/gtk-vnc/Makefile +++ b/net/gtk-vnc/Makefile @@ -1,12 +1,11 @@ PORTNAME= gtk-vnc -PORTVERSION= 1.3.1 -PORTREVISION= 6 +PORTVERSION= 1.5.0 CATEGORIES= net gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= VNC viewer widget for GTK -WWW= http://live.gnome.org/gtk-vnc +WWW= https://gitlab.gnome.org/GNOME/gtk-vnc LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.LIB @@ -22,14 +21,19 @@ USE_GNOME= cairo gdkpixbuf gtk30 introspection:build USE_XORG= x11 USE_LDCONFIG= yes -OPTIONS_DEFINE= PULSEAUDIO +OPTIONS_DEFINE= DOCS PULSEAUDIO OPTIONS_DEFAULT=PULSEAUDIO OPTIONS_SUB= yes +DOCS_BUILD_DEPENDS= gi-docgen:textproc/py-gi-docgen +DOCS_MESON_ENABLED= gi-docs + PULSEAUDIO_DESC= use PulseAudio for audio playback PULSEAUDIO_MESON_ENABLED= pulseaudio PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio BINARY_ALIAS= python3=${PYTHON_VERSION} +PLIST_SUB+= DOCSDIR2=share/doc/gvnc + .include <bsd.port.mk> diff --git a/net/gtk-vnc/distinfo b/net/gtk-vnc/distinfo index 397e4500f0fb..7e893ff44986 100644 --- a/net/gtk-vnc/distinfo +++ b/net/gtk-vnc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1659641066 -SHA256 (gtk-vnc-1.3.1.tar.xz) = 512763ac4e0559d0158b6682ca5dd1a3bd633f082f5e4349d7158e6b5f80f1ce -SIZE (gtk-vnc-1.3.1.tar.xz) = 222204 +TIMESTAMP = 1756131434 +SHA256 (gtk-vnc-1.5.0.tar.xz) = c0beb4747528ad931da43acc567c6a0190f7fc624465571ed9ccece02c34dd23 +SIZE (gtk-vnc-1.5.0.tar.xz) = 227600 diff --git a/net/gtk-vnc/files/patch-src_continuation.h b/net/gtk-vnc/files/patch-src_continuation.h index 6b4878259190..51988c122fd4 100644 --- a/net/gtk-vnc/files/patch-src_continuation.h +++ b/net/gtk-vnc/files/patch-src_continuation.h @@ -1,10 +1,10 @@ ---- src/continuation.h.orig 2011-02-18 16:29:10.000000000 +0000 -+++ src/continuation.h 2011-02-20 17:50:37.000000000 +0000 -@@ -21,6 +21,7 @@ - #ifndef _CONTINUATION_H_ - #define _CONTINUATION_H_ +--- src/continuation.h.orig 2025-02-07 09:45:55 UTC ++++ src/continuation.h +@@ -23,6 +23,7 @@ + #include <stddef.h> + #include <setjmp.h> +#include <sys/types.h> - #include <ucontext.h> struct continuation + { diff --git a/net/gtk-vnc/pkg-plist b/net/gtk-vnc/pkg-plist index 02e6a94f79c2..f2877dcfe2fd 100644 --- a/net/gtk-vnc/pkg-plist +++ b/net/gtk-vnc/pkg-plist @@ -35,10 +35,394 @@ lib/libgvnc-1.0.so.0.0.1 libdata/pkgconfig/gtk-vnc-2.0.pc libdata/pkgconfig/gvnc-1.0.pc %%PULSEAUDIO%%libdata/pkgconfig/gvncpulse-1.0.pc -share/man/man1/gvnccapture.1.gz share/gir-1.0/GVnc-1.0.gir %%PULSEAUDIO%%share/gir-1.0/GVncPulse-1.0.gir share/gir-1.0/GtkVnc-2.0.gir +%%PORTDOCS%%%%DOCSDIR%%.toml +%%PORTDOCS%%%%DOCSDIR%%/RedHatDisplay-Black.woff +%%PORTDOCS%%%%DOCSDIR%%/RedHatDisplay-Black.woff2 +%%PORTDOCS%%%%DOCSDIR%%/RedHatDisplay-BlackItalic.woff +%%PORTDOCS%%%%DOCSDIR%%/RedHatDisplay-BlackItalic.woff2 +%%PORTDOCS%%%%DOCSDIR%%/RedHatDisplay-Bold.woff +%%PORTDOCS%%%%DOCSDIR%%/RedHatDisplay-Bold.woff2 +%%PORTDOCS%%%%DOCSDIR%%/RedHatDisplay-BoldItalic.woff +%%PORTDOCS%%%%DOCSDIR%%/RedHatDisplay-BoldItalic.woff2 +%%PORTDOCS%%%%DOCSDIR%%/RedHatDisplay-Italic.woff +%%PORTDOCS%%%%DOCSDIR%%/RedHatDisplay-Italic.woff2 +%%PORTDOCS%%%%DOCSDIR%%/RedHatDisplay-Medium.woff +%%PORTDOCS%%%%DOCSDIR%%/RedHatDisplay-Medium.woff2 +%%PORTDOCS%%%%DOCSDIR%%/RedHatDisplay-MediumItalic.woff +%%PORTDOCS%%%%DOCSDIR%%/RedHatDisplay-MediumItalic.woff2 +%%PORTDOCS%%%%DOCSDIR%%/RedHatDisplay-Regular.woff +%%PORTDOCS%%%%DOCSDIR%%/RedHatDisplay-Regular.woff2 +%%PORTDOCS%%%%DOCSDIR%%/RedHatText-Bold.woff +%%PORTDOCS%%%%DOCSDIR%%/RedHatText-Bold.woff2 +%%PORTDOCS%%%%DOCSDIR%%/RedHatText-BoldItalic.woff +%%PORTDOCS%%%%DOCSDIR%%/RedHatText-BoldItalic.woff2 +%%PORTDOCS%%%%DOCSDIR%%/RedHatText-Italic.woff +%%PORTDOCS%%%%DOCSDIR%%/RedHatText-Italic.woff2 +%%PORTDOCS%%%%DOCSDIR%%/RedHatText-Medium.woff +%%PORTDOCS%%%%DOCSDIR%%/RedHatText-Medium.woff2 +%%PORTDOCS%%%%DOCSDIR%%/RedHatText-MediumItalic.woff +%%PORTDOCS%%%%DOCSDIR%%/RedHatText-MediumItalic.woff2 +%%PORTDOCS%%%%DOCSDIR%%/RedHatText-Regular.woff +%%PORTDOCS%%%%DOCSDIR%%/RedHatText-Regular.woff2 +%%PORTDOCS%%%%DOCSDIR%%/SourceCodePro-It.ttf.woff +%%PORTDOCS%%%%DOCSDIR%%/SourceCodePro-Regular.ttf.woff +%%PORTDOCS%%%%DOCSDIR%%/SourceCodePro-Semibold.ttf.woff +%%PORTDOCS%%%%DOCSDIR%%/class.CairoFramebuffer.html +%%PORTDOCS%%%%DOCSDIR%%/class.Display.html +%%PORTDOCS%%%%DOCSDIR%%/classes_hierarchy.html +%%PORTDOCS%%%%DOCSDIR%%/ctor.CairoFramebuffer.new.html +%%PORTDOCS%%%%DOCSDIR%%/ctor.Display.new.html +%%PORTDOCS%%%%DOCSDIR%%/ctor.GrabSequence.new.html +%%PORTDOCS%%%%DOCSDIR%%/ctor.GrabSequence.new_from_string.html +%%PORTDOCS%%%%DOCSDIR%%/enum.DisplayCredential.html +%%PORTDOCS%%%%DOCSDIR%%/enum.DisplayDepthColor.html +%%PORTDOCS%%%%DOCSDIR%%/enum.DisplayKeyEvent.html +%%PORTDOCS%%%%DOCSDIR%%/fonts.css +%%PORTDOCS%%%%DOCSDIR%%/fzy.js +%%PORTDOCS%%%%DOCSDIR%%/go-up-symbolic.png +%%PORTDOCS%%%%DOCSDIR%%/gtk-vnc.devhelp2 +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/index.json +%%PORTDOCS%%%%DOCSDIR%%/main.js +%%PORTDOCS%%%%DOCSDIR%%/method.CairoFramebuffer.get_surface.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.client_cut_text.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.close.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.force_grab.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.get_allow_resize.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.get_connection.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.get_depth.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.get_force_size.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.get_grab_keys.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.get_height.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.get_keep_aspect_ratio.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.get_keyboard_grab.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.get_lossy_encoding.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.get_name.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.get_pixbuf.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.get_pointer_force_visible.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.get_pointer_grab.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.get_pointer_local.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.get_read_only.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.get_rotation.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.get_scaling.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.get_shared_flag.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.get_smoothing.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.get_width.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.get_zoom_level.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.is_open.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.is_pointer_absolute.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.open_addr.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.open_fd.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.open_fd_with_hostname.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.open_host.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.request_update.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.send_keys.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.send_keys_ex.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.send_pointer.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.set_allow_resize.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.set_credential.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.set_depth.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.set_force_size.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.set_grab_keys.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.set_keep_aspect_ratio.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.set_keyboard_grab.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.set_lossy_encoding.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.set_pointer_force_visible.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.set_pointer_grab.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.set_pointer_local.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.set_read_only.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.set_rotation.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.set_scaling.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.set_shared_flag.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.set_smoothing.html +%%PORTDOCS%%%%DOCSDIR%%/method.Display.set_zoom_level.html +%%PORTDOCS%%%%DOCSDIR%%/method.GrabSequence.as_string.html +%%PORTDOCS%%%%DOCSDIR%%/method.GrabSequence.copy.html +%%PORTDOCS%%%%DOCSDIR%%/method.GrabSequence.free.html +%%PORTDOCS%%%%DOCSDIR%%/method.GrabSequence.get_nth.html +%%PORTDOCS%%%%DOCSDIR%%/property.CairoFramebuffer.surface.html +%%PORTDOCS%%%%DOCSDIR%%/property.Display.allow-resize.html +%%PORTDOCS%%%%DOCSDIR%%/property.Display.connection.html +%%PORTDOCS%%%%DOCSDIR%%/property.Display.depth.html +%%PORTDOCS%%%%DOCSDIR%%/property.Display.force-size.html +%%PORTDOCS%%%%DOCSDIR%%/property.Display.grab-keyboard.html +%%PORTDOCS%%%%DOCSDIR%%/property.Display.grab-keys.html +%%PORTDOCS%%%%DOCSDIR%%/property.Display.grab-pointer.html +%%PORTDOCS%%%%DOCSDIR%%/property.Display.height.html +%%PORTDOCS%%%%DOCSDIR%%/property.Display.keep-aspect-ratio.html +%%PORTDOCS%%%%DOCSDIR%%/property.Display.local-pointer.html +%%PORTDOCS%%%%DOCSDIR%%/property.Display.lossy-encoding.html +%%PORTDOCS%%%%DOCSDIR%%/property.Display.name.html +%%PORTDOCS%%%%DOCSDIR%%/property.Display.read-only.html +%%PORTDOCS%%%%DOCSDIR%%/property.Display.rotation.html +%%PORTDOCS%%%%DOCSDIR%%/property.Display.scaling.html +%%PORTDOCS%%%%DOCSDIR%%/property.Display.shared-flag.html +%%PORTDOCS%%%%DOCSDIR%%/property.Display.smoothing.html +%%PORTDOCS%%%%DOCSDIR%%/property.Display.width.html +%%PORTDOCS%%%%DOCSDIR%%/property.Display.zoom-level.html +%%PORTDOCS%%%%DOCSDIR%%/search.js +%%PORTDOCS%%%%DOCSDIR%%/signal.Display.vnc-auth-credential.html +%%PORTDOCS%%%%DOCSDIR%%/signal.Display.vnc-auth-failure.html +%%PORTDOCS%%%%DOCSDIR%%/signal.Display.vnc-auth-unsupported.html +%%PORTDOCS%%%%DOCSDIR%%/signal.Display.vnc-bell.html +%%PORTDOCS%%%%DOCSDIR%%/signal.Display.vnc-connected.html +%%PORTDOCS%%%%DOCSDIR%%/signal.Display.vnc-desktop-rename.html +%%PORTDOCS%%%%DOCSDIR%%/signal.Display.vnc-desktop-resize.html +%%PORTDOCS%%%%DOCSDIR%%/signal.Display.vnc-disconnected.html +%%PORTDOCS%%%%DOCSDIR%%/signal.Display.vnc-error.html +%%PORTDOCS%%%%DOCSDIR%%/signal.Display.vnc-initialized.html +%%PORTDOCS%%%%DOCSDIR%%/signal.Display.vnc-keyboard-grab.html +%%PORTDOCS%%%%DOCSDIR%%/signal.Display.vnc-keyboard-ungrab.html +%%PORTDOCS%%%%DOCSDIR%%/signal.Display.vnc-pointer-grab.html +%%PORTDOCS%%%%DOCSDIR%%/signal.Display.vnc-pointer-ungrab.html +%%PORTDOCS%%%%DOCSDIR%%/signal.Display.vnc-power-control-failed.html +%%PORTDOCS%%%%DOCSDIR%%/signal.Display.vnc-power-control-initialized.html +%%PORTDOCS%%%%DOCSDIR%%/signal.Display.vnc-server-cut-text.html +%%PORTDOCS%%%%DOCSDIR%%/solarized-dark.css +%%PORTDOCS%%%%DOCSDIR%%/solarized-light.css +%%PORTDOCS%%%%DOCSDIR%%/struct.GrabSequence.html +%%PORTDOCS%%%%DOCSDIR%%/style.css +%%PORTDOCS%%%%DOCSDIR%%/type_func.Display.get_option_entries.html +%%PORTDOCS%%%%DOCSDIR%%/type_func.Display.get_option_group.html +%%PORTDOCS%%%%DOCSDIR%%/urlmap.js +%%PORTDOCS%%%%DOCSDIR%%/vfunc.Display.vnc_auth_credential.html +%%PORTDOCS%%%%DOCSDIR%%/vfunc.Display.vnc_connected.html +%%PORTDOCS%%%%DOCSDIR%%/vfunc.Display.vnc_disconnected.html +%%PORTDOCS%%%%DOCSDIR%%/vfunc.Display.vnc_initialized.html +%%PORTDOCS%%%%DOCSDIR2%%.toml +%%PORTDOCS%%%%DOCSDIR2%%/RedHatDisplay-Black.woff +%%PORTDOCS%%%%DOCSDIR2%%/RedHatDisplay-Black.woff2 +%%PORTDOCS%%%%DOCSDIR2%%/RedHatDisplay-BlackItalic.woff +%%PORTDOCS%%%%DOCSDIR2%%/RedHatDisplay-BlackItalic.woff2 +%%PORTDOCS%%%%DOCSDIR2%%/RedHatDisplay-Bold.woff +%%PORTDOCS%%%%DOCSDIR2%%/RedHatDisplay-Bold.woff2 +%%PORTDOCS%%%%DOCSDIR2%%/RedHatDisplay-BoldItalic.woff +%%PORTDOCS%%%%DOCSDIR2%%/RedHatDisplay-BoldItalic.woff2 +%%PORTDOCS%%%%DOCSDIR2%%/RedHatDisplay-Italic.woff +%%PORTDOCS%%%%DOCSDIR2%%/RedHatDisplay-Italic.woff2 +%%PORTDOCS%%%%DOCSDIR2%%/RedHatDisplay-Medium.woff +%%PORTDOCS%%%%DOCSDIR2%%/RedHatDisplay-Medium.woff2 +%%PORTDOCS%%%%DOCSDIR2%%/RedHatDisplay-MediumItalic.woff +%%PORTDOCS%%%%DOCSDIR2%%/RedHatDisplay-MediumItalic.woff2 +%%PORTDOCS%%%%DOCSDIR2%%/RedHatDisplay-Regular.woff +%%PORTDOCS%%%%DOCSDIR2%%/RedHatDisplay-Regular.woff2 +%%PORTDOCS%%%%DOCSDIR2%%/RedHatText-Bold.woff +%%PORTDOCS%%%%DOCSDIR2%%/RedHatText-Bold.woff2 +%%PORTDOCS%%%%DOCSDIR2%%/RedHatText-BoldItalic.woff +%%PORTDOCS%%%%DOCSDIR2%%/RedHatText-BoldItalic.woff2 +%%PORTDOCS%%%%DOCSDIR2%%/RedHatText-Italic.woff +%%PORTDOCS%%%%DOCSDIR2%%/RedHatText-Italic.woff2 +%%PORTDOCS%%%%DOCSDIR2%%/RedHatText-Medium.woff +%%PORTDOCS%%%%DOCSDIR2%%/RedHatText-Medium.woff2 +%%PORTDOCS%%%%DOCSDIR2%%/RedHatText-MediumItalic.woff +%%PORTDOCS%%%%DOCSDIR2%%/RedHatText-MediumItalic.woff2 +%%PORTDOCS%%%%DOCSDIR2%%/RedHatText-Regular.woff +%%PORTDOCS%%%%DOCSDIR2%%/RedHatText-Regular.woff2 +%%PORTDOCS%%%%DOCSDIR2%%/SourceCodePro-It.ttf.woff +%%PORTDOCS%%%%DOCSDIR2%%/SourceCodePro-Regular.ttf.woff +%%PORTDOCS%%%%DOCSDIR2%%/SourceCodePro-Semibold.ttf.woff +%%PORTDOCS%%%%DOCSDIR2%%/class.BaseAudio.html +%%PORTDOCS%%%%DOCSDIR2%%/class.BaseFramebuffer.html +%%PORTDOCS%%%%DOCSDIR2%%/class.Connection.html +%%PORTDOCS%%%%DOCSDIR2%%/class.Cursor.html +%%PORTDOCS%%%%DOCSDIR2%%/classes_hierarchy.html +%%PORTDOCS%%%%DOCSDIR2%%/const.LEDSTATE_CAPS_LOCK.html +%%PORTDOCS%%%%DOCSDIR2%%/const.LEDSTATE_NUM_LOCK.html +%%PORTDOCS%%%%DOCSDIR2%%/const.LEDSTATE_SCROLL_LOCK.html +%%PORTDOCS%%%%DOCSDIR2%%/const.MAJOR_VERSION.html +%%PORTDOCS%%%%DOCSDIR2%%/const.MICRO_VERSION.html +%%PORTDOCS%%%%DOCSDIR2%%/const.MINOR_VERSION.html +%%PORTDOCS%%%%DOCSDIR2%%/const.PADDING.html +%%PORTDOCS%%%%DOCSDIR2%%/const.PADDING_LARGE.html +%%PORTDOCS%%%%DOCSDIR2%%/ctor.AudioFormat.new.html +%%PORTDOCS%%%%DOCSDIR2%%/ctor.AudioSample.new.html +%%PORTDOCS%%%%DOCSDIR2%%/ctor.BaseAudio.new.html +%%PORTDOCS%%%%DOCSDIR2%%/ctor.BaseFramebuffer.new.html +%%PORTDOCS%%%%DOCSDIR2%%/ctor.ColorMap.new.html +%%PORTDOCS%%%%DOCSDIR2%%/ctor.Connection.new.html +%%PORTDOCS%%%%DOCSDIR2%%/ctor.Cursor.new.html +%%PORTDOCS%%%%DOCSDIR2%%/ctor.PixelFormat.new.html +%%PORTDOCS%%%%DOCSDIR2%%/enum.AudioFormatType.html +%%PORTDOCS%%%%DOCSDIR2%%/enum.ConnectionAuth.html +%%PORTDOCS%%%%DOCSDIR2%%/enum.ConnectionAuthVencrypt.html +%%PORTDOCS%%%%DOCSDIR2%%/enum.ConnectionCredential.html +%%PORTDOCS%%%%DOCSDIR2%%/enum.ConnectionEncoding.html +%%PORTDOCS%%%%DOCSDIR2%%/enum.ConnectionPowerAction.html +%%PORTDOCS%%%%DOCSDIR2%%/enum.ConnectionResizeStatus.html +%%PORTDOCS%%%%DOCSDIR2%%/fonts.css +%%PORTDOCS%%%%DOCSDIR2%%/func.CHECK_VERSION.html +%%PORTDOCS%%%%DOCSDIR2%%/func.DEBUG.html +%%PORTDOCS%%%%DOCSDIR2%%/func.util_check_version.html +%%PORTDOCS%%%%DOCSDIR2%%/func.util_get_debug.html +%%PORTDOCS%%%%DOCSDIR2%%/func.util_get_version.html +%%PORTDOCS%%%%DOCSDIR2%%/func.util_get_version_string.html +%%PORTDOCS%%%%DOCSDIR2%%/func.util_set_debug.html +%%PORTDOCS%%%%DOCSDIR2%%/fzy.js +%%PORTDOCS%%%%DOCSDIR2%%/go-up-symbolic.png +%%PORTDOCS%%%%DOCSDIR2%%/gvnc.devhelp2 +%%PORTDOCS%%%%DOCSDIR2%%/iface.Audio.html +%%PORTDOCS%%%%DOCSDIR2%%/iface.Framebuffer.html +%%PORTDOCS%%%%DOCSDIR2%%/index.html +%%PORTDOCS%%%%DOCSDIR2%%/index.json +%%PORTDOCS%%%%DOCSDIR2%%/main.js +%%PORTDOCS%%%%DOCSDIR2%%/method.Audio.playback_data.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Audio.playback_start.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Audio.playback_stop.html +%%PORTDOCS%%%%DOCSDIR2%%/method.AudioFormat.copy.html +%%PORTDOCS%%%%DOCSDIR2%%/method.AudioFormat.free.html +%%PORTDOCS%%%%DOCSDIR2%%/method.AudioSample.copy.html +%%PORTDOCS%%%%DOCSDIR2%%/method.AudioSample.free.html +%%PORTDOCS%%%%DOCSDIR2%%/method.ColorMap.copy.html +%%PORTDOCS%%%%DOCSDIR2%%/method.ColorMap.free.html +%%PORTDOCS%%%%DOCSDIR2%%/method.ColorMap.lookup.html +%%PORTDOCS%%%%DOCSDIR2%%/method.ColorMap.set.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Connection.audio_disable.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Connection.audio_enable.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Connection.client_cut_text.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Connection.framebuffer_update_request.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Connection.get_abs_pointer.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Connection.get_audio_format.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Connection.get_cursor.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Connection.get_ext_key_event.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Connection.get_height.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Connection.get_ledstate.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Connection.get_name.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Connection.get_pixel_format.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Connection.get_power_control.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Connection.get_shared.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Connection.get_width.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Connection.has_error.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Connection.is_initialized.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Connection.is_open.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Connection.key_event.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Connection.open_addr.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Connection.open_fd.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Connection.open_fd_with_hostname.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Connection.open_host.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Connection.pointer_event.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Connection.power_control.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Connection.set_audio.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Connection.set_audio_format.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Connection.set_auth_subtype.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Connection.set_auth_type.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Connection.set_credential.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Connection.set_encodings.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Connection.set_framebuffer.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Connection.set_pixel_format.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Connection.set_shared.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Connection.set_size.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Connection.shutdown.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Cursor.get_data.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Cursor.get_height.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Cursor.get_hotx.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Cursor.get_hoty.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Cursor.get_width.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Cursor.is_visible.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Framebuffer.blt.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Framebuffer.copyrect.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Framebuffer.fill.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Framebuffer.get_buffer.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Framebuffer.get_height.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Framebuffer.get_local_format.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Framebuffer.get_remote_format.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Framebuffer.get_rowstride.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Framebuffer.get_width.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Framebuffer.perfect_format_match.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Framebuffer.rgb24_blt.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Framebuffer.set_color_map.html +%%PORTDOCS%%%%DOCSDIR2%%/method.Framebuffer.set_pixel_at.html +%%PORTDOCS%%%%DOCSDIR2%%/method.PixelFormat.copy.html +%%PORTDOCS%%%%DOCSDIR2%%/method.PixelFormat.free.html +%%PORTDOCS%%%%DOCSDIR2%%/method.PixelFormat.match.html +%%PORTDOCS%%%%DOCSDIR2%%/property.BaseFramebuffer.buffer.html +%%PORTDOCS%%%%DOCSDIR2%%/property.BaseFramebuffer.color-map.html +%%PORTDOCS%%%%DOCSDIR2%%/property.BaseFramebuffer.height.html +%%PORTDOCS%%%%DOCSDIR2%%/property.BaseFramebuffer.local-format.html +%%PORTDOCS%%%%DOCSDIR2%%/property.BaseFramebuffer.remote-format.html +%%PORTDOCS%%%%DOCSDIR2%%/property.BaseFramebuffer.rowstride.html +%%PORTDOCS%%%%DOCSDIR2%%/property.BaseFramebuffer.width.html +%%PORTDOCS%%%%DOCSDIR2%%/property.Connection.framebuffer.html +%%PORTDOCS%%%%DOCSDIR2%%/property.Cursor.data.html +%%PORTDOCS%%%%DOCSDIR2%%/property.Cursor.height.html +%%PORTDOCS%%%%DOCSDIR2%%/property.Cursor.hotx.html +%%PORTDOCS%%%%DOCSDIR2%%/property.Cursor.hoty.html +%%PORTDOCS%%%%DOCSDIR2%%/property.Cursor.width.html +%%PORTDOCS%%%%DOCSDIR2%%/search.js +%%PORTDOCS%%%%DOCSDIR2%%/signal.BaseAudio.vnc-audio-playback-data.html +%%PORTDOCS%%%%DOCSDIR2%%/signal.BaseAudio.vnc-audio-playback-start.html +%%PORTDOCS%%%%DOCSDIR2%%/signal.BaseAudio.vnc-audio-playback-stop.html +%%PORTDOCS%%%%DOCSDIR2%%/signal.Connection.vnc-auth-choose-subtype.html +%%PORTDOCS%%%%DOCSDIR2%%/signal.Connection.vnc-auth-choose-type.html +%%PORTDOCS%%%%DOCSDIR2%%/signal.Connection.vnc-auth-credential.html +%%PORTDOCS%%%%DOCSDIR2%%/signal.Connection.vnc-auth-failure.html +%%PORTDOCS%%%%DOCSDIR2%%/signal.Connection.vnc-auth-unsupported.html +%%PORTDOCS%%%%DOCSDIR2%%/signal.Connection.vnc-bell.html +%%PORTDOCS%%%%DOCSDIR2%%/signal.Connection.vnc-connected.html +%%PORTDOCS%%%%DOCSDIR2%%/signal.Connection.vnc-cursor-changed.html +%%PORTDOCS%%%%DOCSDIR2%%/signal.Connection.vnc-desktop-rename.html +%%PORTDOCS%%%%DOCSDIR2%%/signal.Connection.vnc-desktop-resize.html +%%PORTDOCS%%%%DOCSDIR2%%/signal.Connection.vnc-disconnected.html +%%PORTDOCS%%%%DOCSDIR2%%/signal.Connection.vnc-error.html +%%PORTDOCS%%%%DOCSDIR2%%/signal.Connection.vnc-framebuffer-update.html +%%PORTDOCS%%%%DOCSDIR2%%/signal.Connection.vnc-initialized.html +%%PORTDOCS%%%%DOCSDIR2%%/signal.Connection.vnc-led-state.html +%%PORTDOCS%%%%DOCSDIR2%%/signal.Connection.vnc-pixel-format-changed.html +%%PORTDOCS%%%%DOCSDIR2%%/signal.Connection.vnc-pointer-mode-changed.html +%%PORTDOCS%%%%DOCSDIR2%%/signal.Connection.vnc-power-control-failed.html +%%PORTDOCS%%%%DOCSDIR2%%/signal.Connection.vnc-power-control-initialized.html +%%PORTDOCS%%%%DOCSDIR2%%/signal.Connection.vnc-server-cut-text.html +%%PORTDOCS%%%%DOCSDIR2%%/solarized-dark.css +%%PORTDOCS%%%%DOCSDIR2%%/solarized-light.css +%%PORTDOCS%%%%DOCSDIR2%%/struct.AudioFormat.html +%%PORTDOCS%%%%DOCSDIR2%%/struct.AudioSample.html +%%PORTDOCS%%%%DOCSDIR2%%/struct.ColorMap.html +%%PORTDOCS%%%%DOCSDIR2%%/struct.ColorMapEntry.html +%%PORTDOCS%%%%DOCSDIR2%%/struct.PixelFormat.html +%%PORTDOCS%%%%DOCSDIR2%%/style.css +%%PORTDOCS%%%%DOCSDIR2%%/urlmap.js +%%PORTDOCS%%%%DOCSDIR2%%/vfunc.Audio.playback_data.html +%%PORTDOCS%%%%DOCSDIR2%%/vfunc.Audio.playback_start.html +%%PORTDOCS%%%%DOCSDIR2%%/vfunc.Audio.playback_stop.html +%%PORTDOCS%%%%DOCSDIR2%%/vfunc.BaseAudio.playback_data.html +%%PORTDOCS%%%%DOCSDIR2%%/vfunc.BaseAudio.playback_start.html +%%PORTDOCS%%%%DOCSDIR2%%/vfunc.BaseAudio.playback_stop.html +%%PORTDOCS%%%%DOCSDIR2%%/vfunc.Connection.vnc_auth_choose_subtype.html +%%PORTDOCS%%%%DOCSDIR2%%/vfunc.Connection.vnc_auth_choose_type.html +%%PORTDOCS%%%%DOCSDIR2%%/vfunc.Connection.vnc_auth_credential.html +%%PORTDOCS%%%%DOCSDIR2%%/vfunc.Connection.vnc_auth_failure.html +%%PORTDOCS%%%%DOCSDIR2%%/vfunc.Connection.vnc_auth_unsupported.html +%%PORTDOCS%%%%DOCSDIR2%%/vfunc.Connection.vnc_bell.html +%%PORTDOCS%%%%DOCSDIR2%%/vfunc.Connection.vnc_connected.html +%%PORTDOCS%%%%DOCSDIR2%%/vfunc.Connection.vnc_cursor_changed.html +%%PORTDOCS%%%%DOCSDIR2%%/vfunc.Connection.vnc_desktop_rename.html +%%PORTDOCS%%%%DOCSDIR2%%/vfunc.Connection.vnc_desktop_resize.html +%%PORTDOCS%%%%DOCSDIR2%%/vfunc.Connection.vnc_disconnected.html +%%PORTDOCS%%%%DOCSDIR2%%/vfunc.Connection.vnc_error.html +%%PORTDOCS%%%%DOCSDIR2%%/vfunc.Connection.vnc_framebuffer_update.html +%%PORTDOCS%%%%DOCSDIR2%%/vfunc.Connection.vnc_initialized.html +%%PORTDOCS%%%%DOCSDIR2%%/vfunc.Connection.vnc_led_state.html +%%PORTDOCS%%%%DOCSDIR2%%/vfunc.Connection.vnc_pixel_format_changed.html +%%PORTDOCS%%%%DOCSDIR2%%/vfunc.Connection.vnc_pointer_mode_changed.html +%%PORTDOCS%%%%DOCSDIR2%%/vfunc.Connection.vnc_power_control_failed.html +%%PORTDOCS%%%%DOCSDIR2%%/vfunc.Connection.vnc_power_control_initialized.html +%%PORTDOCS%%%%DOCSDIR2%%/vfunc.Connection.vnc_server_cut_text.html +%%PORTDOCS%%%%DOCSDIR2%%/vfunc.Framebuffer.blt.html +%%PORTDOCS%%%%DOCSDIR2%%/vfunc.Framebuffer.copyrect.html +%%PORTDOCS%%%%DOCSDIR2%%/vfunc.Framebuffer.fill.html +%%PORTDOCS%%%%DOCSDIR2%%/vfunc.Framebuffer.get_buffer.html +%%PORTDOCS%%%%DOCSDIR2%%/vfunc.Framebuffer.get_height.html +%%PORTDOCS%%%%DOCSDIR2%%/vfunc.Framebuffer.get_local_format.html +%%PORTDOCS%%%%DOCSDIR2%%/vfunc.Framebuffer.get_remote_format.html +%%PORTDOCS%%%%DOCSDIR2%%/vfunc.Framebuffer.get_rowstride.html +%%PORTDOCS%%%%DOCSDIR2%%/vfunc.Framebuffer.get_width.html +%%PORTDOCS%%%%DOCSDIR2%%/vfunc.Framebuffer.perfect_format_match.html +%%PORTDOCS%%%%DOCSDIR2%%/vfunc.Framebuffer.rgb24_blt.html +%%PORTDOCS%%%%DOCSDIR2%%/vfunc.Framebuffer.set_color_map.html +%%PORTDOCS%%%%DOCSDIR2%%/vfunc.Framebuffer.set_pixel_at.html +share/locale/be/LC_MESSAGES/gtk-vnc.mo share/locale/bs/LC_MESSAGES/gtk-vnc.mo share/locale/ca/LC_MESSAGES/gtk-vnc.mo share/locale/ca@valencia/LC_MESSAGES/gtk-vnc.mo @@ -57,9 +441,11 @@ share/locale/gd/LC_MESSAGES/gtk-vnc.mo share/locale/gl/LC_MESSAGES/gtk-vnc.mo share/locale/guc/LC_MESSAGES/gtk-vnc.mo share/locale/he/LC_MESSAGES/gtk-vnc.mo +share/locale/hi/LC_MESSAGES/gtk-vnc.mo share/locale/hr/LC_MESSAGES/gtk-vnc.mo share/locale/hu/LC_MESSAGES/gtk-vnc.mo share/locale/id/LC_MESSAGES/gtk-vnc.mo +share/locale/ie/LC_MESSAGES/gtk-vnc.mo share/locale/it/LC_MESSAGES/gtk-vnc.mo share/locale/ja/LC_MESSAGES/gtk-vnc.mo share/locale/ka/LC_MESSAGES/gtk-vnc.mo @@ -89,6 +475,7 @@ share/locale/uk/LC_MESSAGES/gtk-vnc.mo share/locale/zh_CN/LC_MESSAGES/gtk-vnc.mo share/locale/zh_HK/LC_MESSAGES/gtk-vnc.mo share/locale/zh_TW/LC_MESSAGES/gtk-vnc.mo +share/man/man1/gvnccapture.1.gz share/vala/vapi/gtk-vnc-2.0.deps share/vala/vapi/gtk-vnc-2.0.vapi share/vala/vapi/gvnc-1.0.deps diff --git a/net/librest1/Makefile b/net/librest1/Makefile index c7881b8c8ac5..853840f61f35 100644 --- a/net/librest1/Makefile +++ b/net/librest1/Makefile @@ -1,9 +1,10 @@ PORTNAME= librest -PORTVERSION= 0.9.1 +DISTVERSION= 0.9.1 PORTREVISION= 2 CATEGORIES= net devel gnome PKGNAMESUFFIX= 1 -MASTER_SITES= https://gitlab.gnome.org/GNOME/librest/-/archive/${PORTVERSION}/ +MASTER_SITES= GNOME/sources/rest +DISTNAME= rest-${DISTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME REST library @@ -18,7 +19,7 @@ LIB_DEPENDS= libadwaita-1.so:x11-toolkits/libadwaita \ PORTSCOUT= limitw:1,even -USES= gettext gnome localbase meson pkgconfig python tar:bz2 +USES= gettext gnome localbase meson pkgconfig python tar:xz USE_GNOME= glib20 gtksourceview5 introspection:build USE_LDCONFIG= yes MESON_ARGS= -Dca_certificates=true \ diff --git a/net/librest1/distinfo b/net/librest1/distinfo index 0486a8168cb4..8927398dc1f7 100644 --- a/net/librest1/distinfo +++ b/net/librest1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1674961047 -SHA256 (librest-0.9.1.tar.bz2) = 5c39f6696b271194546880e0f360e21496b2882f72e4bb85433125de98fce03a -SIZE (librest-0.9.1.tar.bz2) = 72128 +TIMESTAMP = 1750437353 +SHA256 (rest-0.9.1.tar.xz) = 9266a5c10ece383e193dfb7ffb07b509cc1f51521ab8dad76af96ed14212c2e3 +SIZE (rest-0.9.1.tar.xz) = 71136 diff --git a/net/liferea/Makefile b/net/liferea/Makefile index c9a504048911..12fd6fe81d56 100644 --- a/net/liferea/Makefile +++ b/net/liferea/Makefile @@ -1,5 +1,5 @@ PORTNAME= liferea -DISTVERSION= 1.16-RC4 +DISTVERSION= 1.16.1 CATEGORIES= net gnome MASTER_SITES= https://github.com/lwindolf/liferea/releases/download/v${DISTVERSION}/ diff --git a/net/liferea/distinfo b/net/liferea/distinfo index fbdeb3ad9824..2121115e1ddf 100644 --- a/net/liferea/distinfo +++ b/net/liferea/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752322945 -SHA256 (liferea-1.16-RC4.tar.bz2) = 184996d7aa568be05972ac9710d9bd2cfd53446055200efe238c89d4d736df22 -SIZE (liferea-1.16-RC4.tar.bz2) = 1794049 +TIMESTAMP = 1755764562 +SHA256 (liferea-1.16.1.tar.bz2) = e0a9aac46f03d2fc2b325068e6a18121474aa41f30086021632a92caf9f69aec +SIZE (liferea-1.16.1.tar.bz2) = 1775390 diff --git a/net/mosquitto/Makefile b/net/mosquitto/Makefile index 948a1b6cc1a5..37be21cf92a7 100644 --- a/net/mosquitto/Makefile +++ b/net/mosquitto/Makefile @@ -1,5 +1,6 @@ PORTNAME= mosquitto DISTVERSION= 2.0.22 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://mosquitto.org/files/source/ diff --git a/net/mosquitto/files/patch-mosquitto.conf b/net/mosquitto/files/patch-mosquitto.conf index b20b04014aa1..2bf7472095b9 100644 --- a/net/mosquitto/files/patch-mosquitto.conf +++ b/net/mosquitto/files/patch-mosquitto.conf @@ -18,12 +18,3 @@ # ================================================================= # Listeners -@@ -360,7 +360,7 @@ - # certificate files must have ".crt" as the file ending and you must run - # "openssl rehash <path to capath>" each time you add/remove a certificate. - # capath is not supported for websockets. --#cafile -+cafile /usr/local/share/certs/ca-root-nss.crt - #capath - - diff --git a/net/mvfst/Makefile b/net/mvfst/Makefile index ad07f51bdd75..e7d8fead8558 100644 --- a/net/mvfst/Makefile +++ b/net/mvfst/Makefile @@ -1,7 +1,6 @@ PORTNAME= mvfst DISTVERSIONPREFIX= v -DISTVERSION= 2025.08.04.00 -PORTREVISION= 1 +DISTVERSION= 2025.08.18.00 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/mvfst/distinfo b/net/mvfst/distinfo index 1a7005eee22b..cb83f907202c 100644 --- a/net/mvfst/distinfo +++ b/net/mvfst/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754411627 -SHA256 (facebook-mvfst-v2025.08.04.00_GH0.tar.gz) = a5241bf9008135c230a72ecc41c3e468992fdf3fa36857498208d10199951422 -SIZE (facebook-mvfst-v2025.08.04.00_GH0.tar.gz) = 2100946 +TIMESTAMP = 1755586129 +SHA256 (facebook-mvfst-v2025.08.18.00_GH0.tar.gz) = 8906b8e7e517a5676d1ab1288ca0566e4bbaa87f484af258c9e2f59e682be91b +SIZE (facebook-mvfst-v2025.08.18.00_GH0.tar.gz) = 2109920 diff --git a/net/mvfst/pkg-plist b/net/mvfst/pkg-plist index dcfba88934ae..835dc383b420 100644 --- a/net/mvfst/pkg-plist +++ b/net/mvfst/pkg-plist @@ -23,6 +23,7 @@ include/quic/api/QuicTimer.h include/quic/api/QuicTransportBase.h include/quic/api/QuicTransportBaseLite.h include/quic/api/QuicTransportFunctions.h +include/quic/api/TransportInfo.h include/quic/api/test/MockQuicSocket.h include/quic/api/test/Mocks.h include/quic/client/QuicClientAsyncTransport.h diff --git a/net/nats-nsc/Makefile b/net/nats-nsc/Makefile index 89fa34bf9f02..2819114d26ed 100644 --- a/net/nats-nsc/Makefile +++ b/net/nats-nsc/Makefile @@ -1,7 +1,6 @@ PORTNAME= nsc -PORTVERSION= 2.10.0 -DISTVERSIONPREFIX=v -PORTREVISION= 6 +PORTVERSION= 2.11.1 +DISTVERSIONPREFIX= v CATEGORIES= net PKGNAMEPREFIX= nats- diff --git a/net/nats-nsc/distinfo b/net/nats-nsc/distinfo index 1402be7a1156..08b4d19707a9 100644 --- a/net/nats-nsc/distinfo +++ b/net/nats-nsc/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1728638709 -SHA256 (go/net_nats-nsc/nsc-v2.10.0/v2.10.0.mod) = 784cb5d3ed67657ae8bc71f57a62f483993ac74a1a1a8bf24040cd915b473398 -SIZE (go/net_nats-nsc/nsc-v2.10.0/v2.10.0.mod) = 2169 -SHA256 (go/net_nats-nsc/nsc-v2.10.0/v2.10.0.zip) = 2ea382dc50b4f6481fed3cfac549a6d8e46c766af2ab8d1468c4cf895bbc1b7e -SIZE (go/net_nats-nsc/nsc-v2.10.0/v2.10.0.zip) = 469334 +TIMESTAMP = 1755832932 +SHA256 (go/net_nats-nsc/nsc-v2.11.1/v2.11.1.mod) = 1a0c5eb52d7be5c6a882fdd26823b8979b103dc71b9fce237e187628d65d7b32 +SIZE (go/net_nats-nsc/nsc-v2.11.1/v2.11.1.mod) = 2098 +SHA256 (go/net_nats-nsc/nsc-v2.11.1/v2.11.1.zip) = 09d432a225074cb58a578293331fd4de53c936569bf543a29ce0b388a2e2e5a6 +SIZE (go/net_nats-nsc/nsc-v2.11.1/v2.11.1.zip) = 491655 diff --git a/net/netdiscover/Makefile b/net/netdiscover/Makefile index d2b377b45833..8097f0ed76f3 100644 --- a/net/netdiscover/Makefile +++ b/net/netdiscover/Makefile @@ -1,7 +1,7 @@ PORTNAME= netdiscover -DISTVERSION= 0.11 -MASTER_SITES= https://github.com/netdiscover-scanner/netdiscover/releases/download/${DISTVERSION}/ +DISTVERSION= 0.21 CATEGORIES= net +MASTER_SITES= https://github.com/netdiscover-scanner/netdiscover/releases/download/${DISTVERSION}/ MAINTAINER= tiago.gasiba@gmail.com COMMENT= Network address discovering tool @@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf tar:bz2 GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share PLIST_FILES= sbin/netdiscover \ share/man/man8/netdiscover.8.gz diff --git a/net/netdiscover/distinfo b/net/netdiscover/distinfo index b4101df14057..f68f546932e6 100644 --- a/net/netdiscover/distinfo +++ b/net/netdiscover/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743206028 -SHA256 (netdiscover-0.11.tar.bz2) = bb984d15a3b1807db1dfa11101fc4022434e805e3e3a54971a764382dca7891c -SIZE (netdiscover-0.11.tar.bz2) = 406881 +TIMESTAMP = 1755525776 +SHA256 (netdiscover-0.21.tar.bz2) = dd587649fd06319f6b7218e5735db17436e620f4d06b5f337709af2e6935fc18 +SIZE (netdiscover-0.21.tar.bz2) = 416432 diff --git a/net/realtek-re-kmod198/Makefile b/net/realtek-re-kmod198/Makefile index ba08d32e0de8..7b1d0d1aca83 100644 --- a/net/realtek-re-kmod198/Makefile +++ b/net/realtek-re-kmod198/Makefile @@ -5,7 +5,7 @@ CATEGORIES= net PKGNAMEPREFIX= realtek- PKGNAMESUFFIX= -kmod198 -MAINTAINER= meta@FreeBSD.org +MAINTAINER= george@m5p.com COMMENT= Kernel driver for Realtek PCIe Ethernet Controllers WWW= https://github.com/alexdupre/rtl_bsd_drv diff --git a/net/remmina/Makefile b/net/remmina/Makefile index ef790af35b3b..5ae957c025f6 100644 --- a/net/remmina/Makefile +++ b/net/remmina/Makefile @@ -1,6 +1,5 @@ PORTNAME= remmina -DISTVERSION= 1.4.40 -PORTREVISION= 1 +DISTVERSION= 1.4.41 CATEGORIES= net gnome MAINTAINER= fernape@FreeBSD.org diff --git a/net/rubygem-gitaly/Makefile b/net/rubygem-gitaly/Makefile index b0dad500647d..59689d7a5c42 100644 --- a/net/rubygem-gitaly/Makefile +++ b/net/rubygem-gitaly/Makefile @@ -1,5 +1,5 @@ PORTNAME= gitaly -PORTVERSION= 18.2.1 +PORTVERSION= 18.2.4 CATEGORIES= net rubygems MASTER_SITES= RG diff --git a/net/rubygem-gitaly/distinfo b/net/rubygem-gitaly/distinfo index 7796ac38fe37..b6ab46268620 100644 --- a/net/rubygem-gitaly/distinfo +++ b/net/rubygem-gitaly/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753336806 -SHA256 (rubygem/gitaly-18.2.1.gem) = 7409135d7dbc29ec8021e694420963e1da86dcc45252065fce813c19cb5c9bb3 -SIZE (rubygem/gitaly-18.2.1.gem) = 53248 +TIMESTAMP = 1755676933 +SHA256 (rubygem/gitaly-18.2.4.gem) = 1102eaf07db0aa34e602732816ca1bacc692b1141bd7bf5b03a90afed4c29501 +SIZE (rubygem/gitaly-18.2.4.gem) = 53248 diff --git a/net/rubygem-gitlab-kas-grpc/distinfo b/net/rubygem-gitlab-kas-grpc/distinfo index 3787efb94b44..6e9d5e738b2a 100644 --- a/net/rubygem-gitlab-kas-grpc/distinfo +++ b/net/rubygem-gitlab-kas-grpc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753327162 -SHA256 (rubygem/gitlab-kas-grpc-18.2.1.gem) = 971519aaaf9b34097c9a919312361c9686997fab22e09cfb50d951ed5ab245e2 -SIZE (rubygem/gitlab-kas-grpc-18.2.1.gem) = 10752 +TIMESTAMP = 1755674007 +SHA256 (rubygem/gitlab-kas-grpc-18.3.0.gem) = 3dd60ca782066ff5b70d8e6405701f42b77fccb27e015d7a9ff159f84feb218f +SIZE (rubygem/gitlab-kas-grpc-18.3.0.gem) = 10752 diff --git a/net/samba420/Makefile b/net/samba420/Makefile index 6d6c72c1f552..3696bb72befa 100644 --- a/net/samba420/Makefile +++ b/net/samba420/Makefile @@ -1,6 +1,6 @@ PORTNAME= ${SAMBA4_BASENAME}420 PORTVERSION= ${SAMBA4_VERSION} -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES?= net MASTER_SITES= SAMBA/samba/stable SAMBA/samba/rc DISTNAME= ${SAMBA4_DISTNAME} @@ -47,7 +47,6 @@ EXTRA_PATCHES= \ ${PATCHDIR}/0028-Fix-rl_completion_func_t.patch:-p1 \ ${PATCHDIR}/0028-s3-lib-system-add-FreeBSD-proc_fd_pattern.patch \ ${PATCHDIR}/0100-Fix-pathref-handling-for-FreeBSD-13plus_samba42x.patch:-p1 \ - ${PATCHDIR}/0101-FreeBSD-add-fdescfs-paths-workaround.patch:-p1 \ ${PATCHDIR}/0102-FreeBSD-vfs_freebsd-fix-sys_proc_fd_path-args.patch:-p1 SAMBA4_BASENAME= samba diff --git a/net/samba420/files/0028-s3-lib-system-add-FreeBSD-proc_fd_pattern.patch b/net/samba420/files/0028-s3-lib-system-add-FreeBSD-proc_fd_pattern.patch index cda9c7ed1c95..2721be912c76 100644 --- a/net/samba420/files/0028-s3-lib-system-add-FreeBSD-proc_fd_pattern.patch +++ b/net/samba420/files/0028-s3-lib-system-add-FreeBSD-proc_fd_pattern.patch @@ -1,14 +1,24 @@ ---- source3/lib/system.c.orig 2024-02-02 10:33:51.188489400 +0100 -+++ source3/lib/system.c 2025-01-22 17:39:58.625028000 +0100 -@@ -1047,22 +1047,108 @@ +From 584c69e77abb537a7345222648a397a9963c01b7 Mon Sep 17 00:00:00 2001 +From: "Timur I. Bakeyev" <timur@FreeBSD.org> +Date: Sat, 15 Oct 2022 04:02:43 +0200 +Subject: [PATCH 28/28] s3:lib:system - add FreeBSD proc_fd_pattern + +Add support for FreeBSD equivalent of /proc/self/fd through a special +fdescfs mount with option "nodup". This filesystem should be mounted +either to the private $PIDDIR/fd/ directory or to /dev/fd in order to +provide security and performance characteristics similar to Linux. + +Signed-off-by: Timur I. Bakeyev <timur@FreeBSD.org> +Adapted for Samba 4.20 by: Andrea venturoli <ml@netfence.it> +--- +--- source3/lib/system.c.orig 2025-06-27 15:05:05 UTC ++++ source3/lib/system.c +@@ -1047,6 +1047,68 @@ int sys_get_number_of_cores(void) } #endif --bool sys_have_proc_fds(void) +static bool freebsd_fdesc_check(const char *pattern) - { -- static bool checked = false; -- static bool have_proc_fds = false; ++{ + char fdesc_path[PATH_MAX]; + int fd, fd2; + @@ -49,26 +59,6 @@ + return true; +} + -+static char* linux_pattern(char *buf, size_t bufsize) -+{ -+ char proc_fd_path[PATH_MAX]; -+ const char *pattern = "/proc/self/fd/%lu"; - struct stat sb; -- int ret; - -- if (checked) { -- return have_proc_fds; -+ snprintf(proc_fd_path, sizeof(proc_fd_path), pattern, 0); -+ if(stat(proc_fd_path, &sb) == 0) { -+ snprintf(buf, bufsize, "%s", pattern); -+ return buf; - } -+ return NULL; -+} - -- ret = stat("/proc/self/fd/0", &sb); -- have_proc_fds = (ret == 0); -- checked = true; +static char* freebsd_pattern(char *buf, size_t bufsize) { + const char** base; + const char* base_dir[] = { @@ -76,8 +66,7 @@ + "/dev", + NULL + }; - -- return have_proc_fds; ++ + for(base = &base_dir[0]; *base != NULL; base++) { + snprintf(buf, bufsize, "%s/fd/%%lu", *base); + if(freebsd_fdesc_check(buf)) { @@ -87,35 +76,46 @@ + return NULL; +} + -+static char* (*proc_fd_patterns[])(char *, size_t) = { -+ linux_pattern, -+ freebsd_pattern, -+ NULL -+}; -+ +static char proc_fd_pattern_buf[PATH_MAX]; +static const char *proc_fd_pattern = NULL; -+ -+bool sys_have_proc_fds(void) -+{ -+ static bool checked = false; -+ static bool have_proc_fds = false; -+ char* (**pattern_func)(char *, size_t) = NULL; -+ -+ if (checked) { -+ return have_proc_fds; -+ } -+ -+ for (pattern_func = &proc_fd_patterns[0]; *pattern_func != NULL; pattern_func++) { -+ if((*pattern_func)(proc_fd_pattern_buf, sizeof(proc_fd_pattern_buf)) != NULL) { -+ have_proc_fds = true; -+ proc_fd_pattern = proc_fd_pattern_buf; -+ break; -+ } -+ } + -+ checked = true; -+ return have_proc_fds; - } + bool sys_have_proc_fds(void) + { + static bool checked = false; +@@ -1058,8 +1078,12 @@ bool sys_have_proc_fds(void) + return have_proc_fds; + } + +- ret = stat("/proc/self/fd/0", &sb); +- have_proc_fds = (ret == 0); ++ if (freebsd_pattern(proc_fd_pattern_buf, sizeof(proc_fd_pattern_buf)) != NULL) { ++ have_proc_fds = true; ++ proc_fd_pattern = proc_fd_pattern_buf; ++ } else ++ have_proc_fds = false; ++ + checked = true; + + return have_proc_fds; +@@ -1067,10 +1091,18 @@ char *sys_proc_fd_path(int fd, struct sys_proc_fd_path char *sys_proc_fd_path(int fd, struct sys_proc_fd_path_buf *buf) + { ++ bool have_proc_fds = sys_have_proc_fds(); ++ SMB_ASSERT(have_proc_fds); ++#if defined(__clang__) ++#pragma clang diagnostic push ++#pragma clang diagnostic ignored "-Wformat-nonliteral" ++#endif + int written = +- snprintf(buf->buf, sizeof(buf->buf), "/proc/self/fd/%d", fd); +- +- SMB_ASSERT(sys_have_proc_fds() && (written >= 0)); ++ snprintf(buf->buf, sizeof(buf->buf), proc_fd_pattern, fd); ++#if defined(__clang__) ++#pragma clang diagnostic pop ++#endif ++ SMB_ASSERT(written >= 0); + + return buf->buf; + } diff --git a/net/samba420/files/0101-FreeBSD-add-fdescfs-paths-workaround.patch b/net/samba420/files/0101-FreeBSD-add-fdescfs-paths-workaround.patch deleted file mode 100644 index 714ad6ae52ef..000000000000 --- a/net/samba420/files/0101-FreeBSD-add-fdescfs-paths-workaround.patch +++ /dev/null @@ -1,71 +0,0 @@ -# 2024-08-05 -# NOTE: Upstream Samba commit 9f63fad392f3 removed the static array defining Linux and FreeBSD -# fdescfs paths and hardcoded a Linux-specific /proc path, with the note that if any -# others need to be added, they can be done so via #ifdef's. This patch attempts to -# do that, but in a way that minimizes the necessary #ifdefs by defining a simplistic -# #define macro to generate the appropriate path for fdescfs based on the running OS. -# -# See: https://git.samba.org/?p=samba.git;a=commitdiff;h=9f63fad392f3cff34d6a8e318e0427499170c417 - -diff -Naurp a/lib/fuzzing/fuzz_regfio.c b/lib/fuzzing/fuzz_regfio.c ---- a/lib/fuzzing/fuzz_regfio.c 2024-02-02 04:33:50.952488000 -0500 -+++ b/lib/fuzzing/fuzz_regfio.c 2024-08-05 20:41:16.624793000 -0400 -@@ -31,7 +31,7 @@ int LLVMFuzzerInitialize(int *argc, char ***argv) - { - fp = tmpfile(); - -- (void)snprintf(filename, sizeof(filename), "/proc/self/fd/%d", fileno(fp)); -+ (void)snprintf(filename, sizeof(filename), PROC_FD_PATH_MKSTR(%d), fileno(fp)); - - return 0; - } -diff -Naurp a/lib/replace/closefrom.c b/lib/replace/closefrom.c ---- a/lib/replace/closefrom.c 2024-02-02 04:33:50.984488200 -0500 -+++ b/lib/replace/closefrom.c 2024-08-05 20:41:16.625141000 -0400 -@@ -53,7 +53,7 @@ static int closefrom_procfs(int lower) - size_t i; - int ret = ENOMEM; - -- dirp = opendir("/proc/self/fd"); -+ dirp = opendir(PROC_FD_PATH_MKSTR()); - if (dirp == NULL) { - return errno; - } -diff -Naurp a/source3/include/proto.h b/source3/include/proto.h ---- a/source3/include/proto.h 2024-08-05 20:40:38.434560000 -0400 -+++ b/source3/include/proto.h 2024-08-05 20:41:26.063626000 -0400 -@@ -205,8 +205,21 @@ int sys_get_number_of_cores(void); - int sys_get_number_of_cores(void); - #endif - -+#ifdef __FreeBSD__ -+#define PROC_FD_PATH_STR "/compat/linux/dev/fd/" -+#define PROC_FD_PATH_SZ 42 -+#else /* Linux */ -+#define PROC_FD_PATH_STR "/proc/self/fd/" -+#define PROC_FD_PATH_SZ 35 -+#endif -+ -+#define _S(_t) #_t -+#define _V(...) _S(__VA_ARGS__) -+#define _X(_t) _t -+#define PROC_FD_PATH_MKSTR(_fd) _V(_X(PROC_FD_PATH_STR)_X(_fd)) -+ - struct sys_proc_fd_path_buf { -- char buf[35]; /* "/proc/self/fd/" + strlen(2^64) + 0-terminator */ -+ char buf[PROC_FD_PATH_SZ]; /* strlen(PROC_FD_PATH_STR) + strlen(2^64) + 0-terminator */ - }; - bool sys_have_proc_fds(void); - char *sys_proc_fd_path(int fd, struct sys_proc_fd_path_buf *buf); -diff -Naurp a/source3/lib/system.c b/source3/lib/system.c ---- a/source3/lib/system.c 2024-08-05 20:40:38.434801000 -0400 -+++ b/source3/lib/system.c 2024-08-05 20:41:16.625938000 -0400 -@@ -1068,7 +1068,7 @@ char *sys_proc_fd_path(int fd, struct sys_proc_fd_path - char *sys_proc_fd_path(int fd, struct sys_proc_fd_path_buf *buf) - { - int written = -- snprintf(buf->buf, sizeof(buf->buf), "/proc/self/fd/%d", fd); -+ snprintf(buf->buf, sizeof(buf->buf), PROC_FD_PATH_MKSTR(%d), fd); - - SMB_ASSERT(sys_have_proc_fds() && (written >= 0)); - diff --git a/net/shadowsocks-rust/Makefile b/net/shadowsocks-rust/Makefile index 7a74ab5a3a00..e2933367456f 100644 --- a/net/shadowsocks-rust/Makefile +++ b/net/shadowsocks-rust/Makefile @@ -1,13 +1,12 @@ PORTNAME= shadowsocks-rust DISTVERSIONPREFIX= v -DISTVERSION= 1.23.4 -PORTREVISION= 2 +DISTVERSION= 1.23.5 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org COMMENT= Rust port of shadowsocks WWW= https://shadowsocks.org/ \ - https://github.com/shadowsocks/shadowsocks-org + https://github.com/shadowsocks/shadowsocks-rust LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/net/shadowsocks-rust/Makefile.crates b/net/shadowsocks-rust/Makefile.crates index d26d773f3e71..edf84e99c132 100644 --- a/net/shadowsocks-rust/Makefile.crates +++ b/net/shadowsocks-rust/Makefile.crates @@ -1,5 +1,5 @@ CARGO_CRATES= addr2line-0.24.2 \ - adler2-2.0.0 \ + adler2-2.0.1 \ aead-0.5.2 \ aes-0.8.4 \ aes-gcm-0.10.3 \ @@ -10,28 +10,28 @@ CARGO_CRATES= addr2line-0.24.2 \ alloc-stdlib-0.2.2 \ android-tzdata-0.1.1 \ android_system_properties-0.1.5 \ - anstream-0.6.18 \ - anstyle-1.0.10 \ - anstyle-parse-0.2.6 \ - anstyle-query-1.1.2 \ - anstyle-wincon-3.0.7 \ + anstream-0.6.19 \ + anstyle-1.0.11 \ + anstyle-parse-0.2.7 \ + anstyle-query-1.1.3 \ + anstyle-wincon-3.0.9 \ anyhow-1.0.98 \ arc-swap-1.7.1 \ arrayref-0.3.9 \ arrayvec-0.7.6 \ - async-channel-2.3.1 \ + async-channel-2.4.0 \ async-task-4.7.1 \ async-trait-0.1.88 \ atomic-waker-1.1.2 \ - autocfg-1.4.0 \ + autocfg-1.5.0 \ backtrace-0.3.75 \ base16ct-0.2.0 \ base64-0.22.1 \ - base64ct-1.7.3 \ + base64ct-1.8.0 \ bindgen-0.69.5 \ bindgen-0.71.1 \ bitflags-1.3.2 \ - bitflags-2.9.0 \ + bitflags-2.9.1 \ bitvec-1.0.1 \ blake3-1.8.2 \ block-buffer-0.10.4 \ @@ -39,36 +39,36 @@ CARGO_CRATES= addr2line-0.24.2 \ bloomfilter-3.0.1 \ brotli-8.0.1 \ brotli-decompressor-5.0.0 \ - bson-2.14.0 \ + bson-2.15.0 \ build-time-0.1.3 \ - bumpalo-3.17.0 \ + bumpalo-3.19.0 \ byte_string-1.0.0 \ byteorder-1.5.0 \ bytes-1.10.1 \ bzip2-sys-0.1.13+1.0.8 \ - c2rust-bitfields-0.19.0 \ - c2rust-bitfields-derive-0.19.0 \ + c2rust-bitfields-0.20.0 \ + c2rust-bitfields-derive-0.20.0 \ camellia-0.1.0 \ - cc-1.2.22 \ + cc-1.2.28 \ ccm-0.5.0 \ cexpr-0.6.0 \ - cfg-if-1.0.0 \ + cfg-if-1.0.1 \ cfg_aliases-0.2.1 \ chacha20-0.9.1 \ chacha20poly1305-0.10.1 \ chrono-0.4.41 \ cipher-0.4.4 \ clang-sys-1.8.1 \ - clap-4.5.38 \ - clap_builder-4.5.38 \ - clap_lex-0.7.4 \ + clap-4.5.40 \ + clap_builder-4.5.40 \ + clap_lex-0.7.5 \ cmake-0.1.54 \ - colorchoice-1.0.3 \ + colorchoice-1.0.4 \ concurrent-queue-2.5.0 \ const-oid-0.9.6 \ constant_time_eq-0.3.1 \ core-foundation-0.9.4 \ - core-foundation-0.10.0 \ + core-foundation-0.10.1 \ core-foundation-sys-0.8.7 \ cpufeatures-0.2.17 \ crc32fast-1.4.2 \ @@ -104,14 +104,13 @@ CARGO_CRATES= addr2line-0.24.2 \ env_filter-0.1.3 \ env_logger-0.11.8 \ equivalent-1.0.2 \ - errno-0.3.11 \ + errno-0.3.13 \ etherparse-0.18.0 \ event-listener-5.4.0 \ event-listener-strategy-0.5.4 \ fastrand-2.3.0 \ ff-0.13.1 \ - filetime-0.2.25 \ - flate2-1.1.1 \ + flate2-1.1.2 \ fnv-1.0.7 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ @@ -128,7 +127,7 @@ CARGO_CRATES= addr2line-0.24.2 \ futures-sink-0.3.31 \ futures-task-0.3.31 \ futures-util-0.3.31 \ - generator-0.8.4 \ + generator-0.8.5 \ generic-array-0.14.7 \ getrandom-0.2.16 \ getrandom-0.3.3 \ @@ -136,11 +135,11 @@ CARGO_CRATES= addr2line-0.24.2 \ gimli-0.31.1 \ glob-0.3.2 \ group-0.13.0 \ - h2-0.4.10 \ + h2-0.4.11 \ h3-0.0.7 \ h3-quinn-0.0.9 \ hash32-0.3.1 \ - hashbrown-0.15.3 \ + hashbrown-0.15.4 \ heapless-0.8.0 \ heck-0.5.0 \ hex-0.4.3 \ @@ -155,35 +154,37 @@ CARGO_CRATES= addr2line-0.24.2 \ httpdate-1.0.3 \ humantime-2.2.0 \ hyper-1.6.0 \ - hyper-rustls-0.27.5 \ + hyper-rustls-0.27.7 \ hyper-tls-0.6.0 \ - hyper-util-0.1.11 \ + hyper-util-0.1.14 \ iana-time-zone-0.1.63 \ iana-time-zone-haiku-0.1.2 \ icu_collections-2.0.0 \ icu_locale_core-2.0.0 \ icu_normalizer-2.0.0 \ icu_normalizer_data-2.0.0 \ - icu_properties-2.0.0 \ - icu_properties_data-2.0.0 \ + icu_properties-2.0.1 \ + icu_properties_data-2.0.1 \ icu_provider-2.0.0 \ idna-1.0.3 \ idna_adapter-1.2.1 \ - indexmap-2.9.0 \ + indexmap-2.10.0 \ inotify-0.11.0 \ inotify-sys-0.1.5 \ inout-0.1.4 \ + io-uring-0.7.8 \ ipconfig-0.3.2 \ ipnet-2.11.0 \ iprange-0.6.7 \ + iri-string-0.7.8 \ is_terminal_polyfill-1.70.1 \ itertools-0.12.1 \ itertools-0.13.0 \ itoa-1.0.15 \ jemalloc-sys-0.5.4+5.3.0-patched \ jemallocator-0.5.4 \ - jiff-0.2.13 \ - jiff-static-0.2.13 \ + jiff-0.2.15 \ + jiff-static-0.2.15 \ jobserver-0.1.33 \ js-sys-0.3.77 \ json5-0.4.1 \ @@ -191,15 +192,15 @@ CARGO_CRATES= addr2line-0.24.2 \ kqueue-sys-1.0.4 \ lazy_static-1.5.0 \ lazycell-1.3.0 \ - libc-0.2.172 \ - libloading-0.8.7 \ - libmimalloc-sys-0.1.42 \ - libredox-0.1.3 \ + libc-0.2.174 \ + libloading-0.8.8 \ + libmimalloc-sys-0.1.43 \ + libredox-0.1.4 \ librocksdb-sys-0.17.1+9.9.3 \ libz-sys-1.1.22 \ linux-raw-sys-0.9.4 \ litemap-0.8.0 \ - lock_api-0.4.12 \ + lock_api-0.4.13 \ log-0.4.27 \ log-mdc-0.1.0 \ log4rs-1.3.0 \ @@ -210,17 +211,17 @@ CARGO_CRATES= addr2line-0.24.2 \ managed-0.8.0 \ matchers-0.1.0 \ md-5-0.10.6 \ - memchr-2.7.4 \ - mimalloc-0.1.46 \ + memchr-2.7.5 \ + mimalloc-0.1.47 \ mime-0.3.17 \ minimal-lexical-0.2.1 \ - miniz_oxide-0.8.8 \ - mio-1.0.3 \ + miniz_oxide-0.8.9 \ + mio-1.0.4 \ moka-0.12.10 \ native-tls-0.2.14 \ nix-0.30.1 \ nom-7.1.3 \ - notify-8.0.0 \ + notify-8.1.0 \ notify-types-2.0.0 \ nu-ansi-term-0.46.0 \ num-conv-0.1.0 \ @@ -228,25 +229,26 @@ CARGO_CRATES= addr2line-0.24.2 \ num_threads-0.1.7 \ object-0.36.7 \ once_cell-1.21.3 \ + once_cell_polyfill-1.70.1 \ opaque-debug-0.3.1 \ - openssl-0.10.72 \ + openssl-0.10.73 \ openssl-macros-0.1.1 \ openssl-probe-0.1.6 \ - openssl-src-300.5.0+3.5.0 \ - openssl-sys-0.9.108 \ + openssl-src-300.5.1+3.5.1 \ + openssl-sys-0.9.109 \ option-ext-0.2.0 \ ordered-float-2.10.1 \ overload-0.1.1 \ p256-0.13.2 \ p384-0.13.1 \ parking-2.2.1 \ - parking_lot-0.12.3 \ - parking_lot_core-0.9.10 \ + parking_lot-0.12.4 \ + parking_lot_core-0.9.11 \ percent-encoding-2.3.1 \ - pest-2.8.0 \ - pest_derive-2.8.0 \ - pest_generator-2.8.0 \ - pest_meta-2.8.0 \ + pest-2.8.1 \ + pest_derive-2.8.1 \ + pest_generator-2.8.1 \ + pest_meta-2.8.1 \ pin-project-1.1.10 \ pin-project-internal-1.1.10 \ pin-project-lite-0.2.16 \ @@ -256,7 +258,7 @@ CARGO_CRATES= addr2line-0.24.2 \ pkg-config-0.3.32 \ poly1305-0.8.0 \ polyval-0.6.2 \ - portable-atomic-1.11.0 \ + portable-atomic-1.11.1 \ portable-atomic-util-0.2.4 \ potential_utf-0.1.2 \ powerfmt-0.2.0 \ @@ -268,9 +270,9 @@ CARGO_CRATES= addr2line-0.24.2 \ qrcode-0.14.1 \ quinn-0.11.8 \ quinn-proto-0.11.12 \ - quinn-udp-0.5.12 \ + quinn-udp-0.5.13 \ quote-1.0.40 \ - r-efi-5.2.0 \ + r-efi-5.3.0 \ radium-0.7.0 \ rand-0.8.5 \ rand-0.9.1 \ @@ -278,15 +280,15 @@ CARGO_CRATES= addr2line-0.24.2 \ rand_chacha-0.9.0 \ rand_core-0.6.4 \ rand_core-0.9.3 \ - redox_syscall-0.5.12 \ + redox_syscall-0.5.13 \ redox_users-0.5.0 \ regex-1.11.1 \ regex-automata-0.1.10 \ regex-automata-0.4.9 \ regex-syntax-0.6.29 \ regex-syntax-0.8.5 \ - reqwest-0.12.15 \ - resolv-conf-0.7.3 \ + reqwest-0.12.22 \ + resolv-conf-0.7.4 \ ring-0.17.14 \ ring-compat-0.8.0 \ rocksdb-0.23.0 \ @@ -294,22 +296,22 @@ CARGO_CRATES= addr2line-0.24.2 \ rpmalloc-0.2.2 \ rpmalloc-sys-0.2.3+b097fd0 \ rtoolbox-0.0.3 \ - rustc-demangle-0.1.24 \ + rustc-demangle-0.1.25 \ rustc-hash-1.1.0 \ rustc-hash-2.1.1 \ rustc_version-0.4.1 \ rustix-1.0.7 \ - rustls-0.23.27 \ + rustls-0.23.28 \ rustls-native-certs-0.8.1 \ - rustls-pemfile-2.2.0 \ rustls-pki-types-1.12.0 \ rustls-webpki-0.103.3 \ - rustversion-1.0.20 \ + rustversion-1.0.21 \ ryu-1.0.20 \ same-file-1.0.6 \ schannel-0.1.27 \ scoped-tls-1.0.1 \ scopeguard-1.2.0 \ + sealed-0.6.0 \ sec1-0.7.3 \ security-framework-2.11.1 \ security-framework-3.2.0 \ @@ -331,20 +333,20 @@ CARGO_CRATES= addr2line-0.24.2 \ signal-hook-registry-1.4.5 \ signature-2.2.0 \ siphasher-1.0.1 \ - slab-0.4.9 \ + slab-0.4.10 \ sm4-0.5.1 \ - smallvec-1.15.0 \ + smallvec-1.15.1 \ smoltcp-0.12.0 \ snmalloc-rs-0.3.8 \ snmalloc-sys-0.3.8 \ - socket2-0.5.9 \ + socket2-0.5.10 \ spin-0.10.0 \ spki-0.7.3 \ stable_deref_trait-1.2.0 \ strsim-0.11.1 \ subtle-2.6.1 \ syn-1.0.109 \ - syn-2.0.101 \ + syn-2.0.104 \ sync_wrapper-1.0.2 \ synstructure-0.13.2 \ sysexits-0.9.0 \ @@ -361,30 +363,31 @@ CARGO_CRATES= addr2line-0.24.2 \ thiserror-impl-1.0.69 \ thiserror-impl-2.0.12 \ thread-id-4.2.2 \ - thread_local-1.1.8 \ + thread_local-1.1.9 \ time-0.3.41 \ time-core-0.1.4 \ time-macros-0.2.22 \ tinystr-0.8.1 \ tinyvec-1.9.0 \ tinyvec_macros-0.1.1 \ - tokio-1.45.0 \ + tokio-1.46.0 \ tokio-macros-2.5.0 \ tokio-native-tls-0.3.1 \ tokio-rustls-0.26.2 \ - tokio-tfo-0.3.1 \ + tokio-tfo-0.3.4 \ tokio-util-0.7.15 \ tower-0.5.2 \ + tower-http-0.6.6 \ tower-layer-0.3.3 \ tower-service-0.3.3 \ tracing-0.1.41 \ - tracing-attributes-0.1.28 \ - tracing-core-0.1.33 \ + tracing-attributes-0.1.30 \ + tracing-core-0.1.34 \ tracing-log-0.2.0 \ tracing-subscriber-0.3.19 \ trait-variant-0.1.2 \ try-lock-0.2.5 \ - tun-0.7.19 \ + tun-0.8.3 \ typemap-ors-1.0.0 \ typenum-1.18.0 \ ucd-trie-0.1.7 \ @@ -396,13 +399,13 @@ CARGO_CRATES= addr2line-0.24.2 \ url-2.5.4 \ utf8_iter-1.0.4 \ utf8parse-0.2.2 \ - uuid-1.16.0 \ + uuid-1.17.0 \ valuable-0.1.1 \ vcpkg-0.2.15 \ version_check-0.9.5 \ walkdir-2.5.0 \ want-0.3.1 \ - wasi-0.11.0+wasi-snapshot-preview1 \ + wasi-0.11.1+wasi-snapshot-preview1 \ wasi-0.14.2+wasi-0.2.4 \ wasm-bindgen-0.2.100 \ wasm-bindgen-backend-0.2.100 \ @@ -413,33 +416,32 @@ CARGO_CRATES= addr2line-0.24.2 \ web-sys-0.3.77 \ web-time-1.1.0 \ webpki-roots-0.26.11 \ - webpki-roots-1.0.0 \ + webpki-roots-1.0.1 \ widestring-1.2.0 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.9 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ - windows-0.58.0 \ - windows-core-0.58.0 \ - windows-core-0.61.0 \ - windows-implement-0.58.0 \ + windows-0.61.3 \ + windows-collections-0.2.0 \ + windows-core-0.61.2 \ + windows-future-0.2.1 \ windows-implement-0.60.0 \ - windows-interface-0.58.0 \ windows-interface-0.59.1 \ - windows-link-0.1.1 \ - windows-registry-0.4.0 \ - windows-result-0.2.0 \ - windows-result-0.3.2 \ + windows-link-0.1.3 \ + windows-numerics-0.2.0 \ + windows-registry-0.5.3 \ + windows-result-0.3.4 \ windows-service-0.8.0 \ - windows-strings-0.1.0 \ - windows-strings-0.3.1 \ - windows-strings-0.4.0 \ + windows-strings-0.4.2 \ windows-sys-0.48.0 \ windows-sys-0.52.0 \ windows-sys-0.59.0 \ + windows-sys-0.60.2 \ windows-targets-0.48.5 \ windows-targets-0.52.6 \ - windows-targets-0.53.0 \ + windows-targets-0.53.2 \ + windows-threading-0.1.0 \ windows_aarch64_gnullvm-0.48.5 \ windows_aarch64_gnullvm-0.52.6 \ windows_aarch64_gnullvm-0.53.0 \ @@ -465,15 +467,15 @@ CARGO_CRATES= addr2line-0.24.2 \ windows_x86_64_msvc-0.53.0 \ winreg-0.50.0 \ winreg-0.55.0 \ - wintun-bindings-0.7.31 \ + wintun-bindings-0.7.32 \ wit-bindgen-rt-0.39.0 \ writeable-0.6.1 \ wyz-0.5.1 \ xdg-3.0.0 \ yoke-0.8.0 \ yoke-derive-0.8.0 \ - zerocopy-0.8.25 \ - zerocopy-derive-0.8.25 \ + zerocopy-0.8.26 \ + zerocopy-derive-0.8.26 \ zerofrom-0.1.6 \ zerofrom-derive-0.1.6 \ zeroize-1.8.1 \ diff --git a/net/shadowsocks-rust/distinfo b/net/shadowsocks-rust/distinfo index 9e80069496b2..40cc19b0da15 100644 --- a/net/shadowsocks-rust/distinfo +++ b/net/shadowsocks-rust/distinfo @@ -1,8 +1,8 @@ -TIMESTAMP = 1747122885 +TIMESTAMP = 1755986038 SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1 SIZE (rust/crates/addr2line-0.24.2.crate) = 39015 -SHA256 (rust/crates/adler2-2.0.0.crate) = 512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627 -SIZE (rust/crates/adler2-2.0.0.crate) = 13529 +SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa +SIZE (rust/crates/adler2-2.0.1.crate) = 13366 SHA256 (rust/crates/aead-0.5.2.crate) = d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0 SIZE (rust/crates/aead-0.5.2.crate) = 15509 SHA256 (rust/crates/aes-0.8.4.crate) = b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0 @@ -23,16 +23,16 @@ SHA256 (rust/crates/android-tzdata-0.1.1.crate) = e999941b234f3131b00bc13c22d06e SIZE (rust/crates/android-tzdata-0.1.1.crate) = 7674 SHA256 (rust/crates/android_system_properties-0.1.5.crate) = 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311 SIZE (rust/crates/android_system_properties-0.1.5.crate) = 5243 -SHA256 (rust/crates/anstream-0.6.18.crate) = 8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b -SIZE (rust/crates/anstream-0.6.18.crate) = 29681 -SHA256 (rust/crates/anstyle-1.0.10.crate) = 55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9 -SIZE (rust/crates/anstyle-1.0.10.crate) = 15725 -SHA256 (rust/crates/anstyle-parse-0.2.6.crate) = 3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9 -SIZE (rust/crates/anstyle-parse-0.2.6.crate) = 22343 -SHA256 (rust/crates/anstyle-query-1.1.2.crate) = 79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c -SIZE (rust/crates/anstyle-query-1.1.2.crate) = 9969 -SHA256 (rust/crates/anstyle-wincon-3.0.7.crate) = ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e -SIZE (rust/crates/anstyle-wincon-3.0.7.crate) = 12400 +SHA256 (rust/crates/anstream-0.6.19.crate) = 301af1932e46185686725e0fad2f8f2aa7da69dd70bf6ecc44d6b703844a3933 +SIZE (rust/crates/anstream-0.6.19.crate) = 28767 +SHA256 (rust/crates/anstyle-1.0.11.crate) = 862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd +SIZE (rust/crates/anstyle-1.0.11.crate) = 15880 +SHA256 (rust/crates/anstyle-parse-0.2.7.crate) = 4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2 +SIZE (rust/crates/anstyle-parse-0.2.7.crate) = 21707 +SHA256 (rust/crates/anstyle-query-1.1.3.crate) = 6c8bdeb6047d8983be085bab0ba1472e6dc604e7041dbf6fcd5e71523014fae9 +SIZE (rust/crates/anstyle-query-1.1.3.crate) = 10190 +SHA256 (rust/crates/anstyle-wincon-3.0.9.crate) = 403f75924867bb1033c59fbf0797484329750cfbe3c4325cd33127941fabc882 +SIZE (rust/crates/anstyle-wincon-3.0.9.crate) = 12561 SHA256 (rust/crates/anyhow-1.0.98.crate) = e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487 SIZE (rust/crates/anyhow-1.0.98.crate) = 53334 SHA256 (rust/crates/arc-swap-1.7.1.crate) = 69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457 @@ -41,32 +41,32 @@ SHA256 (rust/crates/arrayref-0.3.9.crate) = 76a2e8124351fda1ef8aaaa3bbd7ebbcb486 SIZE (rust/crates/arrayref-0.3.9.crate) = 9186 SHA256 (rust/crates/arrayvec-0.7.6.crate) = 7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50 SIZE (rust/crates/arrayvec-0.7.6.crate) = 31237 -SHA256 (rust/crates/async-channel-2.3.1.crate) = 89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a -SIZE (rust/crates/async-channel-2.3.1.crate) = 14576 +SHA256 (rust/crates/async-channel-2.4.0.crate) = 16c74e56284d2188cabb6ad99603d1ace887a5d7e7b695d01b728155ed9ed427 +SIZE (rust/crates/async-channel-2.4.0.crate) = 18312 SHA256 (rust/crates/async-task-4.7.1.crate) = 8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de SIZE (rust/crates/async-task-4.7.1.crate) = 38077 SHA256 (rust/crates/async-trait-0.1.88.crate) = e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5 SIZE (rust/crates/async-trait-0.1.88.crate) = 32084 SHA256 (rust/crates/atomic-waker-1.1.2.crate) = 1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0 SIZE (rust/crates/atomic-waker-1.1.2.crate) = 12422 -SHA256 (rust/crates/autocfg-1.4.0.crate) = ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26 -SIZE (rust/crates/autocfg-1.4.0.crate) = 17712 +SHA256 (rust/crates/autocfg-1.5.0.crate) = c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8 +SIZE (rust/crates/autocfg-1.5.0.crate) = 18729 SHA256 (rust/crates/backtrace-0.3.75.crate) = 6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002 SIZE (rust/crates/backtrace-0.3.75.crate) = 92665 SHA256 (rust/crates/base16ct-0.2.0.crate) = 4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf SIZE (rust/crates/base16ct-0.2.0.crate) = 10240 SHA256 (rust/crates/base64-0.22.1.crate) = 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 SIZE (rust/crates/base64-0.22.1.crate) = 81597 -SHA256 (rust/crates/base64ct-1.7.3.crate) = 89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3 -SIZE (rust/crates/base64ct-1.7.3.crate) = 31175 +SHA256 (rust/crates/base64ct-1.8.0.crate) = 55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba +SIZE (rust/crates/base64ct-1.8.0.crate) = 31211 SHA256 (rust/crates/bindgen-0.69.5.crate) = 271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088 SIZE (rust/crates/bindgen-0.69.5.crate) = 221128 SHA256 (rust/crates/bindgen-0.71.1.crate) = 5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3 SIZE (rust/crates/bindgen-0.71.1.crate) = 237785 SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 -SHA256 (rust/crates/bitflags-2.9.0.crate) = 5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd -SIZE (rust/crates/bitflags-2.9.0.crate) = 47654 +SHA256 (rust/crates/bitflags-2.9.1.crate) = 1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967 +SIZE (rust/crates/bitflags-2.9.1.crate) = 47913 SHA256 (rust/crates/bitvec-1.0.1.crate) = 1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c SIZE (rust/crates/bitvec-1.0.1.crate) = 224375 SHA256 (rust/crates/blake3-1.8.2.crate) = 3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0 @@ -81,12 +81,12 @@ SHA256 (rust/crates/brotli-8.0.1.crate) = 9991eea70ea4f293524138648e41ee89b0b2b1 SIZE (rust/crates/brotli-8.0.1.crate) = 741712 SHA256 (rust/crates/brotli-decompressor-5.0.0.crate) = 874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03 SIZE (rust/crates/brotli-decompressor-5.0.0.crate) = 195282 -SHA256 (rust/crates/bson-2.14.0.crate) = af8113ff51309e2779e8785a246c10fb783e8c2452f134d6257fd71cc03ccd6c -SIZE (rust/crates/bson-2.14.0.crate) = 130562 +SHA256 (rust/crates/bson-2.15.0.crate) = 7969a9ba84b0ff843813e7249eed1678d9b6607ce5a3b8f0a47af3fcf7978e6e +SIZE (rust/crates/bson-2.15.0.crate) = 130994 SHA256 (rust/crates/build-time-0.1.3.crate) = f1219c19fc29b7bfd74b7968b420aff5bc951cf517800176e795d6b2300dd382 SIZE (rust/crates/build-time-0.1.3.crate) = 2851 -SHA256 (rust/crates/bumpalo-3.17.0.crate) = 1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf -SIZE (rust/crates/bumpalo-3.17.0.crate) = 91975 +SHA256 (rust/crates/bumpalo-3.19.0.crate) = 46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43 +SIZE (rust/crates/bumpalo-3.19.0.crate) = 96414 SHA256 (rust/crates/byte_string-1.0.0.crate) = 11aade7a05aa8c3a351cedc44c3fc45806430543382fcc4743a9b757a2a0b4ed SIZE (rust/crates/byte_string-1.0.0.crate) = 8678 SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b @@ -95,20 +95,20 @@ SHA256 (rust/crates/bytes-1.10.1.crate) = d71b6127be86fdcfddb610f7182ac57211d4b1 SIZE (rust/crates/bytes-1.10.1.crate) = 76779 SHA256 (rust/crates/bzip2-sys-0.1.13+1.0.8.crate) = 225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14 SIZE (rust/crates/bzip2-sys-0.1.13+1.0.8.crate) = 633818 -SHA256 (rust/crates/c2rust-bitfields-0.19.0.crate) = 367e5d1b30f28be590b6b3868da1578361d29d9bfac516d22f497d28ed7c9055 -SIZE (rust/crates/c2rust-bitfields-0.19.0.crate) = 5885 -SHA256 (rust/crates/c2rust-bitfields-derive-0.19.0.crate) = a279db9c50c4024eeca1a763b6e0f033848ce74e83e47454bcf8a8a98f7b0b56 -SIZE (rust/crates/c2rust-bitfields-derive-0.19.0.crate) = 3620 +SHA256 (rust/crates/c2rust-bitfields-0.20.0.crate) = 46dc7d2bffa0d0b3d47eb2dc69973466858281446c2ac9f6d8a10e92ab1017df +SIZE (rust/crates/c2rust-bitfields-0.20.0.crate) = 6455 +SHA256 (rust/crates/c2rust-bitfields-derive-0.20.0.crate) = ebe1117afa5937ce280034e31fa1e84ed1824a252f75380327eed438535333f8 +SIZE (rust/crates/c2rust-bitfields-derive-0.20.0.crate) = 4078 SHA256 (rust/crates/camellia-0.1.0.crate) = 3264e2574e9ef2b53ce6f536dea83a69ac0bc600b762d1523ff83fe07230ce30 SIZE (rust/crates/camellia-0.1.0.crate) = 89085 -SHA256 (rust/crates/cc-1.2.22.crate) = 32db95edf998450acc7881c932f94cd9b05c87b4b2599e8bab064753da4acfd1 -SIZE (rust/crates/cc-1.2.22.crate) = 106294 +SHA256 (rust/crates/cc-1.2.28.crate) = 4ad45f4f74e4e20eaa392913b7b33a7091c87e59628f4dd27888205ad888843c +SIZE (rust/crates/cc-1.2.28.crate) = 107943 SHA256 (rust/crates/ccm-0.5.0.crate) = 9ae3c82e4355234767756212c570e29833699ab63e6ffd161887314cc5b43847 SIZE (rust/crates/ccm-0.5.0.crate) = 242273 SHA256 (rust/crates/cexpr-0.6.0.crate) = 6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766 SIZE (rust/crates/cexpr-0.6.0.crate) = 17966 -SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd -SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 +SHA256 (rust/crates/cfg-if-1.0.1.crate) = 9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268 +SIZE (rust/crates/cfg-if-1.0.1.crate) = 8683 SHA256 (rust/crates/cfg_aliases-0.2.1.crate) = 613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724 SIZE (rust/crates/cfg_aliases-0.2.1.crate) = 6355 SHA256 (rust/crates/chacha20-0.9.1.crate) = c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818 @@ -121,16 +121,16 @@ SHA256 (rust/crates/cipher-0.4.4.crate) = 773f3b9af64447d2ce9850330c473515014aa2 SIZE (rust/crates/cipher-0.4.4.crate) = 19073 SHA256 (rust/crates/clang-sys-1.8.1.crate) = 0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4 SIZE (rust/crates/clang-sys-1.8.1.crate) = 44009 -SHA256 (rust/crates/clap-4.5.38.crate) = ed93b9805f8ba930df42c2590f05453d5ec36cbb85d018868a5b24d31f6ac000 -SIZE (rust/crates/clap-4.5.38.crate) = 57140 -SHA256 (rust/crates/clap_builder-4.5.38.crate) = 379026ff283facf611b0ea629334361c4211d1b12ee01024eec1591133b04120 -SIZE (rust/crates/clap_builder-4.5.38.crate) = 169177 -SHA256 (rust/crates/clap_lex-0.7.4.crate) = f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6 -SIZE (rust/crates/clap_lex-0.7.4.crate) = 12858 +SHA256 (rust/crates/clap-4.5.40.crate) = 40b6887a1d8685cebccf115538db5c0efe625ccac9696ad45c409d96566e910f +SIZE (rust/crates/clap-4.5.40.crate) = 57419 +SHA256 (rust/crates/clap_builder-4.5.40.crate) = e0c66c08ce9f0c698cbce5c0279d0bb6ac936d8674174fe48f736533b964f59e +SIZE (rust/crates/clap_builder-4.5.40.crate) = 169191 +SHA256 (rust/crates/clap_lex-0.7.5.crate) = b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675 +SIZE (rust/crates/clap_lex-0.7.5.crate) = 13469 SHA256 (rust/crates/cmake-0.1.54.crate) = e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0 SIZE (rust/crates/cmake-0.1.54.crate) = 18955 -SHA256 (rust/crates/colorchoice-1.0.3.crate) = 5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990 -SIZE (rust/crates/colorchoice-1.0.3.crate) = 7923 +SHA256 (rust/crates/colorchoice-1.0.4.crate) = b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75 +SIZE (rust/crates/colorchoice-1.0.4.crate) = 8196 SHA256 (rust/crates/concurrent-queue-2.5.0.crate) = 4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973 SIZE (rust/crates/concurrent-queue-2.5.0.crate) = 22654 SHA256 (rust/crates/const-oid-0.9.6.crate) = c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8 @@ -139,8 +139,8 @@ SHA256 (rust/crates/constant_time_eq-0.3.1.crate) = 7c74b8349d32d297c9134b8c8867 SIZE (rust/crates/constant_time_eq-0.3.1.crate) = 11561 SHA256 (rust/crates/core-foundation-0.9.4.crate) = 91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f SIZE (rust/crates/core-foundation-0.9.4.crate) = 27743 -SHA256 (rust/crates/core-foundation-0.10.0.crate) = b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63 -SIZE (rust/crates/core-foundation-0.10.0.crate) = 27023 +SHA256 (rust/crates/core-foundation-0.10.1.crate) = b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6 +SIZE (rust/crates/core-foundation-0.10.1.crate) = 28886 SHA256 (rust/crates/core-foundation-sys-0.8.7.crate) = 773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b SIZE (rust/crates/core-foundation-sys-0.8.7.crate) = 37712 SHA256 (rust/crates/cpufeatures-0.2.17.crate) = 59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280 @@ -211,8 +211,8 @@ SHA256 (rust/crates/env_logger-0.11.8.crate) = 13c863f0904021b108aa8b2f55046443e SIZE (rust/crates/env_logger-0.11.8.crate) = 32538 SHA256 (rust/crates/equivalent-1.0.2.crate) = 877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f SIZE (rust/crates/equivalent-1.0.2.crate) = 7419 -SHA256 (rust/crates/errno-0.3.11.crate) = 976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e -SIZE (rust/crates/errno-0.3.11.crate) = 12048 +SHA256 (rust/crates/errno-0.3.13.crate) = 778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad +SIZE (rust/crates/errno-0.3.13.crate) = 12449 SHA256 (rust/crates/etherparse-0.18.0.crate) = 3ff83a5facf1a7cbfef93cfb48d6d4fb6a1f42d8ac2341a96b3255acb4d4f860 SIZE (rust/crates/etherparse-0.18.0.crate) = 446226 SHA256 (rust/crates/event-listener-5.4.0.crate) = 3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae @@ -223,10 +223,8 @@ SHA256 (rust/crates/fastrand-2.3.0.crate) = 37909eebbb50d72f9059c3b6d82c0463f2ff SIZE (rust/crates/fastrand-2.3.0.crate) = 15076 SHA256 (rust/crates/ff-0.13.1.crate) = c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393 SIZE (rust/crates/ff-0.13.1.crate) = 18607 -SHA256 (rust/crates/filetime-0.2.25.crate) = 35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586 -SIZE (rust/crates/filetime-0.2.25.crate) = 14940 -SHA256 (rust/crates/flate2-1.1.1.crate) = 7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece -SIZE (rust/crates/flate2-1.1.1.crate) = 77224 +SHA256 (rust/crates/flate2-1.1.2.crate) = 4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d +SIZE (rust/crates/flate2-1.1.2.crate) = 76495 SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 SIZE (rust/crates/fnv-1.0.7.crate) = 11266 SHA256 (rust/crates/foreign-types-0.3.2.crate) = f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1 @@ -259,8 +257,8 @@ SHA256 (rust/crates/futures-task-0.3.31.crate) = f90f7dce0722e95104fcb095585910c SIZE (rust/crates/futures-task-0.3.31.crate) = 11217 SHA256 (rust/crates/futures-util-0.3.31.crate) = 9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81 SIZE (rust/crates/futures-util-0.3.31.crate) = 162124 -SHA256 (rust/crates/generator-0.8.4.crate) = cc6bd114ceda131d3b1d665eba35788690ad37f5916457286b32ab6fd3c438dd -SIZE (rust/crates/generator-0.8.4.crate) = 34400 +SHA256 (rust/crates/generator-0.8.5.crate) = d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827 +SIZE (rust/crates/generator-0.8.5.crate) = 37018 SHA256 (rust/crates/generic-array-0.14.7.crate) = 85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a SIZE (rust/crates/generic-array-0.14.7.crate) = 15950 SHA256 (rust/crates/getrandom-0.2.16.crate) = 335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592 @@ -275,16 +273,16 @@ SHA256 (rust/crates/glob-0.3.2.crate) = a8d1add55171497b4705a648c6b583acafb01d58 SIZE (rust/crates/glob-0.3.2.crate) = 22359 SHA256 (rust/crates/group-0.13.0.crate) = f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63 SIZE (rust/crates/group-0.13.0.crate) = 16526 -SHA256 (rust/crates/h2-0.4.10.crate) = a9421a676d1b147b16b82c9225157dc629087ef8ec4d5e2960f9437a90dac0a5 -SIZE (rust/crates/h2-0.4.10.crate) = 174800 +SHA256 (rust/crates/h2-0.4.11.crate) = 17da50a276f1e01e0ba6c029e47b7100754904ee8a278f886546e98575380785 +SIZE (rust/crates/h2-0.4.11.crate) = 175810 SHA256 (rust/crates/h3-0.0.7.crate) = 7dfb059a4f28a66f186ed16ad912d142f490676acba59353831d7cb45a96b0d3 SIZE (rust/crates/h3-0.0.7.crate) = 117561 SHA256 (rust/crates/h3-quinn-0.0.9.crate) = 6d482318ae94198fc8e3cbb0b7ba3099c865d744e6ec7c62039ca7b6b6c66fbf SIZE (rust/crates/h3-quinn-0.0.9.crate) = 13981 SHA256 (rust/crates/hash32-0.3.1.crate) = 47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606 SIZE (rust/crates/hash32-0.3.1.crate) = 10273 -SHA256 (rust/crates/hashbrown-0.15.3.crate) = 84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3 -SIZE (rust/crates/hashbrown-0.15.3.crate) = 140413 +SHA256 (rust/crates/hashbrown-0.15.4.crate) = 5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5 +SIZE (rust/crates/hashbrown-0.15.4.crate) = 140447 SHA256 (rust/crates/heapless-0.8.0.crate) = 0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad SIZE (rust/crates/heapless-0.8.0.crate) = 77802 SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea @@ -313,12 +311,12 @@ SHA256 (rust/crates/humantime-2.2.0.crate) = 9b112acc8b3adf4b107a8ec20977da0273a SIZE (rust/crates/humantime-2.2.0.crate) = 20646 SHA256 (rust/crates/hyper-1.6.0.crate) = cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80 SIZE (rust/crates/hyper-1.6.0.crate) = 153923 -SHA256 (rust/crates/hyper-rustls-0.27.5.crate) = 2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2 -SIZE (rust/crates/hyper-rustls-0.27.5.crate) = 34660 +SHA256 (rust/crates/hyper-rustls-0.27.7.crate) = e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58 +SIZE (rust/crates/hyper-rustls-0.27.7.crate) = 35435 SHA256 (rust/crates/hyper-tls-0.6.0.crate) = 70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0 SIZE (rust/crates/hyper-tls-0.6.0.crate) = 15052 -SHA256 (rust/crates/hyper-util-0.1.11.crate) = 497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2 -SIZE (rust/crates/hyper-util-0.1.11.crate) = 75973 +SHA256 (rust/crates/hyper-util-0.1.14.crate) = dc2fdfdbff08affe55bb779f33b053aa1fe5dd5b54c257343c17edfa55711bdb +SIZE (rust/crates/hyper-util-0.1.14.crate) = 101462 SHA256 (rust/crates/iana-time-zone-0.1.63.crate) = b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8 SIZE (rust/crates/iana-time-zone-0.1.63.crate) = 32919 SHA256 (rust/crates/iana-time-zone-haiku-0.1.2.crate) = f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f @@ -331,30 +329,34 @@ SHA256 (rust/crates/icu_normalizer-2.0.0.crate) = 436880e8e18df4d7bbc06d58432329 SIZE (rust/crates/icu_normalizer-2.0.0.crate) = 61543 SHA256 (rust/crates/icu_normalizer_data-2.0.0.crate) = 00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3 SIZE (rust/crates/icu_normalizer_data-2.0.0.crate) = 68101 -SHA256 (rust/crates/icu_properties-2.0.0.crate) = 2549ca8c7241c82f59c80ba2a6f415d931c5b58d24fb8412caa1a1f02c49139a -SIZE (rust/crates/icu_properties-2.0.0.crate) = 58065 -SHA256 (rust/crates/icu_properties_data-2.0.0.crate) = 8197e866e47b68f8f7d95249e172903bec06004b18b2937f1095d40a0c57de04 -SIZE (rust/crates/icu_properties_data-2.0.0.crate) = 159069 +SHA256 (rust/crates/icu_properties-2.0.1.crate) = 016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b +SIZE (rust/crates/icu_properties-2.0.1.crate) = 58165 +SHA256 (rust/crates/icu_properties_data-2.0.1.crate) = 298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632 +SIZE (rust/crates/icu_properties_data-2.0.1.crate) = 159735 SHA256 (rust/crates/icu_provider-2.0.0.crate) = 03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af SIZE (rust/crates/icu_provider-2.0.0.crate) = 50966 SHA256 (rust/crates/idna-1.0.3.crate) = 686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e SIZE (rust/crates/idna-1.0.3.crate) = 142515 SHA256 (rust/crates/idna_adapter-1.2.1.crate) = 3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344 SIZE (rust/crates/idna_adapter-1.2.1.crate) = 10389 -SHA256 (rust/crates/indexmap-2.9.0.crate) = cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e -SIZE (rust/crates/indexmap-2.9.0.crate) = 91214 +SHA256 (rust/crates/indexmap-2.10.0.crate) = fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661 +SIZE (rust/crates/indexmap-2.10.0.crate) = 95836 SHA256 (rust/crates/inotify-0.11.0.crate) = f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3 SIZE (rust/crates/inotify-0.11.0.crate) = 26241 SHA256 (rust/crates/inotify-sys-0.1.5.crate) = e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb SIZE (rust/crates/inotify-sys-0.1.5.crate) = 6965 SHA256 (rust/crates/inout-0.1.4.crate) = 879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01 SIZE (rust/crates/inout-0.1.4.crate) = 11280 +SHA256 (rust/crates/io-uring-0.7.8.crate) = b86e202f00093dcba4275d4636b93ef9dd75d025ae560d2521b45ea28ab49013 +SIZE (rust/crates/io-uring-0.7.8.crate) = 94958 SHA256 (rust/crates/ipconfig-0.3.2.crate) = b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f SIZE (rust/crates/ipconfig-0.3.2.crate) = 24468 SHA256 (rust/crates/ipnet-2.11.0.crate) = 469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130 SIZE (rust/crates/ipnet-2.11.0.crate) = 29718 SHA256 (rust/crates/iprange-0.6.7.crate) = 37209be0ad225457e63814401415e748e2453a5297f9b637338f5fb8afa4ec00 SIZE (rust/crates/iprange-0.6.7.crate) = 34510 +SHA256 (rust/crates/iri-string-0.7.8.crate) = dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2 +SIZE (rust/crates/iri-string-0.7.8.crate) = 141493 SHA256 (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf SIZE (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7492 SHA256 (rust/crates/itertools-0.12.1.crate) = ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569 @@ -367,10 +369,10 @@ SHA256 (rust/crates/jemalloc-sys-0.5.4+5.3.0-patched.crate) = ac6c1946e1cea1788c SIZE (rust/crates/jemalloc-sys-0.5.4+5.3.0-patched.crate) = 884321 SHA256 (rust/crates/jemallocator-0.5.4.crate) = a0de374a9f8e63150e6f5e8a60cc14c668226d7a347d8aee1a45766e3c4dd3bc SIZE (rust/crates/jemallocator-0.5.4.crate) = 13088 -SHA256 (rust/crates/jiff-0.2.13.crate) = f02000660d30638906021176af16b17498bd0d12813dbfe7b276d8bc7f3c0806 -SIZE (rust/crates/jiff-0.2.13.crate) = 707842 -SHA256 (rust/crates/jiff-static-0.2.13.crate) = f3c30758ddd7188629c6713fc45d1188af4f44c90582311d0c8d8c9907f60c48 -SIZE (rust/crates/jiff-static-0.2.13.crate) = 76123 +SHA256 (rust/crates/jiff-0.2.15.crate) = be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49 +SIZE (rust/crates/jiff-0.2.15.crate) = 712996 +SHA256 (rust/crates/jiff-static-0.2.15.crate) = 03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4 +SIZE (rust/crates/jiff-static-0.2.15.crate) = 76146 SHA256 (rust/crates/jobserver-0.1.33.crate) = 38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a SIZE (rust/crates/jobserver-0.1.33.crate) = 29136 SHA256 (rust/crates/js-sys-0.3.77.crate) = 1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f @@ -385,14 +387,14 @@ SHA256 (rust/crates/lazy_static-1.5.0.crate) = bbd2bcb4c963f2ddae06a2efc7e9f3591 SIZE (rust/crates/lazy_static-1.5.0.crate) = 14025 SHA256 (rust/crates/lazycell-1.3.0.crate) = 830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55 SIZE (rust/crates/lazycell-1.3.0.crate) = 12502 -SHA256 (rust/crates/libc-0.2.172.crate) = d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa -SIZE (rust/crates/libc-0.2.172.crate) = 791646 -SHA256 (rust/crates/libloading-0.8.7.crate) = 6a793df0d7afeac54f95b471d3af7f0d4fb975699f972341a4b76988d49cdf0c -SIZE (rust/crates/libloading-0.8.7.crate) = 30374 -SHA256 (rust/crates/libmimalloc-sys-0.1.42.crate) = ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4 -SIZE (rust/crates/libmimalloc-sys-0.1.42.crate) = 224614 -SHA256 (rust/crates/libredox-0.1.3.crate) = c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d -SIZE (rust/crates/libredox-0.1.3.crate) = 6068 +SHA256 (rust/crates/libc-0.2.174.crate) = 1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776 +SIZE (rust/crates/libc-0.2.174.crate) = 779933 +SHA256 (rust/crates/libloading-0.8.8.crate) = 07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667 +SIZE (rust/crates/libloading-0.8.8.crate) = 31345 +SHA256 (rust/crates/libmimalloc-sys-0.1.43.crate) = bf88cd67e9de251c1781dbe2f641a1a3ad66eaae831b8a2c38fbdc5ddae16d4d +SIZE (rust/crates/libmimalloc-sys-0.1.43.crate) = 226498 +SHA256 (rust/crates/libredox-0.1.4.crate) = 1580801010e535496706ba011c15f8532df6b42297d2e471fec38ceadd8c0638 +SIZE (rust/crates/libredox-0.1.4.crate) = 6946 SHA256 (rust/crates/librocksdb-sys-0.17.1+9.9.3.crate) = 2b7869a512ae9982f4d46ba482c2a304f1efd80c6412a3d4bf57bb79a619679f SIZE (rust/crates/librocksdb-sys-0.17.1+9.9.3.crate) = 6898368 SHA256 (rust/crates/libz-sys-1.1.22.crate) = 8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d @@ -401,8 +403,8 @@ SHA256 (rust/crates/linux-raw-sys-0.9.4.crate) = cd945864f07fe9f5371a27ad7b52a17 SIZE (rust/crates/linux-raw-sys-0.9.4.crate) = 2311088 SHA256 (rust/crates/litemap-0.8.0.crate) = 241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956 SIZE (rust/crates/litemap-0.8.0.crate) = 34344 -SHA256 (rust/crates/lock_api-0.4.12.crate) = 07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17 -SIZE (rust/crates/lock_api-0.4.12.crate) = 27591 +SHA256 (rust/crates/lock_api-0.4.13.crate) = 96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765 +SIZE (rust/crates/lock_api-0.4.13.crate) = 28565 SHA256 (rust/crates/log-0.4.27.crate) = 13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94 SIZE (rust/crates/log-0.4.27.crate) = 48120 SHA256 (rust/crates/log-mdc-0.1.0.crate) = a94d21414c1f4a51209ad204c1776a3d0765002c76c6abcb602a6f09f1e881c7 @@ -423,18 +425,18 @@ SHA256 (rust/crates/matchers-0.1.0.crate) = 8263075bb86c5a1b1427b5ae862e8889656f SIZE (rust/crates/matchers-0.1.0.crate) = 6948 SHA256 (rust/crates/md-5-0.10.6.crate) = d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf SIZE (rust/crates/md-5-0.10.6.crate) = 16161 -SHA256 (rust/crates/memchr-2.7.4.crate) = 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3 -SIZE (rust/crates/memchr-2.7.4.crate) = 96670 -SHA256 (rust/crates/mimalloc-0.1.46.crate) = 995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af -SIZE (rust/crates/mimalloc-0.1.46.crate) = 4601 +SHA256 (rust/crates/memchr-2.7.5.crate) = 32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0 +SIZE (rust/crates/memchr-2.7.5.crate) = 97603 +SHA256 (rust/crates/mimalloc-0.1.47.crate) = b1791cbe101e95af5764f06f20f6760521f7158f69dbf9d6baf941ee1bf6bc40 +SIZE (rust/crates/mimalloc-0.1.47.crate) = 4594 SHA256 (rust/crates/mime-0.3.17.crate) = 6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a SIZE (rust/crates/mime-0.3.17.crate) = 15712 SHA256 (rust/crates/minimal-lexical-0.2.1.crate) = 68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a SIZE (rust/crates/minimal-lexical-0.2.1.crate) = 94841 -SHA256 (rust/crates/miniz_oxide-0.8.8.crate) = 3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a -SIZE (rust/crates/miniz_oxide-0.8.8.crate) = 67065 -SHA256 (rust/crates/mio-1.0.3.crate) = 2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd -SIZE (rust/crates/mio-1.0.3.crate) = 103703 +SHA256 (rust/crates/miniz_oxide-0.8.9.crate) = 1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316 +SIZE (rust/crates/miniz_oxide-0.8.9.crate) = 67132 +SHA256 (rust/crates/mio-1.0.4.crate) = 78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c +SIZE (rust/crates/mio-1.0.4.crate) = 104212 SHA256 (rust/crates/moka-0.12.10.crate) = a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926 SIZE (rust/crates/moka-0.12.10.crate) = 253622 SHA256 (rust/crates/native-tls-0.2.14.crate) = 87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e @@ -443,8 +445,8 @@ SHA256 (rust/crates/nix-0.30.1.crate) = 74523f3a35e05aba87a1d978330aef40f67b0304 SIZE (rust/crates/nix-0.30.1.crate) = 342015 SHA256 (rust/crates/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a SIZE (rust/crates/nom-7.1.3.crate) = 117570 -SHA256 (rust/crates/notify-8.0.0.crate) = 2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943 -SIZE (rust/crates/notify-8.0.0.crate) = 35590 +SHA256 (rust/crates/notify-8.1.0.crate) = 3163f59cd3fa0e9ef8c32f242966a7b9994fd7378366099593e0e73077cd8c97 +SIZE (rust/crates/notify-8.1.0.crate) = 37843 SHA256 (rust/crates/notify-types-2.0.0.crate) = 5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d SIZE (rust/crates/notify-types-2.0.0.crate) = 14495 SHA256 (rust/crates/nu-ansi-term-0.46.0.crate) = 77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84 @@ -459,18 +461,20 @@ SHA256 (rust/crates/object-0.36.7.crate) = 62948e14d923ea95ea2c7c86c71013138b665 SIZE (rust/crates/object-0.36.7.crate) = 329938 SHA256 (rust/crates/once_cell-1.21.3.crate) = 42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d SIZE (rust/crates/once_cell-1.21.3.crate) = 34534 +SHA256 (rust/crates/once_cell_polyfill-1.70.1.crate) = a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad +SIZE (rust/crates/once_cell_polyfill-1.70.1.crate) = 7510 SHA256 (rust/crates/opaque-debug-0.3.1.crate) = c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381 SIZE (rust/crates/opaque-debug-0.3.1.crate) = 7066 -SHA256 (rust/crates/openssl-0.10.72.crate) = fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da -SIZE (rust/crates/openssl-0.10.72.crate) = 283852 +SHA256 (rust/crates/openssl-0.10.73.crate) = 8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8 +SIZE (rust/crates/openssl-0.10.73.crate) = 283994 SHA256 (rust/crates/openssl-macros-0.1.1.crate) = a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c SIZE (rust/crates/openssl-macros-0.1.1.crate) = 5601 SHA256 (rust/crates/openssl-probe-0.1.6.crate) = d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e SIZE (rust/crates/openssl-probe-0.1.6.crate) = 8128 -SHA256 (rust/crates/openssl-src-300.5.0+3.5.0.crate) = e8ce546f549326b0e6052b649198487d91320875da901e7bd11a06d1ee3f9c2f -SIZE (rust/crates/openssl-src-300.5.0+3.5.0.crate) = 10488436 -SHA256 (rust/crates/openssl-sys-0.9.108.crate) = e145e1651e858e820e4860f7b9c5e169bc1d8ce1c86043be79fa7b7634821847 -SIZE (rust/crates/openssl-sys-0.9.108.crate) = 78190 +SHA256 (rust/crates/openssl-src-300.5.1+3.5.1.crate) = 735230c832b28c000e3bc117119e6466a663ec73506bc0a9907ea4187508e42a +SIZE (rust/crates/openssl-src-300.5.1+3.5.1.crate) = 10505501 +SHA256 (rust/crates/openssl-sys-0.9.109.crate) = 90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571 +SIZE (rust/crates/openssl-sys-0.9.109.crate) = 78247 SHA256 (rust/crates/option-ext-0.2.0.crate) = 04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d SIZE (rust/crates/option-ext-0.2.0.crate) = 7345 SHA256 (rust/crates/ordered-float-2.10.1.crate) = 68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c @@ -483,20 +487,20 @@ SHA256 (rust/crates/p384-0.13.1.crate) = fe42f1670a52a47d448f14b6a5c61dd78fce518 SIZE (rust/crates/p384-0.13.1.crate) = 193022 SHA256 (rust/crates/parking-2.2.1.crate) = f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba SIZE (rust/crates/parking-2.2.1.crate) = 10685 -SHA256 (rust/crates/parking_lot-0.12.3.crate) = f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27 -SIZE (rust/crates/parking_lot-0.12.3.crate) = 41860 -SHA256 (rust/crates/parking_lot_core-0.9.10.crate) = 1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8 -SIZE (rust/crates/parking_lot_core-0.9.10.crate) = 32406 +SHA256 (rust/crates/parking_lot-0.12.4.crate) = 70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13 +SIZE (rust/crates/parking_lot-0.12.4.crate) = 46779 +SHA256 (rust/crates/parking_lot_core-0.9.11.crate) = bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5 +SIZE (rust/crates/parking_lot_core-0.9.11.crate) = 34773 SHA256 (rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235 -SHA256 (rust/crates/pest-2.8.0.crate) = 198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6 -SIZE (rust/crates/pest-2.8.0.crate) = 128955 -SHA256 (rust/crates/pest_derive-2.8.0.crate) = d725d9cfd79e87dccc9341a2ef39d1b6f6353d68c4b33c177febbe1a402c97c5 -SIZE (rust/crates/pest_derive-2.8.0.crate) = 42196 -SHA256 (rust/crates/pest_generator-2.8.0.crate) = db7d01726be8ab66ab32f9df467ae8b1148906685bbe75c82d1e65d7f5b3f841 -SIZE (rust/crates/pest_generator-2.8.0.crate) = 18617 -SHA256 (rust/crates/pest_meta-2.8.0.crate) = 7f9f832470494906d1fca5329f8ab5791cc60beb230c74815dff541cbd2b5ca0 -SIZE (rust/crates/pest_meta-2.8.0.crate) = 42931 +SHA256 (rust/crates/pest-2.8.1.crate) = 1db05f56d34358a8b1066f67cbb203ee3e7ed2ba674a6263a1d5ec6db2204323 +SIZE (rust/crates/pest-2.8.1.crate) = 128906 +SHA256 (rust/crates/pest_derive-2.8.1.crate) = bb056d9e8ea77922845ec74a1c4e8fb17e7c218cc4fc11a15c5d25e189aa40bc +SIZE (rust/crates/pest_derive-2.8.1.crate) = 42857 +SHA256 (rust/crates/pest_generator-2.8.1.crate) = 87e404e638f781eb3202dc82db6760c8ae8a1eeef7fb3fa8264b2ef280504966 +SIZE (rust/crates/pest_generator-2.8.1.crate) = 18663 +SHA256 (rust/crates/pest_meta-2.8.1.crate) = edd1101f170f5903fde0914f899bb503d9ff5271d7ba76bbb70bea63690cc0d5 +SIZE (rust/crates/pest_meta-2.8.1.crate) = 42949 SHA256 (rust/crates/pin-project-1.1.10.crate) = 677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a SIZE (rust/crates/pin-project-1.1.10.crate) = 56348 SHA256 (rust/crates/pin-project-internal-1.1.10.crate) = 6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861 @@ -515,8 +519,8 @@ SHA256 (rust/crates/poly1305-0.8.0.crate) = 8159bd90725d2df49889a078b54f4f79e87f SIZE (rust/crates/poly1305-0.8.0.crate) = 32633 SHA256 (rust/crates/polyval-0.6.2.crate) = 9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25 SIZE (rust/crates/polyval-0.6.2.crate) = 18425 -SHA256 (rust/crates/portable-atomic-1.11.0.crate) = 350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e -SIZE (rust/crates/portable-atomic-1.11.0.crate) = 181258 +SHA256 (rust/crates/portable-atomic-1.11.1.crate) = f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483 +SIZE (rust/crates/portable-atomic-1.11.1.crate) = 185506 SHA256 (rust/crates/portable-atomic-util-0.2.4.crate) = d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507 SIZE (rust/crates/portable-atomic-util-0.2.4.crate) = 47043 SHA256 (rust/crates/potential_utf-0.1.2.crate) = e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585 @@ -539,12 +543,12 @@ SHA256 (rust/crates/quinn-0.11.8.crate) = 626214629cda6781b6dc1d316ba307189c85ba SIZE (rust/crates/quinn-0.11.8.crate) = 79949 SHA256 (rust/crates/quinn-proto-0.11.12.crate) = 49df843a9161c85bb8aae55f101bc0bac8bcafd637a620d9122fd7e0b2f7422e SIZE (rust/crates/quinn-proto-0.11.12.crate) = 235821 -SHA256 (rust/crates/quinn-udp-0.5.12.crate) = ee4e529991f949c5e25755532370b8af5d114acae52326361d68d47af64aa842 -SIZE (rust/crates/quinn-udp-0.5.12.crate) = 31825 +SHA256 (rust/crates/quinn-udp-0.5.13.crate) = fcebb1209ee276352ef14ff8732e24cc2b02bbac986cd74a4c81bcb2f9881970 +SIZE (rust/crates/quinn-udp-0.5.13.crate) = 32621 SHA256 (rust/crates/quote-1.0.40.crate) = 1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d SIZE (rust/crates/quote-1.0.40.crate) = 31063 -SHA256 (rust/crates/r-efi-5.2.0.crate) = 74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5 -SIZE (rust/crates/r-efi-5.2.0.crate) = 64764 +SHA256 (rust/crates/r-efi-5.3.0.crate) = 69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f +SIZE (rust/crates/r-efi-5.3.0.crate) = 64532 SHA256 (rust/crates/radium-0.7.0.crate) = dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09 SIZE (rust/crates/radium-0.7.0.crate) = 10906 SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 @@ -559,8 +563,8 @@ SHA256 (rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9ba SIZE (rust/crates/rand_core-0.6.4.crate) = 22666 SHA256 (rust/crates/rand_core-0.9.3.crate) = 99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38 SIZE (rust/crates/rand_core-0.9.3.crate) = 24543 -SHA256 (rust/crates/redox_syscall-0.5.12.crate) = 928fca9cf2aa042393a8325b9ead81d2f0df4cb12e1e24cef072922ccd99c5af -SIZE (rust/crates/redox_syscall-0.5.12.crate) = 29544 +SHA256 (rust/crates/redox_syscall-0.5.13.crate) = 0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6 +SIZE (rust/crates/redox_syscall-0.5.13.crate) = 29489 SHA256 (rust/crates/redox_users-0.5.0.crate) = dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b SIZE (rust/crates/redox_users-0.5.0.crate) = 15586 SHA256 (rust/crates/regex-1.11.1.crate) = b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191 @@ -573,10 +577,10 @@ SHA256 (rust/crates/regex-syntax-0.6.29.crate) = f162c6dd7b008981e4d40210aca20b4 SIZE (rust/crates/regex-syntax-0.6.29.crate) = 299752 SHA256 (rust/crates/regex-syntax-0.8.5.crate) = 2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c SIZE (rust/crates/regex-syntax-0.8.5.crate) = 357541 -SHA256 (rust/crates/reqwest-0.12.15.crate) = d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb -SIZE (rust/crates/reqwest-0.12.15.crate) = 199320 -SHA256 (rust/crates/resolv-conf-0.7.3.crate) = fc7c8f7f733062b66dc1c63f9db168ac0b97a9210e247fa90fdc9ad08f51b302 -SIZE (rust/crates/resolv-conf-0.7.3.crate) = 16929 +SHA256 (rust/crates/reqwest-0.12.22.crate) = cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531 +SIZE (rust/crates/reqwest-0.12.22.crate) = 200283 +SHA256 (rust/crates/resolv-conf-0.7.4.crate) = 95325155c684b1c89f7765e30bc1c42e4a6da51ca513615660cb8a62ef9a88e3 +SIZE (rust/crates/resolv-conf-0.7.4.crate) = 17260 SHA256 (rust/crates/ring-0.17.14.crate) = a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7 SIZE (rust/crates/ring-0.17.14.crate) = 1502610 SHA256 (rust/crates/ring-compat-0.8.0.crate) = ccce7bae150b815f0811db41b8312fcb74bffa4cab9cee5429ee00f356dd5bd4 @@ -591,8 +595,8 @@ SHA256 (rust/crates/rpmalloc-sys-0.2.3+b097fd0.crate) = 8d4b7d5e225a53887ee57fce SIZE (rust/crates/rpmalloc-sys-0.2.3+b097fd0.crate) = 91990 SHA256 (rust/crates/rtoolbox-0.0.3.crate) = a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f SIZE (rust/crates/rtoolbox-0.0.3.crate) = 10149 -SHA256 (rust/crates/rustc-demangle-0.1.24.crate) = 719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f -SIZE (rust/crates/rustc-demangle-0.1.24.crate) = 29047 +SHA256 (rust/crates/rustc-demangle-0.1.25.crate) = 989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f +SIZE (rust/crates/rustc-demangle-0.1.25.crate) = 29590 SHA256 (rust/crates/rustc-hash-1.1.0.crate) = 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2 SIZE (rust/crates/rustc-hash-1.1.0.crate) = 9331 SHA256 (rust/crates/rustc-hash-2.1.1.crate) = 357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d @@ -601,18 +605,16 @@ SHA256 (rust/crates/rustc_version-0.4.1.crate) = cfcb3a22ef46e85b45de6ee7e79d063 SIZE (rust/crates/rustc_version-0.4.1.crate) = 12245 SHA256 (rust/crates/rustix-1.0.7.crate) = c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266 SIZE (rust/crates/rustix-1.0.7.crate) = 414500 -SHA256 (rust/crates/rustls-0.23.27.crate) = 730944ca083c1c233a75c09f199e973ca499344a2b7ba9e755c457e86fb4a321 -SIZE (rust/crates/rustls-0.23.27.crate) = 355915 +SHA256 (rust/crates/rustls-0.23.28.crate) = 7160e3e10bf4535308537f3c4e1641468cd0e485175d6163087c0393c7d46643 +SIZE (rust/crates/rustls-0.23.28.crate) = 365699 SHA256 (rust/crates/rustls-native-certs-0.8.1.crate) = 7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3 SIZE (rust/crates/rustls-native-certs-0.8.1.crate) = 31129 -SHA256 (rust/crates/rustls-pemfile-2.2.0.crate) = dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50 -SIZE (rust/crates/rustls-pemfile-2.2.0.crate) = 25849 SHA256 (rust/crates/rustls-pki-types-1.12.0.crate) = 229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79 SIZE (rust/crates/rustls-pki-types-1.12.0.crate) = 64740 SHA256 (rust/crates/rustls-webpki-0.103.3.crate) = e4a72fe2bcf7a6ac6fd7d0b9e5cb68aeb7d4c0a0271730218b3e92d43b4eb435 SIZE (rust/crates/rustls-webpki-0.103.3.crate) = 81840 -SHA256 (rust/crates/rustversion-1.0.20.crate) = eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2 -SIZE (rust/crates/rustversion-1.0.20.crate) = 20666 +SHA256 (rust/crates/rustversion-1.0.21.crate) = 8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d +SIZE (rust/crates/rustversion-1.0.21.crate) = 21001 SHA256 (rust/crates/ryu-1.0.20.crate) = 28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f SIZE (rust/crates/ryu-1.0.20.crate) = 48738 SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 @@ -623,6 +625,8 @@ SHA256 (rust/crates/scoped-tls-1.0.1.crate) = e1cf6437eb19a8f4a6cc0f7dca544973b0 SIZE (rust/crates/scoped-tls-1.0.1.crate) = 8202 SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 +SHA256 (rust/crates/sealed-0.6.0.crate) = 22f968c5ea23d555e670b449c1c5e7b2fc399fdaec1d304a17cd48e288abc107 +SIZE (rust/crates/sealed-0.6.0.crate) = 14039 SHA256 (rust/crates/sec1-0.7.3.crate) = d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc SIZE (rust/crates/sec1-0.7.3.crate) = 17979 SHA256 (rust/crates/security-framework-2.11.1.crate) = 897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02 @@ -665,20 +669,20 @@ SHA256 (rust/crates/signature-2.2.0.crate) = 77549399552de45a898a580c1b41d445bf7 SIZE (rust/crates/signature-2.2.0.crate) = 15531 SHA256 (rust/crates/siphasher-1.0.1.crate) = 56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d SIZE (rust/crates/siphasher-1.0.1.crate) = 10351 -SHA256 (rust/crates/slab-0.4.9.crate) = 8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67 -SIZE (rust/crates/slab-0.4.9.crate) = 17108 +SHA256 (rust/crates/slab-0.4.10.crate) = 04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d +SIZE (rust/crates/slab-0.4.10.crate) = 17810 SHA256 (rust/crates/sm4-0.5.1.crate) = 2d7abf5135ffd68fb4b438e1fb246923b80d25eda386d8b798bb4ad3ed00f75f SIZE (rust/crates/sm4-0.5.1.crate) = 9597 -SHA256 (rust/crates/smallvec-1.15.0.crate) = 8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9 -SIZE (rust/crates/smallvec-1.15.0.crate) = 38113 +SHA256 (rust/crates/smallvec-1.15.1.crate) = 67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03 +SIZE (rust/crates/smallvec-1.15.1.crate) = 38116 SHA256 (rust/crates/smoltcp-0.12.0.crate) = dad095989c1533c1c266d9b1e8d70a1329dd3723c3edac6d03bbd67e7bf6f4bb SIZE (rust/crates/smoltcp-0.12.0.crate) = 334621 SHA256 (rust/crates/snmalloc-rs-0.3.8.crate) = eb317153089fdfa4d8a2eec059d40a5a23c3bde43995ea23b19121c3f621e74a SIZE (rust/crates/snmalloc-rs-0.3.8.crate) = 8405 SHA256 (rust/crates/snmalloc-sys-0.3.8.crate) = 065fea53d32bb77bc36cca466cb191f2e5216ebfd0ed360b1d64889ee6e559ea SIZE (rust/crates/snmalloc-sys-0.3.8.crate) = 3588594 -SHA256 (rust/crates/socket2-0.5.9.crate) = 4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef -SIZE (rust/crates/socket2-0.5.9.crate) = 57432 +SHA256 (rust/crates/socket2-0.5.10.crate) = e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678 +SIZE (rust/crates/socket2-0.5.10.crate) = 58169 SHA256 (rust/crates/spin-0.10.0.crate) = d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591 SIZE (rust/crates/spin-0.10.0.crate) = 39654 SHA256 (rust/crates/spki-0.7.3.crate) = d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d @@ -691,8 +695,8 @@ SHA256 (rust/crates/subtle-2.6.1.crate) = 13c2bddecc57b384dee18652358fb23172facb SIZE (rust/crates/subtle-2.6.1.crate) = 14562 SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 SIZE (rust/crates/syn-1.0.109.crate) = 237611 -SHA256 (rust/crates/syn-2.0.101.crate) = 8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf -SIZE (rust/crates/syn-2.0.101.crate) = 299250 +SHA256 (rust/crates/syn-2.0.104.crate) = 17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40 +SIZE (rust/crates/syn-2.0.104.crate) = 299699 SHA256 (rust/crates/sync_wrapper-1.0.2.crate) = 0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263 SIZE (rust/crates/sync_wrapper-1.0.2.crate) = 6958 SHA256 (rust/crates/synstructure-0.13.2.crate) = 728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2 @@ -725,8 +729,8 @@ SHA256 (rust/crates/thiserror-impl-2.0.12.crate) = 7f7cf42b4507d8ea322120659672c SIZE (rust/crates/thiserror-impl-2.0.12.crate) = 21141 SHA256 (rust/crates/thread-id-4.2.2.crate) = cfe8f25bbdd100db7e1d34acf7fd2dc59c4bf8f7483f505eaa7d4f12f76cc0ea SIZE (rust/crates/thread-id-4.2.2.crate) = 9230 -SHA256 (rust/crates/thread_local-1.1.8.crate) = 8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c -SIZE (rust/crates/thread_local-1.1.8.crate) = 13962 +SHA256 (rust/crates/thread_local-1.1.9.crate) = f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185 +SIZE (rust/crates/thread_local-1.1.9.crate) = 19315 SHA256 (rust/crates/time-0.3.41.crate) = 8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40 SIZE (rust/crates/time-0.3.41.crate) = 138369 SHA256 (rust/crates/time-core-0.1.4.crate) = c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c @@ -739,30 +743,32 @@ SHA256 (rust/crates/tinyvec-1.9.0.crate) = 09b3661f17e86524eccd4371ab0429194e0d7 SIZE (rust/crates/tinyvec-1.9.0.crate) = 54137 SHA256 (rust/crates/tinyvec_macros-0.1.1.crate) = 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20 SIZE (rust/crates/tinyvec_macros-0.1.1.crate) = 5865 -SHA256 (rust/crates/tokio-1.45.0.crate) = 2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165 -SIZE (rust/crates/tokio-1.45.0.crate) = 800721 +SHA256 (rust/crates/tokio-1.46.0.crate) = 1140bb80481756a8cbe10541f37433b459c5aa1e727b4c020fbfebdc25bf3ec4 +SIZE (rust/crates/tokio-1.46.0.crate) = 821784 SHA256 (rust/crates/tokio-macros-2.5.0.crate) = 6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8 SIZE (rust/crates/tokio-macros-2.5.0.crate) = 12617 SHA256 (rust/crates/tokio-native-tls-0.3.1.crate) = bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2 SIZE (rust/crates/tokio-native-tls-0.3.1.crate) = 20676 SHA256 (rust/crates/tokio-rustls-0.26.2.crate) = 8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b SIZE (rust/crates/tokio-rustls-0.26.2.crate) = 31655 -SHA256 (rust/crates/tokio-tfo-0.3.1.crate) = 3fb4382c6371e29365853d2b71e915d5398df46312a2158097d8bb3f54d0f1b4 -SIZE (rust/crates/tokio-tfo-0.3.1.crate) = 17188 +SHA256 (rust/crates/tokio-tfo-0.3.4.crate) = 1e3d7ba01a66a3a6dedebca3788232547ac193b31530bb625cb42eeb8e5154b6 +SIZE (rust/crates/tokio-tfo-0.3.4.crate) = 17171 SHA256 (rust/crates/tokio-util-0.7.15.crate) = 66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df SIZE (rust/crates/tokio-util-0.7.15.crate) = 124255 SHA256 (rust/crates/tower-0.5.2.crate) = d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9 SIZE (rust/crates/tower-0.5.2.crate) = 109417 +SHA256 (rust/crates/tower-http-0.6.6.crate) = adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2 +SIZE (rust/crates/tower-http-0.6.6.crate) = 133515 SHA256 (rust/crates/tower-layer-0.3.3.crate) = 121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e SIZE (rust/crates/tower-layer-0.3.3.crate) = 6180 SHA256 (rust/crates/tower-service-0.3.3.crate) = 8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3 SIZE (rust/crates/tower-service-0.3.3.crate) = 6950 SHA256 (rust/crates/tracing-0.1.41.crate) = 784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0 SIZE (rust/crates/tracing-0.1.41.crate) = 82448 -SHA256 (rust/crates/tracing-attributes-0.1.28.crate) = 395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d -SIZE (rust/crates/tracing-attributes-0.1.28.crate) = 33280 -SHA256 (rust/crates/tracing-core-0.1.33.crate) = e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c -SIZE (rust/crates/tracing-core-0.1.33.crate) = 63434 +SHA256 (rust/crates/tracing-attributes-0.1.30.crate) = 81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903 +SIZE (rust/crates/tracing-attributes-0.1.30.crate) = 39142 +SHA256 (rust/crates/tracing-core-0.1.34.crate) = b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678 +SIZE (rust/crates/tracing-core-0.1.34.crate) = 63760 SHA256 (rust/crates/tracing-log-0.2.0.crate) = ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3 SIZE (rust/crates/tracing-log-0.2.0.crate) = 17561 SHA256 (rust/crates/tracing-subscriber-0.3.19.crate) = e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008 @@ -771,8 +777,8 @@ SHA256 (rust/crates/trait-variant-0.1.2.crate) = 70977707304198400eb4835a78f6a9f SIZE (rust/crates/trait-variant-0.1.2.crate) = 6008 SHA256 (rust/crates/try-lock-0.2.5.crate) = e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b SIZE (rust/crates/try-lock-0.2.5.crate) = 4314 -SHA256 (rust/crates/tun-0.7.19.crate) = 96826f74fb6301ef2954661a43a9ff37cd1158de10a138c1184300333d2d98e4 -SIZE (rust/crates/tun-0.7.19.crate) = 36399 +SHA256 (rust/crates/tun-0.8.3.crate) = a6f110bfadae3e3582b6b817eb5bc17937697cb352aa83fa122a482fea59e442 +SIZE (rust/crates/tun-0.8.3.crate) = 37594 SHA256 (rust/crates/typemap-ors-1.0.0.crate) = a68c24b707f02dd18f1e4ccceb9d49f2058c2fb86384ef9972592904d7a28867 SIZE (rust/crates/typemap-ors-1.0.0.crate) = 4974 SHA256 (rust/crates/typenum-1.18.0.crate) = 1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f @@ -795,8 +801,8 @@ SHA256 (rust/crates/utf8_iter-1.0.4.crate) = b6c140620e7ffbb22c2dee59cafe6084a59 SIZE (rust/crates/utf8_iter-1.0.4.crate) = 10437 SHA256 (rust/crates/utf8parse-0.2.2.crate) = 06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821 SIZE (rust/crates/utf8parse-0.2.2.crate) = 13499 -SHA256 (rust/crates/uuid-1.16.0.crate) = 458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9 -SIZE (rust/crates/uuid-1.16.0.crate) = 58549 +SHA256 (rust/crates/uuid-1.17.0.crate) = 3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d +SIZE (rust/crates/uuid-1.17.0.crate) = 59014 SHA256 (rust/crates/valuable-0.1.1.crate) = ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65 SIZE (rust/crates/valuable-0.1.1.crate) = 28679 SHA256 (rust/crates/vcpkg-0.2.15.crate) = accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426 @@ -807,8 +813,8 @@ SHA256 (rust/crates/walkdir-2.5.0.crate) = 29790946404f91d9c5d06f9874efddea1dc06 SIZE (rust/crates/walkdir-2.5.0.crate) = 23951 SHA256 (rust/crates/want-0.3.1.crate) = bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e SIZE (rust/crates/want-0.3.1.crate) = 6398 -SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 -SIZE (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 +SHA256 (rust/crates/wasi-0.11.1+wasi-snapshot-preview1.crate) = ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b +SIZE (rust/crates/wasi-0.11.1+wasi-snapshot-preview1.crate) = 28477 SHA256 (rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3 SIZE (rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 140921 SHA256 (rust/crates/wasm-bindgen-0.2.100.crate) = 1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5 @@ -829,8 +835,8 @@ SHA256 (rust/crates/web-time-1.1.0.crate) = 5a6580f308b1fad9207618087a65c04e7a10 SIZE (rust/crates/web-time-1.1.0.crate) = 18026 SHA256 (rust/crates/webpki-roots-0.26.11.crate) = 521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9 SIZE (rust/crates/webpki-roots-0.26.11.crate) = 15557 -SHA256 (rust/crates/webpki-roots-1.0.0.crate) = 2853738d1cc4f2da3a225c18ec6c3721abb31961096e9dbf5ab35fa88b19cfdb -SIZE (rust/crates/webpki-roots-1.0.0.crate) = 248893 +SHA256 (rust/crates/webpki-roots-1.0.1.crate) = 8782dd5a41a24eed3a4f40b606249b3e236ca61adf1f25ea4d45c73de122b502 +SIZE (rust/crates/webpki-roots-1.0.1.crate) = 247202 SHA256 (rust/crates/widestring-1.2.0.crate) = dd7cf3379ca1aac9eea11fba24fd7e315d621f8dfe35c8d7d2be8b793726e07d SIZE (rust/crates/widestring-1.2.0.crate) = 89105 SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 @@ -841,48 +847,46 @@ SHA256 (rust/crates/winapi-util-0.1.9.crate) = cf221c93e13a30d793f7645a0e7762c55 SIZE (rust/crates/winapi-util-0.1.9.crate) = 12464 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 -SHA256 (rust/crates/windows-0.58.0.crate) = dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6 -SIZE (rust/crates/windows-0.58.0.crate) = 9744521 -SHA256 (rust/crates/windows-core-0.58.0.crate) = 6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99 -SIZE (rust/crates/windows-core-0.58.0.crate) = 41022 -SHA256 (rust/crates/windows-core-0.61.0.crate) = 4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980 -SIZE (rust/crates/windows-core-0.61.0.crate) = 36707 -SHA256 (rust/crates/windows-implement-0.58.0.crate) = 2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b -SIZE (rust/crates/windows-implement-0.58.0.crate) = 10491 +SHA256 (rust/crates/windows-0.61.3.crate) = 9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893 +SIZE (rust/crates/windows-0.61.3.crate) = 9372520 +SHA256 (rust/crates/windows-collections-0.2.0.crate) = 3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8 +SIZE (rust/crates/windows-collections-0.2.0.crate) = 13579 +SHA256 (rust/crates/windows-core-0.61.2.crate) = c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3 +SIZE (rust/crates/windows-core-0.61.2.crate) = 36771 +SHA256 (rust/crates/windows-future-0.2.1.crate) = fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e +SIZE (rust/crates/windows-future-0.2.1.crate) = 17532 SHA256 (rust/crates/windows-implement-0.60.0.crate) = a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836 SIZE (rust/crates/windows-implement-0.60.0.crate) = 15073 -SHA256 (rust/crates/windows-interface-0.58.0.crate) = 053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515 -SIZE (rust/crates/windows-interface-0.58.0.crate) = 11246 SHA256 (rust/crates/windows-interface-0.59.1.crate) = bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8 SIZE (rust/crates/windows-interface-0.59.1.crate) = 11735 -SHA256 (rust/crates/windows-link-0.1.1.crate) = 76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38 -SIZE (rust/crates/windows-link-0.1.1.crate) = 6154 -SHA256 (rust/crates/windows-registry-0.4.0.crate) = 4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3 -SIZE (rust/crates/windows-registry-0.4.0.crate) = 12572 -SHA256 (rust/crates/windows-result-0.2.0.crate) = 1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e -SIZE (rust/crates/windows-result-0.2.0.crate) = 12756 -SHA256 (rust/crates/windows-result-0.3.2.crate) = c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252 -SIZE (rust/crates/windows-result-0.3.2.crate) = 13399 +SHA256 (rust/crates/windows-link-0.1.3.crate) = 5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a +SIZE (rust/crates/windows-link-0.1.3.crate) = 6154 +SHA256 (rust/crates/windows-numerics-0.2.0.crate) = 9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1 +SIZE (rust/crates/windows-numerics-0.2.0.crate) = 9686 +SHA256 (rust/crates/windows-registry-0.5.3.crate) = 5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e +SIZE (rust/crates/windows-registry-0.5.3.crate) = 13386 +SHA256 (rust/crates/windows-result-0.3.4.crate) = 56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6 +SIZE (rust/crates/windows-result-0.3.4.crate) = 13418 SHA256 (rust/crates/windows-service-0.8.0.crate) = 193cae8e647981c35bc947fdd57ba7928b1fa0d4a79305f6dd2dc55221ac35ac SIZE (rust/crates/windows-service-0.8.0.crate) = 38295 -SHA256 (rust/crates/windows-strings-0.1.0.crate) = 4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10 -SIZE (rust/crates/windows-strings-0.1.0.crate) = 13832 -SHA256 (rust/crates/windows-strings-0.3.1.crate) = 87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319 -SIZE (rust/crates/windows-strings-0.3.1.crate) = 13922 -SHA256 (rust/crates/windows-strings-0.4.0.crate) = 7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97 -SIZE (rust/crates/windows-strings-0.4.0.crate) = 13939 +SHA256 (rust/crates/windows-strings-0.4.2.crate) = 56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57 +SIZE (rust/crates/windows-strings-0.4.2.crate) = 13983 SHA256 (rust/crates/windows-sys-0.48.0.crate) = 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9 SIZE (rust/crates/windows-sys-0.48.0.crate) = 2628884 SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877 SHA256 (rust/crates/windows-sys-0.59.0.crate) = 1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b SIZE (rust/crates/windows-sys-0.59.0.crate) = 2387323 +SHA256 (rust/crates/windows-sys-0.60.2.crate) = f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb +SIZE (rust/crates/windows-sys-0.60.2.crate) = 2518479 SHA256 (rust/crates/windows-targets-0.48.5.crate) = 9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c SIZE (rust/crates/windows-targets-0.48.5.crate) = 6904 SHA256 (rust/crates/windows-targets-0.52.6.crate) = 9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973 SIZE (rust/crates/windows-targets-0.52.6.crate) = 6403 -SHA256 (rust/crates/windows-targets-0.53.0.crate) = b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b -SIZE (rust/crates/windows-targets-0.53.0.crate) = 7020 +SHA256 (rust/crates/windows-targets-0.53.2.crate) = c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef +SIZE (rust/crates/windows-targets-0.53.2.crate) = 7046 +SHA256 (rust/crates/windows-threading-0.1.0.crate) = b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6 +SIZE (rust/crates/windows-threading-0.1.0.crate) = 9085 SHA256 (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8 SIZE (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 418492 SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3 @@ -933,8 +937,8 @@ SHA256 (rust/crates/winreg-0.50.0.crate) = 524e57b2c537c0f9b1e69f1965311ec12182b SIZE (rust/crates/winreg-0.50.0.crate) = 29703 SHA256 (rust/crates/winreg-0.55.0.crate) = cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97 SIZE (rust/crates/winreg-0.55.0.crate) = 31048 -SHA256 (rust/crates/wintun-bindings-0.7.31.crate) = 605f50b13e12e1f9f99dc5e93701d779dbe47282fec186cb8a079165368d3124 -SIZE (rust/crates/wintun-bindings-0.7.31.crate) = 794078 +SHA256 (rust/crates/wintun-bindings-0.7.32.crate) = b88303b411e20a1319b368dcd04db1480003ed46ac35193e139f542720b15fbf +SIZE (rust/crates/wintun-bindings-0.7.32.crate) = 794385 SHA256 (rust/crates/wit-bindgen-rt-0.39.0.crate) = 6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1 SIZE (rust/crates/wit-bindgen-rt-0.39.0.crate) = 12241 SHA256 (rust/crates/writeable-0.6.1.crate) = ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb @@ -947,10 +951,10 @@ SHA256 (rust/crates/yoke-0.8.0.crate) = 5f41bb01b8226ef4bfd589436a297c53d118f659 SIZE (rust/crates/yoke-0.8.0.crate) = 28726 SHA256 (rust/crates/yoke-derive-0.8.0.crate) = 38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6 SIZE (rust/crates/yoke-derive-0.8.0.crate) = 7521 -SHA256 (rust/crates/zerocopy-0.8.25.crate) = a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb -SIZE (rust/crates/zerocopy-0.8.25.crate) = 252714 -SHA256 (rust/crates/zerocopy-derive-0.8.25.crate) = 28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef -SIZE (rust/crates/zerocopy-derive-0.8.25.crate) = 87671 +SHA256 (rust/crates/zerocopy-0.8.26.crate) = 1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f +SIZE (rust/crates/zerocopy-0.8.26.crate) = 249223 +SHA256 (rust/crates/zerocopy-derive-0.8.26.crate) = 9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181 +SIZE (rust/crates/zerocopy-derive-0.8.26.crate) = 88080 SHA256 (rust/crates/zerofrom-0.1.6.crate) = 50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5 SIZE (rust/crates/zerofrom-0.1.6.crate) = 5669 SHA256 (rust/crates/zerofrom-derive-0.1.6.crate) = d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502 @@ -969,5 +973,5 @@ SHA256 (rust/crates/zstd-safe-7.2.4.crate) = 8f49c4d5f0abb602a93fb8736af2a4f4dd9 SIZE (rust/crates/zstd-safe-7.2.4.crate) = 29350 SHA256 (rust/crates/zstd-sys-2.0.15+zstd.1.5.7.crate) = eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237 SIZE (rust/crates/zstd-sys-2.0.15+zstd.1.5.7.crate) = 774847 -SHA256 (shadowsocks-shadowsocks-rust-v1.23.4_GH0.tar.gz) = 8a91836256989e3a56409d0e83da6549ecf727e2d6642cd4e707993d9c8a23d3 -SIZE (shadowsocks-shadowsocks-rust-v1.23.4_GH0.tar.gz) = 509530 +SHA256 (shadowsocks-shadowsocks-rust-v1.23.5_GH0.tar.gz) = edeef2408ae54108fa176b4e59cb04b4ef4dbe62da96d2459d9821b238ad94e8 +SIZE (shadowsocks-shadowsocks-rust-v1.23.5_GH0.tar.gz) = 510373 diff --git a/net/shadowsocks-rust/files/patch-cargo-crates_tun-0.7.19_src_platform_freebsd_device.rs b/net/shadowsocks-rust/files/patch-cargo-crates_tun-0.7.19_src_platform_freebsd_device.rs deleted file mode 100644 index 43d59fbb8599..000000000000 --- a/net/shadowsocks-rust/files/patch-cargo-crates_tun-0.7.19_src_platform_freebsd_device.rs +++ /dev/null @@ -1,15 +0,0 @@ ---- cargo-crates/tun-0.7.19/src/platform/freebsd/device.rs.orig 2025-07-04 17:40:17 UTC -+++ cargo-crates/tun-0.7.19/src/platform/freebsd/device.rs -@@ -296,10 +296,10 @@ impl AbstractDevice for Device { - } - let mut req = self.request(); - let tun_name = CString::new(value)?; -- let mut tun_name: Vec<i8> = tun_name -+ let mut tun_name: Vec<c_char> = tun_name - .into_bytes_with_nul() - .into_iter() -- .map(|c| c as i8) -+ .map(|c| c as c_char) - .collect::<_>(); - req.ifr_ifru.ifru_data = tun_name.as_mut_ptr(); - if let Err(err) = siocsifname(self.ctl.as_raw_fd(), &req) { diff --git a/net/syncthing/Makefile b/net/syncthing/Makefile index 9b9aa5e45fb4..43c24d6f1c61 100644 --- a/net/syncthing/Makefile +++ b/net/syncthing/Makefile @@ -1,6 +1,6 @@ PORTNAME= syncthing DISTVERSIONPREFIX= v -DISTVERSION= 2.0.2 +DISTVERSION= 2.0.3 CATEGORIES= net MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ DISTNAME= ${PORTNAME}-source-${DISTVERSIONFULL} @@ -23,6 +23,8 @@ BINS= syncthing stdiscosrv strelaysrv strelaypoolsrv MAKE_ENV+= BUILD_HOST=freebsd \ BUILD_USER=ports +CONFLICTS_INSTALL= syncthing1 + NO_CCACHE= yes NO_WRKSUBDIR= yes diff --git a/net/syncthing/distinfo b/net/syncthing/distinfo index 49cb27008b8a..3e49d99dd739 100644 --- a/net/syncthing/distinfo +++ b/net/syncthing/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1755342797 -SHA256 (syncthing-source-v2.0.2.tar.gz) = 8738cf2a9563bfbf4c6c8923b4c048176c1e80baa88cd92778ef7fbed3f55a6a -SIZE (syncthing-source-v2.0.2.tar.gz) = 62642068 +TIMESTAMP = 1756130379 +SHA256 (syncthing-source-v2.0.3.tar.gz) = 80ef0589c3949b2b48ae703106e4ce95474a111625923fb7d568f73c2537fe5d +SIZE (syncthing-source-v2.0.3.tar.gz) = 62648435 diff --git a/net/syncthing1/Makefile b/net/syncthing1/Makefile new file mode 100644 index 000000000000..236de13bcb11 --- /dev/null +++ b/net/syncthing1/Makefile @@ -0,0 +1,67 @@ +PORTNAME= syncthing +DISTVERSIONPREFIX= v +DISTVERSION= 1.30.0 +PORTREVISION= 4 +CATEGORIES= net +MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ +PKGNAMESUFFIX= 1 +DISTNAME= ${PORTNAME}-source-${DISTVERSIONFULL} + +MAINTAINER= dvl@FreeBSD.org +COMMENT= Encrypted file sync tool +WWW= https://syncthing.net/ + +LICENSE= MPL20 +LICENSE_FILE= ${WRKSRC}/${PORTNAME}/LICENSE + +USES= cpe go:modules + +USE_RC_SUBR= syncthing syncthing-discosrv syncthing-relaysrv \ + syncthing-relaypoolsrv + +BINS= syncthing stdiscosrv strelaysrv strelaypoolsrv + +# Anonymize +MAKE_ENV+= BUILD_HOST=freebsd \ + BUILD_USER=ports + +CONFLICTS_INSTALL= syncthing + +NO_CCACHE= yes +NO_WRKSUBDIR= yes + +USERS= syncthing +GROUPS= syncthing + +.for x in ${BINS} +PLIST_FILES+= bin/${x} +.endfor + +PORTDOCS= * + +OPTIONS_DEFINE= DOCS + +do-build: + @( cd ${WRKSRC}/${PORTNAME} ; \ + ${SETENV} ${MAKE_ENV} ${GO_ENV} GOPROXY=off ${GO_CMD} run build.go -version v${DISTVERSION} -no-upgrade build ; \ + ${SETENV} ${MAKE_ENV} ${GO_ENV} GOPROXY=off ${GO_CMD} run build.go -version v${DISTVERSION} -no-upgrade build stdiscosrv; \ + ${SETENV} ${MAKE_ENV} ${GO_ENV} GOPROXY=off ${GO_CMD} run build.go -version v${DISTVERSION} -no-upgrade build strelaysrv; \ + ${SETENV} ${MAKE_ENV} ${GO_ENV} GOPROXY=off ${GO_CMD} run build.go -version v${DISTVERSION} -no-upgrade build strelaypoolsrv; \ + ) + +do-install: +.for x in ${BINS} + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}/${x} \ + ${STAGEDIR}${PREFIX}/bin/ +.endfor + ${MKDIR} ${STAGEDIR}${DOCSDIR} +.for x in AUTHORS LICENSE README.md + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}/${x} \ + ${STAGEDIR}${DOCSDIR} +.endfor + +do-test: + @( cd ${WRKSRC}/${PORTNAME} ; \ + ${SETENV} ${MAKE_ENV} ${GO_ENV} GOPROXY=off ${GO_CMD} run build.go -version v${DISTVERSION} -no-upgrade test ; \ + ) +.include <bsd.port.mk> diff --git a/net/syncthing1/distinfo b/net/syncthing1/distinfo new file mode 100644 index 000000000000..b4dcc70d7506 --- /dev/null +++ b/net/syncthing1/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1751369794 +SHA256 (syncthing-source-v1.30.0.tar.gz) = ef1be71c66753c04212ab1c9c548e678d468bad98dc5461e83540a4ef5c2fcba +SIZE (syncthing-source-v1.30.0.tar.gz) = 16142834 diff --git a/net/syncthing1/files/patch-syncthing_lib_beacon_multicast.go b/net/syncthing1/files/patch-syncthing_lib_beacon_multicast.go new file mode 100644 index 000000000000..2b817687cf6e --- /dev/null +++ b/net/syncthing1/files/patch-syncthing_lib_beacon_multicast.go @@ -0,0 +1,12 @@ +--- syncthing/lib/beacon/multicast.go.orig 2021-07-06 12:51:32 UTC ++++ syncthing/lib/beacon/multicast.go +@@ -126,6 +126,9 @@ func readMulticasts(ctx context.Context, outbox chan<- + pconn := ipv6.NewPacketConn(conn) + joined := 0 + for _, intf := range intfs { ++ if intf.Flags&net.FlagUp == 0 || intf.Flags&net.FlagMulticast == 0 || intf.Name == "ipfw0" { ++ continue ++ } + err := pconn.JoinGroup(&intf, &net.UDPAddr{IP: gaddr.IP}) + if err != nil { + l.Debugln("IPv6 join", intf.Name, "failed:", err) diff --git a/net/syncthing1/files/syncthing-discosrv.in b/net/syncthing1/files/syncthing-discosrv.in new file mode 100644 index 000000000000..fb0d32006395 --- /dev/null +++ b/net/syncthing1/files/syncthing-discosrv.in @@ -0,0 +1,66 @@ +#!/bin/sh + +# PROVIDE: syncthingdiscosrv +# REQUIRE: DAEMON +# KEYWORD: shutdown +# +# Add the following lines to /etc/rc.conf.local or /etc/rc.conf +# to enable this service: +# +# syncthingdiscosrv_enable (bool): Set to NO by default. +# Set it to YES to enable syncthing-discosrv. +# syncthingdiscosrv_user (user): Set user to run syncthing-discosrv. +# Default is "syncthing". +# syncthingdiscosrv_group (group): Set group to run syncthing-discosrv. +# Default is "syncthing". +# syncthingdiscosrv_dir (dir): Set dir to run syncthing-discosrv in. +# Default is "/var/db/syncthing-discosrv". +# syncthingdiscosrv_log_file (path): Syncthing log file +# Default: /var/log/syncthing-discosrv.log +# syncthingdiscosrv_key (file): Set key file to use +# Default is "${syncthingdiscosrv_dir}/syncthing.key". +# syncthingdiscosrv_cert (file): Set cert file to use +# Default is "${syncthingdiscosrv_dir}/syncthing.cert". +# syncthingdiscosrv_args (string): Extra args to pass to syncthing-discosrv +# Default is "" + +. /etc/rc.subr + +name=syncthingdiscosrv +rcvar=syncthingdiscosrv_enable + +load_rc_config $name + +: ${syncthingdiscosrv_enable:="NO"} +: ${syncthingdiscosrv_user:="syncthing"} +: ${syncthingdiscosrv_group:="syncthing"} +: ${syncthingdiscosrv_dir:="/var/db/syncthing-discosrv"} +: ${syncthingdiscosrv_log_file=/var/log/syncthing-discosrv.log} +: ${syncthingdiscosrv_key:="${syncthingdiscosrv_dir}/syncthing.key"} +: ${syncthingdiscosrv_cert:="${syncthingdiscosrv_dir}/syncthing.cert"} + +export STNORESTART=true + +pidfile=/var/run/syncthingdiscosrv.pid +procname="%%PREFIX%%/bin/stdiscosrv" +command="/usr/sbin/daemon" +command_args="-p ${pidfile} ${procname} --key ${syncthingdiscosrv_key} --cert ${syncthingdiscosrv_cert} ${syncthingdiscosrv_args} >> ${syncthingdiscosrv_log_file}" +syncthingdiscosrv_chdir=${syncthingdiscosrv_dir} + +start_precmd=syncthingdiscosrv_startprecmd + +syncthingdiscosrv_startprecmd() +{ + if [ ! -e ${pidfile} ]; then + install -o ${syncthingdiscosrv_user} -g ${syncthingdiscosrv_group} /dev/null ${pidfile}; + fi + + if [ ! -d ${syncthingdiscosrv_dir} ]; then + install -d -o ${syncthingdiscosrv_user} -g ${syncthingdiscosrv_group} ${syncthingdiscosrv_dir} + fi + if [ ! -e ${syncthingdiscosrv_log_file} ]; then + install -o ${syncthingdiscosrv_user} -g ${syncthingdiscosrv_group} /dev/null ${syncthingdiscosrv_log_file}; + fi +} + +run_rc_command "$1" diff --git a/net/syncthing1/files/syncthing-relaypoolsrv.in b/net/syncthing1/files/syncthing-relaypoolsrv.in new file mode 100644 index 000000000000..bbee2d783b40 --- /dev/null +++ b/net/syncthing1/files/syncthing-relaypoolsrv.in @@ -0,0 +1,59 @@ +#!/bin/sh + +# PROVIDE: syncthingrelaypoolsrv +# REQUIRE: DAEMON +# KEYWORD: shutdown +# +# Add the following lines to /etc/rc.conf.local or /etc/rc.conf +# to enable this service: +# +# syncthingrelaypoolsrv_enable (bool): Set to NO by default. +# Set it to YES to enable syncthing-relaypoolsrv. +# syncthingrelaypoolsrv_user (user): Set user to run syncthing-relaypoolsrv. +# Default is "syncthing". +# syncthingrelaypoolsrv_group (group): Set group to run syncthing-relaypoolsrv. +# Default is "syncthing". +# syncthingrelaypoolsrv_dir (dir): Set dir to run syncthing-relaypoolsrv in. +# Default is "/var/db/syncthing-relaypoolsrv". +# syncthingrelaypoolsrv_log_file (path): Syncthing log file +# Default: /var/log/syncthing-relaypoolsrv.log +# syncthingrelaypoolsrv_args (string): Extra args to pass to syncthing-relaypoolsrv +# Default is "" + +. /etc/rc.subr + +name=syncthingrelaypoolsrv +rcvar=syncthingrelaypoolsrv_enable + +load_rc_config $name + +: ${syncthingrelaypoolsrv_enable:="NO"} +: ${syncthingrelaypoolsrv_user:="syncthing"} +: ${syncthingrelaypoolsrv_group:="syncthing"} +: ${syncthingrelaypoolsrv_dir:="/var/db/syncthing-relaypoolsrv"} +: ${syncthingrelaypoolsrv_log_file=/var/log/syncthing-relaypoolsrv.log} + +export STNORESTART=true + +pidfile=/var/run/syncthingrelaypoolsrv.pid +procname="%%PREFIX%%/bin/strelaypoolsrv" +command="/usr/sbin/daemon" +command_args="-c -p ${pidfile} ${procname} -keys ${syncthingrelaypoolsrv_dir} ${syncthingrelaypoolsrv_args} >> ${syncthingrelaypoolsrv_log_file} 2>&1" + +start_precmd=syncthingrelaypoolsrv_startprecmd + +syncthingrelaypoolsrv_startprecmd() +{ + if [ ! -e ${pidfile} ]; then + install -o ${syncthingrelaypoolsrv_user} -g ${syncthingrelaypoolsrv_group} /dev/null ${pidfile}; + fi + + if [ ! -d ${syncthingrelaypoolsrv_dir} ]; then + install -d -o ${syncthingrelaypoolsrv_user} -g ${syncthingrelaypoolsrv_group} ${syncthingrelaypoolsrv_dir} + fi + if [ ! -e ${syncthingrelaypoolsrv_log_file} ]; then + install -o ${syncthingrelaypoolsrv_user} -g ${syncthingrelaypoolsrv_group} /dev/null ${syncthingrelaypoolsrv_log_file}; + fi +} + +run_rc_command "$1" diff --git a/net/syncthing1/files/syncthing-relaysrv.in b/net/syncthing1/files/syncthing-relaysrv.in new file mode 100644 index 000000000000..1d5411dea8eb --- /dev/null +++ b/net/syncthing1/files/syncthing-relaysrv.in @@ -0,0 +1,63 @@ +#!/bin/sh + +# PROVIDE: syncthingrelaysrv +# REQUIRE: DAEMON +# KEYWORD: shutdown +# +# Add the following lines to /etc/rc.conf.local or /etc/rc.conf +# to enable this service: +# +# syncthingrelaysrv_enable (bool): Set to NO by default. +# Set it to YES to enable syncthing-relaysrv. +# syncthingrelaysrv_user (user): Set user to run syncthing-relaysrv. +# Default is "syncthing". +# syncthingrelaysrv_group (group): Set group to run syncthing-relaysrv. +# Default is "syncthing". +# syncthingrelaysrv_dir (dir): Set dir to run syncthing-relaysrv in. +# Default is "/var/db/syncthing-relaysrv". +# syncthingrelaysrv_log_file (path): Syncthing log file +# Default: /var/log/syncthing-relaysrv.log +# syncthingrelaysrv_key (file): Set key file to use +# Default is "${syncthingrelaysrv_dir}/syncthing.key". +# syncthingrelaysrv_cert (file): Set cert file to use +# Default is "${syncthingrelaysrv_dir}/syncthing.cert". +# syncthingrelaysrv_args (string): Extra args to pass to syncthing-relaysrv +# Default is "" + +. /etc/rc.subr + +name=syncthingrelaysrv +rcvar=syncthingrelaysrv_enable + +load_rc_config $name + +: ${syncthingrelaysrv_enable:="NO"} +: ${syncthingrelaysrv_user:="syncthing"} +: ${syncthingrelaysrv_group:="syncthing"} +: ${syncthingrelaysrv_dir:="/var/db/syncthing-relaysrv"} +: ${syncthingrelaysrv_log_file=/var/log/syncthing-relaysrv.log} + +export STNORESTART=true + +pidfile=/var/run/syncthingrelaysrv.pid +procname="%%PREFIX%%/bin/strelaysrv" +command="/usr/sbin/daemon" +command_args="-c -p ${pidfile} ${procname} -keys ${syncthingrelaysrv_dir} ${syncthingrelaysrv_args} >> ${syncthingrelaysrv_log_file} 2>&1" + +start_precmd=syncthingrelaysrv_startprecmd + +syncthingrelaysrv_startprecmd() +{ + if [ ! -e ${pidfile} ]; then + install -o ${syncthingrelaysrv_user} -g ${syncthingrelaysrv_group} /dev/null ${pidfile}; + fi + + if [ ! -d ${syncthingrelaysrv_dir} ]; then + install -d -o ${syncthingrelaysrv_user} -g ${syncthingrelaysrv_group} ${syncthingrelaysrv_dir} + fi + if [ ! -e ${syncthingrelaysrv_log_file} ]; then + install -o ${syncthingrelaysrv_user} -g ${syncthingrelaysrv_group} /dev/null ${syncthingrelaysrv_log_file}; + fi +} + +run_rc_command "$1" diff --git a/net/syncthing1/files/syncthing.in b/net/syncthing1/files/syncthing.in new file mode 100644 index 000000000000..8b96017031aa --- /dev/null +++ b/net/syncthing1/files/syncthing.in @@ -0,0 +1,57 @@ +#!/bin/sh + +# PROVIDE: syncthing +# REQUIRE: DAEMON +# KEYWORD: shutdown +# +# Add the following lines to /etc/rc.conf.local or /etc/rc.conf +# to enable this service: +# +# syncthing_enable (bool): Set to NO by default. +# Set it to YES to enable syncthing. +# syncthing_home (path): Directory where syncthing configuration +# data is stored. +# Default: %%PREFIX%%/etc/syncthing +# syncthing_log_file (path): Syncthing log file +# Default: /var/log/syncthing.log +# syncthing_user (user): Set user to run syncthing. +# Default is "syncthing". +# syncthing_group (group): Set group to run syncthing. +# Default is "syncthing". + +. /etc/rc.subr + +name=syncthing +rcvar=syncthing_enable + +load_rc_config $name + +: ${syncthing_enable:="NO"} +: ${syncthing_home=%%PREFIX%%/etc/syncthing} +: ${syncthing_log_file=/var/log/syncthing.log} +: ${syncthing_user:="syncthing"} +: ${syncthing_group=${syncthing_group:-$syncthing_user}} + +pidfile=/var/run/syncthing.pid +procname="%%PREFIX%%/bin/syncthing" +command="/usr/sbin/daemon" +command_args="-cf -p ${pidfile} ${procname} ${syncthing_home:+-home=${syncthing_home}} ${syncthing_log_file:+-logfile=${syncthing_log_file}} -no-browser ${syncthing_args}" + +start_precmd=syncthing_startprecmd + +syncthing_startprecmd() +{ + if [ ! -e ${pidfile} ]; then + install -o ${syncthing_user} -g ${syncthing_group} /dev/null ${pidfile}; + fi + + if [ ! -d ${syncthing_home} ]; then + install -d -o ${syncthing_user} -g ${syncthing_group} ${syncthing_home} + fi + + if [ ! -e ${syncthing_log_file} ]; then + install -o ${syncthing_user} -g ${syncthing_group} /dev/null ${syncthing_log_file}; + fi +} + +run_rc_command "$1" diff --git a/net/syncthing1/pkg-descr b/net/syncthing1/pkg-descr new file mode 100644 index 000000000000..09edbf379d10 --- /dev/null +++ b/net/syncthing1/pkg-descr @@ -0,0 +1,4 @@ +Syncthing replaces proprietary sync and cloud services with something open, +trustworthy and decentralized. Your data is your data alone and you deserve to +choose where it is stored, if it is shared with some third party and how it's +transmitted over the Internet. diff --git a/net/wangle/Makefile b/net/wangle/Makefile index 5a87cc195ad7..5afbdef5f5d6 100644 --- a/net/wangle/Makefile +++ b/net/wangle/Makefile @@ -1,7 +1,6 @@ PORTNAME= wangle DISTVERSIONPREFIX= v -DISTVERSION= 2025.08.04.00 -PORTREVISION= 1 +DISTVERSION= 2025.08.18.00 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/wangle/distinfo b/net/wangle/distinfo index 26827ed99395..cde4705cf7c5 100644 --- a/net/wangle/distinfo +++ b/net/wangle/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754411610 -SHA256 (facebook-wangle-v2025.08.04.00_GH0.tar.gz) = 9b4ef764a83c3056d8a064f0c9576ffd4987edc3820e0f0576d73426d351bc0f -SIZE (facebook-wangle-v2025.08.04.00_GH0.tar.gz) = 369973 +TIMESTAMP = 1755586109 +SHA256 (facebook-wangle-v2025.08.18.00_GH0.tar.gz) = f2fa29f52fb4810b211d2f6f5321e3c706118b8e46e977501fda414cd7e2b70c +SIZE (facebook-wangle-v2025.08.18.00_GH0.tar.gz) = 372458 diff --git a/net/waypipe/Makefile b/net/waypipe/Makefile index baf00b7ff1fc..b06d98f87270 100644 --- a/net/waypipe/Makefile +++ b/net/waypipe/Makefile @@ -37,8 +37,9 @@ MANPAGES_MESON_ENABLED= man-pages MANPAGES_PLIST_FILES= share/man/man1/${PORTNAME}.1.gz VULKAN_BUILD_DEPENDS= bindgen:devel/rust-bindgen-cli \ - vulkan-loader>0:graphics/vulkan-loader \ - ${GL_DEFAULT}>0:graphics/${GL_DEFAULT} + vulkan-loader>0:graphics/vulkan-loader +VULKAN_USES= gl +VULKAN_USE= GL=gbm VULKAN_MESON_ENABLED= with_dmabuf with_gbm ZSTD_LIB_DEPENDS= libzstd.so:archivers/zstd diff --git a/net/zapret/Makefile b/net/zapret/Makefile index 865b1185dcd2..bdd67ffec815 100644 --- a/net/zapret/Makefile +++ b/net/zapret/Makefile @@ -1,6 +1,6 @@ PORTNAME= zapret DISTVERSIONPREFIX= v -DISTVERSION= 71.2 +DISTVERSION= 71.4 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/zapret/distinfo b/net/zapret/distinfo index c6424de5bbe0..46ee32f7e71d 100644 --- a/net/zapret/distinfo +++ b/net/zapret/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752140237 -SHA256 (bol-van-zapret-v71.2_GH0.tar.gz) = bccb05644e43455767fbd8f6a965a17d05265142244423ecb4b920f0d0cdabbd -SIZE (bol-van-zapret-v71.2_GH0.tar.gz) = 534230 +TIMESTAMP = 1756030560 +SHA256 (bol-van-zapret-v71.4_GH0.tar.gz) = ea3cbebb8d0cf2045fd46a2b68f53f7bb042c314684f329c77e67d6ec000edc3 +SIZE (bol-van-zapret-v71.4_GH0.tar.gz) = 540787 |