4637 Commits

Author SHA1 Message Date
sthen
d1c026b4c0 Add a patch to fdm to escape . in SMTP delivery as per RFC2821.
From nicm's repo, which is a better fix than my original diff.  OK nicm@
2012-03-22 10:47:14 +00:00
sthen
e72312ef8c getline -> get_line. honour CC. 2012-03-17 11:00:06 +00:00
sthen
cedf61320a use WRKSRC not WRKDIST and regen patches
no need for groff
regen plist
use SUBST_CMD rather than handrolled %%SYSCONFDIR%% subst
2012-03-17 10:57:23 +00:00
sthen
d1d8ff34a0 getline, regen plist 2012-03-17 10:47:19 +00:00
landry
2aa668e71c Update to thunderbird-i18n 11.0. 2012-03-16 21:35:44 +00:00
landry
47fbfa2d28 Update to thunderbird 11.0. (and enigmail 1.4/lightning 1.3b1)
- Fixes MFSA 2012-12->19
- see http://www.mozilla.org/en-US/thunderbird/11.0/releasenotes/ (but
  there's much more!)
- complete patchset for , still fixes build on ppc (and hopefully
commited in firefox 14...)
- add patchset from , workarounds  (xpcshell hangs during
make install and chokes on CSPUtils.csm, threads related..)
- remove obsolete/commited patches
2012-03-16 21:35:25 +00:00
ajacoutot
09b76ddd8a Update to zarafa-7.0.6.
More details at:
http://download.zarafa.com/community/final/7.0/final-changelog-7.0.txt
2012-03-15 17:04:30 +00:00
ajacoutot
19130708f0 MESSAGE -> README 2012-03-15 13:35:53 +00:00
ajacoutot
a50bfe53e0 I forgot to run cvs rm... *spank*
spotted y naddy@
2012-03-15 07:11:42 +00:00
sthen
039663a06c In the sample roundcubemail.conf apache config file, don't bother to force
PHP variables which are already set that way by default. Suggested by aja@
2012-03-14 16:20:47 +00:00
sthen
907ec74b8b tweaks to amavisd-new sample file installation, ok giovanni@
- install snmp mibs into /usr/local/share/snmb/mibs so net-snmp can find them
- install ldap schema to /etc/openldap/schemas (it doesn't matter if you aren't
running openldap on the same machine, this won't conflict, but it's convenient
if you do have it)
2012-03-14 09:17:09 +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
sthen
096d5da24e Update to roundcubemail 0.7.2; various fixes 2012-03-12 16:20:51 +00:00
ajacoutot
2dc873ff4d Remove uneeded patch. 2012-03-12 07:28:32 +00:00
ajacoutot
f6267ae965 update to gmime-2.6.7. 2012-03-11 08:18:14 +00:00
ajacoutot
a89a75cd04 Garbage collect the /dev/arandom patches.
from Brad
ok landry@ sthen@
2012-03-08 12:13:00 +00:00
landry
42087adb4d Add UNMESSAGE telling how to properly & completely uninstall sympa,
otherwise httpd & postfix/sendmail will barf at next restart.
2012-03-07 09:45:16 +00:00
pea
644d721dfc unbreak update_bad_phishing_sites and
update_bad_phishing_emails scripts.

ok brad (maintainer), sthen@
2012-03-06 20:09:40 +00:00
sthen
2bd5b90240 Update mailscanner url used for retrieving the scamnailer database that
clamnailer uses to generate signatures.
2012-03-06 20:07:42 +00:00
sthen
cb297f8a0a Update to MailScanner 4.84.5-2, OK with Brad.
- Fixes URL used to fetch phishing-detection database; the domain that
it was hosted on lapsed. You may have a corrupt database: if the file
/var/spool/MailScanner/quarantine/phishingupdate exists, delete it
and run update_bad_phishing_sites and update_bad_phishing_emails
manually as the "run as user".

