#acl PaulHowarth:read,write,admin,revert,delete All:read === Sunday 23rd January 2022 === ==== Fedora Project ==== * Updated `libssh2` (1.10.0) in Rawhide to fix FTBFS with OpenSSH 8.8: * In 8.8 OpenSSH disabled SHA1 `rsa-sha` keys out of the box, so we need to re-enable them as a workaround for the test suite until upstream updates the tests (see [[https://github.com/libssh2/libssh2/issues/630|GH#630]]) . {{{#!diff --- tests/ssh2.sh +++ tests/ssh2.sh @@ -25,7 +25,8 @@ $SSHD -f /dev/null -h "$srcdir"/etc/host -o 'Port 4711' \ -o 'Protocol 2' \ -o "AuthorizedKeysFile $srcdir/etc/user.pub" \ - -o 'UsePrivilegeSeparation no' \ + -o 'HostKeyAlgorithms +ssh-rsa' \ + -o 'PubkeyAcceptedAlgorithms +ssh-rsa' \ -o 'StrictModes no' \ -D \ $libssh2_sshd_params & }}} * Updated `perl-GD` to 2.74 in Rawhide: * Add experimental support for WEBP, HEIF and AVIF * Document all supported image formats in the `GD::Image` library * Added !GitHub actions (for PR's) * Fix `poly->transform` documentation ([[CPAN:140043|CPAN RT#140043]]) * Fix GD, GD2 detection and tests ([[CPAN:139399|CPAN RT#139399]] - since `libgd` 2.3.3) * POD: Remove indirect object constructors from example code snippet ([[https://github.com/lstein/Perl-GD/pull/39|GH#39]]) * Fix incorrect behaviour of `GD::Simple->fontMetrics` * Fix cross-compilation if `gdlib.pc` has no `cflags` * Rebuilt `perl-autovivification` (0.18), `perl-PerlIO-gzip` (0.20) and `perl-XString` (0.005) for the FedoraProject:Fedora_36_Mass_Rebuild after their initial mass rebuild attempts failed ==== Local Packages ==== * Updated `libssh2` (1.10.0) as per the Fedora version, applying the patch for builds from Fedora 34 onwards only (patch breaks tests differently with older OpenSSH versions) * Rebuilt `c-ares` (1.18.1), `grepmail` (5.3111), `gtkwave` (3.3.111), `libgpg-error` (1.43), `libxslt` (1.1.34), `perl-Moose` (2.2201), `proftpd` (1.3.7c) for the FedoraProject:Fedora_36_Mass_Rebuild ----