#acl PaulHowarth:read,write,admin,revert,delete All:read === Monday 14th October 2024 === ==== Fedora Project ==== * Updated `perl-Module-Install-Repository` to (0.08) in Rawhide: * Support git remotes named '`github`' * Remove dependencies bundled in `inc/` * Updated `proftpd` (1.3.8b) in Rawhide to drop support for EL-7 and similarly old Fedora releases ==== Local Packages ==== * Updated `c-ares` to 1.34.1: . This is a feature and bugfix release . Features: * `adig`: Read arguments from `adigrc` ([[https://github.com/c-ares/c-ares/pull/856|GH#856]]) * Add new pending write callback optimization via '`ares_set_pending_write_cb`' ([[https://github.com/c-ares/c-ares/pull/857|GH#857]]) * New function '`ares_process_fds()`' ([[https://github.com/c-ares/c-ares/pull/875|GH#875]]) * Failed servers should be probed rather than redirecting queries, which could cause unexpected latency ([[https://github.com/c-ares/c-ares/pull/877|GH#877]]) * `adig`: Rework command line arguments to mimic `dig` from `bind` ([[https://github.com/c-ares/c-ares/pull/890|GH#890]]) * Add new method for overriding network functions '`ares_set_socket_function_ex()`' to properly support all new functionality ([[https://github.com/c-ares/c-ares/pull/894|GH#894]]) * Fix regression with custom socket callbacks due to DNS cookie support ([[https://github.com/c-ares/c-ares/pull/895|GH#895]]) * `ares_socket`: Set `IP_BIND_ADDRESS_NO_PORT` on `ares_set_local_ip*` tcp sockets ([[https://github.com/c-ares/c-ares/pull/887|GH#887]]) * URI parser/writer for `ares_set_servers_csv()`/`ares_get_servers_csv()` ([[https://github.com/c-ares/c-ares/pull/882|GH#882]]) . Changes: * Connection handling modularization ([[https://github.com/c-ares/c-ares/pull/857|GH#857]], [[https://github.com/c-ares/c-ares/pull/876|GH#876]]) * Expose library/utility functions to tools ([[https://github.com/c-ares/c-ares/pull/860|GH#860]]) * Remove '`ares__`' prefix, just use '`ares_`' for internal functions ([[https://github.com/c-ares/c-ares/pull/872|GH#872]]) . Bugfixes: * Fix: Potential `WIN32_LEAN_AND_MEAN` redefinition ([[https://github.com/c-ares/c-ares/pull/869|GH#869]]) * Fix `googletest` v1.15 compatibility ([[https://github.com/c-ares/c-ares/pull/874|GH#874]]) * Fix `pkgconfig` thread dependencies ([[https://github.com/c-ares/c-ares/pull/884|GH#884]]) * Updated `perl-BerkeleyDB` to 0.66: * Bundled `Test::More` failed with `perl` 5.41.x ([[https://github.com/pmqs/BerkeleyDB/issues/12|GH#12]]) * Possible precedence problem between `!` and string `eq` ([[https://github.com/pmqs/BerkeleyDB/issues/13|GH#13]]) * Silence `clang` warnings ([[https://github.com/pmqs/BerkeleyDB/issues/10|GH#10]]) ----