#acl PaulHowarth:read,write,admin,revert,delete All:read === Monday 31st August 2020 === ==== Fedora Project ==== * Updated `milter-greylist` to 4.6.4 in F-33 and Rawhide: * Fix crash when `GeoIP2` is not configured * MacOSX build fix for `--enable-dnsrbl` * Updated `python-paramiko` to 2.7.2 in F-33 and Rawhide: * Update our CI to catch issues with `sdist` generation, installation and testing * Add missing test suite fixtures directory to `MANIFEST.in`, reinstating the ability to run `Paramiko`'s tests from an `sdist` tarball ([[https://github.com/paramiko/paramiko/pull/1727|GH#1727]]) * Remove leading whitespace from OpenSSH RSA test suite static key fixture, to conform better to spec. ([[https://github.com/paramiko/paramiko/pull/1722|GH#1722]]) * Fix incorrect string formatting causing unhelpful error message annotation when using Kerberos/GSSAPI * Fix incorrectly swapped order of '`p`' and '`q`' numbers when loading OpenSSH-format RSA private keys; at minimum this should address a slowdown when using such keys, and it also means `Paramiko` works with `Cryptography` 3.1 and above, which complains strenuously when this problem appears ([[https://github.com/paramiko/paramiko/pull/1723|GH#1723]]) ----