Latest Release
- Repository: MostroP2P/mostro
- Published on: 2024-11-07 21:36:24 UTC
- Version Tag: v0.12.8
- By: grunch
- On GitHub: MostroP2P/mostro/releases
Mostro release
Version cooked on https://b4OS.dev in Buenos Aires, Argentina.
Verifying the Release
In order to verify the release, you'll need to have gpg or gpg2 installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import the keys that have signed this release if you haven't done so already:
bash curl https://raw.githubusercontent.com/MostroP2P/mostro/main/keys/negrunch.asc | gpg --import
Once you have the required PGP keys, you can verify the release (assuming manifest.txt.sig and manifest.txt are in the current directory) with: ```bash gpg --verify manifest.txt.sig manifest.txtgpg: Firmado el jue 03 ago 2023 15:07:05 -03 gpg: usando RSA clave 1E41631D137BA2ADE55344F73852B843679AD6F0 gpg: Firma correcta de "Francisco Calderón fjcalderon@gmail.com" [absoluta]
`` That will verify the signature of the manifest file, which ensures integrity and authenticity of the archive you've downloaded locally containing the binaries. Next, depending on your operating system, you should then re-compute the sha256 hash of the archive with
shasum -a 256`, compare it with the corresponding one in the manifest file, and ensure they match exactly. What's Changed
- fixed a missing error check by @arkanoider in https://github.com/MostroP2P/mostro/pull/367
- fix(docker): add missing dependency by @jgmontoya in https://github.com/MostroP2P/mostro/pull/374
- Relays scheduled job publish only connected relays by @grunch in https://github.com/MostroP2P/mostro/pull/381
- Rabbit insipired unwrap removal by @arkanoider in https://github.com/MostroP2P/mostro/pull/382
- implement request_id on mostro messages by @arkanoider in https://github.com/MostroP2P/mostro/pull/376
- Trick to avoid getting older events republishe by @arkanoider in https://github.com/MostroP2P/mostro/pull/378
- Bump
nostr-sdk
tov0.36.0
by @yukibtc in https://github.com/MostroP2P/mostro/pull/383 - Cosmetics by @grunch in https://github.com/MostroP2P/mostro/pull/384
- Optional request id - to be checked and compiled by @arkanoider in https://github.com/MostroP2P/mostro/pull/385
- Avoid sending unsolicited request-id by @grunch in https://github.com/MostroP2P/mostro/pull/386
Full Changelog: https://github.com/MostroP2P/mostro/compare/v0.12.7...v0.12.8
Data updated on: 2024-11-21 03:48 UTC