LMS-Community / slimserver-vendor

Third-party software used with Lyrion Music Server
https://lyrion.org
42 stars 68 forks source link

Update SSL: outdated certs / Statfs Solaris needs 4 arguments #90

Closed urknall closed 3 years ago

urknall commented 3 years ago

Update Net-SSLeay and IO-Socket-SSL. The old version uses outdated certificates for the tests result in fails when building. IO-Socket-SSL is disabled by default an can be used if needed by a user calling it explicitly on the command line.

Statfs on Solaris exists for backwards compatibility, but takes four parameters. The prototype is /usr/include/sys/statfs.h:int statfs(const char , struct statfs , int, int)

mherger commented 3 years ago

Please add a meaningful title and description to this PR. Thanks!