Skip to content

Commit 1bb155c

Browse files
committed
Merge remote-tracking branch 'origin/master' into po4a-staged
2 parents d86ba76 + c12ff18 commit 1bb155c

23 files changed

Lines changed: 240 additions & 109 deletions

.github/workflows/auto-updater.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,17 @@ on:
1010
jobs:
1111
validate-auto-updater:
1212
name: Validate Auto Updater
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-22.04
1414
steps:
15-
- uses: actions/checkout@v1
15+
- uses: actions/checkout@v4
1616
- name: Install dependencies
1717
run: |
1818
sudo apt -y install xvfb libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xkb1 libxcb-shape0 libxkbcommon-x11-0
19-
wget -nv https://dlsrc.getmonero.org/gui/monero-gui-linux-x64-v0.18.0.0.tar.bz2
20-
tar -xf monero-gui-linux-x64-v0.18.0.0.tar.bz2
21-
mv monero-gui-v0.18.0.0/monero-wallet-gui .
22-
rm -rf monero-gui-linux-x64-v0.18.0.0.tar.bz2 monero-gui-v0.18.0.0
19+
previous_tag=$(curl -s "https://api.github.com/repos/monero-project/monero-gui/tags" | jq -r '.[1].name')
20+
wget -nv https://dlsrc.getmonero.org/gui/monero-gui-linux-x64-${previous_tag}.tar.bz2
21+
tar -xf monero-gui-linux-x64-${previous_tag}.tar.bz2
22+
mv monero-gui-${previous_tag}/monero-wallet-gui .
23+
rm -rf monero-gui-linux-x64-${previous_tag}.tar.bz2 monero-gui-${previous_tag}
2324
- name: Verify update
2425
run: |
2526
version_gui=$(awk '/monero-gui-source-v/ {print $2}' downloads/hashes.txt | awk -F".tar.bz2" '{print $1}' | awk -F"-" '{print $4}')

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ If you want to post getmonero's onion address somewhere on the website, don't si
4444

4545
## Translation
4646

