head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.46 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.44 pkgsrc-2012Q4-base:1.6 pkgsrc-2011Q4:1.6.0.42 pkgsrc-2011Q4-base:1.6 pkgsrc-2011Q2:1.6.0.40 pkgsrc-2011Q2-base:1.6 pkgsrc-2009Q4:1.6.0.38 pkgsrc-2009Q4-base:1.6 pkgsrc-2008Q4:1.6.0.36 pkgsrc-2008Q4-base:1.6 pkgsrc-2008Q3:1.6.0.34 pkgsrc-2008Q3-base:1.6 cube-native-xorg:1.6.0.32 cube-native-xorg-base:1.6 pkgsrc-2008Q2:1.6.0.30 pkgsrc-2008Q2-base:1.6 pkgsrc-2008Q1:1.6.0.28 pkgsrc-2008Q1-base:1.6 pkgsrc-2007Q4:1.6.0.26 pkgsrc-2007Q4-base:1.6 pkgsrc-2007Q3:1.6.0.24 pkgsrc-2007Q3-base:1.6 pkgsrc-2007Q2:1.6.0.22 pkgsrc-2007Q2-base:1.6 pkgsrc-2007Q1:1.6.0.20 pkgsrc-2007Q1-base:1.6 pkgsrc-2006Q4:1.6.0.18 pkgsrc-2006Q4-base:1.6 pkgsrc-2006Q3:1.6.0.16 pkgsrc-2006Q3-base:1.6 pkgsrc-2006Q2:1.6.0.14 pkgsrc-2006Q2-base:1.6 pkgsrc-2006Q1:1.6.0.12 pkgsrc-2006Q1-base:1.6 pkgsrc-2005Q4:1.6.0.10 pkgsrc-2005Q4-base:1.6 pkgsrc-2005Q3:1.6.0.8 pkgsrc-2005Q3-base:1.6 pkgsrc-2005Q2:1.6.0.6 pkgsrc-2005Q2-base:1.6 pkgsrc-2005Q1:1.6.0.4 pkgsrc-2005Q1-base:1.6 pkgsrc-2004Q4:1.6.0.2 pkgsrc-2004Q4-base:1.6 pkgsrc-2004Q3:1.4.0.2 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.2.0.2 pkgsrc-2004Q2-base:1.2; locks; strict; comment @# @; 1.6 date 2004.11.28.14.34.07; author recht; state dead; branches; next 1.5; 1.5 date 2004.10.17.22.07.32; author recht; state Exp; branches; next 1.4; 1.4 date 2004.07.29.20.04.02; author recht; state dead; branches; next 1.3; 1.3 date 2004.07.29.18.14.44; author recht; state Exp; branches; next 1.2; 1.2 date 2004.05.26.22.18.05; author recht; state dead; branches; next 1.1; 1.1 date 2004.04.20.15.54.02; author recht; state Exp; branches; next ; desc @@ 1.6 log @update to cyrus-imapd-2.2.10. Patch by adrianp@@. While at it also make it build on OSX. Changes to the Cyrus IMAP Server since 2.2.9 Fix 0 termination in mysasl_canon_user. Check for imap magic plus buffer overflow in proxyd also (CAN-2004-1015). Changes to the Cyrus IMAP Server since 2.2.8 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-10 13) 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. @ text @$NetBSD: patch-aa,v 1.5 2004/10/17 22:07:32 recht Exp $ --- imap/imapd.c.orig Thu Jul 15 18:19:18 2004 +++ imap/imapd.c Sun Oct 17 15:38:27 2004 @@@@ -2447,10 +2447,6 @@@@ r = IMAP_PROTOCOL_ERROR; goto done; } - if (size < 2) { - r = IMAP_MESSAGE_NOBLANKLINE; - goto done; - } if (!isnowait) { /* Tell client to send the message */ @ 1.5 log @Apply patches from CVS to accept messages with missing body (valid according to RFC 2822). Patches forwarded by Jukka Salmi in PR 27239 Bump PKGVERSION to 4. @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @update to 2.2.8 This release corrects a minor issue found with the handling of Sieve notifications in 2.2.7. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.3 2004/07/29 18:14:44 recht Exp $ d3 10 a12 5 --- sieve/bc_eval.c.orig 2004-07-12 17:52:18.000000000 +0200 +++ sieve/bc_eval.c 2004-07-29 20:09:18.000000000 +0200 @@@@ -975,8 +975,6 @@@@ res = do_notify(notify_list, id, method, options, priority, message); d14 2 a15 5 - free(options); - break; } case B_DENOTIFY: @ 1.3 log @Fix a double-free bug. From ASG CVS. Noted by Jukka Salmi in private mail. bump PKGREVISION to 1 @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @update to 2.2.4 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 @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2004/04/20 15:54:02 recht Exp $ d3 5 a7 9 --- lib/auth_krb5.c.orig 2004-04-20 17:50:47.000000000 +0200 +++ lib/auth_krb5.c 2004-04-20 17:51:13.000000000 +0200 @@@@ -74,6 +74,7 @@@@ if (strcmp(identifier,"anyone") == 0) return 1; if (!auth_state && !strcmp(identifier, "anonymous")) return 3; + else if(!auth_state) return 0; if (strcmp(identifier,auth_state->userid) == 0) return 3; if (strcmp(auth_state->userid,"anonymous") == 0) return 0; d9 5 @ 1.1 log @Apply a fix for anonymous auth_states in krb5. 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 @ text @d1 1 a1 1 $NetBSD$ @