Re: freebsd-update confusion
- Reply: void : "Re: freebsd-update confusion"
- In reply to: void : "freebsd-update confusion"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 Feb 2023 22:11:50 UTC
On Sat, Feb 18, 2023 at 09:53:56PM +0000, void wrote: > In https://lists.freebsd.org/archives/freebsd-security/2023-February/000146.html > there's an SA for openssl. > > If I upgrade (buildworld etc) on an amd box, it gets: > > % openssl version > OpenSSL 1.1.1t-freebsd 7 Feb 2023 > > (as expected) This is either stable/13, releng/13.2 or main where openssl was updated to version OpenSSL 1.1.1t. > If freebsd-update is run on a 13.1-R arm64 machine, installed updates then > rebooted, it gets: > > $ openssl version > OpenSSL 1.1.1o-freebsd 3 May 2022 > > ??? > > The freebsd-update was run about 10 mins ago (feb 18th 1821 UTC) This is releng/13.1 where openssl is still OpenSSL 1.1.1o; only security fixes were applied. You will get OpenSSL 1.1.1t after upgrading to 13.2-RELEASE (expected to be released next month). What's the output of 'freebsd-version -kru'? It will tell you if your system is up-to-date. -- Herbert