-
-
Notifications
You must be signed in to change notification settings - Fork 14k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
signald: 0.18.5 -> 0.20.0 #174256
Closed
Closed
signald: 0.18.5 -> 0.20.0 #174256
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ofborg
bot
added
10.rebuild-darwin: 0
10.rebuild-linux: 1-10
10.rebuild-linux: 1
labels
May 24, 2022
Sounds like manual intervention might be needed on upgrade? |
@dasJ, thanks! please consider making yourself a maintainer if you want :) |
I don't 👀 |
Ma27
added a commit
to Ma27/nixpkgs
that referenced
this pull request
Oct 27, 2022
Replaces/Closes NixOS#174256 Needed because the CA of a signal server seems to have changed[1] which has caused the following errors to appear while trying to send messages from Matrix (via `mautrix-signal` and subsequently `signald`): ⚠ Your message was not bridged: org.whispersystems.signalservice.api.push.exceptions.PushNetworkException, javax.net.ssl.SSLHandshakeException, sun.security.validator.ValidatorException, sun.security.provider.certpath.SunCertPathBuilderException: org.whispersystems.signalservice.api.push.exceptions.PushNetworkException: javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target Migration can be performed by running a command like $ signald \ -d /var/lib/signald/data \ --database sqlite:/var/lib/signald/db \ -s /run/signald/signald.sock \ --migrate-data before starting signald itself. ChangeLogs: * https://gitlab.com/signald/signald/-/blob/main/releases/0.20.0.md * https://gitlab.com/signald/signald/-/blob/main/releases/0.21.0.md * https://gitlab.com/signald/signald/-/blob/main/releases/0.22.0.md * https://gitlab.com/signald/signald/-/blob/main/releases/0.22.1.md * https://gitlab.com/signald/signald/-/blob/main/releases/0.22.2.md * https://gitlab.com/signald/signald/-/blob/main/releases/0.23.0.md [1] https://gitlab.com/signald/signald/-/blob/main/releases/0.23.0.md
rtimush
pushed a commit
to rtimush/nixpkgs
that referenced
this pull request
Sep 21, 2023
Replaces/Closes NixOS#174256 Needed because the CA of a signal server seems to have changed[1] which has caused the following errors to appear while trying to send messages from Matrix (via `mautrix-signal` and subsequently `signald`): ⚠ Your message was not bridged: org.whispersystems.signalservice.api.push.exceptions.PushNetworkException, javax.net.ssl.SSLHandshakeException, sun.security.validator.ValidatorException, sun.security.provider.certpath.SunCertPathBuilderException: org.whispersystems.signalservice.api.push.exceptions.PushNetworkException: javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target Migration can be performed by running a command like $ signald \ -d /var/lib/signald/data \ --database sqlite:/var/lib/signald/db \ -s /run/signald/signald.sock \ --migrate-data before starting signald itself. ChangeLogs: * https://gitlab.com/signald/signald/-/blob/main/releases/0.20.0.md * https://gitlab.com/signald/signald/-/blob/main/releases/0.21.0.md * https://gitlab.com/signald/signald/-/blob/main/releases/0.22.0.md * https://gitlab.com/signald/signald/-/blob/main/releases/0.22.1.md * https://gitlab.com/signald/signald/-/blob/main/releases/0.22.2.md * https://gitlab.com/signald/signald/-/blob/main/releases/0.23.0.md [1] https://gitlab.com/signald/signald/-/blob/main/releases/0.23.0.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of changes
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes