Bug 264091 - mail/mutt: Update to 2.2.5 add GNU SASL option
Summary: mail/mutt: Update to 2.2.5 add GNU SASL option
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Fernando Apesteguía
URL: https://marc.info/?l=mutt-users&m=165...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-19 23:46 UTC by Derek Schrock
Modified: 2022-05-20 15:41 UTC (History)
1 user (show)

See Also:


Attachments
Update to 2.2.5 add GNU SASL option (3.72 KB, patch)
2022-05-19 23:46 UTC, Derek Schrock
dereks: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Derek Schrock 2022-05-19 23:46:10 UTC
Created attachment 234043 [details]
Update to 2.2.5 add GNU SASL option

- Update to bug fix release 2.2.5 [1]
- Add GNU SASL support
- Move SASL auth to a OPTIONS_SINGLE
  SASL_CYRUS Cyrus SASL default (old SASL option)
  SASL_GSASL GNU SASL

portlint: ok. 2 expect warnings. 
  no PORT_OPTIONS:MSASL_NONE appears
  muttlib.c patched multiple times
testport: ok. 130amd64.

Testing with new options SASL_CYRUS, SASL_GSASL, and SASL_NONE.

SASL_CYRUS added configure flags: --with-sasl=/usr/local --without-gsasl
=>> Checking shared library dependencies
...
0x0000000000000001 NEEDED               Shared library: [libsasl2.so.3]
...

SASL_GSASL added configure flags: --without-sasl --with-gsasl=/usr/local
=>> Checking shared library dependencies
...
0x0000000000000001 NEEDED               Shared library: [libgsasl.so.7]
...

SASL_NONE added configure flags: --without-sasl --without-gsasl
Not linking to either SASL auth lib in =>> Checking shared library dependencies
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-05-20 15:40:44 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=294c4c05d6916e5c0a397806c154b914f3c326f2

commit 294c4c05d6916e5c0a397806c154b914f3c326f2
Author:     Derek Schrock <dereks@lifeofadishwasher.com>
AuthorDate: 2022-05-20 07:06:25 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-05-20 15:37:41 +0000

    mail/mutt: Update to 2.2.5 add GNU SASL option

    ChangeLog: https://marc.info/?l=mutt-users&m=165272386215588&w=2

     * Move SASL auth to a OPTIONS_SINGLE
            SASL_CYRUS Cyrus SASL default (old SASL option)
            SASL_GSASL GNU SASL

    PR:     264091
    Reported by:    dereks@lifeofadishwasher.com (maintainer)

 mail/mutt/Makefile | 21 +++++++++++++--------
 mail/mutt/distinfo |  6 +++---
 2 files changed, 16 insertions(+), 11 deletions(-)
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2022-05-20 15:41:10 UTC
Committed,

Thanks!