summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd22/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2004-10-17Apply patches from CVS to accept messages with missing body (valid according ↵recht1-2/+2
to RFC 2822). Patches forwarded by Jukka Salmi in PR 27239 Bump PKGVERSION to 4.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-26Add patch from cyrus imap cvs repository: fix master(8) support forseb1-2/+2
debugging Cyrus services. Bump PKGREVISION.
2004-08-22Change the way that legacy USE_* and FOO_USE_* options are convertedjlam1-13/+1
into the bsd.options.mk framework. Instead of appending to ${PKG_OPTIONS_VAR}, it appends to PKG_DEFAULT_OPTIONS. This causes the default options to be the union of PKG_DEFAULT_OPTIONS and any old USE_* and FOO_USE_* settings. This fixes PR pkg/26590.
2004-08-11Fix a typo that was causing SIGSEV on NetBSD/sparc64. This is alreadyjlam1-1/+2
fixed in the main Cyrus sources. Fix from <seb>.
2004-07-30Convert to use bsd.options.mk. The relevant options variable to setjlam1-6/+28
for each package can be determined by invoking: make show-var VARNAME=PKG_OPTIONS_VAR The old options are still supported unless the variable named in PKG_OPTIONS_VAR is set within make(1) (usually via /etc/mk.conf).
2004-07-29update to 2.2.8recht1-3/+2
This release corrects a minor issue found with the handling of Sieve notifications in 2.2.7.
2004-07-29Fix a double-free bug. From ASG CVS.recht1-1/+2
Noted by Jukka Salmi in private mail. bump PKGREVISION to 1
2004-07-27update to cyrus imapd 2.2.7recht1-2/+2
Changes to the Cyrus IMAP Server since 2.2.6: - Fix handling of PARTIAL command and partial body fetches - A large number of portability fixes supplied by Albert Chin - Added client_timeout option to control connect() timeouts for proxy code - Added popuseacl option - Fix a number of issues with the quota -f tool - Fix thread safety issue in saslserver() - Fix possible stage file leak in append code - Fix bugs in handling of MULTIAPPEND introduced in 2.2.3 - Fixed regression bug in Sieve vacation
2004-07-04Improve documentation for CYRUS_IDLE, and give it a default value of "poll"jlam1-16/+12
to match the default value from the cyrus-imapd configure script.
2004-06-21update to 2.2.6recht1-2/+2
Changes to the Cyrus IMAP Server since 2.2.5 - Fix a bug in the proxy code where a backend connection might get closed twice - Improved consistancy checking in chk_cyrus - Fix segfault in APPEND code - Fix a bug with an interaction between sieve and unixhierarchysep - Fix a file descriptor leak in the quotadb code - Fix a triggered assertation in service-thread services - Add a number of internal consistancy checks to the skiplist code - Allow mbpath to handle virtual domains - Fix various MANAGESIEVE client authentication issues - Other minor fixes
2004-05-28update to 2.2.5recht1-3/+2
Changes to the Cyrus IMAP Server since 2.2.4 - Bug fixed in hash table code that could sometimes cause crashes with the quotalegacy database - Net-SNMP compatibility - Significantly improved com_err detection - Assorted minor NNTP improvements - Assorted other minor bugfixes
2004-05-27Add two patches from CVS:recht1-2/+22
- allow deletions in the middle of a hash_enumerate - typo Posted by Jukka Salmi on tech-pkg@. While at it add a knob for changing cyrus' default idle method. # CYRUS_IDLE # use METHOD for IMAP IDLE # METHOD is poll, idled or no # Default: not defined (Idea from FreeBSD) Bump PKGREVISION to 2.
2004-05-27Fix the code in post-patch so that man pages correctly reference pagesjlam1-14/+22
that have been prepended with "cyrus-". Prepend a few more manpages with "cyrus-" to prevent any likely future collisions with other packages. Bump the PKGREVISON to 1.
2004-05-26update to 2.2.4recht1-3/+2
changes: - Quota now uses the cyrusdb interface (quotalegacy by default). - All incoming messages are now staged to disk before locking the destination mailbox (locks are no longer held during a network read). - Fixed off-by-one error in fetchnews (articles are no longer skipped). nntpd now uses the Followup-To: header (if exists) instead of the Newsgroups: header when constructing post address(es) and adds them to the Reply-To: header instead of the To: header. - Added berkeley_locks_max, berkeley_txns_max and berkeley_cachesize options. - Added imapmagicplus option. - Substantial work on afspts/ptloader canonicalization code - Much improved LDAP ptloader code (no more internal OpenLDAP dependencies) - Fixed a number of IPv6 related bugs
2004-04-20Apply a fix for anonymous auth_states in krb5.recht1-2/+2
Patch provided from Cyrus's CVS by Jukka Salmi in PR pkg/25256. Details: https://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/lib/auth_krb5.c.diff?r1=1.2&r2=1.3
2004-04-20Give the user a chance to choice between db4/3 and remove BDB_DEFAULTrecht1-2/+1
from the Makefile. Pointed out by Jukka Salmi.
2004-04-19This only runs with db4/3. So, set BDB_ACCEPTED accordingly.recht1-1/+3
Fixes pkg/25247 by Jukka Salmi.
2004-03-29Convert to use bdb.buildlink3.mk and krb5.buildlink3.mk.jlam1-22/+39
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-1/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-02-14Put post-install information into MESSAGE instead of using an INSTALLsnj1-2/+1
script. Okayed by wiz.
2004-01-23bl3ifyrecht1-7/+7
2004-01-18initial import of cyrus imapd 2.2.3recht1-0/+126
IMAP (Internet Message Access Protocol) is an Internet standards-track protocol for accessing messages (mail, bboards, news, etc). The Cyrus IMAP server differs from other IMAP server implementations in that it is generally intended to be run on "sealed" servers, where normal users are not 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 the IMAP, POP3, or KPOP protocols.