I've uploaded several new packages and updates to the beta repository today:
The first is
With the new openssl in place, I've also updated
There is also an updated header-files package since that previously contained headers for the version of openssl that is shipped with the Humax firmware. Now those headers are in
Finally, the curl-command package has been updated. Previously this just delivered the binary that used the system curl libraries, now it also pulls in the new
If you are selectively upgrading/installing packages, upgrade
The first is
openssl version 1.1.1
which has improved crypto support, up to the standard that many web sites and Internet services are beginning to require as a minimum.ca-bundle
is the set of trusted certificate authorities taken from the Mozilla NSS archive; it matches the set of trusted certificates used by firefox.With the new openssl in place, I've also updated
wget
and curl
to the latest versions, and built them against the newer openssl version.There is also an updated header-files package since that previously contained headers for the version of openssl that is shipped with the Humax firmware. Now those headers are in
/mod/include/openssl-1.0
and the new openssl headers ship with the new openssl package. Similarly for curl, the headers that match the system library have been relocated and the new curl package delivers matching headers.Finally, the curl-command package has been updated. Previously this just delivered the binary that used the system curl libraries, now it also pulls in the new
curl
package. If you are selectively upgrading/installing packages, upgrade
header-files
first to avoid conflicts.