Solved how to update patch for freebsd14.0 ?

Dear all:
i have installed freebsd14.0 , now when i update patches with command " freebsd-update fetch install " ,below is output .
WARNING: FreeBSD 14.0-RELEASE HAS PASSED ITS END-OF-LIFE DATE.
Any security issues discovered after Tue Oct 1 08:00:00 CST 2024
will not have been corrected.

ok. this operation is not finish. why we can't patch freebsd14.0 ? if i don't update freebsd14.0, i can't upgrade freebsd14.0 to freebsd14.1 ....
that is mean, we can't use freebsd14.0 in anywhere? thanks.
 
Well, it's recommended to be on the last patch release before doing a version upgrade. So if you're on 14.0-RELEASE-p11 then you already have that last patch release. That's why I asked to look at freebsd-version(8).
 
In order to better help you, it would give us more information about your situation if you posted the output of the command freebsd-version -urk
 
I find that freebsd-update seems to have a special 'feature' when trying to run it with the fetch and install options combined and you're dealing with a release that "HAS PASSED ITS EOL DATE". Normally, the fetch phase will go right on into the install phase, but it appears the warning is displayed and the command exits without doing the install part. The 'fix' is to run freebsd-update fetch and freebsd-update install separately.
 
Good. Now;
rm -rf /var/db/freebsd-update/*
freebsd-update fetch

I find that freebsd-update seems to have a special 'feature' when trying to run it with the fetch and install options combined and you're dealing with a release that "HAS PASSED ITS EOL DATE". Normally, the fetch phase will go right on into the install phase, but it appears the warning is displayed and the command exits without doing the install part. The 'fix' is to run freebsd-update fetch and freebsd-update install separately.
Dear sirdice:
mr.ljboiler has tell me how to do next . that solved my question .thanks.
 
Back
Top