#acl PaulHowarth:read,write,admin,revert,delete All:read === Tuesday 15th November 2016 === ==== Fedora Project ==== * Submitted a [[RedHatBugzilla:1395121|review request for a perl-Crypt-IDEA package]] based on the one in RPM Fusion; the IDEA patent has expired and the package is being moved to Fedora proper; the package was kindly reviewed and approved by Petr Pisar * Imported and built `perl-Crypt-IDEA` (1.10) for F-23, F-24, F-25, Rawhide, EPEL-5, EPEL-6 and EPEL-7 ==== Local Packages ==== * Updated `curl` (7.51.0) to do stricter host name checking for `file://` URLs, and to check md5 fingerprints case insensitively for the `ssh` protocol * Updated `perl-DBD-SQLite` to 1.52: * Updated bundled SQLite to 3.13.0 * As upstream disabled two-arg `fts3_tokenizer()` for security concern, `DBD::SQLite` also stopped enabling it by default; if you do need the `perl` tokenizer, compile/install with `SQLITE_ENABLE_FTS3_TOKENIZER` environment variable * Applied a doc patch by Salvatore Bonaccorso * Enabled (experimental) `FTS5` * Fixed `REGEXP` function to work under `sqlite_unicode` correctly * Fixed `t/62_regexp_multibyte_char_class.t` failing for `perl` ≥ 5.22.0 and non-utf8 locale ([[CPAN:112220|CPAN RT#112220]]) * Fixed `column_info` not parsing sizes with spaces ([[CPAN:115465|CPAN RT#115465]]) * Added two missing function declarations ----