prayer - standalone IMAP-based webmail server
# sudo apt-get update
# sudo apt-get install prayer
2014-10-29 - Magnus Holmgren <holmgren@debian.org> prayer (1.3.5-dfsg1-3) unstable; urgency=low * disable_ssl3.patch (new): Disable SSL 3.0 due to CVE-2014-3566 (POODLE). * debian/Config: Disable ACCOUNTD_SSL_ENABLE since the SSL/TLS support in prayer-accountd and prayer-session is incomplete and never was functional.
2013-07-18 - Magnus Holmgren <holmgren@debian.org> prayer (1.3.5-dfsg1-2) unstable; urgency=high * dlopen_templates.patch: Use MYCFLAGS (which is initialized to the value of CFLAGS from dpkg-buildflags in the Config file) instead of CFLAGS in templates/{src,cam,old}/Makefile (Closes: #715310, LP: #1201216). The --defsym options were lost when we let CDBS override CFLAGS in the previous upload.
2013-06-12 - Magnus Holmgren <holmgren@debian.org> prayer (1.3.5-dfsg1-1) unstable; urgency=low * New upstream release. * Refresh patches. * Drop dummy package prayer-templates. * No longer override CDBS overriding CFLAGS, thereby allowing hardening flags to be properly propagated. I think it caused internal include flags to be lost, but since at least 1.3.2 that's no longer the case. * Bump Standards-Version to 3.9.4. * hurd.patch: Always define HAVE_SHADOW. The test for BSD4_4 seems bogus; it is defined on Hurd, but crypt(3) is available there.
2011-08-27 - Magnus Holmgren <holmgren@debian.org> prayer (1.3.4-dfsg1-1) unstable; urgency=low * New upstream release. - Drop ipv6_v6only.patch; fixed upstream. * template_sdk.patch: templates/src/build_index.pl no longer need to be patched. * Bump Standards-Version to 3.9.2.
2011-03-27 - Magnus Holmgren <holmgren@debian.org> prayer (1.3.3-dfsg1-4) unstable; urgency=low * Merge ld-as-needed.diff from Ubuntu into dlopen_templates.patch (Closes: #607559). * dlopen_templates.patch: Add missing #include "dlopen_templates.h" to servers/prayer_shared.h. * hurd.patch (new): Use the SPT_CHANGEARGV implementation of setproctitle() on the Hurd. * Add basic manpage for prayer-accountd(8). * unbrand_accountd.patch: Remove some Cambridge-specific parts of the filter handling. * Drop obsolete Build-Depends alternative libc-client2007b-dev. * Increase Debhelper compat level to 7.
2010-12-19 - Matthias Klose <doko@ubuntu.com> prayer (1.3.3-dfsg1-3ubuntu1) natty; urgency=low * Fix FTBFS with ld --as-needed.
2010-12-16 - Magnus Holmgren <holmgren@debian.org> prayer (1.3.3-dfsg1-3) unstable; urgency=high * ipv6_v6only.patch (new): Set the IPV6_V6ONLY socket option on AF_INET6 sockets; since Prayer by default enumerates available address families and calls bind() once for each, conflicts will occur otherwise (Closes: #607261).
2010-08-07 - Magnus Holmgren <holmgren@debian.org> prayer (1.3.3-dfsg1-2) unstable; urgency=high * Convert (trivially, since CDBS with quilt was already used) to source format 3.0 (quilt). * no_db_version_check.patch: Remove unnecessary and incorrect check that not only the major and minor version numbers of the current libdb are the same as at compile time, but also that the patch number is equal or greater, which should not be a concern (Closes: #592119).