Closed issue by adrian-bl on void-packages repository https://github.com/void-linux/void-packages/issues/38056 Description: ### Is this a new report? Yes ### System Info Void 5.10.92_1 aarch64 Unknown notuptodate rFFFFF ### Package(s) Affected nomad-1.3.1_1 ### Does a report exist for this bug with the project's home (upstream) and/or another distro? N/A ### Expected behaviour Nomad 1.3.1_1 can not be installed/upgraded on aarch64 since the package seems to be corrupt: xbps complains about an invalid RSA signature. Note that this does not affect AMD64 or 32-bit ARM builds of void: it just seems like the aarch64 package file somehow got corrupted. (This happens on 2 AARCH64 machines for me) ``` # xbps-install -Su nomad [*] Updating repository `https://repo-default.voidlinux.org/current/aarch64/aarch64-repodata' ... Name Action Version New version Download size nomad update 1.3.0_1 1.3.1_1 15MB Size to download: 15MB Size required on disk: 55MB Space available on disk: 13GB Do you want to continue? [Y/n] y [*] Downloading packages nomad-1.3.1_1.aarch64.xbps.sig: 512B [avg rate: 2907KB/s] nomad-1.3.1_1.aarch64.xbps: 15MB [avg rate: 1718KB/s] nomad-1.3.1_1: verifying RSA signature... ERROR: nomad-1.3.1_1: the RSA signature is not valid! ERROR: nomad-1.3.1_1: removed pkg archive and its signature. Transaction failed! see above for errors. ``` ### Actual behaviour Installation of Nomad 1.3.1_1 fails due to RSA check failure ### Steps to reproduce $ xbps-remove -O $ xbps-install -Su nomad -> RSA verification failure