pkgsrc/mail
taca 48139b827a www/ruby-rails61: update to 6.1.3
Rails 6.1.3 (February 17, 2021)

[ActionPack]

* Re-define routes when not set correctly via inheritance.

    *John Hawthorn*

[ActiveRecord]

* Fix the MySQL adapter to always set the right collation and charset
  to the connection session.

    *Rafael Mendonça França*

* Fix MySQL adapter handling of time objects when prepared statements
  are enabled.

    *Rafael Mendonça França*

* Fix scoping in enum fields using conditions that would generate
  an IN clause.

    *Ryuta Kamizono*

* Skip optimised #exist? query when #include? is called on a relation
  with a having clause

  Relations that have aliased select values AND a having clause that
  references an aliased select value would generate an error when
  #include? was called, due to an optimisation that would generate
  call #exists? on the relation instead, which effectively alters
  the select values of the query (and thus removes the aliased select
  values), but leaves the having clause intact. Because the having
  clause is then referencing an aliased column that is no longer
  present in the simplified query, an ActiveRecord::InvalidStatement
  error was raised.

  An sample query affected by this problem:

    Author.select('COUNT(*) as total_posts', 'authors.*')
          .joins(:posts)
          .group(:id)
          .having('total_posts > 2')
          .include?(Author.first)

  This change adds an addition check to the condition that skips the
  simplified #exists? query, which simply checks for the presence of
  a having clause.

  Fixes #41417

    *Michael Smart*

* Increment postgres prepared statement counter before making a
  prepared statement, so if the statement is aborted without Rails
  knowledge (e.g., if app gets kill -9d during long-running query or
  due to Rack::Timeout), app won't end up in perpetual crash state for
  being inconsistent with Postgres.

    *wbharding*, *Martin Tepper*
