chore: include maxmind attribution in readme

pull/2969/head
Audric Ackermann 2 months ago
parent 96809bf5b4
commit b7c7fc9dcf

@ -22,14 +22,15 @@ Build instructions can be found in [Contributing.md](CONTRIBUTING.md).
## Verifying signatures ## Verifying signatures
Get Kee's key and import it: Get Kee's key and import it:
``` ```
wget https://raw.githubusercontent.com/oxen-io/oxen-core/dev/utils/gpg_keys/KeeJef.asc wget https://raw.githubusercontent.com/oxen-io/oxen-core/dev/utils/gpg_keys/KeeJef.asc
gpg --import KeeJef.asc gpg --import KeeJef.asc
``` ```
Get the signed hash for this release, the SESSION_VERSION needs to be updated for the release you want to verify Get the signed hash for this release, the SESSION_VERSION needs to be updated for the release you want to verify
``` ```
export SESSION_VERSION=1.6.1 export SESSION_VERSION=1.6.1
wget https://github.com/oxen-io/session-desktop/releases/download/v$SESSION_VERSION/signatures.asc wget https://github.com/oxen-io/session-desktop/releases/download/v$SESSION_VERSION/signatures.asc
@ -46,12 +47,12 @@ If it does, the hashes are valid but we still have to make the sure the signed h
Make sure the two commands below returns the same hash. Make sure the two commands below returns the same hash.
If they do, files are valid If they do, files are valid
``` ```
sha256sum session-desktop-linux-amd64-$SESSION_VERSION.deb sha256sum session-desktop-linux-amd64-$SESSION_VERSION.deb
grep .deb signatures.asc grep .deb signatures.asc
``` ```
## Debian repository ## Debian repository
Please visit https://deb.oxen.io/<br/> Please visit https://deb.oxen.io/<br/>
@ -62,3 +63,7 @@ Copyright 2011 Whisper Systems<br/>
Copyright 2013-2017 Open Whisper Systems<br/> Copyright 2013-2017 Open Whisper Systems<br/>
Copyright 2019-2023 The Oxen Project<br/> Copyright 2019-2023 The Oxen Project<br/>
Licensed under the GPLv3: https://www.gnu.org/licenses/gpl-3.0.html<br/> Licensed under the GPLv3: https://www.gnu.org/licenses/gpl-3.0.html<br/>
## Attributions
The IP-to-country mapping data used in this project is provided by [MaxMind GeoLite2](https://dev.maxmind.com/geoip/geolite2-free-geolocation-data).

Loading…
Cancel
Save