8235 Commits

Author SHA1 Message Date
ajacoutot
186c6c0130 Update to evolution-3.42.1. 2021-10-29 10:32:23 +00:00
anton
5d19698dd4 update to mdsort-11.1.0
- allow interpolation using matches from a specific pattern
2021-10-28 16:26:34 +00:00
sthen
53f45ac443 switch to offlineimap's python 3 branch, recently tagged as 8.0.0
tests tb fkr, ok tb@
2021-10-28 12:24:45 +00:00
sthen
c716f20488 +py-imaplib2,python3 2021-10-28 12:24:12 +00:00
sthen
a023a064cd import ports/mail/py-imaplib2, ok landry tb
imaplib2 is a threaded Python IMAP4 client. Based on RFC 3501 and
original imaplib module, this is a version of imaplib that uses threads
to allow full use of the IMAP4 concurrency features, and to de-couple a
user of imaplib from i/o lags, except where explicitly allowed.
2021-10-28 12:23:47 +00:00
ajacoutot
9b3534ced1 Update to evolution-ews-3.42.0. 2021-10-28 06:16:06 +00:00
ajacoutot
2393337c3a Update to evolution-3.42.0. 2021-10-28 06:15:49 +00:00
martijn
551c78eaf0 Apparently there are paid dnsbl providers out there that put an
authentication key in one of the domain labels. While I don't recommend
this construct; echoing said key back to anyone listed is an even worse
idea.

For these known blacklists strip the key label from the domain when
printing.

Behaviour pointed out by and initial diff from Renaud Allard
(renaud <at> allard <dot> it)

OK jasper@
2021-10-27 13:57:08 +00:00
sthen
03a0711f4b remove some MODPY_VERSION=${MODPY_VERSION_2} py-* (non-standalone) ports
which aren't used as dependencies in ports. many are either old stuff,
or things used to provide backports of functionality from newer Python
base versions which were used in ports that have already been converted
to py3-only.
2021-10-26 19:52:41 +00:00
ajacoutot
0845b34615 Regen WANTLIB. 2021-10-26 17:44:10 +00:00
sdk
7a0f08caac Update to v1.6.9
Changes:
* mu-query: honor maxnum for threaded queries
* lib/mu: fix a few leaks
* guile: fix user script path detection

ok solene@
2021-10-26 10:37:27 +00:00
anton
9ad632a194 update to mdsort-11.0.0
- allow break action to be combined with all other actions
- allow pass action to be combined with all other actions
- add support for defining macros on the command line
2021-10-25 18:29:18 +00:00
tb
97f1071e4a Remove mail/cue. It's pretty broken and was never updated to compile with
OpenSSL 1.1 and later. According to fcambus, only pkgsrc have it packaged.
They disable OpenSSL support.

ok fcambus kn rsadowski
2021-10-25 15:44:33 +00:00
tb
500b921cb5 mail/cue Update to the latest version on the ftp server. Add a patch that
makes this compile with latest LibreSSL. With OpenSSL there will likely
be more to be fixed. If this is ever revived, the autoconf version should
be looked at.
2021-10-25 15:42:13 +00:00
sthen
f611d84e40 drop php 7.3 from -current, although it is still officially in
security support it appears this is not really the case any more
https://bugs.php.net/bug.php?id=81026

add @pkgpaths to merge pecl-* etc across
mark www/syweb broken, it was marked 7.3-only so looks like it needs more work
other php-ish ports have a RDEP on either 7.4 (default version) or 8.0
2021-10-25 12:33:18 +00:00
sthen
a9b435e732 update to exim-4.95, from maintainer Renaud Allard 2021-10-22 17:24:53 +00:00
sthen
ce32517832 update to neomutt-20211022 2021-10-22 13:06:02 +00:00
landry
405359af97 mail/mozilla-thunderbird: update to 91.2.1.
See https://www.thunderbird.net/en-US/thunderbird/91.2.1/releasenotes/
2021-10-22 07:56:13 +00:00
sthen
555c0d8a8c update to fetchmail-6.4.22 2021-10-21 20:52:53 +00:00
naddy
3b70b23d52 mail/rcube-html5-notifier: fix editing mishap 2021-10-20 19:40:23 +00:00
sthen
c56d1eb9e7 rcube-* plugins: either drop direct dep on php because it's already covered
by the dep on roundcube, or sync the version to that used by roundcube where
the plugin needs an extension
2021-10-20 09:00:17 +00:00
sthen
bf098c5d48 update to rcube-contextmenu-3.3, drop direct dep on php because it's
already covered by the dep on roundcube
2021-10-20 08:56:10 +00:00
sdk
09da564621 Update to v1.6.7
Bugfix release:
 - mu4e.texi: Add regexp --my-address example
 - mu int: improve docs for regexp addresses
 - mu4e.texi: improve regexp example
 - build: detect wordexp
 - mu-find: unbreak json output
 - Add Emacs v29 support for enabling mu4e

