ajacoutot
80b2851889
Update to cyrus-imapd-2.5.11.
2017-05-09 07:33:33 +00:00
sthen
df6fba168f
Add perl to WANTLIB, second batch. This used to be done automatically but
...
since SHARED_ONLY support was removed across the ports tree the perl module
no longer adds it, so it must be done manually for any perl ports that
provide perl shared-library modules (i.e. libdata/perl5/site_perl/$ARCH/*.so)
and you must not remove them from WANTLIB even if they show as "Extra".
2017-02-06 20:28:32 +00:00
ajacoutot
631aec0818
Update to cyrus-imapd-2.5.10.
2016-10-18 07:20:17 +00:00
ajacoutot
586a4f2a59
Update to cyrus-imapd-2.5.9.
2016-07-30 14:19:13 +00:00
ajacoutot
7e039a927c
Update to cyrus-imapd-2.5.8.
2016-05-21 07:12:16 +00:00
ajacoutot
dfb36ed724
Add an @extra marker for mandoc.db.
2016-04-02 09:28:31 +00:00
naddy
071c34fd6f
remove SHARED_ONLY from ports that use only the gnu module
2016-03-16 21:19:37 +00:00
ajacoutot
d95f85bf78
SECURITY update to cyrus-imapd-2.5.7.
...
CVE-2015-8077, CVE-2015-8078: protect against integer overflow in urlfetch
range checks
2015-12-02 09:44:25 +00:00
ajacoutot
f8bc53cf13
Update to cyrus-imapd-2.5.6.
2015-09-11 07:26:07 +00:00
ajacoutot
ba4914b0f5
SECURITY update to cyrus-imapd-2.5.5.
2015-08-12 06:18:40 +00:00
ajacoutot
25dc7310c6
SECURITY update to cyrus-imapd-2.5.4.
2015-07-07 09:47:27 +00:00
ajacoutot
fcc9457da7
Update to cyrus-imapd-2.5.3.
2015-05-22 06:05:43 +00:00
kettenis
d635793e10
Drop --with-com_err such that we don't try to link the static libcom_err.a
...
that contains non-PIC code into a shared library.
ok (and help from) ajacoutot@, gsoares@
2015-05-16 15:19:00 +00:00
ajacoutot
71dd8a14f1
Update to cyrus-imapd-2.5.2.
2015-05-11 06:03:40 +00:00
ajacoutot
9f96b1a1bb
Update to cyrus-imapd-2.5.1.
2015-04-24 14:51:26 +00:00
ajacoutot
864539ed79
Update to cyrus-imapd-2.5.0.
...
http/caldav support is disabled for now.
2015-03-15 08:51:07 +00:00
jturner
83a841fadc
Install pop3d.8 as cyrus-pop3d.8 so it doesn't conflict with mail/pop3d.
...
ok sthen@ zhuk@ "It's fine for me" ajacoutot@
2014-07-24 17:53:17 +00:00
ajacoutot
cc6f75b460
One more time_t patch and merge with pkgsrc.
...
tested by "nl3dee", thanks
2014-06-19 08:38:31 +00:00
ajacoutot
3bd4109170
Fix sendmail delivery using cyrusv2.
...
reported by Takaaki Kobayashi
patch from guenther@
2014-06-16 15:08:43 +00:00
sthen
26b647a798
@comment zero-byte perl .bs files in all packages which don't have p5-* PKGNAMEs
...
and bump
2014-06-14 10:34:44 +00:00
ajacoutot
529fbc61b8
Drop kerberos support.
2014-04-21 12:35:45 +00:00
ajacoutot
e29522e2b8
Drop now unneeded CONFIGURE_ARGS.
2014-03-24 18:19:21 +00:00
ajacoutot
25b3041f91
Unbreak after hx509 and ntlm removal from Kerberos.
2013-06-20 06:54:36 +00:00
ajacoutot
9920238d6f
Unbreak with new Heimdal; get rid of self-cooked krb5-config since we
...
have it in base now.
2013-06-17 19:30:22 +00:00
sthen
ef3607501b
@comment perllocal.pod files, ok aja@
2013-03-21 09:46:02 +00:00
espie
0662a4e9d6
PERMIT_* / REGRESS->TEST sweep
2013-03-11 11:20:26 +00:00
ajacoutot
c87440b0c7
From upstream:
...
Bug #3757 - don't segfault on mailbox close with no user
2012-12-10 15:25:06 +00:00
ajacoutot
26d64410a5
Update to cyrus-imapd-2.4.17.
...
Merge both subpackages into one -- it made sense when the port was not
SHARED_ONLY but it's been for a while now.
Use /nonexistent for the _cyrus user homedir.
2012-12-03 11:17:03 +00:00
ajacoutot
7fed934259
Remove bogus CONFIGURE_ENV.
...
Missing RCS Id in patch-configure.
2012-08-28 08:06:15 +00:00
ajacoutot
107ee17c37
Fix path to makedepend.
2012-04-28 10:20:23 +00:00
ajacoutot
d5e1185b8f
Update to cyrus-imapd-2.4.16.
2012-04-20 20:54:16 +00:00
ajacoutot
a50bfe53e0
I forgot to run cvs rm... *spank*
...
spotted y naddy@
2012-03-15 07:11:42 +00:00
ajacoutot
872ef00e70
Bugfix udate to cyrus-imapd-2.4.14.
...
More info at:
http://www.cyrusimap.org/mediawiki/index.php/Bugs_Resolved_in_2.4.14
2012-03-12 17:21:10 +00:00
ajacoutot
7857541405
Workaround our broken mmap(); from cyrus developer Bron Gondwana.
2012-01-06 15:34:17 +00:00
ajacoutot
aace4591f0
Update to cyrus-imapd-2.4.13.
2011-12-31 08:04:04 +00:00
sthen
91faa22c52
Where a program with an rc script _requires_ a certain command line
...
parameter to daemonize, move the parameter from daemon to daemon_flags,
so that the user cannot inadvertently prevent it from daemonizing by
adjusting the flags.
Discussed with ajacoutot and schwarze, this method was suggested
by schwarze@ as a simpler alternative to my diff. ok aja@
2011-12-17 22:01:12 +00:00
espie
53295a4812
bye bye FLAVOR:L
2011-12-02 14:36:13 +00:00
ajacoutot
1319ab4c57
Fix conflict with mail/archiveopteryx.
2011-11-06 17:34:16 +00:00
ajacoutot
697e960157
SECURITY update to cyrus-imapd-2.4.12.
...
* fix for Secunia SA46093
2011-10-05 06:25:34 +00:00
espie
e820071495
normalize pkgpath
2011-09-16 10:31:20 +00:00
naddy
1e2bbe8777
bump all (sub)packages that depend on db/v4; requested by and help from espie@
2011-09-12 18:02:34 +00:00
ajacoutot
1149b4f57a
SECURITY: update to cyrus-imapd-2.4.11 to fix CVE-2011-3208.
2011-09-09 06:46:39 +00:00
ajacoutot
9392fe2f69
Disable libwrap support, doesn't work properly and is from the past...
2011-09-02 08:24:28 +00:00
ajacoutot
49c96a6e30
Properly change directory before starting: use the same rc_start() as amd(8).
...
reminded by william@
2011-07-22 05:58:40 +00:00
ajacoutot
f944cf190d
Update to cyrus-imapd-2.4.10.
2011-07-05 22:58:48 +00:00
ajacoutot
7d2abecfa7
Update to cyrus-imapd-2.4.9.
...
More details at:
http://cyrusimap.org/mediawiki/index.php/Bugs_Resolved_in_2.4.9
2011-06-22 06:51:09 +00:00
ajacoutot
f982995f2b
Add a consistent header that substitutes FULLPKGNAME for the READMEs.
...
ok jasper@ sthen@
2011-06-02 13:41:36 +00:00
ajacoutot
1eeae99926
Update to cyrus-imapd-2.4.8.
...
See here for more info:
http://cyrusimap.org/mediawiki/index.php/Bugs_Resolved_in_2.4.8
2011-04-13 15:18:23 +00:00
ajacoutot
a0fb790fcd
Update to cyrus-imapd-2.4.7.
2011-03-30 16:10:28 +00:00
ajacoutot
4ec44530ca
Simplify after recent rc.subr change.
...
The framework is now stable and we will start documenting it (at last).
2010-12-27 14:50:22 +00:00