Commit graph

18748 commits

Author SHA1 Message Date
Vsevolod Stakhov
9b2a8ace0d - Update to 1.2.1.b1 2016-03-22 15:55:38 +00:00
Mark Felder
09cee0d3fb mail/milter-greylist: Fix options
- Remove DKIM option as it reportedly never worked
- Regenerate patches to appease portlint

PR:		207246
MFH:		2016Q1
2016-03-22 13:07:56 +00:00
Vsevolod Stakhov
f4261579f3 - Update rspamd to 1.2.0
Relnotes:	https://rspamd.com/announce/2016/03/21/rspamd-1.2.0.html
2016-03-21 14:33:34 +00:00
Mathieu Arnold
b0ef1bafa4 No need to ask questions.
While there, make the _DEPENDS line easier to understand.

PR:		202121
Reported by:	Trond Endrestol ximalas info
Sponsored by:	Absolight
2016-03-21 14:04:30 +00:00
Sunpoet Po-Chuan Hsieh
607f35db2a - Fix gemspec for rubygem-css_parser 1.4.0 update
- Bump PORTREVISION for package change
2016-03-20 18:36:59 +00:00
Mathieu Arnold
d3daf37d76 Fix build on 9.
Pointy hat on:	ume
Sponsored by:	Absolight
2016-03-19 13:35:02 +00:00
Kurt Jaeger
c38d4d5ea5 New port: mail/p5-Mail-Box-IMAP4-SSL
This is a thin subclass of Mail::Box::IMAP4 to provide IMAP
over SSL (aka IMAPS).
It hides the complexity of setting up Mail::Box::IMAP4
with IO::Socket::SSL, Mail::IMAPClient and Mail::Transport::IMAP4.

In all other respects, it resembles Mail::Box::IMAP4.
See that module for documentation.

WWW: http://search.cpan.org/dist/Mail-Box-IMAP4-SSL/

PR:		208128
Submitted by:	Henk van Oers <hvo.pm@xs4all.nl>
2016-03-19 08:38:33 +00:00
Kurt Jaeger
c17a6e607f mail/dovecot2-pigeonhole: 0.4.12 -> 0.4.13
* redirect action: Added the list-id header to the duplicate ID for
  mail loop prevention. This means that the message sent directly to
  the user and the message coming through the mailing list itself are
  treated as different messages by the loop detection of the redirect
  command, even though their Message-ID may be identical.
* Changed the Sieve number type to uint64_t, which means that Sieve
  numbers can now technically range up to 2^64. Some other Sieve
  implementation allowed this, making this change necessary for
  successful migration.
+ Implemented the sieve_implicit_extensions setting. The extensions
  listed in this setting do not need to be enabled explicitly using the
  Sieve "require" command. This behavior directkly violates the
  standard, but can be necessary for compatibility with some existing
  implementations of Sieve. Do not use this setting unless you really
  need to!
- redirect action: Made mail loop detection more robust by forcibly
  adding a Message-ID header if it is missing.
- Prevent logging a useless "script not found" error message for LDAP
  scripts for which the entry exists but no attribute containing a
  script. This is not necessarily an error.
- extprograms plugin: Changed the communication channel between parent
  and child process for a directly forked program from a socketpair to
  a double pipe. Linux does not support /dev/stdin, /dev/stdout and
  friends for sockets. For some shell program authors this may be
  confusing, so that is why it is changed. When using the script
  service, these device nodes are still not usable though.

PR:		208108
Submitted by:	Larry Rosenman <ler@lerctr.org> (maintainer)
2016-03-18 19:48:48 +00:00
Adam Weinberger
d04da2e412 Remove metamail dependency, and add a mailcap.5 manpage.
The intention of r411160 was to provide a mailcap manpage, as referenced
in multiple places by the mutt(1) and muttrc(5) manpages.

Although mail/metamail provides a mailcap.4 manpage, metamail is not
particularly relevant as a mailcap provider. The main external filter
that mutt needs is something to render text/html mime parts, but the
last metamail release was in 1994, 22 years ago.