OK solene@
2021-10-19 18:26:53 +00:00
sthen
f74608c89c no need to patch to add sys/types.h for detecting sasl2, this is now
added upstream in autosetup/cc-db.tcl (with the comment "openbsd needs
sys/types.h to detect some system headers")
2021-10-19 10:55:42 +00:00
sthen
7a30eb8e2d neomutt: fix build if ccache is installed but not configured for ports builds
(i.e. USE_CCACHE=Yes is not set). Found by Laurie Tratt.
2021-10-19 10:49:21 +00:00
sthen
a25dc5c55e update to roundcubemail-1.5.0 2021-10-19 07:55:12 +00:00
bket
be4d4d7402 Fix segfault in NeoMutt
OK sthen@
2021-10-19 03:12:11 +00:00
tb
3234cef851 mail/imapproxy: prepare for upcoming libcrypto bump. This has an
old verify callback that is only half compatible with opaque X509
structs. Fix the other half.
2021-10-18 22:20:15 +00:00
tb
453164202d mail/pop3d: Prepare for upcoming libcrypto bump: X509_LOOKUP_METHOD
will become opaque, so this will no longer compile. Upstream never
updated this to be compatible with OpenSSL 1.1, so patch out the
port's copy of LibreSSL code and replace it with LibreSSL API.

ok jturner (maintainer)
2021-10-18 22:12:23 +00:00
benoit
370aaf04ef Drop maintainership, no more use. 2021-10-18 11:55:36 +00:00
thfr
94e5a106dd update to recent checkout, from maintainer Aisha Tammy - thanks! 2021-10-16 14:38:45 +00:00
sthen
2443c697b1 update to neomutt-20211015, neomutt users please test and report upstream
if there are new problems, and let me know after a few days use if you
think it's stable enough to backport to -stable (as the version in release
has had a few crashes people have run into).

release notes in https://neomutt.org/2021/10/15/release
2021-10-15 11:09:00 +00:00
sthen
114a9d68fc override LIB_DEPENDS-c-client to empty to remove bogus entry 2021-10-14 14:29:03 +00:00
bket
dfd41bd1e3 Update to notmuch-0.33.2
Changes: https://git.notmuchmail.org/git?p=notmuch;a=blob;f=NEWS

Feedback and tests from sdk@.

OK sdk@
2021-10-14 04:18:26 +00:00
landry
3331a0c1c9 mail/mozilla-thunderbird: update to 91.2.0.
See https://www.thunderbird.net/en-US/thunderbird/91.2.0/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2021-46/
2021-10-07 08:22:03 +00:00
sthen
6ee3c4686a c-client picks up ssl libs now; from Jens A. Griepentrog 2021-10-05 10:37:41 +00:00
sthen
708787064d another missed bump 2021-10-04 20:29:08 +00:00
ajacoutot
8100332804 Missed bumps after removal of COMPILER. 2021-10-04 07:03:10 +00:00
sthen
5175a5bf73 remove COMPILER=ports-gcc added by mistake. 2021-10-03 19:03:48 +00:00
sthen
309bd3b59d mail/alpine: disable "COMPILER=ports-gcc" setting on aarch64 (where it
results in a linker failure) and arm (hasn't started release builds yet).
mistakenly committed after testing and missed. release packages for this
built ok on amd64, i386, powerpc64, sparc64 so I'm leaving it unchanged
for those.

ok naddy@ (ports remains locked)
2021-09-29 18:33:58 +00:00
sthen
984013e108 update to alpine(/c-client/etc) 2.25, original diff from solene@, updated
to fix build failures in dependent ports by tb@, tweaked by me (regen
patches, stop listing headers separately in the makefile).

various bug fixes, including c-client's version of the "parses
information from an IMAP server during non-authenticated state" class
of problems which was found in a bunch of IMAP software recently, some
crashes/memory corruption, and a problem with forwarding and replacing
attachments.

ok tb@
2021-09-22 20:57:10 +00:00
landry
926116d8e9 mail/mozilla-thunderbird: update to 91.1.1.
See https://www.thunderbird.net/en-US/thunderbird/91.1.1/releasenotes/
2021-09-17 07:43:40 +00:00
sthen
49c38218a0 backport a patch set for Dovecot-Pigeonhole fixing various crashes
relating to "implicit keep", ok Brad (maintainer)
2021-09-16 19:36:11 +00:00
sthen
b27fe876f9 regen patches, no package change 2021-09-16 08:59:04 +00:00
sthen
4dca5bdb5a update postfix/stable to 3.5.12; bug fixes only
from Brad
2021-09-16 08:57:54 +00:00
sthen
4740a6fbe4 fix BUILD_DEPENDS in dovecot-fts-flatcurve (I forgot to re-test after adding
it as a last minute change before mailing out the port), sorry naddy!
2021-09-13 13:54:54 +00:00
sthen
305ce32261 list known dependencies in a comment in the Makefile as a reminder for
anyone doing commits to -stable (we don't have a good discovery mechanism
for what to rebuild for -stable packages, so PKGSPEC is ignored for that)..
2021-09-13 09:20:18 +00:00
sthen
f70f8dcfb5 +dovecot-fts-flatcurve 2021-09-13 09:18:18 +00:00
sthen
be14556ed0 import ports/mail/dovecot-fts-flatcurve, ok landry
This is a Dovecot FTS plugin to enable message indexing using the
Xapian search engine library. It is intended to act as a simple
interface to the Xapian storage/search query functionality.

Unlike the other Xapian-based FTS plugin "dovecot-fts-xapian",
flatcurve relies on Dovecot to do the necessary stemming, and supports
match scoring and substring matches - it is RFC 3501 (IMAP4rev1)
compliant. It does not support fuzzy searches.
2021-09-13 09:17:48 +00:00
ajacoutot
ccf754cdbe Unbreak by removing the version spec (needed after the recent openldap
port change).
2021-09-11 14:11:51 +00:00