I have 14.0-RELEASE-p4 installed.
After I got a message from pkg audit that openssl 3.0.12 has two CVEs, I updated it via pkg update && pkg upgrade. The package was successfully updated to 3.0.13,1, but /usr/bin/openssl was left untouched.
Then I updated /usr/ports via portsnap and did portmaster -f openssl. It builded successfully, but I still have old openssl binary in /usr/bin.
So
results in:
How can I update /usr/bin/openssl?
After I got a message from pkg audit that openssl 3.0.12 has two CVEs, I updated it via pkg update && pkg upgrade. The package was successfully updated to 3.0.13,1, but /usr/bin/openssl was left untouched.
Then I updated /usr/ports via portsnap and did portmaster -f openssl. It builded successfully, but I still have old openssl binary in /usr/bin.
So
openssl version
results in:
root@localhost:~ # openssl version
OpenSSL 3.0.12 24 Oct 2023 (Library: OpenSSL 3.0.12 24 Oct 2023)
root@localhost:~ # pkg info openssl
openssl-3.0.13,1
How can I update /usr/bin/openssl?