Manually update expired key for ddebs.ubuntu.com repository

Retrieve the latest key, which was extended for another year.

See https://bugs.launchpad.net/ubuntu/+source/ubuntu-keyring/+bug/1920640
This commit is contained in:
Vadim Zeitlin
2021-03-22 23:21:27 +01:00
parent 91bb265e90
commit b5f7ed2169

View File

@@ -58,6 +58,11 @@ case $(uname -s) in
# Note that this command works only on Ubuntu 18.04 LTS and newer.
$SUDO apt-get install -y ubuntu-dbgsym-keyring
# The key in the package above is currently (2021-03-22) out of
# date, so get the latest key manually (this is completely
# insecure, of course, but we don't care).
wget -O - http://ddebs.ubuntu.com/dbgsym-release-key.asc | $SUDO apt-key add -
$SUDO apt-get update
# Install the symbols to allow LSAN suppression list to work.