#acl PaulHowarth:read,write,admin,revert,delete All:read === Sunday 28th January 2024 === ==== Fedora Project ==== * Updated `perl-URI` to 5.25 in Rawhide: * Cache scheme so that only one loading attempt is made ([[https://github.com/libwww-perl/URI/pull/55|GH#55]]) ==== Local Packages ==== * Updated `c-ares` to 1.26.0: . This is a feature and bugfix release . Features: * Event Thread support: Integrators are no longer required to monitor the file descriptors registered by `c-ares` for events and call '`ares_process()`' when enabling the event thread feature via '`ARES_OPT_EVENT_THREAD`' passed to '`ares_init_options()`' ([[https://github.com/c-ares/c-ares/pull/696|GH#696]]) * Added flags to '`ares_dns_parse()`' to force RAW packet parsing ([[https://github.com/c-ares/c-ares/pull/693|GH#693]]) . Changes: * Mark '`ares_fds()`' as deprecated ([[https://github.com/c-ares/c-ares/pull/691|GH#691]]) . Bugfixes: * `adig`: Differentiate between internal and server errors * Autotools: Allow `make` to override `CFLAGS`/`CPPFLAGS`/`CXXFLAGS` ([[https://github.com/c-ares/c-ares/pull/695|GH#695]]) * Autotools: Fix building for 32-bit windows due to `stdcall` symbol mangling ([[https://github.com/c-ares/c-ares/pull/689|GH#689]]) * RR `Name` should not be sanity checked against the `Question` ([[https://github.com/c-ares/c-ares/pull/685|GH#685]]) ----