Uploaded image for project: 'MariaDB Foundation Development'
  1. MariaDB Foundation Development
  2. MDBF-408

Create/edit Foundation gpg key with named uid

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Not a Bug
    • None
    • N/A
    • None
    • None

    Description

      1. Following commands from downloads page one need to fetch public key
        sudo apt-key adv --fetch-keys 'https://mariadb.org/mariadb_release_signing_key.asc'
      2. However created trusted key ends with unknown uid what I found as an drawback.

        $ sudo apt-key list
        /etc/apt/trusted.gpg
        --------------------
        pub   rsa4096 2016-03-30 [SC]
              177F 4010 FE56 CA33 3630  0305 F165 6F24 C74C D1D8
        uid           [ unknown] MariaDB Signing Key <signing-key@mariadb.org>
        sub   rsa4096 2016-03-30 [E]
        

      • This MDBF should properly generate or edit if possible existing key with valid UID like mariadb-foundation, or similar
      • The result of uid can be found in apt list --all-versions

        $ sudo touch /etc/apt/sources.list.d/mariadb.list
        $ echo "deb [arch=amd64] https://archive.mariadb.org/repo/10.5.9/ubuntu focal main"| sudo tee -a /etc/apt/sources.list.d/mariadb.list
        $ sudo apt update
        https://archive.mariadb.org/repo/10.5.9/ubuntu focal/main amd64 Packages [17.2 kB]
         
        $ apt list |grep maria # default --all-versions
        libdbd-mariadb-perl/focal 1.11-3ubuntu2 amd64
        libmariadb-dev-compat/unknown 1:10.5.9+maria~focal amd64
         
        $ apt list --installed|grep maria
        mysql-common/focal,focal,now 5.8+1.0.5ubuntu2 all [installed,upgradable to: 1:10.5.9+maria~focal]
         
        apt list --upgradeable|grep maria
        mysql-common/unknown 1:10.5.9+maria~focal all [upgradable from: 5.8+1.0.5ubuntu2]
        

      Attachments

        Activity

          People

            anel Anel Husakovic
            anel Anel Husakovic
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: