aboutsummaryrefslogtreecommitdiffstats
path: root/databases/cyrus-imspd
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build with custom LOCALBASEitetcu2009-06-022-17/+17
| | | | | | - use DOCSDIR macro Reported by: QATty
* - Update of cyrus-imspd from 1.7b to 1.8clsung2007-02-055-29/+47
| | | | | | | - Startup script updated to rcNG PR: ports/108740 Submitted by: Martin Matuska <martin_AT_matuska dot org>
* - Remove bad site:jmelo2006-07-251-1/+1
| | | | | | * ftp://ftp.hanse.de - Add new mastersite.
* Remove USE_REINPLACE from all categories starting with Dedwin2006-05-051-1/+0
|
* - Add SHA256pav2005-11-241-0/+1
|
* - Update to 1.7bpav2004-07-3012-91/+28
| | | | | | | - Switch to sasl2 PR: ports/69697 Submitted by: Palle Girgensohn <girgen@pingpong.net>
* Update to version 1.6.a5, unmark FORBIDDEN.lofi2004-05-153-135/+8
| | | | http://asg.web.cmu.edu/archive/message.php?mailbox=archive.cyrus-announce&msg=25
* mark FORBIDDEN: potentially exploitable heap overfloweik2004-05-091-0/+2
| | | | <http://asg.web.cmu.edu/archive/message.php?mailbox=archive.cyrus-announce&msg=25>
* Tidy up whitespace.trevor2004-04-111-1/+1
|
* SIZEify.trevor2004-01-291-0/+1
|
* - Use canonical form (ports@FreeBSD.org) in MAINTAINER linesergei2003-12-211-1/+1
|
* Patch a remotely exploitable root buffer overflow, as reported by anectar2003-12-162-1/+130
| | | | nruns.com security advisory published on the Full-Disclosure list.
* - Make PORTVERSION to be compliant with the FreeBSD standards (removesobomax2003-09-072-1/+17
| | | | | | | | | leading `v'); - increase buffer size, so that it's possible to store strings whose size exceeds 4k; - bump PORTREVISION.
* De-pkg-comment.knu2003-02-212-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* moving saslv1 includes files to make it easier to add saslv2ume2002-07-297-7/+7
| | | | | | PR: ports/40288 Submitted by: Mathieu Arnold <m@absolight.net> Approved by: knu
* The Internet Message Support Protocol (IMSP) is designed to support thedinoex2002-03-3018-0/+256
provision of mail in a medium to large scale operation. It is intended to be used as a companion to the IMAP4 protocol [IMAP4], providing services which are either outside the scope of mail access or which pertain to environments which must run more than one IMAP4 server in the same mail domain. The services that IMSP provides are extended mailbox management, configuration options, and address books. http://asg.web.cmu.edu/cyrus/ PR: 31026 Submitted by: damien@tougas.net