oracle / oraclesolaris-contrib

oraclesolaris-contrib is a repository focussed on the Oracle Solaris 11.4 StatsStore, using methodologies like REST to connect to Oracle Solaris 11.4 and the new features being introduced in Oracle Solaris 11.4 OS.
https://www.oracle.com/solaris/solaris11/
Other
47 stars 15 forks source link

update 05_Install_OCICLI_on_Oracle_Solaris with OpenSSL 1.1 and Python 3.7 removals from Solaris 11.4 #12

Open vladak opened 1 year ago

vladak commented 1 year ago

The https://github.com/oracle/oraclesolaris-contrib/tree/master/OracleSolaris_OCI/05_Install_OCICLI_on_Oracle_Solaris relies on OpenSSL 1.1 and Python 3.7, both of which are going away soon - they are listed in the 'End of Features (EOF) Planned for Future Updates of Oracle Solaris' section on https://www.oracle.com/solaris/technologies/end-of-feature-notices-solaris11.html#11_4sru

These should be replaced with OpenSSL 3.x and Python 3.9 (or newer).

vladak commented 1 year ago

@tanmayd1996 , are you going to look into this ?

vladak commented 1 year ago

This should preferably be done before OpenSSL 1.1 and Python 3.7 removals are done from a S11.4 SRU.