Actions
Bug #5086
closedRemove OpenSSL 0.9.8a
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Start date:
2014-08-13
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
The Openssl source in usr/src/common/openssl is only built on the SPARC platform and only to produce the wanboot stand-alone executable, used for network booting of SPARC machines. The only file that needs to be modified to omit this source from the build entirely is usr/src/stand/lib/openssl/Makefile . Everything else is deletion of files and directories that are no longer used.
Both the wanboot-cgi CGI program and the libwanboot.so.1 shared library will continue to be built and installed on both x86 and SPARC platforms.
Removing the obsolete Openssl source removes an obstacle to the upgrade to a current version.
Related issues
Updated by Electric Monk over 7 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit f985abb4a2473d3c04b086f7c9fab177e368ffef
commit f985abb4a2473d3c04b086f7c9fab177e368ffef Author: Gary Mills <gary_mills@fastmail.fm> Date: 2014-09-08T19:43:56.000Z 5086 Remove OpenSSL 0.9.8a Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Approved by: Richard Lowe <richlowe@richlowe.net>
Updated by Albert Lee almost 6 years ago
- Related to Bug #7117: Dangling references to usr/src/common/openssl added
Updated by Gergő Mihály Doma almost 4 years ago
- Related to Bug #712: openssl x509 is muddled in its bitwise ops added
Actions