pkgsrc/mail
gdt f79835aec3 mail/spamassassin: Update to 4.0.0
Tested on NetBSD 9 amd64 with postfix and spamass-milter.  NB the rule
renaming below and the modified init.pre, which will not be merged by
updating if init.pre is locally modifed.


Upstream Release Notes:


Introduction
------------

Apache SpamAssassin 4.0.0 contains numerous tweaks and bug fixes over
the past releases. In particular, it includes major changes that
significantly improve the handling of text in international language.

As with any major release, there are countless functional patches and
improvements to upgrade to 4.0.0. Apache SpamAssassin 4.0.0 includes
several years of fixes that significantly improve classification and
performance. It has been thoroughly tested in production systems. We
strongly recommend upgrading as soon as possible.


Notable features:
=================


New plugins
-----------

There are three new plugins added with this release:


#1 Mail::SpamAssassin::Plugin::ExtractText

This plugin uses external tools to extract text from message parts,
and then sets the text as the rendered part. All SpamAssassin rules
that apply to the rendered part will run on the extracted text as
well.


#2 Mail::SpamAssassin::Plugin::DMARC

This plugin checks if emails match DMARC policy after parsing DKIM and
SPF results.


#3 Mail::SpamAssassin::Plugin::DecodeShortURLs

This plugin looks for URLs shortened by a list of URL shortening
services. Upon finding a matching URL, plugin will send a HTTP request
to the shortening service and retrieve the Location-header which
points to the actual shortened URL. It then adds this URL to the list
of URIs extracted by SpamAssassin which can then be accessed by uri
rules and plugins such as URIDNSBL.


Removed plugin
--------------

HashCash module, formerly deprecated, has now been removed completely


Notable changes
---------------

This release includes fixes for the following:

  - Support for international text such as UTF-8 rules has been
     completed and significantly improved to include native UTF-8
     processing

  - Bayes plugin has been improved to skip common words aka noise
     words written in languages other than English

  - OLEVBMacro plugin has been improved in order to detect more
     Microsoft Office macros and dangerous content. It has also been
     improved to extract URIs from Office documents for automatic
     inclusion in rules such as RBL lookups.

  - You can now use Captured Tags to use tags “captured” in one rule
     inside other rules

  - sa-update(1) tool has been improved with three new options:

    #1 forcemirror: forces sa-update to use a specific mirror server,

    #2 score-multiplier: adjust all scores from update channel by a
      given multiplier to quickly level set scores to match your
      preferred threshold

    #3 score-limit adjusts all scores from update channel over a
      specified limit to a new limit

* SSL client certificate support has been improved and made easier to
   implement with spamc/spamd

* DKIM plugin can now detect ARC signatures

* More work on improving the configuration and internal coding to use
  more inclusive and less divisive language

* spamc(1) speed has been improved when both SSL and compression are
  used

* The normalize_charset option is now enabled by default. NOTE: Rules
  should not expect specific non-UTF-8 or UTF-8 encoding in the body.
  Matching is done against the raw body, which may vary depending on
  normalize_charset setting and whether UTF-8 decoding was successful.

* Mail::SPF is now the only supported module used by the SPF plugin.

* Mail::SPF::Query use is deprecated, along with settings
  do_not_use_mail_spf, do_not_use_mail_spf_query.

 * SPF lookups are not done asynchronously and you may consider using
   an SPF filter at the MTA level (pypolicyd-spf / spf-engine / etc)
   which generates a Received-SPF header that can be parsed by
   SpamAssassin.

 * The default sa-update ruleset doesn't make ASN lookups or header
   additions anymore.  Configure desired methods (asn_use_geodb /
   asn_use_dns) and add_header clauses manually, as described in
   documentation for the Mail::SpamAssassin::Plugin::ASN.


New configuration options
-------------------------

All rules, functions, command line options and modules that contain
"whitelist" or "blacklist" have been renamed to "welcomelist" and
"blocklist" terms

Old options will continue to work for backwards compatibility until at
least the Apache SpamAssassin version 4.1.0 release

New tflag "nolog" added to hide info coming from rules in SpamAssassin
reports

