Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2.13p1_4 30 Jun 2014 11:31:04 |
rene |
Remove expired ports:
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. |
2.2.13p1_4 10 Jun 2014 12:14:14 |
mat |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
2.2.13p1_4 31 May 2014 19:20:19 |
ume |
Mark Cyrus IMAPd 2.1.X and 2.2.X as DEPRECATED.
Approved by: portmgr (implicit) |
2.2.13p1_4 05 Oct 2013 18:35:40 |
ume |
avoid package name collisions.
Spotted by: bapt |
2.2.13p1_4 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
2.2.13p1_4 14 Sep 2013 18:12:50 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
2.2.13p1_4 12 Jun 2013 13:00:56 |
az |
- lang/perl5.12 upgrade to 5.12.5
- lang/perl5.14 upgrade to 5.14.4
- lang/perl5.16 upgrade to 5.16.3
- Global modify SITE_PERL[1][2]
[1] - See more info:
http://docs.freebsd.org/cgi/getmsg.cgi?fetch=26605+0+archive/2013/freebsd-perl/20130609.freebsd-perl
[2] - Fix for mail/cyrus-imapd* - Approved by portmrg(bapt@)
Please, see ports/UPDATING for upgrade procedure.
Reviewed by: bapt@ (exp-run), culot@ |
2.2.13p1_4 10 Dec 2012 15:10:03 |
ume |
Update cyrus-sasl2 to 2.1.26.
This bumps shlib version of libsasl2. |
2.2.13p1_3 05 Aug 2012 23:19:40 |
dougb |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
2.2.13p1_3 20 Jun 2012 05:20:06 |
skv |
Mark as ignored when build with Perl 5.14+ |
2.2.13p1_3 12 Jun 2012 17:39:22 |
ume |
Convert to use new OPTIONS framework. |
2.2.13p1_3 14 Jan 2012 08:57:23 |
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. |
2.2.13p1_3 28 Jul 2011 12:43:22 |
sylvio |
- Chase net-snmp shlib version bump. |
2.2.13p1_2 03 Jul 2011 13:53:52 |
ohauer |
- remove MD5 |
2.2.13p1_2 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
2.2.13p1_2 16 Oct 2010 11:52:47 |
ade |
Punt autoconf267->autoconf268 |
2.2.13p1_2 15 Sep 2010 18:35:24 |
ade |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
2.2.13p1_1 02 Jun 2010 19:14:17 |
sylvio |
- Chase net-snmp shlib bump |
2.2.13p1 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
2.2.13p1 07 Feb 2010 10:56:33 |
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 |
2.2.13p1 06 Feb 2010 04:49:52 |
kuriyama |
- Unbreak with perl5.10.
Approved by: ume |
2.2.13p1 05 Feb 2010 17:42:26 |
skv |
Do not update "perllocal.pod" (to make Tinderbox happy).
Approved by: pav (implicit) |
2.2.13p1 08 Dec 2009 08:59:28 |
pav |
- Remove support for ucd-snmp4 in ports, that also support net-snmp5.
(ucd-snmp4 port is past expiration date) |
2.2.13p1 07 Dec 2009 15:38:39 |
ume |
Unmark BROKEN by disabling gssapi on 8.X and later. |
2.2.13p1 09 Sep 2009 16:05:28 |
ume |
Update to 2.2.13p1.
Security: Potential buffer overflow in Sieve |
2.2.13_6 03 Sep 2009 08:27:57 |
ume |
Fix buffer size calculations for sieve actions_string
Submitted by: Bron Gondwana <brong__at__fastmail.fm>
Obtained from: Project Cyrus |
2.2.13_5 15 Jul 2009 16:56:10 |
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. |
2.2.13_5 07 Apr 2009 14:14:06 |
ume |
Remove dependency to p5-Pod-Parser and p5-File-Temp. |
2.2.13_4 05 Jan 2009 21:05:49 |
pav |
- Remove conditional checks for FreeBSD 5.x and older |
2.2.13_4 20 Aug 2008 00:57:32 |
ade |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
2.2.13_4 22 Jun 2008 18:39:30 |
pav |
- Mark BROKEN after recent kerberos import |
2.2.13_4 27 Mar 2008 17:20:34 |
ume |
Chase shlib version bump of net-snmp. |
2.2.13_4 30 Sep 2007 04:47:37 |
linimon |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
2.2.13_3 08 Sep 2007 01:01:47 |
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 |
2.2.13_3 07 Aug 2007 16:50:29 |
ume |
Obey the default BDB version defined in bsd.database.mk. |
2.2.13_3 28 Feb 2007 01:19:04 |
kuriyama |
- Bump shlib version to libnetsnmp.so.10 and bump $PORTREVISION. |
2.2.13_2 07 Oct 2006 10:26:49 |
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> |
2.2.13_2 19 Jun 2006 12:28:06 |
ume |
unquote BROKEN. |
2.2.13_2 27 May 2006 06:51:09 |
ume |
Fixed imtest to be compatible with SASL 2.1.22.
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 |
2.2.13_1 10 May 2006 22:37:39 |
edwin |
Remove USE_REINPLACE from ports starting with M |
2.2.13_1 30 Apr 2006 20:19:18 |
ume |
Make it buildable on 4.X without Kerberos5 stuff.
Reported by: Mark Edwards <mark__at__antsclimbtree.com> |
2.2.13_1 30 Apr 2006 19:56:06 |
ume |
--with-auth configure option was deprecated. |
2.2.13_1 18 Apr 2006 17:48:29 |
ume |
Give sensible sentences for IGNORE.
Requested by: kris |
2.2.13_1 18 Apr 2006 12:33:21 |
ume |
Replace BROKEN with IGNORE. |
2.2.13_1 16 Apr 2006 15:49:24 |
ume |
Enable support for db-4.4. |
2.2.13_1 14 Apr 2006 14:42:44 |
ume |
Fix build with WITH_NNTP=yes.
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 |
2.2.13_1 02 Apr 2006 04:45:28 |
ume |
deliver segfaulted when using without -l.
Submitted by: André Böhm <andre__at__abtime.de>
Obtained from: https://bugzilla.andrew.cmu.edu/show_bug.cgi?id=2786 |
2.2.13 01 Apr 2006 03:38:37 |
ume |
The Project Cyrus web site is migrated to a new server. |
2.2.13 31 Mar 2006 17:19:00 |
ume |
Update to 2.2.13.
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. |
2.2.12_2 20 Feb 2006 20:47:50 |
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. |
2.2.12_2 30 Nov 2005 05:23:10 |
kuriyama |
Chase shlib version bump of net-snmp. |
2.2.12_1 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
2.2.12_1 08 Nov 2005 16:21:54 |
ume |
- use USE_BDB.
- add SHA256. |
2.2.12_1 11 Jun 2005 16:13:12 |
skv |
* reflect renaming on CPAN File-Spec to PathTools
+ 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) |
2.2.12 23 May 2005 19:02:24 |
ume |
Stop depending on makedepend. Though configure checks existence
of makedepend, it is not used actually. So, we don't need to
depend on it. |
2.2.12 28 Feb 2005 05:11:25 |
ume |
fix build.
Reported by: pointyhat via kris. |
2.2.12 26 Feb 2005 21:25:44 |
ume |
use ${ECHO_CMD} rather than echo. |
2.2.12 26 Feb 2005 20:47:02 |
ume |
simplify more. |
2.2.12 26 Feb 2005 20:31:20 |
ume |
simplify the logic how to detect multiple BDB versions
are specified. |
2.2.12 25 Feb 2005 17:45:03 |
ume |
some cleanup. |
2.2.12 24 Feb 2005 19:31:22 |
ume |
make it compilable with Intel(R) C Compiler.
why icc defines __GNUC__?
Reported by: Attila Nagy <bra@fsn.hu>
Suggested by: hrs, nyan
Tested by: Attila Nagy <bra@fsn.hu> |
2.2.12 23 Feb 2005 20:37:39 |
ume |
Update to 2.2.12.
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). |
2.2.10 10 Feb 2005 19:26:38 |
ume |
use new scheme of USE_RC_SUBR. |
2.2.10 11 Dec 2004 20:16:30 |
ume |
Don't install/append to perllocal.pod.
Reported by: pointyhat via kris |
2.2.10 06 Dec 2004 15:59:17 |
ume |
Add PASS8BITHACK option to pass 8bit in subject.
Cyrus doesn't accept this hack, and I really don't like it.
Requested by: many |
2.2.10 05 Dec 2004 15:09:29 |
ume |
follow shlib version bump of net-snmp. |
2.2.10 24 Nov 2004 07:22:49 |
ume |
make it buildable with WITH_DRAC=yes, again |
2.2.10 24 Nov 2004 05:05:19 |
ume |
Update to 2.2.10.
* Fix 0 termination in mysasl_canon_user.
* Check for imap magic plus buffer overflow in proxyd also
(CAN-2004-1015). |
2.2.9 23 Nov 2004 05:54:50 |
ume |
Update to 2.2.9.
* 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. |
2.2.8 22 Nov 2004 08:15:15 |
ume |
remove outdated comment. |
2.2.8 30 Aug 2004 15:25:10 |
ume |
add AUTH_KRB5 option to use Kerberos5 authorization module.
Requested by: Volodymyr Kostyrko <arcade@ints.net> |
2.2.8 29 Jul 2004 19:13:01 |
ume |
Update to 2.2.8. |
2.2.7 28 Jul 2004 10:45:20 |
ume |
don't exit at failure of `pw'. some users prefer having user
`cyrus' in NIS.
Reported by: nork |
2.2.7 26 Jul 2004 20:39:54 |
ume |
- Update to 2.2.7.
- 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] |
2.2.6 19 Jul 2004 12:22:38 |
ume |
Utilize EXAMPLESDIR. |
2.2.6 01 Jul 2004 17:06:41 |
ade |
Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).
PR: 67768
Submitted by: ade
Approved by: 4-exp bento runs (thanks, kris!) |
2.2.6 18 Jun 2004 19:47:49 |
ume |
Update to 2.2.6. |
2.2.5 14 Jun 2004 05:36:35 |
ume |
fix building package with BATCH=yes.
Reported by: bento via kris |
2.2.5 11 Jun 2004 17:53:24 |
ume |
OPTIONS support.
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> (with modifications) |
2.2.5 11 Jun 2004 15:08:29 |
ume |
add WITH_LDAP_PTLOADER which enables build with experimental
LDAP ptloader.
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> (with modification) |
2.2.5 04 Jun 2004 17:29:38 |
ade |
Sync with new bsd.autotools.mk |
2.2.5 29 May 2004 16:36:16 |
ume |
Since net-snmp-5.X support was added in 2.2.5, change the default
of WITH_SNMP from net-snmp4 to net-snmp. However, if there is
net-snmp4 installed, we still use net-snmp4 for backward compatibility. |
2.2.5 28 May 2004 20:34:49 |
ume |
Update to 2.2.5. |
2.2.4 18 May 2004 17:13:55 |
ume |
Update to 2.2.4. |
2.2.3_3 04 Apr 2004 16:24:16 |
ume |
build and install missing imapd.conf.5.html. |
2.2.3_2 02 Apr 2004 20:13:53 |
ume |
install manpages for ${PREFIX}/cyrus/bin into ${PREFIX}/cyrus/man
to avoid conflict with other ports.
PR: ports/60949, ports/29223, ports/47913 |
2.2.3_1 31 Mar 2004 16:56:31 |
ume |
prefer /usr/sbin/nologin than /sbin/nologin when creating user cyrus.
Requested by: nork |
2.2.3_1 30 Mar 2004 15:28:07 |
ume |
cosmetic changes. |
2.2.3_1 15 Mar 2004 09:57:18 |
ume |
I forget to unmark BROKEN on ia64 and amd64. |
2.2.3_1 12 Mar 2004 02:48:25 |
ade |
Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* with
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. |
2.2.3_1 10 Mar 2004 16:55:40 |
ume |
make sure to set mode for created directory.
Reported by: "Pascal HOARAU" <pascal@hh.nl> |
2.2.3_1 07 Mar 2004 17:39:04 |
ume |
make it buildable on ia64 and amd64.
(since I don't have ia64 nor amd64, I tested at least it doesn't
break on i386.)
Obtained from: NetBSD |
2.2.3_1 07 Mar 2004 12:55:15 |
kris |
BROKEN on amd64 and ia64: Does not compile (missing -fPIC) |
2.2.3_1 23 Feb 2004 04:42:13 |
wollman |
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus |
2.2.3_1 13 Feb 2004 14:01:09 |
ume |
strip binaries. |
2.2.3 06 Feb 2004 17:29:28 |
ume |
Set an appropriate LATEST_LINK to avoid conflicts with other ports.
Reported by: kris |
2.2.3 04 Feb 2004 13:57:19 |
ume |
SIZEfy |
2.2.3 02 Feb 2004 16:42:59 |
ume |
fix description of allowplaintext.
Reported by: "Stephen Marquard" <scm@marquard.net> |
2.2.3 02 Feb 2004 06:12:20 |
ume |
make it buildable with net/net-snmp4. |
2.2.3 17 Jan 2004 17:58:36 |
ume |
Configuration of the Cyrus databases is now runtime. The cyrus db
backend used for each database can be specified with an imapd.conf
option. |