After updating freebsd and jails to 13.0 release patch 4 I tried to verify everthing was up to date. However when checking the openssl version in my jail I noticed something strange.
Inside the jail
But invoking version on the /usr/bin/openssl file of the jail from the outside gave:
Confused I ran
I am curious what could cause this and how to go about dealing with it.
Inside the jail
openssl version
produced the output:
Code:
OpenSSL 1.1.1k-freebsd 25 Mar 2021
But invoking version on the /usr/bin/openssl file of the jail from the outside gave:
Code:
OpenSSL 1.1.1k-freebsd 24 Aug 2021
Confused I ran
ls -l
on the file from inside and outside the jail, this showed the same output for both:
Code:
-r-xr-xr-x 1 root wheel 653128 Aug 27 14:41
I am curious what could cause this and how to go about dealing with it.