New dns_options "nov4" and "nov6" added.
IMPORTANT:; You must set nov6 if your DNS resolver is filtering IPv6
AAAA replies.

Razor2 razor_fork option added. It will fork separate Razor2 process
and read in the results later asynchronously, increasing
throughput. When this is used, rule priorities are automatically
adjusted to -100.

Pyzor pyzor_fork option added. It will fork separate Pyzor process and
read in the results later asynchronously, increasing throughput. When
this is used, rule priorities are automatically adjusted to -100

urirhsbl and urirhssub rules now support "notrim" tflag, which forces
querying the full hostname, instead of trimmed domain

report_charset now defaults to UTF-8 which may change the rendering of
SpamAssassin reports

Notable Internal changes
------------------------

Meta rules no longer use priority values, they are evaluated
dynamically when the rules they depend on are finished

DNS and other asynchronous lookups like DCC or Razor2 plugins are now
launched when priority -100 is reached. This allows short circuiting
at lower priority without sending unneeded DNS queries

New internal Mail::SpamAssassin::GeoDB module supporting RelayCountry
and URILocalBL plugins provides a unified interface to Geographic IP
modules. These include:
    MaxMind::DB::Reader (GeoIP2)
    Geo::IP
    IP::Country::DB_File
    IP::Country::Fast.

Bayes and TxRep Message-ID tracking now uses a different hashing
method


Optimizations
-------------

Apache SpamAssassin 4.0.0 represents years of work by the project with
numerous improvements, new rule types, and internal native handling of
messages in international languages. These three key optimizations
will improve the efficiency of SpamAssassin:

    DNS queries are now done asynchronously for overall speed
    improvements

    DCC checks can now use dccifd asynchronously for improved throughput

    Pyzor and Razor fork use separate processes done asynchronously
    for increased throughput
