pkg upgrade mysql80-server/client does not upgrade

Hi there,

pkg audit shows vulnerabilities for mysql80-server and mysql80-client.
A pkg upgrade mysql80-server/client however shows 'Your packages are up to date.'
In the package repository there seem to be versions of mysql80-server/client-8.0.39 available.

What is going wrong?

FreeBSD 13.3-RELEASE-p7
 
Did you lock it perhaps? Check pkg-lock(8)

Code:
       The impact of locking a package is wider	than simply preventing modifi-
       cations to the package itself.  Any operation implying modification  of
       the locked package will be blocked.  This includes:

       •   Attempts  to	 reinstall,  upgrade,  downgrade, or delete the	locked
	   package itself.
       •   Installation, upgrade, or downgrade of a package where  the	resul-
	   tant	 package would have a dependency on a different	version	of the
	   locked package.
       •   Deletion, upgrade, or downgrade of any package the  locked  package
	   depends  upon, either directly or as	a consequence of installing or
	   upgrading some third	package.
 
Back
Top