This commit removes that metamail dependency, and adds a mailcap.5
manpage written by Udo Schweigert (mail/mutt's maintainer), based off
metamail's mailcap.4 manpage.

PR:		207727
Submitted by:	Udo Schweigert (maintainer)
2016-03-18 16:21:28 +00:00
Vsevolod Stakhov
802be3fd3a - Update to 1.2.0.b6 2016-03-18 12:42:59 +00:00
Hajimu UMEMOTO
46153dd826 - Don't install garbage into DOCSDIR.
- Rework handling of conf files.
2016-03-18 11:39:18 +00:00
Mathieu Arnold
b389d4118b Depend on a file that actually is in the package, so that the dependency
is really registered.

Sponsored by:	Absolight
2016-03-17 23:04:25 +00:00
Mark Felder
015868d8db mail/squirrelmail-password_forget-plugin: Update to 2.3
PR:		207776
2016-03-17 16:56:50 +00:00
Mark Felder
2b7ac88260 mail/squirrelmail-avelsieve-plugin: Update to 1.9.9
PR:		207775
2016-03-17 16:53:50 +00:00
Vsevolod Stakhov
b54231f637 - Update to 1.2.0.b5 2016-03-17 15:12:36 +00:00
Tijl Coosemans
5b2f512f3e security/gpgme: put header back in normal location.
This used to cause a conflict with security/gpgme03 but this port has been
removed many years ago now.

Approved by:	jhale (maintainer)
2016-03-17 09:09:06 +00:00
Hajimu UMEMOTO
b2b49483c5 Install cyrus.conf and imapd.conf even when
EXAMPLES is off.

Spotted by:	Karl Pielorz <kpielorz_lst__at__tdx.co.uk>
2016-03-17 08:56:48 +00:00
Adam Weinberger
027a531279 Update mail/dovecot2 to 2.2.22, and bump PORTREVISION on dovecot2-pigeonhole
and dovecot2-antispam-plugin.

Changes for 2.2.22:
 + Added doveadm HTTP API: See
   http://wiki2.dovecot.org/Design/DoveadmProtocol/HTTP
 + virtual plugin: Mailbox filtering can now be done based on the
   mailbox metadata. See http://wiki2.dovecot.org/Plugins/Virtual
 + stats: Added doveadm stats reset to reset global stats.
 + stats: Added authentication statistics if auth_stats=yes.
 + dsync, imapc, pop3c & pop3-migration: Many optimizations,
   improvements and error handling fixes.
 + doveadm: Most commands now stop soon after SIGINT/SIGTERM.
 - auth: Auth caching was done too aggressively when %variables were
   used in default_fields, override_fields or LDAP pass/user_attrs.
   userdb result_* were also ignored when user was found from cache.
 - imap: Fixed various assert-crashes caused v2.2.20+. Some of them
   caught actual hangs or otherwise unwanted behavior towards IMAP
   clients.
 - Expunges were forgotten in some situations, for example when
   pipelining multiple IMAP MOVE commands.
 - quota: Per-namespaces quota were broken for dict and count backends
   in v2.2.20+
 - fts-solr: Search queries were using OR instead of AND as the
   separator for multi-token search queries in v2.2.20+.
 - Single instance storage support wasn't really working in v2.2.16+
 - dbox: POP3 message ordering wasn't working correctly.
 - virtual plugin: Fixed crashes related to backend mailbox deletions.
2016-03-16 17:29:33 +00:00
Jan Beich
f7731c8be8 Drop default directory from _DEPENDS in my ports
https://lists.freebsd.org/pipermail/freebsd-ports/2015-October/100794.html
2016-03-16 12:58:16 +00:00
Vsevolod Stakhov
9416382469 - Update to 1.2.0.b4 2016-03-16 09:43:15 +00:00
Adam Weinberger
c71c5c5b5b Use OPTIONS target helper instead of pulling n bsd.port.options.mk. Remove
unnecessary command from post-patch.

Install the mailcap file with @sample, as metamail recommends editing the
file. PORTREVISION bump for this change.

Move LICENSE above the USES block to satisfy portlint.
2016-03-15 18:45:40 +00:00
Mark Felder
2c605a93fc mail/metamail: Disable X11 by default
This is only needed for Hebrew font rendering and this is now a
dependency of mail/mutt which is often used on systems where X11 is not
wanted.

Submitted by:	gahr
2016-03-15 16:23:57 +00:00
Mark Felder
1f6afbf256 mail/mutt: Add missing RUN_DEPENDS
Mutt requires mailcap to handle MIME attachments.

http://www.mutt.org/doc/manual/manual-5.html

PR:		207727
Approved by:	maintainer
2016-03-15 12:56:32 +00:00
Olli Hauer
41d2aa87b4 - update to 3.2-20160314
- change comment to reflect this is a  Experimental version
- fix CONFLICTS

Changes:
20160227
	Cleanup: remember multiple BCC actions in access maps.
	Files: smtpd/smtpd.h, smtpd/smtpd.c, smtpd/smtpd_check.c,
	smtpd/smtpd_state.c, proto/access.

20160228
	Documentation: STRESS_README. File: proto/STRESS_README.html.

20160229
	Documentation: postmulti manpage. File: postmulti/postmulti.c.

20160305
	Future-proofing: detect integer overflow before it happens.
	After-the-fact detection relies on assumptions about
	undefined behavior that are invalidated by compilers.  Files:
	util/mymalloc.c, util/vstring.c.

20160310
	Bugfix (introduced: Postfix 2.6): the Milter SMFIR_CHGFROM
	(replace sender) request lost the sender_bcc_maps address.
	Fixed by moving some record keeping to the sender output function.
	Files: cleanup/cleanup_envelope.c, cleanup/cleanuop_addr.c,
	cleanup/cleanup_milter.c, cleanup/cleanup.h, regression tests.

20160314
	Future-proofing: detect integer overflow before it happens.
	After-the-fact detection relies on assumptions about
	undefined behavior that are invalidated by compilers. Files:
	global/off_cvt.c.

	Cleanup: include <sys/types.h> once, instead of making it
	system-dependent. File: util/sys_defs.h.

	Cleanup: make sorting in "make depend" locale-independent.
	Files: */Makefile.in.
2016-03-15 10:36:33 +00:00
Olli Hauer
98bbb468b4 - bump PORTREVISION on ports depending on unbound
PR:		207948
Submitted by:	jaap@NLnetLabs.nl (maintainer)
2016-03-15 06:21:32 +00:00
Mark Felder
cc53a1265a mail/mbox2imap: Unbreak port
Port now has a new maintainer, master site, upstream, etc

PR:		207994
MFH:		2016Q1
2016-03-14 21:24:46 +00:00
Raphael Kubo da Costa
a0f7451f1f New port: mail/p5-Email-MIME-RFC2047.
This set of modules tries to provide a correct and usable
implementation of RFC 2047
"MIME Part Three: Message Header Extensions for Non-ASCII Text"

- As a replacement of 'text' tokens, for example in a Subject header
- As a replacement for a 'word' entity within a 'phrase',
  for example, one that precedes an address in a From,
  To, or Cc header

WWW: http://search.cpan.org/dist/Email-MIME-RFC2047/

PR:		207847
Submitted by:	Henk van Oers <hvo.pm@xs4all.nl>
2016-03-13 13:06:26 +00:00
Jan Beich
15e49c99d9 mail/thunderbird: update to 38.7.0
Changes:	https://www.mozilla.org/thunderbird/38.7.0/releasenotes/
Security:	2225c5b4-1e5a-44fc-9920-b3201c384a15
Security:	1bcfd963-e483-41b8-ab8e-bad5c3ce49c9
MFH:		2016Q1
2016-03-12 07:07:22 +00:00
Sunpoet Po-Chuan Hsieh
20c0556be4 - Update to 4.2.6
Changes:	https://github.com/rails/rails/blob/4-2-stable/actionmailer/CHANGELOG.md
2016-03-12 00:03:25 +00:00
Vsevolod Stakhov
beaf451839 - Fix distinfo
Reported by:	az via private conversation
2016-03-11 15:17:48 +00:00
Vsevolod Stakhov
e9ce1b58c2 - Update to 1.2.0.b3 2016-03-11 13:31:37 +00:00
Jan Beich
8be185a77d mail/thunderbird, www/seamonkey: make -jN is unsafe with ENIGMAIL once again 2016-03-10 22:22:10 +00:00
Sunpoet Po-Chuan Hsieh
a769377d35 - Update to 1.1.1
Changes:	https://github.com/Mange/roadie-rails/blob/master/Changelog.md
2016-03-10 19:55:25 +00:00
Matthias Andree
d2a065da18 Avoid patch-LP1551075 when HTDIG is enabled. [1]
This patch is part of the HTDIG integration patch already. [1]

Also correct namazurc file path in pkg-message, bumping PORTREVISION.

PR:		207876 [1]
Submitted by:	David Siebörger [1]
2016-03-10 19:50:12 +00:00
Jan Beich
a5f9d886e2 gecko: enable DTRACE probes by default 2016-03-10 15:38:57 +00:00
Jan Beich
95b8773461 gecko: build as position-independent executable 2016-03-10 10:45:46 +00:00
Jan Beich
4efc900e34 mail/thunderbird, www/seamonkey: update enigmail to 1.9.1 2016-03-10 10:44:56 +00:00
Vsevolod Stakhov
a3c1c4eb50 - Update to 1.7.5 2016-03-08 17:09:02 +00:00
Olivier Cochard
01a1373a34 Update to 0.1.7, add DOCS and NLS options
Approved by:	jadawin
Differential Revision:	https://reviews.freebsd.org/D5579
2016-03-08 14:38:15 +00:00
Mathieu Arnold
018eeadae5 Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.
Fix distinfo for the offending ports.

lang/yorick's tag was moved, and the added patch was no longer needed.

PR:			207644
Submitted by:		mat
Exp-run by by:		antoine
Sponsored by:		Absolight
Differential Revision:	https://reviews.freebsd.org/D4268
2016-03-08 13:09:12 +00:00
Olivier Cochard
ada7fb664c - patch for main deforaos library
- bump PORTREVISION for dependencies

Approved by:	jadawin
Differential Revision:	https://reviews.freebsd.org/D5562
2016-03-08 10:24:06 +00:00
Mathieu Arnold
23384b5d73 Update to 0.4.1
PR:		206894
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-03-07 23:01:11 +00:00
Adam Weinberger
c28c5d9edc Update to 2.13. Add Mojolicious to TEST_DEPENDS.
Changes: https://metacpan.org/changes/distribution/MIME-Types
2016-03-07 18:01:03 +00:00
Adam Weinberger
fe46811e03 Update to 2.210, and add NO_ARCH.
Changes: https://metacpan.org/changes/distribution/Email-Simple
2016-03-07 17:24:10 +00:00
Sunpoet Po-Chuan Hsieh
9cc2488659 - Update to 3.2.22.2
Changes:	https://github.com/rails/rails/blob/3-2-stable/actionmailer/CHANGELOG.md
		https://github.com/rails/rails/compare/v3.2.22.1...v3.2.22.2
Security:	5a016dd0-8aa8-490e-a596-55f4cc17e4ef
MFH:		2016Q1
2016-03-06 06:39:13 +00:00
Sunpoet Po-Chuan Hsieh
bee12f4163 - Update to 4.2.5.2
Changes:	https://github.com/rails/rails/blob/4-2-stable/actionmailer/CHANGELOG.md
		https://github.com/rails/rails/compare/v4.2.5.1...v4.2.5.2
Security:	5a016dd0-8aa8-490e-a596-55f4cc17e4ef
MFH:		2016Q1
2016-03-06 06:38:46 +00:00
Hiroki Sato
82b0afd320 Add mail/imapdedup, small Python script to remove duplicate emails
in IMAP mailboxes.
2016-03-04 06:19:25 +00:00
Jan Beich
182b35fa9c gecko: unify unchanging options into bsd.gecko.mk
PR:		205741 (alternative)
2016-03-02 22:49:48 +00:00
Vsevolod Stakhov
03efd88c5b - Update documentation for the recent exim 2016-03-02 21:19:56 +00:00
Vsevolod Stakhov
484e7daf62 - Update to 4.86.2
MFH:		2016Q1
Security:	7d09b9ee-e0ba-11e5-abc4-6fb07af136d2
2016-03-02 21:18:36 +00:00