2022-12-17 14:29:33 +00:00
..
akonadi massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
alpine *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
amavisd-milter mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
amavisd-new update package to version 2.12.2 2022-09-17 09:26:12 +00:00
anomy-sanitizer *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
archivemail *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
autorespond mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
avenger *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
balsa massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
bbmail mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
bincimap mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
bmf mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
bogofilter massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
bulk_mailer mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
clamsmtp mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
claws-mail mail/claws-mail: update to 4.1.1 2022-11-23 08:50:19 +00:00
claws-mail-archive *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
claws-mail-attachwarner *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
claws-mail-attremover *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
claws-mail-bogofilter *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
claws-mail-dillo *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
claws-mail-fetchinfo *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
claws-mail-libravatar *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
claws-mail-mailmbox *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
claws-mail-managesieve *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
claws-mail-newmail *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
claws-mail-notification *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
claws-mail-pgp
claws-mail-pgpcore *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
claws-mail-pgpinline *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
claws-mail-pgpmime *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
claws-mail-rssyl massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
claws-mail-smime *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
claws-mail-spamassassin *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
claws-mail-spamreport *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
claws-mail-tnef *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
claws-mail-vcalendar massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
clawsker *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
cone massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
coolmail mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
courier-analog *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
courier-imap *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
courier-maildir *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
courier-mta *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
courier-unicode mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
cucipop mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
cue mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
cyrus-imapd24 massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
dbmail massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
dcc *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
deforaos-mailer Bump all dependent packages of wayland (belatedly) 2022-08-11 05:08:00 +00:00
deliver mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
demime *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
distribute *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
dk-milter mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
dkim-milter mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
dnsbl-milter mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
dot-forward mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
dovecot2 dovecot2: updated to 2.3.19.1 2022-06-17 17:32:41 +00:00
dovecot2-gssapi dovecot2: updated to 2.3.17 2021-11-02 12:03:53 +00:00
dovecot2-ldap
dovecot2-mysql dovecot2: updated to 2.3.17 2021-11-02 12:03:53 +00:00
dovecot2-pgsql
dovecot2-pigeonhole dovecot2-pigeonhole: updated to 0.5.19 2022-05-11 09:28:06 +00:00
dovecot2-sqlite massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
drac mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
dspam massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
elm mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
elm-me *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
elmo *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
enma mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
esmtp mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
etach Bump all elisp packages for the CONFLICTS change. 2022-05-14 22:25:32 +00:00
evolution massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
evolution-data-server massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
exim massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
exim-html exim exim-html: updated to 4.96 2022-07-02 09:24:34 +00:00
exim3 *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
exmh mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
ezmlm mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
ezmlm-idx massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
faces *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
fastforward mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
fdm fdm: Update to 2.1 2022-06-01 21:07:29 +00:00
feed2exec *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
fetchmail fetchmail: Update to 6.4.34 2022-10-16 20:34:30 +00:00
fetchmailconf py37-reduce: Drop 37 from PYTHON_VERSIONS_ACCEPTED 2022-11-06 13:31:00 +00:00
fix-mime-charset *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
fml *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
fml4 *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
fromto *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
getmail *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
gld mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
gmime revbump for icu and libffi 2021-12-08 16:01:42 +00:00
gmime3 *: Remove hardcoded -liconv / -lintl on SunOS. 2022-08-09 12:08:27 +00:00
gmime24 revbump for icu and libffi 2021-12-08 16:01:42 +00:00
gnarwl *: Remove hardcoded -liconv / -lintl on SunOS. 2022-08-09 12:08:27 +00:00
GNUMail massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
greetdelay mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
grepmail *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
greylisting-spp massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
gyb gyb: update to 1.71 2022-10-14 12:26:56 +00:00
heirloom-mailx mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
hypermail mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
ifile ifile: fix ssp build on NetBSD 2021-12-26 23:54:01 +00:00
im *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
imap-uw imap-uw: fix non-BSD build breakages from previous change set 2022-01-30 04:00:42 +00:00
imap-uw-utils mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
imapfilter mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
imapproxy mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
imapsync *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
imp mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
incm mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
ingo mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
isync *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
ja-mh mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
jchkmail mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
kimap massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
kmbox massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
kmime massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
ksmtp massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
ktnef massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
libesmtp mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
libetpan *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:00 +00:00
libmilter
libsieve mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
libspf2 libspf2-1.2.11 from 2022-04-02 21:41:38 +00:00
libsrs2 Mark MAKE_JOBS_SAFE=no (likely fixes NetBSD-current bulk build). 2022-12-15 11:25:37 +00:00
libsylph revbump for icu and libffi 2021-12-08 16:01:42 +00:00
libytnef mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
mail-notification massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
mailagent *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
mailcrypt Bump all elisp packages for the CONFLICTS change. 2022-05-14 22:25:32 +00:00
maildrop *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
mailfront *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
mailgraph *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
mailhops *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
mailman *: switch to appropriate py-dns version 2022-08-23 21:49:55 +00:00
mailsend mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
mailserv *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
mailsort *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
mailsync mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
mailutils mail/mailutils: import package from wip. 2022-12-15 13:58:02 +00:00
mailwrapper mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
mairix mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
majordomo *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
mb2md mail/mb2md: source states it is public domain. 2022-11-27 22:18:48 +00:00
mblaze *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
mdfrm *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
meli massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
mess822 mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
metamail mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
mew Bump all elisp packages for the CONFLICTS change. 2022-05-14 22:25:32 +00:00
mhonarc *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
mhpgp mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
milter-greylist *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
milter-manager *: Remove hardcoded -liconv / -lintl on SunOS. 2022-08-09 12:08:27 +00:00
milter-regex Reset maintainer by request. 2022-04-18 20:08:28 +00:00
mime-construct *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
mimedefang *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
mimp mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
mini_sendmail mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
minimalist *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
mlmmj mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
mm mail/mm: import package from wip. 2022-12-15 12:50:51 +00:00
mopher mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
mpop *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
msmtp *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
mush mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
mutt mutt: Update to version 2.2.9 2022-11-13 08:51:28 +00:00
neomutt neomutt: fix build with bdb, add option for lmdb. 2022-09-20 17:13:24 +00:00
netbiff revbump for icu and libffi 2021-12-08 16:01:42 +00:00
newmail mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
newspipe newspipe: use direct dependency 2022-07-20 23:04:36 +00:00
nmh *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
nmzmail mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
nopop3d mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
notmuch notmuch: Update to 0.37 2022-08-26 13:12:38 +00:00
nullmailer *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
oe2mbx oe2mbx: MAKE_JOBS_SAFE=no is not enough 2022-12-07 15:04:55 +00:00
offlineimap *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
opendkim *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
opendmarc mail/opendmarc: fix DISTNAME 2022-07-02 13:02:32 +00:00
OSBF-lua mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
p5-App-Siesh *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Catalyst-View-Email *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Email-Abstract *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Email-Address *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Email-Address-List *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Email-Address-XS Update to 1.05 2022-09-30 12:00:15 +00:00
p5-Email-Date *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Email-Date-Format Update to 1.006 2022-12-02 23:31:07 +00:00
p5-Email-Find *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Email-Folder *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Email-FolderType *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Email-LocalDelivery Update to 1.201 2022-09-30 12:23:06 +00:00
p5-Email-MessageID Update to 1.407 2022-12-02 23:38:18 +00:00
p5-Email-MIME *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Email-MIME-Attachment-Stripper *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Email-MIME-ContentType Update to 1.027 2022-09-30 12:26:07 +00:00
p5-Email-MIME-Encodings Update to 1.316 2022-12-02 23:42:37 +00:00
p5-Email-MIME-RFC2047 *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Email-Outlook-Message mail/p5-Email-Outlook-Message: import p5-Email-Outlook-Message-0.921 2022-10-11 13:43:53 +00:00
p5-Email-Reply *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Email-Send *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Email-Sender Update to 2.600 2022-12-03 00:38:50 +00:00
p5-Email-Simple *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Email-Stuff *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Email-Valid Update to 1.203 2022-09-30 12:31:57 +00:00
p5-Email-Valid-Loose *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-GMail-IMAPD *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-IMAP-Admin *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-IMAP-Client *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Mail-Alias *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Mail-Audit *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Mail-AuthenticationResults *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Mail-Box *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Mail-Box-IMAP4 *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Mail-Box-POP3 *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Mail-DeliveryStatus-BounceParser *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Mail-DKIM *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Mail-Ezmlm *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Mail-IMAPClient *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Mail-ListDetector *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Mail-Mbox-MessageParser *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Mail-Message *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Mail-Milter *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Mail-POP3Client *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Mail-RFC822-Address *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Mail-Sender *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Mail-Sender-Easy *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Mail-Sendmail *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Mail-SPF *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Mail-SPF-Query *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Mail-SRS *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Mail-Transport *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Mail-Webmail-Gmail *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-MailTools *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-MIME-Charset Update to 1.013.1 2022-12-03 00:43:41 +00:00
p5-MIME-EncWords *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-MIME-Lite *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-MIME-Lite-HTML *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-MIME-tools Update to 5,510 2022-12-03 01:00:25 +00:00
p5-MIME-Types *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Net-LMTP *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Net-ManageSieve *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Net-SMTP-SSL *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Net-SMTP_auth *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Net-validMX *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Parse-MIME Update to 1.006 2022-12-03 01:12:41 +00:00
p5-razor-agents *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Sendmail-AccessDB *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-Sendmail-PMilter Update to 1.23 2022-12-03 01:41:45 +00:00
p5-Test-Email *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-URI-imap *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
p5-User-Identity *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
Pantomime massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
pear-Auth_SASL mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
pear-Mail mail/pear-Mail: update to 1.5.0 2022-11-30 15:13:18 +00:00
pear-Mail_Mime mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
pear-Mail_mimeDecode mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
perdition mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
perdition-bdb Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
perdition-gdbm Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
perdition-ldap
perdition-mysql Revbump for MySQL default change 2021-06-23 20:33:06 +00:00
perdition-odbc
perdition-postgresql
pfqueue massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
php-imap *: recursive bump for heimdal 7.7.0 2021-10-21 07:46:31 +00:00
php-mailparse mail/php-mailparse: update to 3.1.3 2022-05-21 09:19:10 +00:00
pine pine: Use OPSYS_VERSION. 2021-11-29 16:19:38 +00:00
pine-pgp-filters mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
policyd mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
policyd-weight *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
popa3d mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
poppassd mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
poppy *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
postfix massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postfix-cdb
postfix-ldap
postfix-lmdb
postfix-mysql mail/postfix: update to 3.6.2 2021-07-26 15:38:10 +00:00
postfix-pcre
postfix-pgsql
postfix-sqlite massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
postforward Revbump all Go packages after go119 security update 2022-12-08 16:14:12 +00:00
postgrey *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
postsrsd mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
prayer prayer: mark as BROKEN 2022-12-07 15:12:40 +00:00
procmail mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
proxsmtp mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
pst-utils massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
pulsar mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
py-aiosmtpd python: egg.mk: add USE_PKG_RESOURCES flag 2022-01-05 15:40:56 +00:00
py-authres *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-checkdmarc py-checkdmarc: updated to 4.4.5 2022-11-30 10:38:49 +00:00
py-email_validator *: switch to appropriate py-dns version 2022-08-23 21:49:55 +00:00
py-flufl.bounce *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-imapclient *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-mail-parser mail/py-mail-parser: import py-mail-parser-3.15.0 2022-08-24 13:54:02 +00:00
py-mailsuite py-mailsuite: adapt for dependency change 2022-08-31 19:40:17 +00:00
py-policyd-spf *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-postfix-mta-sts-resolver fighting a losing battle against py-cryptography rustification, part 2 2022-10-19 13:56:31 +00:00
py-sendmail-admin *: fix for python 3.x 2022-01-19 17:50:45 +00:00
py-spf *: switch to appropriate py-dns version 2022-08-23 21:49:55 +00:00
py-ukpostcodeparser *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-validate-email-address *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
pymsgauth *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
qcheck mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
qconfirm mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
qgreylist *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
qmail *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
qmail-acceptutils mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
qmail-autoresponder mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
qmail-conf mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
qmail-lint *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
qmail-qfilter Update to the latest upstream git. From the changelog: 2022-03-01 19:15:38 +00:00
qmail-rejectutils mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
qmail-run Take steps toward running under other UCSPI-TLS server implementations: 2021-01-14 15:42:35 +00:00
qmail-spp-spf mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
qmailanalog mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
qmHandle *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
qmqtool *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
qpopper mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
qremote Now that nacl builds more portably, depend on it. Bump PKGREVISION. 2022-01-05 14:03:27 +00:00
qsmtp Solarish needs __EXTENSIONS__. 2022-05-14 21:56:42 +00:00
qtools mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
qtraceaddr *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
queue-fix mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
queue-repair *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
quickml mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
R-mime mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
rblcheck mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
relay-ctrl mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
ripmime mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
rmail-mime Bump all elisp packages for the CONFLICTS change. 2022-05-14 22:25:32 +00:00
roundcube mail/roundcube: restore patches 2022-08-19 13:09:38 +00:00
roundcube-plugin-carddav roundcube-plugin-carddav: Update to 4.4.3 2022-09-29 17:55:49 +00:00
roundcube-plugin-enigma mail/roundcube: update to 1.6.0 2022-08-17 15:41:43 +00:00
roundcube-plugin-password mail/roundcube: update to 1.6.0 2022-08-17 15:41:43 +00:00
roundcube-plugin-zipdownload mail/roundcube: update to 1.6.0 2022-08-17 15:41:43 +00:00
rspamd massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
rss2email Update to 3.14. From the changelog: 2022-08-27 04:40:23 +00:00
ruby-actionmailbox60 www/ruby-rails60: update to 6.0.6 2022-09-10 08:18:59 +00:00
ruby-actionmailbox61 www/ruby-rails61: update to 6.1.7 2022-09-10 08:24:40 +00:00
ruby-actionmailbox70 Remove lines for Ruby 2.6. 2022-10-10 03:36:48 +00:00
ruby-actionmailer52 www/ruby-rails52: update to 5.2.8.1 2022-07-13 14:41:07 +00:00
ruby-actionmailer60 www/ruby-rails60: update to 6.0.6 2022-09-10 08:18:59 +00:00
ruby-actionmailer61 www/ruby-rails61: update to 6.1.7 2022-09-10 08:24:40 +00:00
ruby-actionmailer70 Remove lines for Ruby 2.6. 2022-10-10 03:36:48 +00:00
ruby-mail mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
ruby-mailfactory mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
ruby-mime-types mail/ruby-mime-types: update to 3.4.1 2021-11-23 14:34:55 +00:00
ruby-mime-types-data mail/ruby-mime-types-data: update to 3.2022.0105 2022-02-13 06:39:32 +00:00
ruby-mime-types1 mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
ruby-mini_mime mail/ruby-mini_mime: update to 1.1.2 2021-12-19 14:07:59 +00:00
ruby-roadie mail/ruby-roadie: update to 5.0.1 2022-09-01 16:27:16 +00:00
ruby-roadie-rails mail/ruby-roadie-rails: make this pacakge for Rails 6.1 2022-09-05 15:32:06 +00:00
ruby-roadie-rails2 Drop ruby26 support. 2022-10-10 03:24:52 +00:00
ruby-roadie4 mail/ruby-roadie4: add package version 4.0.0 2022-09-01 16:10:13 +00:00
ruby-tmail mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
s-nail *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
safecat mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
sendmail sendmail: fix SMTP AUTH 2022-05-10 13:46:49 +00:00
sendmail-cidrexpand
sendmail-qtool *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
sendymail *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
serialmail From <URL:http://cr.yp.to/distributors.html>: 2022-11-15 18:57:18 +00:00
sid-milter mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
sieve-connect *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
sigrot mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
sma mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
smtp-vilter mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
smtpd-starttls-proxy Update to 0.0.1.1. From the changelog: 2021-12-22 16:07:30 +00:00
smtpfeed smtpfeed: Fix libraries on SunOS. 2022-12-15 11:30:01 +00:00
solid-pop3d mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
spamass-milter mail//milter-greylist and spamass-milter: undo previous change. 2021-12-26 16:13:45 +00:00
spamassassin mail/spamassassin: Update to 4.0.0 2022-12-17 14:29:33 +00:00
spamd mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
spamdyke On some platforms the "tls" option was silently a noop. Fix the OpenSSL 2021-12-15 14:06:21 +00:00
spamprobe mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
sqlgrey *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
squirrelmail mail/squirrelmail: update to 1.4.23pre14977 2022-09-16 05:49:08 +00:00
squirrelmail-decode mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
squirrelmail-locales mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
sqwebmail *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
srs-milter Added mail/srs-milter 20141121nb9 2022-05-25 15:45:31 +00:00
ssmtp mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
swaks *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
sylpheed revbump for icu and libffi 2021-12-08 16:01:42 +00:00
sympa *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
t-prot mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
teapop *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
thunderbird massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
thunderbird-l10n mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
thunderbird52 thunderbird52: improve DESCR re. EOL status and rationale 2022-11-03 22:23:46 +00:00
thunderbird52-l10n mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
thunderbird68 massive revision bump after textproc/icu update 2022-11-23 16:18:32 +00:00
thunderbird68-l10n mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
tmda *: Revbump packages that use Python at runtime without a PKGNAME prefix 2022-06-30 11:18:01 +00:00
tnef mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
tnef2txt mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
trojita revbump for icu and libffi 2021-12-08 16:01:42 +00:00
turba *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
up-imappproxy mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
vm (mail/vm,wl,wl-snapshot) buildlink3.mk to bbdb2 just renamed 2022-06-05 02:36:41 +00:00
wl-snapshot (mail/vm,wl,wl-snapshot) buildlink3.mk to bbdb2 just renamed 2022-06-05 02:36:41 +00:00
wmbiff *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
wmmail mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
xbiff Reset MAINTAINER 2022-11-09 13:14:06 +00:00
xbuffy mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
xfce4-mailwatch-plugin *: bump PKGREVISION for libunistring shlib major bump 2022-10-26 10:31:34 +00:00
xfmail mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
xmailbox mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
xmailwatcher mail: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:53:53 +00:00
ytnef *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
Makefile + mailutils 2022-12-15 13:59:19 +00:00