archlinuxhardened / selinux

PKGBUILDs to build SELinux enabled packages for Arch Linux
145 stars 25 forks source link

openssh-selinux 8.5p1-1 update #87

Closed tqre closed 3 years ago

tqre commented 3 years ago

Openssh version update, doesn't build as the GPG -key is not available from public keyservers. I submitted a bug report upstream about it: https://bugs.archlinux.org/task/69896, but it was closed as 'not a bug', which it isn't :)

fishilico commented 3 years ago

For the GPG key issue: this repository holds a copy of every GPG keys which are used, in _pgp_cache/, used by scripts recv_gpg_keys.sh and export_pgp_keys_in_cache.sh. So the fact that the key was not in key servers was not really an issue.

To fix the CI (and to be able to build the packages offline), I added the missing key (https://github.com/archlinuxhardened/selinux/commit/9a7955eb21d92e337af0b8a75175f916416b67f3) and I am testing the build (https://github.com/fishilico/arch-selinux/actions/runs/638602113) before merging your PR.

Anyway it seems that the new key was uploaded to a key server (http://keys.gnupg.net/pks/lookup?search=0x7168B983815A5EEF59A4ADFD2A3F414E736060BA&fingerprint=on&op=index) so it seems that the bug was fixed. Thanks!

fishilico commented 3 years ago

Merged as https://github.com/archlinuxhardened/selinux/commit/b7e8b17010e89c262a8f1e15a04e8374e7869854 (AUR: https://aur.archlinux.org/cgit/aur.git/commit/?h=openssh-selinux&id=b7e8b17010e89c262a8f1e15a04e8374e7869854). Thanks!