Commit Graph

30 Commits

Author SHA1 Message Date
ajacoutot
af9cfc73ee Update to cyrus-imapd-2.3.15
Fix the potential buffer overflow vulnerability described in CERT
VU#336053 (we already had an upstream patch for this in our 2.3.14 pkg).
This release also brings several non-critical bugfixes and feature
enhancements.
2009-09-10 07:20:00 +00:00
ajacoutot
787b6c8342 SECURITY.
Fix overflow in action_string buffer.
2009-09-03 18:51:52 +00:00
ajacoutot
e6907a7256 - update to bugfix release 2.3.14 2009-03-25 15:44:41 +00:00
espie
8db0cff7d0 fix deps 2009-03-16 13:28:57 +00:00
ajacoutot
438e63d181 - update to cyrus-imapd 2.3.13
- only build_depends on mail/drac for the drac FLAVOR as the drac server
can be external
- rename drac patch
- tweak DESCR-perl and MESSAGE-main
- fix -perl packaging after perl upgrade to 5.10
2008-10-21 08:36:25 +00:00
sthen
1a9efa54ec bump packages with Perl .so modules; the old ones don't work
with new perl and the package signature doesn't change, so we
have to do this ourselves to make pkg_add updates work.

ok simon@
2008-10-02 20:32:18 +00:00
ajacoutot
d04d820941 - add lmtp_downcase_rcpt to the default imapd.conf file as it is a
commonly used option
- bump
2008-08-20 13:15:52 +00:00
ajacoutot
889ce2219b - drac FLAVOR should add to RUN_DEPENDS-main, not RUN_DEPENDS
ok landry@
2008-06-14 17:22:39 +00:00
ajacoutot
e793cfa1bc - update to version 2.3.12
- fix depends for the drac FLAVOR in the process
- add a patch from cyrus bugzilla to allow imapd.conf to contain blank lines (!)

* Added statuscache.db to cache IMAP STATUS data
* Added option to unexpunge to restore messages by time interval
* Implemented incremental squat updates (see squatter.8)
* Fixed major bugs in reconstruct -k implementation
* Added code to promote transaction safety and to track the lock status of skiplist databases
* Allow long lines in imapd.conf to be split across multiple lines by using backslash as a continuation character.
* Fixed miscellaneous bugs and build issues
... and more
2008-04-23 13:33:22 +00:00
ajacoutot
5b968de534 - remove kerberos FLAVOR ('-with-auth' configure option was deprecated)
and add GSSAPI support by default
- add more configuration entries in the provided imapd.conf and
cyrus.conf sample files
2008-03-15 10:07:20 +00:00
ajacoutot
2ac5b6a73b - minor update to 2.3.11
(skiplist db bug fixes and robutness, some other small fixes)
2007-12-11 11:04:19 +00:00
steven
e68b25b9ba db.=4 -> db.>=4 in preparation of db4 update
ok sthen@
2007-10-25 21:05:33 +00:00
ajacoutot
6c6f08eb0a - update to cyrus-imapd-2.3.10; notable changes:
* fix alignment issues
 * new cyr_synclog utility for adding events to the replication log
 * added support for the PCRE library
 * miscellaneous bug fixes
2007-10-25 09:42:40 +00:00
ajacoutot
07d1ee4fdd - update to 2.3.9
beware that plaintext authentication is now disabled by default
2007-08-29 20:08:17 +00:00
ajacoutot
4d82749f11 - override FULLPKGPATH-perl so that FLAVORS don't get registered (which
would cause the -perl subpackage to not package when PLIST_DB is set)

problem noticed by sturm@ on bulk builds
inputs by espie@
2007-08-28 13:24:51 +00:00
ajacoutot
99232c25fb - zap a broken MASTER_SITES 2007-06-01 15:23:12 +00:00
ajacoutot
512831896b - better default cyrus.conf file
enable idled and disable sieve ; also disable pop3s and imaps as cyrus
would literally fill the logs if SSL is no configured (problem found by
Stuart Henderson <stu at spacehopper dot org>)
2007-05-04 08:05:00 +00:00
espie
9eafbbfb35 base64 checksums. 2007-04-05 16:19:55 +00:00
ajacoutot
b34be879cf - update to cyrus-imapd-2.3.8
upgrade notes: http://cyrusimap.web.cmu.edu/imapd/install-upgrade.html
2007-03-31 09:33:21 +00:00
steven
b6d439743e use BASE_PKGPATH instead of homegrown variable, no bumps needed 2006-12-14 09:07:55 +00:00
steven
a7ddd8fd90 new MULTI_PACKAGES 2006-11-25 19:51:14 +00:00
steven
2ab5e4a28d bump ALL pkgnames after changing maintainer ! 2006-10-27 06:05:35 +00:00
ajacoutot
614b4654ce - do not remove mail spool and db on pkg_delete -c
- remove version variable
- update my email address

ok mbalmer@
2006-10-25 07:51:58 +00:00
jasper
2aa21c3965 Fix a segfault.
from maintainer Antoine Jacoutot <ajacoutot at lphp dot org>
ok alek
2006-09-22 09:08:24 +00:00
espie
d64e5b7dc6 new lib specs 2006-08-03 13:09:09 +00:00
alek
ee95940a38 - Fix timezone handling in fetchnews
- Add NO_REGRESS
- Bump PKGNAME

From Antoine Jacoutot <ajacoutot@lphp.org> (MAINTAINER)
2006-04-15 08:15:01 +00:00
sturm
f79e456ded update to cyrus-imapd 2.2.13
from maintainer Antoine Jacoutot <ajacoutot at lphp.org>
2006-04-08 20:46:20 +00:00
sturm
1ae346c4c9 missing trailing slash in MASTER_SITES 2006-03-31 16:48:05 +00:00
sturm
0bb88026aa fix build for kerberos FLAVOR
regen PLIST

from maintainer Antoine Jacoutot <ajacoutot at lphp.org>
2006-02-08 19:31:13 +00:00
alek
36924d2ef1 Import cyrus-imapd 2.2.12
The Cyrus IMAP server differs from other IMAP server implementations in
that it is generally intended to be run on sealed servers, where normal
users are not permitted to log in. The mailbox database is stored in
parts of the filesystem that are private to the Cyrus IMAP system. All
user access to mail is through the IMAP, POP3, or KPOP protocols.

From Antoine Jacoutot <ajacoutot@lphp.org>

help & ok naddy@, thanks!
2005-03-27 18:01:50 +00:00