aboutsummaryrefslogtreecommitdiff
path: root/mail
Commit message (Collapse)AuthorAgeFilesLines
* Update to 3.9.2Sunpoet Po-Chuan Hsieh2019-02-062-4/+6
| | | | | | | | | | - Add NO_ARCH Changes: https://github.com/SpamScope/mail-parser/releases https://github.com/SpamScope/mail-parser/commits/develop Notes: svn path=/head/; revision=492322
* multimedia/libvpx: update 1.8.0Jan Beich2019-02-061-2/+2
| | | | | | | | | | | www/firefox, www/firefox-esr, mail/thunderbird wait for upstream fix via https://bugzilla.mozilla.org/show_bug.cgi?id=1525393 Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.7.0..v1.8.0 ABI: https://abi-laboratory.pro/tracker/timeline/libvpx/ Notes: svn path=/head/; revision=492305
* mail/spamassassin: missing dependency on net/p5-Net-CIDR-LiteLarry Rosenman2019-02-051-1/+2
| | | | | | | | | PR: 234921 Submitted by: ler@FreeBSD.org Approved by: zeising Notes: svn path=/head/; revision=492264
* mail/dovecot: upgrade to 2.3.4.1Larry Rosenman2019-02-052-5/+4
| | | | | | | | | | | | | | | | | | | | | | * CVE-2019-3814: If imap/pop3/managesieve/submission client has trusted certificate with missing username field (ssl_cert_username_field), under some configurations Dovecot mistakenly trusts the username provided via authentication instead of failing. * ssl_cert_username_field setting was ignored with external SMTP AUTH, because none of the MTAs (Postfix, Exim) currently send the cert_username field. This may have allowed users with trusted certificate to specify any username in the authentication. This bug didn't affect Dovecot's Submission service. PR: 235523 Submitted by: pascal.christen@hostpoint.ch MFH: 2019Q1 Security: 1340fcc1-2953-11e9-bc44-a4badb296695 Security: CVE-2019-3814 Notes: svn path=/head/; revision=492245
* mail/thunderbird: backport a fix for saving an address book entryJan Beich2019-02-052-1/+44
| | | | | | | | | PR: 235483 Submitted by: Arrigo Marchiori Obtained from: upstream Notes: svn path=/head/; revision=492179
* Remove expired ports:Rene Ladan2019-02-0413-1318/+0
| | | | | | | | | | | | | | | | | | 2019-01-31 mail/dovecot-pigeonhole04: End of Life upstream, use mail/dovecot-pigeonhole instead 2019-01-31 multimedia/pyjama: Unmaintained upstream 2019-01-31 devel/py-omniorb-3: Uses legacy version of omniORB, consider using devel/py-omniorb 2019-01-31 mail/dovecot22: End of Life upstream, use mail/dovecot instead 2019-01-31 devel/hs-uuagc-bootstrap: No release since 2011 2019-01-31 sysutils/hs-angel: No releases since 2016 2019-01-31 devel/hs-uuagc: No release since 2015 2019-01-31 ports-mgmt/hs-porte: No updates since 2010 2019-02-01 net/pdb: Depends on expired net/py-pcs 2019-02-01 irc/iroffer: Abandoned upstream 2019-02-03 sysutils/fusefs-wdfs: Abandonware, functionally incomplete, has problems with caching 2018-12-19 net/py-pcs: Broken for more than 6 months Notes: svn path=/head/; revision=492154
* - update to 1.1.Alpha12.0Dirk Meyer2019-02-042-6/+6
| | | | Notes: svn path=/head/; revision=492141
* Add py-mail-parser 3.9.1Sunpoet Po-Chuan Hsieh2019-02-044-0/+43
| | | | | | | | | | | | | | | | | | | | | | mail-parser is not only a wrapper for email Python Standard Library. It give you an easy way to pass from raw mail to Python object that you can use in your code. It's the key module of SpamScope. mail-parser can parse Outlook email format (.msg) with msgconvert from mail/p5-Email-Outlook-Message. mail-parser takes as input a raw email and generates a parsed object. The properties of this object are the same name of RFC headers: bcc, cc, date, delivered_to, from_ (not from because is a keyword of Python), message_id, received, reply_to, subject, to. There are other properties to get: body, body html, body plain, headers, attachments, sender IP address, to domains, timezone. WWW: https://github.com/SpamScope/mail-parser Notes: svn path=/head/; revision=492091
* Add BUILD_DEPENDSSunpoet Po-Chuan Hsieh2019-02-032-10/+12
| | | | | | | | - Sort PLIST - Take maintainership Notes: svn path=/head/; revision=492087
* Mark BROKEN: fails to packageAntoine Brodin2019-02-031-0/+2
| | | | | | | | | pkg-static: Unable to access file /wrkdirs/usr/ports/mail/qmail-ldap/work/stage/var/qmail/%%EXTERNAL_TODO%%bin/qmail-todo:No such file or directory Reported by: pkg-fallout Notes: svn path=/head/; revision=492067
* Move Objective-C ports to the v2 GNUstep ABI.David Chisnall2019-02-033-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | | * Bump the LLVM revision used for GNUstep to 7, the minimum to support the new ABI. * GNUstep-back does not work with lld, so mark it to use Gold (BFD LD doesn't seem able to link Objective-C things). * Turn off some annoying debug logs in GNUstep back, which generate several messages per second when you move the mouse. These should never have been enabled in a release build anyway. * Downgrade Cenon to 4.0.2. This was the last version to actually work with GNUstep (the later ones use XCode >= 5 .xib files, which GNUstep can't parse). * Update gorm to git head. The current release doesn't work with the new Objective-C ABI, but -head has the patches to fix it. * Update PikoPixel and add it to the gnustep-app meta-package. * Update the three core GNUstep packages to the latest release. * Update gnumail and pantomime to the latest release and fix a linking error with the new ABI. * Update GNUstep FTP to the latest version. Reviewed by: bapt (previous version) Notes: svn path=/head/; revision=492056
* gecko: drop DTRACE option completelyJan Beich2019-02-022-12/+1
| | | | | | | | | --enable-dtrace is only tested on macOS where dtrace -G isn't used. Let's stop wasting time on dtrace -G issues as the support disappeared since Firefox 61, anyway. Notes: svn path=/head/; revision=491972
* Assign some ports to Marco Beishuizen by his requestTobias Kortkamp2019-02-021-1/+1
| | | | | | | PR: 235381, 235382, 235383, 235384, 235385, 235386 Notes: svn path=/head/; revision=491964
* mail/courier-pythonfilter: Fix CLAMAV_CLAMD option after r416149Tobias Kortkamp2019-02-021-2/+3
| | | | | | | | Setting options helpers after bsd.port.{options,pre}.mk has no effect. Notes: svn path=/head/; revision=491962
* Unbreak things broken by my previous incomplete commitsTobias Kortkamp2019-02-022-2/+2
| | | | | | | Pointy hat: tobik Notes: svn path=/head/; revision=491958
* update to 6.0.7Jochen Neumeister2019-02-022-4/+4
| | | | | | | Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=491944
* mail/*: Use NO_WRKSUBDIRTobias Kortkamp2019-02-023-3/+3
| | | | Notes: svn path=/head/; revision=491931
* Change my maintainer email address to my new one at the FreeBSD project.Kai Knoblich2019-02-011-1/+1
| | | | | | | | | Reviewed by: miwi (mentor) Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D19050 Notes: svn path=/head/; revision=491837
* Security update to 0.06Matthew Seaman2019-01-312-4/+4
| | | | | | | | | ChangeLog: https://metacpan.org/source/BPS/Email-Address-List-0.06/Changes MFH: 2019Q1 Security: 22b90fe6-258e-11e9-9c8d-6805ca0b3d42 Notes: svn path=/head/; revision=491757
* Update courier-imap to 5.0.6Guido Falsi2019-01-312-4/+4
| | | | Notes: svn path=/head/; revision=491747
* Only append to EXTRA_PATCHES after bsd.port.pre.mkTobias Kortkamp2019-01-311-1/+1
| | | | Notes: svn path=/head/; revision=491744
* mail/qmail-tls: patches to make it work with openssl 1.1.1 in base for 12+Kurt Jaeger2019-01-313-3/+55
| | | | | | | | PR: 235336 Submitted by: erdgeist@erdgeist.org (maintainer) Notes: svn path=/head/; revision=491703
* mail/pop3proxy: Fix build with OpenSSL 1.1.1Tobias Kortkamp2019-01-284-13/+55
| | | | | | | | | | | | | | | - Add license - Fix config file location - Reorder some things to pet portlint - Mark it deprecated too as it appears to have no upstream anymore and only works properly with unencrypted traffic PR: 232134 Submitted by: freebsd_ports@k-worx.org MFH: 2019Q1 Notes: svn path=/head/; revision=491513
* mail/courier: Register conflict with mail/panda-imapTobias Kortkamp2019-01-261-1/+1
| | | | | | | | | | Both install man/man8/imapd.8.gz PR: 223011 Submitted by: thierry Notes: svn path=/head/; revision=491312
* mail/postsrsd: update to 1.5Steve Wills2019-01-253-14/+15
| | | | | | | | PR: 235080 Submitted by: Krzysztof <ports@bsdserwis.com> (maintainer) Notes: svn path=/head/; revision=491174
* mail/thunderbird: update to 60.5.0Jan Beich2019-01-2413-876/+822
| | | | | | | | | | Changes: https://www.thunderbird.net/thunderbird/60.5.0/releasenotes/ PR: 235161 Submitted by: cmt Security: b1f7d52f-fc42-48e8-8403-87d4c9d26229 Notes: svn path=/head/; revision=491078
* Update to 1.9.3Sunpoet Po-Chuan Hsieh2019-01-234-28/+13
| | | | | | | | | - Take maintainership Changes: https://github.com/dinhviethoa/libetpan/releases Notes: svn path=/head/; revision=491048
* Clenup xfce ports:Guido Falsi2019-01-223-51/+61
| | | | | | | | | | | | | | | | | | | - Add missing dependencies - Remove unneeded patches - Regenerate and rename legacy patches - Add NLS option to ports providing such a knob, and missing the option - Add INSTALL_TARGET=install-strip where missing - Sort things - Remove unneeded += - Cosmetic changes to OPTION related variables to improve readability - Update WWW - Silence portlint warnings about variables order - Bump PORTREVISION where changing dependencies and/or adding install-strip Notes: svn path=/head/; revision=490953
* www/firefox: update to 65.0Jan Beich2019-01-211-1/+1
| | | | | | | | | | | | | | | Backport a fix for WebRender on Wayland e.g., $ GDK_BACKEND=wayland MOZ_WEBRENDER=1 MOZ_ACCELERATED=1 firefox https://example.com/ Changes: https://www.mozilla.org/firefox/65.0/releasenotes/ PR: 233791 Security: b1f7d52f-fc42-48e8-8403-87d4c9d26229 MFH: 2019Q1 Differential Revision: https://reviews.freebsd.org/D18432 Notes: svn path=/head/; revision=490910
* Fixup minor oversights from r490780 mail/fetchmail*Matthias Andree2019-01-202-24/+1
| | | | | | | | | * Update comment in mail/fetchmail/files/fetchmailrc.sample * Remove mail/fetchmail/files/fetchmail.in that got copied to mail/fetchmailconf/files/ Notes: svn path=/head/; revision=490783
* mail/fetchmail depends overhaul, new fetchmailconf portMatthias Andree2019-01-2011-69/+208
| | | | | | | | | | | | | | | | | | | | | | | | | * Bring back SNI (server name indication) support for TLS connections, lost in 6.3.26_10 (PORTREVISION=10) as a regression over _9. Pointy hat: mandree@ * Drop the X11 option, remove the Python dependency, and create a new mail/fetchmailconf slave port/package that installs the fetchmailconf configurator. Note that the _DEPENDS of the ports reflects a technical dependence (fetchmailconf needs fetchmail), and we cannot keep an X11 option that depends on fetchmailconf, since that would create a circular dependency, which we must avoid. * Patch configure instead of configure.ac with Cy's Kerberos fix, drop autoreconf from USES, and add a new configure check directly to set HAVE_DECL_SSLV3_CLIENT_METHOD to cover the various TLS providers (currently five, base, openssl, openssl111, libressl, libressl-devel) * Add -Wl,--as-needed to LDFLAGS so as not to pull in unneeded .so libraries, for instance, libcom_err when compiling under GSSAPI_NONE. * Bump PORTREVISION. Very fruitful and nice collaboration with and Approved by: chalpin@cs.wisc.edu (maintainer) Notes: svn path=/head/; revision=490780
* Mark BROKEN: fails to buildAntoine Brodin2019-01-191-0/+2
| | | | | | | | | | ClamAV.xs:219:66: error: too few arguments to function call, expected 6, have 5 status = cl_scandesc(fd, &virname, &scanned, c->root, options); Reported by: pkg-fallout Notes: svn path=/head/; revision=490707
* mail/panda-imap: fix after r490468Rene Ladan2019-01-181-1/+1
| | | | | | | | Pointy hat: rene Submitted by: pkg-fallout via thierry Notes: svn path=/head/; revision=490674
* textproc/hunspell: update to 1.7.0Jan Beich2019-01-181-1/+1
| | | | | | | | | - Drop const optimization as v2 API moved to nuspell Changes: https://github.com/hunspell/hunspell/releases/tag/v1.7.0 Notes: svn path=/head/; revision=490671
* lang/rust: update to 1.32.0Jan Beich2019-01-171-1/+1
| | | | | | | | | | | | - devel/racer no longer needs to dowgrade rustc-ap-syntax - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2019/01/17/Rust-1.32.0.html Approved by: rust (tobik) Differential Revision: https://reviews.freebsd.org/D18858 Notes: svn path=/head/; revision=490600
* Update MASTER_SITES and WWWSunpoet Po-Chuan Hsieh2019-01-172-2/+2
| | | | Notes: svn path=/head/; revision=490587
* Make it buildable with clamav-0.101.X.Hajimu UMEMOTO2019-01-172-1/+20
| | | | | | | | PR: 235002 Obtained from: https://github.com/cyrusimap/cyrus-imapd/commit/09b5bf11e12185727d53a6ae06d71a767952a537#diff-e162ed934ed89d2014e496fc1961be01 Notes: svn path=/head/; revision=490560
* Mark BROKEN with CLAMAV option.Hajimu UMEMOTO2019-01-161-0/+1
| | | | | | | | | | It is not buildable with latest clamav. PR: 235002 Reported by: albert.shih Notes: svn path=/head/; revision=490494
* Fix Qt5 symbol version scripts to put the catch-all clause first. WhenTijl Coosemans2019-01-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a symbol matches multiple clauses the last one takes precedence. If the catch-all is last it captures everything. In the case of Qt5 libraries this caused all symbols to have a Qt_5 label while some should have Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the catch-all lowest priority. Older versions of Qt5Webengine exported some memory allocation symbols from the bundled Chromium. Version 5.9 stopped exporting these [1] but the symbols were kept as weak wrappers for the standard allocation functions to maintain binary compatibility. [2][3] The problem is that the call to the standard function in these weak wrappers is only resolved to the standard function if there's a call to this standard function in other parts of Qt5Webengine, because only then is there a non-weak symbol that takes precedence over the weak one. If there's no such non-weak symbol the call in the weak wrapper resolves to the weak wrapper itself creating an infinite call loop that overflows the stack and causes a crash. Some of the allocation functions are variants of C++ new and delete and it probably depends on the compiler whether these variants are used in other parts of Qt5Webengine. Remove the weak wrappers (make them Linux specific). This isn't binary compatible but we are already breaking that with the changes to the symbol versions. [1] https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4 [2] https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5 [3] https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5 Bump all ports that depend on Qt5. PR: 234070 Exp-run by: antoine Approved by: kde (adridg) Notes: svn path=/head/; revision=490472
* Remove expired port:Rene Ladan2019-01-169-250/+0
| | | | | | | 2019-01-15 mail/drac: Unmaintained upstream since 2003 Notes: svn path=/head/; revision=490471
* mail/cyrus-imapd25: remove support for expired mail/drac and FreeBSD < 10Rene Ladan2019-01-161-28/+5
| | | | Notes: svn path=/head/; revision=490470
* mail/imap-uw: remove support for expired mail/dracRene Ladan2019-01-166-233/+5
| | | | Notes: svn path=/head/; revision=490469
* mail/panda-imap: remove support for expired mail/dracRene Ladan2019-01-166-234/+5
| | | | Notes: svn path=/head/; revision=490468
* mail/tpop3d: remove support for expired mail/dracRene Ladan2019-01-162-8/+1
| | | | Notes: svn path=/head/; revision=490467
* mail/cyrus-imapd24: remove support for expired mail/drac and pet portlintRene Ladan2019-01-162-38/+3
| | | | Notes: svn path=/head/; revision=490466
* mail/cyrus-imapd30: remove support for expired mail/drac and pet portlintRene Ladan2019-01-162-41/+1
| | | | Notes: svn path=/head/; revision=490465
* mail/qpopper: remove support for expired mail/dracRene Ladan2019-01-161-9/+1
| | | | Notes: svn path=/head/; revision=490464
* mail/cyrus-imapd23: remove support for expired mail/drac and pet portlintRene Ladan2019-01-164-77/+3
| | | | Notes: svn path=/head/; revision=490463
* mail/mpop: update to 1.4.2Jan Beich2019-01-153-5/+5
| | | | | | | | Changes: https://marlam.de/mpop/news/mpop-1-4-2/ MFH: 2019Q1 Notes: svn path=/head/; revision=490390
* mail/msmtp: update to 1.8.2Roman Bogorodskiy2019-01-153-5/+6
| | | | Notes: svn path=/head/; revision=490377