freebsd-update bug?

Waitman Gobble gobble.wa at gmail.com
Sat May 5 21:29:33 UTC 2018


I think 11.2 is due June 2018.


# freebsd-update fetch
No updates needed to update system to 11.1-RELEASE-p9.

WARNING: FreeBSD 11.1-RELEASE-p9 is approaching its End-of-Life date.
It is strongly recommended that you upgrade to a newer
release within the next 2 months.



EoL schedule:
releng/11.1     11.1-RELEASE     n/a     July 26, 2017
11.2-RELEASE + 3 months



from src...
/usr/src/usr.sbin/freebsd-update/freebsd-update.sh:

        # Don't warn if the EoL is more than 3 months away
        if [ ${TIMELEFT} -gt 7884000 ]; then
                return 0
        fi


IMHO should not be getting that warning yet?


-- 
Waitman Gobble


More information about the freebsd-questions mailing list