Opened 15 years ago
Closed 15 years ago
#22009 closed defect (fixed)
mutt-devel 1.5.20 Patch: fix gpgme 1.2.0 incompatibility
Reported by: | ludwig@… | Owned by: | simon@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.1 |
Keywords: | mutt gpgme | Cc: | aeroevan@… |
Port: | mutt-devel |
Description
gpgme requires sinc 1.2.0 that applications call gpgme_check_version() at least once or else one gets a runtime error later on. There's a simple fix available at http://bugs.gentoo.org/show_bug.cgi?id=278394 and the issue and patch were already submitted to the mutt developers (http://dev.mutt.org/trac/ticket/3300). AFAICT the fix did not make it into the mutt source yet, though, and I have no idea when the next mutt version will be released.
The attached portfile patch therefore applies the fix suggested in the gentoo issue tracker if the user requested the gpgme variant.
Attachments (1)
Change History (4)
Changed 15 years ago by ludwig@…
Attachment: | mutt-devel-1.5.20.fix-gpgme.diff added |
---|
comment:1 Changed 15 years ago by mf2k (Frank Schima)
Cc: | simon@… openmaintainer@… removed |
---|---|
Owner: | changed from macports-tickets@… to simon@… |
Note: See
TracTickets for help on using
tickets.
patch to mutt 1.5.20 that calls gpgme_check_version(NULL) if required