2021-02-28 15:42:39 +00:00
..
akonadi *: Recursive revbump from boost-1.75.0 2021-01-01 08:24:33 +00:00
alpine Update alpine to 2.24. 2020-11-23 16:36:03 +00:00
amavisd-milter mail/amavisd-milter: remove unknown configure options 2020-05-21 07:08:07 +00:00
amavisd-new *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
anomy-sanitizer *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
archivemail Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
autorespond
avenger *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
balsa *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
bbmail
bincimap Fix build on at least FreeBSD, CentOS, NetBSD, and Tribblix. 2021-01-15 22:01:29 +00:00
bmf mail: align variable assignments 2019-11-02 16:25:17 +00:00
bogofilter *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
bulk_mailer
clamsmtp
claws-mail claws-mail: Fix MASTER_SITES 2020-12-08 09:22:14 +00:00
claws-mail-archive claws-mail: Update to 3.17.8 2020-11-26 15:06:35 +00:00
claws-mail-attachwarner claws-mail: Update to 3.17.8 2020-11-26 15:06:35 +00:00
claws-mail-attremover claws-mail: Update to 3.17.8 2020-11-26 15:06:35 +00:00
claws-mail-bogofilter claws-mail: Update to 3.17.8 2020-11-26 15:06:35 +00:00
claws-mail-cachesaver *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
claws-mail-fetchinfo claws-mail: Update to 3.17.8 2020-11-26 15:06:35 +00:00
claws-mail-mailmbox claws-mail: Update to 3.17.8 2020-11-26 15:06:35 +00:00
claws-mail-managesieve *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
claws-mail-newmail claws-mail: Update to 3.17.8 2020-11-26 15:06:35 +00:00
claws-mail-notification claws-mail: Update to 3.17.8 2020-11-26 15:06:35 +00:00
claws-mail-pgp claws-mail: Update to 3.17.4 2019-11-26 19:13:25 +00:00
claws-mail-pgpcore claws-mail: Update to 3.17.8 2020-11-26 15:06:35 +00:00
claws-mail-pgpinline claws-mail: Update to 3.17.8 2020-11-26 15:06:35 +00:00
claws-mail-pgpmime claws-mail: Update to 3.17.8 2020-11-26 15:06:35 +00:00
claws-mail-rssyl claws-mail: Update to 3.17.8 2020-11-26 15:06:35 +00:00
claws-mail-smime claws-mail: Update to 3.17.8 2020-11-26 15:06:35 +00:00
claws-mail-spamassassin claws-mail: Update to 3.17.8 2020-11-26 15:06:35 +00:00
claws-mail-spamreport claws-mail: Update to 3.17.8 2020-11-26 15:06:35 +00:00
claws-mail-synce *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
claws-mail-tnef claws-mail: Update to 3.17.8 2020-11-26 15:06:35 +00:00
claws-mail-vcalendar claws-mail: Update to 3.17.8 2020-11-26 15:06:35 +00:00
clawsker *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
cone *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
coolmail
courier-analog *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
courier-imap Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
courier-maildir *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
courier-mta Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
courier-unicode all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
cucipop mail: align variable assignments 2019-11-02 16:25:17 +00:00
cue cue: Update to 20180813. 2020-03-11 19:20:36 +00:00
cyrus-imapd24 *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
dbmail *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
dcc *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
deforaos-mailer *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
deliver
demime *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
distribute *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
dk-milter *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
dkim-milter dkim-milter: NOT_FOR_UNPRIVILEGED (because of PKG_DESTDIR_SUPPORT=destdir) 2020-08-18 03:30:03 +00:00
dnsbl-milter mail: align variable assignments 2019-11-02 16:25:17 +00:00
dot-forward Remove DJB_RESTRICTED, no longer used. 2020-11-19 09:35:38 +00:00
dovecot2 Add missing ifdef guard to fix OpenBSD build. 2021-01-09 11:23:18 +00:00
dovecot2-gssapi mail/dovecot2: update to 2.3.13 2021-01-04 14:57:18 +00:00
dovecot2-ldap mail/dovecot2: update to 2.3.9.3 2020-02-12 14:01:59 +00:00
dovecot2-mysql
dovecot2-pgsql
dovecot2-pigeonhole mail/dovecot2-pigeonhole: update to 0.5.13 2021-01-04 14:58:26 +00:00
dovecot2-sqlite mail/dovecot2: update to 2.3.13 2021-01-04 14:57:18 +00:00
drac mail: align variable assignments 2019-11-02 16:25:17 +00:00
dspam *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
elm
elm-me Use http with ftp.funet.fi 2020-09-02 22:16:48 +00:00
elmo *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
enma *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
esmtp *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
etach
evolution *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:06:42 +00:00
evolution-data-server (mail/evolution-data-server) remove p5-XML-Parser from TOOL_DEPENDS, tks wiz@) 2020-11-08 00:56:53 +00:00
exim *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
exim-html exim exim-html: updated to 4.94 2020-06-01 19:42:48 +00:00
exim3 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
exmh *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
ezmlm Remove DJB_RESTRICTED, no longer used. 2020-11-19 09:35:38 +00:00
ezmlm-idx Check whether "default" exists before creating the symlink. Bump PKGREVISION. 2021-01-28 12:46:55 +00:00
faces *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
fastforward Remove DJB_RESTRICTED, no longer used. 2020-11-19 09:35:38 +00:00
fdm fdm: Sync OAUTHBEARER patch with the version applied upstream 2020-09-03 10:46:38 +00:00
feed2exec Update to 0.17.1. From the changelog: 2021-02-05 09:06:28 +00:00
fetchmail fetchmail: Update to 6.4.15 2021-01-27 14:13:20 +00:00
fetchmailconf fetchmail: Update to 6.4.15 2021-01-27 14:13:20 +00:00
fix-mime-charset *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
fml *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
fml4 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
fromto *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
getmail Update to 5.15. From the changelog: 2020-12-16 20:19:43 +00:00
gld building the gld package against pgsql broke, this commit fixes it. 2020-11-01 14:21:43 +00:00
gmime *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
gmime3 mail/gmime3: remove unknown configure option 2020-05-25 05:34:49 +00:00
gmime24 *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
gnarwl *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
GNUMail *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
gnus all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
greetdelay
grepmail *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
greylisting-spp *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
heirloom-mailx heirloom-mailx: wants mime.types in SYSCONFDIR 2020-06-09 10:36:43 +00:00
hypermail mail/hypermail: fix location of HTML documentation 2019-10-12 20:09:24 +00:00
ifile
im *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
imap-uw Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
imap-uw-utils Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
imapfilter imapfilter: Update to 2.7.4 - via snow flurry in wip, thx! 2020-11-26 20:17:56 +00:00
imapproxy Re-add imapproxy, with updated patches to build with OpenSSL 1.1.1 2020-04-16 14:03:28 +00:00
imapsync *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
imp
incm all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
ingo
isync isync: Update to 1.4.0 2021-02-17 15:10:11 +00:00
ja-mh mail/ja-mh: document possible array[char] bug 2020-05-25 05:35:35 +00:00
jchkmail mail: align variable assignments 2019-11-02 16:25:17 +00:00
kimap *: Recursive revbump from audio/pulseaudio-14.2.nb1 2021-02-07 06:30:06 +00:00
kmbox *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:06:42 +00:00
kmime *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:06:42 +00:00
ksmtp *: Recursive revbump from audio/pulseaudio-14.2.nb1 2021-02-07 06:30:06 +00:00
libesmtp *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:10 +00:00
libetpan mail/libetpan: skip bashisms check for macOS 2020-05-25 05:58:40 +00:00
libmilter mail: align variable assignments 2019-11-02 16:25:17 +00:00
libsieve
libspf2
libsrs2
libsylph *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
libytnef set DIST_SUBDIR, and regen distinfo 2019-09-30 15:27:05 +00:00
mail-notification *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
mailagent *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
mailcrypt
maildrop Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
mailfront Remove DJB_RESTRICTED, no longer used. 2020-11-19 09:35:38 +00:00
mailgraph *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
mailhops *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
mailman Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
mailsend
mailserv *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
mailsort *: use MASTER_SITE_PERL_CPAN 2020-09-08 13:16:33 +00:00
mailsync Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
mailwrapper mail: align variable assignments 2019-11-02 16:25:17 +00:00
mairix (mail/mairix) build fix, probably bison 3.4.2 to 3.7.1 adaptation 2020-09-26 14:25:52 +00:00
majordomo majordomo: make the List-Id header RFC2919 compliant 2020-12-20 12:50:44 +00:00
mb2md *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
mblaze Update to 1.0, provided by maintainer in PR pkg/55732. From the changelog: 2020-10-19 08:18:46 +00:00
mdfrm *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
mess822 Remove DJB_RESTRICTED, no longer used. 2020-11-19 09:35:38 +00:00
metamail mail/metamail: fix nonexistent files in REPLACE_CSH 2020-03-22 18:28:15 +00:00
mew mail/mew: clean up SUBST_FILES 2020-05-16 14:54:09 +00:00
mhonarc *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
mhpgp
milter-greylist revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
milter-manager mail/milter-manager: update to 2.1.5 2021-02-14 15:33:02 +00:00
milter-regex milter-regex: Strip -Werror 2020-03-06 12:33:03 +00:00
mime-construct *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
mimedefang *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
mimp
mini_sendmail mini_sendmail: avoid reference to non-existent package 2020-12-05 11:41:48 +00:00
minimalist *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
mlmmj Import mlmmj-1.3.0 from wip 2020-03-31 20:37:47 +00:00
mopher
mpop mpop: Update to 1.4.10 2020-06-18 20:50:26 +00:00
msmtp msmtp: Update to 1.8.12 2020-09-28 10:54:27 +00:00
mush mark packages that fail with -Werror=char-subscripts 2020-05-20 06:09:03 +00:00
mutt mutt: Update to version 2.0.5 2021-01-23 09:46:47 +00:00
neomutt neomutt: update to 20201127. 2020-12-09 23:10:01 +00:00
netbiff *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
newmail
newspipe newspipe: mark as python 2.x only 2020-12-28 21:27:58 +00:00
nmh revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
nmzmail
nopop3d Fix RCS Id. 2020-11-23 18:17:22 +00:00
notmuch notmuch: Update to 0.31.4 2021-02-19 15:37:43 +00:00
nullmailer revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
oe2mbx mail: align variable assignments 2019-11-02 16:25:17 +00:00
offlineimap Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
opendkim *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
opendmarc Fix two null pointer reference 2021-02-17 01:49:12 +00:00
opensmtpd mail: Mark packages that fail with OpenSSL 1.1 BROKEN 2020-04-24 11:23:07 +00:00
OSBF-lua OSBF-lua: limit to lua 5.2 2020-04-28 09:45:26 +00:00
p5-App-Siesh *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Catalyst-View-Email *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Email-Abstract *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Email-Address *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Email-Address-List *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Email-Address-XS *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Email-Date *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Email-Date-Format *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Email-Find *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Email-Folder *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Email-FolderType *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Email-LocalDelivery *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Email-MessageID *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Email-MIME p5-Email-MIME: update to 1.949. 2020-09-07 11:30:10 +00:00
p5-Email-MIME-Attachment-Stripper *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Email-MIME-ContentType p5-Email-MIME-ContentType: update to 1.024. 2020-09-07 11:29:07 +00:00
p5-Email-MIME-Encodings *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Email-MIME-RFC2047 *: use MASTER_SITE_PERL_CPAN 2020-09-08 13:16:33 +00:00
p5-Email-Reply *: use MASTER_SITE_PERL_CPAN 2020-09-08 13:16:33 +00:00
p5-Email-Send *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Email-Sender p5-Email-Sender: update to 1.300034. 2020-09-07 11:30:48 +00:00
p5-Email-Simple *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Email-Stuff *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Email-Valid *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Email-Valid-Loose *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-GMail-IMAPD *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-IMAP-Admin *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-IMAP-Client *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Mail-Alias *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Mail-Audit *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Mail-AuthenticationResults p5-Mail-AuthenticationResults: update to 1.20200824.1. 2020-09-07 11:31:59 +00:00
p5-Mail-Box p5-Mail-Box: update to 3.009. 2020-09-07 11:33:19 +00:00
p5-Mail-Box-IMAP4 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Mail-Box-POP3 *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Mail-DeliveryStatus-BounceParser *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Mail-DKIM p5-Mail-DKIM: update to 1.20200907. 2020-09-13 07:57:39 +00:00
p5-Mail-Ezmlm *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Mail-IMAPClient p5-Mail-IMAPClient: update to 3.42. 2020-09-07 11:44:23 +00:00
p5-Mail-ListDetector *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Mail-Mbox-MessageParser *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Mail-Message p5-Mail-Message: update to 3.009. 2020-09-07 11:45:02 +00:00
p5-Mail-Milter *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Mail-POP3Client *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Mail-RFC822-Address *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Mail-Sender *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Mail-Sender-Easy *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Mail-Sendmail *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Mail-SPF *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Mail-SPF-Query *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Mail-SRS *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Mail-Transport *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Mail-Webmail-Gmail *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-MailTools *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-MIME-Charset *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-MIME-EncWords *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-MIME-Lite *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-MIME-Lite-HTML *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-MIME-tools *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-MIME-Types *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Net-LMTP *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Net-ManageSieve *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Net-SMTP-SSL *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Net-SMTP_auth *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Net-validMX p5-Net-validMX: update to 2.5.0. 2020-09-07 11:45:46 +00:00
p5-Parse-MIME *: remove p5-JSON-PP, part of perl 2020-09-04 11:51:12 +00:00
p5-razor-agents *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Sendmail-AccessDB *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Sendmail-PMilter *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-Test-Email *: use MASTER_SITE_PERL_CPAN 2020-09-08 13:16:33 +00:00
p5-URI-imap *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
p5-User-Identity *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
Pantomime *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:06:42 +00:00
pear-Auth_SASL Use https for pear.php.net. 2019-07-03 07:28:21 +00:00
pear-Mail Use https for pear.php.net. 2019-07-03 07:28:21 +00:00
pear-Mail_Mime mail/pear-Mail_Mime: update to 1.10.10 2021-01-17 15:45:04 +00:00
pear-Mail_mimeDecode
perdition Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +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 *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
perdition-mysql
perdition-odbc
perdition-postgresql
pfqueue *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
php-imap Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
php-mailparse mail/php-mailparse: update to 3.1.1 2021-01-03 07:48:26 +00:00
pine Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
pine-pgp-filters pine-pgp-filters: update to 1.8. 2020-09-07 06:38:27 +00:00
policyd
policyd-weight *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
popa3d all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
poppassd mail: align variable assignments 2019-11-02 16:25:17 +00:00
poppy *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
postfix postfix: Update to 3.5.9 2021-01-21 16:37:59 +00:00
postfix-cdb
postfix-ldap mail/postfix: update to 3.5.1 2020-04-26 09:33:25 +00:00
postfix-lmdb
postfix-mysql
postfix-pcre
postfix-pgsql
postfix-sqlite *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
postforward Revbump all Go packages after go115 update 2021-01-23 14:22:52 +00:00
postgrey *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
postsrsd
prayer Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
procmail Update MAINTAINER. 2020-01-07 13:47:41 +00:00
proxsmtp
pst-utils *: Recursive revbump from textproc/icu-68.1 2020-11-05 09:07:25 +00:00
pulsar *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
py-aiosmtpd py-aiosmtpd: updated to 1.2.2 2020-11-26 10:40:41 +00:00
py-authres py-authres: updated to 1.2.0 2019-09-02 10:24:14 +00:00
py-email_validator py-email_validator: updated to 1.1.1 2020-05-29 08:56:54 +00:00
py-flufl.bounce Rewrite PYTHON_VERSIONS_ACCEPTED to PYTHON_VERSIONS_INCOMPATIBLE 2019-09-02 13:33:22 +00:00
py-imapclient py-imapclient: updated to 2.2.0 2021-02-13 21:46:26 +00:00
py-libgmail *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
py-policyd-spf
py-sendmail-admin
py-spf py-spf: fix PKGNAME and DEPENDS for Python 2.7 2020-04-17 12:02:36 +00:00
py-ukpostcodeparser
py-validate-email-address
pymsgauth Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
qcheck
qconfirm Remove DJB_RESTRICTED, no longer used. 2020-11-19 09:35:38 +00:00
qgreylist *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
qmail Improve TLS setup instructions. Bump PKGREVISION. 2021-01-14 15:25:22 +00:00
qmail-acceptutils Update to 20201214. From the changelog: 2020-12-14 11:57:25 +00:00
qmail-autoresponder Remove DJB_RESTRICTED, no longer used. 2020-11-19 09:35:38 +00:00
qmail-conf Remove DJB_RESTRICTED, no longer used. 2020-11-19 09:35:38 +00:00
qmail-lint *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
qmail-qfilter Remove unneeded bglibs dependency. Bump PKGREVISION. 2021-01-01 15:07:59 +00:00
qmail-rejectutils Define QMAIL_QUEUE_CUSTOM_ERROR. Ride recent update. 2020-12-15 11:00:24 +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
qmailanalog Support PKGMANDIR. 2020-11-30 13:42:04 +00:00
qmHandle *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
qmqtool *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
qpopper *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
qremote Remove DJB_RESTRICTED, no longer used. 2020-11-19 09:35:38 +00:00
qsmtp Update to 0.38. From the changelog: 2020-10-10 10:01:38 +00:00
qtools Remove DJB_RESTRICTED, no longer used. 2020-11-19 09:35:38 +00:00
queue-fix Remove DJB_RESTRICTED, no longer used. 2020-11-19 09:35:38 +00:00
queue-repair Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
quickml mail: align variable assignments 2019-11-02 16:25:17 +00:00
R-mime (mail/R-mime) Updated 0.7 to 0.9. make test runs fine 2020-09-20 06:03:19 +00:00
rblcheck *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
re-alpine re-alpine, alpine: remove workarounds for netbsd<5 2020-04-29 20:28:46 +00:00
relay-ctrl Remove DJB_RESTRICTED, no longer used. 2020-11-19 09:35:38 +00:00
ripmime mail: align variable assignments 2019-11-02 16:25:17 +00:00
rmail-mime
roundcube mail/roundcube: update to 1.4.11 2021-02-09 00:46:41 +00:00
roundcube-plugin-carddav roundcube-plugin-carddav: Update to 4.0.4 2021-02-26 13:17:36 +00:00
roundcube-plugin-enigma mail/roundcube-plugin-enigma: reset PKGREVISION 2020-12-28 08:59:53 +00:00
roundcube-plugin-password mail/roundcube: update to 1.4.11 2021-02-09 00:46:41 +00:00
roundcube-plugin-zipdownload mail/roundcube: update to 1.4.10 2020-12-28 08:58:10 +00:00
rspamd rspamd: Update to 2.7 2021-01-21 16:53:30 +00:00
rss2email Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
ruby-actionmailbox60 www/ruby-rails60: update to 6.0.3.5 2021-02-11 14:30:06 +00:00
ruby-actionmailbox61 www/ruby-rails61: update to 6.1.3 2021-02-28 15:42:39 +00:00
ruby-actionmailer52 www/rails52: update to 5.2.4.5 2021-02-11 14:23:41 +00:00
ruby-actionmailer60 www/ruby-rails60: update to 6.0.3.5 2021-02-11 14:30:06 +00:00
ruby-actionmailer61 www/ruby-rails61: update to 6.1.3 2021-02-28 15:42:39 +00:00
ruby-mail
ruby-mailfactory
ruby-mime-types mail/ruby-mime-types: update to 3.3.1 2020-03-08 16:04:22 +00:00
ruby-mime-types-data mail/ruby-mime-types-data: update to 3.2021.0225 2021-02-28 15:21:39 +00:00
ruby-mime-types1
ruby-mime-types2
ruby-mini_mime Regen distinfo 2019-11-12 14:58:13 +00:00
ruby-roadie mail/ruby-roadie: add package version 4.0.0 2020-05-25 14:06:14 +00:00
ruby-roadie-rails mail/ruby-roadie-rails: update to 2.2.0 2021-02-03 14:22:12 +00:00
ruby-tmail
safecat Remove DJB_RESTRICTED, no longer used. 2020-11-19 09:35:38 +00:00
sendmail mail/sendmail: fix build in SUBST_NOOP_OK=no mode 2020-05-16 15:36:24 +00:00
sendmail-cidrexpand
sendmail-qtool *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
sendymail *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
serialmail Only a few djb-nonlicense packages remain. Retire DJB_RESTRICTED, 2020-11-19 08:11:18 +00:00
sid-milter *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
sieve-connect sieve-connect: depend on p5-Term-ReadLine-Gnu. 2020-09-06 12:04:44 +00:00
sigrot all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
sma mail: align variable assignments 2019-11-02 16:25:17 +00:00
smtp-vilter
smtpfeed
solid-pop3d
spamass-milter all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
spamassassin *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
spamd
spamdyke Build with OpenSSL 1.1.x. While here, wrap long line in MESSAGE. 2020-07-02 08:50:09 +00:00
spamprobe *: Apply revbump for graphics/giflib API change. 2020-06-05 12:48:58 +00:00
sqlgrey *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
squirrelmail *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
squirrelmail-decode Bump PKGREVISION by changing of default PHP version. 2019-12-09 14:20:54 +00:00
squirrelmail-locales
sqwebmail Revbump for openpam cppflags change months ago, belatedly. 2020-12-04 04:55:41 +00:00
ssmtp all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
swaks Update to 20201014.0. From the changelog: 2020-10-17 08:36:26 +00:00
sylpheed *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
sympa *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
t-prot
teapop *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
thunderbird thunderbird: Update to 78.8.0 2021-02-26 15:35:12 +00:00
thunderbird-l10n thunderbird-l10n: Update to 78.8.0 2021-02-26 15:36:25 +00:00
thunderbird52 *: Recursive revbump from audio/pulseaudio-14.2.nb1 2021-02-07 06:30:06 +00:00
thunderbird52-l10n thunderbird*-l10n: Add explicit dependencies on the main package 2020-03-13 15:48:52 +00:00
thunderbird68 *: Recursive revbump from audio/pulseaudio-14.2.nb1 2021-02-07 06:30:06 +00:00
thunderbird68-l10n mail/thunderbird68-l10n: import thunderbird68-l10n-68.12.0 2020-09-03 20:25:23 +00:00
tmda Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
tnef *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
tnef2txt
trojita *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
turba *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
up-imappproxy mail/up-imappproxy: remove obsolete patch, fix directories in README 2020-05-02 19:16:15 +00:00
vm
wl *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
wl-snapshot *: Recursive revision bump for openssl 1.1.1. 2020-01-18 21:48:19 +00:00
wmbiff *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:19:01 +00:00
wmmail
xbiff all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
xbuffy
xfce4-mailwatch-plugin xfce4-mailwatch-plugin: update to 1.3.0 2020-12-02 00:56:50 +00:00
xfmail
xmailbox
xmailwatcher mail: align variable assignments 2019-11-02 16:25:17 +00:00
ytnef *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
Makefile mail/Makefile: add and enable ruby-actionmailbox61, ruby-actionmailer61 2021-02-14 14:03:34 +00:00