| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
14 Feb 2012 12:45:35
2.3.18_1
|
mm  |
Bump pcre library dependency due to 8.30 update |
14 Jan 2012 08:57:23
2.3.18
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
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. |
07 Jan 2012 18:25:29
2.3.18
|
ume  |
Make it buildable with clang. |
05 Oct 2011 16:11:13
2.3.18
|
ume  |
Update to 2.3.18. |
23 Sep 2011 22:26:39
2.3.17
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
15 Sep 2011 11:29:38
2.3.17
|
ume  |
Specify the version number explicitly in the file name of
the 3rd party's auto* patches, sigh. |
14 Sep 2011 11:19:36
2.3.17
|
ume  |
Update to 2.3.17. |
28 Jul 2011 12:43:22
2.3.16_4
|
sylvio  |
- Chase net-snmp shlib version bump. |
03 Jul 2011 13:53:52
2.3.16_3
|
ohauer  |
- remove MD5 |
20 May 2011 12:17:03
2.3.16_3
|
ume  |
Make it buildable with perl 5.14.0. Perl 5.14.0 doesn't define
sv_undef, sv_yes nor sv_no, anymore. |
04 Dec 2010 07:34:27
2.3.16_3
|
ade  |
Sync to new bsd.autotools.mk |
26 Nov 2010 15:23:45
2.3.16_3
|
ume  |
Use PCRE explicitly. If PCRE was installed, the header of PCRE was
picked upped. However, since there was bash-ism in the configure
script, libpcre was not linked, correctly. As the result, the regex
in our libc was used, but the header of PCRE was referred. |
16 Oct 2010 11:52:47
2.3.16_2
|
ade  |
Punt autoconf267->autoconf268 |
05 Oct 2010 19:13:35
2.3.16_2
|
mm  |
Add optional UoA patches:
- Autocreate INBOX patch
- Autosievefolder patch
PR: ports/150719
Approved by: maintainer (timeout) |
15 Sep 2010 18:35:24
2.3.16_2
|
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
02 Jun 2010 19:14:17
2.3.16_1
|
sylvio  |
- Chase net-snmp shlib bump |
27 May 2010 15:41:43
2.3.16
|
ume  |
Make it buildable with db50. |
10 Apr 2010 04:35:00
2.3.16
|
ume  |
Fix build with enabling DRAC on FreeBSD 7.X and earlier.
Submitted by: kuriyama |
27 Mar 2010 00:15:24
2.3.16
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
07 Feb 2010 10:56:33
2.3.16
|
kuriyama  |
- Revert post-build: target because there are patch-*::Makefile.PL
files for same purpose (but supported only old ExtUtils::MakaMaker,
I updated them to work with 5.10.1 in previous commit).
Discussed with: skv |
06 Feb 2010 04:49:52
2.3.16
|
kuriyama  |
- Unbreak with perl5.10.
Approved by: ume |
05 Feb 2010 17:42:26
2.3.16
|
skv  |
Do not update "perllocal.pod" (to make Tinderbox happy).
Approved by: pav (implicit) |
24 Dec 2009 12:14:42
2.3.16
|
ume  |
Fix build with MySQL option is enabled.
Submitted by: Jonathan Frazier <jfrazier__at__purpleheartservices.com> |
21 Dec 2009 16:07:47
2.3.16
|
ume  |
The patch to configure.in is required only when WITH_DRAC=YES and
FreeBSD 8.X and later. |
21 Dec 2009 15:39:10
2.3.16
|
ume  |
Update to 2.3.16. |
08 Dec 2009 08:59:28
2.3.15
|
pav  |
- Remove support for ucd-snmp4 in ports, that also support net-snmp5.
(ucd-snmp4 port is past expiration date) |
19 Nov 2009 22:07:43
2.3.15
|
pav  |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
09 Sep 2009 16:07:39
2.3.15
|
ume  |
Update to 2.3.15.
Security: Potential buffer overflow in Sieve |
03 Sep 2009 08:27:57
2.3.14_2
|
ume  |
Fix buffer size calculations for sieve actions_string
Submitted by: Bron Gondwana <brong__at__fastmail.fm>
Obtained from: Project Cyrus |
15 Jul 2009 16:56:10
2.3.14_1  |
dougb  |
Fix a few "bad example" problems in the rc.d scripts that have been
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. |
07 Apr 2009 14:14:06
2.3.14_1  |
ume  |
Remove dependency to p5-Pod-Parser and p5-File-Temp. |
25 Mar 2009 17:02:25
2.3.14  |
ume  |
Update to 2.3.14. |
05 Jan 2009 21:05:49
2.3.13  |
pav  |
- Remove conditional checks for FreeBSD 5.x and older |
20 Oct 2008 16:11:47
2.3.13  |
ume  |
Update to 2.3.13. |
01 Oct 2008 17:59:46
2.3.12p2_1  |
rnoland  |
Fix build on -CURRENT due to library shuffle.
Approved by: garga (mentor), maintainer timeout (2 weeks) |
20 Aug 2008 00:57:32
2.3.12p2_1  |
ade  |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
22 Jun 2008 18:39:30
2.3.12p2_1  |
pav  |
- Mark BROKEN after recent kerberos import |
26 Apr 2008 13:40:33
2.3.12p2_1  |
ume  |
The tarball was rerolled with actual fix for imapd.conf parsing
problem. |
24 Apr 2008 16:36:58
2.3.12p2  |
ume  |
Update to 2.3.12p2.
The memory corruption problem was not fixed in 2.3.12p1, actually.
It should be fixed now. |
24 Apr 2008 15:40:10
2.3.12p1  |
ume  |
Update to 2.3.12p1.
The only change from 2.3.12 is a patch to fix a memory corruption
in the imapd.conf parsing code which could cause segfaults on
certain platforms. |
24 Apr 2008 15:38:24
2.3.12  |
ume  |
Add the statuscache_db option to imapd.conf. If WITHOUT_BDB is set,
this will need to be set to skiplist else messages such as the
following will result:
"Fatal error: cyrusdb backend berkeley-nosync not supported"
This patch just makes it a bit easier to find.
PR: ports/122995
Submitted by: scf |
21 Apr 2008 15:32:14
2.3.12  |
ume  |
Update to 2.3.12. |
27 Mar 2008 17:20:34
2.3.11  |
ume  |
Chase shlib version bump of net-snmp. |
12 Dec 2007 00:16:52
2.3.11  |
ume  |
Update to 2.3.11. |
30 Sep 2007 04:47:37
2.3.9_1  |
linimon  |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
08 Sep 2007 01:01:47
2.3.9  |
linimon  |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
20 Aug 2007 15:21:50
2.3.9  |
ume  |
Update to 2.3.9.
Upgrading from 2.3.8
* The default value of the allowplaintext option has been changed to
disabled (0). If you need to allow cleartext passwords on the wire,
then you will have to explicitly enable the allowplaintext option
in imapd.conf. |
09 Aug 2007 14:54:17
2.3.8_1  |
ume  |
Add an option to not use Berkeley DB.
PR: ports/101383
Submitted by: Sean Farley <sean-freebsd__at__farley.org> |
07 Aug 2007 16:50:29
2.3.8_1  |
ume  |
Obey the default BDB version defined in bsd.database.mk. |
06 Aug 2007 15:01:21
2.3.8_1  |
ume  |
Allow to build with db45 and db46 as well. |
06 Aug 2007 14:44:11
2.3.8_1  |
ume  |
compatibility fix for DBENV->set_lk_max()
Obtained from:
https://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/lib/cyrusdb_berkeley.c.diff?r1=1.17;r2=1.18 |
28 Feb 2007 01:19:04
2.3.8_1  |
kuriyama  |
- Bump shlib version to libnetsnmp.so.10 and bump $PORTREVISION. |
10 Feb 2007 14:58:49
2.3.8  |
ume  |
Update to 2.3.8. |
07 Oct 2006 10:26:49
2.3.7  |
ume  |
Change the MASTER_SITES entries from
ftp://ftp.hanse.de/sites/transit/mirror/
to
http://www.transit.hanse.de/mirror/
Requested by: Stefan Bethke <stb__at__lassitu.de> |
11 Jul 2006 12:19:32
2.3.7  |
ume  |
Update to 2.3.7.
PASS8BITHACK was deprecated, since munge8bit option was added
for this purpose. |
19 Jun 2006 12:28:06
2.3.6  |
ume  |
unquote BROKEN. |
25 May 2006 17:36:29
2.3.6  |
ume  |
Update to 2.3.6 and unmark BROKEN.
If you ran 2.3.4 or 2.3.5, you need to reconstruct your mailboxes.
Please refer /usr/local/share/doc/cyrus-imapd/install-upgrade.html
for detail. |
25 May 2006 08:24:26
2.3.5  |
ume  |
2.3.5 still has critical problem. So, I've mark it BROKEN until
the problem is fixed. |
25 May 2006 03:33:33
2.3.5  |
ume  |
Update to 2.3.5. |
10 May 2006 22:37:39
2.3.3  |
edwin  |
Remove USE_REINPLACE from ports starting with M |
30 Apr 2006 20:19:18
2.3.3  |
ume  |
Make it buildable on 4.X without Kerberos5 stuff.
Reported by: Mark Edwards <mark__at__antsclimbtree.com> |
18 Apr 2006 17:48:29
2.3.3  |
ume  |
Give sensible sentences for IGNORE.
Requested by: kris |
18 Apr 2006 12:33:21
2.3.3  |
ume  |
Replace BROKEN with IGNORE. |
16 Apr 2006 15:49:24
2.3.3  |
ume  |
Enable support for db-4.4. |
14 Apr 2006 14:56:58
2.3.3  |
ume  |
Make it buildable with WITH_NNTP=yes.
Obtained from:
https://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/fetchnews.c.diff?r1=1.2.2.12&r2=1.2.2.13&f=u |
01 Apr 2006 03:38:37
2.3.3  |
ume  |
The Project Cyrus web site is migrated to a new server. |
01 Apr 2006 03:34:12
2.3.3  |
ume  |
Update to 2.3.3. |
20 Feb 2006 20:47:50
2.3.1  |
dougb  |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
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. |
03 Feb 2006 07:24:12
2.3.1  |
ume  |
The idled support could not be enabled. The configure option for
idled was changed by 2.3.x.
The WITH_IDLE_POLL was removed, and the WITH_ILDE_IDLED was changed
to WITH_IDLED.
Reported by: Forrest Aldrich <forrie__at__forrie.com> |
20 Dec 2005 17:35:41
2.3.1  |
ume  |
Update to 2.3.1. |
16 Dec 2005 06:52:52
2.3.0
|
ume  |
Cyrus IMAPd 2.3.0 is not buildable when NNTP support is enabled.
So, when WITH_NNTP is set, mark it IGNORE until it is solved.
Reported by: Igor Karpov <jc__at__minjust.gov.ua> |
12 Dec 2005 05:06:20
2.3.0
|
ume  |
remove redundant lines which was included wrongly through
previous commit. |
12 Dec 2005 01:22:54
2.3.0
|
ume  |
Add Cyrus IMAPd 2.3.0 after repo. copy. |