Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (0m)  pkgsrc-2024Q1 (8d)  pkgsrc-2023Q4 (55d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (167d) 

2024-05-26 12:47:30 UTC Now

2024-01-16 14:37:33 UTC MAIN commitmail json YAML

mail/mailutils: update to 3.17

Noteworthy changes in this release:

* Use of TLS in pop3d and imap4d

If not explicitly specified, the TLS mode to use (ondemand, connect,
etc.) is derived from the configured port.  E.g., for imap4d, port 143
implies ondemand mode, and port 993 implies connection mode.

The global tls-mode setting is used only when the mode cannot be
detemined
otherwise, i.e. neither per-server tls-mode is given nor the port gives
any clues as to the TLS mode to use.

* Bugfixes

** movemail: fix handling of -P option.
** Improve file safety checking routine.
** Fix compilation with new gcc versions.

(vins)