I have seen that openssl < 1.1.1l has a vulnerability so I wanted to upgrade it by running
sudo apt-get install openssl # upgrade didn't worked
And I get the following
openssl is already the newest version (1.1.1f-1ubuntu2.8).
1.1.1f is the openssl library version.What does the 2.8 stand for?
It doesn't match my ubuntu version (20.04LTS) nor my kernel version (checked with uname -a)