pkgsrc/mail
ryoon 6582759a56 Update to 7.2.3
Changelog:
### OfflineIMAP v7.2.3 (2019-02-17)

#### Notes

A tiny release for one minor bug fix.

This release was tested by:

- Nicolas Sebrecht


#### Authors

- Mart Lubbers (1)


#### Fixes

- add checks in curses ui for small windows. [Mart Lubbers]


### OfflineIMAP v7.2.2 (2018-12-22)

#### Notes

With this release offlineimap can renew the token for OAUTH2. There is better
integration for ArchLinux and OSX. SSL configuration options are more
consistent.

There are bug fixes about maxage and GSSAPI.

The imaplib2 library looks discontinued. I wonder we'll have no other choice
than maintaining our own fork.

This release was tested by:

- Nicolas Sebrecht


#### Authors

- Nicolas Sebrecht (5)
- Philippe Loctaux (4)
- Benedikt Heine (2)
- Carnë Draug (2)
- Frode Aannevik (1)
- Robbie Harwood (1)


#### Features

- 2890dec Added ssl certfile on osx for openssl pacakge on homebrew. [Philippe Loctaux]
- 761e10e Add Archlinux to list of supported distros. [Philippe Loctaux]

#### Fixes

- 8692799 Fix expired oauth2_access_token. [Frode Aannevik]
- 096aa07 Handle empty token with complete GSSAPI context. [Robbie Harwood]
- a51064e maxage: always compute the remote cache list for min_uid. [Nicolas Sebrecht]
- 698ec64 offlineimap.conf: minor fixes. [Nicolas Sebrecht]
- af3a35a offlineimap/utilis/distro.py: indentation fix. [Philippe Loctaux]
- d3ba837 Fix typo in exception message. [Benedikt Heine]
- c9005cd Check if username is provided before trying plain authentication.. [Carnë Draug]

#### Changes

- 5f9474e Print username instead of accountname when asking for password. [Carnë Draug]
- ce9a198 Chain tls_level and ssl_version only if ssl is enabled. [Benedikt Heine]
- 6ef5937 docs/website-doc.sh: minor improvements in comments of versions.yml. [Nicolas Sebrecht]
- 4544bb1 contrib/release.py: minor UI improvement. [Nicolas Sebrecht]
- d930125 fix dates in copyright lines. [Nicolas Sebrecht]


### OfflineIMAP v7.2.1 (2018-06-16)

#### Notes

This new version introduces interesting features. The fingerprints now accepts
hashes in sha224, sha256, sha384 and sha512 to improve the compatibility with
IMAP servers.

There's a new script in ./contrib to store passwords with GPG.

The new GSSAPI library for kerberos gets a fix about authentication. Gmail
labels can now have parenthesis and the hostname can have path separators in
theirs names.

There's a lot of other minors improvements to make offlineimap better
(in the documentation, UI, configuration file and the code).

This release was tested by:

- Nicolas Sebrecht

Thanks to all the contributors. A lot of patches are first time contributions to
this project. This is very pleasant.

Special thanks to Ilias Tsitsimpis, Eygene Ryabinkin, Chris Coleman our long
time contributors involved in this release and Sebastian Spaeth who is still
paying for the domain name!


#### Authors

- Nicolas Sebrecht (9)
- velleto (6)
- Chris Coleman (1)
- Edgar HIPP (1)
- Eygene Ryabinkin (1)
- Lorenzo (1)
- Michael Billington (1)
- Robbie Harwood (1)


#### Features

- Script to store passwords in a file with GPG or using OSX's secure keychain. [Lorenzo]
- Added support for sha512, sha384, sha256, sha224 hashing algorithms to calculate server certificate fingerprints.. [velleto]

#### Fixes

- Pass username through in GSSAPI connections. [Robbie Harwood]
- Gmail: allow parenthesis in labels. [Nicolas Sebrecht]
- Correct typographical errors in offlineimap.conf. [Michael Billington]
- Create filenames with no path separators in them. [Eygene Ryabinkin]

#### Changes

- imapserver: fix copyright line. [Nicolas Sebrecht]
- Available hashes added to documentation.. [velleto]
- Documented the now allowed use of colon separated fingerprints with examples.. [velleto]
- Allow users to keep colons between each hex pair of server certificate fingerprint in configuration file.. [velleto]
- Removed uneccessary call of list() on zip() object.. [velleto]
- Changed the 'exception raised' message, to be more understandable.. [velleto]
- Make CTRL-C message more clear. [Edgar HIPP]
- setup: add long_description. [Nicolas Sebrecht]
- offlineimap.conf: fix comment about gssapi. [Nicolas Sebrecht]
- Add self to maintainers. Update email address.. [Chris Coleman]
- Makefile: targz: don't set the abbrev in the archive directory name. [Nicolas Sebrecht]
- contrib: learn to build website/_uploads. [Nicolas Sebrecht]
- docs/website-doc.sh: limit the number of exported versions in _data/announces.yml. [Nicolas Sebrecht]
- Makefile: targz: update files. [Nicolas Sebrecht]
- Makefile: clean: remove __pycache__ directories. [Nicolas Sebrecht]


