The FreeBSD Ports Archive
FreeBSD mail : cyrus-imapd224>
The cyrus mail server, supporting POP3 and IMAP4 protocols
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.
http://cyrusimap.web.cmu.edu/
|
cyrus-imapd22 history
v. 1.154
date: 2007/09/30 04:47:02; author: linimon; state: Exp; lines: +2 -2
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
v. 1.153
date: 2007/09/08 01:01:26; author: linimon; state: Exp; lines: +0 -4
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
v. 1.152
date: 2007/08/07 16:50:28; author: ume; state: Exp; lines: +15 -98
Obey the default BDB version defined in bsd.database.mk.
v. 1.151
date: 2007/02/28 01:19:01; author: kuriyama; state: Exp; lines: +2 -2
- Bump shlib version to libnetsnmp.so.10 and bump $PORTREVISION.
v. 1.150
date: 2006/10/07 10:26:49; author: ume; state: Exp; lines: +1 -1
Change the MASTER_SITES entries from
ftp://ftp.hanse.de/sites/transit/mirror/
to
http://www.transit.hanse.de/mirror/
Requested by: Stefan Bethke
v. 1.149
date: 2006/06/19 12:28:06; author: ume; state: Exp; lines: +4 -4
unquote BROKEN.
v. 1.148
date: 2006/05/27 06:51:09; author: ume; state: Exp; lines: +1 -1
Fixed imtest to be compatible with SASL 2.1.22.
Obtained from: https://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imtest/imtest.c.diff?r1=1.107&r2=1.108&f=u
v. 1.147
date: 2006/05/10 22:36:48; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from ports starting with M
v. 1.146
date: 2006/04/30 20:19:18; author: ume; state: Exp; lines: +5 -0
Make it buildable on 4.X without Kerberos5 stuff.
Reported by: Mark Edwards
v. 1.145
date: 2006/04/30 19:56:06; author: ume; state: Exp; lines: +7 -15
--with-auth configure option was deprecated.
v. 1.144
date: 2006/04/18 17:48:28; author: ume; state: Exp; lines: +1 -1
Give sensible sentences for IGNORE.
Requested by: kris
v. 1.143
date: 2006/04/18 12:33:19; author: ume; state: Exp; lines: +1 -1
Replace BROKEN with IGNORE.
v. 1.142
date: 2006/04/16 15:49:23; author: ume; state: Exp; lines: +27 -18
Enable support for db-4.4.
v. 1.141
date: 2006/04/02 04:45:27; author: ume; state: Exp; lines: +1 -1
deliver segfaulted when using without -l.
Submitted by: André Böhm
Obtained from: https://bugzilla.andrew.cmu.edu/show_bug.cgi?id=2786
v. 1.140
date: 2006/03/31 17:19:00; author: ume; state: Exp; lines: +6 -4
Update to 2.2.13.
This is possibly the last release of the 2.2 series. The 2.2 code
is now in maintenance mode only, and all new development is taking
place on the 2.3 code.
v. 1.139
date: 2005/11/30 05:23:06; author: kuriyama; state: Exp; lines: +2 -2
Chase shlib version bump of net-snmp.
v. 1.138
date: 2005/11/15 06:49:58; author: ade; state: Exp; lines: +1 -2
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.137
date: 2005/11/08 16:21:54; author: ume; state: Exp; lines: +2 -6
- use USE_BDB.
- add SHA256.
v. 1.136
date: 2005/06/11 16:12:55; author: skv; state: Exp; lines: +4 -9
* reflect renaming on CPAN File-Spec to PathTools
+ add devel/p5-PathTools, remove devel/p5-File-Spec
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
+ add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
* for all changed ports make dependencies on File::Temp, Digest::MD5,
Storable unconditional
* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
(this variable is forced by bsd.port.mk now)
* update Class-Autouse to 1.17
* update POE-API-Hooks to 1.05
* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
v. 1.135
date: 2005/05/23 19:02:24; author: ume; state: Exp; lines: +0 -1
Stop depending on makedepend. Though configure checks existence
of makedepend, it is not used actually. So, we don't need to
depend on it.
v. 1.134
date: 2005/02/28 05:11:25; author: ume; state: Exp; lines: +1 -1
fix build.
Reported by: pointyhat via kris.
v. 1.133
date: 2005/02/26 21:25:43; author: ume; state: Exp; lines: +3 -3
use ${ECHO_CMD} rather than echo.
v. 1.132
date: 2005/02/26 20:47:02; author: ume; state: Exp; lines: +1 -11
simplify more.
v. 1.131
date: 2005/02/26 20:31:20; author: ume; state: Exp; lines: +15 -17
simplify the logic how to detect multiple BDB versions
are specified.
v. 1.130
date: 2005/02/25 17:45:03; author: ume; state: Exp; lines: +22 -16
some cleanup.
v. 1.129
date: 2005/02/23 20:37:39; author: ume; state: Exp; lines: +30 -9
Update to 2.2.12.
Security: Fix possible single byte overflow in mailbox handling code.
Security: Fix possible single byte overflows in the imapd annotate
extension.
Security: Fix stack buffer overflows in fetchnews (exploitable by
peer news server), backend (exploitable by admin), and in
imapd (exploitable by users though only on platforms where
a filename may be larger than a mailbox name).
v. 1.128
date: 2005/02/10 19:26:37; author: ume; state: Exp; lines: +1 -7
use new scheme of USE_RC_SUBR.
v. 1.127
date: 2004/12/06 15:59:14; author: ume; state: Exp; lines: +5 -0
Add PASS8BITHACK option to pass 8bit in subject.
Cyrus doesn't accept this hack, and I really don't like it.
Requested by: many
v. 1.126
date: 2004/12/05 15:09:29; author: ume; state: Exp; lines: +1 -1
follow shlib version bump of net-snmp.
v. 1.125
date: 2004/11/24 07:22:49; author: ume; state: Exp; lines: +3 -0
make it buildable with WITH_DRAC=yes, again
v. 1.124
date: 2004/11/24 05:05:19; author: ume; state: Exp; lines: +1 -1
Update to 2.2.10.
* Fix 0 termination in mysasl_canon_user.
* Check for imap magic plus buffer overflow in proxyd also
(CAN-2004-1015).
v. 1.123
date: 2004/11/23 05:54:49; author: ume; state: Exp; lines: +1 -1
Update to 2.2.9.
* Change ACLs correctly when renaming a user
* Do not abandon std{in,out,err} file descriptors; syslog assumes it
can use stderr if syslogd isn't running.
* Clean up imap magic plus to avoid buffer overrun (CAN-2004-1011)
* Fix lack of bounds checking in PARTIAL and FETCH (CAN-2004-1012,
CAN-2004-1013)
* Do not attempt to reuse a freed connection in lmtpproxyd.
* Allow login without authentication with -N switch in proxyd.
* Fix use of xrealloc and fold pointers in lmtpengine.
v. 1.122
date: 2004/08/30 15:25:10; author: ume; state: Exp; lines: +11 -4
add AUTH_KRB5 option to use Kerberos5 authorization module.
Requested by: Volodymyr Kostyrko
v. 1.121
date: 2004/07/29 19:13:01; author: ume; state: Exp; lines: +1 -1
Update to 2.2.8.
v. 1.120
date: 2004/07/26 20:39:53; author: ume; state: Exp; lines: +1 -1
- Update to 2.2.7.
- Fix build problem with WITH_SNMP_5 on FreeBSD 4.X with
perl5.8 installed. Though we need 5.8's libperl.so,
/usr/lib/libperl.so was linked. [1]
Reported by: Thomas Vogt [1]
v. 1.119
date: 2004/07/19 12:22:38; author: ume; state: Exp; lines: +15 -4
Utilize EXAMPLESDIR.
v. 1.118
date: 2004/07/01 17:06:39; author: ade; state: Exp; lines: +2 -2
Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).
PR: 67768
Submitted by: ade
Approved by: 4-exp bento runs (thanks, kris!)
v. 1.117
date: 2004/06/18 19:47:49; author: ume; state: Exp; lines: +1 -1
Update to 2.2.6.
v. 1.116
date: 2004/06/14 05:36:35; author: ume; state: Exp; lines: +2 -0
fix building package with BATCH=yes.
Reported by: bento via kris
v. 1.115
date: 2004/06/11 17:53:24; author: ume; state: Exp; lines: +82 -45
OPTIONS support.
Submitted by: Joerg Pulz (with modifications)
v. 1.114
date: 2004/06/11 15:08:29; author: ume; state: Exp; lines: +9 -1
add WITH_LDAP_PTLOADER which enables build with experimental
LDAP ptloader.
Submitted by: Joerg Pulz (with modification)
v. 1.113
date: 2004/06/04 17:29:24; author: ade; state: Exp; lines: +1 -1
Sync with new bsd.autotools.mk
v. 1.112
date: 2004/05/29 16:36:16; author: ume; state: Exp; lines: +16 -1
Since net-snmp-5.X support was added in 2.2.5, change the default
of WITH_SNMP from net-snmp4 to net-snmp. However, if there is
net-snmp4 installed, we still use net-snmp4 for backward compatibility.
v. 1.111
date: 2004/05/28 20:34:49; author: ume; state: Exp; lines: +3 -3
Update to 2.2.5.
v. 1.110
date: 2004/05/18 17:13:55; author: ume; state: Exp; lines: +22 -33
Update to 2.2.4.
v. 1.109
date: 2004/04/04 16:24:16; author: ume; state: Exp; lines: +7 -1
build and install missing imapd.conf.5.html.
v. 1.108
date: 2004/04/02 20:13:53; author: ume; state: Exp; lines: +39 -30
install manpages for ${PREFIX}/cyrus/bin into ${PREFIX}/cyrus/man
to avoid conflict with other ports.
PR: ports/60949, ports/29223, ports/47913
v. 1.107
date: 2004/03/15 09:57:18; author: ume; state: Exp; lines: +0 -4
I forget to unmark BROKEN on ia64 and amd64.
v. 1.106
date: 2004/03/12 02:48:23; author: ade; state: Exp; lines: +1 -2
Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* with
the USE_ equivalents. In the current scheme of things, the WANT_
variables in this case are synonymous with the USE_ ones, and thus need
to be exterminated.
First in a series of major autotools cleanups.
v. 1.105
date: 2004/03/07 17:39:03; author: ume; state: Exp; lines: +2 -1
make it buildable on ia64 and amd64.
(since I don't have ia64 nor amd64, I tested at least it doesn't
break on i386.)
Obtained from: NetBSD
v. 1.104
date: 2004/03/07 12:55:15; author: kris; state: Exp; lines: +4 -0
BROKEN on amd64 and ia64: Does not compile (missing -fPIC)
v. 1.103
date: 2004/02/23 04:41:02; author: wollman; state: Exp; lines: +1 -1
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus
v. 1.102
date: 2004/02/13 14:01:09; author: ume; state: Exp; lines: +1 -1
strip binaries.
v. 1.101
date: 2004/02/06 17:29:28; author: ume; state: Exp; lines: +2 -0
Set an appropriate LATEST_LINK to avoid conflicts with other ports.
Reported by: kris
v. 1.100
date: 2004/02/02 06:12:20; author: ume; state: Exp; lines: +4 -5
make it buildable with net/net-snmp4.
v. 1.99
date: 2004/01/17 17:58:35; author: ume; state: Exp; lines: +0 -4
Configuration of the Cyrus databases is now runtime. The cyrus db
backend used for each database can be specified with an imapd.conf
option.
v. 1.98
date: 2004/01/17 15:35:33; author: ume; state: Exp; lines: +11 -7
Support Berkeley DB 4.2.
Since our db42 requires to include db.h to use. existing configure
script cannot detect our db42. AC_CHECK_LIB() simply test if a
function exists. :(
Requested by: Dmitry Sorokin
v. 1.97
date: 2004/01/15 20:43:09; author: ume; state: Exp; lines: +8 -16
Update to 2.2.3.
v. 1.96
date: 2004/01/14 05:32:27; author: ume; state: Exp; lines: +14 -0
add WITH_IDLE option which takes poll, idled or no. Default is poll
as Cyrus IMAPd's default.
Requested by: ervin.nemeth@niif.hu
v. 1.95
date: 2003/12/04 08:20:07; author: ume; state: Exp; lines: +1 -1
remove pidfile at stop.
v. 1.94
date: 2003/11/22 10:08:05; author: ume; state: Exp; lines: +12 -5
re-enable WITH_DRAC.
v. 1.93
date: 2003/10/30 11:23:49; author: ume; state: Exp; lines: +1 -1
fix plist.
Reported by: bento via kris
v. 1.92
date: 2003/10/28 19:42:55; author: ume; state: Exp; lines: +8 -5
Update to 2.2.2-BETA.
(disable WITH_DRAC support due to lack of acconfig.h, for now)
v. 1.91
date: 2003/10/24 12:02:37; author: ijliao; state: Exp; lines: +3 -3
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung
v. 1.90
date: 2003/10/01 18:09:34; author: ume; state: Exp; lines: +1 -1
the start/stop scripts failed when booting on 5.x machines
v. 1.89
date: 2003/09/27 03:34:20; author: ume; state: Exp; lines: +13 -13
ECHO -> ECHO_MSG, ECHO_CMD
v. 1.88
date: 2003/09/01 10:44:42; author: ume; state: Exp; lines: +2 -5
USE_OPENSSL must be set before including bsd.port.pre.mk.
Reported by: Fritz Heinrichmeyer
v. 1.87
date: 2003/08/31 07:05:45; author: ume; state: Exp; lines: +7 -3
Previous commit to use USE_RC_SUBR was incomplete.
v. 1.86
date: 2003/08/30 14:17:22; author: ume; state: Exp; lines: +2 -0
Use USE_RC_SUBR.
v. 1.85
date: 2003/08/29 18:19:56; author: ume; state: Exp; lines: +2 -0
Use CONFLICTS.
PR: ports/56118
v. 1.84
date: 2003/08/28 15:53:33; author: ume; state: Exp; lines: +1 -1
Use USE_OPENSSL.
v. 1.83
date: 2003/07/17 16:57:52; author: ume; state: Exp; lines: +8 -11
Update to 2.2.1-BETA.
Since there are some issue to upgrading from 2.2.0-ALPHA,
you should read /usr/local/share/doc/cyrus-imapd22/install-upgrade.html
before upgrading your server.
v. 1.82
date: 2003/07/07 16:59:55; author: ume; state: Exp; lines: +1 -6
Use USE_AUTOHEADER.
v. 1.81
date: 2003/06/01 04:01:12; author: ume; state: Exp; lines: +1 -2
Don't depend on saslauthd. This is preparation for saslauthd
separation from cyrus-sasl2.
v. 1.80
date: 2003/05/03 13:40:17; author: ume; state: Exp; lines: +5 -0
Add dependency to OpenSSL.
v. 1.79
date: 2003/04/28 19:03:04; author: ume; state: Exp; lines: +2 -1
Specify full path of perl explicitly.
PR: ports/44545
Submitted by: Pat Lashley
v. 1.78
date: 2003/04/23 16:24:48; author: ume; state: Exp; lines: +2 -1
add mirror sites.
PR: ports/50090
Submitted by: Kimura Fuyuki
v. 1.77
date: 2003/04/23 16:06:22; author: ume; state: Exp; lines: +2 -2
portlint
v. 1.76
date: 2003/04/17 18:20:55; author: ume; state: Exp; lines: +4 -5
Oops, correct usage of LIB_DEPENDS introduced by previous commit.
v. 1.75
date: 2003/04/17 18:00:07; author: ume; state: Exp; lines: +29 -1
- Add WITH_BDB_VER for choosing version of Berkeley DB. For example,
WITH_BDB_VER=4 for db4. The default is WITH_BDB_VER=3 which is as
before.
- The configure script should select correct version of Berkeley DB.
v. 1.74
date: 2003/03/29 14:57:01; author: ume; state: Exp; lines: +73 -32
Add Cyrus IMAPd 2.2.0-ALPHA after repo copy.
v. 1.73
date: 2003/03/23 17:10:47; author: ume; state: Exp; lines: +6 -9
Use REINPLACE_CMD.
v. 1.72
date: 2003/02/20 20:10:04; author: ume; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.71
date: 2003/02/04 15:55:54; author: ume; state: Exp; lines: +4 -3
Update to 2.1.12.
v. 1.70
date: 2003/01/30 14:04:02; author: ume; state: Exp; lines: +18 -4
Add CYRUS_USER and CYRUS_GROUP options to be able to configure
psuedo user for cyrus.
Requested by: Cyrus Anderson Yunker
v. 1.69
date: 2003/01/01 19:34:35; author: ume; state: Exp; lines: +18 -3
- Use PERL_LEVEL to distinguish installed perl version.
- Add WITH_SKIPLIST_MBOX to enable skiplist mboxlist.
- Add WITH_MURDER to enable murder.
v. 1.68
date: 2002/12/05 14:04:36; author: ume; state: Exp; lines: +2 -2
Update to 2.1.11.
The release has two security fixes:
- Fixed some potential buffer overflows in the sieve code
- Fixed a pre-login buffer overflow in the IMAP parsing code
Approved by: portmgr
v. 1.67
date: 2002/11/16 05:10:43; author: ume; state: Exp; lines: +2 -2
Update to 2.1.10.
v. 1.66
date: 2002/09/01 20:12:13; author: ume; state: Exp; lines: +2 -2
Update to cyrus-imapd-2.1.9.
v. 1.65
date: 2002/08/28 18:25:16; author: ume; state: Exp; lines: +3 -3
Update to 2.1.8.
v. 1.64
date: 2002/08/22 19:13:28; author: ade; state: Exp; lines: +2 -2
BerkeleyDB cleanup - stage 2
Update databases/db3 to 3.3.11, and fix the few ports that need sorting
after the shlib version update, and a slight API change from 3.2.x->3.3.x
v. 1.63
date: 2002/08/21 20:46:33; author: ume; state: Exp; lines: +5 -5
Update to 2.1.7.
v. 1.62
date: 2002/08/16 18:55:48; author: ume; state: Exp; lines: +1 -0
cyradm didn't show password prompt correctly.
Reported by: Joseph Scott
v. 1.61
date: 2002/08/16 18:27:43; author: ume; state: Exp; lines: +1 -1
Update an IPv6 patch to 20020817.
Since there is no functional change at all under FreeBSD,
I don't bump PORTREVISION.
v. 1.60
date: 2002/08/08 14:06:48; author: ume; state: Exp; lines: +51 -41
Add cyrus-imapd-2.1.5 after repo. copy.
v. 1.59
date: 2002/05/25 18:39:19; author: ume; state: Exp; lines: +0 -1
Make this port add shell to cyrus user.
PR: ports/38436
Submitted by: Scot W. Hetzel
v. 1.58
date: 2002/05/19 14:28:20; author: ume; state: Exp; lines: +1 -0
Add USE_PERL5=yes.
v. 1.57
date: 2002/01/29 11:45:16; author: knu; state: Exp; lines: +7 -7
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
v. 1.56
date: 2002/01/18 18:00:06; author: ume; state: Exp; lines: +3 -3
Update IPv6 patch.
v. 1.55
date: 2001/08/01 11:56:18; author: knu; state: Exp; lines: +3 -2
Back out the db3 port update because some of these dependent ports had
been broken by the incompatibility between db3.2 and db3.3.
I am unconditionally bumping the PORTREVISION's to eliminate possible
troubles that should not happen before the coming release.
Sorry for inconvenience. I'll try to check compatibility hard before
committing next time.
v. 1.54
date: 2001/07/28 16:08:07; author: ume; state: Exp; lines: +6 -5
Update to 2.0.16.
v. 1.53
date: 2001/07/25 15:05:10; author: knu; state: Exp; lines: +3 -3
Reflect databases/db3's shlib version bump from 2 to 3.
v. 1.52
date: 2001/07/11 19:52:28; author: ume; state: Exp; lines: +3 -3
Update IPv6 support patch to 20010711 version.
Now, sieve client speaks IPv6.
v. 1.51
date: 2001/07/09 11:19:56; author: ume; state: Exp; lines: +14 -5
- Install more html docs.
- IPv6 patch was updated to 20010709 version.
(Now, reconfig by SIGHUP should work. However, since master is
running without root privilege, re-bind to privileged port still
fails. I believe it is original problem.)
v. 1.50
date: 2001/07/08 14:46:38; author: ume; state: Exp; lines: +3 -3
Update to cyrus-imapd 2.0.15.
v. 1.49
date: 2001/05/31 09:38:03; author: ume; state: Exp; lines: +3 -4
Update to 2.0.14.
v. 1.48
date: 2001/05/07 11:11:25; author: ume; state: Exp; lines: +2 -2
Fix a bug that imaps didn't work correctly.
This patch will be applied in next cyrus-imapd release.
Reported by: Nick Sayer
v. 1.47
date: 2001/05/05 21:44:40; author: ume; state: Exp; lines: +3 -2
When bind() was fail, master did core dump.
Update IPv6 patch to latest one due to fix this bug.
Reported by: Nick Sayer
v. 1.46
date: 2001/04/28 16:43:09; author: ume; state: Exp; lines: +3 -4
Update to 2.0.13.
If your libsasl has sasl_checkapop(), you can use APOP.
v. 1.45
date: 2001/04/22 15:52:48; author: ume; state: Exp; lines: +2 -2
Add missing items into pkg-plist.
Submitted by: bento
v. 1.44
date: 2001/04/12 19:06:31; author: ume; state: Exp; lines: +7 -2
Since imapd.conf is installed into ${PREFIX}/etc, mkimap should
refer ${PREFIX}/etc/imapd.conf
v. 1.43
date: 2001/04/06 18:53:05; author: ume; state: Exp; lines: +4 -19
Since spool location is configurable by user, prevent making spool
at install time. Install mkimap script and show guidance, instead.
Reported by: David A. Koran
v. 1.42
date: 2001/04/06 17:51:12; author: ume; state: Exp; lines: +2 -2
Add missing Perl library into pkg-plist.
Reported by: Kaz SHiMZ
v. 1.41
date: 2001/03/22 11:17:16; author: ume; state: Exp; lines: +2 -2
Use -U option of ps instead of odd path checking.
v. 1.40
date: 2001/03/16 13:28:15; author: ume; state: Exp; lines: +2 -1
killall doesn't have -u option under FreeBSD 3.X
Reported by: Alex Vasylenko
v. 1.39
date: 2001/03/13 11:15:09; author: ume; state: Exp; lines: +71 -59
Add cyrus-imapd 2.0.12, the cyrus mail server, supporting POP3 and
IMAP4 protocols.
PR: ports/25597
Submitted by: Christopher K Davis
v. 1.38
date: 2001/02/05 15:10:33; author: olgeni; state: Exp; lines: +2 -2
Spaces->tabs in the mail category.
(I know, I look boring and pedant :o)
v. 1.37
date: 2001/01/17 17:31:13; author: sf; state: Exp; lines: +8 -5
add missing manpages.
sort pkg-plist.
Submitted by: bento
v. 1.36
date: 2001/01/01 10:15:05; author: will; state: Exp; lines: +1 -3
Goodbye, YEAR2000. Hello, 2001.
Approved by: asami
v. 1.35
date: 2000/12/21 23:16:02; author: will; state: Exp; lines: +14 -14
Obey portlint better, and use sensible defaults in configure args.
PR: 23680
Submitted by: David W. Chapman, Jr.
v. 1.34
date: 2000/12/21 08:25:47; author: will; state: Exp; lines: +3 -13
Update to 1.6.24. Fix /var/pwcheck handling since that's moved to the
security/cyrus-sasl port. Fix deliver.c so it uses the correct location
of sendmail (/usr/sbin/sendmail vs. /usr/lib/sendmail). Open the port up
to the world after previous maintainer showed no interest in the port for
nearly 2 years.
PR: 22791, 22465
Submitted by: Martti Kuparinen
Scot W. Hetzel
v. 1.33
date: 2000/11/13 23:53:53; author: asami; state: Exp; lines: +2 -2
pwcheck is in ${LOCALBASE}/sbin, which is not in root's default path, so
spell out the whole path.
Submitted by: bento
v. 1.32
date: 2000/10/08 10:21:56; author: asami; state: Exp; lines: +3 -3
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
v. 1.31
date: 2000/09/03 16:09:58; author: wosch; state: Exp; lines: +2 -2
Fix homepage link.
Submitted by: Alec Berry
v. 1.30
date: 2000/06/29 07:02:28; author: obrien; state: Exp; lines: +3 -2
Move the stragler's www.freebsd.org/~user distfiles to the offical
MASTER_SITE_LOCAL site.
v. 1.29
date: 2000/05/13 18:32:38; author: paul; state: Exp; lines: +3 -2
This now port depends on SASL.
v. 1.28
date: 2000/05/13 17:18:08; author: paul; state: Exp; lines: +5 -5
Update port to release 1.6.22
v. 1.27
date: 2000/04/13 19:59:30; author: cpiazza; state: Exp; lines: +4 -4
Update to use PORTNAME/PORTVERSION
v. 1.26
date: 2000/02/08 09:27:18; author: peter; state: Exp; lines: +2 -2
Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
as the days of the former are numbered.
Reviewed by: asami
v. 1.25
date: 1999/12/29 08:37:52; author: steve; state: Exp; lines: +22 -2
Make sure all the directories needed by this port are created on install.
PR: 12584
Submitted by: Adrian Filipi-Martin
v. 1.24
date: 1999/11/26 18:20:14; author: steve; state: Exp; lines: +6 -6
Make sure a couple of more echo(1)s get to the temporary PLIST. Also
update to use Tk8.2.
PR: 14452
Submitted by: Jonathan Gapen
v. 1.23
date: 1999/08/31 06:47:16; author: mharo; state: Exp; lines: +3 -3
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.22
date: 1999/08/28 02:17:17; author: mharo; state: Exp; lines: +2 -2
sed -> ${SED}
v. 1.21
date: 1999/08/25 06:50:06; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.20
date: 1999/08/22 18:58:56; author: mharo; state: Exp; lines: +3 -3
chmod -> ${CHMOD}
chown -> ${CHOWN}
v. 1.19
date: 1999/05/28 16:38:38; author: nectar; state: Exp; lines: +2 -2
s/HAS_CONFIGURE/GNU_CONFIGURE/ so that PREFIX will be honored
v. 1.18
date: 1999/05/10 02:22:46; author: stb; state: Exp; lines: +24 -8
- Update to 1.5.19
- Don't overwrite pre-existing imapd.conf
- Fix installation of doc files
- Clean up pkg/COMMENT
v. 1.17
date: 1999/04/21 00:29:36; author: stb; state: Exp; lines: +1 -2
Move URL to pkg/DESCR.
v. 1.16
date: 1999/04/20 22:54:02; author: stb; state: Exp; lines: +3 -2
Update MASTER_SITES
ADD WWW_SITE (for net/netatalk)
v. 1.15
date: 1999/04/08 19:05:42; author: billf; state: Exp; lines: +2 -2
Proper URLs that reference directories end in '/'
v. 1.14
date: 1999/03/11 21:47:14; author: scrappy; state: Exp; lines: +2 -1
Commit all Y2K/WWW_SITE changes from today...
v. 1.13
date: 1999/01/13 02:47:30; author: scrappy; state: Exp; lines: +3 -1
More Y2K Statement Links...
v. 1.12
date: 1998/12/22 10:24:10; author: stb; state: Exp; lines: +3 -2
Added a second master site.
v. 1.11
date: 1998/11/04 01:34:59; author: jdp; state: Exp; lines: +2 -2
Fix the name of the created partition directory to agree with the
name in the supplied configuration file.
v. 1.10
date: 1998/11/04 01:18:33; author: jdp; state: Exp; lines: +2 -2
Update "Version required" comment.
v. 1.9
date: 1998/09/25 10:07:46; author: asami; state: Exp; lines: +2 -2
tcl80 has been ELFized.
v. 1.8
date: 1998/09/23 15:36:26; author: stb; state: Exp; lines: +19 -25
Update to 1.5.14
PR: ports/7789
Submitted by: Hans Huebner
v. 1.7
date: 1998/02/25 09:41:30; author: asami; state: Exp; lines: +5 -5
${MKDIR} -p -> ${MKDIR} and /bin/mkdir -> ${MKDIR}. The latter
actually fixes a reinstall problem.
v. 1.6
date: 1998/02/24 21:43:06; author: jseger; state: Exp; lines: +3 -3
Upgrade to use tcl8.1 and tk8.1.
v. 1.5
date: 1998/02/22 08:34:53; author: fenner; state: Exp; lines: +2 -2
More tcl/tk virtual category fixups.
v. 1.4
date: 1998/02/15 12:14:12; author: jkh; state: Exp; lines: +12 -12
Unbreak cyrus port.
Submitted by: Ian Vaudrey
PR: 4729
v. 1.3
date: 1997/11/22 01:11:27; author: asami; state: Exp; lines: +3 -1
Mark the ports that were broken in one way or another by the recent tcl
change "BROKEN".
v. 1.2
date: 1997/09/02 09:46:50; author: max; state: Exp; lines: +3 -1
List makedepend in BUILD_DEPENDS.
Suggested by: i.vaudrey@cableinet.co.uk
v. 1.1
date: 1997/05/30 19:59:08; author: jfitz; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/05/30 19:59:08; author: jfitz; state: Exp; lines: +0 -0
Import of the Cyrus IMAPd package
=============================================================================
v. 1.154
date: 2007/09/30 04:47:02; author: linimon; state: Exp; lines: +2 -2
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
v. 1.153
date: 2007/09/08 01:01:26; author: linimon; state: Exp; lines: +0 -4
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
v. 1.152
date: 2007/08/07 16:50:28; author: ume; state: Exp; lines: +15 -98
Obey the default BDB version defined in bsd.database.mk.
v. 1.151
date: 2007/02/28 01:19:01; author: kuriyama; state: Exp; lines: +2 -2
- Bump shlib version to libnetsnmp.so.10 and bump $PORTREVISION.
v. 1.150
date: 2006/10/07 10:26:49; author: ume; state: Exp; lines: +1 -1
Change the MASTER_SITES entries from
ftp://ftp.hanse.de/sites/transit/mirror/
to
http://www.transit.hanse.de/mirror/
Requested by: Stefan Bethke
v. 1.149
date: 2006/06/19 12:28:06; author: ume; state: Exp; lines: +4 -4
unquote BROKEN.
v. 1.148
date: 2006/05/27 06:51:09; author: ume; state: Exp; lines: +1 -1
Fixed imtest to be compatible with SASL 2.1.22.
Obtained from: https://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imtest/imtest.c.diff?r1=1.107&r2=1.108&f=u
v. 1.147
date: 2006/05/10 22:36:48; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from ports starting with M
v. 1.146
date: 2006/04/30 20:19:18; author: ume; state: Exp; lines: +5 -0
Make it buildable on 4.X without Kerberos5 stuff.
Reported by: Mark Edwards
v. 1.145
date: 2006/04/30 19:56:06; author: ume; state: Exp; lines: +7 -15
--with-auth configure option was deprecated.
v. 1.144
date: 2006/04/18 17:48:28; author: ume; state: Exp; lines: +1 -1
Give sensible sentences for IGNORE.
Requested by: kris
v. 1.143
date: 2006/04/18 12:33:19; author: ume; state: Exp; lines: +1 -1
Replace BROKEN with IGNORE.
v. 1.142
date: 2006/04/16 15:49:23; author: ume; state: Exp; lines: +27 -18
Enable support for db-4.4.
v. 1.141
date: 2006/04/02 04:45:27; author: ume; state: Exp; lines: +1 -1
deliver segfaulted when using without -l.
Submitted by: André Böhm
Obtained from: https://bugzilla.andrew.cmu.edu/show_bug.cgi?id=2786
v. 1.140
date: 2006/03/31 17:19:00; author: ume; state: Exp; lines: +6 -4
Update to 2.2.13.
This is possibly the last release of the 2.2 series. The 2.2 code
is now in maintenance mode only, and all new development is taking
place on the 2.3 code.
v. 1.139
date: 2005/11/30 05:23:06; author: kuriyama; state: Exp; lines: +2 -2
Chase shlib version bump of net-snmp.
v. 1.138
date: 2005/11/15 06:49:58; author: ade; state: Exp; lines: +1 -2
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.137
date: 2005/11/08 16:21:54; author: ume; state: Exp; lines: +2 -6
- use USE_BDB.
- add SHA256.
v. 1.136
date: 2005/06/11 16:12:55; author: skv; state: Exp; lines: +4 -9
* reflect renaming on CPAN File-Spec to PathTools
+ add devel/p5-PathTools, remove devel/p5-File-Spec
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
+ add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
* for all changed ports make dependencies on File::Temp, Digest::MD5,
Storable unconditional
* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
(this variable is forced by bsd.port.mk now)
* update Class-Autouse to 1.17
* update POE-API-Hooks to 1.05
* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
v. 1.135
date: 2005/05/23 19:02:24; author: ume; state: Exp; lines: +0 -1
Stop depending on makedepend. Though configure checks existence
of makedepend, it is not used actually. So, we don't need to
depend on it.
v. 1.134
date: 2005/02/28 05:11:25; author: ume; state: Exp; lines: +1 -1
fix build.
Reported by: pointyhat via kris.
v. 1.133
date: 2005/02/26 21:25:43; author: ume; state: Exp; lines: +3 -3
use ${ECHO_CMD} rather than echo.
v. 1.132
date: 2005/02/26 20:47:02; author: ume; state: Exp; lines: +1 -11
simplify more.
v. 1.131
date: 2005/02/26 20:31:20; author: ume; state: Exp; lines: +15 -17
simplify the logic how to detect multiple BDB versions
are specified.
v. 1.130
date: 2005/02/25 17:45:03; author: ume; state: Exp; lines: +22 -16
some cleanup.
v. 1.129
date: 2005/02/23 20:37:39; author: ume; state: Exp; lines: +30 -9
Update to 2.2.12.
Security: Fix possible single byte overflow in mailbox handling code.
Security: Fix possible single byte overflows in the imapd annotate
extension.
Security: Fix stack buffer overflows in fetchnews (exploitable by
peer news server), backend (exploitable by admin), and in
imapd (exploitable by users though only on platforms where
a filename may be larger than a mailbox name).
v. 1.128
date: 2005/02/10 19:26:37; author: ume; state: Exp; lines: +1 -7
use new scheme of USE_RC_SUBR.
v. 1.127
date: 2004/12/06 15:59:14; author: ume; state: Exp; lines: +5 -0
Add PASS8BITHACK option to pass 8bit in subject.
Cyrus doesn't accept this hack, and I really don't like it.
Requested by: many
v. 1.126
date: 2004/12/05 15:09:29; author: ume; state: Exp; lines: +1 -1
follow shlib version bump of net-snmp.
v. 1.125
date: 2004/11/24 07:22:49; author: ume; state: Exp; lines: +3 -0
make it buildable with WITH_DRAC=yes, again
v. 1.124
date: 2004/11/24 05:05:19; author: ume; state: Exp; lines: +1 -1
Update to 2.2.10.
* Fix 0 termination in mysasl_canon_user.
* Check for imap magic plus buffer overflow in proxyd also
(CAN-2004-1015).
v. 1.123
date: 2004/11/23 05:54:49; author: ume; state: Exp; lines: +1 -1
Update to 2.2.9.
* Change ACLs correctly when renaming a user
* Do not abandon std{in,out,err} file descriptors; syslog assumes it
can use stderr if syslogd isn't running.
* Clean up imap magic plus to avoid buffer overrun (CAN-2004-1011)
* Fix lack of bounds checking in PARTIAL and FETCH (CAN-2004-1012,
CAN-2004-1013)
* Do not attempt to reuse a freed connection in lmtpproxyd.
* Allow login without authentication with -N switch in proxyd.
* Fix use of xrealloc and fold pointers in lmtpengine.
v. 1.122
date: 2004/08/30 15:25:10; author: ume; state: Exp; lines: +11 -4
add AUTH_KRB5 option to use Kerberos5 authorization module.
Requested by: Volodymyr Kostyrko
v. 1.121
date: 2004/07/29 19:13:01; author: ume; state: Exp; lines: +1 -1
Update to 2.2.8.
v. 1.120
date: 2004/07/26 20:39:53; author: ume; state: Exp; lines: +1 -1
- Update to 2.2.7.
- Fix build problem with WITH_SNMP_5 on FreeBSD 4.X with
perl5.8 installed. Though we need 5.8's libperl.so,
/usr/lib/libperl.so was linked. [1]
Reported by: Thomas Vogt [1]
v. 1.119
date: 2004/07/19 12:22:38; author: ume; state: Exp; lines: +15 -4
Utilize EXAMPLESDIR.
v. 1.118
date: 2004/07/01 17:06:39; author: ade; state: Exp; lines: +2 -2
Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).
PR: 67768
Submitted by: ade
Approved by: 4-exp bento runs (thanks, kris!)
v. 1.117
date: 2004/06/18 19:47:49; author: ume; state: Exp; lines: +1 -1
Update to 2.2.6.
v. 1.116
date: 2004/06/14 05:36:35; author: ume; state: Exp; lines: +2 -0
fix building package with BATCH=yes.
Reported by: bento via kris
v. 1.115
date: 2004/06/11 17:53:24; author: ume; state: Exp; lines: +82 -45
OPTIONS support.
Submitted by: Joerg Pulz (with modifications)
v. 1.114
date: 2004/06/11 15:08:29; author: ume; state: Exp; lines: +9 -1
add WITH_LDAP_PTLOADER which enables build with experimental
LDAP ptloader.
Submitted by: Joerg Pulz (with modification)
v. 1.113
date: 2004/06/04 17:29:24; author: ade; state: Exp; lines: +1 -1
Sync with new bsd.autotools.mk
v. 1.112
date: 2004/05/29 16:36:16; author: ume; state: Exp; lines: +16 -1
Since net-snmp-5.X support was added in 2.2.5, change the default
of WITH_SNMP from net-snmp4 to net-snmp. However, if there is
net-snmp4 installed, we still use net-snmp4 for backward compatibility.
v. 1.111
date: 2004/05/28 20:34:49; author: ume; state: Exp; lines: +3 -3
Update to 2.2.5.
v. 1.110
date: 2004/05/18 17:13:55; author: ume; state: Exp; lines: +22 -33
Update to 2.2.4.
v. 1.109
date: 2004/04/04 16:24:16; author: ume; state: Exp; lines: +7 -1
build and install missing imapd.conf.5.html.
v. 1.108
date: 2004/04/02 20:13:53; author: ume; state: Exp; lines: +39 -30
install manpages for ${PREFIX}/cyrus/bin into ${PREFIX}/cyrus/man
to avoid conflict with other ports.
PR: ports/60949, ports/29223, ports/47913
v. 1.107
date: 2004/03/15 09:57:18; author: ume; state: Exp; lines: +0 -4
I forget to unmark BROKEN on ia64 and amd64.
v. 1.106
date: 2004/03/12 02:48:23; author: ade; state: Exp; lines: +1 -2
Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* with
the USE_ equivalents. In the current scheme of things, the WANT_
variables in this case are synonymous with the USE_ ones, and thus need
to be exterminated.
First in a series of major autotools cleanups.
v. 1.105
date: 2004/03/07 17:39:03; author: ume; state: Exp; lines: +2 -1
make it buildable on ia64 and amd64.
(since I don't have ia64 nor amd64, I tested at least it doesn't
break on i386.)
Obtained from: NetBSD
v. 1.104
date: 2004/03/07 12:55:15; author: kris; state: Exp; lines: +4 -0
BROKEN on amd64 and ia64: Does not compile (missing -fPIC)
v. 1.103
date: 2004/02/23 04:41:02; author: wollman; state: Exp; lines: +1 -1
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus
v. 1.102
date: 2004/02/13 14:01:09; author: ume; state: Exp; lines: +1 -1
strip binaries.
v. 1.101
date: 2004/02/06 17:29:28; author: ume; state: Exp; lines: +2 -0
Set an appropriate LATEST_LINK to avoid conflicts with other ports.
Reported by: kris
v. 1.100
date: 2004/02/02 06:12:20; author: ume; state: Exp; lines: +4 -5
make it buildable with net/net-snmp4.
v. 1.99
date: 2004/01/17 17:58:35; author: ume; state: Exp; lines: +0 -4
Configuration of the Cyrus databases is now runtime. The cyrus db
backend used for each database can be specified with an imapd.conf
option.
v. 1.98
date: 2004/01/17 15:35:33; author: ume; state: Exp; lines: +11 -7
Support Berkeley DB 4.2.
Since our db42 requires to include db.h to use. existing configure
script cannot detect our db42. AC_CHECK_LIB() simply test if a
function exists. :(
Requested by: Dmitry Sorokin
v. 1.97
date: 2004/01/15 20:43:09; author: ume; state: Exp; lines: +8 -16
Update to 2.2.3.
v. 1.96
date: 2004/01/14 05:32:27; author: ume; state: Exp; lines: +14 -0
add WITH_IDLE option which takes poll, idled or no. Default is poll
as Cyrus IMAPd's default.
Requested by: ervin.nemeth@niif.hu
v. 1.95
date: 2003/12/04 08:20:07; author: ume; state: Exp; lines: +1 -1
remove pidfile at stop.
v. 1.94
date: 2003/11/22 10:08:05; author: ume; state: Exp; lines: +12 -5
re-enable WITH_DRAC.
v. 1.93
date: 2003/10/30 11:23:49; author: ume; state: Exp; lines: +1 -1
fix plist.
Reported by: bento via kris
v. 1.92
date: 2003/10/28 19:42:55; author: ume; state: Exp; lines: +8 -5
Update to 2.2.2-BETA.
(disable WITH_DRAC support due to lack of acconfig.h, for now)
v. 1.91
date: 2003/10/24 12:02:37; author: ijliao; state: Exp; lines: +3 -3
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung
v. 1.90
date: 2003/10/01 18:09:34; author: ume; state: Exp; lines: +1 -1
the start/stop scripts failed when booting on 5.x machines
v. 1.89
date: 2003/09/27 03:34:20; author: ume; state: Exp; lines: +13 -13
ECHO -> ECHO_MSG, ECHO_CMD
v. 1.88
date: 2003/09/01 10:44:42; author: ume; state: Exp; lines: +2 -5
USE_OPENSSL must be set before including bsd.port.pre.mk.
Reported by: Fritz Heinrichmeyer
v. 1.87
date: 2003/08/31 07:05:45; author: ume; state: Exp; lines: +7 -3
Previous commit to use USE_RC_SUBR was incomplete.
v. 1.86
date: 2003/08/30 14:17:22; author: ume; state: Exp; lines: +2 -0
Use USE_RC_SUBR.
v. 1.85
date: 2003/08/29 18:19:56; author: ume; state: Exp; lines: +2 -0
Use CONFLICTS.
PR: ports/56118
v. 1.84
date: 2003/08/28 15:53:33; author: ume; state: Exp; lines: +1 -1
Use USE_OPENSSL.
v. 1.83
date: 2003/07/17 16:57:52; author: ume; state: Exp; lines: +8 -11
Update to 2.2.1-BETA.
Since there are some issue to upgrading from 2.2.0-ALPHA,
you should read /usr/local/share/doc/cyrus-imapd22/install-upgrade.html
before upgrading your server.
v. 1.82
date: 2003/07/07 16:59:55; author: ume; state: Exp; lines: +1 -6
Use USE_AUTOHEADER.
v. 1.81
date: 2003/06/01 04:01:12; author: ume; state: Exp; lines: +1 -2
Don't depend on saslauthd. This is preparation for saslauthd
separation from cyrus-sasl2.
v. 1.80
date: 2003/05/03 13:40:17; author: ume; state: Exp; lines: +5 -0
Add dependency to OpenSSL.
v. 1.79
date: 2003/04/28 19:03:04; author: ume; state: Exp; lines: +2 -1
Specify full path of perl explicitly.
PR: ports/44545
Submitted by: Pat Lashley
v. 1.78
date: 2003/04/23 16:24:48; author: ume; state: Exp; lines: +2 -1
add mirror sites.
PR: ports/50090
Submitted by: Kimura Fuyuki
v. 1.77
date: 2003/04/23 16:06:22; author: ume; state: Exp; lines: +2 -2
portlint
v. 1.76
date: 2003/04/17 18:20:55; author: ume; state: Exp; lines: +4 -5
Oops, correct usage of LIB_DEPENDS introduced by previous commit.
v. 1.75
date: 2003/04/17 18:00:07; author: ume; state: Exp; lines: +29 -1
- Add WITH_BDB_VER for choosing version of Berkeley DB. For example,
WITH_BDB_VER=4 for db4. The default is WITH_BDB_VER=3 which is as
before.
- The configure script should select correct version of Berkeley DB.
v. 1.74
date: 2003/03/29 14:57:01; author: ume; state: Exp; lines: +73 -32
Add Cyrus IMAPd 2.2.0-ALPHA after repo copy.
v. 1.73
date: 2003/03/23 17:10:47; author: ume; state: Exp; lines: +6 -9
Use REINPLACE_CMD.
v. 1.72
date: 2003/02/20 20:10:04; author: ume; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.71
date: 2003/02/04 15:55:54; author: ume; state: Exp; lines: +4 -3
Update to 2.1.12.
v. 1.70
date: 2003/01/30 14:04:02; author: ume; state: Exp; lines: +18 -4
Add CYRUS_USER and CYRUS_GROUP options to be able to configure
psuedo user for cyrus.
Requested by: Cyrus Anderson Yunker
v. 1.69
date: 2003/01/01 19:34:35; author: ume; state: Exp; lines: +18 -3
- Use PERL_LEVEL to distinguish installed perl version.
- Add WITH_SKIPLIST_MBOX to enable skiplist mboxlist.
- Add WITH_MURDER to enable murder.
v. 1.68
date: 2002/12/05 14:04:36; author: ume; state: Exp; lines: +2 -2
Update to 2.1.11.
The release has two security fixes:
- Fixed some potential buffer overflows in the sieve code
- Fixed a pre-login buffer overflow in the IMAP parsing code
Approved by: portmgr
v. 1.67
date: 2002/11/16 05:10:43; author: ume; state: Exp; lines: +2 -2
Update to 2.1.10.
v. 1.66
date: 2002/09/01 20:12:13; author: ume; state: Exp; lines: +2 -2
Update to cyrus-imapd-2.1.9.
v. 1.65
date: 2002/08/28 18:25:16; author: ume; state: Exp; lines: +3 -3
Update to 2.1.8.
v. 1.64
date: 2002/08/22 19:13:28; author: ade; state: Exp; lines: +2 -2
BerkeleyDB cleanup - stage 2
Update databases/db3 to 3.3.11, and fix the few ports that need sorting
after the shlib version update, and a slight API change from 3.2.x->3.3.x
v. 1.63
date: 2002/08/21 20:46:33; author: ume; state: Exp; lines: +5 -5
Update to 2.1.7.
v. 1.62
date: 2002/08/16 18:55:48; author: ume; state: Exp; lines: +1 -0
cyradm didn't show password prompt correctly.
Reported by: Joseph Scott
v. 1.61
date: 2002/08/16 18:27:43; author: ume; state: Exp; lines: +1 -1
Update an IPv6 patch to 20020817.
Since there is no functional change at all under FreeBSD,
I don't bump PORTREVISION.
v. 1.60
date: 2002/08/08 14:06:48; author: ume; state: Exp; lines: +51 -41
Add cyrus-imapd-2.1.5 after repo. copy.
v. 1.59
date: 2002/05/25 18:39:19; author: ume; state: Exp; lines: +0 -1
Make this port add shell to cyrus user.
PR: ports/38436
Submitted by: Scot W. Hetzel
v. 1.58
date: 2002/05/19 14:28:20; author: ume; state: Exp; lines: +1 -0
Add USE_PERL5=yes.
v. 1.57
date: 2002/01/29 11:45:16; author: knu; state: Exp; lines: +7 -7
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
v. 1.56
date: 2002/01/18 18:00:06; author: ume; state: Exp; lines: +3 -3
Update IPv6 patch.
v. 1.55
date: 2001/08/01 11:56:18; author: knu; state: Exp; lines: +3 -2
Back out the db3 port update because some of these dependent ports had
been broken by the incompatibility between db3.2 and db3.3.
I am unconditionally bumping the PORTREVISION's to eliminate possible
troubles that should not happen before the coming release.
Sorry for inconvenience. I'll try to check compatibility hard before
committing next time.
v. 1.54
date: 2001/07/28 16:08:07; author: ume; state: Exp; lines: +6 -5
Update to 2.0.16.
v. 1.53
date: 2001/07/25 15:05:10; author: knu; state: Exp; lines: +3 -3
Reflect databases/db3's shlib version bump from 2 to 3.
v. 1.52
date: 2001/07/11 19:52:28; author: ume; state: Exp; lines: +3 -3
Update IPv6 support patch to 20010711 version.
Now, sieve client speaks IPv6.
v. 1.51
date: 2001/07/09 11:19:56; author: ume; state: Exp; lines: +14 -5
- Install more html docs.
- IPv6 patch was updated to 20010709 version.
(Now, reconfig by SIGHUP should work. However, since master is
running without root privilege, re-bind to privileged port still
fails. I believe it is original problem.)
v. 1.50
date: 2001/07/08 14:46:38; author: ume; state: Exp; lines: +3 -3
Update to cyrus-imapd 2.0.15.
v. 1.49
date: 2001/05/31 09:38:03; author: ume; state: Exp; lines: +3 -4
Update to 2.0.14.
v. 1.48
date: 2001/05/07 11:11:25; author: ume; state: Exp; lines: +2 -2
Fix a bug that imaps didn't work correctly.
This patch will be applied in next cyrus-imapd release.
Reported by: Nick Sayer
v. 1.47
date: 2001/05/05 21:44:40; author: ume; state: Exp; lines: +3 -2
When bind() was fail, master did core dump.
Update IPv6 patch to latest one due to fix this bug.
Reported by: Nick Sayer
v. 1.46
date: 2001/04/28 16:43:09; author: ume; state: Exp; lines: +3 -4
Update to 2.0.13.
If your libsasl has sasl_checkapop(), you can use APOP.
v. 1.45
date: 2001/04/22 15:52:48; author: ume; state: Exp; lines: +2 -2
Add missing items into pkg-plist.
Submitted by: bento
v. 1.44
date: 2001/04/12 19:06:31; author: ume; state: Exp; lines: +7 -2
Since imapd.conf is installed into ${PREFIX}/etc, mkimap should
refer ${PREFIX}/etc/imapd.conf
v. 1.43
date: 2001/04/06 18:53:05; author: ume; state: Exp; lines: +4 -19
Since spool location is configurable by user, prevent making spool
at install time. Install mkimap script and show guidance, instead.
Reported by: David A. Koran
v. 1.42
date: 2001/04/06 17:51:12; author: ume; state: Exp; lines: +2 -2
Add missing Perl library into pkg-plist.
Reported by: Kaz SHiMZ
v. 1.41
date: 2001/03/22 11:17:16; author: ume; state: Exp; lines: +2 -2
Use -U option of ps instead of odd path checking.
v. 1.40
date: 2001/03/16 13:28:15; author: ume; state: Exp; lines: +2 -1
killall doesn't have -u option under FreeBSD 3.X
Reported by: Alex Vasylenko
v. 1.39
date: 2001/03/13 11:15:09; author: ume; state: Exp; lines: +71 -59
Add cyrus-imapd 2.0.12, the cyrus mail server, supporting POP3 and
IMAP4 protocols.
PR: ports/25597
Submitted by: Christopher K Davis
v. 1.38
date: 2001/02/05 15:10:33; author: olgeni; state: Exp; lines: +2 -2
Spaces->tabs in the mail category.
(I know, I look boring and pedant :o)
v. 1.37
date: 2001/01/17 17:31:13; author: sf; state: Exp; lines: +8 -5
add missing manpages.
sort pkg-plist.
Submitted by: bento
v. 1.36
date: 2001/01/01 10:15:05; author: will; state: Exp; lines: +1 -3
Goodbye, YEAR2000. Hello, 2001.
Approved by: asami
v. 1.35
date: 2000/12/21 23:16:02; author: will; state: Exp; lines: +14 -14
Obey portlint better, and use sensible defaults in configure args.
PR: 23680
Submitted by: David W. Chapman, Jr.
v. 1.34
date: 2000/12/21 08:25:47; author: will; state: Exp; lines: +3 -13
Update to 1.6.24. Fix /var/pwcheck handling since that's moved to the
security/cyrus-sasl port. Fix deliver.c so it uses the correct location
of sendmail (/usr/sbin/sendmail vs. /usr/lib/sendmail). Open the port up
to the world after previous maintainer showed no interest in the port for
nearly 2 years.
PR: 22791, 22465
Submitted by: Martti Kuparinen
Scot W. Hetzel
v. 1.33
date: 2000/11/13 23:53:53; author: asami; state: Exp; lines: +2 -2
pwcheck is in ${LOCALBASE}/sbin, which is not in root's default path, so
spell out the whole path.
Submitted by: bento
v. 1.32
date: 2000/10/08 10:21:56; author: asami; state: Exp; lines: +3 -3
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
v. 1.31
date: 2000/09/03 16:09:58; author: wosch; state: Exp; lines: +2 -2
Fix homepage link.
Submitted by: Alec Berry
v. 1.30
date: 2000/06/29 07:02:28; author: obrien; state: Exp; lines: +3 -2
Move the stragler's www.freebsd.org/~user distfiles to the offical
MASTER_SITE_LOCAL site.
v. 1.29
date: 2000/05/13 18:32:38; author: paul; state: Exp; lines: +3 -2
This now port depends on SASL.
v. 1.28
date: 2000/05/13 17:18:08; author: paul; state: Exp; lines: +5 -5
Update port to release 1.6.22
v. 1.27
date: 2000/04/13 19:59:30; author: cpiazza; state: Exp; lines: +4 -4
Update to use PORTNAME/PORTVERSION
v. 1.26
date: 2000/02/08 09:27:18; author: peter; state: Exp; lines: +2 -2
Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
as the days of the former are numbered.
Reviewed by: asami
v. 1.25
date: 1999/12/29 08:37:52; author: steve; state: Exp; lines: +22 -2
Make sure all the directories needed by this port are created on install.
PR: 12584
Submitted by: Adrian Filipi-Martin
v. 1.24
date: 1999/11/26 18:20:14; author: steve; state: Exp; lines: +6 -6
Make sure a couple of more echo(1)s get to the temporary PLIST. Also
update to use Tk8.2.
PR: 14452
Submitted by: Jonathan Gapen
v. 1.23
date: 1999/08/31 06:47:16; author: mharo; state: Exp; lines: +3 -3
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.22
date: 1999/08/28 02:17:17; author: mharo; state: Exp; lines: +2 -2
sed -> ${SED}
v. 1.21
date: 1999/08/25 06:50:06; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.20
date: 1999/08/22 18:58:56; author: mharo; state: Exp; lines: +3 -3
chmod -> ${CHMOD}
chown -> ${CHOWN}
v. 1.19
date: 1999/05/28 16:38:38; author: nectar; state: Exp; lines: +2 -2
s/HAS_CONFIGURE/GNU_CONFIGURE/ so that PREFIX will be honored
v. 1.18
date: 1999/05/10 02:22:46; author: stb; state: Exp; lines: +24 -8
- Update to 1.5.19
- Don't overwrite pre-existing imapd.conf
- Fix installation of doc files
- Clean up pkg/COMMENT
v. 1.17
date: 1999/04/21 00:29:36; author: stb; state: Exp; lines: +1 -2
Move URL to pkg/DESCR.
v. 1.16
date: 1999/04/20 22:54:02; author: stb; state: Exp; lines: +3 -2
Update MASTER_SITES
ADD WWW_SITE (for net/netatalk)
v. 1.15
date: 1999/04/08 19:05:42; author: billf; state: Exp; lines: +2 -2
Proper URLs that reference directories end in '/'
v. 1.14
date: 1999/03/11 21:47:14; author: scrappy; state: Exp; lines: +2 -1
Commit all Y2K/WWW_SITE changes from today...
v. 1.13
date: 1999/01/13 02:47:30; author: scrappy; state: Exp; lines: +3 -1
More Y2K Statement Links...
v. 1.12
date: 1998/12/22 10:24:10; author: stb; state: Exp; lines: +3 -2
Added a second master site.
v. 1.11
date: 1998/11/04 01:34:59; author: jdp; state: Exp; lines: +2 -2
Fix the name of the created partition directory to agree with the |
| |

|