[FreeBSD-Announce] FreeBSD 6.4-RELEASE Available

Ken Smith kensmith at FreeBSD.org
Fri Nov 28 10:22:28 PST 2008


The FreeBSD Release Engineering Team is pleased to announce the availability
of FreeBSD 6.4-RELEASE.  At this time 6.4-RELEASE is expected to be the
last of the 6-STABLE releases.  Some of the highlights:

	- New and much-improved NFS Lock Manager (NLM) client
	- Support for the Camellia cipher
	- boot loader changes allow, among other things, booting
	  from USB devices and booting from GPT-labeled devices
	  with GPT-enabled BIOSes
	- DVD install ISO images for amd64/i386
	- KDE updated to 3.5.10, GNOME updated to 2.22.3
	- Updates for BIND, sendmail, OpenPAM, and others

For a complete list of new features and known problems, please see the
online release notes and errata list, available at:

    http://www.FreeBSD.org/releases/6.4R/relnotes.html
    http://www.FreeBSD.org/releases/6.4R/errata.html

For more information about FreeBSD release engineering activities,
please see:

    http://www.FreeBSD.org/releng/

The FreeBSD Security Team intends to support 6.4-RELEASE until
November 30th, 2010.

 Availability
 -------------

FreeBSD 6.4-RELEASE is now available for the amd64, i386, pc98, and sparc64
architectures.  The builds for the alpha architecture have not completed
yet and will be announced later.  FreeBSD 6.4-RELEASE can be installed
from bootable ISO images or over the network; the required files can be
downloaded via FTP or BitTorrent as described in the sections below.
While some of the smaller FTP mirrors may not carry all architectures,
they will all generally contain the more common ones, such as i386 and
amd64.

MD5 and SHA256 hashes for the release ISO images are included at the
bottom of this message.

The contents of the ISO images provided as part of the release has changed
for most of the architectures.  Using the i386 architecture as an example,
there are ISO images named "bootonly", "disc1", "disc2", "disc3", "docs",
and "dvd1".  The "bootonly" image is suitable for booting a machine to do
a network based installation using FTP or NFS.  The "disc1", "disc2", and
"disc3" images are CDROM-sized (700MB media) and are used to do a full
installation that includes a basic set of packages and does not require
network access to an FTP or NFS server during the installation.  In addition,
"disc1" supports booting into a "live CD-based filesystem" and system rescue
mode.  The "docs" image has all of the documentation for all supported
languages.  The "dvd1" image is DVD-sized and includes everything that is
on the CDROM discs.  So "dvd1" can be used to do a full installation that
includes a basic set of packages, it has all of the documentation for all
supported languages, and it can be used for booting into a "live CD-based
filesystem" and system rescue mode.  Most people will find that "disc1",
"disc2" and "disc3" are all that are needed if their machine does not have
a DVD-capable drive.  For people with machines that do have a DVD-capable
drive "dvd1" should be all that is required.  If you intend to install ports
from source instead of using the pre-built packages included with the release
only "disc1" is needed.

FreeBSD 6.4-RELEASE can also be purchased on CD-ROM from several
vendors.  One of the vendors that will be offering FreeBSD 6.4-based
products is:

~   FreeBSD Mall, Inc.        http://www.freebsdmall.com/


 BitTorrent
 ----------

6.4-RELEASE ISOs are available via BitTorrent.  A collection of torrent
files to download the images is available at:

	http://torrents.freebsd.org:8080/

 FTP
 ---

At the time of this announcement the following FTP sites have
FreeBSD 6.4-RELEASE available.

  ftp://ftp.freebsd.org/pub/FreeBSD/
  ftp://ftp3.freebsd.org/pub/FreeBSD/
  ftp://ftp7.freebsd.org/pub/FreeBSD/
  ftp://ftp9.freebsd.org/pub/FreeBSD/
  ftp://ftp10.freebsd.org/pub/FreeBSD/
  ftp://ftp12.freebsd.org/pub/FreeBSD/
  ftp://ftp.at.freebsd.org/pub/FreeBSD/
  ftp://ftp.cz.freebsd.org/pub/FreeBSD/
  ftp://ftp.dk.freebsd.org/pub/FreeBSD/
  ftp://ftp.fi.freebsd.org/pub/FreeBSD/
  ftp://ftp.fr.freebsd.org/pub/FreeBSD/
  ftp://ftp2.ie.freebsd.org/pub/FreeBSD/
  ftp://ftp.se.freebsd.org/pub/FreeBSD/
  ftp://ftp.si.freebsd.org/pub/FreeBSD/
  ftp://ftp1.ru.freebsd.org/pub/FreeBSD/
  ftp://ftp2.uk.freebsd.org/pub/FreeBSD/
  ftp://ftp3.us.freebsd.org/pub/FreeBSD/
  ftp://ftp7.us.freebsd.org/pub/FreeBSD/
  ftp://ftp9.us.freebsd.org/pub/FreeBSD/
  ftp://ftp11.us.freebsd.org/pub/FreeBSD/