### OfflineIMAP v7.2.0 (2018-04-07)

#### Notes

The biggest change with this release is the introduction of automated tests;
thanks to Chris from http://www.espacenetworks.com.

Robbie Hardwood from RedHat switched the GSSAPI dependency from pykerberos to
python-gssapi because it's more active and has more pleasant interface.

The shebang is fixed back to python2 to fix issues on some environments.

The UI was improved to show both the local and remote foldernames (usefull when
nametrans is enabled).

Thanks to all the contributors.

This release was tested by:

- Nicolas Sebrecht
- Remi Locherer


#### Authors

- Nicolas Sebrecht (9)
- Musashi69 (1)
- Robbie Harwood (1)
- chris001 (1)


#### Features

- Autmomated testing using Travis and CodeCov.io!. [chris001]
- README: travis: add badge for the next branch. [Nicolas Sebrecht]
- travis: add notification to gitter room OfflineIMAP/offlineimap. [Nicolas Sebrecht]

#### Fixes

- offlineimap.py: fix shebang to python2. [Nicolas Sebrecht]
- bin/offlineimap: fix shebang to env python2. [Nicolas Sebrecht]

#### Changes

- Port to python-gssapi from pykerberos. [Robbie Harwood]
- requirements: add gssapi as optional dependency. [Nicolas Sebrecht]
- make UI output show local AND remote dirs involved. [Musashi69]
- maxsyncaccounts: improve documentation. [Nicolas Sebrecht]




### OfflineIMAP v7.1.5 (2018-01-13)

#### Notes

This minor release fixes a bug about maxage failing to upload some emails. Also,
this introduces the snapcraft.yaml to package offlineimap with this packaging
system.

This release was tested by:

- Nicolas Sebrecht
- Remi Locherer


#### Authors

- Nicolas Sebrecht (4)
- Evan Dandrea (1)
- John Ferlito (1)


#### Features

- Initial commit of snapcraft.yaml. [Evan Dandrea]

#### Fixes

- maxage: don't consider negative UIDs when computing min UID. [Nicolas Sebrecht]
- Add missing space to output string. [John Ferlito]

#### Changes

- folder: IMAP: improve search logging. [Nicolas Sebrecht]
- no UIDPLUS: improve logging on failures. [Nicolas Sebrecht]
- github: remove the trick to download the PR. [Nicolas Sebrecht]


### OfflineIMAP v7.1.4 (2017-10-29)

#### Notes

Here is a bugfix release for v7.1.3. Two regressions got fixes and the
--delete-folder CLI option now expects an UTF-8 folder name when utf8foldernames
is enabled.

This release was tested by:

- Nicolas Sebrecht

#### Authors

- Nicolas Sebrecht (5)
- Thomas Merkel (1)

#### Fixes

- utf8foldernames: fix missing decode argument. [Nicolas Sebrecht]
- Fix: if any tunnel (preauth_tunnel or transport_tunnel) the hostname should not be required. [Thomas Merkel]

#### Changes

- utf8foldernames: support --delete-folder with UTF-8 folder name. [Nicolas Sebrecht]
- contrib/release.py improvements


### OfflineIMAP v7.1.3 (2017-10-08)

#### Notes

This release introduces a new experimental utf8foldernames configuration option.

We already had the "tricky" decodefoldernames which is now deprecated. The new
code is the correct implementation for this feature. The changes are neat and
rather small. All the users having decodefoldernames are requested to move to
utf8foldernames. This requires to update almost all the functions like
nametrans, folderfilter, etc, because they work on the UTF-8 encoding. See the
documentation for more. Thank you Urs Liska for this contribution!

In the long run, the idea is to:

1. Remove decodefoldernames in favour of utf8foldernames.
2. Promote utf8foldernames up to stable.
3. Turn utf8foldernames on by default.

Currently, folders with non-ASCII characters in their name have to be fully
re-downloaded. So, there's a bit more work to be done to have (3) and maybe (2).

Also, this release includes a fix about remotehost and transporttunnel that
would require some testing. Thanks Thomas Merkel!

There are documentation improvements, improved errors and minor code cleanups,
too.

This release was tested by:

- Nicolas Sebrecht
- Remi Locherer


