<feed xmlns='http://www.w3.org/2005/Atom'>
<title>config_local_arch/etc/pacman.d/gnupg, branch pp</title>
<subtitle>Device dependent config files for Arch Linux, managed by https://git.flylightning.xyz/fsh/tree/sh/cfg (git bare repo method)</subtitle>
<id>https://git.flylightning.xyz/config_local_arch/atom?h=pp</id>
<link rel='self' href='https://git.flylightning.xyz/config_local_arch/atom?h=pp'/>
<link rel='alternate' type='text/html' href='https://git.flylightning.xyz/config_local_arch/'/>
<updated>2024-09-20T20:51:19Z</updated>
<entry>
<title>pacman new version maybe changed this</title>
<updated>2024-09-20T20:51:19Z</updated>
<author>
<name>Xiao Pan</name>
<email>xyz@flylightning.xyz</email>
</author>
<published>2024-09-20T20:51:19Z</published>
<link rel='alternate' type='text/html' href='https://git.flylightning.xyz/config_local_arch/commit/?id=0ee8c239285bd689b132686189038db5600545e4'/>
<id>urn:sha1:0ee8c239285bd689b132686189038db5600545e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: add allow-weak-key-signatures to /etc/pacman.d/gnupg/gpg.conf, to workaroud ALARM build key is sha1 and rejected by new gpg</title>
<updated>2024-03-16T21:59:01Z</updated>
<author>
<name>Xiao Pan</name>
<email>gky44px1999@gmail.com</email>
</author>
<published>2024-03-16T21:20:39Z</published>
<link rel='alternate' type='text/html' href='https://git.flylightning.xyz/config_local_arch/commit/?id=e928f81c446cee84dcf57b7a5f6ce88453a74c7a'/>
<id>urn:sha1:e928f81c446cee84dcf57b7a5f6ce88453a74c7a</id>
<content type='text'>
With newer version of gpg, pacman will error `Error: Signature is
marginal trust` for Arch Linux ARM Build System key. It seems because
Arch Linux ARM Build System key is sha1 and rejected by new versions
of gpg. Need to reset all keys by:
```sh
sudo rm -rf /etc/pacman.d/gnupg
sudo pacman-key --init
echo 'allow-weak-key-signatures' | sudo tee -a /etc/pacman.d/gnupg/gpg.conf &gt; /dev/null
sudo pacman-key --populate
```
Note, need to add `allow-weak-key-signatures` in /etc/pacman.d/gnupg/gpg.conf
before `sudo pacman-key --populate`.

More See https://archlinuxarm.org/forum/viewtopic.php?f=9&amp;t=16762
</content>
</entry>
<entry>
<title>add default</title>
<updated>2024-03-16T21:15:07Z</updated>
<author>
<name>Xiao Pan</name>
<email>gky44px1999@gmail.com</email>
</author>
<published>2024-03-16T21:15:07Z</published>
<link rel='alternate' type='text/html' href='https://git.flylightning.xyz/config_local_arch/commit/?id=38d9278ac4d9d27bbd1a828cd8ce62667b6b28c5'/>
<id>urn:sha1:38d9278ac4d9d27bbd1a828cd8ce62667b6b28c5</id>
<content type='text'>
</content>
</entry>
</feed>
