Tiny Core Base > piCore Final Releases
piCore 16.0 Release
Juanito:
version reports 16.0, but yes, it's missing the symlink - when I add it things work :-[
Paul_123:
I’ll start updating os-release as I do betas. I am just being lazy updating them once for each version
zharr:
Been using 16.0 for a while now, and only now noticed ntp is broken...
ntp relies on the openssl-1.1.1 package, but it's not in its dependencies - libevent technically depends on openssh.tcz, but that does not pull in openssl-1.1.1 either.
So probably the issue is that libevent might actually rely on openssl-1.1.1 instead of openssl, I'm not sure, but without this package, ntpd can't load:
--- Code: ---ntpd: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
--- End code ---
One more thing, I just noticed openssh, openssl, and ca-certificates come preinstalled.
In my case, the way my setup scripts worked, it assumed them to be up-to-date, and so I was using outdated ca-certificates.
Already, there were a few CAs removed in the most up-to-date ca-certificates TCE.
Of course that might just be my scripts, but considering their nature, that might be a potential security issue.
Are they ever updated in standard operating conditions where packages are installed via tce-load?
Rich:
Hi zharr
--- Quote from: zharr on January 14, 2026, 02:56:37 PM --- ... it assumed them to be up-to-date, and so I was using outdated ca-certificates. ...
----- Snip -----
... Are they ever updated in standard operating conditions where packages are installed via tce-load?
--- End quote ---
When ca-certificates gets installed, tce-load executes:
--- Code: ---/usr/local/tce.installed/ca-certificates
--- End code ---
which runs the script:
--- Code: ---/usr/local/sbin/update-ca-certificates
--- End code ---
Juanito:
--- Quote from: zharr on January 14, 2026, 02:56:37 PM ---ntp relies on the openssl-1.1.1 package
--- End quote ---
I'll look at recompiling it.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version