FreeBSD Update
The freebsd-update(8) utility supports binary upgrades of i386 and amd64
systems running earlier FreeBSD releases. Systems running 7.0-RELEASE, 7.1-RELEASE, 7.2-BETA, 7.2-RC1, or 7.2-RC2
can upgrade as follows:
# freebsd-update upgrade -r 7.2-RELEASE
During this process, FreeBSD Update may ask the user to help by merging
some configuration files or by confirming that the automatically performed merging was done correctly.
# freebsd-update install
The system must be rebooted with the newly installed kernel before continuing.
# shutdown -r now
After rebooting, freebsd-update needs to be run again to install the new userland components,
and the system needs to be rebooted again:
# freebsd-update install
# shutdown -r now
Users of earlier FreeBSD releases (FreeBSD 6.x) can also use freebsd-update to upgrade to FreeBSD 7.2,
but will be prompted to rebuild all third-party applications (e.g., anything installed from the ports tree)
after the second invocation of "freebsd-update install", in order
to handle differences
in the system libraries between FreeBSD 6.x and FreeBSD 7.x.
DutchDaemon said:When doing minor version upgrades (like 7.x -> 7.x), the moment you upgrade ports doesn't really matter. Ports compiled under the previous minor version will continue to work under the next minor version (no major library revisions are done within a major version, only from one major version to another, i.e. FreeBSD 7 -> 8).
ccc said:Thx, that means after version upgrade, like 7.x -> 7.x portupgrade -a is not necessary, but if I'll do an upgrade 7 -> 8, then I need after portupgrade -a?
20100323:
FreeBSD 7.3-RELEASE
20091129:
PECOFF image activator support removed.
20090831:
The newly imported zic(8) produces a new format in the
output. Please run tzsetup(8) to install the newly created
data to /etc/localtime.
20090731:
The ABI of various structures related to the SYSV IPC API have
been changed. Bump __FreeBSD_version to 702105.
20090606:
The components of PmcTools have been upgraded. Please
update world and the kernel.
20090521:
The k8temp(4) driver has been renamed to amdtemp(4) since
support for K10 and K11 CPU families was added.
20090520:
Update ZFS to version 13. ZFS users will need to re-build
and install both kernel and world simultaneously in order
for the ZFS tools to work. Existing pools will continue to work
without upgrade. If a pool is upgraded it will no longer be
usable by older kernel revs. ZFS send / recv between
pool version 6 and pool version 13 is not supported.
20090504:
FreeBSD 7.2-RELEASE
jb_fvwm2 said:If I was again upgrading v7 > v8 I would have
planned to rebuild everything depending upon
gettext. (Just a suggestion for anyone doing so
for whom it would not take too much time).