Commit graph

90 commits

Author SHA1 Message Date
Hajimu UMEMOTO
d6c32c2c40 USE_OPENSSL must be set before including bsd.port.pre.mk.
Reported by:	Fritz Heinrichmeyer <Fritz.Heinrichmeyer@Fernuni-Hagen.de>
2003-09-01 10:44:42 +00:00
Hajimu UMEMOTO
76c498ae6d Previous commit to use USE_RC_SUBR was incomplete. 2003-08-31 07:05:45 +00:00
Hajimu UMEMOTO
e1abfdbd5c Use USE_RC_SUBR. 2003-08-30 14:17:22 +00:00
Hajimu UMEMOTO
bdcd94775f Use CONFLICTS.
PR:		ports/56118
2003-08-29 18:22:38 +00:00
Hajimu UMEMOTO
646d8a6bc5 Use USE_OPENSSL. 2003-08-28 15:53:34 +00:00
Hajimu UMEMOTO
f3317786e1 Update to 2.1.15.
* Correct a potential DOS attack in the fud daemon.
 * Arbitron now works again
 * Telemetry logging for mupdate
 * Duplicate Suppression logging for redirect sieve actions
 * A number of bugs in reconstruct have been fixed. also added the -p
   and -x options
 * Better stubbing out of user_deleteacl
 * No longer log any shutdown() failures
 * Improved IPv6 support (for systems with two getnameinfo
   implementations)
 * Misc Documentation Improvements
2003-08-18 20:23:27 +00:00
Hajimu UMEMOTO
5a6a6557e8 Update to 2.1.14. 2003-07-03 17:21:42 +00:00
Hajimu UMEMOTO
067f86b4a6 Don't depend on saslauthd. This is preparation for saslauthd
separation from cyrus-sasl2.
2003-06-01 04:01:12 +00:00
Hajimu UMEMOTO
25070dfbf4 Add dependency to OpenSSL. 2003-05-03 13:40:17 +00:00
Hajimu UMEMOTO
e9f387b39d Update to 2.1.13. 2003-05-02 18:27:11 +00:00
Hajimu UMEMOTO
b5c9ea3acf Specify full path of perl explicitly.
PR:		ports/44545
Submitted by:	Pat Lashley <patl+freebsd@volant.org>
2003-04-28 19:03:04 +00:00
Hajimu UMEMOTO
ffce2fde54 Add WITH_SKIPLIST which makes skiplist support for mail/cyrus-imapd2
compatible with mail/cyrus-imapd22.

PR:		ports/51491
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-04-28 16:36:35 +00:00
Hajimu UMEMOTO
b126cfaf97 Update IPv6 patch to 20030426. 2003-04-26 15:04:24 +00:00
Hajimu UMEMOTO
0275805992 add mirror sites.
PR:		ports/50090
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2003-04-23 16:24:48 +00:00
Hajimu UMEMOTO
832c58827b portlint 2003-04-23 16:06:22 +00:00
Hajimu UMEMOTO
3200ccffb3 Oops, correct usage of LIB_DEPENDS introduced by previous commit. 2003-04-17 18:20:55 +00:00
Hajimu UMEMOTO
62a080d73a - 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.
2003-04-17 18:00:08 +00:00
Hajimu UMEMOTO
873536d51c Use REINPLACE_CMD. 2003-03-23 17:10:47 +00:00
Hajimu UMEMOTO
8c22c15b1c De-pkg-comment. 2003-02-20 20:10:05 +00:00
Hajimu UMEMOTO
803c6ab715 Update to 2.1.12. 2003-02-04 15:55:54 +00:00
Hajimu UMEMOTO
fda290ce5c Add CYRUS_USER and CYRUS_GROUP options to be able to configure
psuedo user for cyrus.

