Pull in a newer Cassandane snapshot and clean up the test lists. Down
to just five tests to figure out, plus nine that only fail on big-endian
machines which I've asked upstream to look into.
Basically Cyrus is completely fine on 64-bit little-endian machines.
"make check" fails on big-endian machines. The Cassandane tests fail on
32-bit machines.
Some of the Cassandane tests are known to be due to bugs in the tests
suite; Fedora's 32-bit Perl does not support 64-bit types ("Q" and "q")
in pack and unpack. This is being fixed in rawhide on our side, but it
won't be a complete solution because there are some failures elsewhere
in the test suite.
Fedora is the first to fully integrate Cassandane into the build
process, and we appear to be the only ones to do testing on big-endian
and 32-bit machines. So there's a bit of teething still to get through.
I still do intend to try and push this to F26 as upstream has requested.
fixed: cannot set unlimited quota through proxy
fixed: reconstruct tries to set timestamps again and again
fixed: response for LIST "" user is wrong
fixed: THREAD command doesn't support quoted charset
fixed crashes in mupdatetest and cyr_expire when using -x
- forward-port the autocreate and rmquota patches (used latest upstream
patches, those are for 2.3.3)
Tue Jul 18 2006 Petr Rockai <prockai@redhat.com> - 2.3.1-3
- install perl modules into vendor_perl instead of site_perl
- change mode of perl .so files to 755 instead of 555
- update pam configuration to use include directive instead of deprecated
pam_stack
- change prereq on cyrus-imapd-utils to requires
Tue Jul 11 2006 Petr Rockai <prockai@redhat.com> - 2.3.1-2.99.test1
- address bunch of rpmlint errors and warnings
- rename perl-Cyrus to cyrus-imapd-perl to be consistent with rest of
package (the cyrus modules are not part of cpan)
- added provides on cyrus-nntp and cyrus-murder (the functionality is part
of main package now)
- removed generation of README.buildoptions
- the two above made it possible to get rid of most build-time parameter
guessing from environment
- get rid of internal autoconf (iew)
- don't strip binaries, renders -debuginfo useless...
- remove prereq's in favour of newly added requires(...)