FreshPorts -- The Place For Ports notbug Sun, 27 May 2012 3:08 PM BST
Port details
cyrus-imapd23 2.3.18_1 mail on this many watch lists=23 search for ports that depend on this port An older version of this port was marked as vulnerable.
The cyrus mail server, supporting POP3 and IMAP4 protocols
Maintained by: ume@FreeBSD.org search for ports maintained by this maintainer
Port Added: 12 Dec 2005 01:23:37
Also Listed In: ipv6
License: BSD


The Cyrus IMAP (Internet Message Access Protocol) server provides access to
personal mail and system-wide bulletin boards through the IMAP protocol. 
The Cyrus IMAP server is a scaleable enterprise mail system designed for use
from small to large enterprise environments using standards-based
technologies.

A full Cyrus IMAP implementation allows a seamless mail and bulletin board
environment to be set up across multiple servers.  It differs from other
IMAP server implementations in that it is run on "sealed" servers, where
users are not normally 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 software using the IMAP, POP3, or KPOP
protocols.

The private mailbox database design gives the server large advantages in
efficiency, scalability, and administratability.  Multiple concurrent
read/write connections to the same mailbox are permitted.  The server
supports access control lists on mailboxes and storage quotas on mailbox
hierarchies.

WWW: http://cyrusimap.web.cmu.edu/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: security/p5-Digest-SHA1, lang/perl5.8
Required To Run: lang/perl5.8
Required Libraries: security/cyrus-sasl2, devel/pcre, databases/db41
There are no ports dependent upon this port

To install the port: cd /usr/ports/mail/cyrus-imapd23/ && make install clean
To add the package: pkg_add -r cyrus-imapd23


Configuration Options
===> The following configuration options are available for cyrus-imapd-2.3.18_1:
     AUTOCREATE=off (default) "Use autocreate INBOX patch (UoA)"
     AUTOSIEVE=off (default) "Use autosievefolder patch (UoA)"
     BDB=on (default) "Use Berkeley DB"
     DRAC=off (default) "Enable DRAC support"
     IDLED=off (default) "Enable IMAP idled support"
     LDAP_PTLOADER=off (default) "Enable LDAP ptloader"
     LISTEXT=off (default) "Enable IMAP List extensions"
     MURDER=off (default) "Enable IMAP Murder support"
     MYSQL=off (default) "Use MySQL (experimental)"
     NETSCAPEHACK=off (default) "Enable X-NETSCAPE extensions"
     NNTP=off (default) "Enable NNTP support"
     PGSQL=off (default) "Use PostgreSQL (experimental)"
     REPLICATION=off (default) "Enable replication"
     SQLITE=off (default) "Use SQLite (experimental)"
     SNMP_5=off (default) "Enable SNMP support"
===> Use 'make config' to modify these settings

Master Sites:
ftp://ftp.cyrusimap.org/cyrus-imapd/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 73

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
14 Feb 2012 12:45:35
Original commit files touched by this commit  2.3.18_1
mm search for other commits by this committer
Bump pcre library dependency due to 8.30 update
14 Jan 2012 08:57:23
Original commit files touched by this commit  2.3.18
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
07 Jan 2012 18:25:29
Original commit files touched by this commit  2.3.18
ume search for other commits by this committer
Make it buildable with clang.
05 Oct 2011 16:11:13
Original commit files touched by this commit  2.3.18
ume search for other commits by this committer
Update to 2.3.18.
23 Sep 2011 22:26:39
Original commit files touched by this commit  2.3.17
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
15 Sep 2011 11:29:38
Original commit files touched by this commit  2.3.17
ume search for other commits by this committer
Specify the version number explicitly in the file name of
the 3rd party's auto* patches, sigh.
14 Sep 2011 11:19:36
Original commit files touched by this commit  2.3.17
ume search for other commits by this committer
Update to 2.3.17.
28 Jul 2011 12:43:22
Original commit files touched by this commit  2.3.16_4
sylvio search for other commits by this committer
- Chase net-snmp shlib version bump.
03 Jul 2011 13:53:52
Original commit files touched by this commit  2.3.16_3
ohauer search for other commits by this committer
- remove MD5
20 May 2011 12:17:03
Original commit files touched by this commit  2.3.16_3
ume search for other commits by this committer
Make it buildable with perl 5.14.0.  Perl 5.14.0 doesn't define
sv_undef, sv_yes nor sv_no, anymore.
04 Dec 2010 07:34:27
Original commit files touched by this commit  2.3.16_3
ade search for other commits by this committer
Sync to new bsd.autotools.mk
26 Nov 2010 15:23:45
Original commit files touched by this commit  2.3.16_3
ume search for other commits by this committer
Use PCRE explicitly.  If PCRE was installed, the header of PCRE was
picked upped.  However, since there was bash-ism in the configure
script, libpcre was not linked, correctly.  As the result, the regex
in our libc was used, but the header of PCRE was referred.
16 Oct 2010 11:52:47
Original commit files touched by this commit  2.3.16_2
ade search for other commits by this committer
Punt autoconf267->autoconf268
05 Oct 2010 19:13:35
Original commit files touched by this commit  2.3.16_2
mm search for other commits by this committer
Add optional UoA patches:
- Autocreate INBOX patch
- Autosievefolder patch

