non port: mail/cyrus-imapd/Makefile |
Number of commits found: 40 |
Friday, 18 Feb 2005
|
23:44 kris
As previously announced, remove ports that have reached their expiry date,
and the handful of ports that depended on them.
 |
Saturday, 8 Jan 2005
|
23:21 nectar
Use the correct format for EXPIRATION_DATE.
Noticed by: simon
Pointy hat to: nectar
While I'm at it, how about I set the expiration date in
the future? s/2004/2005/
 |
23:08 nectar
Mark FORBIDDEN and DEPRECATED after discussion with the maintainer (ume)
due to remotely exploitable vulnerabilities.
http://vuxml.freebsd.org/114d70f3-3d16-11d9-8818-008088034841.html
http://vuxml.freebsd.org/c0a269d5-3d16-11d9-8818-008088034841.html
 |
Friday, 2 Apr 2004
|
20:13 ume
install manpages for ${PREFIX}/cyrus/bin into ${PREFIX}/cyrus/man
to avoid conflict with other ports.
PR: ports/60949, ports/29223, ports/47913
 |
Sunday, 7 Mar 2004
|
17:39 ume
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
 |
12:55 kris
BROKEN on amd64 and ia64: Does not compile (missing -fPIC)
 |
Saturday, 21 Feb 2004
|
22:05 ume
add http://home.jp.FreeBSD.org/~ume/ipv6/ for MASTER_SITES.
 |
Monday, 1 Sep 2003
|
10:44 ume
USE_OPENSSL must be set before including bsd.port.pre.mk.
Reported by: Fritz Heinrichmeyer <Fritz.Heinrichmeyer@Fernuni-Hagen.de>
 |
Friday, 29 Aug 2003
|
18:19 ume
Use CONFLICTS.
PR: ports/56118
 |
Thursday, 28 Aug 2003
|
15:53 ume
Use USE_OPENSSL.
 |
Saturday, 3 May 2003
|
13:40 ume
Add dependency to OpenSSL.
 |
Monday, 28 Apr 2003
|
19:03 ume
Specify full path of perl explicitly.
PR: ports/44545
Submitted by: Pat Lashley <patl+freebsd@volant.org>
 |
Wednesday, 23 Apr 2003
|
16:24 ume
add mirror sites.
PR: ports/50090
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
 |
16:06 ume
portlint
 |
Sunday, 23 Mar 2003
|
17:10 ume
Use REINPLACE_CMD.
 |
Thursday, 20 Feb 2003
|
20:10 ume
De-pkg-comment.
 |
Thursday, 5 Dec 2002
|
14:02 ume
Update to 2.0.17.
The releases 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
 |
Thursday, 22 Aug 2002
|
19:13 ade
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
 |
Saturday, 17 Aug 2002
|
11:02 ume
cyradm didn't show password prompt correctly.
PR: ports/41438
Submitted by: Mark Cammidge <mark@peralex.com>
 |
Saturday, 25 May 2002
|
18:39 ume
Make this port add shell to cyrus user.
PR: ports/38436
Submitted by: Scot W. Hetzel <hetzels@westbend.net>
 |
Sunday, 19 May 2002
|
14:28 ume
Add USE_PERL5=yes.
 |
Tuesday, 29 Jan 2002
|
11:45 knu
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.
 |
Friday, 18 Jan 2002
|
18:00 ume
Update IPv6 patch.
 |
Wednesday, 1 Aug 2001
|
12:56 knu
Back out the db3 port update because some of these dependent ports had been
broken by the incompatibility between db3.2 and db3.3.
 |
Saturday, 28 Jul 2001
|
17:08 ume
Update to 2.0.16.
 |
Wednesday, 25 Jul 2001
|
16:05 knu
Reflect databases/db3's shlib version bump from 2 to 3.
 |
Wednesday, 11 Jul 2001
|
20:52 ume
Update IPv6 support patch to 20010711 version. Now, sieve client speaks IPv6.
 |
Monday, 9 Jul 2001
|
12:19 ume
- 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.)
 |
Sunday, 8 Jul 2001
|
15:46 ume
Update to cyrus-imapd 2.0.15.
 |
Thursday, 31 May 2001
|
10:38 ume
Update to 2.0.14.
 |
Monday, 7 May 2001
|
12:11 ume
Fix a bug that imaps didn't work correctly. This patch will be applied in next
cyrus-imapd release.
 |
Saturday, 5 May 2001
|
22:44 ume
When bind() was fail, master did core dump. Update IPv6 patch to latest one
due to fix this bug.
 |
Saturday, 28 Apr 2001
|
17:43 ume
Update to 2.0.13. If your libsasl has sasl_checkapop(), you can use APOP.
 |
Sunday, 22 Apr 2001
|
16:52 ume
Add missing items into pkg-plist.
 |
Thursday, 12 Apr 2001
|
20:06 ume
Since imapd.conf is installed into ${PREFIX}/etc, mkimap should refer
${PREFIX}/etc/imapd.conf
 |
Friday, 6 Apr 2001
|
19:53 ume
Since spool location is configurable by user, prevent making spool at install
time. Install mkimap script and show guidance, instead.
 |
18:51 ume
Add missing Perl library into pkg-plist.
 |
Thursday, 22 Mar 2001
|
11:17 ume
Use -U option of ps instead of odd path checking.
 |
Friday, 16 Mar 2001
|
13:28 ume
killall doesn't have -u option under FreeBSD 3.X
 |
Tuesday, 13 Mar 2001
|
11:15 ume
Add cyrus-imapd 2.0.12, the cyrus mail server, supporting POP3 and IMAP4
protocols.
 |
Number of commits found: 40 |