diff options
39 files changed, 649 insertions, 221 deletions
diff --git a/audio/mac/Makefile b/audio/mac/Makefile index 90dceadc3f27..ab83ee650f67 100644 --- a/audio/mac/Makefile +++ b/audio/mac/Makefile @@ -1,5 +1,5 @@ PORTNAME= mac -PORTVERSION= 11.41 +PORTVERSION= 11.42 CATEGORIES= audio MASTER_SITES= https://www.monkeysaudio.com/files/ DISTNAME= ${PORTNAME:tu}_${PORTVERSION:S|.||}_SDK diff --git a/audio/mac/distinfo b/audio/mac/distinfo index cd2331c26aab..a91d96606b58 100644 --- a/audio/mac/distinfo +++ b/audio/mac/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1756944953 -SHA256 (MAC_1141_SDK.zip) = e31329e426802ee5072ebfcc4ea746005dafd54a0ab2793056f50764378fd94f -SIZE (MAC_1141_SDK.zip) = 1708143 +TIMESTAMP = 1757127314 +SHA256 (MAC_1142_SDK.zip) = 36477de1a4312fa5f4541613e233f113636f06592c0f394a6594ec4ccf0b226d +SIZE (MAC_1142_SDK.zip) = 1707973 diff --git a/audio/mac/files/patch-CMakeLists.txt b/audio/mac/files/patch-CMakeLists.txt index b26b2cdbbbee..2c65e85200bd 100644 --- a/audio/mac/files/patch-CMakeLists.txt +++ b/audio/mac/files/patch-CMakeLists.txt @@ -1,9 +1,9 @@ Version 11.00 added multi-threading support, but we need to link to -lpthread to resolve symbols. -Version 11.41 renamed IO.h to IAPEIO.h, but they didn't update CMakeLists.txt +Fix typo in MAC_SHARED_HEADERS. ---- CMakeLists.txt.orig 2025-09-01 19:26:38 UTC +--- CMakeLists.txt.orig 2025-09-05 10:46:54 UTC +++ CMakeLists.txt @@ -6,6 +6,8 @@ option(BUILD_UTIL "Build the mac command line tool" ON option(BUILD_SHARED "Build libMAC as a shared library" ON) @@ -14,22 +14,12 @@ Version 11.41 renamed IO.h to IAPEIO.h, but they didn't update CMakeLists.txt # # Determine interface version # -@@ -74,7 +76,7 @@ set(MAC_PUBLIC_HEADERS - Shared/All.h - Shared/APETag.h - Shared/CharacterHelper.h -- Shared/IO.h -+ Shared/IAPEIO.h - Shared/MACDll.h - Shared/MACLib.h - Shared/NoWindows.h -@@ -91,8 +93,8 @@ set(MAC_SHARED_HEADERS - Source/Shared/CPUFeatures.h +@@ -92,7 +94,7 @@ set(MAC_SHARED_HEADERS Source/Shared/CRC.h Source/Shared/GlobalFunctions.h -+ Source/Shared/IAPEIO.h Source/Shared/ID3Genres.h -- Source/Shared/IO.h +- Source/Shared/IAPEIOO.h ++ Source/Shared/IAPEIO.h Source/Shared/MACDll.h Source/Shared/MemoryIO.h Source/Shared/MFCGlobals.h diff --git a/comms/fldigi/Makefile b/comms/fldigi/Makefile index f3ee38f4e8ec..4b4d8a669421 100644 --- a/comms/fldigi/Makefile +++ b/comms/fldigi/Makefile @@ -1,5 +1,5 @@ PORTNAME= fldigi -DISTVERSION= 4.2.07 +DISTVERSION= 4.2.08 CATEGORIES= comms hamradio MASTER_SITES= SF/fldigi/${PORTNAME} diff --git a/comms/fldigi/distinfo b/comms/fldigi/distinfo index 54d38b83682b..29c6c69f74a5 100644 --- a/comms/fldigi/distinfo +++ b/comms/fldigi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754565098 -SHA256 (fldigi-4.2.07.tar.gz) = f4aa538747c1aa2542f74d51d4f747d921326b7d888e5fa3931492a45ba1b3aa -SIZE (fldigi-4.2.07.tar.gz) = 5272322 +TIMESTAMP = 1757071479 +SHA256 (fldigi-4.2.08.tar.gz) = e2b33f88a71bca238b26d95977bcca0c63c2c03405aa8358dc232c33cb56973f +SIZE (fldigi-4.2.08.tar.gz) = 5297861 diff --git a/deskutils/readur/Makefile b/deskutils/readur/Makefile index 9c9f7bf9ae40..d62930d6a9cc 100644 --- a/deskutils/readur/Makefile +++ b/deskutils/readur/Makefile @@ -1,7 +1,6 @@ PORTNAME= readur DISTVERSIONPREFIX= v -DISTVERSION= 2.5.6 -PORTREVISION= 2 +DISTVERSION= 2.6.1 CATEGORIES= deskutils MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/ DISTFILES= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}.frontend${EXTRACT_SUFX} \ diff --git a/deskutils/readur/Makefile.crates b/deskutils/readur/Makefile.crates index b349b91cf88b..2aa4c55e0b97 100644 --- a/deskutils/readur/Makefile.crates +++ b/deskutils/readur/Makefile.crates @@ -2,6 +2,7 @@ CARGO_CRATES= ab_glyph-0.2.29 \ ab_glyph_rasterizer-0.1.8 \ addr2line-0.24.2 \ adler2-2.0.1 \ + aes-0.8.4 \ aho-corasick-1.1.3 \ aligned-vec-0.6.4 \ allocator-api2-0.2.21 \ @@ -26,26 +27,26 @@ CARGO_CRATES= ab_glyph-0.2.29 \ autocfg-1.4.0 \ av1-grain-0.2.4 \ avif-serialize-0.8.3 \ - aws-config-1.8.5 \ - aws-credential-types-1.2.5 \ + aws-config-1.8.6 \ + aws-credential-types-1.2.6 \ aws-lc-rs-1.13.1 \ aws-lc-sys-0.29.0 \ aws-runtime-1.5.10 \ - aws-sdk-s3-1.103.0 \ - aws-sdk-sso-1.81.0 \ - aws-sdk-ssooidc-1.82.0 \ - aws-sdk-sts-1.83.0 \ + aws-sdk-s3-1.104.0 \ + aws-sdk-sso-1.83.0 \ + aws-sdk-ssooidc-1.84.0 \ + aws-sdk-sts-1.85.0 \ aws-sigv4-1.3.4 \ aws-smithy-async-1.2.5 \ - aws-smithy-checksums-0.63.7 \ - aws-smithy-eventstream-0.60.10 \ + aws-smithy-checksums-0.63.8 \ + aws-smithy-eventstream-0.60.11 \ aws-smithy-http-0.62.3 \ - aws-smithy-http-client-1.0.6 \ - aws-smithy-json-0.61.4 \ + aws-smithy-http-client-1.1.1 \ + aws-smithy-json-0.61.5 \ aws-smithy-observability-0.1.3 \ aws-smithy-query-0.60.7 \ - aws-smithy-runtime-1.8.6 \ - aws-smithy-runtime-api-1.8.7 \ + aws-smithy-runtime-1.9.1 \ + aws-smithy-runtime-api-1.9.0 \ aws-smithy-types-1.3.2 \ aws-smithy-xml-0.60.10 \ aws-types-1.3.8 \ @@ -76,6 +77,8 @@ CARGO_CRATES= ab_glyph-0.2.29 \ byteorder-lite-0.1.0 \ bytes-1.10.1 \ bytes-utils-0.1.4 \ + bzip2-0.4.4 \ + bzip2-sys-0.1.13+1.0.8 \ cc-1.2.27 \ cexpr-0.6.0 \ cfb-0.7.3 \ @@ -84,15 +87,16 @@ CARGO_CRATES= ab_glyph-0.2.29 \ chrono-0.4.41 \ cipher-0.4.4 \ clang-sys-1.8.1 \ - clap-4.5.45 \ - clap_builder-4.5.44 \ - clap_derive-4.5.45 \ + clap-4.5.47 \ + clap_builder-4.5.47 \ + clap_derive-4.5.47 \ clap_lex-0.7.5 \ cmake-0.1.54 \ color_quant-1.1.0 \ colorchoice-1.0.4 \ concurrent-queue-2.5.0 \ const-oid-0.9.6 \ + constant_time_eq-0.1.5 \ core-foundation-0.9.4 \ core-foundation-0.10.1 \ core-foundation-sys-0.8.7 \ @@ -168,7 +172,7 @@ CARGO_CRATES= ab_glyph-0.2.29 \ glob-0.3.2 \ group-0.12.1 \ h2-0.3.26 \ - h2-0.4.10 \ + h2-0.4.12 \ half-2.6.0 \ hashbrown-0.12.3 \ hashbrown-0.15.4 \ @@ -194,7 +198,7 @@ CARGO_CRATES= ab_glyph-0.2.29 \ hyper-rustls-0.24.2 \ hyper-rustls-0.27.7 \ hyper-tls-0.6.0 \ - hyper-util-0.1.14 \ + hyper-util-0.1.16 \ hyperlocal-0.9.1 \ iana-time-zone-0.1.63 \ iana-time-zone-haiku-0.1.2 \ @@ -250,7 +254,7 @@ CARGO_CRATES= ab_glyph-0.2.29 \ log-0.4.27 \ loop9-0.1.5 \ lru-0.12.5 \ - matchers-0.1.0 \ + matchers-0.2.0 \ matchit-0.8.4 \ matrixmultiply-0.3.10 \ maybe-rayon-0.1.1 \ @@ -270,7 +274,7 @@ CARGO_CRATES= ab_glyph-0.2.29 \ notify-8.2.0 \ notify-types-2.0.0 \ ntapi-0.4.1 \ - nu-ansi-term-0.46.0 \ + nu-ansi-term-0.50.1 \ num-0.4.3 \ num-bigint-0.4.6 \ num-bigint-dig-0.8.4 \ @@ -293,7 +297,6 @@ CARGO_CRATES= ab_glyph-0.2.29 \ openssl-probe-0.1.6 \ openssl-sys-0.9.109 \ outref-0.5.2 \ - overload-0.1.1 \ owned_ttf_parser-0.25.0 \ p256-0.11.1 \ parking-2.2.1 \ @@ -301,7 +304,9 @@ CARGO_CRATES= ab_glyph-0.2.29 \ parking_lot_core-0.9.11 \ parse-display-0.9.1 \ parse-display-derive-0.9.1 \ + password-hash-0.4.2 \ paste-1.0.15 \ + pbkdf2-0.11.0 \ peeking_take_while-0.1.2 \ pem-3.0.5 \ pem-rfc7468-0.7.0 \ @@ -343,10 +348,8 @@ CARGO_CRATES= ab_glyph-0.2.29 \ ref-cast-1.0.24 \ ref-cast-impl-1.0.24 \ regex-1.11.2 \ - regex-automata-0.1.10 \ regex-automata-0.4.9 \ regex-lite-0.1.6 \ - regex-syntax-0.6.29 \ regex-syntax-0.8.5 \ reqwest-0.11.27 \ reqwest-0.12.23 \ @@ -357,20 +360,21 @@ CARGO_CRATES= ab_glyph-0.2.29 \ rust-embed-8.7.2 \ rust-embed-impl-8.7.2 \ rust-embed-utils-8.7.2 \ + rust_xlsxwriter-0.80.0 \ rustc-demangle-0.1.25 \ rustc-hash-1.1.0 \ rustc_version-0.4.1 \ rustix-0.38.44 \ rustix-1.0.7 \ rustls-0.21.12 \ - rustls-0.23.27 \ + rustls-0.23.31 \ rustls-native-certs-0.6.3 \ rustls-native-certs-0.8.1 \ rustls-pemfile-1.0.4 \ rustls-pemfile-2.2.0 \ rustls-pki-types-1.12.0 \ rustls-webpki-0.101.7 \ - rustls-webpki-0.103.3 \ + rustls-webpki-0.103.4 \ rustversion-1.0.21 \ ryu-1.0.20 \ safe_arch-0.7.4 \ @@ -436,7 +440,7 @@ CARGO_CRATES= ab_glyph-0.2.29 \ system-configuration-sys-0.6.0 \ system-deps-6.2.2 \ target-lexicon-0.12.16 \ - tempfile-3.20.0 \ + tempfile-3.21.0 \ tesseract-0.15.2 \ tesseract-plumbing-0.11.1 \ tesseract-sys-0.6.3 \ @@ -475,7 +479,7 @@ CARGO_CRATES= ab_glyph-0.2.29 \ tracing-attributes-0.1.29 \ tracing-core-0.1.34 \ tracing-log-0.2.0 \ - tracing-subscriber-0.3.19 \ + tracing-subscriber-0.3.20 \ try-lock-0.2.5 \ ttf-parser-0.25.1 \ tungstenite-0.26.2 \ @@ -494,7 +498,7 @@ CARGO_CRATES= ab_glyph-0.2.29 \ utoipa-5.4.0 \ utoipa-gen-5.4.0 \ utoipa-swagger-ui-9.0.2 \ - uuid-1.18.0 \ + uuid-1.18.1 \ v_frame-0.3.9 \ valuable-0.1.1 \ vcpkg-0.2.15 \ @@ -583,9 +587,14 @@ CARGO_CRATES= ab_glyph-0.2.29 \ zerotrie-0.2.2 \ zerovec-0.11.2 \ zerovec-derive-0.11.1 \ + zip-0.6.6 \ + zip-2.4.2 \ zip-3.0.0 \ zlib-rs-0.5.1 \ zopfli-0.8.2 \ + zstd-0.11.2+zstd.1.5.2 \ + zstd-safe-5.0.2+zstd.1.5.2 \ + zstd-sys-2.0.15+zstd.1.5.7 \ zune-core-0.4.12 \ zune-inflate-0.2.54 \ zune-jpeg-0.4.17 diff --git a/deskutils/readur/distinfo b/deskutils/readur/distinfo index d71b57da64d5..0c3924c60393 100644 --- a/deskutils/readur/distinfo +++ b/deskutils/readur/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1756485347 -SHA256 (readur-v2.5.6.frontend.tar.gz) = 76da8b4133d62d74ad3092683101931f2512292b7c97e7ba524710856e245544 -SIZE (readur-v2.5.6.frontend.tar.gz) = 2509920 +TIMESTAMP = 1757102963 +SHA256 (readur-v2.6.1.frontend.tar.gz) = d643842a516d31babe36d52364af2116c022ffb7aa8d0cb156b580f9f2ba5eda +SIZE (readur-v2.6.1.frontend.tar.gz) = 2509908 SHA256 (swagger-ui-v5.17.14.zip) = 481244d0812097b11fbaeef79f71d942b171617f9c9f9514e63acbe13e71ccdc SIZE (swagger-ui-v5.17.14.zip) = 4388280 SHA256 (rust/crates/ab_glyph-0.2.29.crate) = ec3672c180e71eeaaac3a541fbbc5f5ad4def8b747c595ad30d674e43049f7b0 @@ -11,6 +11,8 @@ SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b44 SIZE (rust/crates/addr2line-0.24.2.crate) = 39015 SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa SIZE (rust/crates/adler2-2.0.1.crate) = 13366 +SHA256 (rust/crates/aes-0.8.4.crate) = b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0 +SIZE (rust/crates/aes-0.8.4.crate) = 124812 SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 SHA256 (rust/crates/aligned-vec-0.6.4.crate) = dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b @@ -59,46 +61,46 @@ SHA256 (rust/crates/av1-grain-0.2.4.crate) = 4f3efb2ca85bc610acfa917b5aaa36f3fcb SIZE (rust/crates/av1-grain-0.2.4.crate) = 37050 SHA256 (rust/crates/avif-serialize-0.8.3.crate) = 98922d6a4cfbcb08820c69d8eeccc05bb1f29bfa06b4f5b1dbfe9a868bd7608e SIZE (rust/crates/avif-serialize-0.8.3.crate) = 12696 -SHA256 (rust/crates/aws-config-1.8.5.crate) = c478f5b10ce55c9a33f87ca3404ca92768b144fc1bfdede7c0121214a8283a25 -SIZE (rust/crates/aws-config-1.8.5.crate) = 135841 -SHA256 (rust/crates/aws-credential-types-1.2.5.crate) = 1541072f81945fa1251f8795ef6c92c4282d74d59f88498ae7d4bf00f0ebdad9 -SIZE (rust/crates/aws-credential-types-1.2.5.crate) = 21764 +SHA256 (rust/crates/aws-config-1.8.6.crate) = 8bc1b40fb26027769f16960d2f4a6bc20c4bb755d403e552c8c1a73af433c246 +SIZE (rust/crates/aws-config-1.8.6.crate) = 135949 +SHA256 (rust/crates/aws-credential-types-1.2.6.crate) = d025db5d9f52cbc413b167136afb3d8aeea708c0d8884783cf6253be5e22f6f2 +SIZE (rust/crates/aws-credential-types-1.2.6.crate) = 21767 SHA256 (rust/crates/aws-lc-rs-1.13.1.crate) = 93fcc8f365936c834db5514fc45aee5b1202d677e6b40e48468aaaa8183ca8c7 SIZE (rust/crates/aws-lc-rs-1.13.1.crate) = 202707 SHA256 (rust/crates/aws-lc-sys-0.29.0.crate) = 61b1d86e7705efe1be1b569bab41d4fa1e14e220b60a160f78de2db687add079 SIZE (rust/crates/aws-lc-sys-0.29.0.crate) = 9021128 SHA256 (rust/crates/aws-runtime-1.5.10.crate) = c034a1bc1d70e16e7f4e4caf7e9f7693e4c9c24cd91cf17c2a0b21abaebc7c8b SIZE (rust/crates/aws-runtime-1.5.10.crate) = 76518 -SHA256 (rust/crates/aws-sdk-s3-1.103.0.crate) = af040a86ae4378b7ed2f62c83b36be1848709bbbf5757ec850d0e08596a26be9 -SIZE (rust/crates/aws-sdk-s3-1.103.0.crate) = 1569271 -SHA256 (rust/crates/aws-sdk-sso-1.81.0.crate) = 79ede098271e3471036c46957cba2ba30888f53bda2515bf04b560614a30a36e -SIZE (rust/crates/aws-sdk-sso-1.81.0.crate) = 90688 -SHA256 (rust/crates/aws-sdk-ssooidc-1.82.0.crate) = 43326f724ba2cc957e6f3deac0ca1621a3e5d4146f5970c24c8a108dac33070f -SIZE (rust/crates/aws-sdk-ssooidc-1.82.0.crate) = 107066 -SHA256 (rust/crates/aws-sdk-sts-1.83.0.crate) = a5468593c47efc31fdbe6c902d1a5fde8d9c82f78a3f8ccfe907b1e9434748cb -SIZE (rust/crates/aws-sdk-sts-1.83.0.crate) = 176546 +SHA256 (rust/crates/aws-sdk-s3-1.104.0.crate) = 38c488cd6abb0ec9811c401894191932e941c5f91dc226043edacd0afa1634bc +SIZE (rust/crates/aws-sdk-s3-1.104.0.crate) = 1569533 +SHA256 (rust/crates/aws-sdk-sso-1.83.0.crate) = 643cd43af212d2a1c4dedff6f044d7e1961e5d9e7cfe773d70f31d9842413886 +SIZE (rust/crates/aws-sdk-sso-1.83.0.crate) = 91197 +SHA256 (rust/crates/aws-sdk-ssooidc-1.84.0.crate) = 20ec4a95bd48e0db7a424356a161f8d87bd6a4f0af37204775f0da03d9e39fc3 +SIZE (rust/crates/aws-sdk-ssooidc-1.84.0.crate) = 107558 +SHA256 (rust/crates/aws-sdk-sts-1.85.0.crate) = 410309ad0df4606bc721aff0d89c3407682845453247213a0ccc5ff8801ee107 +SIZE (rust/crates/aws-sdk-sts-1.85.0.crate) = 177008 SHA256 (rust/crates/aws-sigv4-1.3.4.crate) = 084c34162187d39e3740cb635acd73c4e3a551a36146ad6fe8883c929c9f876c SIZE (rust/crates/aws-sigv4-1.3.4.crate) = 94679 SHA256 (rust/crates/aws-smithy-async-1.2.5.crate) = 1e190749ea56f8c42bf15dd76c65e14f8f765233e6df9b0506d9d934ebef867c SIZE (rust/crates/aws-smithy-async-1.2.5.crate) = 20847 -SHA256 (rust/crates/aws-smithy-checksums-0.63.7.crate) = 4dbef71cd3cf607deb5c407df52f7e589e6849b296874ee448977efbb6d0832b -SIZE (rust/crates/aws-smithy-checksums-0.63.7.crate) = 20216 -SHA256 (rust/crates/aws-smithy-eventstream-0.60.10.crate) = 604c7aec361252b8f1c871a7641d5e0ba3a7f5a586e51b66bc9510a5519594d9 -SIZE (rust/crates/aws-smithy-eventstream-0.60.10.crate) = 29461 +SHA256 (rust/crates/aws-smithy-checksums-0.63.8.crate) = 56d2df0314b8e307995a3b86d44565dfe9de41f876901a7d71886c756a25979f +SIZE (rust/crates/aws-smithy-checksums-0.63.8.crate) = 20239 +SHA256 (rust/crates/aws-smithy-eventstream-0.60.11.crate) = 182b03393e8c677347fb5705a04a9392695d47d20ef0a2f8cfe28c8e6b9b9778 +SIZE (rust/crates/aws-smithy-eventstream-0.60.11.crate) = 29478 SHA256 (rust/crates/aws-smithy-http-0.62.3.crate) = 7c4dacf2d38996cf729f55e7a762b30918229917eca115de45dfa8dfb97796c9 SIZE (rust/crates/aws-smithy-http-0.62.3.crate) = 31445 -SHA256 (rust/crates/aws-smithy-http-client-1.0.6.crate) = f108f1ca850f3feef3009bdcc977be201bca9a91058864d9de0684e64514bee0 -SIZE (rust/crates/aws-smithy-http-client-1.0.6.crate) = 73920 -SHA256 (rust/crates/aws-smithy-json-0.61.4.crate) = a16e040799d29c17412943bdbf488fd75db04112d0c0d4b9290bacf5ae0014b9 -SIZE (rust/crates/aws-smithy-json-0.61.4.crate) = 27786 +SHA256 (rust/crates/aws-smithy-http-client-1.1.1.crate) = 147e8eea63a40315d704b97bf9bc9b8c1402ae94f89d5ad6f7550d963309da1b +SIZE (rust/crates/aws-smithy-http-client-1.1.1.crate) = 90077 +SHA256 (rust/crates/aws-smithy-json-0.61.5.crate) = eaa31b350998e703e9826b2104dd6f63be0508666e1aba88137af060e8944047 +SIZE (rust/crates/aws-smithy-json-0.61.5.crate) = 27865 SHA256 (rust/crates/aws-smithy-observability-0.1.3.crate) = 9364d5989ac4dd918e5cc4c4bdcc61c9be17dcd2586ea7f69e348fc7c6cab393 SIZE (rust/crates/aws-smithy-observability-0.1.3.crate) = 10275 SHA256 (rust/crates/aws-smithy-query-0.60.7.crate) = f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb SIZE (rust/crates/aws-smithy-query-0.60.7.crate) = 7409 -SHA256 (rust/crates/aws-smithy-runtime-1.8.6.crate) = 9e107ce0783019dbff59b3a244aa0c114e4a8c9d93498af9162608cd5474e796 -SIZE (rust/crates/aws-smithy-runtime-1.8.6.crate) = 116375 -SHA256 (rust/crates/aws-smithy-runtime-api-1.8.7.crate) = 75d52251ed4b9776a3e8487b2a01ac915f73b2da3af8fc1e77e0fce697a550d4 -SIZE (rust/crates/aws-smithy-runtime-api-1.8.7.crate) = 80023 +SHA256 (rust/crates/aws-smithy-runtime-1.9.1.crate) = d3946acbe1ead1301ba6862e712c7903ca9bb230bdf1fbd1b5ac54158ef2ab1f +SIZE (rust/crates/aws-smithy-runtime-1.9.1.crate) = 118851 +SHA256 (rust/crates/aws-smithy-runtime-api-1.9.0.crate) = 07f5e0fc8a6b3f2303f331b94504bbf754d85488f402d6f1dd7a6080f99afe56 +SIZE (rust/crates/aws-smithy-runtime-api-1.9.0.crate) = 80174 SHA256 (rust/crates/aws-smithy-types-1.3.2.crate) = d498595448e43de7f4296b7b7a18a8a02c61ec9349128c80a368f7c3b4ab11a8 SIZE (rust/crates/aws-smithy-types-1.3.2.crate) = 92281 SHA256 (rust/crates/aws-smithy-xml-0.60.10.crate) = 3db87b96cb1b16c024980f133968d52882ca0daaee3a086c6decc500f6c99728 @@ -159,6 +161,10 @@ SHA256 (rust/crates/bytes-1.10.1.crate) = d71b6127be86fdcfddb610f7182ac57211d4b1 SIZE (rust/crates/bytes-1.10.1.crate) = 76779 SHA256 (rust/crates/bytes-utils-0.1.4.crate) = 7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35 SIZE (rust/crates/bytes-utils-0.1.4.crate) = 20703 +SHA256 (rust/crates/bzip2-0.4.4.crate) = bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8 +SIZE (rust/crates/bzip2-0.4.4.crate) = 34197 +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/cc-1.2.27.crate) = d487aa071b5f64da6f19a3e848e3578944b726ee5a4854b82172f02aa876bfdc SIZE (rust/crates/cc-1.2.27.crate) = 107070 SHA256 (rust/crates/cexpr-0.6.0.crate) = 6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766 @@ -175,12 +181,12 @@ 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.45.crate) = 1fc0e74a703892159f5ae7d3aac52c8e6c392f5ae5f359c70b5881d60aaac318 -SIZE (rust/crates/clap-4.5.45.crate) = 58337 -SHA256 (rust/crates/clap_builder-4.5.44.crate) = b3e7f4214277f3c7aa526a59dd3fbe306a370daee1f8b7b8c987069cd8e888a8 -SIZE (rust/crates/clap_builder-4.5.44.crate) = 169799 -SHA256 (rust/crates/clap_derive-4.5.45.crate) = 14cb31bb0a7d536caef2639baa7fad459e15c3144efefa6dbd1c84562c4739f6 -SIZE (rust/crates/clap_derive-4.5.45.crate) = 33545 +SHA256 (rust/crates/clap-4.5.47.crate) = 7eac00902d9d136acd712710d71823fb8ac8004ca445a89e73a41d45aa712931 +SIZE (rust/crates/clap-4.5.47.crate) = 58354 +SHA256 (rust/crates/clap_builder-4.5.47.crate) = 2ad9bbf750e73b5884fb8a211a9424a1906c1e156724260fdae972f31d70e1d6 +SIZE (rust/crates/clap_builder-4.5.47.crate) = 170016 +SHA256 (rust/crates/clap_derive-4.5.47.crate) = bbfd7eae0b0f1a6e63d4b13c9c478de77c2eb546fba158ad50b4203dc24b9f9c +SIZE (rust/crates/clap_derive-4.5.47.crate) = 33550 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 @@ -193,6 +199,8 @@ SHA256 (rust/crates/concurrent-queue-2.5.0.crate) = 4ca0197aee26d1ae37445ee532fe SIZE (rust/crates/concurrent-queue-2.5.0.crate) = 22654 SHA256 (rust/crates/const-oid-0.9.6.crate) = c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8 SIZE (rust/crates/const-oid-0.9.6.crate) = 45382 +SHA256 (rust/crates/constant_time_eq-0.1.5.crate) = 245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc +SIZE (rust/crates/constant_time_eq-0.1.5.crate) = 4936 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.1.crate) = b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6 @@ -343,8 +351,8 @@ SHA256 (rust/crates/group-0.12.1.crate) = 5dfbfb3a6cfbd390d5c9564ab283a0349b9b9f SIZE (rust/crates/group-0.12.1.crate) = 16516 SHA256 (rust/crates/h2-0.3.26.crate) = 81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8 SIZE (rust/crates/h2-0.3.26.crate) = 168315 -SHA256 (rust/crates/h2-0.4.10.crate) = a9421a676d1b147b16b82c9225157dc629087ef8ec4d5e2960f9437a90dac0a5 -SIZE (rust/crates/h2-0.4.10.crate) = 174800 +SHA256 (rust/crates/h2-0.4.12.crate) = f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386 +SIZE (rust/crates/h2-0.4.12.crate) = 176264 SHA256 (rust/crates/half-2.6.0.crate) = 459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9 SIZE (rust/crates/half-2.6.0.crate) = 59507 SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888 @@ -395,8 +403,8 @@ SHA256 (rust/crates/hyper-rustls-0.27.7.crate) = e3c93eb611681b207e1fe55d5a71ecf 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.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/hyperlocal-0.9.1.crate) = 986c5ce3b994526b3cd75578e62554abd09f0899d6206de48b3e96ab34ccc8c7 SIZE (rust/crates/hyperlocal-0.9.1.crate) = 13733 SHA256 (rust/crates/iana-time-zone-0.1.63.crate) = b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8 @@ -507,8 +515,8 @@ SHA256 (rust/crates/loop9-0.1.5.crate) = 0fae87c125b03c1d2c0150c90365d7d6bcc53fb SIZE (rust/crates/loop9-0.1.5.crate) = 3406 SHA256 (rust/crates/lru-0.12.5.crate) = 234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38 SIZE (rust/crates/lru-0.12.5.crate) = 16047 -SHA256 (rust/crates/matchers-0.1.0.crate) = 8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558 -SIZE (rust/crates/matchers-0.1.0.crate) = 6948 +SHA256 (rust/crates/matchers-0.2.0.crate) = d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9 +SIZE (rust/crates/matchers-0.2.0.crate) = 7075 SHA256 (rust/crates/matchit-0.8.4.crate) = 47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3 SIZE (rust/crates/matchit-0.8.4.crate) = 33986 SHA256 (rust/crates/matrixmultiply-0.3.10.crate) = a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08 @@ -547,8 +555,8 @@ SHA256 (rust/crates/notify-types-2.0.0.crate) = 5e0826a989adedc2a244799e823aece0 SIZE (rust/crates/notify-types-2.0.0.crate) = 14495 SHA256 (rust/crates/ntapi-0.4.1.crate) = e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4 SIZE (rust/crates/ntapi-0.4.1.crate) = 126552 -SHA256 (rust/crates/nu-ansi-term-0.46.0.crate) = 77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84 -SIZE (rust/crates/nu-ansi-term-0.46.0.crate) = 24311 +SHA256 (rust/crates/nu-ansi-term-0.50.1.crate) = d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399 +SIZE (rust/crates/nu-ansi-term-0.50.1.crate) = 28536 SHA256 (rust/crates/num-0.4.3.crate) = 35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23 SIZE (rust/crates/num-0.4.3.crate) = 9575 SHA256 (rust/crates/num-bigint-0.4.6.crate) = a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9 @@ -593,8 +601,6 @@ SHA256 (rust/crates/openssl-sys-0.9.109.crate) = 90096e2e47630d78b7d1c20952dc621 SIZE (rust/crates/openssl-sys-0.9.109.crate) = 78247 SHA256 (rust/crates/outref-0.5.2.crate) = 1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e SIZE (rust/crates/outref-0.5.2.crate) = 5621 -SHA256 (rust/crates/overload-0.1.1.crate) = b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39 -SIZE (rust/crates/overload-0.1.1.crate) = 24439 SHA256 (rust/crates/owned_ttf_parser-0.25.0.crate) = 22ec719bbf3b2a81c109a4e20b1f129b5566b7dce654bc3872f6a05abf82b2c4 SIZE (rust/crates/owned_ttf_parser-0.25.0.crate) = 151164 SHA256 (rust/crates/p256-0.11.1.crate) = 51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594 @@ -609,8 +615,12 @@ SHA256 (rust/crates/parse-display-0.9.1.crate) = 914a1c2265c98e2446911282c6ac86d SIZE (rust/crates/parse-display-0.9.1.crate) = 9456 SHA256 (rust/crates/parse-display-derive-0.9.1.crate) = 2ae7800a4c974efd12df917266338e79a7a74415173caf7e70aa0a0707345281 SIZE (rust/crates/parse-display-derive-0.9.1.crate) = 17258 +SHA256 (rust/crates/password-hash-0.4.2.crate) = 7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700 +SIZE (rust/crates/password-hash-0.4.2.crate) = 26099 SHA256 (rust/crates/paste-1.0.15.crate) = 57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a SIZE (rust/crates/paste-1.0.15.crate) = 18374 +SHA256 (rust/crates/pbkdf2-0.11.0.crate) = 83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917 +SIZE (rust/crates/pbkdf2-0.11.0.crate) = 13229 SHA256 (rust/crates/peeking_take_while-0.1.2.crate) = 19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099 SIZE (rust/crates/peeking_take_while-0.1.2.crate) = 6697 SHA256 (rust/crates/pem-3.0.5.crate) = 38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3 @@ -693,14 +703,10 @@ SHA256 (rust/crates/ref-cast-impl-1.0.24.crate) = 1165225c21bff1f3bbce98f5a1f889 SIZE (rust/crates/ref-cast-impl-1.0.24.crate) = 9968 SHA256 (rust/crates/regex-1.11.2.crate) = 23d7fd106d8c02486a8d64e778353d1cffe08ce79ac2e82f540c86d0facf6912 SIZE (rust/crates/regex-1.11.2.crate) = 166265 -SHA256 (rust/crates/regex-automata-0.1.10.crate) = 6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132 -SIZE (rust/crates/regex-automata-0.1.10.crate) = 114533 SHA256 (rust/crates/regex-automata-0.4.9.crate) = 809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908 SIZE (rust/crates/regex-automata-0.4.9.crate) = 618525 SHA256 (rust/crates/regex-lite-0.1.6.crate) = 53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a SIZE (rust/crates/regex-lite-0.1.6.crate) = 95278 -SHA256 (rust/crates/regex-syntax-0.6.29.crate) = f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1 -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.11.27.crate) = dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62 @@ -721,6 +727,8 @@ SHA256 (rust/crates/rust-embed-impl-8.7.2.crate) = 6065f1a4392b71819ec1ea1df1120 SIZE (rust/crates/rust-embed-impl-8.7.2.crate) = 9663 SHA256 (rust/crates/rust-embed-utils-8.7.2.crate) = f6cc0c81648b20b70c491ff8cce00c1c3b223bb8ed2b5d41f0e54c6c4c0a3594 SIZE (rust/crates/rust-embed-utils-8.7.2.crate) = 6123 +SHA256 (rust/crates/rust_xlsxwriter-0.80.0.crate) = 442eafa04d985ae671e027481e07a5b70fdb1b2cb5e46d9e074b67ca98e01a0a +SIZE (rust/crates/rust_xlsxwriter-0.80.0.crate) = 4112985 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 @@ -733,8 +741,8 @@ SHA256 (rust/crates/rustix-1.0.7.crate) = c71e83d6afe7ff64890ec6b71d6a69bb8a610a SIZE (rust/crates/rustix-1.0.7.crate) = 414500 SHA256 (rust/crates/rustls-0.21.12.crate) = 3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e SIZE (rust/crates/rustls-0.21.12.crate) = 285674 -SHA256 (rust/crates/rustls-0.23.27.crate) = 730944ca083c1c233a75c09f199e973ca499344a2b7ba9e755c457e86fb4a321 -SIZE (rust/crates/rustls-0.23.27.crate) = 355915 +SHA256 (rust/crates/rustls-0.23.31.crate) = c0ebcbd2f03de0fc1122ad9bb24b127a5a6cd51d72604a3f3c50ac459762b6cc +SIZE (rust/crates/rustls-0.23.31.crate) = 371259 SHA256 (rust/crates/rustls-native-certs-0.6.3.crate) = a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00 SIZE (rust/crates/rustls-native-certs-0.6.3.crate) = 24438 SHA256 (rust/crates/rustls-native-certs-0.8.1.crate) = 7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3 @@ -747,8 +755,8 @@ SHA256 (rust/crates/rustls-pki-types-1.12.0.crate) = 229a4a4c221013e7e1f1a043678 SIZE (rust/crates/rustls-pki-types-1.12.0.crate) = 64740 SHA256 (rust/crates/rustls-webpki-0.101.7.crate) = 8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765 SIZE (rust/crates/rustls-webpki-0.101.7.crate) = 168808 -SHA256 (rust/crates/rustls-webpki-0.103.3.crate) = e4a72fe2bcf7a6ac6fd7d0b9e5cb68aeb7d4c0a0271730218b3e92d43b4eb435 -SIZE (rust/crates/rustls-webpki-0.103.3.crate) = 81840 +SHA256 (rust/crates/rustls-webpki-0.103.4.crate) = 0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc +SIZE (rust/crates/rustls-webpki-0.103.4.crate) = 84241 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 @@ -879,8 +887,8 @@ SHA256 (rust/crates/system-deps-6.2.2.crate) = a3e535eb8dded36d55ec13eddacd30dec SIZE (rust/crates/system-deps-6.2.2.crate) = 25546 SHA256 (rust/crates/target-lexicon-0.12.16.crate) = 61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1 SIZE (rust/crates/target-lexicon-0.12.16.crate) = 26488 -SHA256 (rust/crates/tempfile-3.20.0.crate) = e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1 -SIZE (rust/crates/tempfile-3.20.0.crate) = 42306 +SHA256 (rust/crates/tempfile-3.21.0.crate) = 15b61f8f20e3a6f7e0649d825294eaf317edce30f82cf6026e7e4cb9222a7d1e +SIZE (rust/crates/tempfile-3.21.0.crate) = 42581 SHA256 (rust/crates/tesseract-0.15.2.crate) = 28e64963c0b5582cf02ed5d8b4798f8c48ea9812ed2b19ed653cb976e7daa351 SIZE (rust/crates/tesseract-0.15.2.crate) = 149439 SHA256 (rust/crates/tesseract-plumbing-0.11.1.crate) = 4ed025d755abb7f5af8d16cd5663742a08c8ae7c4032c8bf4b70c51d412fe378 @@ -957,8 +965,8 @@ SHA256 (rust/crates/tracing-core-0.1.34.crate) = b9d12581f227e93f094d3af2ae690a5 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 -SIZE (rust/crates/tracing-subscriber-0.3.19.crate) = 198345 +SHA256 (rust/crates/tracing-subscriber-0.3.20.crate) = 2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5 +SIZE (rust/crates/tracing-subscriber-0.3.20.crate) = 212274 SHA256 (rust/crates/try-lock-0.2.5.crate) = e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b SIZE (rust/crates/try-lock-0.2.5.crate) = 4314 SHA256 (rust/crates/ttf-parser-0.25.1.crate) = d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31 @@ -995,8 +1003,8 @@ SHA256 (rust/crates/utoipa-gen-5.4.0.crate) = 6d79d08d92ab8af4c5e8a6da20c47ae3f6 SIZE (rust/crates/utoipa-gen-5.4.0.crate) = 156086 SHA256 (rust/crates/utoipa-swagger-ui-9.0.2.crate) = d047458f1b5b65237c2f6dc6db136945667f40a7668627b3490b9513a3d43a55 SIZE (rust/crates/utoipa-swagger-ui-9.0.2.crate) = 52007 -SHA256 (rust/crates/uuid-1.18.0.crate) = f33196643e165781c20a5ead5582283a7dacbb87855d867fbc2df3f81eddc1be -SIZE (rust/crates/uuid-1.18.0.crate) = 59782 +SHA256 (rust/crates/uuid-1.18.1.crate) = 2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2 +SIZE (rust/crates/uuid-1.18.1.crate) = 60468 SHA256 (rust/crates/v_frame-0.3.9.crate) = 666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2 SIZE (rust/crates/v_frame-0.3.9.crate) = 20856 SHA256 (rust/crates/valuable-0.1.1.crate) = ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65 @@ -1173,17 +1181,27 @@ SHA256 (rust/crates/zerovec-0.11.2.crate) = 4a05eb080e015ba39cc9e23bbe5e7fb04d5f SIZE (rust/crates/zerovec-0.11.2.crate) = 124500 SHA256 (rust/crates/zerovec-derive-0.11.1.crate) = 5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f SIZE (rust/crates/zerovec-derive-0.11.1.crate) = 21294 +SHA256 (rust/crates/zip-0.6.6.crate) = 760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261 +SIZE (rust/crates/zip-0.6.6.crate) = 65789 +SHA256 (rust/crates/zip-2.4.2.crate) = fabe6324e908f85a1c52063ce7aa26b68dcb7eb6dbc83a2d148403c9bc3eba50 +SIZE (rust/crates/zip-2.4.2.crate) = 110773 SHA256 (rust/crates/zip-3.0.0.crate) = 12598812502ed0105f607f941c386f43d441e00148fce9dec3ca5ffb0bde9308 SIZE (rust/crates/zip-3.0.0.crate) = 112450 SHA256 (rust/crates/zlib-rs-0.5.1.crate) = 626bd9fa9734751fc50d6060752170984d7053f5a39061f524cda68023d4db8a SIZE (rust/crates/zlib-rs-0.5.1.crate) = 193055 SHA256 (rust/crates/zopfli-0.8.2.crate) = edfc5ee405f504cd4984ecc6f14d02d55cfda60fa4b689434ef4102aae150cd7 SIZE (rust/crates/zopfli-0.8.2.crate) = 51842 +SHA256 (rust/crates/zstd-0.11.2+zstd.1.5.2.crate) = 20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4 +SIZE (rust/crates/zstd-0.11.2+zstd.1.5.2.crate) = 28987 +SHA256 (rust/crates/zstd-safe-5.0.2+zstd.1.5.2.crate) = 1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db +SIZE (rust/crates/zstd-safe-5.0.2+zstd.1.5.2.crate) = 17273 +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 (rust/crates/zune-core-0.4.12.crate) = 3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a SIZE (rust/crates/zune-core-0.4.12.crate) = 17355 SHA256 (rust/crates/zune-inflate-0.2.54.crate) = 73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02 SIZE (rust/crates/zune-inflate-0.2.54.crate) = 37973 SHA256 (rust/crates/zune-jpeg-0.4.17.crate) = 0f6fe2e33d02a98ee64423802e16df3de99c43e5cf5ff983767e1128b394c8ac SIZE (rust/crates/zune-jpeg-0.4.17.crate) = 65784 -SHA256 (readur-readur-v2.5.6_GH0.tar.gz) = af8aebef4a5e955cb46a1af0ac3e5f36e96d7d724dc342ee82c1383f7b855149 -SIZE (readur-readur-v2.5.6_GH0.tar.gz) = 12566666 +SHA256 (readur-readur-v2.6.1_GH0.tar.gz) = ee7eb9e12f0e1a492c8c718921d0704f4e113918ce336d6daa2d5e49992ae19d +SIZE (readur-readur-v2.6.1_GH0.tar.gz) = 12755337 diff --git a/devel/Makefile b/devel/Makefile index a43c0f742cae..a0ca7c9a0c7e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -500,6 +500,7 @@ SUBDIR += covtool SUBDIR += cpan-upload SUBDIR += cpan-upload-http + SUBDIR += cpp-codec SUBDIR += cpp-netlib SUBDIR += cpp-utilities SUBDIR += cpp2py @@ -1678,6 +1679,7 @@ SUBDIR += modd SUBDIR += mold SUBDIR += mongo-c-driver + SUBDIR += mongo-cxx-driver SUBDIR += mono-addins SUBDIR += mpatrol SUBDIR += mph diff --git a/devel/cppcodec/Makefile b/devel/cppcodec/Makefile new file mode 100644 index 000000000000..b00a805bd5c6 --- /dev/null +++ b/devel/cppcodec/Makefile @@ -0,0 +1,19 @@ +PORTNAME= cppcodec +DISTVERSIONPREFIX= v +DISTVERSION= 0.2 +CATEGORIES= devel + +MAINTAINER= jwb@FreeBSD.org +COMMENT= Library to encode/decode base64, base64url, base32, base32hex and hex +WWW= https://github.com/tplgy/cppcodec + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= catch>0:devel/catch + +USES= cmake localbase +USE_GITHUB= yes +GH_ACCOUNT= tplgy + +.include <bsd.port.mk> diff --git a/devel/cppcodec/distinfo b/devel/cppcodec/distinfo new file mode 100644 index 000000000000..7636ad9bf3e9 --- /dev/null +++ b/devel/cppcodec/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1757103347 +SHA256 (tplgy-cppcodec-v0.2_GH0.tar.gz) = 0edaea2a9d9709d456aa99a1c3e17812ed130f9ef2b5c2d152c230a5cbc5c482 +SIZE (tplgy-cppcodec-v0.2_GH0.tar.gz) = 33984 diff --git a/devel/cppcodec/pkg-descr b/devel/cppcodec/pkg-descr new file mode 100644 index 000000000000..4867ff7505b7 --- /dev/null +++ b/devel/cppcodec/pkg-descr @@ -0,0 +1,8 @@ +Header-only C++11 library to encode/decode base64, base64url, base32, +base32hex and hex (a.k.a. base16) as specified in RFC 4648, plus +Crockford's base32. + +MIT licensed with consistent, flexible API. Supports raw pointers, +std::string and (templated) character vectors without unnecessary +allocations. Cross-platform with measured decent performance and +without compiler warnings. diff --git a/devel/cppcodec/pkg-plist b/devel/cppcodec/pkg-plist new file mode 100644 index 000000000000..27a8ebc96712 --- /dev/null +++ b/devel/cppcodec/pkg-plist @@ -0,0 +1,26 @@ +include/cppcodec/base32_crockford.hpp +include/cppcodec/base32_default_crockford.hpp +include/cppcodec/base32_default_hex.hpp +include/cppcodec/base32_default_rfc4648.hpp +include/cppcodec/base32_hex.hpp +include/cppcodec/base32_rfc4648.hpp +include/cppcodec/base64_default_rfc4648.hpp +include/cppcodec/base64_default_url.hpp +include/cppcodec/base64_default_url_unpadded.hpp +include/cppcodec/base64_rfc4648.hpp +include/cppcodec/base64_url.hpp +include/cppcodec/base64_url_unpadded.hpp +include/cppcodec/data/access.hpp +include/cppcodec/data/raw_result_buffer.hpp +include/cppcodec/detail/base32.hpp +include/cppcodec/detail/base64.hpp +include/cppcodec/detail/codec.hpp +include/cppcodec/detail/config.hpp +include/cppcodec/detail/hex.hpp +include/cppcodec/detail/stream_codec.hpp +include/cppcodec/hex_default_lower.hpp +include/cppcodec/hex_default_upper.hpp +include/cppcodec/hex_lower.hpp +include/cppcodec/hex_upper.hpp +include/cppcodec/parse_error.hpp +share/pkgconfig/cppcodec-1.pc diff --git a/devel/mongo-cxx-driver/Makefile b/devel/mongo-cxx-driver/Makefile new file mode 100644 index 000000000000..51ee62747571 --- /dev/null +++ b/devel/mongo-cxx-driver/Makefile @@ -0,0 +1,32 @@ +PORTNAME= mongo-cxx-driver +DISTVERSIONPREFIX= r +# Note: mongo-cxx-driver > 4.0.0 requires mongo-c-driver 2.x +DISTVERSION= 4.0.0 +CATEGORIES= devel databases + +MAINTAINER= jwb@FreeBSD.org +COMMENT= MongoDB C++ driver +WWW= https://github.com/mongodb/mongo-cxx-driver/ + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= mongo-c-driver>=1.29.0<2.0.0:devel/mongo-c-driver +LIB_DEPENDS= libmongoc-1.0.so:devel/mongo-c-driver \ + libbson-1.0.so:devel/libbson \ + libutf8proc.so:textproc/utf8proc + +USES= cmake compiler:c++17-lang pkgconfig ssl +USE_GITHUB= yes +USE_CXXSTD= c++17 +GH_ACCOUNT= mongodb + +CMAKE_ARGS= -DENABLE_ZLIB=SYSTEM \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_CXX_STANDARD=17 \ + -DBUILD_VERSION=${DISTVERSION} +CMAKE_OFF= BUILD_TESTING \ + ENABLE_TESTS \ + ENABLE_UNINSTALL + +.include <bsd.port.mk> diff --git a/devel/mongo-cxx-driver/distinfo b/devel/mongo-cxx-driver/distinfo new file mode 100644 index 000000000000..94d2b2c82053 --- /dev/null +++ b/devel/mongo-cxx-driver/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1757080161 +SHA256 (mongodb-mongo-cxx-driver-r4.0.0_GH0.tar.gz) = 966e46c14fc02162016a6a4b02d0707a722f296b403483f32e73592474f3f638 +SIZE (mongodb-mongo-cxx-driver-r4.0.0_GH0.tar.gz) = 1871635 diff --git a/devel/mongo-cxx-driver/files/patch-CMakeLists.txt b/devel/mongo-cxx-driver/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..d1b03975a928 --- /dev/null +++ b/devel/mongo-cxx-driver/files/patch-CMakeLists.txt @@ -0,0 +1,34 @@ +--- CMakeLists.txt.orig 2024-11-20 20:53:26 UTC ++++ CMakeLists.txt +@@ -206,31 +206,10 @@ if(BUILD_VERSION STREQUAL "0.0.0") + else() + find_package(PythonInterp) + +- if(PYTHONINTERP_FOUND) +- execute_process( +- COMMAND ${PYTHON_EXECUTABLE} etc/calc_release_version.py +- WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} +- OUTPUT_VARIABLE CALC_RELEASE_VERSION +- RESULT_VARIABLE CALC_RELEASE_VERSION_RESULT +- OUTPUT_STRIP_TRAILING_WHITESPACE +- ) +- +- if(NOT CALC_RELEASE_VERSION_RESULT STREQUAL 0) +- # If python failed above, stderr would tell the user about it +- message(FATAL_ERROR +- "BUILD_VERSION not specified and could not be calculated\ +- (script invocation failed); specify in CMake command, -DBUILD_VERSION=<version>" +- ) +- else() +- set(BUILD_VERSION ${CALC_RELEASE_VERSION}) +- file(WRITE ${CMAKE_BINARY_DIR}/VERSION_CURRENT ${CALC_RELEASE_VERSION}) +- endif() +- else() + message(FATAL_ERROR + "BUILD_VERSION not specified and could not be calculated\ + (Python was not found on the system); specify in CMake command, -DBUILD_VERSION=<version>" + ) +- endif() + endif() + endif() + diff --git a/devel/mongo-cxx-driver/pkg-descr b/devel/mongo-cxx-driver/pkg-descr new file mode 100644 index 000000000000..541f8e1ca43a --- /dev/null +++ b/devel/mongo-cxx-driver/pkg-descr @@ -0,0 +1,5 @@ +Official Mongo C++ Driver. + +Mongo (from "humongous") is a high-performance, open source, +schema-free, document-oriented database. A common name in the "NOSQL" +community. diff --git a/devel/mongo-cxx-driver/pkg-plist b/devel/mongo-cxx-driver/pkg-plist new file mode 100644 index 000000000000..757802af5199 --- /dev/null +++ b/devel/mongo-cxx-driver/pkg-plist @@ -0,0 +1,307 @@ +include/bsoncxx/v_noabi/bsoncxx/array/element-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/array/element.hpp +include/bsoncxx/v_noabi/bsoncxx/array/value-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/array/value.hpp +include/bsoncxx/v_noabi/bsoncxx/array/view-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/array/view.hpp +include/bsoncxx/v_noabi/bsoncxx/array/view_or_value.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/basic/array-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/basic/array.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/basic/document-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/basic/document.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/basic/helpers.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/basic/impl.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/basic/kvp.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/basic/sub_array-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/basic/sub_array.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/basic/sub_document-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/basic/sub_document.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/concatenate-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/concatenate.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/core-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/core.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/list-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/list.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/stream/array-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/stream/array.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/stream/array_context-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/stream/array_context.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/stream/closed_context-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/stream/closed_context.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/stream/document-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/stream/document.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/stream/helpers-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/stream/helpers.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/stream/key_context-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/stream/key_context.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/stream/single_context-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/stream/single_context.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/stream/value_context-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/builder/stream/value_context.hpp +include/bsoncxx/v_noabi/bsoncxx/config/compiler.hpp +include/bsoncxx/v_noabi/bsoncxx/config/config.hpp +include/bsoncxx/v_noabi/bsoncxx/config/export.hpp +include/bsoncxx/v_noabi/bsoncxx/config/postlude.hpp +include/bsoncxx/v_noabi/bsoncxx/config/prelude.hpp +include/bsoncxx/v_noabi/bsoncxx/config/util.hpp +include/bsoncxx/v_noabi/bsoncxx/config/version.hpp +include/bsoncxx/v_noabi/bsoncxx/decimal128-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/decimal128.hpp +include/bsoncxx/v_noabi/bsoncxx/document/element-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/document/element.hpp +include/bsoncxx/v_noabi/bsoncxx/document/value-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/document/value.hpp +include/bsoncxx/v_noabi/bsoncxx/document/view-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/document/view.hpp +include/bsoncxx/v_noabi/bsoncxx/document/view_or_value.hpp +include/bsoncxx/v_noabi/bsoncxx/enums/binary_sub_type.hpp +include/bsoncxx/v_noabi/bsoncxx/enums/type.hpp +include/bsoncxx/v_noabi/bsoncxx/exception/error_code-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/exception/error_code.hpp +include/bsoncxx/v_noabi/bsoncxx/exception/exception-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/exception/exception.hpp +include/bsoncxx/v_noabi/bsoncxx/fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/json-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/json.hpp +include/bsoncxx/v_noabi/bsoncxx/oid-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/oid.hpp +include/bsoncxx/v_noabi/bsoncxx/stdx/operators.hpp +include/bsoncxx/v_noabi/bsoncxx/stdx/optional.hpp +include/bsoncxx/v_noabi/bsoncxx/stdx/string_view.hpp +include/bsoncxx/v_noabi/bsoncxx/stdx/type_traits.hpp +include/bsoncxx/v_noabi/bsoncxx/string/to_string.hpp +include/bsoncxx/v_noabi/bsoncxx/string/view_or_value-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/string/view_or_value.hpp +include/bsoncxx/v_noabi/bsoncxx/types-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/types.hpp +include/bsoncxx/v_noabi/bsoncxx/types/bson_value/make_value.hpp +include/bsoncxx/v_noabi/bsoncxx/types/bson_value/value-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/types/bson_value/value.hpp +include/bsoncxx/v_noabi/bsoncxx/types/bson_value/view-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/types/bson_value/view.hpp +include/bsoncxx/v_noabi/bsoncxx/types/bson_value/view_or_value.hpp +include/bsoncxx/v_noabi/bsoncxx/validate-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/validate.hpp +include/bsoncxx/v_noabi/bsoncxx/view_or_value-fwd.hpp +include/bsoncxx/v_noabi/bsoncxx/view_or_value.hpp +include/mongocxx/v_noabi/mongocxx/bulk_write-fwd.hpp +include/mongocxx/v_noabi/mongocxx/bulk_write.hpp +include/mongocxx/v_noabi/mongocxx/change_stream-fwd.hpp +include/mongocxx/v_noabi/mongocxx/change_stream.hpp +include/mongocxx/v_noabi/mongocxx/client-fwd.hpp +include/mongocxx/v_noabi/mongocxx/client.hpp +include/mongocxx/v_noabi/mongocxx/client_encryption-fwd.hpp +include/mongocxx/v_noabi/mongocxx/client_encryption.hpp +include/mongocxx/v_noabi/mongocxx/client_session-fwd.hpp +include/mongocxx/v_noabi/mongocxx/client_session.hpp +include/mongocxx/v_noabi/mongocxx/collection-fwd.hpp +include/mongocxx/v_noabi/mongocxx/collection.hpp +include/mongocxx/v_noabi/mongocxx/config/compiler.hpp +include/mongocxx/v_noabi/mongocxx/config/config.hpp +include/mongocxx/v_noabi/mongocxx/config/export.hpp +include/mongocxx/v_noabi/mongocxx/config/postlude.hpp +include/mongocxx/v_noabi/mongocxx/config/prelude.hpp +include/mongocxx/v_noabi/mongocxx/config/version.hpp +include/mongocxx/v_noabi/mongocxx/cursor-fwd.hpp +include/mongocxx/v_noabi/mongocxx/cursor.hpp +include/mongocxx/v_noabi/mongocxx/database-fwd.hpp +include/mongocxx/v_noabi/mongocxx/database.hpp +include/mongocxx/v_noabi/mongocxx/events/command_failed_event-fwd.hpp +include/mongocxx/v_noabi/mongocxx/events/command_failed_event.hpp +include/mongocxx/v_noabi/mongocxx/events/command_started_event-fwd.hpp +include/mongocxx/v_noabi/mongocxx/events/command_started_event.hpp +include/mongocxx/v_noabi/mongocxx/events/command_succeeded_event-fwd.hpp +include/mongocxx/v_noabi/mongocxx/events/command_succeeded_event.hpp +include/mongocxx/v_noabi/mongocxx/events/heartbeat_failed_event-fwd.hpp +include/mongocxx/v_noabi/mongocxx/events/heartbeat_failed_event.hpp +include/mongocxx/v_noabi/mongocxx/events/heartbeat_started_event-fwd.hpp +include/mongocxx/v_noabi/mongocxx/events/heartbeat_started_event.hpp +include/mongocxx/v_noabi/mongocxx/events/heartbeat_succeeded_event-fwd.hpp +include/mongocxx/v_noabi/mongocxx/events/heartbeat_succeeded_event.hpp +include/mongocxx/v_noabi/mongocxx/events/server_changed_event-fwd.hpp +include/mongocxx/v_noabi/mongocxx/events/server_changed_event.hpp +include/mongocxx/v_noabi/mongocxx/events/server_closed_event-fwd.hpp +include/mongocxx/v_noabi/mongocxx/events/server_closed_event.hpp +include/mongocxx/v_noabi/mongocxx/events/server_description-fwd.hpp +include/mongocxx/v_noabi/mongocxx/events/server_description.hpp +include/mongocxx/v_noabi/mongocxx/events/server_opening_event-fwd.hpp +include/mongocxx/v_noabi/mongocxx/events/server_opening_event.hpp +include/mongocxx/v_noabi/mongocxx/events/topology_changed_event-fwd.hpp +include/mongocxx/v_noabi/mongocxx/events/topology_changed_event.hpp +include/mongocxx/v_noabi/mongocxx/events/topology_closed_event-fwd.hpp +include/mongocxx/v_noabi/mongocxx/events/topology_closed_event.hpp +include/mongocxx/v_noabi/mongocxx/events/topology_description-fwd.hpp +include/mongocxx/v_noabi/mongocxx/events/topology_description.hpp +include/mongocxx/v_noabi/mongocxx/events/topology_opening_event-fwd.hpp +include/mongocxx/v_noabi/mongocxx/events/topology_opening_event.hpp +include/mongocxx/v_noabi/mongocxx/exception/authentication_exception-fwd.hpp +include/mongocxx/v_noabi/mongocxx/exception/authentication_exception.hpp +include/mongocxx/v_noabi/mongocxx/exception/bulk_write_exception-fwd.hpp +include/mongocxx/v_noabi/mongocxx/exception/bulk_write_exception.hpp +include/mongocxx/v_noabi/mongocxx/exception/error_code-fwd.hpp +include/mongocxx/v_noabi/mongocxx/exception/error_code.hpp +include/mongocxx/v_noabi/mongocxx/exception/exception-fwd.hpp +include/mongocxx/v_noabi/mongocxx/exception/exception.hpp +include/mongocxx/v_noabi/mongocxx/exception/gridfs_exception-fwd.hpp +include/mongocxx/v_noabi/mongocxx/exception/gridfs_exception.hpp +include/mongocxx/v_noabi/mongocxx/exception/logic_error-fwd.hpp +include/mongocxx/v_noabi/mongocxx/exception/logic_error.hpp +include/mongocxx/v_noabi/mongocxx/exception/operation_exception-fwd.hpp +include/mongocxx/v_noabi/mongocxx/exception/operation_exception.hpp +include/mongocxx/v_noabi/mongocxx/exception/query_exception-fwd.hpp +include/mongocxx/v_noabi/mongocxx/exception/query_exception.hpp +include/mongocxx/v_noabi/mongocxx/exception/server_error_code-fwd.hpp +include/mongocxx/v_noabi/mongocxx/exception/server_error_code.hpp +include/mongocxx/v_noabi/mongocxx/exception/write_exception-fwd.hpp +include/mongocxx/v_noabi/mongocxx/exception/write_exception.hpp +include/mongocxx/v_noabi/mongocxx/fwd.hpp +include/mongocxx/v_noabi/mongocxx/gridfs/bucket-fwd.hpp +include/mongocxx/v_noabi/mongocxx/gridfs/bucket.hpp +include/mongocxx/v_noabi/mongocxx/gridfs/downloader-fwd.hpp +include/mongocxx/v_noabi/mongocxx/gridfs/downloader.hpp +include/mongocxx/v_noabi/mongocxx/gridfs/uploader-fwd.hpp +include/mongocxx/v_noabi/mongocxx/gridfs/uploader.hpp +include/mongocxx/v_noabi/mongocxx/hint-fwd.hpp +include/mongocxx/v_noabi/mongocxx/hint.hpp +include/mongocxx/v_noabi/mongocxx/index_model-fwd.hpp +include/mongocxx/v_noabi/mongocxx/index_model.hpp +include/mongocxx/v_noabi/mongocxx/index_view-fwd.hpp +include/mongocxx/v_noabi/mongocxx/index_view.hpp +include/mongocxx/v_noabi/mongocxx/instance-fwd.hpp +include/mongocxx/v_noabi/mongocxx/instance.hpp +include/mongocxx/v_noabi/mongocxx/logger-fwd.hpp +include/mongocxx/v_noabi/mongocxx/logger.hpp +include/mongocxx/v_noabi/mongocxx/model/delete_many-fwd.hpp +include/mongocxx/v_noabi/mongocxx/model/delete_many.hpp +include/mongocxx/v_noabi/mongocxx/model/delete_one-fwd.hpp +include/mongocxx/v_noabi/mongocxx/model/delete_one.hpp +include/mongocxx/v_noabi/mongocxx/model/insert_one-fwd.hpp +include/mongocxx/v_noabi/mongocxx/model/insert_one.hpp +include/mongocxx/v_noabi/mongocxx/model/replace_one-fwd.hpp +include/mongocxx/v_noabi/mongocxx/model/replace_one.hpp +include/mongocxx/v_noabi/mongocxx/model/update_many-fwd.hpp +include/mongocxx/v_noabi/mongocxx/model/update_many.hpp +include/mongocxx/v_noabi/mongocxx/model/update_one-fwd.hpp +include/mongocxx/v_noabi/mongocxx/model/update_one.hpp +include/mongocxx/v_noabi/mongocxx/model/write-fwd.hpp +include/mongocxx/v_noabi/mongocxx/model/write.hpp +include/mongocxx/v_noabi/mongocxx/options/aggregate-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/aggregate.hpp +include/mongocxx/v_noabi/mongocxx/options/apm-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/apm.hpp +include/mongocxx/v_noabi/mongocxx/options/auto_encryption-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/auto_encryption.hpp +include/mongocxx/v_noabi/mongocxx/options/bulk_write-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/bulk_write.hpp +include/mongocxx/v_noabi/mongocxx/options/change_stream-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/change_stream.hpp +include/mongocxx/v_noabi/mongocxx/options/client-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/client.hpp +include/mongocxx/v_noabi/mongocxx/options/client_encryption-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/client_encryption.hpp +include/mongocxx/v_noabi/mongocxx/options/client_session-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/client_session.hpp +include/mongocxx/v_noabi/mongocxx/options/count-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/count.hpp +include/mongocxx/v_noabi/mongocxx/options/data_key-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/data_key.hpp +include/mongocxx/v_noabi/mongocxx/options/delete-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/delete.hpp +include/mongocxx/v_noabi/mongocxx/options/distinct-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/distinct.hpp +include/mongocxx/v_noabi/mongocxx/options/encrypt-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/encrypt.hpp +include/mongocxx/v_noabi/mongocxx/options/estimated_document_count-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/estimated_document_count.hpp +include/mongocxx/v_noabi/mongocxx/options/find-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/find.hpp +include/mongocxx/v_noabi/mongocxx/options/find_one_and_delete-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/find_one_and_delete.hpp +include/mongocxx/v_noabi/mongocxx/options/find_one_and_replace-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/find_one_and_replace.hpp +include/mongocxx/v_noabi/mongocxx/options/find_one_and_update-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/find_one_and_update.hpp +include/mongocxx/v_noabi/mongocxx/options/find_one_common_options-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/find_one_common_options.hpp +include/mongocxx/v_noabi/mongocxx/options/gridfs/bucket-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/gridfs/bucket.hpp +include/mongocxx/v_noabi/mongocxx/options/gridfs/upload-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/gridfs/upload.hpp +include/mongocxx/v_noabi/mongocxx/options/index-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/index.hpp +include/mongocxx/v_noabi/mongocxx/options/index_view-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/index_view.hpp +include/mongocxx/v_noabi/mongocxx/options/insert-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/insert.hpp +include/mongocxx/v_noabi/mongocxx/options/pool-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/pool.hpp +include/mongocxx/v_noabi/mongocxx/options/range-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/range.hpp +include/mongocxx/v_noabi/mongocxx/options/replace-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/replace.hpp +include/mongocxx/v_noabi/mongocxx/options/rewrap_many_datakey-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/rewrap_many_datakey.hpp +include/mongocxx/v_noabi/mongocxx/options/server_api-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/server_api.hpp +include/mongocxx/v_noabi/mongocxx/options/ssl.hpp +include/mongocxx/v_noabi/mongocxx/options/tls-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/tls.hpp +include/mongocxx/v_noabi/mongocxx/options/transaction-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/transaction.hpp +include/mongocxx/v_noabi/mongocxx/options/update-fwd.hpp +include/mongocxx/v_noabi/mongocxx/options/update.hpp +include/mongocxx/v_noabi/mongocxx/pipeline-fwd.hpp +include/mongocxx/v_noabi/mongocxx/pipeline.hpp +include/mongocxx/v_noabi/mongocxx/pool-fwd.hpp +include/mongocxx/v_noabi/mongocxx/pool.hpp +include/mongocxx/v_noabi/mongocxx/read_concern-fwd.hpp +include/mongocxx/v_noabi/mongocxx/read_concern.hpp +include/mongocxx/v_noabi/mongocxx/read_preference-fwd.hpp +include/mongocxx/v_noabi/mongocxx/read_preference.hpp +include/mongocxx/v_noabi/mongocxx/result/bulk_write-fwd.hpp +include/mongocxx/v_noabi/mongocxx/result/bulk_write.hpp +include/mongocxx/v_noabi/mongocxx/result/delete-fwd.hpp +include/mongocxx/v_noabi/mongocxx/result/delete.hpp +include/mongocxx/v_noabi/mongocxx/result/gridfs/upload-fwd.hpp +include/mongocxx/v_noabi/mongocxx/result/gridfs/upload.hpp +include/mongocxx/v_noabi/mongocxx/result/insert_many-fwd.hpp +include/mongocxx/v_noabi/mongocxx/result/insert_many.hpp +include/mongocxx/v_noabi/mongocxx/result/insert_one-fwd.hpp +include/mongocxx/v_noabi/mongocxx/result/insert_one.hpp +include/mongocxx/v_noabi/mongocxx/result/replace_one-fwd.hpp +include/mongocxx/v_noabi/mongocxx/result/replace_one.hpp +include/mongocxx/v_noabi/mongocxx/result/rewrap_many_datakey-fwd.hpp +include/mongocxx/v_noabi/mongocxx/result/rewrap_many_datakey.hpp +include/mongocxx/v_noabi/mongocxx/result/update-fwd.hpp +include/mongocxx/v_noabi/mongocxx/result/update.hpp +include/mongocxx/v_noabi/mongocxx/search_index_model-fwd.hpp +include/mongocxx/v_noabi/mongocxx/search_index_model.hpp +include/mongocxx/v_noabi/mongocxx/search_index_view-fwd.hpp +include/mongocxx/v_noabi/mongocxx/search_index_view.hpp +include/mongocxx/v_noabi/mongocxx/uri-fwd.hpp +include/mongocxx/v_noabi/mongocxx/uri.hpp +include/mongocxx/v_noabi/mongocxx/validation_criteria-fwd.hpp +include/mongocxx/v_noabi/mongocxx/validation_criteria.hpp +include/mongocxx/v_noabi/mongocxx/write_concern-fwd.hpp +include/mongocxx/v_noabi/mongocxx/write_concern.hpp +include/mongocxx/v_noabi/mongocxx/write_type-fwd.hpp +include/mongocxx/v_noabi/mongocxx/write_type.hpp +lib/cmake/bsoncxx-4.0.0/bsoncxx-config-version.cmake +lib/cmake/bsoncxx-4.0.0/bsoncxx-config.cmake +lib/cmake/bsoncxx-4.0.0/bsoncxx_targets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/bsoncxx-4.0.0/bsoncxx_targets.cmake +lib/cmake/mongocxx-4.0.0/mongocxx-config-version.cmake +lib/cmake/mongocxx-4.0.0/mongocxx-config.cmake +lib/cmake/mongocxx-4.0.0/mongocxx_targets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/mongocxx-4.0.0/mongocxx_targets.cmake +lib/libbsoncxx.so +lib/libbsoncxx.so.4.0.0 +lib/libbsoncxx.so._noabi +lib/libmongocxx.so +lib/libmongocxx.so.4.0.0 +lib/libmongocxx.so._noabi +libdata/pkgconfig/libbsoncxx.pc +libdata/pkgconfig/libmongocxx.pc +%%DATADIR%%/LICENSE +%%DATADIR%%/README.md +%%DATADIR%%/THIRD-PARTY-NOTICES diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile index 154c286245a0..0df78bdbaf29 100644 --- a/graphics/mesa-devel/Makefile +++ b/graphics/mesa-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= mesa -DISTVERSION= 25.2-branchpoint-2680 -DISTVERSIONSUFFIX= -gb4bac915f0d +DISTVERSION= 25.2-branchpoint-2843 +DISTVERSIONSUFFIX= -g29fb897c0a0 CATEGORIES= graphics PKGNAMESUFFIX= -devel diff --git a/graphics/mesa-devel/distinfo b/graphics/mesa-devel/distinfo index 4e286e98eb1d..5d5c6db73f30 100644 --- a/graphics/mesa-devel/distinfo +++ b/graphics/mesa-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1756937246 -SHA256 (mesa-25.2-branchpoint-2680-gb4bac915f0d.tar.bz2) = 6c44b70830a637e39ba1f6238c7c6d75c268dfcc1d5c6c001dddbdecc396716f -SIZE (mesa-25.2-branchpoint-2680-gb4bac915f0d.tar.bz2) = 58679512 +TIMESTAMP = 1757116992 +SHA256 (mesa-25.2-branchpoint-2843-g29fb897c0a0.tar.bz2) = b8966418b84424137736187ed8884dac3dfcd0ce4e845f889bde4b784f16835a +SIZE (mesa-25.2-branchpoint-2843-g29fb897c0a0.tar.bz2) = 58741659 SHA256 (700efacda59c.patch) = 0d567fe737ad1404e1f12d7cd018826d9095c23835f1ed5aaa1c81cb58d3d008 SIZE (700efacda59c.patch) = 983 SHA256 (de5cf0a44b50.patch) = c9e02e5eb1fb4e3aa2bc7a7e0a70f28f3ee609835ff0b59e827893a821983851 diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile index 9d3cb8bc425c..21b0804b230d 100644 --- a/java/eclipse/Makefile +++ b/java/eclipse/Makefile @@ -1,5 +1,5 @@ PORTNAME= eclipse -DISTVERSION= 4.36 +DISTVERSION= 4.37 PORTREVISION= 1 CATEGORIES= java devel ECLIPSE_TAG= R${DISTVERSION:S|.|_|g} diff --git a/java/eclipse/Makefile.plugins b/java/eclipse/Makefile.plugins index 2d54cbe0aa77..54814b3ef0ec 100644 --- a/java/eclipse/Makefile.plugins +++ b/java/eclipse/Makefile.plugins @@ -1,6 +1,6 @@ NO_BUILD= yes USES+= java -JAVA_VERSION= 17+ +JAVA_VERSION= 21+ REPO_DIRS?= features plugins diff --git a/java/eclipse/distinfo b/java/eclipse/distinfo index 5408ac479ff0..f0a6818536a2 100644 --- a/java/eclipse/distinfo +++ b/java/eclipse/distinfo @@ -1,29 +1,29 @@ -TIMESTAMP = 1752913239 -SHA256 (eclipse/chirontt-eclipse.platform.releng.aggregator-4.36-R4_36_maintenance_GH0.tar.gz) = 58d6734c7dd334d416b7d0255b3d71b11ee20cb7b790c0c7c6679727d0fd3611 -SIZE (eclipse/chirontt-eclipse.platform.releng.aggregator-4.36-R4_36_maintenance_GH0.tar.gz) = 26211750 -SHA256 (eclipse/eclipse-jdt-eclipse.jdt-R4_36_GH0.tar.gz) = d537c10f1f7bd9159e1877c6fe8ebeafea7132e98ff5ebe6b9b09717203c5677 -SIZE (eclipse/eclipse-jdt-eclipse.jdt-R4_36_GH0.tar.gz) = 39974 -SHA256 (eclipse/eclipse-jdt-eclipse.jdt.core-R4_36_GH0.tar.gz) = c2e292fd897bf6987c2f5828b3efd6a61634837f7c973842bf6fb8c11acee28f -SIZE (eclipse/eclipse-jdt-eclipse.jdt.core-R4_36_GH0.tar.gz) = 15673901 -SHA256 (eclipse/eclipse-jdt-eclipse.jdt.core.binaries-R4_36_GH0.tar.gz) = c191bc12667e600f63844dea12b01f821094773e8bf02e5eb0ec981aaf97c2bc -SIZE (eclipse/eclipse-jdt-eclipse.jdt.core.binaries-R4_36_GH0.tar.gz) = 34885784 -SHA256 (eclipse/eclipse-jdt-eclipse.jdt.debug-R4_36_GH0.tar.gz) = 705d965e1941593f58eb03bf4287f220a285ff7d6f9edc2d0d7e033f4e314946 -SIZE (eclipse/eclipse-jdt-eclipse.jdt.debug-R4_36_GH0.tar.gz) = 2377734 -SHA256 (eclipse/eclipse-jdt-eclipse.jdt.ui-R4_36_GH0.tar.gz) = 034ab6325f5d4c30129d89dcb89d1ee3a7a2554a4ad6d5af5a4e7d17d8cc7a7c -SIZE (eclipse/eclipse-jdt-eclipse.jdt.ui-R4_36_GH0.tar.gz) = 25031173 -SHA256 (eclipse/chirontt-eclipse.pde-R4_36_maintenance_GH0.tar.gz) = f0bd123252afe25b730d1cd56a5e2e134914b2199846cb9f10402a5e0a373fef -SIZE (eclipse/chirontt-eclipse.pde-R4_36_maintenance_GH0.tar.gz) = 36060538 -SHA256 (eclipse/chirontt-eclipse.platform-R4_36_maintenance_GH0.tar.gz) = 582f5eb27de0316b228fc3fa0d962a18ed2c2cd320644a575e95139f63de9a35 -SIZE (eclipse/chirontt-eclipse.platform-R4_36_maintenance_GH0.tar.gz) = 16630323 -SHA256 (eclipse/chirontt-eclipse.platform.swt-R4_36_maintenance_GH0.tar.gz) = 011eba684af94e73f26dd878c941a59845ab899cdba33f45d2976c2560fd0fb0 -SIZE (eclipse/chirontt-eclipse.platform.swt-R4_36_maintenance_GH0.tar.gz) = 10658980 -SHA256 (eclipse/chirontt-eclipse.platform.ui-R4_36_maintenance_GH0.tar.gz) = c66604fb01f6d5614cb67b201c1f94273e5ea3721fe6e115ba1b24a766bc6477 -SIZE (eclipse/chirontt-eclipse.platform.ui-R4_36_maintenance_GH0.tar.gz) = 16572318 -SHA256 (eclipse/chirontt-equinox-R4_36_maintenance_GH0.tar.gz) = f6f276d6d8d69fa0cc4c9fdd1693d8bb8be98074fc9b8ce86cf2e709ab627118 -SIZE (eclipse/chirontt-equinox-R4_36_maintenance_GH0.tar.gz) = 3634382 -SHA256 (eclipse/chirontt-equinox.binaries-R4_36_maintenance_GH0.tar.gz) = 40d14c0ce3963220c21df37274348dd014973ffd20c4cc1a17ceb2ae9c7990d7 -SIZE (eclipse/chirontt-equinox.binaries-R4_36_maintenance_GH0.tar.gz) = 1620956 -SHA256 (eclipse/chirontt-p2-R4_36_maintenance_GH0.tar.gz) = 74ec993e52abb83641e12e0438bc4a9f0075a2476a17fb1c6bde4f05ff872eac -SIZE (eclipse/chirontt-p2-R4_36_maintenance_GH0.tar.gz) = 54033925 -SHA256 (eclipse/NorbertXYZ-eclipse-maven-4.36_GH0.tar.gz) = 0d26e1f29db214bcf8f842eca5c352f947ca9cd0906ce6d0df9b0b44bc9f9c7d -SIZE (eclipse/NorbertXYZ-eclipse-maven-4.36_GH0.tar.gz) = 531877628 +TIMESTAMP = 1757121212 +SHA256 (eclipse/chirontt-eclipse.platform.releng.aggregator-4.37-R4_37_maintenance_GH0.tar.gz) = 51213dce946191fd381736d26a53bd54aad6222570848983194de278b27f94c3 +SIZE (eclipse/chirontt-eclipse.platform.releng.aggregator-4.37-R4_37_maintenance_GH0.tar.gz) = 26193143 +SHA256 (eclipse/eclipse-jdt-eclipse.jdt-R4_37_GH0.tar.gz) = 84c45a5314f877f3c032353d49c2cb44190e3c5245b08ebb08d5b317458b37f3 +SIZE (eclipse/eclipse-jdt-eclipse.jdt-R4_37_GH0.tar.gz) = 39942 +SHA256 (eclipse/eclipse-jdt-eclipse.jdt.core-R4_37_GH0.tar.gz) = a3351fe6a1748ff4d26729dd0654dfe8837125a1c42aa63091bdf76f59b30cdb +SIZE (eclipse/eclipse-jdt-eclipse.jdt.core-R4_37_GH0.tar.gz) = 15796506 +SHA256 (eclipse/eclipse-jdt-eclipse.jdt.core.binaries-R4_37_GH0.tar.gz) = 62b940d68e6eae3a1176248be27546982afd26e5a7b09b7db8a63585e0cf29e5 +SIZE (eclipse/eclipse-jdt-eclipse.jdt.core.binaries-R4_37_GH0.tar.gz) = 34885781 +SHA256 (eclipse/eclipse-jdt-eclipse.jdt.debug-R4_37_GH0.tar.gz) = 3f7f3cb0152ee3d61d0aa1cf633529fe1fd2fc7fc7af4e305c64acc537b2c670 +SIZE (eclipse/eclipse-jdt-eclipse.jdt.debug-R4_37_GH0.tar.gz) = 2394844 +SHA256 (eclipse/eclipse-jdt-eclipse.jdt.ui-R4_37_GH0.tar.gz) = ef8b92920c7aa656898c2c01024d0cdc6c72e38ea766c7a5cb3f761aea393732 +SIZE (eclipse/eclipse-jdt-eclipse.jdt.ui-R4_37_GH0.tar.gz) = 25051681 +SHA256 (eclipse/chirontt-eclipse.pde-R4_37_maintenance_GH0.tar.gz) = 200d64c686fd736991aaeafee02e9350864ee366cafcc1e13c39a4e874311c3f +SIZE (eclipse/chirontt-eclipse.pde-R4_37_maintenance_GH0.tar.gz) = 36078994 +SHA256 (eclipse/chirontt-eclipse.platform-R4_37_maintenance_GH0.tar.gz) = 9692198c828991aed417dcc32a1a8976a22282ea93a664121ce9e8dd02a907a2 +SIZE (eclipse/chirontt-eclipse.platform-R4_37_maintenance_GH0.tar.gz) = 17332711 +SHA256 (eclipse/chirontt-eclipse.platform.swt-R4_37_maintenance_GH0.tar.gz) = 8e6bf85d8c21c50e82391cdc5a5beb2f4a7f284c3e9625f035296b6d634e8f54 +SIZE (eclipse/chirontt-eclipse.platform.swt-R4_37_maintenance_GH0.tar.gz) = 10645986 +SHA256 (eclipse/chirontt-eclipse.platform.ui-R4_37_maintenance_GH0.tar.gz) = aff77305b6ac126e4f400ba587f5adf2a6147b42528d10a1b68a006b2237131a +SIZE (eclipse/chirontt-eclipse.platform.ui-R4_37_maintenance_GH0.tar.gz) = 16512282 +SHA256 (eclipse/chirontt-equinox-R4_37_maintenance_GH0.tar.gz) = 45b4d50f87ebd96e32470c03c0380f971768bf77f8638a8689856fd4b913f625 +SIZE (eclipse/chirontt-equinox-R4_37_maintenance_GH0.tar.gz) = 3914151 +SHA256 (eclipse/chirontt-equinox.binaries-R4_37_maintenance_GH0.tar.gz) = cdab9d2feefe24d15fff628220ce2c4f60ea890e5d7abb6894b8c8efe42dd533 +SIZE (eclipse/chirontt-equinox.binaries-R4_37_maintenance_GH0.tar.gz) = 1611408 +SHA256 (eclipse/chirontt-p2-R4_37_maintenance_GH0.tar.gz) = 04f7bd83a6b4ddb91f7b58947ec647ccf8d1cb8e036d4f5270a5b6d7036059b4 +SIZE (eclipse/chirontt-p2-R4_37_maintenance_GH0.tar.gz) = 54032020 +SHA256 (eclipse/NorbertXYZ-eclipse-maven-4.37_GH0.tar.gz) = 71a59125c518fbf96d82655b03bcae173772449dc5a334b970d1103a99d7688b +SIZE (eclipse/NorbertXYZ-eclipse-maven-4.37_GH0.tar.gz) = 528936178 diff --git a/math/R-cran-spdep/Makefile b/math/R-cran-spdep/Makefile index 37edf97fc657..c078d1c9e9d1 100644 --- a/math/R-cran-spdep/Makefile +++ b/math/R-cran-spdep/Makefile @@ -1,5 +1,5 @@ PORTNAME= spdep -DISTVERSION= 1.3-13 +DISTVERSION= 1.4-1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-spdep/distinfo b/math/R-cran-spdep/distinfo index 7bca8b88f681..2b493d53faea 100644 --- a/math/R-cran-spdep/distinfo +++ b/math/R-cran-spdep/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749634372 -SHA256 (spdep_1.3-13.tar.gz) = 7ac5905c126899f88fdf5c1f2bbedc7609e0c3ca210d40abaa5da2d2a9a2685a -SIZE (spdep_1.3-13.tar.gz) = 4695720 +TIMESTAMP = 1756892699 +SHA256 (spdep_1.4-1.tar.gz) = 4d0beca3b8b696373a74670f916cca3e77cbe97d002f3be62f172815774f5588 +SIZE (spdep_1.4-1.tar.gz) = 4694107 diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile index 2134ab6851a2..0a2da6201cd6 100644 --- a/net-p2p/libtorrent/Makefile +++ b/net-p2p/libtorrent/Makefile @@ -1,5 +1,5 @@ PORTNAME= libtorrent -DISTVERSION= 0.15.6 +DISTVERSION= 0.16.0 CATEGORIES= net-p2p MASTER_SITES= https://github.com/rakshasa/rtorrent/releases/download/v${DISTVERSION}/ @@ -10,6 +10,7 @@ WWW= https://github.com/rakshasa/libtorrent LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +LIB_DEPENDS= libcurl.so:ftp/curl TEST_DEPENDS= cppunit>0:devel/cppunit USES= compiler:c++17-lang cpe libtool localbase:ldflags pathfix \ @@ -36,14 +37,4 @@ OPTIONS_DEFAULT= KQUEUE KQUEUE_DESC= Use kqueue(2) support KQUEUE_CONFIGURE_WITH= kqueue -.include <bsd.port.pre.mk> - -# Disable instrumentation, which requires 64-bit atomic ops, on i386 when using -# gcc to avoid linking errors: -# /usr/local/lib/libtorrent.so: undefined reference to `__sync_add_and_fetch_8' -# /usr/local/lib/libtorrent.so: undefined reference to `__sync_fetch_and_and_8' -.if ${ARCH} == i386 && ${CHOSEN_COMPILER_TYPE} == gcc -CONFIGURE_ARGS+= --disable-instrumentation -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/net-p2p/libtorrent/distinfo b/net-p2p/libtorrent/distinfo index 3eb6dbc858aa..7bebc5e606c8 100644 --- a/net-p2p/libtorrent/distinfo +++ b/net-p2p/libtorrent/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1755953468 -SHA256 (libtorrent-0.15.6.tar.gz) = 406592657fa45ac7ba0628a7d356cf7ec8d5dafd918d4252055c795491d33970 -SIZE (libtorrent-0.15.6.tar.gz) = 871284 +TIMESTAMP = 1757101252 +SHA256 (libtorrent-0.16.0.tar.gz) = 623a75e85a23f7471c9531ea67a01bb652165c6b2b6a829a7f1c6117eac938ec +SIZE (libtorrent-0.16.0.tar.gz) = 885568 diff --git a/net-p2p/libtorrent/files/patch-src_data_memory__chunk.cc b/net-p2p/libtorrent/files/patch-src_data_memory__chunk.cc index f119df1d6e6e..b73078bdc1ab 100644 --- a/net-p2p/libtorrent/files/patch-src_data_memory__chunk.cc +++ b/net-p2p/libtorrent/files/patch-src_data_memory__chunk.cc @@ -1,6 +1,6 @@ ---- src/data/memory_chunk.cc.orig 2025-06-01 13:09:26 UTC +--- src/data/memory_chunk.cc.orig 2025-09-05 08:47:37 UTC +++ src/data/memory_chunk.cc -@@ -66,6 +66,9 @@ MemoryChunk::unmap() { +@@ -49,6 +49,9 @@ MemoryChunk::unmap() { if (!is_valid()) throw internal_error("MemoryChunk::unmap() called on an invalid object"); diff --git a/net-p2p/libtorrent/files/patch-src_torrent_net_socket__address__key.h b/net-p2p/libtorrent/files/patch-src_torrent_net_socket__address__key.h deleted file mode 100644 index 56e9dbf35b71..000000000000 --- a/net-p2p/libtorrent/files/patch-src_torrent_net_socket__address__key.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/torrent/net/socket_address_key.h.orig 2025-06-01 13:09:26 UTC -+++ src/torrent/net/socket_address_key.h -@@ -7,6 +7,7 @@ - #include <cstring> - #include <cinttypes> - #include <netinet/in.h> -+#include <sys/socket.h> - - // Unique key for the socket address, excluding port numbers, etc. - diff --git a/net-p2p/libtorrent/pkg-plist b/net-p2p/libtorrent/pkg-plist index b8fd887f44df..826b7588ff53 100644 --- a/net-p2p/libtorrent/pkg-plist +++ b/net-p2p/libtorrent/pkg-plist @@ -25,9 +25,10 @@ include/torrent/error.h include/torrent/event.h include/torrent/exceptions.h include/torrent/hash_string.h -include/torrent/http.h include/torrent/net/address_info.h include/torrent/net/fd.h +include/torrent/net/http_get.h +include/torrent/net/http_stack.h include/torrent/net/resolver.h include/torrent/net/socket_address.h include/torrent/net/socket_address_key.h @@ -69,6 +70,6 @@ include/torrent/utils/signal_bitfield.h include/torrent/utils/thread.h include/torrent/utils/uri_parser.h lib/libtorrent.so -lib/libtorrent.so.26 -lib/libtorrent.so.26.0.0 +lib/libtorrent.so.30 +lib/libtorrent.so.30.0.0 libdata/pkgconfig/libtorrent.pc diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile index 24009a48b2f8..0d2db49d588b 100644 --- a/net-p2p/rtorrent/Makefile +++ b/net-p2p/rtorrent/Makefile @@ -1,5 +1,5 @@ PORTNAME= rtorrent -DISTVERSION= 0.15.6 +DISTVERSION= 0.16.0 CATEGORIES= net-p2p MASTER_SITES= https://github.com/rakshasa/rtorrent/releases/download/v${DISTVERSION}/ @@ -11,14 +11,13 @@ LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING -LIB_DEPENDS= libcurl.so:ftp/curl \ - libtorrent.so:net-p2p/libtorrent +LIB_DEPENDS= libtorrent.so:net-p2p/libtorrent USES= compiler:c++17-lang ncurses pkgconfig USE_RC_SUBR= rtorrent GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-debug -LDFLAGS+= -lexecinfo -pthread +CONFIGURE_ARGS= --disable-debug \ + --with-xmlrpc-tinyxml2 SUB_FILES= pkg-message @@ -26,19 +25,11 @@ USERS= rtorrent GROUPS= rtorrent PLIST_FILES= bin/rtorrent \ - "@sample ${ETCDIR}/rtorrent.conf.sample" -PORTDOCS= README - -OPTIONS_DEFINE= DOCS IPV6 -OPTIONS_DEFAULT= TINYXML -OPTIONS_RADIO= XML -OPTIONS_RADIO_XML= TINYXML XMLRPC -XMLRPC_DESC= Compile with xmlrpc-c support - -IPV6_CONFIGURE_ENABLE= ipv6 -TINYXML_CONFIGURE_ON= --with-xmlrpc-tinyxml2 -XMLRPC_LIB_DEPENDS= libxmlrpc.so:net/xmlrpc-c -XMLRPC_CONFIGURE_ON= --with-xmlrpc-c + "@sample ${ETCDIR}/rtorrent.conf.sample" \ + ${DATADIR}/lua/rtorrent.lua +PORTDOCS= README.md + +OPTIONS_DEFINE= DOCS post-install: ${MKDIR} ${STAGEDIR}${ETCDIR} diff --git a/net-p2p/rtorrent/distinfo b/net-p2p/rtorrent/distinfo index a44d5bfed9fc..9d4974b6f14a 100644 --- a/net-p2p/rtorrent/distinfo +++ b/net-p2p/rtorrent/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1755953681 -SHA256 (rtorrent-0.15.6.tar.gz) = a3eb2afcdd0d81aaf5efd044761075f7f832375e9a6eb4b38a7694bfff3aa3cd -SIZE (rtorrent-0.15.6.tar.gz) = 866966 +TIMESTAMP = 1757102139 +SHA256 (rtorrent-0.16.0.tar.gz) = fe8f8793f3bae8de157f567d9d89629dfd6fc21bc18d7db4537c4014a23dc1d9 +SIZE (rtorrent-0.16.0.tar.gz) = 854573 diff --git a/net/libiscsi/Makefile b/net/libiscsi/Makefile index 2681d9586868..5a2a75a13b22 100644 --- a/net/libiscsi/Makefile +++ b/net/libiscsi/Makefile @@ -1,5 +1,5 @@ PORTNAME= libiscsi -DISTVERSION= 1.20.1 +DISTVERSION= 1.20.3 CATEGORIES= net MAINTAINER= d8zNeCFG@aon.at @@ -19,10 +19,9 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes -# 1.20.2 only affects environments defining __APPLE__ -PORTSCOUT= skipv:1.20.2 +CFLAGS+= -Wno-cast-align post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}.so.11.0.0 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}.so .include <bsd.port.mk> diff --git a/net/libiscsi/distinfo b/net/libiscsi/distinfo index 9144771bb827..1795032ca98d 100644 --- a/net/libiscsi/distinfo +++ b/net/libiscsi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746280868 -SHA256 (sahlberg-libiscsi-1.20.1_GH0.tar.gz) = 6bd6feef2904de1bb1869cec935b58995bc1311cad57184a2221e09ed6137eec -SIZE (sahlberg-libiscsi-1.20.1_GH0.tar.gz) = 323554 +TIMESTAMP = 1756998181 +SHA256 (sahlberg-libiscsi-1.20.3_GH0.tar.gz) = 212f6e1fd8e7ddb4b02208aafc6de600f6f330f40359babeefdd83b0c79d47a1 +SIZE (sahlberg-libiscsi-1.20.3_GH0.tar.gz) = 327211 diff --git a/net/libiscsi/pkg-plist b/net/libiscsi/pkg-plist index 237fe5d52a92..7b3aac5ca8de 100644 --- a/net/libiscsi/pkg-plist +++ b/net/libiscsi/pkg-plist @@ -5,13 +5,14 @@ bin/iscsi-md5sum bin/iscsi-perf bin/iscsi-pr bin/iscsi-readcapacity16 +bin/iscsi-rtpg bin/iscsi-swp include/iscsi/iscsi.h include/iscsi/scsi-lowlevel.h lib/libiscsi.a lib/libiscsi.so lib/libiscsi.so.11 -lib/libiscsi.so.11.0.0 +lib/libiscsi.so.11.0.2 libdata/pkgconfig/libiscsi.pc share/man/man1/iscsi-inq.1.gz share/man/man1/iscsi-ls.1.gz diff --git a/www/filebrowser-quantum/Makefile b/www/filebrowser-quantum/Makefile index f2aa6df8fe4a..fed39f7a842d 100644 --- a/www/filebrowser-quantum/Makefile +++ b/www/filebrowser-quantum/Makefile @@ -1,7 +1,6 @@ PORTNAME= filebrowser-quantum DISTVERSIONPREFIX= v -DISTVERSION= 0.8.3-beta -PORTREVISION= 1 +DISTVERSION= 0.8.4-beta CATEGORIES= www MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/ DISTFILES= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}.frontend${EXTRACT_SUFX} \ diff --git a/www/filebrowser-quantum/distinfo b/www/filebrowser-quantum/distinfo index 572a333c0cb4..3b70a9054236 100644 --- a/www/filebrowser-quantum/distinfo +++ b/www/filebrowser-quantum/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1756492725 -SHA256 (filebrowser-quantum-v0.8.3-beta.frontend.tar.gz) = 760cc587f4d6ff71fa62830e127686ce683020775252fb30f849c1d5474eff44 -SIZE (filebrowser-quantum-v0.8.3-beta.frontend.tar.gz) = 1816747 -SHA256 (filebrowser-quantum-v0.8.3-beta.vendor.tar.gz) = e8852ee68bf200ecbd422e5ad2c8f07319dceb258af38a1875f0a80fc076db5f -SIZE (filebrowser-quantum-v0.8.3-beta.vendor.tar.gz) = 67516439 -SHA256 (gtsteffaniak-filebrowser-v0.8.3-beta_GH0.tar.gz) = 73d786347f86bb9cb1d71f9393a2d0c4c77b21ece80a57b0807de48c2e77ae0c -SIZE (gtsteffaniak-filebrowser-v0.8.3-beta_GH0.tar.gz) = 4431099 +TIMESTAMP = 1757114189 +SHA256 (filebrowser-quantum-v0.8.4-beta.frontend.tar.gz) = 1235e419db970ed91db2d1747b75cfe059bd23b0424ec385bdd8d3747f8ca1c2 +SIZE (filebrowser-quantum-v0.8.4-beta.frontend.tar.gz) = 1896838 +SHA256 (filebrowser-quantum-v0.8.4-beta.vendor.tar.gz) = b3e4254a34f2d066015a759680b302847d3e38c4b287dee1bc3d42c15eaea5f4 +SIZE (filebrowser-quantum-v0.8.4-beta.vendor.tar.gz) = 67716596 +SHA256 (gtsteffaniak-filebrowser-v0.8.4-beta_GH0.tar.gz) = 54d508cf7656c0c9eac75a3cd86511432f4b95da88928b02a92bc8dd428872d3 +SIZE (gtsteffaniak-filebrowser-v0.8.4-beta_GH0.tar.gz) = 4491385 diff --git a/www/mongoose/Makefile b/www/mongoose/Makefile index 43f5296e26e6..777719e09f3a 100644 --- a/www/mongoose/Makefile +++ b/www/mongoose/Makefile @@ -1,5 +1,6 @@ PORTNAME= mongoose -PORTVERSION= 5.6 +DISTVERSION= 5.6 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= lytboris@gmail.com diff --git a/www/mongoose/files/mongoose.in b/www/mongoose/files/mongoose.in index 99ee54b11bbe..d6db19280e3b 100644 --- a/www/mongoose/files/mongoose.in +++ b/www/mongoose/files/mongoose.in @@ -1,7 +1,7 @@ #!/bin/sh # PROVIDE: mongoose -# REQUIRE: daemon +# REQUIRE: DAEMON # Define these mongoose_* variables in one of these files: # /etc/rc.conf |