So I ran pkg upgrade in my web development jail some days ago and afterwards I was surprised to find that mariadb had stayed on version 10.4. Is that because 10.4 has been removed from the (the ? mark) repos and thus broken the upgrade path to 10.5? Or because pkg wont upgrade mariadb to a new major version unless I specifically tells it to?
Bash:
root@webdev:~ # pkg update
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
root@webdev:~ # pkg upgrade
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
Checking for upgrades (0 candidates): 100%
Processing candidates (0 candidates): 100%
Checking integrity... done (0 conflicting)
Your packages are up to date.
root@webdev:~ # pkg search mariadb10
mariadb1011-client-10.11.4 Multithreaded SQL database (client)
mariadb1011-server-10.11.4 Multithreaded SQL database (server)
mariadb105-client-10.5.20 Multithreaded SQL database (client)
mariadb105-server-10.5.20 Multithreaded SQL database (server)
mariadb106-client-10.6.14 Multithreaded SQL database (client)
mariadb106-server-10.6.14 Multithreaded SQL database (server)
root@webdev:~ # pkg version
Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
apache24-2.4.57_1 =
...
mariadb104-client-10.4.26 ?
mariadb104-server-10.4.26 ?
...
mod_php81-8.1.20 =
...