PR:             ports/150719
Approved by:    maintainer (timeout)
15 Sep 2010 18:35:24
Original commit files touched by this commit  2.3.16_2
ade search for other commits by this committer
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
02 Jun 2010 19:14:17
Original commit files touched by this commit  2.3.16_1
sylvio search for other commits by this committer
- Chase net-snmp shlib bump
27 May 2010 15:41:43
Original commit files touched by this commit  2.3.16
ume search for other commits by this committer
Make it buildable with db50.
10 Apr 2010 04:35:00
Original commit files touched by this commit  2.3.16
ume search for other commits by this committer
Fix build with enabling DRAC on FreeBSD 7.X and earlier.

Submitted by:   kuriyama
27 Mar 2010 00:15:24
Original commit files touched by this commit  2.3.16
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
07 Feb 2010 10:56:33
Original commit files touched by this commit  2.3.16
kuriyama search for other commits by this committer
- Revert post-build: target because there are patch-*::Makefile.PL
  files for same purpose (but supported only old ExtUtils::MakaMaker,
  I updated them to work with 5.10.1 in previous commit).

Discussed with: skv
06 Feb 2010 04:49:52
Original commit files touched by this commit  2.3.16
kuriyama search for other commits by this committer
- Unbreak with perl5.10.

Approved by:    ume
05 Feb 2010 17:42:26
Original commit files touched by this commit  2.3.16
skv search for other commits by this committer
Do not update "perllocal.pod" (to make Tinderbox happy).

Approved by:    pav (implicit)
24 Dec 2009 12:14:42
Original commit files touched by this commit  2.3.16
ume search for other commits by this committer
Fix build with MySQL option is enabled.

Submitted by:   Jonathan Frazier <jfrazier__at__purpleheartservices.com>
21 Dec 2009 16:07:47
Original commit files touched by this commit  2.3.16
ume search for other commits by this committer
The patch to configure.in is required only when WITH_DRAC=YES and
FreeBSD 8.X and later.
21 Dec 2009 15:39:10
Original commit files touched by this commit  2.3.16
ume search for other commits by this committer
Update to 2.3.16.
08 Dec 2009 08:59:28
Original commit files touched by this commit  2.3.15
pav search for other commits by this committer
- Remove support for ucd-snmp4 in ports, that also support net-snmp5.
  (ucd-snmp4 port is past expiration date)
19 Nov 2009 22:07:43
Original commit files touched by this commit  2.3.15
pav search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE

Reported by:    pointyhat
09 Sep 2009 16:07:39
Original commit files touched by this commit  2.3.15
ume search for other commits by this committer
Update to 2.3.15.

Security:       Potential buffer overflow in Sieve
03 Sep 2009 08:27:57
Original commit files touched by this commit  2.3.14_2
ume search for other commits by this committer
Fix buffer size calculations for sieve actions_string

Submitted by:   Bron Gondwana <brong__at__fastmail.fm>
Obtained from:  Project Cyrus
15 Jul 2009 16:56:10
Original commit files touched by this commit  2.3.14_1
 This port version is marked as vulnerable.
dougb search for other commits by this committer
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
07 Apr 2009 14:14:06
Original commit files touched by this commit  2.3.14_1
 This port version is marked as vulnerable.
ume search for other commits by this committer
Remove dependency to p5-Pod-Parser and p5-File-Temp.
25 Mar 2009 17:02:25
Original commit files touched by this commit  2.3.14
 This port version is marked as vulnerable.
ume search for other commits by this committer
Update to 2.3.14.
05 Jan 2009 21:05:49
Original commit files touched by this commit  2.3.13
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
20 Oct 2008 16:11:47
Original commit files touched by this commit  2.3.13
 This port version is marked as vulnerable.
ume search for other commits by this committer
Update to 2.3.13.
01 Oct 2008 17:59:46
Original commit files touched by this commit  2.3.12p2_1
 This port version is marked as vulnerable.
rnoland search for other commits by this committer
Fix build on -CURRENT due to library shuffle.

Approved by:    garga (mentor), maintainer timeout (2 weeks)
20 Aug 2008 00:57:32
Original commit files touched by this commit  2.3.12p2_1
 This port version is marked as vulnerable.