However before trying these sites you may want to check your regional
mirror(s) first by going to:

ftp://ftp.<yourdomain>.FreeBSD.org/pub/FreeBSD

Any additional mirror sites will be labeled ftp2, ftp3 and so on.

More information about FreeBSD mirror sites can be found at:

http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html

For instructions on installing FreeBSD, please see Chapter 2 of The
FreeBSD Handbook.  It provides a complete installation walk-through
for users new to FreeBSD, and can be found online at:

http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/install.html

 FreeBSD Update
 --------------

The freebsd-update(8) utility supports binary upgrades of i386 and amd64
systems running earlier FreeBSD releases.  Systems running 6.3-RELEASE,
6.4-BETA, 6.4-RC1, or 6.4-RC2 can upgrade as follows:

# freebsd-update upgrade -r 6.4-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

Note that FreeBSD Update stores downloaded upgrades in /var/db/freebsd-update,
so at least 400MB should be free in /var before running freebsd-update; if
the /var partition is too small, the -d option to freebsd-update can be used
to indicate that the upgrades should be stored in a different directory.

For more information, see:

http://www.daemonology.net/blog/2007-11-10-freebsd-minor-version-upgrade.html

 Acknowledgments
 ----------------

Many companies donated equipment, network access, or man-hours to
finance the release engineering activities for FreeBSD 6.4 including
The FreeBSD Foundation, FreeBSD Systems, Hewlett-Packard, Yahoo!,
Network Appliances, and Sentex Communications.

The release engineering team for 6.4-RELEASE includes:

Ken Smith <kensmith at FreeBSD.org>        Release Engineering,
					amd64, i386, sparc64 Release Building,
					Mirror Site Coordination
Robert Watson <rwatson at FreeBSD.org>     Release Engineering, Security
Konstantin Belousov <kib at FreeBSD.org>	Release Engineering
Marc Fonvieille <blackend at FreeBSD.org>	Release Engineering, Documentation
Maxime Henrion <mux at FreeBSD.org>	Release Engineering
Bruce A. Mah <bmah at FreeBSD.org>		Release Engineering, Documentation
George Neville-Neil <gnn at FreeBSD.org>   Release Engineering
Hiroki Sato <hrs at FreeBSD.org>		Release Engineering, Documentation
Murray Stokely <murray at FreeBSD.org>     Release Engineering
Wilko Bulte <wilko at FreeBSD.org>         Alpha Release Building
Takahashi Yoshihiro <nyan at FreeBSD.org>  PC98 Release Building
Kris Kennaway <kris at FreeBSD.org>        Package Building
Joe Marcus Clarke <marcus at FreeBSD.org>  Package Building
Erwin Lansing <erwin at FreeBSD.org>       Package Building
Mark Linimon <linimon at FreeBSD.org>      Package Building
Pav Lucistnik <pav at FreeBSD.org>         Package Building
Colin Percival <cperciva at FreeBSD.org>   Security Officer
Peter Wemm <peter at FreeBSD.org>          Bittorrent Coordination

 Trademark
 ---------

FreeBSD is a registered trademark of The FreeBSD Foundation.

 ISO Image Checksums
 -------------------

MD5 (6.4-RELEASE-amd64-bootonly.iso) = 922fa2b990b3fd58bc558e08707dec47
MD5 (6.4-RELEASE-amd64-disc1.iso) = 33e9801d546a9bd379d97c4dc9bf833f
MD5 (6.4-RELEASE-amd64-disc2.iso) = 10e4a74cd4e80b52845adbabeb017532
MD5 (6.4-RELEASE-amd64-disc3.iso) = 986d99df8a44cb3e8647b53e1551a56b
MD5 (6.4-RELEASE-amd64-docs.iso) = be48876a37812fa19fb67aebe0c847de
MD5 (6.4-RELEASE-amd64-dvd1.iso) = efd0dd71c5b13b8464d8a7fce8a90cbc

