Commit graph

24 commits

Author SHA1 Message Date
obache
c4915ec13e Add patch to imap/backend.c(r1.38), diff came from cyrus cvs repository.
r1.39: initialize err to revent segfault
r1.40: only free() the backend struct if we allocated it (don't free cached connections)

Bump PKGREVISION.
2006-10-09 12:46:01 +00:00
obache
e43ecc231a Update cyrus-imapd to 2.2.13.
Patch provided by Jukka Salmi via PR 33576.

Changes to the Cyrus IMAP Server since 2.2.12

 * Allow sieve scripts to be run on shared mailboxes (via sieve annotation).
 * Updated nntpd to be compliant with latest draft (soon to be RFC3977).
 * Updated IMAP UIDPLUS extension to be compliant with latest specification
    (RFC4315).
 * Performance improvements to quota utility.
 * Fixed possible race condition in IMAP IDLE.
 * Made ptloader runtime configurable.
 * Added more extensive output to arbitron.
 * Allow responses of any length from backend when proxing IMAP/POP3/NNTP
   traffic.
 * Added plaintextloginalert option.
 * Only allow mbpath to be run as Cyrus user.
 * Added berkeley_hash and berkeley_hash_nosync cyrusdb backends (seem to
   perform better under heavy loads).
 * Added lastpop mailbox annotation.
 * Added subscribe/unsubscribe support to cyradm.
 * Fixed miscellaneous bugs and build issues.
2006-10-04 12:18:14 +00:00
recht
ff6df3eee2 Adapt the db_err function to bdb 4.4.
Addresses PR 32739 by John Kohl.

Bump PKGREVISION.
2006-05-07 17:47:05 +00:00
rillig
f34e908967 Added the patch from PR 32114 to make this package build with SunPro on
Solaris. Fixes PR 32114.
2005-11-19 11:50:56 +00:00
rh
5eb93c1d4d Make this compile with gcc-4.x. 2005-08-15 02:20:33 +00:00
jlam
4cee2b6ab3 Fix package configuration so that the Perl modules are installed into
the "vendor" directories.  Bump the PKGREVISION.
2005-08-08 16:50:59 +00:00
rh
ad61a77a99 Make this compile on Darwin. 2005-05-21 06:58:03 +00:00
rh
aa56b75f2c Make sure that the right libdb is actually picked up by the configure
script.
2005-05-21 06:56:21 +00:00
rh
9aad8e1bd3 Make this compile on Darwin. 2005-05-21 03:31:26 +00:00
wiz
0fbe58de59 Update to 2.2.12, i.e. copy the contents of mail/cyrus-imapd22 here. 2005-03-02 21:42:48 +00:00
tron
201a306dd1 Fix problem patch file. Problem noted by David Edmondson on IRC. 2002-12-17 09:27:13 +00:00
seb
8295507d80 Add dependency on autoconf and have auto{header,conf} run at pre-configure
stage: this is need to avoid conflict between the distribution patch file for
IPv6 support and patches/patch-af (now removed) and patches/patch-ak.

Bump PKGREVISION (again).
2002-11-04 13:48:35 +00:00
seb
0130253c65 More fix for PR pkg/16089.
Libisieve also need to be composed of relocatable objects.
2002-11-04 01:35:31 +00:00
jlam
84ecfaf773 If we are building with perl, then create libcyrus.a, libacap.a, and
libsieve.a from relocatable objects so that when the Perl modules are
linked against these libraries, they are composed wholly from relocatable
objects.  We query perl for how to compile a source file into a relocatable
object file.  This should fix pkg/16089.
2002-11-01 00:26:30 +00:00
jlam
85909b5fa2 Ensure that everything that is linked against libsasl is also linked
against its dependent libraries by using the output of "sasl-config --libs"
if sasl-config is present.
2002-10-21 06:12:53 +00:00
wiz
0b69490c92 buildlink1 -> buildlink2. 2002-10-09 21:50:24 +00:00
jlam
963d494404 Buildlinkify, respect ${CONFDIR}, and use general INSTALL/DEINSTALL scripts. 2001-11-24 20:49:42 +00:00
jlam
09923a76d9 Rename the manpages {deliver,imapd,master,pop3d}.8 to cyrus-*.8 as well as
changing all cross-references to them.  This prevents name collisions with
other packages' manpages.  This addresses pkg/14245 by Kimmo Suominen
<kim@tac.nyc.ny.us> (cyrus: master(8) conflicts).
2001-10-15 21:30:36 +00:00
skrll
563874d0b0 Add files missed in last commit. 2001-09-18 21:57:17 +00:00
skrll
5b79969881 Update to version 2.0.16
Changes to numerous to mention see the changes.html file.
2001-09-18 21:56:29 +00:00
wiz
73c1b6ff23 Fix case-sensitivity problem noted in pkg/13529 by John P. Darrow, by
using the patch supplied in that PR.
2001-07-22 01:54:53 +00:00
wiz
cca4e6a829 Fix sendmail path. pkg/12081. 2001-02-26 20:55:05 +00:00
jlam
7e0d5e868b imapd.8 -> cyrus-imapd.8 so as not to conflict with identically named
manpage from the UW IMAP package (imap-uw).
2000-12-10 19:33:03 +00:00
jlam
0cdaa12198 Update cyrus-imapd to 1.6.24nb1:
* Update dependency on cyrus-sasl to >=1.5.24nb2.
* Move creation of cyrus user and mail group to cyrus-sasl.
* Install HTML documentation.
* Install minimal imapd.conf configuration file defaulting to 'pwcheck'
  authentication.
* Install mkimap perl script for creating cyrus imap directories.
* Improvements to DEINSTALL/INSTALL scripts.
* Make me the maintainer.
2000-12-10 09:45:32 +00:00