ade search for other commits by this committer
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
22 Jun 2008 18:39:30
Original commit files touched by this commit  2.3.12p2_1
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Mark BROKEN after recent kerberos import
26 Apr 2008 13:40:33
Original commit files touched by this commit  2.3.12p2_1
 This port version is marked as vulnerable.
ume search for other commits by this committer
The tarball was rerolled with actual fix for imapd.conf parsing
problem.
24 Apr 2008 16:36:58
Original commit files touched by this commit  2.3.12p2
 This port version is marked as vulnerable.
ume search for other commits by this committer
Update to 2.3.12p2.
The memory corruption problem was not fixed in 2.3.12p1, actually.
It should be fixed now.
24 Apr 2008 15:40:10
Original commit files touched by this commit  2.3.12p1
 This port version is marked as vulnerable.
ume search for other commits by this committer
Update to 2.3.12p1.
The only change from 2.3.12 is a patch to fix a memory corruption
in the imapd.conf parsing code which could cause segfaults on
certain platforms.
24 Apr 2008 15:38:24
Original commit files touched by this commit  2.3.12
 This port version is marked as vulnerable.
ume search for other commits by this committer
Add the statuscache_db option to imapd.conf. If WITHOUT_BDB is set,
this will need to be set to skiplist else messages such as the
following will result:
"Fatal error: cyrusdb backend berkeley-nosync not supported"

This patch just makes it a bit easier to find.

PR:             ports/122995
Submitted by:   scf
21 Apr 2008 15:32:14
Original commit files touched by this commit  2.3.12
 This port version is marked as vulnerable.
ume search for other commits by this committer
Update to 2.3.12.
27 Mar 2008 17:20:34
Original commit files touched by this commit  2.3.11
 This port version is marked as vulnerable.
ume search for other commits by this committer
Chase shlib version bump of net-snmp.
12 Dec 2007 00:16:52
Original commit files touched by this commit  2.3.11
 This port version is marked as vulnerable.
ume search for other commits by this committer
Update to 2.3.11.
30 Sep 2007 04:47:37
Original commit files touched by this commit  2.3.9_1
 This port version is marked as vulnerable.
linimon search for other commits by this committer
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:             ports/116639
Submitted by:   aDe
08 Sep 2007 01:01:47
Original commit files touched by this commit  2.3.9
 This port version is marked as vulnerable.
linimon search for other commits by this committer
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:   gabor
Sponsored by:   Google Summer of Code 2007
Hat:            portmgr
20 Aug 2007 15:21:50
Original commit files touched by this commit  2.3.9
 This port version is marked as vulnerable.
ume search for other commits by this committer
Update to 2.3.9.

Upgrading from 2.3.8

  * The default value of the allowplaintext option has been changed to
    disabled (0). If you need to allow cleartext passwords on the wire,
    then you will have to explicitly enable the allowplaintext option
    in imapd.conf.
09 Aug 2007 14:54:17
Original commit files touched by this commit  2.3.8_1
 This port version is marked as vulnerable.
ume search for other commits by this committer
Add an option to not use Berkeley DB.

PR:             ports/101383
Submitted by:   Sean Farley <sean-freebsd__at__farley.org>
07 Aug 2007 16:50:29
Original commit files touched by this commit  2.3.8_1
 This port version is marked as vulnerable.
ume search for other commits by this committer
Obey the default BDB version defined in bsd.database.mk.
06 Aug 2007 15:01:21
Original commit files touched by this commit  2.3.8_1
 This port version is marked as vulnerable.
ume search for other commits by this committer
Allow to build with db45 and db46 as well.
06 Aug 2007 14:44:11
Original commit files touched by this commit  2.3.8_1
 This port version is marked as vulnerable.
ume search for other commits by this committer
compatibility fix for DBENV->set_lk_max()

Obtained from: 
https://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/lib/cyrusdb_berkeley.c.diff?r1=1.17;r2=1.18
28 Feb 2007 01:19:04
Original commit files touched by this commit  2.3.8_1
 This port version is marked as vulnerable.
kuriyama search for other commits by this committer
- Bump shlib version to libnetsnmp.so.10 and bump $PORTREVISION.
10 Feb 2007 14:58:49
Original commit files touched by this commit  2.3.8
 This port version is marked as vulnerable.
ume search for other commits by this committer
Update to 2.3.8.
07 Oct 2006 10:26:49
Original commit files touched by this commit  2.3.7
 This port version is marked as vulnerable.
ume search for other commits by this committer
Change the MASTER_SITES entries from
        ftp://ftp.hanse.de/sites/transit/mirror/
