Changes between Initial Version and Version 1 of Ticket #58123


Ignore:
Timestamp:
Feb 24, 2019, 2:18:56 PM (5 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58123

    • Property Status changed from new to assigned
    • Property Summary changed from ruby-1.8.7 fails to build because asn1_mac.h was removed from libressl-devel to ruby @1.8.7-p374_7 fails to build because asn1_mac.h was removed from libressl-devel
    • Property Owner set to kimuraw
    • Property Keywords haspatch added; libressl-devel removed
    • Property Port @1.8.7-p374_7 removed
  • Ticket #58123 – Description

    initial v1  
    11asn1_mac.h was removed from libressl-devel, so ruby-1.8.7 fails to build. Patches to use asn1.h may be a workaround.
    22
     3{{{
    34-#include <openssl/asn1_mac.h>
    45+#include <openssl/asn1.h>
     6}}}