head 1.1; access; symbols pkgsrc-2026Q2:1.1.0.2 pkgsrc-2026Q2-base:1.1; 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-8418be45dba3ebc17127b5c6b76ce02886350524/Cargo.toml.orig 2026-04-01 19:00:16.000000000 +0000 +++ ../libsignal-8418be45dba3ebc17127b5c6b76ce02886350524/Cargo.toml @@@@ -87,8 +87,8 @@@@ boring-signal = { git = "https://github.com/signalapp/ # that want to use the real things can depend on those directly. boring-signal = { git = "https://github.com/signalapp/boring", tag = "signal-v5.0.2", package = "boring", default-features = false } -curve25519-dalek-signal = { git = 'https://github.com/signalapp/curve25519-dalek', package = "curve25519-dalek", tag = 'signal-curve25519-4.1.3' } -spqr = { git = "https://github.com/signalapp/SparsePostQuantumRatchet.git", tag = "v1.5.1" } +curve25519-dalek-signal = { path = "../curve25519-dalek-7c6d34756355a3566a704da84dce7b1c039a6572/curve25519-dalek", package = "curve25519-dalek" } +spqr = { path = "../SparsePostQuantumRatchet-f2589fef855c10f39d72634dab3d14654dd410bf" } tokio-boring-signal = { git = "https://github.com/signalapp/boring", tag = "signal-v5.0.2", package = "tokio-boring" } aes = "0.8.3" @