Date: Fri, 01 May 2026 08:26:52 +0000 From: ShengYi Hung <aokblast@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 92605d444bdd - main - net/lldap: Update to v0.6.3 Message-ID: <69f463cc.3e0ad.32a62281@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by aokblast: URL: https://cgit.FreeBSD.org/ports/commit/?id=92605d444bdd4e4f3c2ec298be7146d86fde2e50 commit 92605d444bdd4e4f3c2ec298be7146d86fde2e50 Author: ShengYi Hung <aokblast@FreeBSD.org> AuthorDate: 2026-05-01 08:15:21 +0000 Commit: ShengYi Hung <aokblast@FreeBSD.org> CommitDate: 2026-05-01 08:26:41 +0000 net/lldap: Update to v0.6.3 ChangeLog: https://github.com/lldap/lldap/releases/tag/v0.6.3 Sponsored by: The FreeBSD Foundation --- net/lldap/Makefile | 3 +- net/lldap/Makefile.crates | 666 +++++----- net/lldap/distinfo | 1338 +++++++++++---------- net/lldap/files/patch-Cargo.toml | 8 - net/lldap/files/patch-app_src_components_login.rs | 11 - 5 files changed, 1072 insertions(+), 954 deletions(-) diff --git a/net/lldap/Makefile b/net/lldap/Makefile index fa87b1acc464..494ea41c627b 100644 --- a/net/lldap/Makefile +++ b/net/lldap/Makefile @@ -1,7 +1,6 @@ PORTNAME= lldap DISTVERSIONPREFIX= v -DISTVERSION= 0.6.2 -PORTREVISION= 4 +DISTVERSION= 0.6.3 CATEGORIES= net MAINTAINER= aokblast@FreeBSD.org diff --git a/net/lldap/Makefile.crates b/net/lldap/Makefile.crates index fe524516886e..c27b96b0470f 100644 --- a/net/lldap/Makefile.crates +++ b/net/lldap/Makefile.crates @@ -1,499 +1,527 @@ CARGO_CRATES= actix-0.13.5 \ actix-codec-0.5.2 \ - actix-files-0.6.6 \ - actix-http-3.9.0 \ + actix-files-0.6.10 \ + actix-http-3.12.1 \ actix-macros-0.2.4 \ - actix-router-0.5.3 \ - actix-rt-2.10.0 \ - actix-server-2.5.0 \ - actix-service-2.0.2 \ - actix-tls-3.4.0 \ + actix-router-0.5.4 \ + actix-rt-2.11.0 \ + actix-server-2.6.0 \ + actix-service-2.0.3 \ + actix-tls-3.5.0 \ actix-utils-3.0.1 \ - actix-web-4.9.0 \ + actix-web-4.13.0 \ actix-web-codegen-4.3.0 \ actix-web-httpauth-0.8.2 \ actix_derive-0.6.2 \ - addr2line-0.24.2 \ - adler2-2.0.0 \ - ahash-0.8.11 \ - aho-corasick-1.1.3 \ + adler2-2.0.1 \ + aho-corasick-1.1.4 \ aliasable-0.1.3 \ alloc-no-stdlib-2.0.4 \ alloc-stdlib-0.2.2 \ - allocator-api2-0.2.18 \ - android-tzdata-0.1.1 \ + allocator-api2-0.2.21 \ android_system_properties-0.1.5 \ - anstream-0.6.17 \ - anstyle-1.0.10 \ - anstyle-parse-0.2.6 \ - anstyle-query-1.1.2 \ - anstyle-wincon-3.0.6 \ - anyhow-1.0.92 \ + anstream-1.0.0 \ + anstyle-1.0.14 \ + anstyle-parse-1.0.0 \ + anstyle-query-1.1.5 \ + anstyle-wincon-3.0.11 \ + anyhow-1.0.102 \ + arcstr-1.2.0 \ arrayref-0.3.9 \ arrayvec-0.7.6 \ - ascii-0.9.3 \ - asn1-rs-0.5.2 \ - asn1-rs-derive-0.4.0 \ - asn1-rs-impl-0.1.0 \ - assert_cmd-2.0.16 \ + asn1-rs-0.7.1 \ + asn1-rs-derive-0.6.0 \ + asn1-rs-impl-0.2.0 \ + assert_cmd-2.2.1 \ async-stream-0.3.6 \ async-stream-impl-0.3.6 \ - async-trait-0.1.83 \ + async-trait-0.1.89 \ atoi-2.0.0 \ - atomic-0.6.0 \ - autocfg-1.4.0 \ - backtrace-0.3.74 \ + atomic-0.6.1 \ + auto_enums-0.8.8 \ + autocfg-1.5.0 \ + aws-lc-rs-1.16.3 \ + aws-lc-sys-0.40.0 \ base64-0.13.1 \ base64-0.21.7 \ base64-0.22.1 \ - base64ct-1.6.0 \ + base64ct-1.8.3 \ bincode-1.3.3 \ bitflags-1.3.2 \ - bitflags-2.6.0 \ - blake2b_simd-1.0.3 \ + bitflags-2.11.1 \ + blake2b_simd-1.0.4 \ block-buffer-0.9.0 \ block-buffer-0.10.4 \ + block-buffer-0.12.0 \ boolinator-2.4.0 \ - brotli-6.0.0 \ - brotli-decompressor-4.0.1 \ - bson-1.2.4 \ - bstr-1.11.3 \ - bumpalo-3.16.0 \ - bytemuck-1.19.0 \ + brotli-8.0.2 \ + brotli-decompressor-5.0.0 \ + bstr-1.12.1 \ + bumpalo-3.20.2 \ + bytemuck-1.25.0 \ byteorder-1.5.0 \ - bytes-1.8.0 \ - bytestring-1.3.1 \ - cc-1.1.33 \ - cfg-if-1.0.0 \ - chrono-0.4.38 \ - clap-4.5.20 \ - clap_builder-4.5.20 \ - clap_derive-4.5.18 \ - clap_lex-0.7.2 \ - color_quant-1.1.0 \ - colorchoice-1.0.3 \ - combine-3.8.1 \ + byteorder-lite-0.1.0 \ + bytes-1.11.1 \ + bytestring-1.5.1 \ + castaway-0.2.4 \ + cc-1.2.61 \ + cfg-if-1.0.4 \ + cfg_aliases-0.2.1 \ + chacha20-0.10.0 \ + chrono-0.4.44 \ + clap-4.6.1 \ + clap_builder-4.6.0 \ + clap_derive-4.6.1 \ + clap_lex-1.1.0 \ + cmake-0.1.58 \ + colorchoice-1.0.5 \ + combine-4.6.7 \ + compact_str-0.9.0 \ concurrent-queue-2.5.0 \ console_error_panic_hook-0.1.7 \ const-oid-0.9.6 \ + const-oid-0.10.2 \ constant_time_eq-0.3.1 \ - convert_case-0.4.0 \ + constant_time_eq-0.4.2 \ + convert_case-0.10.0 \ cookie-0.16.2 \ core-foundation-0.9.4 \ + core-foundation-0.10.1 \ core-foundation-sys-0.8.7 \ - cpufeatures-0.2.14 \ - crc-3.2.1 \ - crc-catalog-2.4.0 \ - crc32fast-1.4.2 \ - cron-0.12.1 \ - crossbeam-channel-0.5.13 \ - crossbeam-queue-0.3.11 \ - crossbeam-utils-0.8.20 \ - crossterm-0.23.2 \ + cpufeatures-0.2.17 \ + cpufeatures-0.3.0 \ + crc-3.4.0 \ + crc-catalog-2.5.0 \ + crc32fast-1.5.0 \ + cron-0.16.0 \ + crossbeam-channel-0.5.15 \ + crossbeam-queue-0.3.12 \ + crossbeam-utils-0.8.21 \ + crossterm-0.29.0 \ crossterm_winapi-0.9.1 \ - crypto-common-0.1.6 \ - crypto-mac-0.10.0 \ + crypto-common-0.1.7 \ + crypto-common-0.2.1 \ crypto-mac-0.11.0 \ - ct-codecs-1.1.2 \ + ct-codecs-1.1.6 \ curve25519-dalek-3.2.0 \ - darling-0.14.4 \ - darling_core-0.14.4 \ - darling_macro-0.14.4 \ + darling-0.20.11 \ + darling_core-0.20.11 \ + darling_macro-0.20.11 \ dashmap-5.5.3 \ - data-encoding-2.6.0 \ - der-0.7.9 \ - der-parser-8.2.0 \ - deranged-0.3.11 \ - derive_builder-0.12.0 \ - derive_builder_core-0.12.0 \ - derive_builder_macro-0.12.0 \ - derive_more-0.99.18 \ - derive_more-1.0.0 \ - derive_more-impl-1.0.0 \ - derive_utils-0.11.2 \ + data-encoding-2.11.0 \ + der-0.7.10 \ + der-parser-10.0.0 \ + deranged-0.5.8 \ + derive_builder-0.20.2 \ + derive_builder_core-0.20.2 \ + derive_builder_macro-0.20.2 \ + derive_more-2.1.1 \ + derive_more-impl-2.1.1 \ + derive_utils-0.15.1 \ diff-0.1.13 \ difflib-0.4.0 \ digest-0.9.0 \ digest-0.10.7 \ + digest-0.11.2 \ displaydoc-0.1.7 \ displaydoc-0.2.5 \ - doc-comment-0.3.3 \ + document-features-0.2.12 \ dotenvy-0.15.7 \ downcast-0.11.0 \ - either-1.13.0 \ - email-encoding-0.2.1 \ + dunce-1.0.5 \ + either-1.15.0 \ + email-encoding-0.4.1 \ email_address-0.2.9 \ encoding_rs-0.8.35 \ - equivalent-1.0.1 \ - errno-0.3.9 \ + equivalent-1.0.2 \ + errno-0.3.14 \ etcetera-0.8.0 \ - event-listener-5.4.0 \ - failure-0.1.8 \ - failure_derive-0.1.8 \ - fastrand-1.9.0 \ - fastrand-2.1.1 \ - fiat-crypto-0.2.9 \ + event-listener-5.4.1 \ + fastrand-2.4.1 \ + fiat-crypto-0.3.0 \ figment-0.10.19 \ figment_file_provider_adapter-0.1.1 \ - flate2-1.0.34 \ - float-cmp-0.9.0 \ + find-msvc-tools-0.1.9 \ + flate2-1.1.9 \ flume-0.11.1 \ fnv-1.0.7 \ foldhash-0.1.5 \ - form_urlencoded-1.2.1 \ - fragile-2.0.0 \ + form_urlencoded-1.2.2 \ + fragile-2.1.0 \ + fs_extra-1.3.0 \ fslock-0.2.1 \ - futures-0.3.31 \ - futures-channel-0.3.31 \ - futures-core-0.3.31 \ - futures-enum-0.1.17 \ - futures-executor-0.3.31 \ + futures-0.3.32 \ + futures-channel-0.3.32 \ + futures-core-0.3.32 \ + futures-executor-0.3.32 \ futures-intrusive-0.5.0 \ - futures-io-0.3.31 \ - futures-macro-0.3.31 \ - futures-sink-0.3.31 \ - futures-task-0.3.31 \ - futures-util-0.3.31 \ + futures-io-0.3.32 \ + futures-macro-0.3.32 \ + futures-sink-0.3.32 \ + futures-task-0.3.32 \ + futures-util-0.3.32 \ generic-array-0.14.7 \ generic-bytes-0.1.0 \ getrandom-0.1.16 \ - getrandom-0.2.15 \ - gimli-0.31.1 \ + getrandom-0.2.17 \ + getrandom-0.3.4 \ + getrandom-0.4.2 \ gloo-0.4.2 \ gloo-console-0.2.3 \ + gloo-console-0.4.0 \ gloo-dialogs-0.1.1 \ gloo-events-0.1.2 \ + gloo-events-0.3.0 \ gloo-file-0.2.3 \ - gloo-net-0.6.0 \ + gloo-file-0.4.0 \ + gloo-net-0.7.0 \ gloo-render-0.1.1 \ gloo-storage-0.2.2 \ gloo-timers-0.2.6 \ gloo-utils-0.1.7 \ - gloo-utils-0.2.0 \ + gloo-utils-0.3.0 \ graphql-introspection-query-0.2.0 \ - graphql-parser-0.2.3 \ - graphql-parser-0.3.0 \ - graphql-parser-0.4.0 \ - graphql_client-0.10.0 \ + graphql-parser-0.4.1 \ graphql_client-0.11.0 \ - graphql_client_codegen-0.10.0 \ graphql_client_codegen-0.11.0 \ - graphql_query_derive-0.10.0 \ graphql_query_derive-0.11.0 \ - h2-0.3.26 \ + h2-0.3.27 \ hashbrown-0.9.1 \ hashbrown-0.14.5 \ - hashbrown-0.15.0 \ + hashbrown-0.15.5 \ + hashbrown-0.17.0 \ hashlink-0.10.0 \ - heck-0.3.3 \ heck-0.4.1 \ heck-0.5.0 \ - hermit-abi-0.3.9 \ hex-0.4.3 \ hkdf-0.11.0 \ hkdf-0.12.4 \ - hmac-0.10.1 \ hmac-0.11.0 \ hmac-0.12.1 \ - home-0.5.9 \ + home-0.5.12 \ http-0.2.12 \ - http-1.1.0 \ + http-1.4.0 \ http-body-0.4.6 \ http-range-0.1.5 \ - httparse-1.9.5 \ + httparse-1.10.1 \ httpdate-1.0.3 \ - hyper-0.14.31 \ + hybrid-array-0.4.11 \ + hyper-0.14.32 \ hyper-rustls-0.24.2 \ - iana-time-zone-0.1.61 \ + iana-time-zone-0.1.65 \ iana-time-zone-haiku-0.1.2 \ + icu_collections-2.2.0 \ + icu_locale_core-2.2.0 \ + icu_normalizer-2.2.0 \ + icu_normalizer_data-2.2.0 \ + icu_properties-2.2.0 \ + icu_properties_data-2.2.0 \ + icu_provider-2.2.0 \ + id-arena-2.3.0 \ ident_case-1.0.1 \ idna-0.2.3 \ - idna-0.3.0 \ - idna-0.5.0 \ - if_chain-1.0.2 \ - image-0.24.9 \ - impl-more-0.1.8 \ + idna-1.1.0 \ + idna_adapter-1.2.2 \ + if_chain-1.0.3 \ + image-0.25.10 \ + impl-more-0.1.9 \ indexmap-1.6.2 \ - indexmap-2.6.0 \ - inherent-1.0.11 \ + indexmap-2.14.0 \ + inherent-1.0.13 \ inlinable_string-0.1.15 \ - instant-0.1.13 \ - ipnet-2.10.1 \ - is_terminal_polyfill-1.70.1 \ - itertools-0.10.5 \ - itoa-1.0.11 \ - jobserver-0.1.32 \ - jpeg-decoder-0.3.1 \ - js-sys-0.3.72 \ - juniper-0.15.12 \ - juniper_codegen-0.15.9 \ - jwt-0.13.0 \ + ipnet-2.12.0 \ + is_terminal_polyfill-1.70.2 \ + itertools-0.14.0 \ + itoa-1.0.18 \ + jobserver-0.1.34 \ + js-sys-0.3.97 \ + juniper-0.17.1 \ + juniper_codegen-0.17.0 \ jwt-0.16.0 \ language-tags-0.3.2 \ lazy_static-1.5.0 \ - ldap3-0.11.5 \ - ldap3_proto-0.6.0 \ - lettre-0.10.4 \ - libc-0.2.161 \ - libm-0.2.11 \ + lber-0.4.2 \ + lber-0.5.1 \ + ldap3-0.12.1 \ + ldap3_proto-0.7.1 \ + leb128fmt-0.1.0 \ + lettre-0.11.21 \ + libc-0.2.186 \ + libm-0.2.16 \ + libredox-0.1.16 \ libsqlite3-sys-0.30.1 \ - linked-hash-map-0.5.6 \ - linux-raw-sys-0.4.14 \ + linux-raw-sys-0.12.1 \ + litemap-0.8.2 \ + litrs-1.0.0 \ local-channel-0.1.5 \ local-waker-0.1.4 \ - lock_api-0.4.12 \ - log-0.4.22 \ - matchers-0.1.0 \ + lock_api-0.4.14 \ + log-0.4.29 \ + matchers-0.2.0 \ matches-0.1.10 \ md-5-0.10.6 \ - memchr-2.7.4 \ - memoffset-0.7.1 \ + memchr-2.8.0 \ mime-0.3.17 \ mime_guess-2.0.5 \ minimal-lexical-0.2.1 \ - miniz_oxide-0.8.0 \ - mio-0.8.11 \ - mio-1.0.2 \ - mockall-0.11.4 \ - mockall_derive-0.11.4 \ + miniz_oxide-0.8.9 \ + mio-1.2.0 \ + mockall-0.14.0 \ + mockall_derive-0.14.0 \ + moxcms-0.8.1 \ mutually_exclusive_features-0.1.0 \ - nix-0.26.4 \ + nix-0.31.2 \ nom-7.1.3 \ - normalize-line-endings-0.3.0 \ - nu-ansi-term-0.46.0 \ + nom-8.0.0 \ + nu-ansi-term-0.50.3 \ num-bigint-0.4.6 \ - num-bigint-dig-0.8.4 \ - num-conv-0.1.0 \ + num-bigint-dig-0.8.6 \ + num-conv-0.2.1 \ num-integer-0.1.46 \ num-iter-0.1.45 \ num-traits-0.2.19 \ - object-0.36.5 \ - oid-registry-0.6.1 \ - once_cell-1.20.2 \ + oid-registry-0.8.1 \ + once_cell-1.21.4 \ + once_cell_polyfill-1.70.2 \ opaque-debug-0.3.1 \ opaque-ke-0.7.0 \ - openssl-probe-0.1.5 \ + openssl-probe-0.1.6 \ + openssl-probe-0.2.1 \ ordered-float-4.6.0 \ - orion-0.17.7 \ + orion-0.17.14 \ ouroboros-0.18.5 \ ouroboros_macro-0.18.5 \ - overload-0.1.1 \ parking-2.2.1 \ - parking_lot-0.12.3 \ - parking_lot_core-0.9.10 \ - paste-1.0.15 \ + parking_lot-0.12.5 \ + parking_lot_core-0.9.12 \ pear-0.2.9 \ pear_codegen-0.2.9 \ - peg-0.8.4 \ - peg-macros-0.8.4 \ - peg-runtime-0.8.3 \ + peg-0.8.5 \ + peg-macros-0.8.5 \ + peg-runtime-0.8.5 \ pem-rfc7468-0.7.0 \ - percent-encoding-2.3.1 \ - pin-project-1.1.7 \ - pin-project-internal-1.1.7 \ - pin-project-lite-0.2.15 \ - pin-utils-0.1.0 \ + percent-encoding-2.3.2 \ + phf-0.11.3 \ + phf_generator-0.11.3 \ + phf_macros-0.11.3 \ + phf_shared-0.11.3 \ + pin-project-1.1.11 \ + pin-project-internal-1.1.11 \ + pin-project-lite-0.2.17 \ pkcs1-0.7.5 \ pkcs8-0.10.2 \ - pkg-config-0.3.31 \ + pkg-config-0.3.33 \ + plain-0.2.3 \ + potential_utf-0.1.5 \ powerfmt-0.2.0 \ - ppv-lite86-0.2.20 \ - predicates-2.1.5 \ - predicates-3.1.2 \ - predicates-core-1.0.8 \ - predicates-tree-1.0.11 \ + ppv-lite86-0.2.21 \ + predicates-3.1.4 \ + predicates-core-1.0.10 \ + predicates-tree-1.0.13 \ pretty_assertions-1.4.1 \ + prettyplease-0.2.37 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ proc-macro-error-attr2-2.0.0 \ proc-macro-error2-2.0.1 \ - proc-macro2-1.0.94 \ + proc-macro2-1.0.106 \ proc-macro2-diagnostics-0.10.1 \ - quote-1.0.37 \ - quoted_printable-0.4.8 \ - rand-0.7.3 \ - rand-0.8.5 \ - rand_chacha-0.2.2 \ + pxfm-0.1.29 \ + quote-1.0.45 \ + quoted_printable-0.5.2 \ + r-efi-5.3.0 \ + r-efi-6.0.0 \ + rand-0.8.6 \ + rand-0.10.1 \ rand_chacha-0.3.1 \ rand_core-0.5.1 \ rand_core-0.6.4 \ - rand_hc-0.2.0 \ - redox_syscall-0.5.7 \ - regex-1.11.1 \ - regex-automata-0.1.10 \ - regex-automata-0.4.8 \ - regex-lite-0.1.6 \ - regex-syntax-0.6.29 \ - regex-syntax-0.8.5 \ - requestty-0.4.1 \ - requestty-ui-0.4.1 \ + rand_core-0.10.1 \ + redox_syscall-0.5.18 \ + redox_syscall-0.7.4 \ + ref-cast-1.0.25 \ + ref-cast-impl-1.0.25 \ + regex-1.12.3 \ + regex-automata-0.4.14 \ + regex-lite-0.1.9 \ + regex-syntax-0.8.10 \ + requestty-0.6.3 \ + requestty-ui-0.6.3 \ reqwest-0.11.27 \ - ring-0.16.20 \ - ring-0.17.8 \ + ring-0.17.14 \ route-recognizer-0.3.1 \ - rsa-0.9.6 \ + rsa-0.9.10 \ rust-argon2-2.1.0 \ - rustc-demangle-0.1.24 \ rustc_version-0.4.1 \ rusticata-macros-4.1.0 \ - rustix-0.38.38 \ - rustls-0.20.9 \ + rustix-1.1.4 \ rustls-0.21.12 \ - rustls-0.23.25 \ + rustls-0.23.40 \ rustls-native-certs-0.6.3 \ + rustls-native-certs-0.8.3 \ rustls-pemfile-1.0.4 \ rustls-pemfile-2.2.0 \ - rustls-pki-types-1.11.0 \ - rustls-webpki-0.100.3 \ + rustls-pki-types-1.14.1 \ rustls-webpki-0.101.7 \ - rustls-webpki-0.103.1 \ - rustversion-1.0.18 \ - ryu-1.0.18 \ - schannel-0.1.26 \ + rustls-webpki-0.103.13 \ + rustversion-1.0.22 \ + ryu-1.0.23 \ + schannel-0.1.29 \ scoped-tls-hkt-0.1.5 \ scopeguard-1.2.0 \ sct-0.7.1 \ sea-bae-0.2.1 \ - sea-orm-1.1.8 \ - sea-orm-macros-1.1.8 \ - sea-query-0.32.3 \ + sea-orm-1.1.20 \ + sea-orm-macros-1.1.20 \ + sea-query-0.32.7 \ sea-query-binder-0.7.0 \ secstr-0.5.1 \ security-framework-2.11.1 \ - security-framework-sys-2.12.0 \ - semver-1.0.23 \ - serde-1.0.214 \ + security-framework-3.7.0 \ + security-framework-sys-2.17.0 \ + semver-1.0.28 \ + serde-1.0.228 \ serde-wasm-bindgen-0.3.1 \ - serde_bytes-0.11.15 \ - serde_derive-1.0.214 \ - serde_json-1.0.132 \ - serde_spanned-0.6.8 \ + serde_bytes-0.11.19 \ + serde_core-1.0.228 \ + serde_derive-1.0.228 \ + serde_json-1.0.149 \ + serde_spanned-0.6.9 \ serde_urlencoded-0.7.1 \ serial_test-2.0.0 \ serial_test_derive-2.0.0 \ sha1-0.10.6 \ + sha1-0.11.0 \ sha2-0.9.9 \ - sha2-0.10.8 \ + sha2-0.10.9 \ sharded-slab-0.1.7 \ + shell-words-1.1.1 \ shlex-1.3.0 \ - signal-hook-0.3.17 \ - signal-hook-mio-0.2.4 \ - signal-hook-registry-1.4.2 \ + signal-hook-0.3.18 \ + signal-hook-mio-0.2.5 \ + signal-hook-registry-1.4.8 \ signature-2.2.0 \ - slab-0.4.9 \ - smallvec-1.13.2 \ - smartstring-1.0.1 \ + simd-adler32-0.3.9 \ + siphasher-1.0.2 \ + slab-0.4.12 \ + smallvec-1.15.1 \ smawk-0.3.2 \ - socket2-0.4.10 \ - socket2-0.5.7 \ - spin-0.5.2 \ + socket2-0.5.10 \ + socket2-0.6.3 \ spin-0.9.8 \ spki-0.7.3 \ - sqlx-0.8.3 \ - sqlx-core-0.8.3 \ - sqlx-macros-0.8.3 \ - sqlx-macros-core-0.8.3 \ - sqlx-mysql-0.8.3 \ - sqlx-postgres-0.8.3 \ - sqlx-sqlite-0.8.3 \ + sqlx-0.8.6 \ + sqlx-core-0.8.6 \ + sqlx-macros-0.8.6 \ + sqlx-macros-core-0.8.6 \ + sqlx-mysql-0.8.6 \ + sqlx-postgres-0.8.6 \ + sqlx-sqlite-0.8.6 \ + stable_deref_trait-1.2.1 \ static_assertions-1.1.0 \ stringprep-0.1.5 \ - strsim-0.10.0 \ strsim-0.11.1 \ - strum-0.25.0 \ strum-0.26.3 \ - strum_macros-0.25.3 \ + strum-0.28.0 \ + strum_macros-0.28.0 \ subtle-2.6.1 \ syn-1.0.109 \ - syn-2.0.100 \ + syn-2.0.117 \ sync_wrapper-0.1.2 \ - synstructure-0.12.6 \ + synstructure-0.13.2 \ system-configuration-0.5.1 \ system-configuration-sys-0.5.0 \ - tempfile-3.13.0 \ - termtree-0.4.1 \ + tempfile-3.27.0 \ + termtree-0.5.1 \ textwrap-0.15.2 \ - thiserror-1.0.66 \ - thiserror-2.0.12 \ - thiserror-impl-1.0.66 \ - thiserror-impl-2.0.12 \ - thread_local-1.1.8 \ - time-0.3.36 \ - time-core-0.1.2 \ - time-macros-0.2.18 \ - tinyvec-1.8.0 \ + thiserror-1.0.69 \ + thiserror-2.0.18 \ + thiserror-impl-1.0.69 \ + thiserror-impl-2.0.18 \ + thread_local-1.1.9 \ + time-0.3.47 \ + time-core-0.1.8 \ + time-macros-0.2.27 \ + tinystr-0.8.3 \ + tinyvec-1.11.0 \ tinyvec_macros-0.1.1 \ - tokio-1.41.0 \ - tokio-macros-2.4.0 \ - tokio-rustls-0.23.4 \ + tokio-1.52.1 \ + tokio-macros-2.7.0 \ tokio-rustls-0.24.1 \ - tokio-stream-0.1.16 \ - tokio-util-0.7.12 \ - toml-0.8.19 \ - toml_datetime-0.6.8 \ - toml_edit-0.22.22 \ + tokio-rustls-0.26.4 \ + tokio-stream-0.1.18 \ + tokio-util-0.7.18 \ + toml-0.8.23 \ + toml_datetime-0.6.11 \ + toml_edit-0.22.27 \ + toml_write-0.1.2 \ tower-service-0.3.3 \ - tracing-0.1.40 \ - tracing-actix-web-0.7.14 \ - tracing-attributes-0.1.27 \ - tracing-core-0.1.32 \ - tracing-forest-0.1.6 \ + tracing-0.1.44 \ + tracing-actix-web-0.7.21 \ + tracing-attributes-0.1.31 \ + tracing-core-0.1.36 \ + tracing-forest-0.3.1 \ tracing-log-0.2.0 \ - tracing-subscriber-0.3.18 \ + tracing-subscriber-0.3.23 \ try-lock-0.2.5 \ - typenum-1.17.0 \ + typenum-1.20.0 \ uncased-0.9.10 \ - unicase-2.8.0 \ - unicode-bidi-0.3.17 \ - unicode-ident-1.0.13 \ + unicase-2.9.0 \ + unicode-bidi-0.3.18 \ + unicode-ident-1.0.24 \ unicode-linebreak-0.1.5 \ - unicode-normalization-0.1.24 \ - unicode-properties-0.1.3 \ - unicode-segmentation-1.12.0 \ + unicode-normalization-0.1.25 \ + unicode-properties-0.1.4 \ + unicode-segmentation-1.13.2 \ unicode-width-0.1.14 \ unicode-xid-0.2.6 \ - unreachable-1.0.0 \ - untrusted-0.7.1 \ untrusted-0.9.0 \ - url-2.5.2 \ + url-2.5.8 \ url-escape-0.1.1 \ urlencoding-2.1.3 \ + utf8_iter-1.0.4 \ utf8parse-0.2.2 \ - uuid-0.8.2 \ - uuid-1.11.0 \ + uuid-1.23.1 \ v_htmlescape-0.15.8 \ validator-0.14.0 \ validator_derive-0.14.0 \ validator_types-0.14.0 \ - valuable-0.1.0 \ + valuable-0.1.1 \ vcpkg-0.2.15 \ version_check-0.9.5 \ void-1.0.2 \ - wait-timeout-0.2.0 \ + wait-timeout-0.2.1 \ want-0.3.1 \ wasi-0.9.0+wasi-snapshot-preview1 \ - wasi-0.11.0+wasi-snapshot-preview1 \ + wasi-0.11.1+wasi-snapshot-preview1 \ + wasip2-1.0.3+wasi-0.2.9 \ + wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06 \ wasite-0.1.0 \ - wasm-bindgen-0.2.100 \ - wasm-bindgen-backend-0.2.100 \ - wasm-bindgen-futures-0.4.45 \ - wasm-bindgen-macro-0.2.100 \ - wasm-bindgen-macro-support-0.2.100 \ - wasm-bindgen-shared-0.2.100 \ - web-sys-0.3.72 \ - webpki-0.22.4 \ - webpki-roots-0.22.6 \ - webpki-roots-0.23.1 \ + wasm-bindgen-0.2.120 \ + wasm-bindgen-futures-0.4.70 \ + wasm-bindgen-macro-0.2.120 \ + wasm-bindgen-macro-support-0.2.120 \ + wasm-bindgen-shared-0.2.120 \ + wasm-encoder-0.244.0 \ + wasm-metadata-0.244.0 \ + wasmparser-0.244.0 \ + web-sys-0.3.97 \ webpki-roots-0.25.4 \ - webpki-roots-0.26.8 \ - whoami-1.5.2 \ + webpki-roots-0.26.11 \ + webpki-roots-1.0.7 \ + whoami-1.6.1 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ - windows-core-0.52.0 \ + windows-core-0.62.2 \ + windows-implement-0.60.2 \ + windows-interface-0.59.3 \ + windows-link-0.2.1 \ + windows-result-0.4.1 \ + windows-strings-0.5.1 \ windows-sys-0.48.0 \ windows-sys-0.52.0 \ - windows-sys-0.59.0 \ + windows-sys-0.61.2 \ windows-targets-0.48.5 \ windows-targets-0.52.6 \ windows_aarch64_gnullvm-0.48.5 \ @@ -511,20 +539,38 @@ CARGO_CRATES= actix-0.13.5 \ windows_x86_64_gnullvm-0.52.6 \ windows_x86_64_msvc-0.48.5 \ windows_x86_64_msvc-0.52.6 \ - winnow-0.6.20 \ + winnow-0.7.15 \ winreg-0.50.0 \ - x509-parser-0.15.1 \ + winsplit-0.1.0 \ + wit-bindgen-0.51.0 \ + wit-bindgen-0.57.1 \ + wit-bindgen-core-0.51.0 \ + wit-bindgen-rust-0.51.0 \ + wit-bindgen-rust-macro-0.51.0 \ + wit-component-0.244.0 \ + wit-parser-0.244.0 \ + writeable-0.6.3 \ + x509-parser-0.18.1 \ yansi-1.0.1 \ yew-0.19.3 \ yew-macro-0.19.3 \ yew-router-0.16.0 \ yew-router-macro-0.16.0 \ - zerocopy-0.7.35 \ - zerocopy-derive-0.7.35 \ - zeroize-1.8.1 \ - zeroize_derive-1.4.2 \ - zstd-0.13.2 \ - zstd-safe-7.2.1 \ - zstd-sys-2.0.13+zstd.1.5.6 \ - lber@git+https://github.com/inejge/ldap3/\#ba38bc573d63b109b92dca80898633512d5c47df \ + yoke-0.8.2 \ + yoke-derive-0.8.2 \ + zerocopy-0.8.48 \ + zerocopy-derive-0.8.48 \ + zerofrom-0.1.7 \ + zerofrom-derive-0.1.7 \ + zeroize-1.8.2 \ + zeroize_derive-1.4.3 \ + zerotrie-0.2.4 \ + zerovec-0.11.6 \ + zerovec-derive-0.11.3 \ + zmij-1.0.21 \ + zstd-0.13.3 \ + zstd-safe-7.2.4 \ + zstd-sys-2.0.16+zstd.1.5.7 \ + zune-core-0.5.1 \ + zune-jpeg-0.5.15 \ yew_form,yew_form_derive@git+https://github.com/jfbilodeau/yew_form?rev=4b9fabffb63393ec7626a4477fd36de12a07fac9\#4b9fabffb63393ec7626a4477fd36de12a07fac9 diff --git a/net/lldap/distinfo b/net/lldap/distinfo index 1e291d6c45f1..73ac5e86a666 100644 --- a/net/lldap/distinfo +++ b/net/lldap/distinfo @@ -1,230 +1,244 @@ -TIMESTAMP = 1764987442 +TIMESTAMP = 1777622901 SHA256 (rust/crates/actix-0.13.5.crate) = de7fa236829ba0841304542f7614c42b80fca007455315c45c785ccfa873a85b SIZE (rust/crates/actix-0.13.5.crate) = 80964 SHA256 (rust/crates/actix-codec-0.5.2.crate) = 5f7b0a21988c1bf877cf4759ef5ddaac04c1c9fe808c9142ecb78ba97d97a28a SIZE (rust/crates/actix-codec-0.5.2.crate) = 14085 -SHA256 (rust/crates/actix-files-0.6.6.crate) = 0773d59061dedb49a8aed04c67291b9d8cf2fe0b60130a381aab53c6dd86e9be -SIZE (rust/crates/actix-files-0.6.6.crate) = 42722 -SHA256 (rust/crates/actix-http-3.9.0.crate) = d48f96fc3003717aeb9856ca3d02a8c7de502667ad76eeacd830b48d2e91fac4 -SIZE (rust/crates/actix-http-3.9.0.crate) = 162122 +SHA256 (rust/crates/actix-files-0.6.10.crate) = df8c4f30e3272d7c345f88ae0aac3848507ef5ba871f9cc2a41c8085a0f0523b +SIZE (rust/crates/actix-files-0.6.10.crate) = 47285 +SHA256 (rust/crates/actix-http-3.12.1.crate) = 93acb4a42f64936f9b8cae4a433b237599dd6eb6ed06124eb67132ef8cc90662 +SIZE (rust/crates/actix-http-3.12.1.crate) = 172208 SHA256 (rust/crates/actix-macros-0.2.4.crate) = e01ed3140b2f8d422c68afa1ed2e85d996ea619c988ac834d255db32138655cb SIZE (rust/crates/actix-macros-0.2.4.crate) = 8380 -SHA256 (rust/crates/actix-router-0.5.3.crate) = 13d324164c51f63867b57e73ba5936ea151b8a41a1d23d1031eeb9f70d0236f8 -SIZE (rust/crates/actix-router-0.5.3.crate) = 33145 -SHA256 (rust/crates/actix-rt-2.10.0.crate) = 24eda4e2a6e042aa4e55ac438a2ae052d3b5da0ecf83d7411e1a368946925208 -SIZE (rust/crates/actix-rt-2.10.0.crate) = 22608 -SHA256 (rust/crates/actix-server-2.5.0.crate) = 7ca2549781d8dd6d75c40cf6b6051260a2cc2f3c62343d761a969a0640646894 -SIZE (rust/crates/actix-server-2.5.0.crate) = 40938 -SHA256 (rust/crates/actix-service-2.0.2.crate) = 3b894941f818cfdc7ccc4b9e60fa7e53b5042a2e8567270f9147d5591893373a -SIZE (rust/crates/actix-service-2.0.2.crate) = 25293 -SHA256 (rust/crates/actix-tls-3.4.0.crate) = ac453898d866cdbecdbc2334fe1738c747b4eba14a677261f2b768ba05329389 -SIZE (rust/crates/actix-tls-3.4.0.crate) = 44317 +SHA256 (rust/crates/actix-router-0.5.4.crate) = 14f8c75c51892f18d9c46150c5ac7beb81c95f78c8b83a634d49f4ca32551fe7 +SIZE (rust/crates/actix-router-0.5.4.crate) = 40683 +SHA256 (rust/crates/actix-rt-2.11.0.crate) = 92589714878ca59a7626ea19734f0e07a6a875197eec751bb5d3f99e64998c63 +SIZE (rust/crates/actix-rt-2.11.0.crate) = 22288 +SHA256 (rust/crates/actix-server-2.6.0.crate) = a65064ea4a457eaf07f2fba30b4c695bf43b721790e9530d26cb6f9019ff7502 +SIZE (rust/crates/actix-server-2.6.0.crate) = 42816 +SHA256 (rust/crates/actix-service-2.0.3.crate) = 9e46f36bf0e5af44bdc4bdb36fbbd421aa98c79a9bce724e1edeb3894e10dc7f +SIZE (rust/crates/actix-service-2.0.3.crate) = 28409 +SHA256 (rust/crates/actix-tls-3.5.0.crate) = 6176099de3f58fbddac916a7f8c6db297e021d706e7a6b99947785fee14abe9f +SIZE (rust/crates/actix-tls-3.5.0.crate) = 49393 SHA256 (rust/crates/actix-utils-3.0.1.crate) = 88a1dcdff1466e3c2488e1cb5c36a71822750ad43839937f85d2f4d9f8b705d8 SIZE (rust/crates/actix-utils-3.0.1.crate) = 10096 -SHA256 (rust/crates/actix-web-4.9.0.crate) = 9180d76e5cc7ccbc4d60a506f2c727730b154010262df5b910eb17dbe4b8cb38 -SIZE (rust/crates/actix-web-4.9.0.crate) = 244518 +SHA256 (rust/crates/actix-web-4.13.0.crate) = ff87453bc3b56e9b2b23c1cc0b1be8797184accf51d2abe0f8a33ec275d316bf +SIZE (rust/crates/actix-web-4.13.0.crate) = 268857 SHA256 (rust/crates/actix-web-codegen-4.3.0.crate) = f591380e2e68490b5dfaf1dd1aa0ebe78d84ba7067078512b4ea6e4492d622b8 SIZE (rust/crates/actix-web-codegen-4.3.0.crate) = 20382 SHA256 (rust/crates/actix-web-httpauth-0.8.2.crate) = 456348ed9dcd72a13a1f4a660449fafdecee9ac8205552e286809eb5b0b29bd3 SIZE (rust/crates/actix-web-httpauth-0.8.2.crate) = 31612 SHA256 (rust/crates/actix_derive-0.6.2.crate) = b6ac1e58cded18cb28ddc17143c4dea5345b3ad575e14f32f66e4054a56eb271 SIZE (rust/crates/actix_derive-0.6.2.crate) = 9087 -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/ahash-0.8.11.crate) = e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011 -SIZE (rust/crates/ahash-0.8.11.crate) = 43607 -SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 -SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 +SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa +SIZE (rust/crates/adler2-2.0.1.crate) = 13366 +SHA256 (rust/crates/aho-corasick-1.1.4.crate) = ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301 +SIZE (rust/crates/aho-corasick-1.1.4.crate) = 184015 SHA256 (rust/crates/aliasable-0.1.3.crate) = 250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd SIZE (rust/crates/aliasable-0.1.3.crate) = 6169 SHA256 (rust/crates/alloc-no-stdlib-2.0.4.crate) = cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3 SIZE (rust/crates/alloc-no-stdlib-2.0.4.crate) = 10105 *** 1711 LINES SKIPPED ***home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f463cc.3e0ad.32a62281>
