summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd/patches
AgeCommit message (Collapse)AuthorFilesLines
2020-05-14Remove old cyrus-imapds that no longer build with pkgsrc OpenSSLnia18-568/+0
2013-02-26Don't use nested functions to detect support for __attribute__.joerg1-5/+30
2011-10-15Fix compilation on perl 5.14, from cyrus-imapd-2.4 branch.obache1-0/+83
2010-06-02Fix building with db5; revision bump for db4 updateadam1-1/+46
2009-09-10Update cyrus-imapd to 2.2.13p1.obache1-4/+4
Changes to the Cyrus IMAP Server since 2.2.13 * Fixed CERT VU#336053 - Potential buffer overflow in Sieve.
2009-05-15Fixes `-n' option handling for fetchnews(1).obache1-1/+10
Patch provided by Jukka Salmi in PR 41432. While here, add DESTDIR support.
2007-06-12Fix to build with db4>=4.5.obache1-0/+20
2007-03-09compatibility fix for SASL 2.1.22.obache1-7/+20
Taken from: https://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imtest/imtest.c.diff?r1=1.107&r2=1.108 Bump PKGREVISION. Reported by Jukka Salmi in PR 35959.
2006-12-01Replace use of timezone (on BSDs traditionally a function, not ajoerg1-0/+39
variable) with the portable equivalent. Bump revision.
2006-11-03Fix problem that even if select gssapi option, configure detect butobache1-4/+17
isn't enabled. Reported by Jukka Salmi by PR 34917.
2006-10-09Add patch to imap/backend.c(r1.38), diff came from cyrus cvs repository.obache1-0/+80
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-04Update cyrus-imapd to 2.2.13.obache2-33/+2
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-05-07Adapt the db_err function to bdb 4.4.recht1-0/+13
Addresses PR 32739 by John Kohl. Bump PKGREVISION.
2005-11-19Added the patch from PR 32114 to make this package build with SunPro onrillig1-0/+15
Solaris. Fixes PR 32114.
2005-08-15Make this compile with gcc-4.x.rh1-1/+19
2005-08-08Fix package configuration so that the Perl modules are installed intojlam2-0/+26
the "vendor" directories. Bump the PKGREVISION.
2005-05-21Make this compile on Darwin.rh1-0/+15
2005-05-21Make sure that the right libdb is actually picked up by the configurerh1-4/+13
script.
2005-05-21Make this compile on Darwin.rh3-0/+49
2005-03-02Update to 2.2.12, i.e. copy the contents of mail/cyrus-imapd22 here.wiz19-228/+123
2002-12-17Fix problem patch file. Problem noted by David Edmondson on IRC.tron1-8/+1
2002-11-04Add dependency on autoconf and have auto{header,conf} run at pre-configureseb1-156/+0
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-04More fix for PR pkg/16089.seb1-0/+22
Libisieve also need to be composed of relocatable objects.
2002-11-01If we are building with perl, then create libcyrus.a, libacap.a, andjlam5-5/+77
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-10-21Ensure that everything that is linked against libsasl is also linkedjlam2-0/+168
against its dependent libraries by using the output of "sasl-config --libs" if sasl-config is present.
2002-10-09buildlink1 -> buildlink2.wiz1-19/+0
2001-11-24Buildlinkify, respect ${CONFDIR}, and use general INSTALL/DEINSTALL scripts.jlam1-0/+19
2001-10-15Rename the manpages {deliver,imapd,master,pop3d}.8 to cyrus-*.8 as well asjlam2-24/+0
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-09-18Add files missed in last commit.skrll2-0/+39
2001-09-18Update to version 2.0.16skrll8-100/+75
Changes to numerous to mention see the changes.html file.
2001-07-22Fix case-sensitivity problem noted in pkg/13529 by John P. Darrow, bywiz1-0/+45
using the patch supplied in that PR.
2001-02-26Fix sendmail path. pkg/12081.wiz1-0/+17
2000-12-10imapd.8 -> cyrus-imapd.8 so as not to conflict with identically namedjlam2-0/+23
manpage from the UW IMAP package (imap-uw).
2000-12-10Update cyrus-imapd to 1.6.24nb1:jlam4-0/+58
* 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.