#### Authors

- Nicolas Sebrecht (11)
- Urs Liska (8)
- Thomas Merkel (1)

#### Features

- utf8: implement utf8foldernames option. [Urs Liska]
- utf8: document new feature, deprecate old one. [Urs Liska]

#### Fixes

- remotehost should not be required if transporttunnel is used. [Thomas Merkel]
- accounts: error out when no folder to sync. [Nicolas Sebrecht]
- sqlite: provide better message error for insert. [Nicolas Sebrecht]
- folder: Gmail: fix copyright header. [Nicolas Sebrecht]

#### Changes

- man: remove mention of experimental support for python 3. [Nicolas Sebrecht]
- man: mention the supported directions of the syncs. [Nicolas Sebrecht]
- folder: Gmail: remove dead code. [Nicolas Sebrecht]
- upcoming.py: get header template from external file. [Nicolas Sebrecht]
- upcoming.py: display a message with the filename once written. [Nicolas Sebrecht]
- contrib/helpers: sort testers by name. [Nicolas Sebrecht]
- Remove some unnecessary whitespace (in existing code). [Urs Liska]
- MAINTAINERS: Rainer is not currently active. [Nicolas Sebrecht]


### OfflineIMAP v7.1.2 (2017-07-10)

#### Notes

This release introduces better Davmail support, better reliability when in
IMAP/IMAP mode, better output on some errors, and minor fixes. The provided
systemd files are improved.

The imaplib2 requirement is now v2.57.

Remi Locherer is joining our tester team. Great!

Starting with this release, the feedbacks from the testers are recorded in the
release notes, the git logs and the Changelog. Thanks to all of them for
improving the releases.

This release was tested by:

- benutzer193
- Nicolas Sebrecht
- Remi Locherer

#### Authors

- Nicolas Sebrecht (20)
- Hugo Osvaldo Barrera (5)
- Alvaro Pereyra (1)
- benutzer193 (1)

#### Features

- contrib/release.py: consider positive feedbacks from testers. [Nicolas Sebrecht]
- Introduce the github CODEOWNERS file. [Nicolas Sebrecht]
- IMAP/IMAP: continue to sync if the local side does not return a valid UID on upload. [Nicolas Sebrecht]

#### Fixes

- folder/IMAP: introduce dedicated parsing for davmail (not supporting UIDPLUS). [Nicolas Sebrecht]
- offlineimap.conf: minor typo fix. [Alvaro Pereyra]
- Respect systemd conventions for timers. [Hugo Osvaldo Barrera]
- Use a pre-existing target for systemd services. [Hugo Osvaldo Barrera]
- Remove invalid systemd setting. [Hugo Osvaldo Barrera]
- systemd: remove unused watchdog functionality. [benutzer193]
- gitignore generated css file. [Nicolas Sebrecht]
- Changelog: fix syntax. [Nicolas Sebrecht]

#### Changes

- Increase imaplib2 requirement from v2.55 to v2.57. [Nicolas Sebrecht]
- folder/IMAP: improve the warning when we can't parse the returned UID. [Nicolas Sebrecht]
- Provide more details in error message when SSL fails on non-standard port. [Nicolas Sebrecht]
- Use basic logger (since systemd picks up stdout). [Hugo Osvaldo Barrera]
- Explain how to override systemd values. [Hugo Osvaldo Barrera]
- systemd: add documentation entry in configuration files. [Nicolas Sebrecht]
- offlineimap.conf: ssl must be disabled to force STARTTLS in some cases. [Nicolas Sebrecht]
- Advise singlethreadperfolder when offlineimap hangs. [Nicolas Sebrecht]
- offlineimap.conf: minor improvements. [Nicolas Sebrecht]
- contrib: more release automation. [Nicolas Sebrecht]
- MAINTAINERS: Remi Locherer joins the team of testers. [Nicolas Sebrecht]
- systemd: README: credit Hugo as contributor. [Nicolas Sebrecht]


### OfflineIMAP v7.1.1 (2017-05-28)

#### Notes

This release has some interesting fixes, including one for the Blinkenlights UI.

Otherwise, there is no big change since the previous version.

Furthermore, this release was tested by:

- Remi Locherer

#### Authors

- Nicolas Sebrecht (17)
- Chris Coleman (1)
- Ilias Tsitsimpis (1)
- Maximilian Kaul (1)
- benutzer193 (1)
- Ævar Arnfjörð Bjarmason (1)

#### Features

- contrib: introduce a tool to produce the "upcoming notes". [Nicolas Sebrecht]
- contrib: secure HTTPS test internet is connected.. [Chris Coleman]
- Env info (used by -V and banner): add openssl version. [Nicolas Sebrecht]
- docs: learn to build html files for the manual pages. [Nicolas Sebrecht]