Requested by:	Cyrus Anderson Yunker <cayunker@unity.ncsu.edu>
2003-01-30 14:04:02 +00:00
Hajimu UMEMOTO
53b32fda0a - Use PERL_LEVEL to distinguish installed perl version.
- Add WITH_SKIPLIST_MBOX to enable skiplist mboxlist.
- Add WITH_MURDER to enable murder.
2003-01-01 19:34:41 +00:00
Hajimu UMEMOTO
d33b79068f 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
2002-12-05 14:04:36 +00:00
Hajimu UMEMOTO
b1f110615d Update to 2.1.10. 2002-11-16 05:10:43 +00:00
Hajimu UMEMOTO
2760246054 Update to cyrus-imapd-2.1.9. 2002-09-01 20:12:13 +00:00
Hajimu UMEMOTO
e8c64a3ee7 Update to 2.1.8. 2002-08-28 18:25:16 +00:00
Ade Lovett
76d6ac6122 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
2002-08-22 19:13:46 +00:00
Hajimu UMEMOTO
d6a00af6f5 Update to 2.1.7. 2002-08-21 20:46:33 +00:00
Hajimu UMEMOTO
78436998f8 cyradm didn't show password prompt correctly.
Reported by:	Joseph Scott <joseph@randomnetworks.com>
2002-08-16 18:55:48 +00:00
Hajimu UMEMOTO
b55842a961 Update an IPv6 patch to 20020817.
Since there is no functional change at all under FreeBSD,
I don't bump PORTREVISION.
2002-08-16 18:27:43 +00:00
Hajimu UMEMOTO
6a1ac43756 Add cyrus-imapd-2.1.5 after repo. copy. 2002-08-08 14:06:48 +00:00
Hajimu UMEMOTO
41c441f082 Make this port add shell to cyrus user.
PR:		ports/38436
Submitted by:	Scot W. Hetzel <hetzels@westbend.net>
2002-05-25 18:39:19 +00:00
Hajimu UMEMOTO
6e7e547781 Add USE_PERL5=yes. 2002-05-19 14:28:20 +00:00
Akinori MUSHA
897d06aa97 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.
2002-01-29 11:48:57 +00:00
Hajimu UMEMOTO
dd7780f9fc Update IPv6 patch. 2002-01-18 18:00:06 +00:00
Akinori MUSHA
79f86fd6ec 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.
2001-08-01 11:56:24 +00:00
Hajimu UMEMOTO
a3a537c273 Update to 2.0.16. 2001-07-28 16:08:08 +00:00
Akinori MUSHA
dd8fc61f89 Reflect databases/db3's shlib version bump from 2 to 3. 2001-07-25 15:05:11 +00:00
Hajimu UMEMOTO
814b0c8979 Update IPv6 support patch to 20010711 version.
Now, sieve client speaks IPv6.
2001-07-11 19:52:28 +00:00
Hajimu UMEMOTO
9d16c61d34 - 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.)
2001-07-09 11:19:56 +00:00
Hajimu UMEMOTO
70dc619155 Update to cyrus-imapd 2.0.15. 2001-07-08 14:46:44 +00:00
Hajimu UMEMOTO
12b723faf5 Update to 2.0.14. 2001-05-31 09:38:04 +00:00
Hajimu UMEMOTO
06fa03f98f Fix a bug that imaps didn't work correctly.
This patch will be applied in next cyrus-imapd release.

Reported by:	Nick Sayer <nsayer@quack.kfu.com>
2001-05-07 11:11:27 +00:00
Hajimu UMEMOTO
98ce96b455 When bind() was fail, master did core dump.
Update IPv6 patch to latest one due to fix this bug.

Reported by:	Nick Sayer <nsayer@quack.kfu.com>
2001-05-05 21:44:40 +00:00
Hajimu UMEMOTO
3f3da42fc3 Update to 2.0.13.
If your libsasl has sasl_checkapop(), you can use APOP.
2001-04-28 16:43:11 +00:00
Hajimu UMEMOTO
3533fb5d8c Add missing items into pkg-plist.
Submitted by:	bento
2001-04-22 15:52:48 +00:00
Hajimu UMEMOTO
100080da7d Since imapd.conf is installed into ${PREFIX}/etc, mkimap should
refer ${PREFIX}/etc/imapd.conf
2001-04-12 19:06:31 +00:00
Hajimu UMEMOTO
e63942da46 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 <dak@solo.net>
2001-04-06 18:53:09 +00:00
Hajimu UMEMOTO
9abb9f6b42 Add missing Perl library into pkg-plist.
Reported by:	Kaz SHiMZ <kshimz@sfc.co.jp>
2001-04-06 17:51:12 +00:00
Hajimu UMEMOTO
749983c11c Use -U option of ps instead of odd path checking. 2001-03-22 11:17:17 +00:00