summaryrefslogtreecommitdiffstats
path: root/mail/cyrus-imapd22
Commit message (Collapse)AuthorAgeFilesLines
* * reflect renaming on CPAN File-Spec to PathToolsskv2005-06-111-9/+4
| | | | | | | | | | | | | | | | | | | | | | | + 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)
* Stop depending on makedepend. Though configure checks existenceume2005-05-231-1/+0
| | | | | of makedepend, it is not used actually. So, we don't need to depend on it.
* fix build.ume2005-02-281-1/+1
| | | | Reported by: pointyhat via kris.
* use ${ECHO_CMD} rather than echo.ume2005-02-261-3/+3
|
* simplify more.ume2005-02-261-11/+1
|
* simplify the logic how to detect multiple BDB versionsume2005-02-261-17/+15
| | | | are specified.
* some cleanup.ume2005-02-251-15/+21
|
* make it compilable with Intel(R) C Compiler.ume2005-02-241-0/+13
| | | | | | | | why icc defines __GNUC__? Reported by: Attila Nagy <bra@fsn.hu> Suggested by: hrs, nyan Tested by: Attila Nagy <bra@fsn.hu>
* Update to 2.2.12.ume2005-02-234-23/+44
| | | | | | | | | | 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).
* use new scheme of USE_RC_SUBR.ume2005-02-103-8/+1
|
* Don't install/append to perllocal.pod.ume2004-12-112-0/+30
| | | | Reported by: pointyhat via kris
* Add PASS8BITHACK option to pass 8bit in subject.ume2004-12-062-0/+64
| | | | | | Cyrus doesn't accept this hack, and I really don't like it. Requested by: many
* follow shlib version bump of net-snmp.ume2004-12-051-1/+1
|
* make it buildable with WITH_DRAC=yes, againume2004-11-243-22/+15
|
* Update to 2.2.10.ume2004-11-242-3/+3
| | | | | | * Fix 0 termination in mysasl_canon_user. * Check for imap magic plus buffer overflow in proxyd also (CAN-2004-1015).
* Update to 2.2.9.ume2004-11-234-42/+52
| | | | | | | | | | | | * 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.
* remove outdated comment.ume2004-11-221-3/+0
|
* add AUTH_KRB5 option to use Kerberos5 authorization module.ume2004-08-301-4/+11
| | | | Requested by: Volodymyr Kostyrko <arcade@ints.net>
* Update to 2.2.8.ume2004-07-292-3/+3
|
* don't exit at failure of `pw'. some users prefer having userume2004-07-282-7/+5
| | | | | | `cyrus' in NIS. Reported by: nork
* - Update to 2.2.7.ume2004-07-266-24/+56
| | | | | | | | - 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 <tv@solnet.ch> [1]
* Utilize EXAMPLESDIR.ume2004-07-194-23/+27
|
* Autotools cleanup. Remove autoconf257 (259), automake17 (18), andade2004-07-011-2/+2
| | | | | | | | libtool14 (13/15). PR: 67768 Submitted by: ade Approved by: 4-exp bento runs (thanks, kris!)
* Update to 2.2.6.ume2004-06-182-3/+3
|
* fix building package with BATCH=yes.ume2004-06-141-0/+2
| | | | Reported by: bento via kris
* OPTIONS support.ume2004-06-111-45/+82
| | | | Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> (with modifications)
* add WITH_LDAP_PTLOADER which enables build with experimentalume2004-06-112-1/+12
| | | | | | LDAP ptloader. Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> (with modification)
* Sync with new bsd.autotools.mkade2004-06-041-1/+1
|
* Since net-snmp-5.X support was added in 2.2.5, change the defaultume2004-05-293-3/+36
| | | | | of WITH_SNMP from net-snmp4 to net-snmp. However, if there is net-snmp4 installed, we still use net-snmp4 for backward compatibility.
* Update to 2.2.5.ume2004-05-288-92/+37
|
* Update to 2.2.4.ume2004-05-187-72/+69
|
* build and install missing imapd.conf.5.html.ume2004-04-041-1/+7
|
* install manpages for ${PREFIX}/cyrus/bin into ${PREFIX}/cyrus/manume2004-04-025-88/+53
| | | | | | to avoid conflict with other ports. PR: ports/60949, ports/29223, ports/47913
* prefer /usr/sbin/nologin than /sbin/nologin when creating user cyrus.ume2004-03-311-1/+3
| | | | Requested by: nork
* cosmetic changes.ume2004-03-302-13/+13
|
* I forget to unmark BROKEN on ia64 and amd64.ume2004-03-151-4/+0
|
* Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* withade2004-03-121-2/+1
| | | | | | | | the USE_<x> 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.
* make sure to set mode for created directory.ume2004-03-105-10/+54
| | | | Reported by: "Pascal HOARAU" <pascal@hh.nl>
* make it buildable on ia64 and amd64.ume2004-03-076-5/+86
| | | | | | | (since I don't have ia64 nor amd64, I tested at least it doesn't break on i386.) Obtained from: NetBSD
* BROKEN on amd64 and ia64: Does not compile (missing -fPIC)kris2004-03-071-0/+4
|
* Say hello to the new "net-mgmt" category. There are probably morewollman2004-02-231-1/+1
| | | | | | | ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus
* strip binaries.ume2004-02-136-6/+54
|
* Set an appropriate LATEST_LINK to avoid conflicts with other ports.ume2004-02-061-0/+2
| | | | Reported by: kris
* SIZEfyume2004-02-041-0/+1
|
* fix description of allowplaintext.ume2004-02-021-1/+1
| | | | Reported by: "Stephen Marquard" <scm@marquard.net>
* make it buildable with net/net-snmp4.ume2004-02-023-7/+6
|
* Configuration of the Cyrus databases is now runtime. The cyrus dbume2004-01-172-4/+36
| | | | | backend used for each database can be specified with an imapd.conf option.
* Support Berkeley DB 4.2.ume2004-01-173-11/+38
| | | | | | | | 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 <dmitry_sorokin@yahoo.ca>
* we don't need this file anymore.ume2004-01-171-14/+0
|
* Update to 2.2.3.ume2004-01-1511-108/+25
|
OpenPOWER on IntegriCloud