| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
2014-06-30 mail/cyrus-imapd2: Cyrus IMAPd 2.1.X have been deprecated, consider using 2.4.X.
2014-06-30 mail/cyrus-imapd22: No further releases of 2.2.X are planned, consider using 2.4.X.
Notes:
svn path=/head/; revision=359828
|
|
|
|
|
|
|
|
|
| |
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
Notes:
svn path=/head/; revision=302141
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
Notes:
svn path=/head/; revision=289156
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
|
|
|
| |
Approved by: ume
Notes:
svn path=/head/; revision=249326
|
|
|
|
|
|
|
| |
Security: Potential buffer overflow in Sieve
Notes:
svn path=/head/; revision=241126
|
|
|
|
|
|
|
|
| |
Submitted by: Bron Gondwana <brong__at__fastmail.fm>
Obtained from: Project Cyrus
Notes:
svn path=/head/; revision=240774
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops.
Notes:
svn path=/head/; revision=237892
|
|
|
|
|
|
|
| |
Obtained from: https://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imtest/imtest.c.diff?r1=1.107&r2=1.108&f=u
Notes:
svn path=/head/; revision=163577
|
|
|
|
|
|
|
|
| |
PR: ports/95690
Obtained from: https://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/fetchnews.c.diff?r1=1.14&r2=1.15&f=u
Notes:
svn path=/head/; revision=159491
|
|
|
|
|
|
|
|
| |
Submitted by: André Böhm <andre__at__abtime.de>
Obtained from: https://bugzilla.andrew.cmu.edu/show_bug.cgi?id=2786
Notes:
svn path=/head/; revision=158625
|
|
|
|
|
|
|
|
|
| |
This is possibly the last release of the 2.2 series. The 2.2 code
is now in maintenance mode only, and all new development is taking
place on the 2.3 code.
Notes:
svn path=/head/; revision=158487
|
|
|
|
|
|
|
|
|
|
| |
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
Notes:
svn path=/head/; revision=156534
|
|
|
|
|
|
|
|
|
|
|
| |
why icc defines __GNUC__?
Reported by: Attila Nagy <bra@fsn.hu>
Suggested by: hrs, nyan
Tested by: Attila Nagy <bra@fsn.hu>
Notes:
svn path=/head/; revision=129689
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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).
Notes:
svn path=/head/; revision=129622
|
|
|
|
| |
Notes:
svn path=/head/; revision=128477
|
|
|
|
|
|
|
| |
Reported by: pointyhat via kris
Notes:
svn path=/head/; revision=123748
|
|
|
|
|
|
|
|
|
| |
Cyrus doesn't accept this hack, and I really don't like it.
Requested by: many
Notes:
svn path=/head/; revision=123317
|
|
|
|
| |
Notes:
svn path=/head/; revision=122286
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
Notes:
svn path=/head/; revision=122200
|
|
|
|
| |
Notes:
svn path=/head/; revision=122122
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
Notes:
svn path=/head/; revision=114802
|
|
|
|
|
|
|
|
| |
of WITH_SNMP from net-snmp4 to net-snmp. However, if there is
net-snmp4 installed, we still use net-snmp4 for backward compatibility.
Notes:
svn path=/head/; revision=110289
|
|
|
|
| |
Notes:
svn path=/head/; revision=110243
|
|
|
|
| |
Notes:
svn path=/head/; revision=109458
|
|
|
|
|
|
|
|
|
| |
to avoid conflict with other ports.
PR: ports/60949, ports/29223, ports/47913
Notes:
svn path=/head/; revision=105990
|
|
|
|
|
|
|
| |
Reported by: "Pascal HOARAU" <pascal@hh.nl>
Notes:
svn path=/head/; revision=103553
|
|
|
|
|
|
|
|
|
|
| |
(since I don't have ia64 nor amd64, I tested at least it doesn't
break on i386.)
Obtained from: NetBSD
Notes:
svn path=/head/; revision=103215
|
|
|
|
| |
Notes:
svn path=/head/; revision=100850
|
|
|
|
|
|
|
| |
Reported by: "Stephen Marquard" <scm@marquard.net>
Notes:
svn path=/head/; revision=99824
|
|
|
|
| |
Notes:
svn path=/head/; revision=99779
|
|
|
|
|
|
|
|
| |
backend used for each database can be specified with an imapd.conf
option.
Notes:
svn path=/head/; revision=98410
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=98399
|
|
|
|
| |
Notes:
svn path=/head/; revision=98395
|
|
|
|
| |
Notes:
svn path=/head/; revision=98223
|
|
|
|
|
|
|
|
|
| |
as Cyrus IMAPd's default.
Requested by: ervin.nemeth@niif.hu
Notes:
svn path=/head/; revision=98134
|
|
|
|
| |
Notes:
svn path=/head/; revision=94904
|
|
|
|
| |
Notes:
svn path=/head/; revision=94702
|
|
|
|
|
|
|
| |
(disable WITH_DRAC support due to lack of acconfig.h, for now)
Notes:
svn path=/head/; revision=92473
|
|
|
|
| |
Notes:
svn path=/head/; revision=90003
|
|
|
|
|
|
|
| |
Reported by: nork
Notes:
svn path=/head/; revision=89464
|
|
|
|
| |
Notes:
svn path=/head/; revision=88167
|
|
|
|
| |
Notes:
svn path=/head/; revision=88078
|
|
|
|
|
|
|
|
|
| |
Since there are some issue to upgrading from 2.2.0-ALPHA,
you should read /usr/local/share/doc/cyrus-imapd22/install-upgrade.html
before upgrading your server.
Notes:
svn path=/head/; revision=85060
|
|
|
|
|
|
|
| |
separation from cyrus-sasl2.
Notes:
svn path=/head/; revision=81847
|
|
|
|
|
|
|
| |
Reported by: bento via kris
Notes:
svn path=/head/; revision=80662
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=79160
|
|
|
|
|
|
|
|
| |
Reported by: bento via kris
Obtained from: Cyrus
Notes:
svn path=/head/; revision=78591
|
|
|
|
| |
Notes:
svn path=/head/; revision=77682
|
|
|
|
| |
Notes:
svn path=/head/; revision=74679
|