Bug 192967 - [Maintainer patch] Upgrade mail/dbmail to 3.2
Summary: [Maintainer patch] Upgrade mail/dbmail to 3.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Adam Weinberger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-24 14:28 UTC by Alan Hicks
Modified: 2014-08-30 14:55 UTC (History)
1 user (show)

See Also:


Attachments
Upgrade patch to 3.2.0 (10.97 KB, patch)
2014-08-24 14:28 UTC, Alan Hicks
no flags Details | Diff
Poudriere testport (424.41 KB, text/plain)
2014-08-24 14:29 UTC, Alan Hicks
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alan Hicks 2014-08-24 14:28:44 UTC
Created attachment 146215 [details]
Upgrade patch to 3.2.0

Upgrade mail/dbmail to 3.2.0

3.2.0 contains all the stability improvements done in 3.1 over the
last year. On top of that, it has some nice additions of it's own:

- auto-migrations; An admittedly little tested feature is automatic
migrations of the database schema. Running any of the binaries against
an up-to-date and standard 3.1 schema will try to do all the necessary
upgrades if required.

- static code audit; the Coverity service was used to flush out as
many potential problems as possible.

- new capabilities; some interesting new IMAP capabilities have been
added. QRESYNC (rfc5162), LITERAL+ (rfc2088), UIDPLUS (rfc4315) will
improve performance especially for mobile clients.

Also:
- Remove redundant option THREADS
- Add additional mirror
- Rework post-install for auto-migration scripts
- Use @sample framework
Comment 1 Alan Hicks 2014-08-24 14:29:51 UTC
Created attachment 146216 [details]
Poudriere testport
Comment 2 John Marino freebsd_committer freebsd_triage 2014-08-24 16:29:48 UTC
great!  moving to patch-ready status.
Comment 3 commit-hook freebsd_committer freebsd_triage 2014-08-24 17:00:10 UTC
A commit references this bug:

Author: adamw
Date: Sun Aug 24 17:00:05 UTC 2014
New revision: 365968
URL: http://svnweb.freebsd.org/changeset/ports/365968

Log:
  Upgrade mail/dbmail to 3.2.0

  3.2.0 contains all the stability improvements done in 3.1 over the
  last year. On top of that, it has some nice additions of it's own:

  - auto-migrations; An admittedly little tested feature is automatic
  migrations of the database schema. Running any of the binaries against
  an up-to-date and standard 3.1 schema will try to do all the necessary
  upgrades if required.

  - static code audit; the Coverity service was used to flush out as
  many potential problems as possible.

  - new capabilities; some interesting new IMAP capabilities have been
  added. QRESYNC (rfc5162), LITERAL+ (rfc2088), UIDPLUS (rfc4315) will
  improve performance especially for mobile clients.

  Also:
  - Remove redundant option THREADS
  - Add additional mirror
  - Rework post-install for auto-migration scripts
  - Use @sample framework

  PR:		192967
  Submitted by:	maintainer

Changes:
  head/mail/dbmail/Makefile
  head/mail/dbmail/distinfo
  head/mail/dbmail/files/extra-patch-acinclude.m4
  head/mail/dbmail/files/patch-acinclude.m4
  head/mail/dbmail/files/patch-src_clientbase.c
  head/mail/dbmail/pkg-plist
Comment 4 Adam Weinberger freebsd_committer freebsd_triage 2014-08-24 17:00:43 UTC
Committed, thanks!