to
        http://www.transit.hanse.de/mirror/

Requested by:   Stefan Bethke <stb__at__lassitu.de>
11 Jul 2006 12:19:32
Original commit files touched by this commit  2.3.7
 This port version is marked as vulnerable.
ume search for other commits by this committer
Update to 2.3.7.
PASS8BITHACK was deprecated, since munge8bit option was added
for this purpose.
19 Jun 2006 12:28:06
Original commit files touched by this commit  2.3.6
 This port version is marked as vulnerable.
ume search for other commits by this committer
unquote BROKEN.
25 May 2006 17:36:29
Original commit files touched by this commit  2.3.6
 This port version is marked as vulnerable.
ume search for other commits by this committer
Update to 2.3.6 and unmark BROKEN.
If you ran 2.3.4 or 2.3.5, you need to reconstruct your mailboxes.
Please refer /usr/local/share/doc/cyrus-imapd/install-upgrade.html
for detail.
25 May 2006 08:24:26
Original commit files touched by this commit  2.3.5
 This port version is marked as vulnerable.
ume search for other commits by this committer
2.3.5 still has critical problem.  So, I've mark it BROKEN until
the problem is fixed.
25 May 2006 03:33:33
Original commit files touched by this commit  2.3.5
 This port version is marked as vulnerable.
ume search for other commits by this committer
Update to 2.3.5.
10 May 2006 22:37:39
Original commit files touched by this commit  2.3.3
 This port version is marked as vulnerable.
edwin search for other commits by this committer
Remove USE_REINPLACE from ports starting with M
30 Apr 2006 20:19:18
Original commit files touched by this commit  2.3.3
 This port version is marked as vulnerable.
ume search for other commits by this committer
Make it buildable on 4.X without Kerberos5 stuff.

Reported by:    Mark Edwards <mark__at__antsclimbtree.com>
18 Apr 2006 17:48:29
Original commit files touched by this commit  2.3.3
 This port version is marked as vulnerable.
ume search for other commits by this committer
Give sensible sentences for IGNORE.

Requested by:   kris
18 Apr 2006 12:33:21
Original commit files touched by this commit  2.3.3
 This port version is marked as vulnerable.
ume search for other commits by this committer
Replace BROKEN with IGNORE.
16 Apr 2006 15:49:24
Original commit files touched by this commit  2.3.3
 This port version is marked as vulnerable.
ume search for other commits by this committer
Enable support for db-4.4.
14 Apr 2006 14:56:58
Original commit files touched by this commit  2.3.3
 This port version is marked as vulnerable.
ume search for other commits by this committer
Make it buildable with WITH_NNTP=yes.

Obtained from: 
https://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/fetchnews.c.diff?r1=1.2.2.12&r2=1.2.2.13&f=u
01 Apr 2006 03:38:37
Original commit files touched by this commit  2.3.3
 This port version is marked as vulnerable.
ume search for other commits by this committer
The Project Cyrus web site is migrated to a new server.
01 Apr 2006 03:34:12
Original commit files touched by this commit  2.3.3
 This port version is marked as vulnerable.
ume search for other commits by this committer
Update to 2.3.3.
20 Feb 2006 20:47:50
Original commit files touched by this commit  2.3.1
 This port version is marked as vulnerable.
dougb search for other commits by this committer
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
03 Feb 2006 07:24:12
Original commit files touched by this commit  2.3.1
 This port version is marked as vulnerable.
ume search for other commits by this committer
The idled support could not be enabled.  The configure option for
idled was changed by 2.3.x.
The WITH_IDLE_POLL was removed, and the WITH_ILDE_IDLED was changed
to WITH_IDLED.

Reported by:    Forrest Aldrich <forrie__at__forrie.com>
20 Dec 2005 17:35:41
Original commit files touched by this commit  2.3.1
 This port version is marked as vulnerable.
ume search for other commits by this committer
Update to 2.3.1.
16 Dec 2005 06:52:52
Original commit files touched by this commit  2.3.0
ume search for other commits by this committer
Cyrus IMAPd 2.3.0 is not buildable when NNTP support is enabled.
So, when WITH_NNTP is set, mark it IGNORE until it is solved.

Reported by:    Igor Karpov <jc__at__minjust.gov.ua>
12 Dec 2005 05:06:20
Original commit files touched by this commit  2.3.0
ume search for other commits by this committer
remove redundant lines which was included wrongly through
previous commit.
12 Dec 2005 01:22:54
Original commit files touched by this commit  2.3.0
ume search for other commits by this committer
Add Cyrus IMAPd 2.3.0 after repo. copy.

Number of commits found: 73

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23676
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 6
new 48 hours18
new 7 days63
new fortnight185
new month257

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.275 seconds.