47+
**_Note: The Weblate server is down until further notice._**
48+
4749
In this section you'll find the info you need to translate a page and add a new translation, but keep in mind that Monero has a [Localization Workgroup](https://github.com/monero-ecosystem/monero-translations) who coordinates and gives support to translators-volunteers. For live support/request of information, come chat on `#monero-translations` on Matrix or IRC (Libera.chat)
4850
The entire website is translatable on Weblate, an easy to use localization platform that provides contributors with a user friendly interface: [translate.getmonero.org](https://translate.getmonero.org). Before translating, please read [the guide for translators](https://github.com/monero-ecosystem/monero-translations/blob/master/weblate.md), which contains all the info and workflows you need to know before starting.
4951

_data/downloads.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
# 'vers' is meant to be used in case of a platform-specific release (e.g. vers: "0.18.2.0 - Mumbling Potato")
22

33
gui:
4-
- version: "0.18.4.0 - Fluorine Fermi"
4+
- version: "0.18.4.1 - Fluorine Fermi"
55
downloads:
66
- platform: Windows 64-bit (Installer)
7-
hash: 57cd67da191c02590a4f011b8c659db6603f53d8497237f6d737fc7053361bf6
7+
hash: 29615bfbd10b4c46042c474b749f6e07836be30dd9bac6c32965064fcaf00d9b
88
link: https://downloads.getmonero.org/gui/win64install
99
icon: icon-windows
1010
vers:
1111
- platform: Windows 64-bit (Zip)
12-
hash: 38a0066fb2f1bea788cbb54377a6921c168a04c2e8fdf83e9245bf4f84dbc502
12+
hash: ab28f83f416ff21286bc2da88c6ba865d93397605f1ce51053435892b1342e89
1313
link: https://downloads.getmonero.org/gui/win64
1414
icon: icon-windows
1515
vers:
1616
- platform: macOS Intel
17-
hash: ae5cf12ba8c608e32ea8d59181f032666840e034031a95406b6771d7709984b8
17+
hash: 4fd421b66af66a63be05bb289f5bb463d4bf763ad04722ec6794755498e65167
1818
link: https://downloads.getmonero.org/gui/mac64
1919
icon: icon-apple
2020
vers:
2121
- platform: macOS ARM
22-
hash: d10e4c150180c6c241f7a76a573ee296b50682722c124a50de01403eea462b5b
22+
hash: 9f0b5ae3732c7fc33dde5f662a78d0360f9b1e8dee47180e5b23cf9f0ce2a7d1
2323
link: https://downloads.getmonero.org/gui/macarm8
2424
icon: icon-apple
2525
vers:
2626
- platform: Linux 64-bit
27-
hash: e276f9e67396515f671a08c5438fb1db4358c9d8946ec7ef79b9dda552092ad7
27+
hash: 60cbd662ccf1fdaf8732a21b6e505b806c6a4f62492c975fb1a13fd820dc8495
2828
link: https://downloads.getmonero.org/gui/linux64
2929
icon: icon-linux
3030
vers:
3131
- platform: Source Code (archive)
32-
hash: 2016422fb0f00e9abd75399fad513e58d19e7164e66a72f5dfde1ae916ac9775
32+
hash: ee81a7b81c78ab79c45d5843e3218398b06fee437615a074b7a9e47190a627a5
3333
link: https://downloads.getmonero.org/gui/source
3434
icon: icon-github
3535
- platform: Source Code
@@ -38,70 +38,70 @@ gui:
3838

3939

4040
cli:
41-
- version: "0.18.4.0 - Fluorine Fermi"
41+
- version: "0.18.4.1 - Fluorine Fermi"
4242
downloads:
4343
- platform: Windows 64-bit
44-
hash: 00151a96e96ef69eedf117c4900e6d0717ca074a61918cd94a55ed587544406b
44+
hash: c9612c399a957f4e6b9564cfec95ebf4f8b8864fef249b9edffd243fb05e45a0
4545
link: https://downloads.getmonero.org/cli/win64
4646
icon: icon-windows
4747
vers:
4848
- platform: Windows 32-bit
49-
hash: 249a4247688c30ce95e8fb04ff656e97a4f8de83c31c58e7debb28dbcc2d2867
49+
hash: bfebf4c0bcfd01cf8642457c7e27fd1c51058e38e8a439565d93340f40da6505
5050
link: https://downloads.getmonero.org/cli/win32
5151
icon: icon-windows
5252
vers:
5353
- platform: macOS Intel
54-
hash: c35a4065147f8eeaa130a219e12e450fb55561efe79ded7d935fbfe5f7ba324c
54+
hash: dba3cd24f6d846f9df2221ddbfc26a503c1759dd908ad0af931ae62224d7a557
5555
link: https://downloads.getmonero.org/cli/mac64
5656
icon: icon-apple
5757
vers:
5858
- platform: macOS ARM
59-
hash: 9d36ec8a1da1f31d654a8fd8527f4cae03545d8292bb1a2fe434ca454b3c0976
59+
hash: 6e6ae89a436ca02a033ce06e4389c810350f8f0a23292b95ae10ff4a30154817
6060
link: https://downloads.getmonero.org/cli/macarm8
6161
icon: icon-apple
6262
vers:
6363
- platform: Linux 64-bit
64-
hash: 16cb74c899922887827845a41d37c7f3121462792a540843f2fcabcc1603993f
64+
hash: 702ccb799c24160c0c76676d7a5b21a7e3432be47294d20e0a75451592f591b2
6565
link: https://downloads.getmonero.org/cli/linux64
6666
icon: icon-linux
6767
vers:
6868
- platform: Linux 32-bit
69-
hash: e00863e81b8b7473c46c461a3a45d09f09347c1a048da093ae0bf86db0f44355
69+
hash: a36f57f7eeee15513cd51716a2f727fd84c7c1e5a8f48b30d69dd0b31aab4ee2
7070
link: https://downloads.getmonero.org/cli/linux32
7171
icon: icon-linux
7272
vers:
7373
- platform: Linux ARMv8
74-
hash: f252b6a24e801535bf36fbaaa7b2d6ae44b1efc5d427803d483e3c3a17d6f2cd
74+
hash: 948379e60e1b65e36bdfcc20481f2e381c49be057deb9fb5a2d030100f14d1e1
7575
link: https://downloads.getmonero.org/cli/linuxarm8
7676
icon: icon-linux
7777
vers:
7878
- platform: Linux ARMv7
79-
hash: b35b5e8d27d799cea6cf3ff539a672125292784739db41181b92a9c73e1c325b
79+
hash: a080b9f703c9b09cb3713376d7679cda089e6772794bd0bfa994cb256b6f3535
8080
link: https://downloads.getmonero.org/cli/linuxarm7
8181
icon: icon-linux
8282
vers:
8383
- platform: Linux RISC-V 64-bit
84-
hash: a0c0a807b90af1dd71faafbe2e66e4fda43210c2f11f8aa3514ccaedd268a0b3
84+
hash: 9120062277e37bb8b6dcf816fdcf4fb34a8f4c4c530ba1162bba7d7fc3c10e0a
8585
link: https://downloads.getmonero.org/cli/linuxriscv64
8686
icon: icon-linux
8787
vers:
8888
- platform: Android ARMv8
89-
hash: 0b976b241c45a75a9c428a531e8259e0e67c237f980ac46e19a3180b5c1dbf91
89+
hash: 918c10de18a125de407e8b984bd84000da354e994a13a18ee8d0af11c0870c22
9090
link: https://downloads.getmonero.org/cli/androidarm8
9191
icon: icon-android
9292
vers:
9393
- platform: Android ARMv7
94-
hash: 70ded1197db3fffa150e9f5c4eee0129026be8ea24190bad43a42f4748b5e5bd
94+
hash: 02442c33b1a130da915b7901615c402d43c0b41be555197d8cec9bfcc78ea1c4
9595
link: https://downloads.getmonero.org/cli/androidarm7
9696
icon: icon-android
9797
vers:
9898
- platform: FreeBSD 64-bit
99-
hash: 55b1ae7d6622b3da4f81f56ab8da1854caa36150b91b3639c1485b73f42208e8
99+
hash: e290c78c7989559ba4a6964ed83f574ecc81b9bc9640dad306ed576a6f812f30
100100
link: https://downloads.getmonero.org/cli/freebsd64
101101
icon: icon-freebsd
102102
vers:
103103
- platform: Source Code (archive)
104-
hash: fe982ced4603aa7e54989326e3d1830ac1a1387e99722c419e2b103b8e8aa1a0
104+
hash: e70e44cae986123c39b77a89a9ee5db431c050a55cc64442993482d085104103
105105
link: https://downloads.getmonero.org/cli/source
106106
icon: icon-github
107107
- platform: Source Code

_i18n/en.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,12 @@ merchants:
169169
basicswapdexdesc: Decentralized P2P atomic swaps with a strong focus on the user experience.
170170
visitbasicswapdex: Visit BasicSwapDEX
171171
setreq: Setup required
172-
unstoppableswapdesc: Exchange Bitcoin for Monero using Atomic Swaps.
173-
visitunstoppableswap: Visit UnstoppableSwap
172+
eigenwalletdesc: Exchange Bitcoin for Monero using Atomic Swaps.
173+
visiteigenwallet: Visit Eigen Wallet
174174

175175
sponsorships:
176176
intro: The following businesses actively support the Monero Project in its goal to bring financial privacy to the world. We couldn't be more grateful for their contributions. If you would like to sponsor the Monero Project and be listed on this page, please send an email to dev@getmonero.org.
177177
tari: Tari Labs sponsors the CDN used by this website.
178-
mbank: MajesticBank sponsors the hosting used by this website.
179178
symas: Symas sponsors its CTO Howard Chu (hyc) for his work on the Monero codebase.
180179
macstadium: MacStadium sponsors a dedicated Mac Mini that is used for Mac-related development.
181180
cakewallet: Cake Wallet sponsors the "tools" server with the mailing list, GitLab, Matrix, Taiga, and Weblate.
@@ -253,8 +252,7 @@ downloads:
253252
helpsupport: Help and Support
254253
helpsupport1: "A guide with an explanation of every section of the wallet is available:"
255254
helpsupport2: "See latest release"
256-
gui_helpsupport: "If you are experiencing issues or you need more info, feel free to reach out to the community. You can find the GUI team at #monero-gui, or else check out the Hangouts page for a more complete list of contacts and chatrooms"
257-
cli_helpsupport: "If you are experiencing issues or you need more info, feel free to reach out to the community. You can find the CLI team at #monero or #monero-dev, or else check out the Hangouts page for a more complete list of contacts and chatrooms"
255+
helpsupport3: "If you are experiencing issues or you need more info, feel free to reach out to the community. You can join to <code>#monero-support</code> or check out the <a href=\"/community/hangouts/\">Hangouts</a> page for a more complete and detailed list of contacts and chatrooms"
258256
localremote: Local or remote node
259257
localremote1: Use your own copy of the blockchain or a publicly available one
260258
transacttor: Transactions over Tor/I2P
@@ -539,7 +537,7 @@ faq:
539537
video_sa: Stealth Addresses
540538
video_ringsig: Ring Signatures
541539
video_ringct: Ring Confidential Transactions
542-
video_fcmp: Full Chain Membership Proofs
540+
fcmp: Full-Chain Membership Proofs
543541
mvideos: "More info on the Moneropedia entry:"
544542
aavailable: also available in
545543
and: and
@@ -840,7 +838,6 @@ roadmap:
840838

841839
xmrbch-atomicswap: XMR-BCH atomic swap is completed
842840
haveno-mainnet: HavenoDEX released
843-
fcmp-plus: Full-Chain Membership Proofs
844841
mrl-tasks: Proposed tasks from Monero Research Lab
845842
cuprate: Monerod Rust implementation - Cuprate
846843

_includes/footer.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ <h3>{% t navigation.community %}</h3>
2828
<li><a class="white" href="{{ site.baseurl}}/community/merchants/">{% t titles.merchants %}</a></li>
2929
<li><a class="white" href="https://monero.stackexchange.com/">Stack Exchange</a></li>
3030
<li><a class="white" href="https://bitcointalk.org/index.php?topic=583449.0">BitcoinTalk</a></li>
31-
<li><a class="white" href="https://translate.getmonero.org/">Weblate</a></li>
3231
</ul>
3332
</div>
3433
<div class="col-sm-3 col-xs-6">

_includes/header.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,6 @@
6969
</div>
7070
</div>
7171
</div>
72-
<div class="row">
73-
<div class="col-xs-12">
74-
<div class="text-center nav-item mob">
75-
<a href="https://translate.getmonero.org">Translate</a>
76-
</div>
77-
</div>
78-
</div>
7972
</div>
8073

8174
</div>
@@ -101,7 +94,6 @@
10194
<div class="col-md-12">
10295
<a href="https://ccs.getmonero.org" class="top-link">Community Crowdfunding</a>
10396
<a href="https://github.com/monero-project/meta/blob/master/VULNERABILITY_RESPONSE_PROCESS.md" class="top-link">Vulnerability Response</a>
104-
<a href="https://translate.getmonero.org" class="top-link">Translate</a>
10597
<div href="#" class="dropdown top-link language-change">
10698
<input class="burger-checkdropdown" id="langdrop" type="checkbox" tabindex="0">
10799
<label for="langdrop"><img src="/img/language.png" width="500" height="500" alt="Language selector icon" class="icon-language"/>{{ site.data.languages.langs.[site.lang] }}

_posts/2025-04-05-monero-0.18.4.0-released.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Some highlights of this release are:
2121
- Wallet: fix a potential sync issue during restore (#[9601](https://github.com/monero-project/monero/pull/9601))
2222
- Wallet: flush confirm prompt before user input (#[9657](https://github.com/monero-project/monero/pull/9657))
2323
- Daemon: reduce disk writes from 2 to 1 per transaction (#[9740](https://github.com/monero-project/monero/pull/9740))
24+
- Daemon: fix a remote P2P crash vulnerability [reported by Kevin McSheehan]
2425
- Daemon: add configuration options to HTTP server, fix a remote RPC crash (#[9775](https://github.com/monero-project/monero/pull/9775))
2526
- Daemon: fix temp fails causing alt blocks to be permanently invalid (#[9400](https://github.com/monero-project/monero/pull/9400))
2627
- Daemon: allow comments in ban list file (#[9616](https://github.com/monero-project/monero/pull/9616))

_posts/2025-04-05-monero-GUI-0.18.4.0-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ image: /blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png
1515

1616
This is the v0.18.4.0 release of the Monero GUI software. This is a recommended release that fixes multiple daemon-related network vulnerabilities.
1717

18-
[The latest CLI release notes can be found on the precedent blog post]({{ site.baseurl_root }}/2025/04/01/monero-0.18.4.0-released.html)
18+
[The latest CLI release notes can be found on the precedent blog post]({{ site.baseurl_root }}/2025/04/05/monero-0.18.4.0-released.html)
1919

2020
Some highlights of this release are:
2121

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
---
2+
layout: post
3+
title: "Monero 0.18.4.1 'Fluorine Fermi' released"
4+
summary: Release containing bug fixes.
5+
tags: [releases]
6+
author: selsta
7+
image: /blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png
8+
---
9+
10+
<div align="center">
11+
<img src="{{ page.image }}" width="350px">
12+
</div>
13+
14+
# Overview
15+
16+
This is the v0.18.4.1 release of the Monero software. This release contains bug fixes.
17+
18+
Some highlights of this release are:
19+
20+
- Wallet: fix stale multisig data after failed refresh (#[9911](https://github.com/monero-project/monero/pull/9911))
21+
- Wallet: fix a bug when changing password (#[9945](https://github.com/monero-project/monero/pull/9945))
22+
- Wallet: apply subaddress lookahead changes immediately (#[9954](https://github.com/monero-project/monero/pull/9954))
23+
- Wallet respect `do-not-relay` in `sweep_single` (#[9978](https://github.com/monero-project/monero/pull/9978))
24+
- Daemon: improve logic when connecting to a peer (#[9949](https://github.com/monero-project/monero/pull/9949))
25+
- Daemon: add new dynamic fees to ZMQ (#[9958](https://github.com/monero-project/monero/pull/9958))
26+
- RPC: fix edge case causing unresponsive wallet (#[9950](https://github.com/monero-project/monero/pull/9950))
27+
- RPC: add `set_subaddresss_lookahead` endpoint (#[9954](https://github.com/monero-project/monero/pull/9954))
28+
- Add safeguard for rare exception in TCP accept handler (#[9956](https://github.com/monero-project/monero/pull/9956))
29+
- Minor bug fixes and improvements
30+
31+
The complete list of changes is [available on GitHub](https://github.com/monero-project/monero/compare/v0.18.4.0...v0.18.4.1), along with [the source code](https://github.com/monero-project/monero/tree/v0.18.4.1).
32+
33+
# Contributors for this Release
34+
35+
This release was the direct result of 14 people who worked to put out 46 commits containing 459 new lines of code. We'd like to thank them very much for their time and effort. In no particular order, they are:
36+
37+
- 0xFFFC0000
38+
- Tzadiko
39+
- jeffro256
40+
- j-berman
41+
- vtnerd
42+
- tobtoht
43+
- benevanoff
44+
- hinto-janai
45+
- luigi1111
46+
- nahuhh
47+
- selsta
48+
- MrCyjaneK
49+
- SNeedlewoods
50+
- rudolfschmidt
51+
52+
# Download
53+
54+
The new binaries can be downloaded from the [Downloads page]({{ site.baseurl }}/downloads/#cli) or from the direct links below.
55+
56+
- [Windows, 64-bit](https://downloads.getmonero.org/cli/monero-win-x64-v0.18.4.1.zip)
57+
- [Windows, 32-bit](https://downloads.getmonero.org/cli/monero-win-x86-v0.18.4.1.zip)
58+
- [macOS, Intel](https://downloads.getmonero.org/cli/monero-mac-x64-v0.18.4.1.tar.bz2)
59+
- [macOS, ARM](https://downloads.getmonero.org/cli/monero-mac-armv8-v0.18.4.1.tar.bz2)
60+
- [Linux, 64-bit](https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.4.1.tar.bz2)
61+
- [Linux, 32-bit](https://downloads.getmonero.org/cli/monero-linux-x86-v0.18.4.1.tar.bz2)
62+
- [Linux, armv7](https://downloads.getmonero.org/cli/monero-linux-armv7-v0.18.4.1.tar.bz2)
63+
- [Linux, armv8](https://downloads.getmonero.org/cli/monero-linux-armv8-v0.18.4.1.tar.bz2)
64+
- [Linux, riscv64](https://downloads.getmonero.org/cli/monero-linux-riscv64-v0.18.4.1.tar.bz2)
65+
- [Android, armv7](https://downloads.getmonero.org/cli/monero-android-armv7-v0.18.4.1.tar.bz2)
66+
- [Android, armv8](https://downloads.getmonero.org/cli/monero-android-armv8-v0.18.4.1.tar.bz2)
67+
- [FreeBSD, 64-bit](https://downloads.getmonero.org/cli/monero-freebsd-x64-v0.18.4.1.tar.bz2)
68+
69+
# Hashes
70+
71+
If you would like to verify that you have downloaded the correct file, please use the following SHA256 hashes:
72+
73+
```
74+
monero-win-x64-v0.18.4.1.zip, c9612c399a957f4e6b9564cfec95ebf4f8b8864fef249b9edffd243fb05e45a0
75+
monero-win-x86-v0.18.4.1.zip, bfebf4c0bcfd01cf8642457c7e27fd1c51058e38e8a439565d93340f40da6505
76+
monero-mac-x64-v0.18.4.1.tar.bz2, dba3cd24f6d846f9df2221ddbfc26a503c1759dd908ad0af931ae62224d7a557
77+
monero-mac-armv8-v0.18.4.1.tar.bz2, 6e6ae89a436ca02a033ce06e4389c810350f8f0a23292b95ae10ff4a30154817
78+
monero-linux-x64-v0.18.4.1.tar.bz2, 702ccb799c24160c0c76676d7a5b21a7e3432be47294d20e0a75451592f591b2
79+
monero-linux-x86-v0.18.4.1.tar.bz2, a36f57f7eeee15513cd51716a2f727fd84c7c1e5a8f48b30d69dd0b31aab4ee2
80+
monero-linux-armv8-v0.18.4.1.tar.bz2, 948379e60e1b65e36bdfcc20481f2e381c49be057deb9fb5a2d030100f14d1e1
81+
monero-linux-armv7-v0.18.4.1.tar.bz2, a080b9f703c9b09cb3713376d7679cda089e6772794bd0bfa994cb256b6f3535
82+
monero-linux-riscv64-v0.18.4.1.tar.bz2 9120062277e37bb8b6dcf816fdcf4fb34a8f4c4c530ba1162bba7d7fc3c10e0a
83+
monero-android-armv8-v0.18.4.1.tar.bz2, 918c10de18a125de407e8b984bd84000da354e994a13a18ee8d0af11c0870c22
84+
monero-android-armv7-v0.18.4.1.tar.bz2, 02442c33b1a130da915b7901615c402d43c0b41be555197d8cec9bfcc78ea1c4
85+
monero-freebsd-x64-v0.18.4.1.tar.bz2, e290c78c7989559ba4a6964ed83f574ecc81b9bc9640dad306ed576a6f812f30
86+
```
87+
88+
A GPG-signed list of the hashes is at [https://www.getmonero.org/downloads/hashes.txt]({{ site.baseurl_root }}/downloads/hashes.txt) and should be treated as canonical, with the signature checked against the appropriate GPG key in the source code (in /utils/gpg_keys). To ensure that the files you download are those originally posted by the maintainers, you should both check that the hashes of your files match those on the signed list, and that the signature on the list is valid.
89+
90+
Two guides are available to guide you through the verification process: [Verify binaries on Windows (beginner)]({{ site.baseurl }}/resources/user-guides/verification-windows-beginner.html) and [Verify binaries on Linux, Mac, or Windows command line (advanced)]({{ site.baseurl }}/resources/user-guides/verification-allos-advanced.html).

0 commit comments

Comments
 (0)