aboutsummaryrefslogtreecommitdiff
path: root/mail
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix build on CURRENT.Mathieu Arnold2020-08-261-0/+2
| | | | Notes: svn path=/head/; revision=546262
* General tidy up, and add LICENSE.Mathieu Arnold2020-08-265-35/+32
| | | | Notes: svn path=/head/; revision=546261
* update thunderbird to 68.12.0 (rc1, looks like GA)Christoph Moench-Tegeder2020-08-262-5/+4
| | | | | | | | | https://www.thunderbird.net/en-US/thunderbird/68.12.0/releasenotes/ MFH: 2020Q3 (blanket: web browser alike) Notes: svn path=/head/; revision=546254
* Pass maintainership to new maintainerBaptiste Daroussin2020-08-261-1/+1
| | | | | | | PR: 248645 Notes: svn path=/head/; revision=546250
* Fix build on 13-CURRENT.Hajimu UMEMOTO2020-08-252-8/+19
| | | | Notes: svn path=/head/; revision=546183
* Update to 20200821Baptiste Daroussin2020-08-252-4/+4
| | | | Notes: svn path=/head/; revision=546163
* Update to 1.3.3Baptiste Daroussin2020-08-252-4/+4
| | | | Notes: svn path=/head/; revision=546161
* mail/isoqlog: Fix build on 13-CURRENTDanilo G. Baio2020-08-241-0/+1
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=546124
* gecko: update OSS patchesJan Beich2020-08-242-4/+5
| | | | | | | | | Changes: https://github.com/kinetiknz/cubeb/compare/123ce2a...957847c PR: 248816 Submitted by: Ka Ho Ng Notes: svn path=/head/; revision=546075
* Change RUN_DEPENDS from rubygem-highline to rubygem-highline1Sunpoet Po-Chuan Hsieh2020-08-231-2/+2
| | | | | | | - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=546014
* mail/msmtp: update to 1.8.12Roman Bogorodskiy2020-08-223-4/+5
| | | | Notes: svn path=/head/; revision=545734
* mail/hashcash: fix build on powerpc(64) with clangPiotr Kubaj2020-08-211-0/+6
| | | | | | | Switch to GCC to deal with assembly written specifically for GCC. Notes: svn path=/head/; revision=545725
* Update to 3.009Sunpoet Po-Chuan Hsieh2020-08-212-5/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Mail-Box Notes: svn path=/head/; revision=545650
* mail/mmh: fix build with -fno-commonKyle Evans2020-08-211-0/+11
| | | | | | | | | | | | mmh had just a minor build issue with -fno-common, fixed with a trivial patch to extern the variable in question. PR: 248812 Approved by: satanist+freebsd@bureaucracy.de (maintainer) MFH: 2020Q3 (build fix: -fno-common) Notes: svn path=/head/; revision=545616
* gecko: add native OSS support, replacing ALSA as fallbackJan Beich2020-08-211-0/+1192
| | | | | | | | | | | | | | OSS is always built but during runtime only selected by default if neither pulseaudio, jackit or sndio are installed. In particular, Gnome and KDE users would still be offered PulseAudio by default due to integration with multi-app volume widgets, current song bars, screensharing with audio, etc. that prefer to talk over DBus. Those can opt out via media.cubeb.backend=oss in about:config. Submitted by: Ka Ho Ng <khng300@gmail.com> (based on) Notes: svn path=/head/; revision=545611
* mail/qpopper: fix build with -fno-common (clang 11 and gcc 10)Eugene Grosbein2020-08-202-1/+21
| | | | | | | | | PORTREVISION not bumped as it fixes build for FreeBSD 13. Reported by: pkg-fallout Notes: svn path=/head/; revision=545511
* lang/php74: Update from 7.4.8 to 7.4.9Torsten Zuehlsdorff2020-08-191-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: Apache: Fixed bug #79030 (Upgrade apache2handler's php_apache_sapi_get_request_time to return usec). COM: Fixed bug #63208 (BSTR to PHP string conversion not binary safe). Fixed bug #63527 (DCOM does not work with Username, Password parameter). Core: Fixed bug #79740 (serialize() and unserialize() methods can not be called statically). Fixed bug #79783 (Segfault in php_str_replace_common). Fixed bug #79778 (Assertion failure if dumping closure with unresolved static variable). Fixed bug #79779 (Assertion failure when assigning property of string offset by reference). Fixed bug #79792 (HT iterators not removed if empty array is destroyed). Fixed bug #78598 (Changing array during undef index RW error segfaults). Fixed bug #79784 (Use after free if changing array during undef var during array write fetch). Fixed bug #79793 (Use after free if string used in undefined index warning is changed). Fixed bug #79862 (Public non-static property in child should take priority over private static). Fixed bug #79877 (getimagesize function silently truncates after a null byte) (cmb) Fileinfo: Fixed bug #79756 (finfo_file crash (FILEINFO_MIME)). FTP: Fixed bug #55857 (ftp_size on large files). Mbstring: Fixed bug #79787 (mb_strimwidth does not trim string). Phar: Fixed bug #79797 (Use of freed hash key in the phar_parse_zipfile function). (CVE-2020-7068) Reflection: Fixed bug #79487 (::getStaticProperties() ignores property modifications). Fixed bug #69804 (::getStaticPropertyValue() throws on protected props). Fixed bug #79820 (Use after free when type duplicated into ReflectionProperty gets resolved). Standard: Fixed bug #70362 (Can't copy() large 'data://' with open_basedir). Fixed bug #78008 (dns_check_record() always return true on Alpine). Fixed bug #79839 (array_walk() does not respect property types). Sponsored by: Bounce Experts Notes: svn path=/head/; revision=545456
* lang/php73: Update from 7.3.20 to 7.3.21Torsten Zuehlsdorff2020-08-191-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: Apache: Fixed bug #79030 (Upgrade apache2handler's php_apache_sapi_get_request_time to return usec). Core: Fixed bug #79877 (getimagesize function silently truncates after a null byte). Fixed bug #79778 (Assertion failure if dumping closure with unresolved static variable). Fixed bug #79792 (HT iterators not removed if empty array is destroyed). COM: Fixed bug #63208 (BSTR to PHP string conversion not binary safe). Fixed bug #63527 (DCOM does not work with Username, Password parameter). Curl: Fixed bug #79741 (curl_setopt CURLOPT_POSTFIELDS asserts on object with declared properties). Fileinfo: Fixed bug #79756 (finfo_file crash (FILEINFO_MIME)). FTP: Fixed bug #55857 (ftp_size on large files). Mbstring: Fixed bug #79787 (mb_strimwidth does not trim string). Phar: Fixed bug #79797 (Use of freed hash key in the phar_parse_zipfile function). (CVE-2020-7068) Standard: Fixed bug #70362 (Can't copy() large 'data://' with open_basedir). Fixed bug #79817 (str_replace() does not handle INDIRECT elements). Fixed bug #78008 (dns_check_record() always return true on Alpine). Sponsored by: Bounce Experts Notes: svn path=/head/; revision=545455
* lang/php72: Update from 7.2.22 to 7.2.23Torsten Zuehlsdorff2020-08-191-1/+0
| | | | | | | | | | | | | | Changelog: Core: Fixed bug #79877 (getimagesize function silently truncates after a null byte) (cmb) Phar: Fixed bug #79797 (Use of freed hash key in the phar_parse_zipfile function). (CVE-2020-7068) Sponsored by: Bounce Experts Notes: svn path=/head/; revision=545454
* mail/popular: Prepare for textproc/p5-XML-Parser updateLi-Wen Hsu2020-08-1913-34/+89
| | | | | | | | | | | | | | | | Also: - Bump PORTREVISION - Skip build of man pages, which are already present in the distribution - Add LICENSE - Add USE_LDCONFIG - Regenerate patches to follow the standard - Pass maintainership to the submitter PR: 248725 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> Notes: svn path=/head/; revision=545323
* Update to 3.0.14.Hajimu UMEMOTO2020-08-192-5/+4
| | | | Notes: svn path=/head/; revision=545321
* Update to 2.5.16.Hajimu UMEMOTO2020-08-192-4/+4
| | | | Notes: svn path=/head/; revision=545320
* Update to 2.4.21.Hajimu UMEMOTO2020-08-193-16/+5
| | | | Notes: svn path=/head/; revision=545319
* mail/rss2email3: Update to 3.12.1Li-Wen Hsu2020-08-192-4/+4
| | | | | | | | PR: 248702 Submitted by: Corey Halpin <chalpin@cs.wisc.edu> (maintainer) Notes: svn path=/head/; revision=545301
* mail/getmail: Add CONFLICTS with new port, mail/getmail6Joseph Mingrone2020-08-181-0/+3
| | | | Notes: svn path=/head/; revision=545253
* mail/getmail: Switch to autoplistJoseph Mingrone2020-08-182-53/+1
| | | | Notes: svn path=/head/; revision=545252
* mail/getmail: Accept portfmt suggestionsJoseph Mingrone2020-08-181-5/+8
| | | | Notes: svn path=/head/; revision=545251
* New port, mail/getmail6: A python3 fork of mail/getmailJoseph Mingrone2020-08-186-0/+114
| | | | | | | | | | PR: 248633 Submitted by: Michael Bueker <m.bueker@berlin.de> (maintainer) Reviewed by: koobs Differential Revision: https://reviews.freebsd.org/D26057 Notes: svn path=/head/; revision=545250
* - Update to version 3.10Alexey Dokuchaev2020-08-173-57/+56
| | | | | | | | | | - Remove dead NNTP support - Bump Python requirement to 3.0+ Reported by: maintainer Notes: svn path=/head/; revision=545145
* mail/coolmail: Update maintainer's emailKoichiro Iwao2020-08-171-1/+1
| | | | | | | | PR: 248687 Submitted by: Udo.Schweigert@siemens.com (maintainer) Notes: svn path=/head/; revision=545139
* mail/py-dkimpy: Update to 1.0.5Steve Wills2020-08-152-4/+4
| | | | | | | | PR: 248653 Submitted by: Kevin Golding <ports@caomhin.org> (maintainer) Notes: svn path=/head/; revision=545080
* mail/p5-Mail-Tools: Update to 2.21Steve Wills2020-08-152-4/+5
| | | | | | | | | PR: 245441 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> Approved by: maintainer timeout (kuriyama, >2 months) Notes: svn path=/head/; revision=545066
* Configure PORTSCOUTDanilo G. Baio2020-08-154-0/+8
| | | | Notes: svn path=/head/; revision=544948
* mail/notmuch: Add PORTSCOUTDanilo G. Baio2020-08-151-0/+2
| | | | Notes: svn path=/head/; revision=544940
* Remove deprecated ports:Rene Ladan2020-08-154-48/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2020-08-15 archivers/py-backports.lzma: Uses deprecated version of python 2020-08-15 archivers/py-bup: Uses deprecated version of python 2020-08-15 archivers/py-librtfcomp: Uses deprecated version of python 2020-08-15 audio/blop-lv2: Uses deprecated version of python 2020-08-15 audio/bs2b-lv2: Uses deprecated version of python 2020-08-15 audio/py-gmusicproxy: Uses deprecated version of python 2020-08-15 audio/py-karaoke: Uses deprecated version of python 2020-08-15 audio/py-openal: Uses deprecated version of python 2020-08-15 audio/py-py-jack: Uses deprecated version of python 2020-08-15 audio/py-xmms2: Uses deprecated version of python 2020-08-15 audio/triceratops-lv2: Uses deprecated version of python 2020-08-15 biology/py-biom-format: Uses deprecated version of python 2020-08-15 comms/py-bulksms: Uses deprecated version of python 2020-08-15 comms/py-gammu: Uses deprecated version of python 2020-08-15 databases/py-geoalchemy: Uses deprecated version of python 2020-08-15 databases/py-htsql-mysql: Uses deprecated version of python 2020-08-15 databases/py-htsql-pgsql: Uses deprecated version of python 2020-08-15 databases/py-mysql2pgsql: Uses deprecated version of python 2020-08-15 databases/py-oursql: Uses deprecated version of python 2020-08-15 databases/py-pyPgSQL: Uses deprecated version of python 2020-08-15 databases/py-pyhs: Uses deprecated version of python 2020-08-15 databases/py-pytc: Uses deprecated version of python 2020-08-15 databases/py-riak: Uses deprecated version of python 2020-08-15 databases/py-umemcache: Uses deprecated version of python 2020-08-15 devel/py-Breve: Uses deprecated version of python 2020-08-15 devel/py-PyODE: Uses deprecated version of python 2020-08-15 devel/py-akismet: Uses deprecated version of python 2020-08-15 devel/py-aspects: Uses deprecated version of python 2020-08-15 devel/py-backports.tempfile: Uses deprecated version of python 2020-08-15 devel/py-backports.weakref: Uses deprecated version of python 2020-08-15 devel/py-cfgparse: Uses deprecated version of python 2020-08-15 devel/py-ciphon: Uses deprecated version of python 2020-08-15 devel/py-cjson: Uses deprecated version of python 2020-08-15 devel/py-clonedigger: Uses deprecated version of python 2020-08-15 devel/py-cuisine: Uses deprecated version of python 2020-08-15 devel/py-deliciousapi: Uses deprecated version of python 2020-08-15 devel/py-dialog: Uses deprecated version of python 2020-08-15 devel/py-efl: Uses deprecated version of python 2020-08-15 devel/py-ezpyinline: Uses deprecated version of python 2020-08-15 devel/py-fsm: Uses deprecated version of python 2020-08-15 devel/py-gdbgui: Uses deprecated version of python 2020-08-15 devel/py-gearman: Uses deprecated version of python 2020-08-15 devel/py-generate: Uses deprecated version of python 2020-08-15 devel/py-geotypes: Uses deprecated version of python 2020-08-15 devel/py-gitosis: Uses deprecated version of python 2020-08-15 devel/py-google-apputils: Uses deprecated version of python 2020-08-15 devel/py-hghooks: Uses deprecated version of python 2020-08-15 devel/py-instant: Uses deprecated version of python 2020-08-15 devel/py-jcc: Uses deprecated version of python 2020-08-15 devel/py-json-py: Uses deprecated version of python 2020-08-15 devel/py-json-sempai: Uses deprecated version of python 2020-08-15 devel/py-jsonlib: Uses deprecated version of python 2020-08-15 devel/py-jsonlib2: Uses deprecated version of python 2020-08-15 devel/py-jsonrpclib: Uses deprecated version of python 2020-08-15 devel/py-kayako: Uses deprecated version of python 2020-08-15 devel/py-kid: Uses deprecated version of python 2020-08-15 devel/py-kjbuckets: Uses deprecated version of python 2020-08-15 devel/py-kqueue: Uses deprecated version of python 2020-08-15 devel/py-log4py: Uses deprecated version of python 2020-08-15 devel/py-mwlib.ext: Uses deprecated version of python 2020-08-15 devel/py-mx-experimental: Uses deprecated version of python 2020-08-15 devel/py-option_merge: Uses deprecated version of python 2020-08-15 devel/py-prioritized_methods: Uses deprecated version of python 2020-08-15 devel/py-protocols: Uses deprecated version of python 2020-08-15 devel/py-ptrace: Uses deprecated version of python 2020-08-15 devel/py-pydoop: Uses deprecated version of python 2020-08-15 devel/py-pyke: Uses deprecated version of python 2020-08-15 devel/py-pymtbl: Uses deprecated version of python 2020-08-15 devel/py-pyshapelib: Uses deprecated version of python 2020-08-15 devel/py-pytemplate: Uses deprecated version of python 2020-08-15 devel/py-python2-pythondialog: Uses deprecated version of python 2020-08-15 devel/py-pyutil: Uses deprecated version of python 2020-08-15 devel/py-pyvalid: Uses deprecated version of python 2020-08-15 devel/py-pyxml2obj: Uses deprecated version of python 2020-08-15 devel/py-qpid: Uses deprecated version of python 2020-08-15 devel/py-repoze.what-pylons: Uses deprecated version of python 2020-08-15 devel/py-repoze.who-friendlyform: Uses deprecated version of python 2020-08-15 devel/py-robotframework-ride: Uses deprecated version of python 2020-08-15 devel/py-ruamel.ordereddict: Uses deprecated version of python 2020-08-15 devel/py-sanetime: Uses deprecated version of python 2020-08-15 devel/py-selectors34: Uses deprecated version of python 2020-08-15 devel/py-sqlcc: Uses deprecated version of python 2020-08-15 devel/py-statgrab: Uses deprecated version of python 2020-08-15 devel/py-tconfpy: Uses deprecated version of python 2020-08-15 devel/py-terminable_thread: Uses deprecated version of python 2020-08-15 devel/py-trace2html: Uses deprecated version of python 2020-08-15 devel/py-tvrage: Uses deprecated version of python 2020-08-15 devel/py-tw.forms: Uses deprecated version of python 2020-08-15 devel/py-uncompyle2: Uses deprecated version of python 2020-08-15 devel/py-yum-metadata-parser: Uses deprecated version of python 2020-08-15 devel/rubygem-warden127: No longer needed 2020-08-15 dns/py-dnschain: Uses deprecated version of python 2020-08-15 dns/py-idnkit2: Uses deprecated version of python 2020-08-15 games/colobot: Uses deprecated version of python 2020-08-15 games/endgame-singularity: Uses deprecated version of python 2020-08-15 games/katawa-shoujo: Uses deprecated version of RenPy 2020-08-15 games/pyfa: Uses deprecated version of python 2020-08-15 games/renpy6: Uses deprecated version of python 2020-08-15 games/solarwolf: Uses deprecated version of python 2020-08-15 games/thudboard: Uses deprecated version of python 2020-08-15 graphics/djvusmooth: Uses deprecated version of python 2020-08-15 graphics/py-glewpy: Uses deprecated version of python 2020-08-15 graphics/py-openexr: Uses deprecated version of python 2020-08-15 graphics/py-poppler: Uses deprecated version of python 2020-08-15 graphics/py-pygooglechart: Uses deprecated version of python 2020-08-15 graphics/py-sane: Uses deprecated version of python 2020-08-15 graphics/py-stltools: Uses deprecated version of python 2020-08-15 graphics/sk1: Uses deprecated version of python 2020-08-15 japanese/py-mecab: Uses deprecated version of python 2020-08-15 japanese/py-tegaki-gtk: Uses deprecated version of python 2020-08-15 lang/py-mx-base: Uses deprecated version of python 2020-08-15 mail/mailpile: Uses deprecated version of python 2020-08-15 math/py-ffc: Uses deprecated version of python 2020-08-15 math/py-fiat: Uses deprecated version of python 2020-08-15 math/py-nzmath: Uses deprecated version of python 2020-08-15 math/py-pymc: Uses deprecated version of python 2020-08-15 math/py-ufl: Uses deprecated version of python 2020-08-15 misc/py-socli: Uses deprecated version of python 2020-08-15 misc/py-yolk: Uses deprecated version of python 2020-08-15 multimedia/py-flvlib: Uses deprecated version of python 2020-08-15 net/py-gspreadsheet: Uses deprecated version of python 2020-08-15 net/py-libnet: Uses deprecated version of python 2020-08-15 net/py-netlib: Uses deprecated version of python 2020-08-15 net/py-pynmsg: Uses deprecated version of python 2020-08-15 net/py-rainbowstream: Uses deprecated version of python 2020-08-15 net/py-wolframalpha: Uses deprecated version of python 2020-08-15 net-im/empathy: Uses deprecated version of python 2020-08-15 net-im/farsight2: Uses deprecated version of python 2020-08-15 net-im/py-xmpppy: Uses deprecated version of python 2020-08-15 net-im/telepathy-farsight: Uses deprecated version of python 2020-08-15 net-im/telepathy-python: Uses deprecated version of python 2020-08-15 net-im/telepathy-rakia: Uses deprecated version of python 2020-08-15 net-mgmt/py-pynsca: Uses deprecated version of python 2020-08-15 net-mgmt/py-yapsnmp: Uses deprecated version of python 2020-08-15 net-p2p/py-py2play: Uses deprecated version of python 2020-08-15 news/py-yenc: Uses deprecated version of python 2020-08-15 print/py-pyscript: Uses deprecated version of python 2020-08-15 print/py-stapler: Uses deprecated version of python 2020-08-15 print/py-trml2pdf: Uses deprecated version of python 2020-08-15 science/py-PyQuante: Uses deprecated version of python 2020-08-15 science/py-mlpy: Uses deprecated version of python 2020-08-15 science/py-ws2300: Uses deprecated version of python 2020-08-15 security/py-PF: Uses deprecated version of python 2020-08-15 security/py-cracklib: Uses deprecated version of python 2020-08-15 security/py-fteproxy: Uses deprecated version of python 2020-08-15 security/py-onetime: Uses deprecated version of python 2020-08-15 security/py-pydeep: Uses deprecated version of python 2020-08-15 security/py-slowaes: Uses deprecated version of python 2020-08-15 security/py-sslstrip: Uses deprecated version of python 2020-08-15 security/py-volatility: Uses deprecated version of python 2020-08-15 sysutils/py-analyzemft: Uses deprecated version of python 2020-08-15 sysutils/py-cdmi: Uses deprecated version of python 2020-08-15 sysutils/py-ezjailremote: Uses deprecated version of python 2020-08-15 sysutils/py-gmailfs-fuse: Uses deprecated version of python 2020-08-15 sysutils/py-ploy_ec2: Uses deprecated version of python 2020-08-15 sysutils/py-ploy_fabric: Uses deprecated version of python 2020-08-15 sysutils/py-scriptine: Uses deprecated version of python 2020-08-15 sysutils/py-superlance: Uses deprecated version of python 2020-08-15 textproc/py-bugzillatools: Uses deprecated version of python 2020-08-15 textproc/py-elib.intl: Uses deprecated version of python 2020-08-15 textproc/py-errorhandler: Uses deprecated version of python 2020-08-15 textproc/py-hyperestraier-python: Uses deprecated version of python 2020-08-15 textproc/py-pyes: Uses deprecated version of python 2020-08-15 textproc/py-pyhwp: Uses deprecated version of python 2020-08-15 textproc/py-sphinx_numfig: Uses deprecated version of python 2020-08-15 www/py-HTMLgen: Uses deprecated version of python 2020-08-15 www/py-albatross: Uses deprecated version of python 2020-08-15 www/py-amf: Uses deprecated version of python 2020-08-15 www/py-apachelog: Uses deprecated version of python 2020-08-15 www/py-aws-requests-auth: Uses deprecated version of python 2020-08-15 www/py-clientform: Uses deprecated version of python 2020-08-15 www/py-django-appmedia: Uses deprecated version of python 2020-08-15 www/py-django-evolution: Uses deprecated version of python 2020-08-15 www/py-fedex: Uses deprecated version of python 2020-08-15 www/py-formalchemy: Uses deprecated version of python 2020-08-15 www/py-frappe-bench: Uses deprecated version of python 2020-08-15 www/py-funkload: Uses deprecated version of python 2020-08-15 www/py-goobook: Uses deprecated version of python 2020-08-15 www/py-poster: Uses deprecated version of python 2020-08-15 www/py-pyquery: Uses deprecated version of python 2020-08-15 www/py-pysearch: Uses deprecated version of python 2020-08-15 www/py-pywebdav: Uses deprecated version of python 2020-08-15 www/py-slimmer: Uses deprecated version of python 2020-08-15 www/py-surl: Uses deprecated version of python 2020-08-15 www/py-tmdb3: Uses deprecated version of python 2020-08-15 www/py-trello: Uses deprecated version of python 2020-08-15 www/py-uliweb: Uses deprecated version of python 2020-08-15 www/py-wsgiauth: Uses deprecated version of python 2020-08-15 x11-toolkits/py-wax: Uses deprecated version of python 2020-08-15 x11-toolkits/py-wxPython-common: Uses deprecated version of python 2020-08-15 x11-toolkits/py-wxPython28-common: Uses deprecated version of python Notes: svn path=/head/; revision=544927
* Add compiler:c++11-lang to USES to fix build on GCC-based systems:Mark Linimon2020-08-141-1/+1
| | | | | | | | | notmuch-config.c:851: error: 'for' loop initial declaration used outside C99 mode Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=544892
* This port should not have been marked BROKEN; I tried to build it withoutMark Linimon2020-08-141-2/+0
| | | | | | | noticing that it had a MASTERPORT (which I had not updated). I apologize. Notes: svn path=/head/; revision=544891
* Bump revisions of poppler consumers after r544863Tobias C. Berner2020-08-142-2/+2
| | | | Notes: svn path=/head/; revision=544866
* mail/dovecot, mail/dovecot-pigeonhole: upgrade to 2.3.11.3 and 0.5.11, ↵Larry Rosenman2020-08-1410-28/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | repectively. dovecot changelog: * CVE-2020-12100: Parsing mails with a large number of MIME parts could have resulted in excessive CPU usage or a crash due to running out of stack memory. * CVE-2020-12673: Dovecot's NTLM implementation does not correctly check message buffer size, which leads to reading past allocation which can lead to crash. * CVE-2020-10967: lmtp/submission: Issuing the RCPT command with an address that has the empty quoted string as local-part causes the lmtp service to crash. * CVE-2020-12674: Dovecot's RPA mechanism implementation accepts zero-length message, which leads to assert-crash later on. * Events: Fix inconsistency in events. See event documentation in https://doc.dovecot.org. * imap_command_finished event's cmd_name field now contains "unknown" for unknown commands. A new "cmd_input_name" field contains the command name exactly as it was sent. * lib-index: Renamed mail_cache_compress_* settings to mail_cache_purge_*. Note that these settings are mainly intended for testing and usually shouldn't be changed. * events: Renamed "index" event category to "mail-index". * events: service:<name> category is now using the name from configuration file. * dns-client: service dns_client was renamed to dns-client. * log: Prefixes generally use the service name from configuration file. For example dict-async service will now use "dict-async(pid): " log prefix instead of "dict(pid): " * *-login: Changed logging done by proxying to use a consistent prefix containing the IP address and port. * *-login: Changed disconnection log messages to be slightly clearer. + dict: Add events for dictionaries. + lib-index: Finish logging with events. + oauth2: Support local validation of JWT tokens. + stats: Add support for dynamic histograms and grouping. See https://doc.dovecot.org/configuration_manual/stats/. + imap: Implement RFC 8514: IMAP SAVEDATE + lib-index: If a long-running transaction (e.g. SORT/FETCH on a huge folder) adds a lot of data to dovecot.index.cache file, commit those changes periodically to make them visible to other concurrent sessions as well. + stats: Add OpenMetrics exporter for statistics. See https://doc.dovecot.org/configuration_manual/stats/openmetrics/. + stats: Support disabling stats-writer socket by setting stats_writer_socket_path="". - auth-worker: Process keeps slowly increasing its memory usage and eventually dies with "out of memory" due to reaching vsz_limit. - auth: Prevent potential timing attacks in authentication secret comparisons: OAUTH2 JWT-token HMAC, imap-urlauth token, crypt() result. - auth: Several auth-mechanisms allowed input to be truncated by NUL which can potentially lead to unintentional issues or even successful logins which should have failed. - auth: When auth policy returned a delay, auth_request_finished event had policy_result=ok field instead of policy_result=delayed. - auth: auth process crash when auth_policy_server_url is set to an invalid URL. - auth: Lua passdb/userdb leaks stack elements per call, eventually causing the stack to become too deep and crashing the auth or auth-worker process. - dict-ldap: Crash occurs if var_expand template expansion fails. - dict: If dict client disconnected while iteration was still running, dict process could have started using 100% CPU, although it was still handling clients. - doveadm: Running doveadm commands via proxying may hang, especially when doveadm is printing a lot of output. - imap: "MOVE * destfolder" goes to a loop copying the last mail to the destination until the imap process dies due to running out of memory. - imap: Running "UID MOVE 1:* Trash" on an empty folder goes to infinite loop. - imap: SEARCH doesn't support $. - lib-compress: Buffer over-read in zlib stream read. - lib-dns: If DNS lookup times out, lib-dns can cause crash in calling process. - lib-index: Fixed several bugs in dovecot.index.cache handling that could have caused cached data to be lost. - lib-index: Writing to >=1 GB dovecot.index.cache files may cause assert-crashes: Panic: file mail-index-util.c: line 37 (mail_index_uint32_to_offset): assertion failed: (offset < 0x40000000) - lib-mail: v2.3.11 regression: MIME parts not returned correctly by Dovecot MIME parser. - lib-ssl-iostream: Fix buggy OpenSSL error handling without assert-crashing. If there is no error available, log it as an error instead of crashing: Panic: file iostream-openssl.c: line 599 (openssl_iostream_handle_error): assertion failed: (errno != 0) - lib-ssl-iostream: ssl_key_password setting did not work. - pop3-login: Login didn't handle commands in multiple IP packets properly. This mainly affected large XCLIENT commands or a large SASL initial response parameter in the AUTH command. - pop3: pop3_deleted_flag setting was broken, causing: Panic: file seq-range-array.c: line 472 (seq_range_array_invert): assertion failed: (range[count-1].seq2 <= max_seq) - pop3-login: Login would fail with "Input buffer full" if the initial response for SASL was too long. - submission: A segfault crash may occur when the client or server disconnects while a non-transaction command like NOOP or VRFY is still being processed. - virtual: Copying/moving mails with IMAP into a virtual folder assert-crashes: Panic: file cmd-copy.c: line 152 (fetch_and_copy): assertion failed: (copy_ctx->copy_count == seq_range_count(&copy_ctx->saved_uids)) pigeonhole changelog: * managesieve: managesieve_max_line_length setting is now a "size" type instead of just number of bytes. This allows using e.g. "64k" as the value. - lib-sieve: When folding white space is used in the Message-ID header, it is not stripped away correctly before the message ID value is used, causing e.g. garbled log lines at delivery. PR: 248640 PR: 248644 Submitted by: juraj@lutter.sk Reported by: juraj@lutter.sk MFH: 2020Q3 Security: 87a07de1-e55e-4d51-bb64-8d117829a26a Security: CVE-2020-12100 Security: CVE-2020-12673 Security: CVE-2020-10967 Security: CVE-2020-12674 Notes: svn path=/head/; revision=544857
* Mark as BROKEN:Mark Linimon2020-08-131-0/+2
| | | | | | | Missing license file for GPLv3 in /ports/default/mail/py-notmuch2/work-py37/notmuch-0.29.1/bindings/python-cffi/../../COPYING-GPL-3 Notes: svn path=/head/; revision=544780
* mail/py-afew: Update to 3.0.0Danilo G. Baio2020-08-122-15/+9
| | | | | | | Changelog: https://github.com/afewmail/afew/blob/3.0.0/NEWS.md Notes: svn path=/head/; revision=544771
* Add mail/py-notmuch2: Pythonic bindings for the notmuch mail database using CFFIDanilo G. Baio2020-08-123-0/+30
| | | | | | | | | | | Pythonic bindings for the notmuch mail database using CFFI. This module makes the functionality of the notmuch library (https://notmuchmail.org) available to python using CFFI WWW: https://notmuchmail.org/ Notes: svn path=/head/; revision=544770
* mail/notmuch: Update to 0.30Danilo G. Baio2020-08-126-16/+15
| | | | | | | Changelog: https://notmuchmail.org/news/release-0.30/ Notes: svn path=/head/; revision=544769
* editors/emacs: Update to version 27.1Joseph Mingrone2020-08-1210-9/+10
| | | | | | | | | | | | | | | | | | | | | | | Please refer to the 20200811 UPDATING entry when upgrading dependent (*-emacs26-*) ports. Port changes: - depend on math/gmp - match upstream by turning CAIRO, HARFBUZZ, and JSON options and on and turning MAGICK off by default - remove OPENMP check for graphics/ImageMagick as the openmp is now included in base - update EMACS_VER in Mk/Uses/emacs.mk - bump USES=emacs ports or remove BROKEN for net-im/jabber.el and deskutils/howm, which now build Submitted by: HIROSE Yuuji <yuuji@gentei.org> (canna patch) Reviewed by: ashish Differential Revision: https://reviews.freebsd.org/D23966 Notes: svn path=/head/; revision=544763
* Update to 1.4.8 release.Alex Dupre2020-08-112-4/+4
| | | | Notes: svn path=/head/; revision=544669
* Update to 1.3.3Emanuel Haupt2020-08-082-4/+4
| | | | Notes: svn path=/head/; revision=544500
* mail/filtermail: update 0.8.3 -> 0.8.6Kurt Jaeger2020-08-086-16/+25
| | | | | | | | | | | | | - fix build with more recent flex versions - pet portlint PR: 247771 Submitted by: Mike Clarke <jmc-freebsd2@milibyte.co.uk> (maintainer) MFH: 2020Q3 Relnotes: https://raw.githubusercontent.com/nondeterministic/mailfilter/master/NEWS Notes: svn path=/head/; revision=544378
* mail/dbmail: Update version 3.2.4=>3.2.5Muhammad Moinur Rahman2020-08-075-42/+7
| | | | | | | Relnotes: https://github.com/dbmail/dbmail/releases Notes: svn path=/head/; revision=544342
* mail/gmime30: Introduce VALA option to make it possible to disable vala ↵Gleb Popov2020-08-072-3/+9
| | | | | | | | | | | | bindings. PR: 247299 Submitted by: Bertram Scharpf <software@bertram-scharpf.de> Reviewed by: koobs Approved by: gnome (maintainer timeout) Notes: svn path=/head/; revision=544324
* mail/py-afew, mail/notmuch: Take MAINTAINER'shipDanilo G. Baio2020-08-062-2/+2
| | | | Notes: svn path=/head/; revision=544289