aboutsummaryrefslogtreecommitdiff
path: root/mail
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.7.1Sunpoet Po-Chuan Hsieh2018-10-202-6/+7
| | | | | | | Changes: https://github.com/mikel/mail/blob/2-7-stable/CHANGELOG.rdoc Notes: svn path=/head/; revision=482541
* Update devel/py-pygit2 to version 0.27.2.Matthias Fechner2018-10-202-0/+80
| | | | | | | | | | Changelog: https://github.com/libgit2/pygit2/blob/v0.27.2/CHANGELOG.rst Reported by: PORTSCOUT Approved by: mentors (implicit) Notes: svn path=/head/; revision=482484
* Fixed problems with OpenSSL 1.1.1 and an error message regarding lua.Matthias Fechner2018-10-204-12/+8
| | | | | | | | | | | PR: 223568 Submitted by: freebsd-ports@dan.me.uk Reported by: pi@FreeBSD.org Reviewed by: mfechner@FreeBSD.org Approved by: mentors (implicit) Notes: svn path=/head/; revision=482481
* - make ipfwmtad optionalDirk Meyer2018-10-191-3/+17
| | | | | | | - fix build on FreeBSD-12 Notes: svn path=/head/; revision=482452
* - Update to 1.8.1Vsevolod Stakhov2018-10-193-4/+6
| | | | | | | | PR: 232339 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Notes: svn path=/head/; revision=482438
* mail/nextcloud-mail: Update to 0.11.0Bernard Spil2018-10-193-5/+38
| | | | Notes: svn path=/head/; revision=482421
* mail/up-imapproxy: Add OpenSSL 1.1 supportBernard Spil2018-10-197-82/+66
| | | | | | | | | | | - Switch to Debian snapshot 1.2.8pre - Add OpenSSL 1.1 patch from Debian - Supports TLSv1.1 and TLSv1.2 too Obtained from: http://packages.debian.org/source/up-imapproxy Notes: svn path=/head/; revision=482417
* mail/sympa: update to 2.6.36Steve Wills2018-10-193-20/+13
| | | | | | | | PR: 232334 Submitted by: geoffroy desvernay <dgeo@centrale-marseille.fr> (maintainer) Notes: svn path=/head/; revision=482395
* Add p5-Mail-Box-POP3 3.004 (copied from p5-Mail-Box)Sunpoet Po-Chuan Hsieh2018-10-185-0/+50
| | | | | | | | | | | | | Maintain a folder which has its messages stored on a remote server. The communication between the client application and the server is implemented using the POP3 protocol. This class uses Mail::Transport::POP3 to hide the transport of information, and focusses solely on the correct handling of messages within a POP3 folder. WWW: https://metacpan.org/release/Mail-Box-POP3 Notes: svn path=/head/; revision=482363
* Add p5-Mail-Box-IMAP4 3.003 (copied from p5-Mail-Box)Sunpoet Po-Chuan Hsieh2018-10-185-0/+67
| | | | | | | | | | | | | | Maintain a folder which has its messages stored on a remote server. The communication between the client application and the server is implemented using the IMAP4 protocol. This class uses Mail::Transport::IMAP4 to hide the transport of information, and focusses solely on the correct handling of messages within a IMAP4 folder. More than one IMAP4 folder can be handled by one single IMAP4 connection. WWW: https://metacpan.org/release/Mail-Box-IMAP4 Notes: svn path=/head/; revision=482362
* Update to 3.005Sunpoet Po-Chuan Hsieh2018-10-183-262/+21
| | | | | | | | | - Add LICENSE Changes: https://metacpan.org/changes/distribution/Mail-Box Notes: svn path=/head/; revision=482361
* Add p5-Mail-Transport 3.003 (copied from p5-Mail-Box)Sunpoet Po-Chuan Hsieh2018-10-185-0/+61
| | | | | | | | | | | | | | | Mail::Transport extends Mail::Transport implement sending and/or receiving of messages, using various protocols. Mail::Transport::Send extends this class, and offers general functionality for send protocols, like SMTP. Mail::Transport::Receive also extends this class, and offers receive method. Some transport protocols will implement both sending and receiving. WWW: https://metacpan.org/release/Mail-Transport Notes: svn path=/head/; revision=482360
* Add p5-Mail-Message 3.007 (copied from p5-Mail-Box)Sunpoet Po-Chuan Hsieh2018-10-185-0/+226
| | | | | | | | | | | | | | | | | | | | | A Mail::Message object is a container for MIME-encoded message information, as defined by RFC2822. Everything what is not specificaly related to storing the messages in mailboxes (folders) is implemented in this class. Methods which are related to folders is implemented in the Mail::Box::Message extension. The main methods are get(), to get information from a message header field, and decoded() to get the intended content of a message. But there are many more which can assist your program. Complex message handling, like construction of replies and forwards, are implemented in separate packages which are autoloaded into this class. This means you can simply use these methods as if they are part of this class. Those package add functionality to all kinds of message objects. WWW: https://metacpan.org/release/Mail-Message Notes: svn path=/head/; revision=482359
* - Fix build with openssl 1.1.1 / unbreak on 12.0-ALPHA9 [1]Emanuel Haupt2018-10-162-2/+16
| | | | | | | | | | | | | | - Merge a patch from upstream as some providers seem to require SNI when TLSv1.3 is used - Pacify portlint PR: 231776 Submitted by: Sascha Holzleiter <sascha@root-login.org> Notified by: pkg-fallout [1] MFH: 2018Q4 (blanket) Notes: svn path=/head/; revision=482205
* Update to 0.54Sunpoet Po-Chuan Hsieh2018-10-152-5/+6
| | | | | | | Changes: https://metacpan.org/changes/distribution/Mail-DKIM Notes: svn path=/head/; revision=482180
* Update to 3.3.5Jochen Neumeister2018-10-153-3/+5
| | | | | | | | | | | Changelog: https://www.phplist.org/newslist/phplist-3-3-5-release-notes/ PR: 232238 Submitted by: maintainer Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=482165
* - Add LICENSEDmitry Marakasov2018-10-152-3/+5
| | | | | | | | | - Whitespace fix - Silence patching - Update WWW Notes: svn path=/head/; revision=482145
* Jettison SSLv2 support. Not only does this allow mail/mailx toCy Schubert2018-10-153-1/+31
| | | | | | | build using openssl111 in base but SSLv2 is insecure. Notes: svn path=/head/; revision=482131
* mail/dovecot: don't pick up libsodium if installed.Larry Rosenman2018-10-141-1/+3
| | | | | | | | PR: 232236 Submitted by: d8zNeCFG@aon.at Notes: svn path=/head/; revision=482041
* mail/pecl-mailparse: Fix build with PHP 7.3Danilo G. Baio2018-10-132-1/+81
| | | | | | | Obtained from: upstream Notes: svn path=/head/; revision=481999
* lang/rust: update to 1.29.2Jan Beich2018-10-121-0/+1
| | | | | | | | | | | | | - Force rebuild all consumers in case some are affected by miscompilation Changes: https://blog.rust-lang.org/2018/10/12/Rust-1.29.2.html PR: 229826 (follow up) Approved by: rust (tobik) MFH: 2018Q4 Differential Revision: https://reviews.freebsd.org/D17477 Notes: svn path=/head/; revision=481921
* Fix mail/opendkim to work with standard sendmail in baseUlrich Spörlein2018-10-122-14/+21
| | | | | | | | | PR: 208056 Submitted by: Krzysztof <ports@bsdserwis.com> Reported by: Marcin Cieślak Notes: svn path=/head/; revision=481909
* Deprecate most glib12 consumersAntoine Brodin2018-10-124-15/+8
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=481888
* Those ports are not compatible with php 7.3Antoine Brodin2018-10-121-1/+1
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=481878
* mail/qmailadmin: Chase cracklib dictionary rename from r408137Tobias Kortkamp2018-10-112-3/+3
| | | | | | | | | PR: 213157 Submitted by: Florian Riehm <mail@friehm.de> Approved by: 2 year bug anniversary Notes: svn path=/head/; revision=481799
* Take maintainershipSunpoet Po-Chuan Hsieh2018-10-101-1/+1
| | | | Notes: svn path=/head/; revision=481748
* - Update devel/courier-unicode to 2.1Guido Falsi2018-10-108-32/+38
| | | | | | | | | | | | | | | | | | | | | | - Convert to USES localbase - Update mail/cone to 1.0 [1] - Update mail/courier-imap to 5.0.0 - Add LICENSE - Update mail/maildrop to 3.0.0 - Remove IDN option since it's now mandatory - Update mail/sqwebmail to 6.0.0 [2] - Update security/courier-authlib to 0.69.0 - Add note to UPDATING - Silence some portlint warnings PR: 231471 [1] Submitted by: me Approved by: Maintainer timeout [1], oliver@ [2] Differential Revision: https://reviews.freebsd.org/D17234 Notes: svn path=/head/; revision=481732
* Update to 0.903Sunpoet Po-Chuan Hsieh2018-10-103-3/+12
| | | | | | | | | | - Add LICENSE - Add NO_ARCH Changes: https://metacpan.org/changes/distribution/Mail-Sender Notes: svn path=/head/; revision=481718
* Update to 2.201Sunpoet Po-Chuan Hsieh2018-10-102-7/+15
| | | | | | | | | | | | | - Add LICENSE - Fix *_DEPENDS - Add removed Perl core module to *_DEPENDS - Add TEST_DEPENDS - Add NO_ARCH Changes: https://metacpan.org/changes/distribution/Email-Send Notes: svn path=/head/; revision=481717
* - fix OpenSSL 1.1.x buildDirk Meyer2018-10-101-1/+1
| | | | | | | | PR: 232131 Submitted by: Nathan Notes: svn path=/head/; revision=481691
* - fix OpenSSL 1.1.x buildDirk Meyer2018-10-101-0/+11
| | | | | | | | PR: 232131 Submitted by: Nathan Notes: svn path=/head/; revision=481690
* - Update to 0.26Wen Heping2018-10-083-4/+8
| | | | | | | | | | | Changes: https://metacpan.org/changes/distribution/Net-Server-Mail PR: 231353 Submitted by: wen@(myself) Approved by: maintainer(timeout, > 20 days) Notes: svn path=/head/; revision=481582
* - Update to 1.3.0Wen Heping2018-10-084-6/+11
| | | | | | | | | | - Update WWW PR: 231375 Submitted by: moiseev@mezonplus.ru(maintainer) Notes: svn path=/head/; revision=481581
* Fix some PKGNAME collisionsAntoine Brodin2018-10-083-3/+3
| | | | Notes: svn path=/head/; revision=481545
* Connect all the PHP 7.3 portsTorsten Zuehlsdorff2018-10-081-0/+1
| | | | Notes: svn path=/head/; revision=481529
* Add PHP 7.3 RC2 to the ports-tree.Torsten Zuehlsdorff2018-10-082-0/+53
| | | | | | | | | | | | Notable changes: - Switch from PCRE to PCRE2 - Many modules now require PCRE2 for building - graphics/php73-gd: X11 option is no longer default Changes to Mk/Uses/php.mk approved by ale Notes: svn path=/head/; revision=481525
* Use https to fetch from cyrusimap.org.Hajimu UMEMOTO2018-10-082-3/+3
| | | | Notes: svn path=/head/; revision=481513
* Update to 2.5.12.Hajimu UMEMOTO2018-10-084-23/+13
| | | | Notes: svn path=/head/; revision=481512
* mail/msmtp: update to 1.8.0Roman Bogorodskiy2018-10-063-7/+11
| | | | | | | | | | | | | | | - Add MSMTPD option that install minimal SMTP server called msmtpd that listens on the local host and pipes mails to msmtp (or another program); enabled by default, - Upstream switched from libidn to libidn2, update dependency accordingly, - Enable GNUTLS by default instead of OPENSSL as per upstream recommendation [1]. 1: https://marlam.de/msmtp/news/openssl-discouraged/ Notes: svn path=/head/; revision=481366
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-0674-148/+148
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* - Update to 3.3.4Wen Heping2018-10-033-186/+765
| | | | | | | | PR: 231900 Submitted by: ports@bsdserwis.com(maintainer) Notes: svn path=/head/; revision=481167
* Reset maintainership for roundcube related portsMark Felder2018-10-022-2/+2
| | | | Notes: svn path=/head/; revision=481129
* Remove expired ports:Rene Ladan2018-10-022-16/+0
| | | | | | | | | | | 2018-10-01 devel/erlang-protobuffs: upstream deprecated 2018-10-01 comms/wsjt: replace with wsjtx upstream no longer maintained 2018-10-01 comms/wspr: replace with wsjtx upstream no longer maintained 2018-10-01 comms/kvasd: use wsjtx- kvasd is not needed by wsjtx and no longer maintained 2018-10-01 mail/mutt-lite: For a lite version of mutt build mail/mutt with less (or zero) options Notes: svn path=/head/; revision=481126
* Add explicit USES=pythonAntoine Brodin2018-10-021-1/+1
| | | | Notes: svn path=/head/; revision=481102
* mail/dovecot upgrade to 2.3.3, mail/dovecot-pigeonhole upgrade to 0.5.3.Larry Rosenman2018-10-016-10/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dovecot changelog: * doveconf hides more secrets now in the default output. * ssl_dh setting is no longer enforced at startup. If it's not set and non-ECC DH key exchange happens, error is logged and client is disconnected. + Added log_debug=<filter> setting. + Added log_core_filter=<log filter> setting. + quota-clone: Write to dict asynchronously + --enable-hardening attempts to use retpoline Spectre 2 mitigations + lmtp proxy: Support source_ip passdb extra field. + doveadm stats dump: Support more fields and output stddev by default. + push-notification: Add SSL support for OX backend. - NUL bytes in mail headers can cause truncated replies when fetched. - director: Conflicting host up/down state changes may in some rare situations ended up in a loop of two directors constantly overwriting each others' changes. - director: Fix hang/crash when multiple doveadm commands are being handled concurrently. - director: Fix assert-crash if doveadm disconnects too early - virtual plugin: Some searches used 100% CPU for many seconds - dsync assert-crashed with acl plugin in some situations. - mail_attachment_detection_options=add-flags-on-save assert-crashed with some specific Sieve scripts. - Mail snippet generation crashed with mails containing invalid Content-Type:multipart header. - Log prefix ordering was different for some log lines. - quota: With noenforcing option current quota usage wasn't updated. - auth: Kerberos authentication against Samba assert-crashed. - stats clients were unnecessarily chatty with the stats server. - imapc: Fixed various assert-crashes when reconnecting to server. - lmtp, submission: Fix potential crash if client disconnects while handling a command. - quota: Fixed compiling with glibc-2.26 / support libtirpc. - fts-solr: Empty search values resulted in 400 Bad Request errors - fts-solr: default_ns parameter couldn't be used - submission server crashed if relay server returned over 7 lines in a reply (e.g. to EHLO) pigeonhole changelog: - Fix assertion panic occurring when managesieve service fails to open INBOX while saving a Sieve script. This was caused by a lack of cleanup after failure. - Fix specific messages causing an assert panic with actions that compose a reply (e.g. vacation). With some rather weird input from the original message, the header folding algorithm (as used for composing the References header for the reply) got confused, causing the panic. - IMAP FILTER=SIEVE capability: Fix FILTER SIEVE SCRIPT command parsing. After finishing reading the Sieve script, the command parsing sometimes didn't continue with the search arguments. This is a time- critical bug that likely only occurs when the Sieve script is sent in the next TCP frame. Add a patch to close stderr in src/master/main.c, should fix PR 228003. PR: 228003 Submitted by: psagers@ignorare.net Notes: svn path=/head/; revision=481076
* mail/thunderbird: update to 60.2.1 (rc1)Christoph Moench-Tegeder2018-10-014-127/+124
| | | | | | | | | | | | Release Notes: https://www.thunderbird.net/en-US/thunderbird/60.2.1/releasenotes/ (once ready) PR: 231868 Approved by: maintainer (jbeich, gecko) MFH: 2018Q4 Security: c96d416a-eae7-4d5d-bc84-40deca9329fb Notes: svn path=/head/; revision=481073
* gecko: switch to clang70Jan Beich2018-10-011-1/+1
| | | | | | | | | | Standardizing on one Clang version makes stability more predictable across supported FreeBSD versions. As a side effect performance may suffer some improvement. This also makes it easier to enable LTO as old LLD versions are more buggy. Notes: svn path=/head/; revision=481071
* - Add LICENSEDmitry Marakasov2018-10-012-9/+12
| | | | | | | | - Switch to options helpers - Update WWW Notes: svn path=/head/; revision=481021
* The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.Koop Mast2018-09-3016-279/+355
| | | | | | | | | | | | The offical GNOME 3.28 release notes can be found at https://help.gnome.org/misc/release-notes/3.28/ Thanks to Antoine Brodin for running the exp-runs. PR: 229761 Notes: svn path=/head/; revision=480951
* mail/mpop: sort _DEFAULT after r480920Jan Beich2018-09-291-1/+1
| | | | Notes: svn path=/head/; revision=480924