#### Fixes

- Acquire lock before updating the CursesLogHandler window. [Ilias Tsitsimpis]
- maxage: use the remote folder first to compute min_uid. [Nicolas Sebrecht]
- Fix systemd.timer: initialize timer after boot. [benutzer193]
- XOAUTH2: don't try this authentication method when not configured. [Nicolas Sebrecht]
- mbnames: don't duplicate entries in autorefresh mode. [Nicolas Sebrecht]
- docs: update the instructions for creating OAuth projects for GMail. [Ævar Arnfjörð Bjarmason]
- Fixed typo in doc: tls_1_2 => tls1_2. [Maximilian Kaul]
- IMAP: UIDPLUS: correctly warn about weird responses from some servers. [Nicolas Sebrecht]
- website-doc: force copy of the new HTML generated man pages. [Nicolas Sebrecht]
- Makefile: fix clean target. [Nicolas Sebrecht]

#### Changes

- MAINTAINERS: benutzer193 joins the testers team. [Nicolas Sebrecht]
- IMAP: UIDPLUS: improve error message on response error for new UID. [Nicolas Sebrecht]
- Display the imaplib and python versions for each normal run. [Nicolas Sebrecht]
- imapserver: provide some SSL info while in imap debug mode. [Nicolas Sebrecht]
- manual: improve the documentation about sqlite migration. [Nicolas Sebrecht]
- documentation: add entry for faulting folders with Microsoft servers. [Nicolas Sebrecht]
- website-doc.sh: add hint on API removal. [Nicolas Sebrecht]
- README: refactorize sections. [Nicolas Sebrecht]
2019-03-06 12:17:25 +00:00
..
akonadi revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
alpine Update alpine to 2.21. 2018-07-24 12:39:36 +00:00
amavis-perl Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
amavisd-milter Sendmail milter for amavisd-new. 2016-12-21 12:05:51 +00:00
amavisd-new Removed commented-out PKGREVISIONs 2018-12-09 21:05:32 +00:00
anomy-sanitizer Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
archivemail extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
autorespond Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
avenger Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
balsa revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
bbmail Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
bmf Follow some http -> https redirects. 2017-08-01 14:58:51 +00:00
bogofilter revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
bulk_mailer
clamsmtp mail/clamsmtp: Add SMF support. Make sure $CLAMAV_USER exists, 2018-01-22 15:50:37 +00:00
claws-mail claws-mail: fix compilation on Darwin without X11. 2019-02-16 16:27:19 +00:00
claws-mail-archive revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
claws-mail-attachwarner revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
claws-mail-attremover revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
claws-mail-bogofilter revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
claws-mail-cachesaver Port claws-mail to use enchant2. 2018-12-01 17:31:06 +00:00
claws-mail-fetchinfo revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
claws-mail-mailmbox revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
claws-mail-managesieve revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
claws-mail-newmail revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
claws-mail-notification revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
claws-mail-pgp Port claws-mail to use enchant2. 2018-12-01 17:31:06 +00:00
claws-mail-pgpcore revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
claws-mail-pgpinline revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
claws-mail-pgpmime revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
claws-mail-rssyl revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
claws-mail-smime revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
claws-mail-spamassassin revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
claws-mail-spamreport revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
claws-mail-synce Port claws-mail to use enchant2. 2018-12-01 17:31:06 +00:00
claws-mail-tnef revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
claws-mail-vcalendar revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
clawsker Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
cone Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
coolmail
courier-analog Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
courier-imap Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
courier-maildir Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
courier-mta Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
courier-unicode Requires libiconv. 2017-05-12 11:42:50 +00:00
cucipop
cue
cyrus-imapd Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
cyrus-imapd23 revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
cyrus-imapd24 revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
dbmail revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
dcc Removed commented-out PKGREVISIONs 2018-12-09 21:05:32 +00:00
deforaos-mailer Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
deliver *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
demime Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
distribute Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
dk-milter *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
dkim-milter Sort PLIST files. 2018-01-01 22:29:15 +00:00
dnsbl-milter Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
dot-forward Modernize patch filenames. 2017-09-01 04:03:25 +00:00
dovecot revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
dovecot2 Bump version after pkg update. 2019-03-05 17:05:46 +00:00
dovecot2-gssapi dovecot2: updated to 2.3.4 2018-11-30 18:43:09 +00:00
dovecot2-ldap dovecot2: updated to 2.3.4 2018-11-30 18:43:09 +00:00
dovecot2-mysql dovecot2: updated to 2.3.4 2018-11-30 18:43:09 +00:00
dovecot2-pgsql dovecot2: updated to 2.3.4 2018-11-30 18:43:09 +00:00
dovecot2-pigeonhole dovecot2-pigeonhole: updated to 0.5.4 2018-11-30 18:44:11 +00:00
dovecot2-sqlite mail/dovecot2-sqlite: reset PKGREVISION 2019-02-06 01:42:16 +00:00
drac Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
dspam revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
elm mail/elm: Install manpages into ${PKGMANDIR}. 2017-08-19 00:20:25 +00:00
elm-me *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
elmo Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
enma
esmtp
etach Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
etpan revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
evolution revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
evolution-data-server revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
evolution-exchange revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
exim exim: updated to 4.92 2019-02-24 20:31:00 +00:00
exim-html exim: updated to 4.92 2019-02-24 20:31:00 +00:00
exim3 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
exmh Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
ezmlm Avoid conflicting declarations of fork() and vfork(). Should fix SmartOS. 2018-12-17 02:33:13 +00:00
ezmlm-idx revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
faces Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
fastforward Sort PLIST files. 2018-01-01 22:29:15 +00:00
fdm fdm: Update to 2.0 2019-02-13 11:08:02 +00:00
fetchmail fetchmail: fix name of one license 2018-05-23 10:52:15 +00:00
fetchmailconf extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
fetchyahoo Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
fix-mime-charset Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
fml mail/fml: update to 7.99.1 2019-02-03 14:09:27 +00:00
fml4 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
freepops revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
fromto Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
getmail Update to 5.13. From the changelog: 2019-02-23 04:06:55 +00:00
gld *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
gmime gmime: Improve DESCR and mention API version 2017-11-23 15:41:40 +00:00
gmime3 gmime3: update to 3.2.3. 2018-12-03 11:12:44 +00:00
gmime24 gmime24: Improve DESCR and mention API version 2017-11-23 15:41:32 +00:00
gnarwl mail/*: fix pkglint warnings 2018-02-02 00:20:44 +00:00
GNUMail revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
gnus *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
greetdelay Comment out dead sites. 2017-08-16 20:45:30 +00:00
grepmail Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
greylisting-spp Log tuples if VERBOSE/DEBUG, as the README suggests it does. Bump PKGREVISION. 2018-12-14 07:19:39 +00:00
heirloom-mailx
hypermail Build gix for mail/hypermail: disable fortify 2018-08-28 21:25:15 +00:00
ifile
im Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
imap-uw imap-uw: remove conditional logic for netbsd 1.x 2018-09-02 00:52:50 +00:00
imap-uw-utils
imapfilter Updated mail/imapfilter 2.6.2 to 2.6.10 2017-02-25 00:24:11 +00:00
imapproxy Don't use INSTALLATION_DIRS where MAKE_DIRS or OWN_DIRS is correct. 2017-08-08 16:39:11 +00:00
imapsync Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
imp Follow some http redirects. 2017-08-16 20:21:03 +00:00
incm
ingo Follow some http redirects. 2017-08-16 20:21:03 +00:00
isync Update to 1.3.0. From the changelog: 2018-09-19 13:08:14 +00:00
ja-mh
jchkmail Sort PLIST files. 2018-01-01 22:29:15 +00:00
libesmtp libesmtp: Set _XOPEN_SOURCE correctly. 2018-07-30 13:38:08 +00:00
libetpan revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
libmilter Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
libsieve Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
libspf2 Add proper autoconfery for res_close(), from maya@ (thanks!). 2018-12-17 19:24:44 +00:00
libsrs2 Follow some http redirects. 2017-08-16 20:21:03 +00:00
libsylph Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
libytnef Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
mail-notification Revbump for libcanberra gstreamer change. 2018-11-29 11:21:45 +00:00
mailagent Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
mailcrypt mailcrypt: Support emacs26. Improve grep-ability. 2018-09-13 14:16:04 +00:00
maildrop Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
mailfront Update to 2.22. From the changelog: 2018-09-28 22:45:39 +00:00
mailgraph Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
mailhops Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
mailman *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
mailsend mailsend: don't use $(SHELL), execute it from #!/bin/sh 2018-12-07 17:34:57 +00:00
mailserv Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
mailsort Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
mailsync
mailwrapper
mairix
majordomo Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
mb2md Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
mblaze mblaze: update to 0.5. 2019-02-23 19:43:08 +00:00
mdfrm Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
mess822 Oops, the "sasl" patch had also included QMAILQUEUE. We need that. Patch 2018-10-24 16:33:40 +00:00
metamail *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
mew Support emacs26 2018-06-20 12:03:04 +00:00
mhonarc Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
milter-greylist revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
milter-manager pkgsrc: bump PKGREVISION by changing Ruby default version 2018-02-25 12:25:47 +00:00
milter-regex milter-regex: Add socket libraries on SunOS. 2018-02-06 13:38:11 +00:00
mime-construct Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
mimedefang Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
mimp Sort PLIST files. 2018-01-01 22:29:15 +00:00
mini_sendmail
minimalist Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
mopher Sort PLIST files. 2018-01-01 22:29:15 +00:00
mpop mpop: add libidn support 2018-11-20 09:29:24 +00:00
msmtp msmtp: Update to 1.8.3 2019-02-11 20:44:46 +00:00
mush *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
mutt mutt: Update to version 1.11.3 2019-02-01 22:01:16 +00:00
neomutt Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
netbiff Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
newmail
newspipe
nmh revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
nmzmail Reset maintainer 2017-09-16 19:26:41 +00:00
notmuch notmuch: update to 0.28.2. 2019-02-24 10:42:15 +00:00
nullmailer Update to 2.2. From the changelog: 2018-10-13 14:38:54 +00:00
oe2mbx Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
offlineimap Update to 7.2.3 2019-03-06 12:17:25 +00:00
opendkim Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
opendmarc Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
opensmtpd *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
OSBF-lua *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
p5-App-Siesh Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Catalyst-View-Email Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Email-Abstract Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Email-Address Update to 1.912 2019-01-03 12:47:10 +00:00
p5-Email-Address-List Update to 0.06 2019-02-22 14:12:34 +00:00
p5-Email-Address-XS Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Email-Date Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Email-Date-Format Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Email-Find Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Email-Folder Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Email-FolderType Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Email-LocalDelivery Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Email-MessageID Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Email-MIME Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Email-MIME-Attachment-Stripper Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Email-MIME-ContentType Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Email-MIME-Encodings Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Email-MIME-RFC2047 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Email-Reply Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Email-Send Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Email-Sender Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Email-Simple Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Email-Stuff Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Email-Valid Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Email-Valid-Loose Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-GMail-IMAPD Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-IMAP-Admin Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-IMAP-Client Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Mail-Alias Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Mail-Audit Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Mail-Box Update to 3.006 2019-02-24 02:49:20 +00:00
p5-Mail-Box-IMAP4 Import Mail-Box-IMAP4-3.003 as mail/p5-Mail-Box-IMAP4. 2019-02-24 11:38:47 +00:00
p5-Mail-Box-POP3 Import Mail-Box-POP3-3.004 as mail/p5-Mail-Box-POP3. 2019-02-24 04:31:13 +00:00
p5-Mail-ClamAV revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
p5-Mail-DeliveryStatus-BounceParser Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Mail-DKIM Update to 0.54 2018-12-04 08:44:03 +00:00
p5-Mail-Ezmlm Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Mail-IMAPClient Update to 3.40 2019-01-03 12:51:26 +00:00
p5-Mail-ListDetector Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Mail-Mbox-MessageParser Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Mail-Message Update to 3.008 2019-02-24 02:26:20 +00:00
p5-Mail-Milter Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Mail-POP3Client Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Mail-RFC822-Address Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Mail-Sender Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Mail-Sender-Easy Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Mail-Sendmail Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Mail-SPF Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Mail-SPF-Query Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Mail-SRS Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Mail-Transport Import Mail-Transport-3.003 as mail/p5-Mail-Transport. 2019-02-24 04:15:35 +00:00
p5-Mail-Webmail-Gmail Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-MailTools Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-MIME-Charset Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-MIME-EncWords Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-MIME-Lite Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-MIME-Lite-HTML Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-MIME-tools Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-MIME-Types Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-LMTP Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-ManageSieve Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-SMTP-SSL Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-SMTP_auth Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Net-validMX Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Parse-MIME Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-razor-agents Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Sendmail-AccessDB Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Sendmail-PMilter Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-Test-Email Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-URI-imap Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
p5-User-Identity Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
Pantomime revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
pear-Auth_SASL Update pear-Auth_SASL to 1.1.0. 2017-03-17 15:45:18 +00:00
pear-Mail Update pear-Mail to 1.4.1. 2017-05-28 11:33:17 +00:00
pear-Mail_Mime mail/pear-Mail_Mime: Update to 1.10.2 2017-12-09 02:32:24 +00:00
pear-Mail_mimeDecode Update pear-Mail_mimeDecode to 1.5.6. 2016-09-12 16:00:08 +00:00
perdition Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
perdition-bdb
perdition-gdbm Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
perdition-ldap
perdition-mysql
perdition-odbc
perdition-postgresql Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
pfqueue *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
php-imap pkgsrc: reset PKGREVISION after lang/php{56,70,71,72} update 2018-03-02 02:16:08 +00:00
pine Remove fancythread option, patch doesn't fetch. Add SHA512 sum. 2017-03-23 17:32:39 +00:00
pine-pgp-filters Follow some redirects. 2017-09-03 08:53:04 +00:00
policyd
policyd-weight Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
popa3d Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
poppassd
poppy Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
postfix mail/postfix: update to 3.3.2 2018-12-15 16:35:23 +00:00
postfix-cdb Reset PKGREVISION. 2017-03-04 06:26:42 +00:00
postfix-ldap Reset PKGREVISION. 2017-03-04 06:26:42 +00:00
postfix-lmdb Reset PKGREVISION. 2017-03-04 06:26:42 +00:00
postfix-mysql Reset PKGREVISION. 2017-03-04 06:26:42 +00:00
postfix-pcre Reset PKGREVISION. 2017-03-04 06:26:42 +00:00
postfix-pgsql Reset PKGREVISION. 2017-03-04 06:26:42 +00:00
postfix-sqlite mail/postfix: update to 3.3.2 2018-12-15 16:35:23 +00:00
postforward Revbump Go packages after lang/go111 update. 2019-01-24 10:00:33 +00:00
postgrey Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
postsrsd postsrsd: install man page. 2017-12-31 13:22:46 +00:00
prayer Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
procmail Sort PLIST files. 2018-01-01 22:29:15 +00:00
proxsmtp
pulsar
py-aiosmtpd py-aiosmtpd: updated to 1.2 2018-09-21 10:43:45 +00:00
py-authres py-authres: updated to 1.1.1 2018-12-02 16:23:57 +00:00
py-email_validator Fixed typo 2018-01-18 08:43:40 +00:00
py-flufl.bounce extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-libgmail extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
py-policyd-spf py-policyd-spf: updated to 2.0.2 2018-02-22 10:27:00 +00:00
py-sendmail-admin
py-spf Fix package to support python-3.x and add missing dependency for 2.x. 2017-02-25 17:40:17 +00:00
py-ukpostcodeparser py-ukpostcodeparser: added version 1.1.2 2018-01-18 09:55:00 +00:00
py-validate-email-address Reset maintainer 2017-09-16 19:26:41 +00:00
pymsgauth Update to latest filter3 patch (missed some static string methods, so 2018-08-06 09:38:21 +00:00
qcheck
qgreylist OWN_DIRS_PERMS to ${REAL_ROOT_GROUP}, not "wheel". Bump PKGREVISION. 2018-10-31 20:37:20 +00:00
qmail Apply the "tai-leapsecs" patch iff the 'tai-system-clock' option is set 2019-01-17 22:49:12 +00:00
qmail-acceptutils - authup, fixsmtpio: Fail tls_info() if SSL environment is 0-length. 2018-12-29 12:21:57 +00:00
qmail-autoresponder Handle _XOPEN_SOURCE on SunOS. Should fix SmartOS build. 2018-12-17 16:15:28 +00:00
qmail-conf Let installed ucspi-tcp6 satisfy ucspi-tcp dependency. 2019-01-10 13:23:16 +00:00
qmail-lint Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
qmail-qfilter Remove unnecessary special-case TMPDIR handling. Upstream says typical 2017-10-28 15:56:06 +00:00
qmail-rejectutils Remove qmail-qfilter-{ofmipd,smtpd}-queue, deprecated during 2018Q4 in favor 2019-01-01 15:34:54 +00:00
qmail-run To override sslserver's default cipher list, set qmailfoo_tls_ciphers. 2019-01-18 18:25:33 +00:00
qmail-spp-spf Fix patch checksum. 2018-12-17 02:16:36 +00:00
qmailanalog Sort PLIST files. 2018-01-01 22:29:15 +00:00
qmHandle Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
qmqtool Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
qpopper qpopper: add missing includes 2017-09-16 15:30:11 +00:00
qtools
queue-fix Substitute configured qmail users. Bump PKGREVISION. 2017-04-04 07:46:14 +00:00
queue-repair Don't remove top-level symlink to queue (as found in mail/qmail). Run 2018-07-24 08:23:00 +00:00
quickml
R-mime Remove MASTER_SITES= from individual R package Makefiles. 2018-07-28 14:40:42 +00:00
rblcheck
re-alpine Follow some redirects. 2017-09-04 18:08:18 +00:00
relay-ctrl Support user-destdir. 2017-04-27 20:41:26 +00:00
ripmime
rmail-mime
roundcube mail/roundcube: update to 1.3.8 2018-10-28 15:23:34 +00:00
roundcube-plugin-enigma mail/roundcube-plugin-enigma: update to 1.3.8 2018-10-28 15:24:11 +00:00
roundcube-plugin-password mail/roundcube-plugin-password: update to 1.3.8 2018-10-28 15:26:35 +00:00
roundcube-plugin-zipdownload mail/roundcube-plugin-zipdownload: update to 1.3.8 2018-10-28 15:27:11 +00:00
rspamd Fix OS X build. 2019-01-09 22:06:16 +00:00
rss2email Add a patch to properly honor html2text options via rss2email's configuration 2017-05-22 17:51:12 +00:00
ruby-actionmailer42 mail/ruby-actionmailer42: fix text in comments 2019-03-03 17:29:02 +00:00
ruby-actionmailer51 mail/ruby-actionmailer51: update to 5.1.6.1 2018-11-29 14:16:47 +00:00
ruby-actionmailer52 mail/ruby-actionmailer52: add version 5.2.2 package 2019-03-03 14:58:57 +00:00
ruby-mail mail/ruby-mail: update to 2.7.1 2019-02-03 15:34:51 +00:00
ruby-mailfactory
ruby-mime-types mail/ruby-mime-types: update to 3.2.2 2018-09-23 15:41:37 +00:00
ruby-mime-types-data mail/ruby-mime-types-data: update to 3.2018.0812 2018-09-23 15:40:47 +00:00
ruby-mime-types1
ruby-mime-types2
ruby-mini_mime mail/ruby-mini_mime: update to 1.0.1 2018-09-23 15:42:43 +00:00
ruby-tmail Comment out dead sites. 2017-09-04 18:00:49 +00:00
safecat Fix previous: swap link order to unbreak at least NetBSD and SmartOS. 2018-12-17 02:56:42 +00:00
seamonkey-enigmail Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
sendmail Fix sendmail with OpenSSL 1.1. 2018-12-05 12:10:21 +00:00
sendmail-cidrexpand
sendmail-qtool Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
sendymail Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
serialmail Modernize patch filenames. 2017-09-01 03:46:36 +00:00
sid-milter Comment out dead sites. 2017-09-04 18:00:49 +00:00
sieve-connect add sieve-connect 0.89, A client for the ManageSieve protocol, as 2019-01-22 06:14:32 +00:00
sigrot
sma
smtp-vilter mail/*: fix pkglint warnings 2018-02-02 00:20:44 +00:00
smtpfeed
solid-pop3d Sort PLIST files. 2018-01-01 22:29:15 +00:00
spamass-milter Add SMF manifest and method. 2016-12-16 15:52:52 +00:00
spamassassin Switch Mail-SpamAssassin-3.4.2 to default to gnupg2 instead of gnupg1 2019-01-26 18:23:05 +00:00
spamd *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
spamdyke Sprinkle static on an inline. Fixes SmartOS and Ubuntu bulk builds (that 2018-12-25 16:24:26 +00:00
spamprobe
sqlgrey Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
squirrelmail Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
squirrelmail-decode
squirrelmail-locales
sqwebmail Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
ssmtp
swaks Update to 20181104.0. From the changelog: 2018-11-05 18:22:11 +00:00
sylpheed Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
sympa Removed commented-out PKGREVISIONs 2018-12-09 21:05:32 +00:00
t-prot
teapop Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
thunderbird Fix build with lang/rust-1.33.0. Bump PKGREVISION 2019-03-04 15:59:06 +00:00
thunderbird-enigmail thunderbird-enigmail: update to 2.0.9. 2019-02-13 21:59:31 +00:00
thunderbird-l10n Update to 60.5.2 2019-03-05 03:32:31 +00:00
thunderbird45 Set LICENSE 2019-02-01 16:54:12 +00:00
thunderbird45-l10n Follow some redirects. 2017-09-06 09:02:59 +00:00
thunderbird52 Set LICENSE 2019-02-01 16:54:12 +00:00
thunderbird52-l10n mail/thunderbird52-l10n: import thunderbird52-l10n-52.9.1 2018-12-16 08:31:20 +00:00
tmda extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
tnef Update to 1.4.15 fixes CVE-2017-8911 2017-06-20 00:34:21 +00:00
tnef2txt
trojita Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
turba Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
up-imapproxy *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
vm vm: update to 8.2.0b 2018-11-29 00:36:23 +00:00
wl emacs22*, emacs23*, emacs24*: remove unmaintained emacs versions 2017-09-29 12:40:26 +00:00
wl-snapshot
wmbiff Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +00:00
wmmail
xbiff
xbuffy Sort PLIST files. 2018-01-01 22:29:15 +00:00
xfce4-mailwatch-plugin Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
xfmail Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
xmailbox
xmailwatcher
YoSucker Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
ytnef Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
Makefile mail/Makefile: remove ruby-mail25 2019-03-03 16:20:56 +00:00