Commit Graph

22259 Commits

Author SHA1 Message Date
Romain Tartière 7a23592e9d Update to 1.0.0 2020-07-24 01:58:50 +00:00
Christoph Moench-Tegeder 7111395bb1 mail/thunderbird: update to 68.11.0 (rc1)
Release Notes (soon):
  https://www.thunderbird.net/en-US/thunderbird/68.11.0/releasenotes/

drop patch-bug1640982 in favour of upstream resolution

MFH:		2020Q3 (blanket: web browser alike, once it's GA)
2020-07-23 12:57:18 +00:00
Muhammad Moinur Rahman 5443ea1828 mail/dbmail: Fix imap connection failure
- Fix failed to retrieve fd limits

PR:		247561
Submitted by:	ahicks@p-o.co.uk
2020-07-23 06:43:41 +00:00
Alexey Dokuchaev 97de142e59 Unbreak the build against MariaDB and MySQL 8.0 (the latter replaced
my_bool with C99 bool, while earlier versions used typedef to char).

PR:	243035
2020-07-22 14:20:57 +00:00
Alexey Dokuchaev 628b2d9034 The pkg-plist fix for OPENDBX option in r541860 was incomplete: it didn't
take into account STATS option.  Use the patch submitted by fjoe@ instead.

PR:	211723
2020-07-21 13:14:53 +00:00
Wen Heping ddbee672b1 - Update to 1.024 2020-07-19 11:43:35 +00:00
Wen Heping f2786b4a6e - Update to 1.949 2020-07-19 11:39:22 +00:00
Jochen Neumeister 8d7920a4c1 Update to 1.3
PR:		248075
2020-07-18 19:52:40 +00:00
Dima Panov 704f6e9e4f mail/exim: import exim-4.94+fixes branch as state of 2020.07.17
Used git diffs:

[02/26] Taint: fix pam expansion condition.  Bug 2587
[03/26] Taint: fix listcount expansion operator.  Bug 2586
[04/26] Docs: fix mistaken variable name
[06/26] Docs: typoes
[07/26] Taint: fix multiple ACL actions to properly manage tainted argument data
[08/26] Fix -bi.  Bug 2590
[09/26] Filters: fix "vacation" in Exim filter.  Bug 2593
[10/26] TLS: use RFC 6125 rules for certifucate name checks when CNAMES are present. Bug 2594
[11/26] Taint: fix radius expansion condition
[13/26] Taint: fix verify.  Bug 2598
[14/26] Fix string_copy() macro to not multiple-eval args. Bug 2603
[15/26] Cutthrough: handle request when a callout-hold is active.  Bug 2604
[16/26] Lookups: Fix "subdir" filter on a dsearch.
[18/26] Sqlite: fix segfault on bad/missing sqlite_dbfile.  Bug 2606
[19/26] Taint: fix ACL "spam" condition, to permit tainted name arguments.
[20/26] Fix message-reception clock usage.  Bug 2615
[21/26] typoes
[22/26] Fix DKIM signing to always ;-terminate.  Bug 2295
[23/26] Fix taint trap in parse_fix_phrase().  Bug 2617
[24/26] Taint: fix ACL "spam" condition, to permit tainted name arguments
[25/26] Fix debug_print_socket()
[26/26] debug_print_socket(): output formatting

MFH:		2020Q3
2020-07-17 09:46:00 +00:00
Tobias Kortkamp b0f1d6430e lang/rust: Update to 1.45.0
- This Rust release comes with LLVM 10.  Drop the LLVM patches we
  no longer need.
- On FreeBSD 13.0 powerpc64 set the elfv2 ABI explicitly in the
  Rust target instead of patching LLVM.
- Build LLVM with Ninja.  It can shorten the build time slightly.
- Force rebuild all consumers to catch regressions early

Changes:	https://blog.rust-lang.org/2020/07/16/Rust-1.45.0.html
Tested by:	mikael, pkubaj, tobik
With hat:	rust
Differential Revision:	https://reviews.freebsd.org/D25658
2020-07-17 06:44:04 +00:00
Dirk Meyer 967ba89df9 - fix from upstream that allows libsm to compile against FreeBSD 13
Submitted by:	Gregory Shapiro
Obtained from:	https://svnweb.freebsd.org/changeset/base/363226
2020-07-16 20:38:40 +00:00
Jochen Neumeister 3cb27a6754 Update to 6.1.7
- Split SMTP connection into two separate methods
- Undo BC break in PHP vesions 5.2.3 - 7.0.0 introduced in 6.1.2 when injecting callables for address validation and HTML to text conversion
- Save response to SMTP welcome banner as other responses are saved
- Retry stream_select if interrupted by a signal

Sponsored by:	Netzkommune GmbH
2020-07-16 09:25:03 +00:00
Kai Knoblich b063d97044 mail/rss2email3: Update to 3.11
* This update unbreaks the port at runtime by using the builtin
  "html.unescape()" function (introduced in Python 3.4) instead of the
  "html2text.unescape()" function from textproc/py-text2html which was
  removed since the 2019.8.11 release.

* Submitter becomes maintainer because the previous maintainer seems to be
  missing in action as there was no feedback over five months.

While I'm here:

* Switch manpages to the preferred share/man location.
* Remove no longer required CONFLICTS_INSTALL entry.
* Update the WWW field to point to the new upstream repository.

Changelog since 3.9:

https://github.com/rss2email/rss2email/blob/v3.11/CHANGELOG

PR:		243515
Submitted by:	Corey Halpin <chalpin@cs.wisc.edu> (based on)
Reported by:	Michael Bueker <m.bueker@berlin.de>
Approved by:	maintainer timeout (5+ months)
MFH:		2020Q3 (blanket: runtime fix)
2020-07-14 14:09:03 +00:00
Jung-uk Kim 49dac836ee Fix build with recent byacc.
PR:		247522
2020-07-14 01:47:28 +00:00
Torsten Zuehlsdorff 6d23d80a69 mail/php7[2-4]-imap: change client from cclient to panda-cclient
There are some reports about PHP crashes, when using php-imap
(especially with OpenSSL and TSL 1.3). All this problems went away,
when using the panda-cclient instead of the old cclient.

Therefore we make the panda-cclient the new default,
but still allow cclient in order to allow backwards compatibility.

Special thanks to bofh for figuring out the complex details and
the solution!

Special thanks to Jason for being patience and
helpful about so many months!

Reported by:	Jason de Cordoba <jason@aventia.pw>
Reviewed by:	bofh
Sponsored by:	Bounce Experts
2020-07-13 13:32:27 +00:00
Dmitri Goutnik fa03175b33 mail/mutt: Update to 1.14.6
Changes:	https://marc.info/?l=mutt-users&m=159450037229752&w=2
PR:		247928
Submitted by:	Derek Schrock <dereks@lifeofadishwasher.com> (maintainer)
2020-07-12 12:31:57 +00:00
Carlo Strub 6b77106d70 Update to 2.23.2
PR:		247435
Submitted by:	maintainer
2020-07-11 15:01:08 +00:00
Carlo Strub bf3a8c3923 Update to 3.5.5
PR:		247893
Submitted by:	maintainer
2020-07-11 14:43:31 +00:00
Sunpoet Po-Chuan Hsieh 71a32365b5 Fix build when devel/icu is installed
PR:		246305
Reported by:	Mohammad S. Babaei <info@babaei.net>
2020-07-11 07:48:56 +00:00
Muhammad Moinur Rahman 69d399f2e7 mail/pear-Mail_Mime: Update version 1.10.8=>1.10.9
Relnotes:	https://pear.php.net/package/Mail_Mime/download/
2020-07-10 21:11:54 +00:00
Emanuel Haupt 232bb6ce07 Update to 1.3.2 2020-07-10 19:30:12 +00:00
Alexey Dokuchaev 388b188225 Unbreak the build with options GNUTLS and/or OPENDBX.
PR:	247634
2020-07-10 13:10:56 +00:00
Alex Dupre 9c986eeeb8 Update to 1.4.7 release. 2020-07-09 09:34:23 +00:00
Jochen Neumeister d6ef2ab9cb Update to 6.2.26
Sponsored by:	Netzkommune GmbH
2020-07-08 19:38:16 +00:00
Li-Wen Hsu 8005b7b03c Update to 1.4.8
PR:		247844
Submitted by:	Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
2020-07-08 09:11:20 +00:00
Li-Wen Hsu f037147d14 Update to 1.4.7
PR:		247842
Submitted by:	Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
2020-07-08 07:52:45 +00:00
Tobias Kortkamp eefdcbfd7c Clean up some things
Reported by:	portscan and common sense
2020-07-07 12:27:18 +00:00
Alexey Dokuchaev 993d013941 Pull the patch from Gentoo Linux to unbreak the build against contemporary
versions of OpenSSL.

PR:	238133
2020-07-07 11:47:18 +00:00
Piotr Kubaj 61da6a6c36 mail/claws-mail-litehtml_viewer: fix build on GCC architectures
Use C++11 compiler:
cc1plus: error: unrecognized command line option "-std=c++11"

MFH:		2020Q3 (fix build blanket)
2020-07-06 21:51:44 +00:00
Dirk Meyer 3dad88184b - update to 8.16.1 2020-07-06 21:46:07 +00:00
Bernard Spil ce3b25852b mail/nextcloud-mail: Update to 1.4.1 2020-07-06 13:41:37 +00:00
Tobias C. Berner 5060d003ef graphics/poppler: update to 0.90
Release 0.90.0:
        core:
         * Color profile tweaks
         * Small signature improvements
         * BBoxOutputDev: Fix calculation when type3 fonts are involved
         * Fix potential crash when reading Forms
         * Fix infinite loop in broken file
        glib:
         * Fix adding annots in rotated pages
         * Add ability to reset forms
         * Several fixes to the documentation
        qt5:
         * Make it clear we require Qt 5.5
         * demo: Fix crash on broken files
         * Small documentation improvements
        utils:
         * pdftoppm: Add option to set display profile
         * pdftops: Add a -rasterize option with values always, never, or whenneeded
        build system:
         * Require cmake 3.5
         * More modern cmake way to link against curl

PR:		247736
Exp-run by:	antoine
2020-07-06 06:17:18 +00:00
Tobias C. Berner b4f03d9e9e mail/roundcube-thunderbird_labels: update to 1.4.6
PR:		247297
Submitted by:	Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
2020-07-05 16:33:56 +00:00
Dirk Meyer 7dca9547aa - update to 8.16.1 2020-07-05 14:13:41 +00:00
Dirk Meyer 097677fde4 - keep STAGEDIR clean 2020-07-05 14:13:07 +00:00
Niclas Zeising 0e32330f15 Chanse update of devel/libffi
Chase the devel/libffi update
Bump portrevision of all dependent ports to chace shard library version bump
in libffi.
Update LIB_DEPENDS lines where needed to not require a specific version of
libffi.so.

PR:		247028 (for tracking)
2020-07-04 18:11:42 +00:00
Li-Wen Hsu d1f204218f Flavorize
PR:		247543
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
2020-07-04 09:29:32 +00:00
Li-Wen Hsu 4a21393fc7 mail/opendkim: Respect DEBUG option
PR:		242425
Submitted by:	ml@netfence.it
Approved by:	maintainer timeout
2020-07-04 08:52:19 +00:00
Mikael Urankar 865ff21d61 Mark as broken on aarch64: fails to link with sbrk.
Approved by:	portmgr (tier-2 blanket)
2020-07-04 07:53:25 +00:00
Mark Linimon cf9dbb49d8 Fix easy typo.
Reported by:	V_PauAmma_V
Approved by:	portmgr ("obvious fix")
2020-07-03 20:17:15 +00:00
Emanuel Haupt cacd9fc917 Provide a patch to support SNI.
This has been discussed upstream:
https://sylpheed.sraoss.jp/redmine/issues/306

While here:
- remove extra space after URL
- use options helpers

Obtained from:	OpenBSD
2020-07-03 15:44:34 +00:00
Christoph Moench-Tegeder ef236db16d mail/thunderbird: update to 68.10.0
https://www.thunderbird.net/en-US/thunderbird/68.10.0/releasenotes/

MFH:	2020Q2 (blanket: web browser alike)
2020-07-01 12:13:11 +00:00
Li-Wen Hsu e6d99a420e Add mail/courier-analog, Courier log analyzer
PR:		246282
Submitted by:	Radim Kolar <hsn@sendmail.cz>
2020-07-01 08:51:09 +00:00
Jochen Neumeister b34827164e Update to 6.1.6
Sponsored by:	Netzkommune GmbH
2020-06-30 15:40:08 +00:00
Baptiste Daroussin 750e342531 update 20200626 2020-06-30 09:52:19 +00:00
Matthias Fechner 3f67902b51 Update to 0.0.6 which is required for gitlab-ce 13.1.1. 2020-06-29 15:57:04 +00:00
Matthias Andree a36309afca mail/mailman: update to 2.1.34 (bugfixes)
Changelog:
http://bazaar.launchpad.net/~mailman-coders/mailman/2.1/view/1859/NEWS#L8

(Note the ValueError fix was already in FreeBSD's 2.1.33_1 and
- on quarterly - the 2.1.30_5 port/package versions.)

Follow POLA:
No MFH requested, as 2020Q2 and head/ have diverged too far,
so let 2020Q3 pick up the change instead.
2020-06-28 10:04:47 +00:00
Olli Hauer f8431156ec - update to 3.6-20200627 2020-06-28 09:31:00 +00:00
Dirk Meyer 462b4c89a7 - fix WWW 2020-06-27 09:35:07 +00:00
Sunpoet Po-Chuan Hsieh aae33b1c39 Move devel/p5-IO-stringy to devel/p5-IO-Stringy and update to 2.113
- Fix LICENSE_FILE
- Update pkg-descr
- Update WWW
- Bump PORTREVISION of dependent ports for dependency change

Changes:	https://metacpan.org/changes/distribution/IO-Stringy
2020-06-26 11:55:23 +00:00