#acl PaulHowarth:read,write,admin,revert,delete All:read === Friday 3rd March 2006 === ==== Local Packages ==== * I noticed [[RedHatBugzilla:182240|another bugfix]] had been applied to the rawhide `dovecot` package. Looking at the [[http://cvs.fedora.redhat.com/viewcvs/devel/dovecot/dovecot-1.0.beta2-lib64.patch?rev=1.1&view=markup|patch]] for the bugfix, I noticed another bug - the code for SQLite library detection (admittedly stolen from the existing MySQL library detection code in the same script) was detecting the SQLite libraries and headers correctly but then setting the variables `MYSQL_INCLUDE` and `MYSQL_LIBDIR` rather than `SQLITE_INCLUDE` and `SQLITE_LIBDIR`. Clearly a cut-and-paste error. I updated the bug report and will look forward to seeing another rawhide update soon. In the meantime, I fixed the original problem properly and built some updated packages. * Updated `perl-Module-Build` to 0.2612. * New package `perl-ExtUtils-CBuilder` imported from Fedora Extras for older distributions. ==== Fedora Extras ==== * Submitted [[RedHatBugzilla:183887|perl-Net-SSH-Perl]], [[RedHatBugzilla:183888|perl-Crypt-RSA]], and [[RedHatBugzilla:183889|perl-Crypt-Primes]] for review. That leaves only `perl-Quota` as an unsatisfied dependency for `ldap-account-manager`, and I'll need to turn on filesystem quotas somewhere to test that prior to submission. ----