+5584. [bug] Rollback setting IP_DONTFRAG option on the UDP sockets.
+ [GL #2487]
+
5582. [bug] BIND 9 failed to build when static OpenSSL libraries
were used and the *.pc files for libssl and/or libcrypto
were unavailable. This has been fixed by ensuring the
predecessor keys. BIND 9 now implements a recursive successor relation, as
described in the paper "Flexible and Robust Key Rollover" (Equation (2)).
[GL #2375]
+
+- If an outgoing packet would exceed max-udp-size, it would be dropped instead
+ of sending a proper response back. Rollback setting the IP_DONTFRAG on the
+ UDP sockets that we enabled during the DNS Flag Day 2020 to fix this issue.
+ [GL #2487]