14.2-RELEASE-p ?

Do I need to take some evasive action, or is this normal ?

Code:
# freebsd-update fetch                 
Looking up update.FreeBSD.org mirrors... 3 mirrors found.
Fetching metadata signature for 14.2-RELEASE from update2.freebsd.org... done.
Fetching metadata index... done.
Inspecting system... done.
Preparing to download files... done.

No updates needed to update system to 14.2-RELEASE-p2.
# uname -r
14.2-RELEASE-p1
 
freebsd-version -ukr
14.2-RELEASE-p1
14.2-RELEASE-p1
14.2-RELEASE-p2
why the order is false? i just noticed it. 2nd patch is just for userland only.

Code:
# freebsd-version -kru
14.2-RELEASE-p1
14.2-RELEASE-p1
14.2-RELEASE-p2
# freebsd-version -urk
14.2-RELEASE-p1
14.2-RELEASE-p1
14.2-RELEASE-p2
 
I have compiled a minimal custom kernel two days ago.
If I issue:
Code:
freebsd-version -kru

I get the following output:
Code:
14.2-RELEASE-p2
14.2-RELEASE-p2
14.2-RELEASE-p2
.

I always found it strange, why the userland, but not the kernel space is patched, although problems stated in p2 notes are not only for userland, I think.
 
why the order is false? i just noticed it. 2nd patch is just for userland only.

Code:
# freebsd-version -kru
14.2-RELEASE-p1
14.2-RELEASE-p1
14.2-RELEASE-p2
# freebsd-version -urk
14.2-RELEASE-p1
14.2-RELEASE-p1
14.2-RELEASE-p2

You know I did notice myself, but I've no intention of raising a PR for something so trivial, lol.
 
You know I did notice myself, but I've no intention of raising a PR for something so trivial, lol.
There was already a PR PR 265789.
Actually it was told in freebsd-version(1).
Code:
       If several ofthe above options are specified, freebsd-version will
       print the installed kernel version first, then the running kernel ver-
       sion, next the userland version, and finally the userland version of
       the specified jails, on separatelines.If neither isspecified, it
       will print the userland version only.
 
Last edited:
Back
Top