ralph strebbing
2022-Oct-25 13:15 UTC
[Samba] Samba 4.16 and 4.17 ubuntu focal and jammy packages
On Tue, Oct 25, 2022 at 8:47 AM Michael Tokarev via samba <samba at lists.samba.org> wrote:> The repository is signed with my usual GPG key which I use in Debian.Okay so I tried to find where I should look for this before asking here, and after almost an hour I'll just ask. Where is your GPG key located so I can test this repo? If you'd write out the commands to import it I'd also appreciate it to confirm the proper way I should be doing this since there seem to be multiple ways, including some being deprecated (apt-key). Thanks, Ralph
Michael Tokarev
2022-Oct-25 13:23 UTC
[Samba] Samba 4.16 and 4.17 ubuntu focal and jammy packages
25.10.2022 16:15, ralph strebbing wrote:> On Tue, Oct 25, 2022 at 8:47 AM Michael Tokarev via samba > <samba at lists.samba.org> wrote: > >> The repository is signed with my usual GPG key which I use in Debian. > Okay so I tried to find where I should look for this before asking > here, and after almost an hour I'll just ask. > Where is your GPG key located so I can test this repo? If you'd write > out the commands to import it I'd also appreciate it to confirm the > proper way I should be doing this since there seem to be multiple > ways, including some being deprecated (apt-key).Oh. I forgot to mention. All Debian keys are available at keyring.debian.org, so you can grab the key like this: gpg --keyserver keyring.debian.org --recv-key 6EE195D1886E8FFB810D4324457CE0A0804465C5 and you can export it like this: gpg --export 6EE195D1886E8FFB810D4324457CE0A0804465C5 > mjt.key to be used with apt - either put it to /etc/apt/trusted.gpg.d/, or use this key in sources.list entry like this (for example): deb [signed-by=/etc/apt/mjt.key] http://www.corpit.ru/mjt/packages/samba ubuntu-22.04-jammy/samba-4.17/ /mjt