[obs-commits] [openSUSE/software-o-o] 99f7fd: package.erb: produce GPG-safe keyring names

Branch: refs/heads/master Home: https://github.com/openSUSE/software-o-o Commit: 99f7fd9313eb5234a0a6eec6c3a9ac4a800033f9 https://github.com/openSUSE/software-o-o/commit/99f7fd9313eb5234a0a6eec6c3a9... Author: David Adam <zanchey@ucc.gu.uwa.edu.au> Date: 2020-07-16 (Thu, 16 Jul 2020) Changed paths: M app/views/download/package.erb Log Message: ----------- package.erb: produce GPG-safe keyring names On Debian/Ubuntu since 3248a08c28cfcbf2, the instructions will save the repository key to a file in the APT trusted keyrings directory with the same name as the project. Unfortunately, if there is a colon in the project name (such as home:someuser), future invocations of apt-key fail silently or with the following error: gpg: invalid key resource URL '/tmp/apt-key-gpghome.xyz/home:someuser.asc.gpg' gpg: keyblock resource '(null)': General error Transform the filename to remove colons in order to avoid GPG interpreting these filenames as URLs. Commit: e42c2f48da75e45a1525c2766387c83671c92788 https://github.com/openSUSE/software-o-o/commit/e42c2f48da75e45a1525c2766387... Author: Alexander Graul <mail@agraul.de> Date: 2020-08-04 (Tue, 04 Aug 2020) Changed paths: M app/views/download/package.erb Log Message: ----------- Merge pull request #843 from zanchey/patch-1 package.erb: produce GPG-safe keyring names Compare: https://github.com/openSUSE/software-o-o/compare/ce3b828c4acf...e42c2f48da75
participants (1)
-
Alexander Graul