#acl PaulHowarth:read,write,admin,revert,delete All:read === Friday 21st May 2010 === ==== Fedora Project ==== * Built `perl-Crypt-RSA` for EPEL-6 * Raised [[RedHatBugzilla:594750|Bug #594750]] about the `authconfig` command line interface not updating `sssd.conf` in Fedora 13 although the GUI works OK, which is a problem when setting up LDAP auth ==== PPTP Client Project ==== * Published the `yum` repositories for Fedora 13, ready for next week's release ==== Local Packages ==== * Updated `contagged` to 0.7.2 (added country support - note that `ldapab.schema` is updated) * Updated `perl-Class-MOP` to 1.02, adding a new build requirement of `perl(List::MoreUtils)` and updating the patches for old `Test::More` versions and the spell check test * packages and modules no longer have methods (moved to `Class::MOP::Class`) * metaclass incompatibility checking now checks all metaclass types * `Class::MOP` can now do simple metaclass incompatibility fixing * Updated `perl-IO-Socket-INET6` to 2.62 adding a workaround patch for a test failure in `t/io_multihomed6.t` that only manifested on Fedora 10 but at least affected someone else on [[http://www.cpantesters.org/|cpantesters]] (see [[CPAN:57676|CPAN RT#57676]]): . {{{ --- IO-Socket-INET6-2.62/t/io_multihomed6.t 2010-05-20 21:42:31.000000000 +0100 +++ IO-Socket-INET6-2.62/t/io_multihomed6.t 2010-05-21 10:49:22.996197801 +0100 @@ -97,6 +97,10 @@ # should be different families print "not " if $fam0 eq $fam1; print "ok 7\n"; + } else { + print "not ok 5 # TODO select timed out\n"; + print "not ok 6 # TODO select timed out\n"; + print "not ok 7 # TODO select timed out\n"; } waitpid($pid,0); }}} * Updated `perl-Module-CoreList` to 2.34 (updated for 5.13.1) * Updated `perl-Moose` to 1.05, bumping the `Class::MOP` version requirement to 1.02 and updating the patches for old `Test::More` versions and the spell check test * packages and modules no longer have methods * `BUILDALL` called by `Moose::Meta::Class::new_objec`, not `Moose::Object::new` * `strict` and `warnings` are unimported if `Moose`, `Moose::Role`, or `Moose::Exporter` are unimported * add a '`consumers`' method to `Moose::Meta::Role` * fix `has '+attr'` in `Roles` to explode immediately * fix duplicate '`failed`' in type constraint validation messages * new type constraints will default to being unequal * tests no longer check for `perl`'s behavior of clobbering `$@` * metaclass compatibility fixing has been completely rewritten for robustness * Rebuilt `ppp` for RHEL-6 Beta ----