Skip to content

Commit

Permalink
Bump libsignal-service
Browse files Browse the repository at this point in the history
Backports presage commit 35c2c98 to fix connectivity to Signal backend.
  • Loading branch information
webmeister authored and hoehermann committed Jan 16, 2025
1 parent 97fcb76 commit 0a66d8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ crate-type = ["staticlib"]
curve25519-dalek = { git = 'https://github.com/signalapp/curve25519-dalek', tag = 'signal-curve25519-4.1.3' }
reqwest-websocket = { git = 'https://github.com/jgraef/reqwest-websocket ', tag = 'v0.4.4'} # https://github.com/jgraef/reqwest-websocket/issues/32

[patch."https://github.com/whisperfish/libsignal-service-rs"]
libsignal-service = { git = 'https://www.github.com/whisperfish/libsignal-service-rs', rev = "19c0c78da7a7479954634580a5e5081e7a8f2897" }

[dependencies]
presage = { git = "https://github.com/whisperfish/presage", rev = "8b9af8e" }
presage-store-sled = { git = "https://github.com/whisperfish/presage", rev = "8b9af8e" }
Expand Down

3 comments on commit 0a66d8e

@quotuva
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The rust-lang/cargo/issues/5478 workaround has to be slightly altered, in my case:

+[patch."https://github.com/whisperfish//libsignal-service-rs"]
+libsignal-service = { git = 'https://github.com/whisperfish/libsignal-service-rs', rev = "19c0c78da7a7479954634580a5e5081e7a8f2897" }
+

@hoehermann
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can see the www being superfluous, but the double slash seems odd.

@quotuva
Copy link

@quotuva quotuva commented on 0a66d8e Jan 20, 2025 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.