MD5 (6.4-RELEASE-i386-bootonly.iso) = d3704b309b224fadeba29423511fbcff
MD5 (6.4-RELEASE-i386-disc1.iso) = 3bf0054bf0d650c1c7289e3076f2a24f
MD5 (6.4-RELEASE-i386-disc2.iso) = 2e5c68f0e8e82907e28394248973f2f6
MD5 (6.4-RELEASE-i386-disc3.iso) = 75c4b9ed4bfc836471ca6aad7ff071db
MD5 (6.4-RELEASE-i386-docs.iso) = a7e89a2006b34d5904ce74c907932918
MD5 (6.4-RELEASE-i386-dvd1.iso) = 01d1b4445bbb70e643e7a096562ca4a3

MD5 (6.4-RELEASE-pc98-bootonly.iso) = 6137dac091894d4eb620b02a94e3ddb6
MD5 (6.4-RELEASE-pc98-disc1.iso) = 1ac648575affdb79e6f345b1210fee1b

MD5 (6.4-RELEASE-sparc64-bootonly.iso) = 060cdc6c4fbcc96dcc13a88c09005079
MD5 (6.4-RELEASE-sparc64-disc1.iso) = 2e2f264f9cdbfd73c531943631174dac
MD5 (6.4-RELEASE-sparc64-docs.iso) = 33187d3f0459dbb2d1145aa8a4731497

SHA256 (6.4-RELEASE-amd64-bootonly.iso) = 228cfe8b5d06bdf3131a656972d94919b594371464e5f1c68e068af17b88f382
SHA256 (6.4-RELEASE-amd64-disc1.iso) = 6e8f24e153d78518268129db62e5efd3cd7b75e428a3c22bddf89eb901efa79e
SHA256 (6.4-RELEASE-amd64-disc2.iso) = 33697f3290e9754baada1feeb560f5797a8794f80ea36ecc8b0305c0ab32f07a
SHA256 (6.4-RELEASE-amd64-disc3.iso) = 59905ac81bc49be620e6a1465aba667be78b9276d999d820cca30357b073c263
SHA256 (6.4-RELEASE-amd64-docs.iso) = 1bf1445e2cf19c108adfa973cab26891c3c9ee19664de3650f38fc11c67d9f9e
SHA256 (6.4-RELEASE-amd64-dvd1.iso) = 88a0bd7818ecc2c26a6d304bffa9257f9bd192d6fb3b51ab1b538a5ef0e78130

SHA256 (6.4-RELEASE-i386-bootonly.iso) = 82377be5c922610e7613f70066919da6d39c1e3fc753b6b925eae9bdd22ac946
SHA256 (6.4-RELEASE-i386-disc1.iso) = c4f688013a27632e97caefc71296f59c9597abdb4e724385130d72dbd9abd218
SHA256 (6.4-RELEASE-i386-disc2.iso) = 4936aaede7c55c29f1acb07724a86690ae220f53ba2f67b441f15fa0a4b282e8
SHA256 (6.4-RELEASE-i386-disc3.iso) = 0c0ea48e2a07f2fc78c7d9448ad7cc24ffd224bbe4a9c1f7731358d7ce00d377
SHA256 (6.4-RELEASE-i386-docs.iso) = 13ef3a3fe8799b71130ac2041e63156b30751d292d9d2df68f2b4a4318cbcc98
SHA256 (6.4-RELEASE-i386-dvd1.iso) = 40b70eb8b36a5a13ef012592335d8e53cb9dea129a8b59971a999e84659ec6a8

SHA256 (6.4-RELEASE-pc98-bootonly.iso) = 2d0fc39c377c8bf6e3ff1ab61b8ecd9b94231e3331bc442be7f26b37ed4cf59d
SHA256 (6.4-RELEASE-pc98-disc1.iso) = dd2679fe503f7936fd4f7a6f5aa30e9c699d7eb78d382bef46eb9106dd0ab892

SHA256 (6.4-RELEASE-sparc64-bootonly.iso) = eeabf33aa11cc764f41ea9bb50ae9109817953a60d22ed4af8c6bf61885ed648
SHA256 (6.4-RELEASE-sparc64-disc1.iso) = c20f0a43732d72071cfdc17d788f3e04c1ac33e5ba122ce82fbd705ade482860
SHA256 (6.4-RELEASE-sparc64-docs.iso) = 1728658de8be72e62afbc10bc50243cf07c532b8b4cf7426c5f74f09dc5b8243

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-announce/attachments/20081128/566b7c65/attachment.pgp


More information about the freebsd-announce mailing list