#acl PaulHowarth:read,write,admin,revert,delete All:read === Monday 20th February 2012 === ==== Fedora Project ==== * Updated `bluefish` in F-15, F-16, F-17, Rawhide and EPEL-6 to fix an `abort` due to `free()` of invalid pointer ([[RedHatBugzilla:771227|Bug #771227]]), adding a workaround for the broken `gucharmap` `pkgconfig` file in `gucharmap` release `3.3.1-1.fc17` ([[RedHatBugzilla:795537|Bug #795537]]), which would otherwise break the build: . {{{ # Work around broken gucharmap pkgconfig file (#795537) export CPPFLAGS="-I%{_includedir}/gucharmap-2.90" }}} * Updated `perl-IO-Socket-SSL` to 1.55 in Rawhide `git` but didn't build it yet as there's a compatibility issue with OpenSSL 1.0.1 ([[RedHatBugzilla:789447|Bug #789447]], [[CPAN:75165|CPAN RT#75165]]) ==== Local Packages ==== * New package `perl-Data-Alias` (1.16) * New package `perl-Data-Visitor` (0.28) * New package `perl-Tie-ToObject` (0.03) * Updated `bluefish` as per the Fedora version * Updated `perl-IO-Socket-SSL` to 1.55: * Work around `IO::Socket`'s work around for systems returning `EISCONN` etc. on `connect` retry for non-blocking sockets by clearing `$!` if `SUPER::connect` returned `true` ([[CPAN:75101|CPAN RT#75101]]) * Updated `perl-Moose` to build-require `perl(Data::Visitor)` (except when bootstrapping) and `perl(PadWalker)` so that the full test suite can be run * Updated `perl-Test-File` to 1.33: * Fixed problem in `MANIFEST` file ([[CPAN:37676|CPAN RT#37676]]) ----