git: 00cdac6f3403 - main - irc/halloy: Update to 2025.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 07 Feb 2025 21:00:39 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=00cdac6f34039db6ad0e0e2f09378c96ea50f97a
commit 00cdac6f34039db6ad0e0e2f09378c96ea50f97a
Author: Andie Bradley <pokeysquirrel@gmail.com>
AuthorDate: 2025-02-07 20:58:46 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2025-02-07 21:00:20 +0000
irc/halloy: Update to 2025.1
- Put the desktop entry into a separate file to support opening halloy,
irc, and ircs urls.
ChangeLog: https://github.com/squidowl/halloy/releases/tag/2025.1
PR: 284628
---
irc/halloy/Makefile | 16 +-
irc/halloy/Makefile.crates | 506 +++++++++++++------
irc/halloy/distinfo | 1018 ++++++++++++++++++++++++++++-----------
irc/halloy/files/halloy.desktop | 11 +
irc/halloy/pkg-plist | 1 +
5 files changed, 1136 insertions(+), 416 deletions(-)
diff --git a/irc/halloy/Makefile b/irc/halloy/Makefile
index ebd5529f2932..cd0c5fa64d2b 100644
--- a/irc/halloy/Makefile
+++ b/irc/halloy/Makefile
@@ -1,6 +1,5 @@
PORTNAME= halloy
-DISTVERSION= 2024.14
-PORTREVISION= 1
+DISTVERSION= 2025.1
CATEGORIES= irc
MAINTAINER= pokeysquirrel@gmail.com
@@ -10,21 +9,16 @@ WWW= https://halloy.squidowl.org
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
-LIB_DEPENDS= libasound.so:audio/alsa-lib
+LIB_DEPENDS= libasound.so:audio/alsa-lib \
+ libzstd.so:archivers/zstd
-USES= cargo ssl
+USES= cargo desktop-file-utils ssl
USE_GITHUB= yes
GH_ACCOUNT= squidowl
-DESKTOP_ENTRIES="Halloy" \
- "IRC Client" \
- "${PORTNAME}" \
- "${PORTNAME}" \
- "Network;IRCClient;" \
- false
-
post-install:
+ ${INSTALL_DATA} ${FILESDIR}/halloy.desktop ${STAGEDIR}${DESKTOPDIR}
${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor
(cd ${WRKSRC}/assets/linux/icons/hicolor && for f in \
*/apps/org.squidowl.halloy.png; do ${MV} $${f} \
diff --git a/irc/halloy/Makefile.crates b/irc/halloy/Makefile.crates
index 14759c81bf75..81da93449af2 100644
--- a/irc/halloy/Makefile.crates
+++ b/irc/halloy/Makefile.crates
@@ -1,89 +1,110 @@
CARGO_CRATES= ab_glyph-0.2.29 \
ab_glyph_rasterizer-0.1.8 \
addr2line-0.24.2 \
- adler-1.0.2 \
adler2-2.0.0 \
+ aes-0.8.4 \
ahash-0.8.11 \
aho-corasick-1.1.3 \
aliasable-0.1.3 \
- allocator-api2-0.2.18 \
alsa-0.9.1 \
alsa-sys-0.3.1 \
+ amplify-4.8.0 \
+ amplify_derive-4.0.1 \
+ amplify_num-0.5.3 \
+ amplify_syn-2.0.1 \
android-activity-0.6.0 \
android-properties-0.2.2 \
android-tzdata-0.1.1 \
android_system_properties-0.1.5 \
- anyhow-1.0.91 \
+ anyhow-1.0.95 \
approx-0.5.1 \
arrayref-0.3.9 \
arrayvec-0.7.6 \
+ arti-client-0.26.0 \
as-raw-xcb-connection-1.0.1 \
+ ascii-1.1.0 \
ash-0.38.0+1.3.281 \
- ashpd-0.8.1 \
ashpd-0.9.2 \
- async-broadcast-0.7.1 \
+ ashpd-0.10.2 \
+ asn1-rs-0.6.2 \
+ asn1-rs-derive-0.5.1 \
+ asn1-rs-impl-0.2.0 \
+ async-broadcast-0.7.2 \
async-channel-2.3.1 \
+ async-compression-0.4.18 \
async-executor-1.13.1 \
async-fs-2.1.2 \
async-http-proxy-1.2.5 \
- async-io-2.3.4 \
+ async-io-2.4.0 \
async-lock-3.4.0 \
async-net-2.0.0 \
async-process-2.3.0 \
async-recursion-1.1.1 \
async-signal-0.2.10 \
async-task-4.7.1 \
- async-trait-0.1.83 \
+ async-trait-0.1.85 \
+ async_executors-0.7.0 \
+ asynchronous-codec-0.7.0 \
+ atomic-0.5.3 \
+ atomic-0.6.0 \
atomic-waker-1.1.2 \
autocfg-1.4.0 \
backtrace-0.3.74 \
+ base16ct-0.2.0 \
base64-0.13.1 \
base64-0.21.7 \
base64-0.22.1 \
+ base64ct-1.6.0 \
bindgen-0.70.1 \
- bit-set-0.6.0 \
- bit-vec-0.7.0 \
+ bit-set-0.8.0 \
+ bit-vec-0.8.0 \
bit_field-0.10.2 \
bitflags-1.3.2 \
- bitflags-2.6.0 \
+ bitflags-2.7.0 \
+ bitvec-1.0.1 \
+ blanket-0.3.0 \
block-0.1.6 \
block-buffer-0.10.4 \
block2-0.5.1 \
blocking-1.6.1 \
+ bounded-vec-deque-0.1.1 \
+ bstr-1.11.3 \
bumpalo-3.16.0 \
by_address-1.2.1 \
- bytemuck-1.19.0 \
- bytemuck_derive-1.8.0 \
+ bytemuck-1.21.0 \
+ bytemuck_derive-1.8.1 \
byteorder-1.5.0 \
- bytes-1.8.0 \
+ bytes-1.9.0 \
bytesize-1.3.0 \
calloop-0.12.4 \
calloop-0.13.0 \
calloop-wayland-source-0.2.0 \
calloop-wayland-source-0.3.0 \
- cc-1.1.31 \
+ caret-0.5.1 \
+ cc-1.2.7 \
cesu8-1.1.0 \
cexpr-0.6.0 \
cfg-if-1.0.0 \
cfg_aliases-0.1.1 \
cfg_aliases-0.2.1 \
- chrono-0.4.38 \
+ chrono-0.4.39 \
+ cipher-0.4.4 \
clang-sys-1.8.1 \
claxon-0.4.3 \
clipboard-win-5.4.0 \
clipboard_macos-0.1.1 \
clipboard_wayland-0.2.2 \
clipboard_x11-0.4.2 \
+ coarsetime-0.1.35 \
codespan-reporting-0.11.1 \
color_quant-1.1.0 \
- com-0.6.0 \
- com_macros-0.6.0 \
- com_macros_support-0.6.0 \
combine-4.6.7 \
concurrent-queue-2.5.0 \
- const_format-0.2.33 \
- const_format_proc_macros-0.2.33 \
+ const-oid-0.9.6 \
+ const_format-0.2.34 \
+ const_format_proc_macros-0.2.34 \
convert_case-0.6.0 \
+ cookie-factory-0.3.3 \
core-foundation-0.9.4 \
core-foundation-0.10.0 \
core-foundation-sys-0.8.7 \
@@ -95,24 +116,46 @@ CARGO_CRATES= ab_glyph-0.2.29 \
coreaudio-sys-0.2.16 \
cosmic-text-0.12.1 \
cpal-0.15.3 \
- cpufeatures-0.2.14 \
+ cpufeatures-0.2.16 \
crc32fast-1.4.2 \
- crossbeam-deque-0.8.5 \
+ crossbeam-deque-0.8.6 \
crossbeam-epoch-0.9.18 \
- crossbeam-utils-0.8.20 \
+ crossbeam-queue-0.3.12 \
+ crossbeam-utils-0.8.21 \
crunchy-0.2.2 \
+ crypto-bigint-0.5.5 \
crypto-common-0.1.6 \
ctor-lite-0.1.0 \
+ ctr-0.9.2 \
cursor-icon-1.1.0 \
- d3d12-22.0.0 \
+ curve25519-dalek-4.1.3 \
+ curve25519-dalek-derive-0.1.1 \
+ darling-0.14.4 \
+ darling-0.20.10 \
+ darling_core-0.14.4 \
+ darling_core-0.20.10 \
+ darling_macro-0.14.4 \
+ darling_macro-0.20.10 \
dasp_sample-0.11.0 \
+ data-encoding-2.7.0 \
+ der-0.7.9 \
+ der-parser-9.0.0 \
deranged-0.3.11 \
+ derive-deftly-0.14.2 \
+ derive-deftly-macros-0.14.2 \
+ derive_builder_core_fork_arti-0.11.2 \
+ derive_builder_fork_arti-0.11.2 \
+ derive_builder_macro_fork_arti-0.11.2 \
derive_more-1.0.0 \
derive_more-impl-1.0.0 \
digest-0.10.7 \
+ directories-5.0.1 \
+ dirs-5.0.1 \
dirs-next-2.0.0 \
+ dirs-sys-0.4.1 \
dirs-sys-next-0.1.2 \
dispatch-0.2.0 \
+ displaydoc-0.2.5 \
dlib-0.5.2 \
document-features-0.2.10 \
downcast-rs-1.2.1 \
@@ -120,29 +163,43 @@ CARGO_CRATES= ab_glyph-0.2.29 \
drm-ffi-0.8.0 \
drm-fourcc-2.2.0 \
drm-sys-0.7.0 \
+ dyn-clone-1.0.17 \
+ ecdsa-0.16.9 \
+ ed25519-2.2.3 \
+ ed25519-dalek-2.1.1 \
+ educe-0.4.23 \
either-1.13.0 \
- embed-resource-2.5.0 \
+ elliptic-curve-0.13.8 \
+ embed-resource-2.5.1 \
encoding_rs-0.8.35 \
endi-1.1.0 \
+ enum-ordinalize-3.1.15 \
enumflags2-0.7.10 \
enumflags2_derive-0.7.10 \
equivalent-1.0.1 \
- errno-0.3.9 \
+ errno-0.3.10 \
error-code-3.3.1 \
etagere-0.2.13 \
euclid-0.22.11 \
- event-listener-5.3.1 \
- event-listener-strategy-0.5.2 \
- exr-1.72.0 \
+ event-listener-5.4.0 \
+ event-listener-strategy-0.5.3 \
+ exr-1.73.0 \
+ fallible-iterator-0.3.0 \
+ fallible-streaming-iterator-0.1.9 \
fast-socks5-0.9.6 \
fast-srgb8-1.0.0 \
- fastrand-2.1.1 \
- fdeflate-0.3.5 \
+ fastrand-2.3.0 \
+ fdeflate-0.3.7 \
fern-0.6.2 \
- flate2-1.0.34 \
- flume-0.11.1 \
+ ff-0.13.0 \
+ fiat-crypto-0.2.9 \
+ figment-0.10.19 \
+ filetime-0.2.25 \
+ flate2-1.0.35 \
+ fluid-let-1.0.0 \
fnv-1.0.7 \
- font-types-0.7.2 \
+ foldhash-0.1.4 \
+ font-types-0.7.3 \
fontconfig-parser-0.5.7 \
fontdb-0.16.2 \
foreign-types-0.3.2 \
@@ -151,13 +208,17 @@ CARGO_CRATES= ab_glyph-0.2.29 \
foreign-types-shared-0.1.1 \
foreign-types-shared-0.3.1 \
form_urlencoded-1.2.1 \
+ fs-mistrust-0.8.3 \
+ fslock-0.2.1 \
+ funty-2.0.0 \
futures-0.3.31 \
futures-channel-0.3.31 \
futures-core-0.3.31 \
futures-executor-0.3.31 \
futures-io-0.3.31 \
- futures-lite-2.3.0 \
+ futures-lite-2.5.0 \
futures-macro-0.3.31 \
+ futures-rustls-0.26.0 \
futures-sink-0.3.31 \
futures-task-0.3.31 \
futures-util-0.3.31 \
@@ -168,86 +229,121 @@ CARGO_CRATES= ab_glyph-0.2.29 \
gimli-0.31.1 \
gl_generator-0.14.0 \
glam-0.25.0 \
- glob-0.3.1 \
- glow-0.13.1 \
+ glob-0.3.2 \
+ glob-match-0.2.1 \
+ glow-0.14.2 \
glutin_wgl_sys-0.6.0 \
gpu-alloc-0.6.0 \
gpu-alloc-types-0.3.0 \
- gpu-allocator-0.26.0 \
- gpu-descriptor-0.3.0 \
+ gpu-allocator-0.27.0 \
+ gpu-descriptor-0.3.1 \
gpu-descriptor-types-0.2.0 \
+ group-0.13.0 \
guillotiere-0.6.2 \
- h2-0.4.6 \
+ h2-0.4.7 \
half-2.4.1 \
+ hashbrown-0.12.3 \
hashbrown-0.14.5 \
- hashbrown-0.15.0 \
- hassle-rs-0.11.0 \
+ hashbrown-0.15.2 \
+ hashlink-0.9.1 \
heck-0.4.1 \
heck-0.5.0 \
hermit-abi-0.3.9 \
hermit-abi-0.4.0 \
hex-0.4.3 \
hexf-parse-0.2.1 \
+ hkdf-0.12.4 \
+ hmac-0.12.1 \
+ hostname-validator-1.1.1 \
hound-3.5.1 \
- http-1.1.0 \
+ html-escape-0.2.13 \
+ http-1.2.0 \
http-body-1.0.1 \
http-body-util-0.1.2 \
httparse-1.9.5 \
- hyper-1.5.0 \
- hyper-rustls-0.27.3 \
+ httpdate-1.0.3 \
+ humantime-2.1.0 \
+ humantime-serde-1.1.1 \
+ hyper-1.5.2 \
+ hyper-rustls-0.27.5 \
hyper-tls-0.6.0 \
- hyper-util-0.1.9 \
+ hyper-util-0.1.10 \
iana-time-zone-0.1.61 \
iana-time-zone-haiku-0.1.2 \
- idna-0.5.0 \
+ icu_collections-1.5.0 \
+ icu_locid-1.5.0 \
+ icu_locid_transform-1.5.0 \
+ icu_locid_transform_data-1.5.0 \
+ icu_normalizer-1.5.0 \
+ icu_normalizer_data-1.5.0 \
+ icu_properties-1.5.1 \
+ icu_properties_data-1.5.0 \
+ icu_provider-1.5.0 \
+ icu_provider_macros-1.5.0 \
+ ident_case-1.0.1 \
+ idna-1.0.3 \
+ idna_adapter-1.2.0 \
image-0.24.9 \
- indexmap-2.6.0 \
+ indexmap-1.9.3 \
+ indexmap-2.7.0 \
+ inotify-0.10.2 \
+ inotify-sys-0.1.5 \
+ inout-0.1.3 \
instant-0.1.13 \
interprocess-1.2.1 \
intmap-0.7.1 \
+ inventory-0.3.18 \
ipnet-2.10.1 \
is-docker-0.2.0 \
is-wsl-0.4.0 \
isolang-2.4.0 \
itertools-0.12.1 \
itertools-0.13.0 \
- itoa-1.0.11 \
+ itertools-0.14.0 \
+ itoa-1.0.14 \
jni-0.21.1 \
jni-sys-0.3.0 \
jobserver-0.1.32 \
jpeg-decoder-0.3.1 \
- js-sys-0.3.72 \
+ js-sys-0.3.76 \
kamadak-exif-0.5.5 \
+ keccak-0.1.5 \
khronos-egl-6.0.0 \
khronos_api-3.1.0 \
+ kqueue-1.0.8 \
+ kqueue-sys-1.0.4 \
kurbo-0.10.4 \
lazy_static-1.5.0 \
lebe-0.5.2 \
lewton-0.10.2 \
- libc-0.2.161 \
- libloading-0.8.5 \
- libm-0.2.8 \
+ libc-0.2.169 \
+ libloading-0.8.6 \
+ libm-0.2.11 \
libredox-0.1.3 \
- linux-raw-sys-0.4.14 \
+ libsqlite3-sys-0.30.1 \
+ linux-raw-sys-0.4.15 \
linux-raw-sys-0.6.5 \
+ litemap-0.7.4 \
litrs-0.4.1 \
lock_api-0.4.12 \
log-0.4.22 \
lru-0.12.5 \
+ lzma-sys-0.1.20 \
mac-notification-sys-0.6.2 \
mach2-0.4.2 \
malloc_buf-0.0.6 \
+ matchers-0.1.0 \
memchr-2.7.4 \
memmap2-0.9.5 \
memoffset-0.9.1 \
+ merlin-3.0.0 \
metal-0.29.0 \
mime-0.3.17 \
minimal-lexical-0.2.1 \
- miniz_oxide-0.7.4 \
- miniz_oxide-0.8.0 \
- mio-1.0.2 \
+ miniz_oxide-0.8.2 \
+ mio-1.0.3 \
mutate_once-0.1.1 \
- naga-22.1.0 \
+ naga-23.1.0 \
native-tls-0.2.12 \
ndk-0.8.0 \
ndk-0.9.0 \
@@ -256,9 +352,16 @@ CARGO_CRATES= ab_glyph-0.2.29 \
ndk-sys-0.6.0+11769913 \
nix-0.29.0 \
nom-7.1.3 \
+ notify-7.0.0 \
notify-rust-4.11.3 \
+ notify-types-1.0.1 \
+ nu-ansi-term-0.46.0 \
+ num-bigint-0.4.6 \
+ num-bigint-dig-0.8.4 \
num-conv-0.1.0 \
num-derive-0.4.2 \
+ num-integer-0.1.46 \
+ num-iter-0.1.45 \
num-traits-0.2.19 \
num_cpus-1.16.0 \
num_enum-0.7.3 \
@@ -283,21 +386,29 @@ CARGO_CRATES= ab_glyph-0.2.29 \
objc2-uniform-type-identifiers-0.2.2 \
objc2-user-notifications-0.2.2 \
objc_id-0.1.1 \
- object-0.36.5 \
+ object-0.36.7 \
oboe-0.6.1 \
oboe-sys-0.6.1 \
ogg-0.8.0 \
once_cell-1.20.2 \
- open-5.3.0 \
+ oneshot-fused-workaround-0.2.1 \
+ open-5.3.2 \
openssl-0.10.68 \
openssl-macros-0.1.1 \
openssl-probe-0.1.5 \
openssl-sys-0.9.104 \
+ option-ext-0.2.0 \
orbclient-0.3.48 \
+ ordered-float-2.10.1 \
ordered-stream-0.2.0 \
+ os_str_bytes-6.6.1 \
ouroboros-0.18.4 \
ouroboros_macro-0.18.4 \
+ overload-0.1.1 \
owned_ttf_parser-0.25.0 \
+ p256-0.13.2 \
+ p384-0.13.0 \
+ p521-0.13.3 \
palette-0.7.6 \
palette_derive-0.7.6 \
parking-2.2.1 \
@@ -306,32 +417,41 @@ CARGO_CRATES= ab_glyph-0.2.29 \
parking_lot_core-0.8.6 \
parking_lot_core-0.9.10 \
paste-1.0.15 \
- pathdiff-0.2.2 \
+ pathdiff-0.2.3 \
+ pem-rfc7468-0.7.0 \
percent-encoding-2.3.1 \
- phf-0.11.2 \
- phf_generator-0.11.2 \
- phf_macros-0.11.2 \
- phf_shared-0.11.2 \
- pin-project-1.1.7 \
- pin-project-internal-1.1.7 \
- pin-project-lite-0.2.15 \
+ phf-0.11.3 \
+ phf_generator-0.11.3 \
+ phf_macros-0.11.3 \
+ phf_shared-0.11.3 \
+ pin-project-1.1.8 \
+ pin-project-internal-1.1.8 \
+ pin-project-lite-0.2.16 \
pin-utils-0.1.0 \
piper-0.2.4 \
+ pkcs1-0.7.5 \
+ pkcs8-0.10.2 \
pkg-config-0.3.31 \
- png-0.17.14 \
- polling-3.7.3 \
+ png-0.17.16 \
+ polling-3.7.4 \
pollster-0.3.0 \
+ pollster-0.4.0 \
+ postage-0.5.0 \
powerfmt-0.2.0 \
ppv-lite86-0.2.20 \
presser-0.3.1 \
+ primeorder-0.13.6 \
+ priority-queue-2.1.1 \
proc-macro-crate-3.2.0 \
- proc-macro2-1.0.89 \
+ proc-macro2-1.0.92 \
proc-macro2-diagnostics-0.10.1 \
profiling-1.0.16 \
+ pwd-grp-1.0.0 \
qoi-0.4.1 \
quick-xml-0.31.0 \
quick-xml-0.36.2 \
- quote-1.0.37 \
+ quote-1.0.38 \
+ radium-0.7.0 \
rand-0.8.5 \
rand_chacha-0.3.1 \
rand_core-0.6.4 \
@@ -340,147 +460,231 @@ CARGO_CRATES= ab_glyph-0.2.29 \
raw-window-handle-0.6.2 \
rayon-1.10.0 \
rayon-core-1.12.1 \
- read-fonts-0.22.5 \
+ read-fonts-0.22.7 \
redox_syscall-0.2.16 \
redox_syscall-0.4.1 \
- redox_syscall-0.5.7 \
+ redox_syscall-0.5.8 \
redox_users-0.4.6 \
- regex-1.11.0 \
- regex-automata-0.4.8 \
+ regex-1.11.1 \
+ regex-automata-0.1.10 \
+ regex-automata-0.4.9 \
+ regex-syntax-0.6.29 \
regex-syntax-0.8.5 \
renderdoc-sys-1.1.0 \
- reqwest-0.12.8 \
- rfd-0.14.1 \
+ reqwest-0.12.12 \
+ retry-error-0.6.2 \
+ rfc6979-0.4.0 \
+ rfd-0.15.2 \
+ ring-0.16.20 \
ring-0.17.8 \
rodio-0.19.0 \
roxmltree-0.20.0 \
+ rsa-0.9.7 \
+ rusqlite-0.32.1 \
rustc-demangle-0.1.24 \
rustc-hash-1.1.0 \
- rustc-hash-2.0.0 \
+ rustc-hash-2.1.0 \
rustc_version-0.4.1 \
- rustix-0.38.37 \
- rustls-0.23.15 \
+ rusticata-macros-4.1.0 \
+ rustix-0.38.43 \
+ rustls-0.23.21 \
rustls-native-certs-0.7.3 \
rustls-pemfile-2.2.0 \
- rustls-pki-types-1.10.0 \
+ rustls-pki-types-1.10.1 \
rustls-webpki-0.102.8 \
- rustversion-1.0.18 \
+ rustversion-1.0.19 \
rustybuzz-0.14.1 \
ryu-1.0.18 \
+ safelog-0.4.3 \
same-file-1.0.6 \
- schannel-0.1.26 \
+ sanitize-filename-0.6.0 \
+ schannel-0.1.27 \
scoped-tls-1.0.1 \
scopeguard-1.2.0 \
sctk-adwaita-0.9.1 \
seahash-4.1.0 \
+ sec1-0.7.3 \
security-framework-2.11.1 \
- security-framework-sys-2.12.0 \
- self_cell-1.0.4 \
- semver-1.0.23 \
- serde-1.0.213 \
- serde_derive-1.0.213 \
- serde_json-1.0.132 \
+ security-framework-sys-2.14.0 \
+ self_cell-1.1.0 \
+ semver-1.0.24 \
+ serde-1.0.217 \
+ serde-value-0.7.0 \
+ serde_derive-1.0.217 \
+ serde_ignored-0.1.10 \
+ serde_json-1.0.135 \
serde_repr-0.1.19 \
serde_spanned-0.6.8 \
serde_urlencoded-0.7.1 \
+ serde_with-3.12.0 \
+ serde_with_macros-3.12.0 \
sha1-0.10.6 \
sha2-0.10.8 \
+ sha3-0.10.8 \
+ sharded-slab-0.1.7 \
+ shellexpand-3.1.0 \
shlex-1.3.0 \
signal-hook-registry-1.4.2 \
+ signature-2.2.0 \
simd-adler32-0.3.7 \
- siphasher-0.3.11 \
+ siphasher-1.0.1 \
skrifa-0.22.3 \
slab-0.4.9 \
slotmap-1.0.7 \
+ slotmap-careful-0.2.3 \
smallvec-1.13.2 \
smithay-client-toolkit-0.18.1 \
smithay-client-toolkit-0.19.2 \
smithay-clipboard-0.7.2 \
smol_str-0.2.2 \
- socket2-0.5.7 \
+ socket2-0.5.8 \
softbuffer-0.4.6 \
+ spin-0.5.2 \
spin-0.9.8 \
spinning-0.1.0 \
spirv-0.3.0+sdk-1.3.268.0 \
+ spki-0.7.3 \
+ ssh-cipher-0.2.0 \
+ ssh-encoding-0.2.0 \
+ ssh-key-0.6.7 \
+ stable_deref_trait-1.2.0 \
static_assertions-1.1.0 \
strict-num-0.1.1 \
+ strsim-0.10.0 \
+ strsim-0.11.1 \
strum-0.26.3 \
strum_macros-0.26.4 \
subtle-2.6.1 \
- svg_fmt-0.4.3 \
+ svg_fmt-0.4.4 \
swash-0.1.19 \
symphonia-0.5.4 \
symphonia-bundle-mp3-0.5.4 \
symphonia-core-0.5.4 \
symphonia-metadata-0.5.4 \
syn-1.0.109 \
- syn-2.0.85 \
- sync_wrapper-1.0.1 \
- sys-locale-0.3.1 \
+ syn-2.0.96 \
+ sync_wrapper-1.0.2 \
+ synstructure-0.13.1 \
+ sys-locale-0.3.2 \
system-configuration-0.6.1 \
system-configuration-sys-0.6.0 \
+ tap-1.0.1 \
tauri-winrt-notification-0.2.1 \
- tempfile-3.13.0 \
+ tempfile-3.15.0 \
termcolor-1.4.1 \
- thiserror-1.0.65 \
- thiserror-impl-1.0.65 \
+ thiserror-1.0.69 \
+ thiserror-2.0.11 \
+ thiserror-impl-1.0.69 \
+ thiserror-impl-2.0.11 \
+ thread_local-1.1.8 \
tiff-0.9.1 \
- time-0.3.36 \
+ time-0.3.37 \
time-core-0.1.2 \
+ time-macros-0.2.19 \
timeago-0.4.2 \
tiny-skia-0.11.4 \
tiny-skia-path-0.11.4 \
- tiny-xlib-0.2.3 \
- tinyvec-1.8.0 \
+ tiny-xlib-0.2.4 \
+ tinystr-0.7.6 \
+ tinystr-0.8.0 \
+ tinyvec-1.8.1 \
tinyvec_macros-0.1.1 \
to_method-1.1.0 \
- tokio-1.41.0 \
- tokio-macros-2.4.0 \
+ tokio-1.43.0 \
+ tokio-macros-2.5.0 \
tokio-native-tls-0.3.1 \
- tokio-rustls-0.26.0 \
- tokio-stream-0.1.16 \
- tokio-util-0.7.12 \
+ tokio-rustls-0.26.1 \
+ tokio-stream-0.1.17 \
+ tokio-util-0.7.13 \
toml-0.8.19 \
toml_datetime-0.6.8 \
toml_edit-0.22.22 \
+ tor-async-utils-0.26.0 \
+ tor-basic-utils-0.26.0 \
+ tor-bytes-0.26.0 \
+ tor-cell-0.26.0 \
+ tor-cert-0.26.0 \
+ tor-chanmgr-0.26.0 \
+ tor-checkable-0.26.0 \
+ tor-circmgr-0.26.0 \
+ tor-config-0.26.0 \
+ tor-config-path-0.26.0 \
+ tor-consdiff-0.26.0 \
+ tor-dirclient-0.26.0 \
+ tor-dirmgr-0.26.0 \
+ tor-error-0.26.0 \
+ tor-general-addr-0.26.0 \
+ tor-guardmgr-0.26.0 \
+ tor-hscrypto-0.26.0 \
+ tor-key-forge-0.26.0 \
+ tor-keymgr-0.26.0 \
+ tor-linkspec-0.26.0 \
+ tor-llcrypto-0.26.0 \
+ tor-log-ratelim-0.26.0 \
+ tor-memquota-0.26.0 \
+ tor-netdir-0.26.0 \
+ tor-netdoc-0.26.0 \
+ tor-persist-0.26.0 \
+ tor-proto-0.26.0 \
+ tor-protover-0.26.0 \
+ tor-relay-selection-0.26.0 \
+ tor-rtcompat-0.26.0 \
+ tor-rtmock-0.26.0 \
+ tor-socksproto-0.26.0 \
+ tor-units-0.26.0 \
+ tower-0.5.2 \
+ tower-layer-0.3.3 \
tower-service-0.3.3 \
- tracing-0.1.40 \
- tracing-attributes-0.1.27 \
- tracing-core-0.1.32 \
+ tracing-0.1.41 \
+ tracing-attributes-0.1.28 \
+ tracing-core-0.1.33 \
+ tracing-log-0.2.0 \
+ tracing-subscriber-0.3.19 \
+ tracing-test-0.2.5 \
+ tracing-test-macro-0.2.5 \
try-lock-0.2.5 \
ttf-parser-0.20.0 \
ttf-parser-0.21.1 \
- ttf-parser-0.25.0 \
+ ttf-parser-0.25.1 \
+ typed-index-collections-3.1.0 \
typenum-1.17.0 \
uds_windows-1.1.0 \
- unicode-bidi-0.3.17 \
+ uncased-0.9.10 \
+ unicode-bidi-0.3.18 \
unicode-bidi-mirroring-0.2.0 \
unicode-ccc-0.2.0 \
- unicode-ident-1.0.13 \
+ unicode-ident-1.0.14 \
unicode-linebreak-0.1.5 \
- unicode-normalization-0.1.24 \
unicode-properties-0.1.3 \
unicode-script-0.5.7 \
unicode-segmentation-1.12.0 \
unicode-width-0.1.14 \
unicode-xid-0.2.6 \
+ untrusted-0.7.1 \
untrusted-0.9.0 \
- url-2.5.2 \
+ url-2.5.4 \
urlencoding-2.1.3 \
- uuid-1.11.0 \
+ utf16_iter-1.0.5 \
+ utf8-width-0.1.7 \
+ utf8_iter-1.0.4 \
+ uuid-1.11.1 \
+ valuable-0.1.1 \
vcpkg-0.2.15 \
version_check-0.9.5 \
+ visibility-0.1.1 \
+ void-1.0.2 \
vswhom-0.1.0 \
vswhom-sys-0.1.2 \
walkdir-2.5.0 \
want-0.3.1 \
wasi-0.11.0+wasi-snapshot-preview1 \
- wasm-bindgen-0.2.95 \
- wasm-bindgen-backend-0.2.95 \
- wasm-bindgen-futures-0.4.45 \
- wasm-bindgen-macro-0.2.95 \
- wasm-bindgen-macro-support-0.2.95 \
- wasm-bindgen-shared-0.2.95 \
+ wasix-0.12.21 \
+ wasm-bindgen-0.2.99 \
+ wasm-bindgen-backend-0.2.99 \
+ wasm-bindgen-futures-0.4.49 \
+ wasm-bindgen-macro-0.2.99 \
+ wasm-bindgen-macro-support-0.2.99 \
+ wasm-bindgen-shared-0.2.99 \
wasm-timer-0.2.5 \
wayland-backend-0.3.7 \
wayland-client-0.31.7 \
@@ -493,27 +697,30 @@ CARGO_CRATES= ab_glyph-0.2.29 \
wayland-protocols-wlr-0.3.5 \
wayland-scanner-0.31.5 \
wayland-sys-0.31.5 \
- web-sys-0.3.72 \
+ weak-table-0.3.2 \
+ web-sys-0.3.76 \
web-time-1.1.0 \
weezl-0.1.8 \
- wgpu-22.1.0 \
- wgpu-core-22.1.0 \
- wgpu-hal-22.0.0 \
- wgpu-types-22.0.0 \
- widestring-1.1.0 \
+ wgpu-23.0.1 \
+ wgpu-core-23.0.1 \
+ wgpu-hal-23.0.1 \
+ wgpu-types-23.0.0 \
winapi-0.3.9 \
winapi-i686-pc-windows-gnu-0.4.0 \
winapi-util-0.1.9 \
winapi-x86_64-pc-windows-gnu-0.4.0 \
window_clipboard-0.4.1 \
- windows-0.52.0 \
windows-0.54.0 \
windows-0.56.0 \
+ windows-0.58.0 \
windows-core-0.52.0 \
windows-core-0.54.0 \
windows-core-0.56.0 \
+ windows-core-0.58.0 \
windows-implement-0.56.0 \
+ windows-implement-0.58.0 \
windows-interface-0.56.0 \
+ windows-interface-0.58.0 \
windows-registry-0.2.0 \
windows-result-0.1.2 \
windows-result-0.2.0 \
@@ -525,55 +732,86 @@ CARGO_CRATES= ab_glyph-0.2.29 \
windows-targets-0.42.2 \
windows-targets-0.48.5 \
windows-targets-0.52.6 \
- windows-version-0.1.1 \
+ windows-targets-0.53.0 \
+ windows-version-0.1.2 \
windows_aarch64_gnullvm-0.42.2 \
windows_aarch64_gnullvm-0.48.5 \
windows_aarch64_gnullvm-0.52.6 \
+ windows_aarch64_gnullvm-0.53.0 \
windows_aarch64_msvc-0.42.2 \
windows_aarch64_msvc-0.48.5 \
windows_aarch64_msvc-0.52.6 \
+ windows_aarch64_msvc-0.53.0 \
windows_exe_info-0.4.2 \
windows_i686_gnu-0.42.2 \
windows_i686_gnu-0.48.5 \
windows_i686_gnu-0.52.6 \
+ windows_i686_gnu-0.53.0 \
windows_i686_gnullvm-0.52.6 \
+ windows_i686_gnullvm-0.53.0 \
windows_i686_msvc-0.42.2 \
windows_i686_msvc-0.48.5 \
windows_i686_msvc-0.52.6 \
+ windows_i686_msvc-0.53.0 \
windows_x86_64_gnu-0.42.2 \
windows_x86_64_gnu-0.48.5 \
windows_x86_64_gnu-0.52.6 \
+ windows_x86_64_gnu-0.53.0 \
windows_x86_64_gnullvm-0.42.2 \
windows_x86_64_gnullvm-0.48.5 \
windows_x86_64_gnullvm-0.52.6 \
+ windows_x86_64_gnullvm-0.53.0 \
windows_x86_64_msvc-0.42.2 \
windows_x86_64_msvc-0.48.5 \
windows_x86_64_msvc-0.52.6 \
- winnow-0.6.20 \
+ windows_x86_64_msvc-0.53.0 \
+ winnow-0.6.22 \
winreg-0.52.0 \
+ write16-1.0.0 \
+ writeable-0.5.5 \
+ wyz-0.5.1 \
x11-dl-2.21.0 \
x11rb-0.13.1 \
x11rb-protocol-0.13.1 \
+ x25519-dalek-2.0.1 \
+ x509-signature-0.5.0 \
xcursor-0.3.8 \
xdg-2.5.2 \
xdg-home-1.3.0 \
xkbcommon-dl-0.4.2 \
xkeysym-0.2.1 \
- xml-rs-0.8.22 \
+ xml-rs-0.8.25 \
+ xz2-0.1.7 \
yansi-1.0.1 \
yazi-0.1.6 \
+ yoke-0.7.5 \
+ yoke-derive-0.7.5 \
zbus-4.4.0 \
+ zbus-5.3.0 \
zbus_macros-4.4.0 \
+ zbus_macros-5.3.0 \
zbus_names-3.0.0 \
+ zbus_names-4.1.0 \
zeno-0.2.3 \
zerocopy-0.7.35 \
zerocopy-derive-0.7.35 \
+ zerofrom-0.1.5 \
+ zerofrom-derive-0.1.5 \
zeroize-1.8.1 \
+ zeroize_derive-1.4.2 \
+ zerovec-0.10.4 \
+ zerovec-derive-0.10.3 \
+ zstd-0.13.2 \
+ zstd-safe-7.2.1 \
+ zstd-sys-2.0.13+zstd.1.5.6 \
zune-inflate-0.2.54 \
zvariant-4.2.0 \
+ zvariant-5.2.0 \
zvariant_derive-4.2.0 \
+ zvariant_derive-5.2.0 \
zvariant_utils-2.1.0 \
+ zvariant_utils-3.1.0 \
+ iced,iced_core,iced_futures,iced_graphics,iced_renderer,iced_runtime,iced_tiny_skia,iced_wgpu,iced_widget,iced_winit@git+https://github.com/iced-rs/iced?rev=e722c4ee4f80833ba0b1013cadd546ebc3f490ce\#e722c4ee4f80833ba0b1013cadd546ebc3f490ce \
dark-light@git+https://github.com/frewsxcv/rust-dark-light?rev=3eb3e93dd0fa30733c3e93082dd9517fb580ae95\#3eb3e93dd0fa30733c3e93082dd9517fb580ae95 \
dpi,winit@git+https://github.com/iced-rs/winit.git?rev=254d6b3420ce4e674f516f7a2bd440665e05484d\#254d6b3420ce4e674f516f7a2bd440665e05484d \
- glyphon@git+https://github.com/hecrj/glyphon.git?rev=0d7ba1bba4dd71eb88d2cface5ce649db2413cb7\#0d7ba1bba4dd71eb88d2cface5ce649db2413cb7 \
- iced,iced_core,iced_futures,iced_graphics,iced_renderer,iced_runtime,iced_tiny_skia,iced_wgpu,iced_widget,iced_winit@git+https://github.com/iced-rs/iced?rev=d660fad33d97cf78507c6797b5fe45b3daf47454\#d660fad33d97cf78507c6797b5fe45b3daf47454
+ glyphon@git+https://github.com/hecrj/glyphon.git?rev=09712a70df7431e9a3b1ac1bbd4fb634096cb3b4\#09712a70df7431e9a3b1ac1bbd4fb634096cb3b4
diff --git a/irc/halloy/distinfo b/irc/halloy/distinfo
index 0f31de619861..72cf46b273db 100644
--- a/irc/halloy/distinfo
+++ b/irc/halloy/distinfo
@@ -1,26 +1,32 @@
*** 1733 LINES SKIPPED ***