Opened 6 years ago
Closed 6 years ago
#57928 closed defect (wontfix)
asn1_mac.h was removed from libressl-devel
Reported by: | hakoyamah | Owned by: | jeremyhu (Jeremy Huddleston Sequoia) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.5.4 |
Keywords: | Cc: | hakoyamah | |
Port: | libressl-devel |
Description (last modified by mf2k (Frank Schima))
asn1_mac.h was removed from libressl-devel, so some ports (e.g., ruby @1.8.7 and kerberos5) fail to build. Patches to use asn1.h may be a workaround.
-#include <openssl/asn1_mac.h> +#include <openssl/asn1.h>
Change History (5)
comment:1 Changed 6 years ago by hakoyamah
Cc: | hakoyamah added |
---|
comment:2 Changed 6 years ago by mf2k (Frank Schima)
comment:3 Changed 6 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|---|
Keywords: | libressl-devel removed |
Owner: | set to jeremyhu |
Port: | libressl-devel added |
Status: | new → assigned |
comment:4 Changed 6 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Please file tickets against individual ports that are failing with newer libressl.
comment:5 Changed 6 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In the future, please use WikiFormatting, fill in the Port field and add the port maintainer(s) to Cc (
port info --maintainers libressl-devel
), if any.