head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2026.04.30.08.36.58; author wiz; state Exp; branches; next ; commitid u3jvYqiF3hSnzXDG; desc @@ 1.1 log @gurk: update to 0.9.3. 0.9.3 Remove stray previous() in select_next_channel (#533) 0.9.2 Features Message deletion support (delete for everyone + delete for me) (#519) Show typing indicator in channel list (#520) Add ctrl+l to force full screen redraw (#521) Disappearing messages support (#522) Separate draft input per channel (#524) Bug Fixes Handle incoming edit messages from other users (#518) The order of the options in the onboarding on macOS (#507) Other Out of date nix flake (#515) Miscellaneous Tasks Upgrade presage and libsignal 0.87.4 -> 0.91.0 (#529) @ text @$NetBSD$ Use pkgsrc distfile instead of fetch during build. --- ../libsignal-service-rs-782c0d6bf0c4a6ab52f98d7b6d950a13f28f3020/Cargo.toml.orig 2026-04-04 08:09:25.000000000 +0000 +++ ../libsignal-service-rs-782c0d6bf0c4a6ab52f98d7b6d950a13f28f3020/Cargo.toml @@@@ -7,13 +7,13 @@@@ readme = "README.md" readme = "README.md" [dependencies] -libsignal-protocol = { git = "https://github.com/signalapp/libsignal", tag = "v0.91.0" } -libsignal-core = { git = "https://github.com/signalapp/libsignal", tag = "v0.91.0" } -libsignal-net = { git = "https://github.com/signalapp/libsignal", tag = "v0.91.0", optional = true } -libsignal-net-infra = { git = "https://github.com/signalapp/libsignal", tag = "v0.91.0", optional = true } -signal-crypto = { git = "https://github.com/signalapp/libsignal", tag = "v0.91.0" } -zkgroup = { git = "https://github.com/signalapp/libsignal", tag = "v0.91.0" } -usernames = { git = "https://github.com/signalapp/libsignal", tag = "v0.91.0" } +libsignal-protocol = { path = "../libsignal-8418be45dba3ebc17127b5c6b76ce02886350524/rust/protocol" } +libsignal-core = { path = "../libsignal-8418be45dba3ebc17127b5c6b76ce02886350524/rust/core" } +libsignal-net = { path = "../libsignal-8418be45dba3ebc17127b5c6b76ce02886350524/rust/net", optional = true } +libsignal-net-infra = { path = "../libsignal-8418be45dba3ebc17127b5c6b76ce02886350524/rust/net/infra", optional = true } +signal-crypto = { path = "../libsignal-8418be45dba3ebc17127b5c6b76ce02886350524/rust/crypto" } +zkgroup = { path = "../libsignal-8418be45dba3ebc17127b5c6b76ce02886350524/rust/zkgroup" } +usernames = { path = "../libsignal-8418be45dba3ebc17127b5c6b76ce02886350524/rust/usernames" } aes = "0.8" aes-gcm = "0.10" @