Opened 6 years ago

Closed 6 years ago

#55728 closed defect (fixed)

imap-uw @2007f uses obsolete OpenSSL path

Reported by: qbarnes (Quentin Barnes) Owned by: mf2k (Frank Schima)
Priority: Normal Milestone:
Component: ports Version: 2.4.2
Keywords: haspatch Cc:
Port: imap-uw

Description

The imap-uw package builds with SSLCERTS and SSLKEYS set to /System/Library/OpenSSL. This path is obsolete and is not writable even by sudo in at least El Capitan and later. (The only way to write to that directory is to disable SIP.)

The attached patch changes the path to use ${prefix}/etc/openssl. This is a change similar to one found in the cclient's Portfile. (If the style in cclient's patch is preferred, please feel free to tweak mine.)

Attachments (1)

Portfile-imap-uw.patch (596 bytes) - added by qbarnes (Quentin Barnes) 6 years ago.

Download all attachments as: .zip

Change History (3)

Changed 6 years ago by qbarnes (Quentin Barnes)

Attachment: Portfile-imap-uw.patch added

comment:1 Changed 6 years ago by mf2k (Frank Schima)

Thanks. The revision should be incremented so everyone who has it installed gets the change.

comment:2 Changed 6 years ago by mf2k (Frank Schima)

Owner: set to mf2k
Resolution: fixed
Status: newclosed

In 9e9a34549812e3e5413d7bf7b45e85a86149df91/macports-ports (master):

imap-uw: Fix OpenSSL path

Fixes: #55728

Note: See TracTickets for help on using tickets.