[Bug 209354] mail/davmail - update to 4.7.2

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat May 7 04:46:22 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209354

            Bug ID: 209354
           Summary: mail/davmail - update to 4.7.2
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr at FreeBSD.org
          Reporter: z7dr6ut7gs at snkmail.com
                CC: freebsd-ports-bugs at FreeBSD.org

Created attachment 170078
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=170078&action=edit
[patch] update port to 4.7.2; run service as non-root

Boring mechanical stuff to do the update:
- update rev info (checksums, refresh patches, etc.)
- don't install new .md5 files
- appease testport by removing empty dirs in STAGEDIR not in plist

More interesting change piggybacking onto this update:
- update rc.d script & {G,U}IDs files to run as davmail user rather than root
- update rc.d script to take advantage of daemon(8) rather than hand-rolling
process management

Run tested: ok

QA:
  - stage-qa: ok
  - portlint: ok
  - poudriere testport: ok (9-stable/32)

from releasenotes.txt:


=================
** DavMail 4.7.2 released **
Bugfix release, detect Exchange throttling to temporarily block requests and a
few Carddav fixes.

EWS:
- EWS: handle Exchange throttling, suspend all requests according to server
provided delay
- EWS: send DavMailException instead of authentication exception on EWS not
available error

Enhancements:
- 128x128 DavMail icon
- Add a new davmail.httpMaxRedirects setting
- DAV: add a hidden davmail.disableNTLM setting

Carddav:
- Carddav: fix another regression on contact create with empty field
- Carddav: remove email over EWS unit test
- Carddav: fix email address removal over EWS

** DavMail 4.7.1 released **
Bugfix release, mainly for Carddav regression over EWS, also includes an NTLM
support enhancement.

Enhancement:
- Improve NTLM support try to send hostname as workstation name instead of
UNKNOWN
- Fix notification dialog message
- Prepare ExchangeSessionFactory refactoring
- Fix typo in french translation
- Fix broken Sourceforge link in About dialog

Carddav:
- Carddav: fix regression on contact update with empty field triggering
DeleteItemField

** DavMail 4.7.0 released **
This new release contains a lot of fixes from user feedback, a new -notray
command line
option to force window mode and avoid tricky tray icon issues on Linux and
native
smartcard support on Windows.

Caldav:
- Caldav: Map additional priority levels
- Caldav: fix missing LAST-MODIFIED in events

Enhancements:
- Improved tray icon with alpha blend
- Fix imports
- Prepare mutual SSL authentication between client and DavMail implementation
- Implement -notray command line option as a workaround for broken SWT and
Unity issues
- Change warning messages to debug in close method
- Improve client certificate dialog, build description from certificate
- Exclude client certificates not issued by server provided issuers list

IMAP:
- IMAP: Additional translations and doc for new IMAP setting
- IMAP: Merge patch by Mauro Cicognini, add a new setting to always send
approximate message in RFC822.SIZE to avoid downloading full message body
- IMAP: fix regression with quotes inside folder names
- IMAP: handle quotes inside folder names correctly

OSX:
- OSX link local address on loopback interface
- Exclude arguments starting with dash to avoid patch 38 regression on OSX

Documentation:
- Doc: Document -notray option
- Switch to OpenHub instead of Ohloh

EWS:
- EWS: prepare distribution list implementation
- Fix #254 davmail.exchange.ews.EWSException: ErrorIncorrectUpdatePropertyCount

Linux:
- Refresh davmail.spec, make RPM noarch
- Handle missing or broken SWT library

Windows:
- Windows: Make MSCAPI keystore type available in Settings for Windows native
smartcard support
- Instantiate MSCAPI explicitly to access Windows Smartcards
- Enable native Windows SmartCard access through MSCAPI (no PKCS11 config
required)

Carddav:
- Carddav: Test case for comma in ADR field
- Carddav: Do not replace comma on ADR field, see support request 255
- Caldav: Ignore missing END:VCALENDAR line on modified occurrences
- CardDav: Add empty property test case


** DavMail 4.6.2 released **
Another bug fix release with some efforts on packaging.

Packaging:
- Compute distribution packages checksums
- Maven: set mimimum Maven version and fix FindBugs filter
- Maven: add Gtk lib in repo to avoid ClassNotFound
- Maven: exclude non DavMail classes from FindBugs report
- Maven: Update POM to Maven 3
- Separate prepare-dist ant task
- Separate jar ant task
- RPM: Change log for 4.6.1 and remove ant-nodeps dependency for Fedora >=19
compatibility
- RPM: first step to a noarch package, externalize SWT dependency
- RPM: Add rcdavmail link, mark logrotate config file
- RPM: Fix License and URL

Enhancements:
- Fix davmailconsole.exe
- Switch to TLS in DavGatewaySSLProtocolSocketFactory
- Improve refresh folder logic, ctag stamp is limited to second, check message
count
- Try to support Citrix NetScaler authentication form
- Improve Java version check
- Update compile level to 1.6
- Remove unneeded catch section

WebDav:
- DAV: avoid NullPointerException trying to access Exchange 2013 in Dav mode

IMAP:
- IMAP: refactor IMAP test cases
- IMAP: ignore Draft flag on update, Draft is readonly after create
- IMAP: fix new IMAP tokenizer
- IMAP: rewrite tokenizer to manage quoted folder names and complex search
- IMAP: Fix #591 Properly escape quotes in folder names
- IMAP: additional IMAP test cases

EWS:
- EWS: davmail.enableChunkedRequest default value is now false, as IIS does not
support chunked requests
- EWS: Make chunked content optional in CreateItemMethod with new
davmail.enableChunkedRequest property
- Use EWS path in davmail.properties template file

Doc:
- Doc: add Indicator SystemtrayUnity to linux doc
- Fix Javadoc

OSX:
- OSX: merge patch 38, allow commandline options to run multiple instances.

SMTP:
- SMTP: use content chunk to send large messages
=================

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ports-bugs mailing list