#acl PaulHowarth:read,write,admin,revert,delete All:read === Friday 2nd February 2018 === ==== Fedora Project ==== * Updated `perl-Cpanel-JSON-XS` to 4.00 in Rawhide: * Simplify `allow_singlequote` check (coverity cid#165321) * Deprecate UTF-16 or UTF-32 BOM's: RFC 8259 * Added `Cpanel::JSON::XS::Type` as 2nd optional encode argument ([[https://github.com/rurban/Cpanel-JSON-XS/pull/94|GH#94]]) * Removed calling get magic hooks twice in `encode` * Avoid `setlocale` race in threads with non-C locales, where the threads differ in the `LC_NUMERIC` locale ([[https://github.com/rurban/Cpanel-JSON-XS/issues/99|GH#99]]) * Fix `uselocale()` code * Probe for `uselocale` and `xlocale.h` with <5.22 threaded * Updated `python-paramiko` to 2.1.1 in EPEL-7, syncing with the package in RHEL 7 Extras except that the EPEL-7 version has the Python 3 build enabled; otherwise, the package follows the limited-arch package guidelines so as not to take priority over the upstream version of the package where available ==== Local Packages ==== * Updated `perl-Cpanel-JSON-XS` to 4.00 as per the Fedora version, though I had to disable the probe for `uselocale` on Perl < 5.22 because the resulting build with `uselocale` appeared to crash on the last test in `t/117_numbers.t`, and the fallback version without `uselocale` ran the tests successfully ----