#58989 closed defect (fixed)
fetchmail fails to build
Reported by: | hbsimon (Horst Simon) | Owned by: | Chih-Hsuan Yen <yan12125@…> |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | fetchmail |
Description (last modified by jmroot (Joshua Root))
---> Building fetchmail Error: Failed to build fetchmail: command execution failed Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_mail_fetchmail/fetchmail/main.log for details. Error: Follow https://guide.macports.org/#project.tickets to report a bug. Error: Processing of port fetchmail failed
Attachments (1)
Change History (4)
Changed 5 years ago by hbsimon (Horst Simon)
Attachment: | main.log.gz added |
---|
comment:1 Changed 5 years ago by jmroot (Joshua Root)
Description: | modified (diff) |
---|---|
Port: | fetchmail added |
comment:2 Changed 5 years ago by Chih-Hsuan Yen <yan12125@…>
Owner: | set to Chih-Hsuan Yen <yan12125@…> |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:3 Changed 5 years ago by yan12125 (Chih-Hsuan Yen)
Thanks for the report and sorry for the inconvenience. It should have been fixed.
Should just need to use SSLv23_client_method instead of SSLv2_client_method.
I think it's better to still raise an error message instead of switch to newer protocols if a user specifies such an ancient protocol.
Note: See
TracTickets for help on using
tickets.
Should just need to use SSLv23_client_method instead of SSLv2_client_method.