[FreeBSD-Announce] FreeBSD 7.3-RELEASE Available

Ken Smith kensmith at FreeBSD.org
Tue Mar 23 18:53:57 UTC 2010


The FreeBSD Release Engineering Team is pleased to announce the availability
of FreeBSD 7.3-RELEASE.  This is the fourth release from the 7-STABLE branch
which improves on the functionality of FreeBSD 7.2 and introduces a few
new features.  There will be one more release from this branch to allow
future improvements to be made available in the 7-STABLE branch but at this
point most developers are focused on 8-STABLE.

Some of the highlights:

	- ZFS updated to version 13
	- new boot loader gptzfsboot supports GPT and ZFS
	- hwpmc(4) enhancements including support for core2/i7 processor
	  and pmcannotate(8)
	- new mfiutil and mptutil tools for widely used RAID controllers
	- NULL pointer vulnerability mitigation
	- bind updated to 9.4-ESV
	- Gnome updated to 2.28.2
	- KDE updated to 4.3.5
	- Perl updated to 5.10

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/7.3R/relnotes.html
    http://www.FreeBSD.org/releases/7.3R/errata.html

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

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

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

FreeBSD 7.3-RELEASE is now available for the amd64, i386, pc98, and sparc64
architectures.

FreeBSD 7.3 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 amd64 and i386.

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

The purpose of the images provided as part of the release are as follows:

  dvd1: This contains everything necessary to install the base FreeBSD
	operating system, a collection of pre-built packages, and the
	documentation.  It also supports booting into a "livefs" based
	rescue mode.  This should be all you need if you can burn
	and use DVD-sized media.

  disc1: This contains the base FreeBSD operating system and the
	xorg packages for CDROM-sized media.  There are no
	other packages on this image but there are more packages
	(mostly Gnome and KDE) on the disc2 and disc3 images.  If
	you choose to install packages post-install you should just
	need disc1, you only need disc2/disc3 if you want to install
	Gnome or KDE during install.

  livefs: This contains support for booting into a "livefs" based
	rescue mode but does not support doing an install from the
	CD itself.  It is meant to help rescue an existing system
	but could be used to do a network based install if necessary.

  bootonly: This supports booting a machine using the CDROM drive but
	does not contain the support for installing FreeBSD from the
	CD itself.  You would need to perform a network based install
	(e.g. from an FTP server) after booting from the CD.

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

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

 BitTorrent
 ----------

7.3-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 7.3-RELEASE available.

	ftp://ftp.freebsd.org/pub/FreeBSD/
	ftp://ftp1.freebsd.org/pub/FreeBSD/
	ftp://ftp3.freebsd.org/pub/FreeBSD/
	ftp://ftp7.freebsd.org/pub/FreeBSD/
	ftp://ftp13.freebsd.org/pub/FreeBSD/
	ftp://ftp14.freebsd.org/pub/FreeBSD/
	ftp://ftp.dk.freebsd.org/pub/FreeBSD/
	ftp://ftp.fr.freebsd.org/pub/FreeBSD/
	ftp://ftp.jp.freebsd.org/pub/FreeBSD/
	ftp://ftp.ru.freebsd.org/pub/FreeBSD/
	ftp://ftp1.ru.freebsd.org/pub/FreeBSD/
	ftp://ftp.tw.freebsd.org/pub/FreeBSD/
	ftp://ftp4.tw.freebsd.org/pub/FreeBSD/
	ftp://ftp3.us.freebsd.org/pub/FreeBSD/
	ftp://ftp10.us.freebsd.org/pub/FreeBSD/

However before trying these sites please 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


 Updates from Source
 -------------------

The procedure for doing a source code based update is described in the
FreeBSD Handbook:

  http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/synching.html
  http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html

The branch tag to use for updating the source is RELENG_7_3.

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

The freebsd-update(8) utility supports binary upgrades of i386 and amd64
systems running earlier FreeBSD releases. Systems running 7.[012]-RELEASE,
7.3-BETA1, or 7.3-RC[12] can upgrade as follows:

# freebsd-update upgrade -r 7.3-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.3, 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.

 Support
 -------

