Removed the ICONV option, as it is now required to build NeoMutt. Adjusted the
NLS option, as gettext is required to configure, although it's still optional
at build time.
Approved by: bapt (maintainer, implicit)
- Clean up some patches due to fuzz warning message
- Replace patch-examples with a post-patch "simple" ${REINPLACE_CMD}
PR: 218803
Submitted by: maintainer
This port provides little (if any) advantage over the native
mail/thunderbird, and newer versions are introducing more
(and possibly undesirable) dependencies.
PR: 218712
Approved by: jbeich (maintainer)
Changelog:
- Added support for new hidden preferences in Claws Mail 3.15.0
'tags_color', 'tags_bgcolor', 'qs_active_color', 'qs_active_bgcolor',
'qs_error_color', 'qs_error_bgcolor', 'default_header_color',
'default_header_bgcolor', and 'warn_sending_many_recipients_num'.
- Added new hotkeys tab for editing keyboard accelerators available in
the 'menurc' file of Claws Mail
- Fixed bug 3735 'the number of accounts may make main window very tall'
- Improved internal versions handling and other minor refactorings
- Updated manual page
- Translations:
Updated: French, Dutch, Swedish, Turkish, Danish, Brazilian
Portuguese, Catalan, Norwegian Bokmal and Spanish
- imapc reconnection fix was forgotten from 2.2.29 release, which also
made "make check" fail in a unit test
- dict-sql: Merging multiple UPDATEs to a single statement wasn't
actually working.
- Fixed building with vpopmail
unbreak the port against recent `mail/mailutils')
- Amend MASTER_SITES to allow fetching both stable and alpha releases
- Install configuration file as @sample to avoid overwriting existing one
- Tighten permissions on ${DATABASEDIR} and ${MFD_RUN_DIR}
- Make port description text more detailed and accurate
Submitted by: maintainer
Changelog v0.4.18:
+ imapsieve plugin: Implemented the copy_source_after rule action. When
this is enabled for a mailbox rule, the specified Sieve script is
executed for the message in the source mailbox during a "COPY" event.
This happens only after the Sieve script that is executed for the
corresponding message in the destination mailbox finishes running
successfully.
+ imapsieve plugin: Added non-standard Sieve environment items for the
source and destination mailbox.
- multiscript: The execution of the discard script had an implicit
"keep", rather than an implicit "discard".
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D10366
There are two cases:
- The upstream versionning is compatible with our versionning, or using
DISTVERSION's magic leads to a compatible PORTVERSION, use
DISTVERSION. If it is possible to use DISTVERSIONPREFIX and
DISTVERSIONSUFFIX to make it compatible, use them.
- The upstream versionning is not compatible with our versionning, and
DISTVERSION's magic does not lead to a correct PORTVERSION, then set
PORTVERSION to the equivalent of our versionning, and set DISTNAME.
It is possible to use a third variable where you store upstream's
version and use it to compute PORTVERSION and/or DISTNAME, like the
dns/bind9* ports do.
Sponsored by: Absolight
warning to the pkg-message that security.bsd.see_other_uids/gids should
not be enabled if dovecot is storing mail for multiple users concurrently
(PR 218392, submitted by topical).
* passdb/userdb dict: Don't double-expand %variables in keys. If dict
was used as the authentication passdb, using specially crafted
%variables in the username could be used to cause DoS (CVE-2017-2669)
* When Dovecot encounters an internal error, it logs the real error and
usually logs another line saying what function failed. Previously the
second log line's error message was a rather uninformative "Internal
error occurred. Refer to server log for more information." Now the
real error message is duplicated in this second log line.
* lmtp: If a delivery has multiple recipients, run autoexpunging only
for the last recipient. This avoids a problem where a long
autoexpunge run causes LMTP client to timeout between the DATA
replies, resulting in duplicate mail deliveries.
* config: Don't stop the process due to idling. Otherwise the
configuration is reloaded when the process restarts.
* mail_log plugin: Differentiate autoexpunges from regular expunges
* imapc: Use LOGOUT to cleanly disconnect from server.
* lib-http: Internal status codes (>9000) are no longer visible in logs
* director: Log vhost count changes and HOST-UP/DOWN
+ quota: Add plugin { quota_max_mail_size } setting to limit the
maximum individual mail size that can be saved.
+ imapc: Add imapc_features=delay-login. If set, connecting to the
remote IMAP server isn't done until it's necessary.
+ imapc: Add imapc_connection_retry_count and
imapc_connection_retry_interval settings.
+ imap, pop3, indexer-worker: Add (deinit) to process title before
autoexpunging runs.
+ Added %{encrypt} and %{decrypt} variables
+ imap/pop3 proxy: Log proxy state in errors as human-readable string.
+ imap/pop3-login: All forward_* extra fields returned by passdb are
sent to the next hop when proxying using ID/XCLIENT commands. On the
receiving side these fields are imported and sent to auth process
where they're accessible via %{passdb:forward_*}. This is done only
if the sending IP address matches login_trusted_networks.
+ imap-login: If imap_id_retain=yes, send the IMAP ID string to
auth process. %{client_id} expands to it in auth process. The ID
string is also sent to the next hop when proxying.
+ passdb imap: Use ssl_client_ca_* settings for CA validation.
- fts-tika: Fixed crash when parsing attachment without
Content-Disposition header. Broken by 2.2.28. (fixed in FreeBSD ports)
- trash plugin was broken in 2.2.28 (fixed in FreeBSD ports)
- auth: When passdb/userdb lookups were done via auth-workers, too much
data was added to auth cache. This could have resulted in wrong
replies when using multiple passdbs/userdbs.
- auth: passdb { skip & mechanisms } were ignored for the first passdb
- oauth2: Various fixes, including fixes to crashes
- dsync: Large Sieve scripts (or other large metadata) weren't always
synced.
- Index rebuild (e.g. doveadm force-resync) set all mails as \Recent
- imap-hibernate: %{userdb:*} wasn't expanded in mail_log_prefix
- doveadm: Exit codes weren't preserved when proxying commands via
doveadm-server. Almost all errors used exit code 75 (tempfail).
- ACLs weren't applied to not-yet-existing autocreated mailboxes.
- Fixed a potential crash when parsing a broken message header.
- cassandra: Fallback consistency settings weren't working correctly.
- doveadm director status <user>: "Initial config" was always empty
- imapc: Various reconnection fixes.
in the wrong place previously. PORTREVISION bump for this.
Submitted by: dereks lifeofadishwasher com (maintainer)
Differential Revision: https://reviews.freebsd.org/D10334
Changelog:
- Improve trapping of TLS errors during connection so that they don't cause
warnings, and are reported better in debug output
- Amend test suite so it uses PHPUnit version 4.8, compatible with older
versions of PHP, instead of the version supplied by Travis-CI
- This forces pinning of some dev packages to older releases, but should
make travis builds more reliable
- Test suite now runs on HHVM, and thus so should PHPMailer in general
- Improve Czech translations
- Add links to CVE-2017-5223 resources
Add a random delay using the standard 'anticongestion' function (where
available) before attempting to download updates. This to avoid the
'thundering herd' of many simultaneous downloads.
PR: 218444
Reported by: asomers
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
2017-03-27 print/musixtex: Broken for more than 6 months
2017-03-27 www/wml: Broken for more than 6 months
2017-03-27 www/offline-npm: Broken for more than 6 months
2017-03-27 x11-themes/kde-icons-cezanne: Broken for more than 6 months
2017-03-27 x11-themes/kde-icons-sky: Broken for more than 6 months
2017-03-27 deskutils/gnome-shell-extension-backslide: Broken for more than 6 months
2017-03-27 devel/openvex: Broken for more than 6 months
2017-03-27 mail/mixmaster: Broken for more than 6 months
2017-03-27 net-mgmt/nat: Broken for more than 6 months
2017-03-27 net-p2p/gnunet-gtk: Depends on expiring net-p2p/gnunet
2017-03-27 net-p2p/gnunet: Broken for more than 6 months
2017-03-27 print/abc2mtex: Depends on expiring print/musixtex
- Drop `iconv' and `makeinfo' from USES list, they are not needed
- When linking against Guile, explicitly depend on libgmp.so:math/gmp
(per `stage-qa' warning)
- Do not hardcode library version in pkg-plist, use PLIST_SUB mechanism
Reported by: maintainer
- Remove unsused plist variables: COMPRESSED_FOLDERS, XML
- Remove XML_NEEDED from COMPRESSED_FOLDERS, QUOTE_PATCH, SIDEBAR options.
Only option that needs XML is NNTP
- Remove unused RR_PATCH_VERSION variable
- Update GREETING_PATCH to 1.8.0
- Remove COMPRESSED_FOLDERS option and make this feature enabled by default.
PR: 217898
Approved by: dereks@lifeofadishwasher.com (maintiner)