- While there update the TNEF.pm fix to improve temp file handling.
2012-03-06 08:34:20 +00:00
sthen
8b5fdba8dd update Postfix snapshot to 2.10-20120218, from Brad 2012-03-03 10:16:36 +00:00
sthen
99ae47bdaa update Postfix stable to 2.9.1, ok Brad (maintainer)
- fix recently introduced "sendmail -bs" segfault
- fix old bug where the "change header" Milter could replace a wrong header
2012-03-03 10:08:22 +00:00
landry
8252c1a58d Remove libunique from LIB_DEPENDS, it was only needed when that port was
using gtk2. Prompted by ajacoutot@
2012-02-27 20:40:05 +00:00
ajacoutot
4653e0de99 Make this work with rthreads.
Fix store creation.
Add a comment for the procmail sample in the README.
2012-02-27 19:01:34 +00:00
ajacoutot
ac89eb7125 Tweak after recent vala update. 2012-02-26 15:06:10 +00:00
sthen
22edabdcb4 Remove patches casting NULL when used as a sentinel to a pointer.
These are no longer needed since unistd.h r1.63 et al.  ok ajacoutot@
2012-02-21 22:19:31 +00:00
ajacoutot
8a872bc9a0 Update to gmime-2.6.6. 2012-02-21 08:21:57 +00:00
landry
e56bff2426 Update to thunderbird-i18n 10.0.2. 2012-02-20 20:22:35 +00:00
landry
03bebf5e7a Update to thunderbird-10.0.2.
Same comments as for firefox, plus:
- rename js/src/jscompartment.cpp patch
- remove patch-configure.in, not needed since 'gnome' component is
  disabled via configure args.
- add patch-mail_installer_Makefile_in to not install the sdk
  headers/idl files
2012-02-20 20:17:49 +00:00
sthen
70e76a482c update to p5-Mail-IMAPClient 3.30; lots of fixes/cleanup
tested with imapsync/check_email_delivery
2012-02-20 16:43:26 +00:00
sthen
848f56ef6c update Postfix stable to 2.9.0, from Brad 2012-02-20 09:55:48 +00:00
sthen
36afe5f3c4 update Postfix snapshot to 2.10-20120202, from Brad 2012-02-20 09:55:31 +00:00
sthen
18874b7fcc update to pflogsumm 1.1.4, including better support for Postfix 2.9+
reads ok to giovanni@ (maintainer)
2012-02-20 09:54:42 +00:00
ajacoutot
399c4ccf27 femail,-chroot is not Apache specific, so adapt COMMENT accordingly.
ok okan@ (maintainer)
2012-02-20 07:58:31 +00:00
ajacoutot
665a54371a Extend+sync comment about VERSION sync. 2012-02-18 18:40:18 +00:00
ajacoutot
331a720ad4 Update to gmime-2.6.5. 2012-02-18 16:58:56 +00:00
sthen
b2e358fc6f bump + sync dep with Dovecot update 2012-02-17 22:11:16 +00:00
sthen
3f163fc9b7 Update to Dovecot Pigeonhole 0.2.6, from Brad 2012-02-17 22:10:57 +00:00
sthen
f26a1b5143 Update to Dovecot 2.0.18, from Brad 2012-02-17 22:10:34 +00:00
ajacoutot
bc39c9151e No need for HOMEDIR to be group writable. 2012-02-16 22:27:56 +00:00
ajacoutot
2988a8acbb Update to zarafa 7.0.5.
Detailed changelog:
http://download.zarafa.com/community/final/7.0/final-changelog-7.0.txt
2012-02-16 22:18:36 +00:00
ajacoutot
082665476f Update to zarafa-libvmime-0.9.2. 2012-02-16 22:18:06 +00:00
jakob
ea6d4f3311 downgrade from 2.9.0 to 2.8.8; requested by sthen & naddy 2012-02-02 06:57:39 +00:00
jakob
f5294c5fdb upgrade to Postfix 2.9.0; from brad 2012-02-01 21:42:54 +00:00
sthen
a18bf12c7e Revert. Ports commits need explicit approval at this time. 2012-02-01 21:37:48 +00:00
jakob
3939d6f2b1 update postfix snapshot; from brad 2012-02-01 21:30:55 +00:00
jakob
343acd910b Postfix 2.8.8 was reissued due to an error. Patch removed and REVISION++. 2012-02-01 19:56:13 +00:00
jakob
bccc341376 Postfix 2.8.8 (legacy release) 2012-02-01 19:26:33 +00:00
sthen
4785675f6c Missed bump (the POP fix did actually need a bump as it also affected
the non-broken flavour). Pointed out by pascal@
2012-01-30 19:50:26 +00:00
sthen
ab10b10e03 link nmh,sasl, suggested by ajacoutot@ 2012-01-30 17:23:59 +00:00