The FreeBSD Security Team currently plans to support FreeBSD 7.3 until
March 31st 2012.  Users of FreeBSD 7.2 are strongly encouraged to upgrade
to either FreeBSD 7.3 or FreeBSD 8.0 before the FreeBSD 7.2 End of Life on
June 30th 2010.  For more information on the Security Team and their support
of the various FreeBSD branches see:

  http://www.freebsd.org/security/

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

Many companies donated equipment, network access, or man-hours to
support the release engineering activities for FreeBSD 7.3 including
The FreeBSD Foundation, Hewlett-Packard, Yahoo!, NetApp, Internet Systems
Consortium, iXsystems, and Sentex Communications.

The release engineering team for 7.3-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
Hiroki Sato <hrs at FreeBSD.org>           Release Engineering, Documentation
Bjoern Zeeb <bz at FreeBSD.org>            Release Engineering
Takahashi Yoshihiro <nyan at FreeBSD.org>  PC98 Release 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
Ion-Mihai Tetcu <itetcu at FreeBSD.org>    Package Building
Martin Wilke (miwi at FreeBSD.org>         Package Building
Colin Percival <cperciva at FreeBSD.org>   Security Officer

 Trademark
 ---------

FreeBSD is a registered trademark of The FreeBSD Foundation.

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

MD5 (FreeBSD-7.3-RELEASE-amd64-bootonly.iso) = 759246c235869ee6d89e84910d1bab63
MD5 (FreeBSD-7.3-RELEASE-amd64-disc1.iso) = 7c5049d15a95d9e0dd5eca013d1086b8
MD5 (FreeBSD-7.3-RELEASE-amd64-disc2.iso) = 4c829f2d3b2c88d857fe600362aa4ea2
MD5 (FreeBSD-7.3-RELEASE-amd64-disc3.iso) = 29b50df4507a0bdf0aea21324889205c
MD5 (FreeBSD-7.3-RELEASE-amd64-docs.iso) = 3433f7ab2e204369b0965a2d857e5f97
MD5 (FreeBSD-7.3-RELEASE-amd64-dvd1.iso) = 7b9c2e7766c5e7684d6b305cb05be7f8
MD5 (FreeBSD-7.3-RELEASE-amd64-livefs.iso) = 73552eb142365c497ecc51bf5bcef131

MD5 (FreeBSD-7.3-RELEASE-i386-bootonly.iso) = 557e05b367cc84d672878e19a7a28a04
MD5 (FreeBSD-7.3-RELEASE-i386-disc1.iso) = 310d3e4d6fd03608f6fbbbecc4f13d6d
MD5 (FreeBSD-7.3-RELEASE-i386-disc2.iso) = ade3d0b064a934da1cbd0bcc4bde8159
MD5 (FreeBSD-7.3-RELEASE-i386-disc3.iso) = b57b9bfe9c1856a54fa719d175987c57
MD5 (FreeBSD-7.3-RELEASE-i386-docs.iso) = c496b49fb7c6e9acf084eb4148b6b942
MD5 (FreeBSD-7.3-RELEASE-i386-dvd1.iso) = 8b940feb3174dab1703297d4b59ddaa4
MD5 (FreeBSD-7.3-RELEASE-i386-livefs.iso) = 553d28df18560a2916bc9733e625e8fb

MD5 (FreeBSD-7.3-RELEASE-pc98-bootonly.iso) = 639defb907eb57c4902592092fa77869
MD5 (FreeBSD-7.3-RELEASE-pc98-disc1.iso) = cde68c0b13b819528c157e493d74568b
MD5 (FreeBSD-7.3-RELEASE-pc98-livefs.iso) = 504a42bae0b1948fbf45cb1e1ffda4d3

MD5 (FreeBSD-7.3-RELEASE-sparc64-bootonly.iso) = 719acf982a7994edc9922c28abb4ef49
MD5 (FreeBSD-7.3-RELEASE-sparc64-disc1.iso) = 6af2258863aa30c1a8f0bb53f785a02c
MD5 (FreeBSD-7.3-RELEASE-sparc64-disc2.iso) = f3040f02b198b695a36e31f72b23b0ee
MD5 (FreeBSD-7.3-RELEASE-sparc64-disc3.iso) = 3191f0c8521a101ca510f80e4c0ba16a
MD5 (FreeBSD-7.3-RELEASE-sparc64-docs.iso) = 9306d29be84e9677906ce971b370d3cc

SHA256 (FreeBSD-7.3-RELEASE-amd64-bootonly.iso) = 5a59fe1eb3012c42f77432141a62cc2e44e962c0e10b7b140cae5e2a4007e2a6
SHA256 (FreeBSD-7.3-RELEASE-amd64-disc1.iso) = 7f5970e095774c0cdf802e9a15b4419d0166fa7641c2b65f1a1431429105b98b
SHA256 (FreeBSD-7.3-RELEASE-amd64-disc2.iso) = 4b281e76e39fc573bfd07391c2ab3d788f2de3c7b48243b16d9159fc027a3a99
SHA256 (FreeBSD-7.3-RELEASE-amd64-disc3.iso) = ed78f617800056c14cad15856f720f493742cbd5fbe454955579cb29cb778ef7
SHA256 (FreeBSD-7.3-RELEASE-amd64-docs.iso) = b2224360926499df2bb535d202bddb790371434bec3abdc135afc35836bbe5b8
SHA256 (FreeBSD-7.3-RELEASE-amd64-dvd1.iso) = 83ae9ca4e62713a5b0b76a208e898d404508f795e617c8292ed16ec0633aa3b8
SHA256 (FreeBSD-7.3-RELEASE-amd64-livefs.iso) = cda760fffbde26e3908edd21286e349d31f49f53c2572a7fde739c908456534b

SHA256 (FreeBSD-7.3-RELEASE-i386-bootonly.iso) = 29066f9f3557a0b599b88e19e8cdd3248dd580dc627d9fc8aeee7c11317d5433
SHA256 (FreeBSD-7.3-RELEASE-i386-disc1.iso) = e1623209b45df700e624ed37d8526b298fddc48af14e40fbe8a62c0b3801819b
SHA256 (FreeBSD-7.3-RELEASE-i386-disc2.iso) = 0413cd6c64d2278044bca5a7c37b848f8ba16cc8429d358c12ba58ac02acbf54
SHA256 (FreeBSD-7.3-RELEASE-i386-disc3.iso) = f621be0a0ba5225f528584a6b85d1936b2a291dcd849b2c7da6fd09d703f11c9
SHA256 (FreeBSD-7.3-RELEASE-i386-docs.iso) = 107c642abb44d9ffde43f9da80564010c225fa7da37424a499a771a4a5d0f602
SHA256 (FreeBSD-7.3-RELEASE-i386-dvd1.iso) = f2cb0b5cd01124a212819e7de87e2fc463ded07ab6c150f8b9c38fc7810f8194
SHA256 (FreeBSD-7.3-RELEASE-i386-livefs.iso) = 22cf0423766057740fcdeff8fca72b602a3d9b0e4b037b704320f65cdea11bd0

SHA256 (FreeBSD-7.3-RELEASE-pc98-bootonly.iso) = 3bfd7b24ef6e7563df5878e1eca9223aab0e02eec89690730efb3a9bc7cee895
SHA256 (FreeBSD-7.3-RELEASE-pc98-disc1.iso) = 5fde4d15c9144ac64ea354546c24079f5abc0976ed7a868edab4990657ece776
SHA256 (FreeBSD-7.3-RELEASE-pc98-livefs.iso) = e564864d9568430574dddb97ae3c5741b2b981926b626dfc003620fb95ce9d1a

SHA256 (FreeBSD-7.3-RELEASE-sparc64-bootonly.iso) = f99a648aa04df5b9d9d8f66055f8a2789759a7305c03dc7b890abfec1869a341
SHA256 (FreeBSD-7.3-RELEASE-sparc64-disc1.iso) = 5d659bd0c8e22244bc987a92efd34d3bb725e489a491635abd42888b89e802e8
SHA256 (FreeBSD-7.3-RELEASE-sparc64-disc2.iso) = 0583bc6eda0e6e86bcd901773de759e55c34cadb17e5fcd00e428afe36fcce1e
SHA256 (FreeBSD-7.3-RELEASE-sparc64-disc3.iso) = 987aad567c165094781af8d808c0ba5fc4f1ef12efcf6cae66d3cf5d6425ffc6
SHA256 (FreeBSD-7.3-RELEASE-sparc64-docs.iso) = 8d5440c371637d5b5510a69ce0dec2461c045df7c9ae6e3fd74bc1f0998ceb35
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-announce/attachments/20100323/48189588/attachment.pgp


More information about the freebsd-announce mailing list