Verified for plucky, noble, and jammy

lxc launch ubuntu:plucky test-bind-plucky
lxc exec test-bind-plucky bash

cat <<EOF >/etc/apt/sources.list.d/ubuntu-$(lsb_release -cs)-proposed.list
# Enable Ubuntu proposed archive
deb http://archive.ubuntu.com/ubuntu/ $(lsb_release -cs)-proposed restricted 
main multiverse universe
EOF

apt update
apt upgrade

apt install bind9/plucky-proposed

named -v
BIND 9.20.11-0ubuntu0.1-Ubuntu (Stable Release) <id:>


lxc launch ubuntu:noble test-bind-noble
lxc exec test-bind-noble bash

cat <<EOF >/etc/apt/sources.list.d/ubuntu-$(lsb_release -cs)-proposed.list
# Enable Ubuntu proposed archive
deb http://archive.ubuntu.com/ubuntu/ $(lsb_release -cs)-proposed restricted 
main multiverse universe
EOF

apt update
apt upgrade

apt install bind9/noble-proposed

named -v
BIND 9.18.39-0ubuntu0.24.04.1-Ubuntu (Extended Support Version) <id:>


lxc launch ubuntu:jammy test-bind-jammy
lxc exec test-bind-jammy bash

cat <<EOF >/etc/apt/sources.list.d/ubuntu-$(lsb_release -cs)-proposed.list
# Enable Ubuntu proposed archive
deb http://archive.ubuntu.com/ubuntu/ $(lsb_release -cs)-proposed restricted 
main multiverse universe
EOF

apt update
apt upgrade

apt install bind9

named -v
BIND 9.18.39-0ubuntu0.22.04.1-Ubuntu (Extended Support Version) <id:>

** Tags removed: verification-needed verification-needed-jammy 
verification-needed-noble verification-needed-plucky
** Tags added: verification-done verification-done-jammy 
verification-done-noble verification-done-plucky

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2112520

Title:
  Backport upstream microreleases for questing cycle

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind-dyndb-ldap/+bug/2112520/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to