#acl PaulHowarth:read,write,admin,revert,delete All:read === Monday 5th September 2022 === ==== Fedora Project ==== * Updated `perl-IO-AIO` to 4.77 in F-37 and Rawhide: * Add `MFD_HUGETLB_2MB` and `MFD_HUGETLB_1GB` constants * Add `fexecve` * Add lots of missing functions to `@EXPORT_OK` . I added this small patch to fix compilation with `-Werror=format-security`: . {{{#!highlight diff @@ -0,0 +1,11 @@ --- AIO.xs +++ AIO.xs @@ -1100,7 +1100,7 @@ static char ** extract_stringvec (SV *sv, const char *croakmsg) { if (!SvROK (sv) || SvTYPE (SvRV (sv)) != SVt_PVAV) - croak (croakmsg); + croak ("%s", croakmsg); AV *av = (AV *)SvRV (sv); int i, nelem = av_len (av) + 1; }}} * Updated `perl-YAML-LibYAML` to 0.84 in F-37 and Rawhide: * Add option `ForbidDuplicateKeys` ([[https://github.com/ingydotnet/yaml-libyaml-pm/pull/105|GH#105]]) ==== Local Packages ==== * Updated `nmap` to 7.93 (see [[https://nmap.org/changelog.html#7.93|CHANGELOG]] for details) - only in Fedora 36 onwards since it [[https://seclists.org/nmap-dev/2022/q3/6|fails to build with older OpenSSL versions]] * Updated `perl-IO-AIO` to 4.77 as per the Fedora version ----