Commit Graph

4618 Commits

Author SHA1 Message Date
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
sthen
6c1d928857 - fix sasl flavour and POP support of mail/nmh, which were broken
following update.

- add missing libiconv MODULES for sasl flavour.

ok ajacoutot@

from pascal@, various versions of this ok william@ (maintainer) and bentley@
2012-01-30 17:23:41 +00:00
william
49225c9bb1 drop USE_GROFF and update maintainer; ok sthen 2012-01-29 02:45:19 +00:00
sthen
0ad0a1a16e libkrb5 exports base64_decode and base64_encode (which appear to only be
needed internally), these conflict with symbols in dovecot's internal shared
library, causing the wrong version of the functions to be used in some cases.

Since we are in userland ABI API lock we cannot clean libkrb5 at present
so make a nasty workaround by statically linking the affected binaries with
libdovecot so the correct symbols take priority.

Fixes crashes I hit in doveadm and potentially some auth mechanisms.

OK ajacoutot@, Brad (maintainer)
2012-01-28 21:35:02 +00:00
william
25b2227a9a Drop maintainer and bump; ok sthen 2012-01-27 04:14:03 +00:00
ajacoutot
808f0c3020 Fix the rc script. 2012-01-26 11:34:42 +00:00
ajacoutot
f9ef6ea850 Unbreak out-of-the-box functionnality by creating a link from
%D/lib/mailman/mail/mailman to /usr/libexec/sm.bin/mailman. This is
needed by sendmail restricted shell.

ok sthen@
2012-01-26 11:32:06 +00:00
ajacoutot
e128a0bf97 Put these users in the daemon class to be consistent with all the other
ones in ports.

discussed with and ok sthen@
2012-01-26 08:03:56 +00:00
bentley
5ed4365cfc Update mail/nmh to 1.4.
ok william@ (maintainer, also provided an extra patch)
2012-01-26 07:24:08 +00:00
okan
32e1bd28ba - update to 1.2.17.1
- new MASTER_SITES
- remove USE_GROFF

maintainer timeout, looks ok sthen@
2012-01-24 02:20:35 +00:00
okan
59c5bc3e79 update to 20111230 and remove USE_GROFF; from Jiri B.
maintainer timeout, looks ok sthen@
2012-01-24 02:18:20 +00:00
landry
371a502041 Update to claws-mail 3.8.0 and its plugins, from robert at openbsd dot
pap dot st, thanks!
2012-01-23 18:57:33 +00:00
giovanni
9c573ee26e Update to 4.10.0
ok william@

Courier-imap has reset its epoch for the internal sequence number generator
for new mail folders.
Please read the UPGRADING section of the INSTALL notes for details.
http://fossies.org/unix/misc/courier-imap-4.10.0.tar.gz:a/courier-imap-4.10.0/INSTALL
2012-01-23 09:14:15 +00:00
ajacoutot
6ba1791ce5 Bump to 0.3.90. 2012-01-23 07:56:15 +00:00
landry
7441780c52 Convert thunderbird-i18n to use subdirs/Makefile.inc instead of abusing
multipackages, allows to parallelize builds in dpb. This way they also
share PLIST and DESCR.. while here take maintainership (agreed by previous)
and set @pkgpath for seamless updates.
prodded by/based on an initial work by espie@
2012-01-22 17:11:57 +00:00
sthen
ef770bed89 php-5.3 installs mbstring.h, so no need for a BUILD_DEPENDS=lang/php...:patch
target in pecl-mailparse and associated patches which was only used to pick up
the header.
2012-01-22 10:55:26 +00:00
sthen
b6a1238c3f - move MESSAGE to README
- add details about running under alternative web servers
2012-01-19 13:53:48 +00:00
avsm
727d10fa47 +dovecot-antispam 2012-01-18 22:32:59 +00:00
avsm
6b567af758 import dovecot-antispam-2.0, with feedback from sthen@ brad@ 2012-01-18 22:31:28 +00:00
henning
9051bdf552 I rolled 0.98, so update port.
contains 3 small fixes from 6 years
ok & "you don't need USE_GROFF anymore" okan@
2012-01-18 16:02:40 +00:00