Date: Sat, 18 Feb 2023 23:11:50 +0100 From: "Herbert J. Skuhra" <herbert@gojira.at> To: freebsd-arm@freebsd.org Subject: Re: freebsd-update confusion Message-ID: <Y/FNJkXgYgXwWTMy@mail.bsd4all.net> In-Reply-To: <Y/FI9NAuioJVU0WB@int21h> References: <Y/FI9NAuioJVU0WB@int21h>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Y/FNJkXgYgXwWTMy>