Date: Sat, 7 Oct 2006 21:30:30 GMT From: soc-andrew <soc-andrew@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 107455 for review Message-ID: <200610072130.k97LUUU7056947@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=107455 Change 107455 by soc-andrew@soc-andrew_serv on 2006/10/07 21:29:43 IFC Affected files ... .. //depot/projects/soc2005/bsdinstaller/src/etc/mtree/BSD.usr.dist#10 integrate .. //depot/projects/soc2005/bsdinstaller/src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml#11 integrate .. //depot/projects/soc2005/bsdinstaller/src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml#20 integrate .. //depot/projects/soc2005/bsdinstaller/src/release/doc/share/misc/dev.archlist.txt#14 integrate Differences ... ==== //depot/projects/soc2005/bsdinstaller/src/etc/mtree/BSD.usr.dist#10 (text+ko) ==== @@ -1,4 +1,4 @@ -# $FreeBSD: src/etc/mtree/BSD.usr.dist,v 1.320 2006/09/02 20:58:37 marcel Exp $ +# $FreeBSD: src/etc/mtree/BSD.usr.dist,v 1.322 2006/10/02 00:23:14 ache Exp $ # # Please see the file src/etc/mtree/README before making changes to this file. # @@ -565,6 +565,8 @@ .. lt_LT.UTF-8 .. + mn_MN.UTF-8 + .. nl_BE.ISO8859-1 .. nl_BE.ISO8859-15 @@ -693,6 +695,8 @@ .. i386 .. + powerpc + .. sparc64 .. .. @@ -728,6 +732,8 @@ .. i386 .. + powerpc + .. sparc64 .. .. @@ -802,6 +808,8 @@ .. i386 .. + powerpc + .. sparc64 .. .. @@ -1023,6 +1031,8 @@ .. lt_LT.UTF-8 .. + mn_MN.UTF-8 + .. nl_BE.ISO8859-1 .. nl_BE.ISO8859-15 ==== //depot/projects/soc2005/bsdinstaller/src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml#11 (text+ko) ==== @@ -29,7 +29,7 @@ <sect1 id="support"> <sect1info> - <pubdate>$FreeBSD: src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml,v 1.304 2006/07/25 05:13:52 brueffer Exp $</pubdate> + <pubdate>$FreeBSD: src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml,v 1.306 2006/10/01 13:14:07 joel Exp $</pubdate> </sect1info> <title>Supported Devices</title> @@ -686,8 +686,12 @@ &hwlist.snd.emu10k1; + &hwlist.snd.emu10kx; + &hwlist.snd.envy24; + &hwlist.snd.envy24ht; + &hwlist.snd.es137x; &hwlist.snd.ess; @@ -696,6 +700,8 @@ &hwlist.snd.gusc; + &hwlist.snd.hda; + &hwlist.snd.ich; &hwlist.snd.maestro; @@ -710,6 +716,8 @@ &hwlist.snd.solo; + &hwlist.snd.spicds; + &hwlist.snd.t4dwave; &hwlist.snd.via8233; ==== //depot/projects/soc2005/bsdinstaller/src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml#20 (text+ko) ==== @@ -3,7 +3,7 @@ <corpauthor>The &os; Project</corpauthor> - <pubdate>$FreeBSD: src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml,v 1.975 2006/09/16 03:58:07 bmah Exp $</pubdate> + <pubdate>$FreeBSD: src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml,v 1.978 2006/10/07 14:49:45 bmah Exp $</pubdate> <copyright> <year>2000</year> @@ -212,6 +212,17 @@ has been fixed. For more details, see security advisory <ulink url="http://security.FreeBSD.org/advisories/FreeBSD-SA-06:20.bind.asc">FreeBSD-SA-06:20.bind</ulink>. &merged;</para> + <para>Several programming errors have been fixed in &man.gzip.1;. + They could have the effect of causing a crash or an infinite + loop when decompressing files. More information can be found in + security advisory + <ulink url="http://security.FreeBSD.org/advisories/FreeBSD-SA-06:21.gzip.asc">FreeBSD-SA-06:21.gzip</ulink>. &merged;</para> + + <para>Multiple errors in the OpenSSL &man.crypto.3; library have + been fixed. Potential effects are varied, and are documented in + more detail in security advisory + <ulink url="http://security.FreeBSD.org/advisories/FreeBSD-SA-06:23.openssl.asc">FreeBSD-SA-06:23.openssl</ulink>. &merged;</para> + </sect2> <sect2 id="kernel"> @@ -766,17 +777,18 @@ This feature can be re-enabled by using a new sysctl variable <varname>net.inet6.ip6.mcast_pmtu</varname>. &merged;</para> + <para>IPv6 link-local addresses are now enabled only + if <varname>ipv6_enable</varname> is set in &man.rc.conf.5;. + &merged;</para> + <para>The &man.ipfw.4; IP packet filter now supports IPv6. &merged;</para> - <para>The &man.ipfw.4; firewall system now supports substitution of the action - argument with the value obtained from table lookup, - which allows some optimization of rulesets. - This is now applicable only to <literal>pipe</literal>, - <literal>queue</literal>, - <literal>divert</literal>, - <literal>tee</literal>, - <literal>netgraph</literal>, - and <literal>ngtee</literal> rules. &merged; + <para>The &man.ipfw.4; firewall system now supports + a <literal>tablearg</literal> feature, which allows + values obtained from a table lookup to be used as part of a + rule. &merged; + This feature can be used to optimize some rulesets + or to implement policy-based routing inside a firewall. For example, the following rules will throw different packets to different pipes:</para> @@ -794,7 +806,7 @@ The tag acts as an internal marker (it is not sent out over the wire) that can be used to identify these packets later on, for example, by using <literal>tagged</literal> - rule option. For more details, see &man.ipfw.8;.</para> + rule option. For more details, see &man.ipfw.8;. &merged;</para> <para>The <literal>IPFIREWALL_FORWARD_EXTENDED</literal> kernel option has been removed. This option was used to permit @@ -812,6 +824,10 @@ <para>The &man.ng.iface.4; Netgraph node now supports &man.altq.4;. &merged;</para> + <para>The &man.ng.tag.4; Netgraph node has been added to + support the manipulation of mbuf tags attached to data in the + kernel. &merged;</para> + <para>A bug has been fixed in which NFS over TCP would not reconnect when the server sent a FIN. This problem had occurred with Solaris NFS servers. &merged;</para> @@ -1180,6 +1196,10 @@ <para>The &man.id.1; utility now prints the effective user ID after the group ID.</para> + <para>The &man.id.1; utility now supports a <option>-A</option> + flag to print process audit properties, including the audit user + id. &merged;</para> + <para>The &man.ifconfig.8; utility now supports a <option>-k</option> flag to allow printing potentially sensitive keying material to standard output. @@ -1444,6 +1464,11 @@ flag to suppress header lines when multiple files are specified. &merged;</para> + <para>The version of tcpslice in the &os; base system has been + removed due to obsolescence. A more up-to-date version can be + found in the Ports Collection + as <filename role="package">net/tcpslice</filename>.</para> + <para>The &man.time.1; utility now prints the time that a given command has been running if sent a <literal>SIGINFO</literal> signal.</para> @@ -1485,6 +1510,9 @@ implemented. This function is popular in Microsoft and GNU systems.</para> + <para>The compiler toolchain is now capable of generating + executables for systems using the ARM processor.</para> + <sect3 id="rc-scripts"> <title><filename>/etc/rc.d</filename> Scripts</title> @@ -1630,10 +1658,10 @@ NetBSD as of 31 August 2006. &merged;</para> <para><application>OpenSSH</application> has been updated from - 4.2p1 to 4.3p1.</para> + 4.2p1 to 4.4p1. &merged;</para> <para><application>OpenSSL</application> has been updated from - 0.9.7e to 0.9.8b.</para> + 0.9.7e to 0.9.8d.</para> <para><application>hostapd</application> has been updated from version 0.3.9 to version 0.4.8. @@ -1653,7 +1681,7 @@ snapshot from OpenBSD as of 20060831.</para> <para>TrustedBSD <application>OpenBSM</application>, - version 1.0 alpha 10, an implementation of the documented Sun Basic + version 1.0 alpha 12, an implementation of the documented Sun Basic Security Module (BSM) Audit API and file format, as well as local extensions to support the Mac OS X and &os; operating systems has been added. This also includes command line tools for audit @@ -1825,7 +1853,7 @@ <para>The supported version of the <application>KDE</application> desktop environment (<filename role="package">x11/kde3</filename>) has been - updated from 3.4.2 to 3.5.3. &merged;</para> + updated from 3.4.2 to 3.5.4. &merged;</para> <para arch="i386,amd64">The supported Linux emulation now uses the libraries in the ==== //depot/projects/soc2005/bsdinstaller/src/release/doc/share/misc/dev.archlist.txt#14 (text+ko) ==== @@ -23,7 +23,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD: src/release/doc/share/misc/dev.archlist.txt,v 1.88 2006/07/31 17:04:28 brueffer Exp $ +# $FreeBSD: src/release/doc/share/misc/dev.archlist.txt,v 1.90 2006/10/01 13:14:07 joel Exp $ # # @@ -116,11 +116,14 @@ snd_csa i386,amd64 snd_ds1 i386,amd64 snd_emu10k1 i386,amd64 +snd_emu10kx i386,amd64 snd_envy24 i386,amd64 +snd_envy24ht i386,amd64 snd_es137x i386,sparc64,amd64 snd_ess i386,amd64 snd_fm801 i386,amd64 snd_gusc i386,amd64 +snd_hda i386,amd64 snd_ich i386,amd64 snd_maestro i386,alpha,amd64 snd_maestro3 i386,alpha,amd64 @@ -128,6 +131,7 @@ snd_neomagic i386,amd64 snd_sbc i386,alpha,amd64 snd_solo i386,amd64 +snd_spicds i386,amd64 snd_t4dwave i386,amd64 snd_via8233 i386,amd64 snd_via82c686 i386,amd64
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610072130.k97LUUU7056947>