I was able to downgrade the nginx versions by downloading the .deb files from launchpad and installing with dpkg, since the 1.24.0-2ubuntu7.9 version was already removed from the repo. In my case I was using the nginx and nginx-common packages. Browse the launchpad to download other packages if you need.
``` wget https://launchpad.net/~ubuntu-security-proposed/+archive/ubuntu/ppa/+build/32919574/+files/nginx_1.24.0-2ubuntu7.9_arm64.deb wget http://launchpadlibrarian.net/863214446/nginx-common_1.24.0-2ubuntu7.9_all.deb sudo dpkg -i nginx-common_1.24.0-2ubuntu7.9_all.deb nginx_1.24.0-2ubuntu7.9_arm64.deb sudo service nginx restart ``` -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2155992 Title: headers-more dynamic module crash | Signal 11 and 6 Crashes due to ABI breakage on 1.24.0-2ubuntu7.10 and 1.28.3-2ubuntu1.3 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libnginx-mod-http-dav-ext/+bug/2155992/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
