Autopkgtests are now passing and install looks good for both questing and noble:
$ lxc launch ubuntu:noble test-openvpn-noble $ lxc exec test-openvpn-noble bash $ apt update $ apt upgrade $ 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 install openvpn/noble-proposed $ openvpn --version OpenVPN 2.6.19 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] [DCO] ... $ lxc launch ubuntu:noble test-openvpn-questing $ lxc exec test-openvpn-questing bash $ apt update $ apt upgrade $ 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 install openvpn/questing-proposed $ openvpn --version OpenVPN 2.6.19 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] [DCO] ... ** Tags removed: verification-needed verification-needed-noble verification-needed-questing ** Tags added: verification-done verification-done-noble verification-done-questing -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2127658 Title: Backport of openvpn for noble and questing To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openvpn/+bug/2127658/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
