From owner-svn-doc-all@freebsd.org Sun Oct 28 09:59:07 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18F5410EEE94; Sun, 28 Oct 2018 09:59:07 +0000 (UTC) (envelope-from wosch@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BF2357999D; Sun, 28 Oct 2018 09:59:06 +0000 (UTC) (envelope-from wosch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9F3051DD03; Sun, 28 Oct 2018 09:59:06 +0000 (UTC) (envelope-from wosch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9S9x6Ir047436; Sun, 28 Oct 2018 09:59:06 GMT (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9S9x6TK047435; Sun, 28 Oct 2018 09:59:06 GMT (envelope-from wosch@FreeBSD.org) Message-Id: <201810280959.w9S9x6TK047435@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wosch set sender to wosch@FreeBSD.org using -f From: Wolfram Schneider Date: Sun, 28 Oct 2018 09:59:06 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52411 - head/share/mk X-SVN-Group: doc-head X-SVN-Commit-Author: wosch X-SVN-Commit-Paths: head/share/mk X-SVN-Commit-Revision: 52411 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Oct 2018 09:59:07 -0000 Author: wosch Date: Sun Oct 28 09:59:06 2018 New Revision: 52411 URL: https://svnweb.freebsd.org/changeset/doc/52411 Log: improve parallel build Modified: head/share/mk/doc.project.mk Modified: head/share/mk/doc.project.mk ============================================================================== --- head/share/mk/doc.project.mk Sat Oct 27 17:04:58 2018 (r52410) +++ head/share/mk/doc.project.mk Sun Oct 28 09:59:06 2018 (r52411) @@ -113,11 +113,17 @@ DOC_LOCAL_MK= ${DOC_PREFIX}/${LANGCODE}/share/mk/doc.l # Subdirectory glue. .include "doc.subdir.mk" +# # parallel build for target "all" and "clean" -NCPU?= ${.MAKE.JOBS} +# +# by default we are using all available CPUs. You can override +# this on the command line with `make -j p-all' or with the +# variable `make NCPU= p-all' +# +NCPU?= ${.MAKE.JOBS:U${:!/sbin/sysctl -n hw.ncpu!}} p-all p-clean p-po: make -V SUBDIR | sed -E 's/[ ]+$$//' | tr " " "\n" | \ sed -E 's/^/make -C /; s/$$/ ${.TARGET:S/^p-//}/' | \ - tr '\n' '\0' | xargs -0 -n1 -P${NCPU:S/^$$/8/} /bin/sh -c + tr '\n' '\0' | xargs -0 -n1 -P${NCPU} /bin/sh -c From owner-svn-doc-all@freebsd.org Mon Oct 29 09:18:43 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A043E10D04C1; Mon, 29 Oct 2018 09:18:43 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48A4386480; Mon, 29 Oct 2018 09:18:43 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1C0CD470E; Mon, 29 Oct 2018 09:18:43 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9T9IguL078132; Mon, 29 Oct 2018 09:18:42 GMT (envelope-from ryusuke@FreeBSD.org) Received: (from ryusuke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9T9IgIQ078131; Mon, 29 Oct 2018 09:18:42 GMT (envelope-from ryusuke@FreeBSD.org) Message-Id: <201810290918.w9T9IgIQ078131@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ryusuke set sender to ryusuke@FreeBSD.org using -f From: Ryusuke SUZUKI Date: Mon, 29 Oct 2018 09:18:42 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52412 - head/ja_JP.eucJP/htdocs X-SVN-Group: doc-head X-SVN-Commit-Author: ryusuke X-SVN-Commit-Paths: head/ja_JP.eucJP/htdocs X-SVN-Commit-Revision: 52412 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Oct 2018 09:18:43 -0000 Author: ryusuke Date: Mon Oct 29 09:18:42 2018 New Revision: 52412 URL: https://svnweb.freebsd.org/changeset/doc/52412 Log: - Merge the following from the English version: r52388 -> r52408 head/ja_JP.eucJP/htdocs/where.xml Modified: head/ja_JP.eucJP/htdocs/where.xml Modified: head/ja_JP.eucJP/htdocs/where.xml ============================================================================== --- head/ja_JP.eucJP/htdocs/where.xml Sun Oct 28 09:59:06 2018 (r52411) +++ head/ja_JP.eucJP/htdocs/where.xml Mon Oct 29 09:18:42 2018 (r52412) @@ -6,7 +6,7 @@ ]> - + @@ -263,7 +263,6 @@ ²áµî¡¢¸½ºß¡¢¤½¤·¤Æ¾­Íè¤Î¥ê¥ê¡¼¥¹¤Ë´Ø¤¹¤ë¤è¤ê¾Ü¤·¤¤¾ðÊó¤¬Íߤ·¤¤»þ¤Ï¡¢¥ê¥ê¡¼¥¹¾ðÊó¤Î¥Ú¡¼¥¸ ¤ò¤´Í÷¤¯¤À¤µ¤¤¡£

- &os; &rel.head;-CURRENT @@ -313,14 +312,15 @@
+ -
  • ¥ê¥ê¡¼¥¹¥Î¡¼¥È
  • +
  • ¥ê¥ê¡¼¥¹¥Î¡¼¥È
  • + ?> 
    - ?>

     

    From owner-svn-doc-all@freebsd.org Mon Oct 29 13:41:01 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59EC410DA16F; Mon, 29 Oct 2018 13:41:01 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EEBE171986; Mon, 29 Oct 2018 13:41:00 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D17407202; Mon, 29 Oct 2018 13:41:00 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9TDf0u1011292; Mon, 29 Oct 2018 13:41:00 GMT (envelope-from 0mp@FreeBSD.org) Received: (from 0mp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9TDf0xS011291; Mon, 29 Oct 2018 13:41:00 GMT (envelope-from 0mp@FreeBSD.org) Message-Id: <201810291341.w9TDf0xS011291@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: 0mp set sender to 0mp@FreeBSD.org using -f From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Mon, 29 Oct 2018 13:41:00 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52413 - head/en_US.ISO8859-1/books/porters-handbook/special X-SVN-Group: doc-head X-SVN-Commit-Author: 0mp X-SVN-Commit-Paths: head/en_US.ISO8859-1/books/porters-handbook/special X-SVN-Commit-Revision: 52413 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Oct 2018 13:41:01 -0000 Author: 0mp (ports committer) Date: Mon Oct 29 13:41:00 2018 New Revision: 52413 URL: https://svnweb.freebsd.org/changeset/doc/52413 Log: Mention "race conditions" in the section about MAKE_JOBS_UNSAFE. The reason for this is to increase discoverability of MAKE_JOBS_UNSAFE. Reviewed by: bcr, mat (previous version) Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D17383 Modified: head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml Mon Oct 29 09:18:42 2018 (r52412) +++ head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml Mon Oct 29 13:41:00 2018 (r52413) @@ -506,14 +506,15 @@ IGNORE= may not be redistributed because of licensing their available CPU power, allowing port builds to be faster and more effective. - This is achieved by passing -jX flag + This is achieved by passing -jX flag to &man.make.1; running on vendor code. This is the default build behavior of ports. Unfortunately, not all ports handle parallel building well and it may be required to explicitly disable this feature by adding the MAKE_JOBS_UNSAFE=yes variable. It is used when a port is known to be broken with - -jX. + -jX due to race conditions causing + intermittent build failures. When setting MAKE_JOBS_UNSAFE, it From owner-svn-doc-all@freebsd.org Mon Oct 29 14:41:28 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED80210DB7E4; Mon, 29 Oct 2018 14:41:27 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9C87D73A32; Mon, 29 Oct 2018 14:41:27 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7D5CF7BDE; Mon, 29 Oct 2018 14:41:27 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9TEfRxj043407; Mon, 29 Oct 2018 14:41:27 GMT (envelope-from ryusuke@FreeBSD.org) Received: (from ryusuke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9TEfRfi043406; Mon, 29 Oct 2018 14:41:27 GMT (envelope-from ryusuke@FreeBSD.org) Message-Id: <201810291441.w9TEfRfi043406@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ryusuke set sender to ryusuke@FreeBSD.org using -f From: Ryusuke SUZUKI Date: Mon, 29 Oct 2018 14:41:27 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52414 - head/ja_JP.eucJP/share/xml X-SVN-Group: doc-head X-SVN-Commit-Author: ryusuke X-SVN-Commit-Paths: head/ja_JP.eucJP/share/xml X-SVN-Commit-Revision: 52414 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Oct 2018 14:41:28 -0000 Author: ryusuke Date: Mon Oct 29 14:41:27 2018 New Revision: 52414 URL: https://svnweb.freebsd.org/changeset/doc/52414 Log: - Merge the following from the English version: r52388 -> r52410 head/ja_JP.eucJP/share/xml/news.xml Modified: head/ja_JP.eucJP/share/xml/news.xml Modified: head/ja_JP.eucJP/share/xml/news.xml ============================================================================== --- head/ja_JP.eucJP/share/xml/news.xml Mon Oct 29 13:41:00 2018 (r52413) +++ head/ja_JP.eucJP/share/xml/news.xml Mon Oct 29 14:41:27 2018 (r52414) @@ -23,7 +23,7 @@ would like to work on. *** $FreeBSD$ - Original revision: r52388 + Original revision: r52410 --> @@ -35,6 +35,23 @@ 10 + + + 27 + + + &os; 12.0-BETA2 ¸ø³« + +

    &os; 12.0 ¥ê¥ê¡¼¥¹¥µ¥¤¥¯¥ë¤«¤é 2 ²óÌܤΠ+ BETA ¥Ó¥ë¥É¤¬¸ø³«¤µ¤ì¤Þ¤·¤¿ (¥¢¥Ê¥¦¥ó¥¹)¡£ + &os; + ¥ß¥é¡¼¥µ¥¤¥È ¤«¤é amd64, armv6, + armv7, arm64, i386, powerpc, powerpc64, powerpcspe ¤ª¤è¤Ó + sparc64 ¥¢¡¼¥­¥Æ¥¯¥Á¥ã¤Î ISO ¥¤¥á¡¼¥¸¤òÆþ¼ê¤Ç¤­¤Þ¤¹¡£

    +
    +
    20 From owner-svn-doc-all@freebsd.org Tue Oct 30 17:12:54 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2BE5710EEBF9; Tue, 30 Oct 2018 17:12:54 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D5682704BC; Tue, 30 Oct 2018 17:12:53 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B23EC20568; Tue, 30 Oct 2018 17:12:53 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9UHCr8G071104; Tue, 30 Oct 2018 17:12:53 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9UHCrwA071103; Tue, 30 Oct 2018 17:12:53 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201810301712.w9UHCrwA071103@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Tue, 30 Oct 2018 17:12:53 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52415 - head/en_US.ISO8859-1/books/porters-handbook/versions X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/books/porters-handbook/versions X-SVN-Commit-Revision: 52415 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Oct 2018 17:12:54 -0000 Author: gjb Date: Tue Oct 30 17:12:53 2018 New Revision: 52415 URL: https://svnweb.freebsd.org/changeset/doc/52415 Log: Fix title of __FreeBSD_version section for 13.x. PR: 232815 Submitted by: yasu@utahime.org Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Mon Oct 29 14:41:27 2018 (r52414) +++ head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Tue Oct 30 17:12:53 2018 (r52415) @@ -43,7 +43,7 @@ is spelled &, < is < and > is >. xlink:href="http://svnweb.FreeBSD.org/base/head/sys/sys/param.h?view=markup">sys/param.h:
    - &os; 11 Versions + &os; 13 Versions &os; 13 <literal>__FreeBSD_version</literal> From owner-svn-doc-all@freebsd.org Wed Oct 31 15:51:26 2018 Return-Path: <owner-svn-doc-all@freebsd.org> Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DCFE10DDA11; Wed, 31 Oct 2018 15:51:26 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 50E817BF54; Wed, 31 Oct 2018 15:51:26 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 33465690C; Wed, 31 Oct 2018 15:51:26 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9VFpPuJ072845; Wed, 31 Oct 2018 15:51:25 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9VFpPK7072844; Wed, 31 Oct 2018 15:51:25 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201810311551.w9VFpPK7072844@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber <gjb@FreeBSD.org> Date: Wed, 31 Oct 2018 15:51:25 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52416 - head/share/xml X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/share/xml X-SVN-Commit-Revision: 52416 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" <svn-doc-all.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-doc-all>, <mailto:svn-doc-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-doc-all/> List-Post: <mailto:svn-doc-all@freebsd.org> List-Help: <mailto:svn-doc-all-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-doc-all>, <mailto:svn-doc-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 31 Oct 2018 15:51:26 -0000 Author: gjb Date: Wed Oct 31 15:51:25 2018 New Revision: 52416 URL: https://svnweb.freebsd.org/changeset/doc/52416 Log: Update the re@ member list. Many thanks to rwatson@ for his years of service on re@. Sponsored by: The FreeBSD Foundation Modified: head/share/xml/authors.ent Modified: head/share/xml/authors.ent ============================================================================== --- head/share/xml/authors.ent Tue Oct 30 17:12:53 2018 (r52415) +++ head/share/xml/authors.ent Wed Oct 31 15:51:25 2018 (r52416) @@ -2633,8 +2633,8 @@ <!-- FreeBSD Release Engineering Teams --> <!ENTITY a.re "re@FreeBSD.org"> -<!ENTITY a.re.members '&a.gjb;, &a.kib;, &a.bdrewery;, &a.blackend;, &a.rgrimes;, &a.delphij;, &a.hrs;, &a.glebius;, &a.marius;, &a.rwatson;'> -<!ENTITY a.re.members.email '&a.gjb.email;, &a.kib.email;, &a.bdrewery.email;, &a.blackend.email;, &a.rgrimes.email;, &a.delphij.email;, &a.hrs.email;, &a.glebius.email;, &a.marius.email;, &a.rwatson.email;'> +<!ENTITY a.re.members '&a.gjb;, &a.kib;, &a.bdrewery;, &a.blackend;, &a.rgrimes;, &a.delphij;, &a.hrs;, &a.glebius;, &a.marius;'> +<!ENTITY a.re.members.email '&a.gjb.email;, &a.kib.email;, &a.bdrewery.email;, &a.blackend.email;, &a.rgrimes.email;, &a.delphij.email;, &a.hrs.email;, &a.glebius.email;, &a.marius.email;'> <!ENTITY a.re-builders '&a.marcel;, &a.nyan;, &a.nwhitehorn;'> <!-- FreeBSD Security Officer --> From owner-svn-doc-all@freebsd.org Wed Oct 31 16:13:42 2018 Return-Path: <owner-svn-doc-all@freebsd.org> Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 815AA10DE255; Wed, 31 Oct 2018 16:13:42 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 30DB87CB19; Wed, 31 Oct 2018 16:13:42 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 104426DCC; Wed, 31 Oct 2018 16:13:42 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9VGDfJq086174; Wed, 31 Oct 2018 16:13:41 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9VGDfkB086173; Wed, 31 Oct 2018 16:13:41 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201810311613.w9VGDfkB086173@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber <gjb@FreeBSD.org> Date: Wed, 31 Oct 2018 16:13:41 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52417 - head/en_US.ISO8859-1/htdocs X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs X-SVN-Commit-Revision: 52417 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" <svn-doc-all.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-doc-all>, <mailto:svn-doc-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-doc-all/> List-Post: <mailto:svn-doc-all@freebsd.org> List-Help: <mailto:svn-doc-all-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-doc-all>, <mailto:svn-doc-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 31 Oct 2018 16:13:42 -0000 Author: gjb Date: Wed Oct 31 16:13:41 2018 New Revision: 52417 URL: https://svnweb.freebsd.org/changeset/doc/52417 Log: Update the administration.html page following r52416. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/administration.xml Modified: head/en_US.ISO8859-1/htdocs/administration.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/administration.xml Wed Oct 31 15:51:25 2018 (r52416) +++ head/en_US.ISO8859-1/htdocs/administration.xml Wed Oct 31 16:13:41 2018 (r52417) @@ -168,7 +168,6 @@ <li>&a.hrs.email;</li> <li>&a.glebius.email;</li> <li>&a.marius.email; (Deputy Lead)</li> - <li>&a.rwatson.email;</li> </ul> <h3><a name="t-re-builder">Builders Release Engineering Team</a> From owner-svn-doc-all@freebsd.org Wed Oct 31 20:23:55 2018 Return-Path: <owner-svn-doc-all@freebsd.org> Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ADC4010E8DA2; Wed, 31 Oct 2018 20:23:55 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5E22469B6C; Wed, 31 Oct 2018 20:23:55 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3D81511681; Wed, 31 Oct 2018 20:23:55 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9VKNtWK022827; Wed, 31 Oct 2018 20:23:55 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9VKNt60022826; Wed, 31 Oct 2018 20:23:55 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201810312023.w9VKNt60022826@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber <gjb@FreeBSD.org> Date: Wed, 31 Oct 2018 20:23:55 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52419 - head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Commit-Revision: 52419 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" <svn-doc-all.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-doc-all>, <mailto:svn-doc-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-doc-all/> List-Post: <mailto:svn-doc-all@freebsd.org> List-Help: <mailto:svn-doc-all-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-doc-all>, <mailto:svn-doc-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 31 Oct 2018 20:23:55 -0000 Author: gjb Date: Wed Oct 31 20:23:54 2018 New Revision: 52419 URL: https://svnweb.freebsd.org/changeset/doc/52419 Log: Document r339270, OpenSSL 1.1.1. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:23:53 2018 (r52418) +++ head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:23:54 2018 (r52419) @@ -174,6 +174,9 @@ <para revision="333783">The &man.xz.1; utility has been updated to version 5.2.4.</para> + + <para revision="339270"><application>OpenSSL</application> has + been updated to version 1.1.1.</para> </sect2> <sect2 xml:id="userland-installer"> From owner-svn-doc-all@freebsd.org Wed Oct 31 20:23:54 2018 Return-Path: <owner-svn-doc-all@freebsd.org> Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89E5010E8D9D; Wed, 31 Oct 2018 20:23:54 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2811D69B6B; Wed, 31 Oct 2018 20:23:54 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0422D11680; Wed, 31 Oct 2018 20:23:54 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9VKNrFf022785; Wed, 31 Oct 2018 20:23:53 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9VKNrXU022784; Wed, 31 Oct 2018 20:23:53 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201810312023.w9VKNrXU022784@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber <gjb@FreeBSD.org> Date: Wed, 31 Oct 2018 20:23:53 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52418 - head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Commit-Revision: 52418 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" <svn-doc-all.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-doc-all>, <mailto:svn-doc-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-doc-all/> List-Post: <mailto:svn-doc-all@freebsd.org> List-Help: <mailto:svn-doc-all-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-doc-all>, <mailto:svn-doc-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 31 Oct 2018 20:23:54 -0000 Author: gjb Date: Wed Oct 31 20:23:53 2018 New Revision: 52418 URL: https://svnweb.freebsd.org/changeset/doc/52418 Log: Document r333783, xz(1) 5.2.4. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 16:13:41 2018 (r52417) +++ head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:23:53 2018 (r52418) @@ -172,7 +172,8 @@ <sect2 xml:id="userland-contrib"> <title>Contributed Software -   + The &man.xz.1; utility has been updated + to version 5.2.4. From owner-svn-doc-all@freebsd.org Wed Oct 31 20:23:57 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3AB510E8DB4; Wed, 31 Oct 2018 20:23:56 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A817F69B80; Wed, 31 Oct 2018 20:23:56 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 78B5511682; Wed, 31 Oct 2018 20:23:56 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9VKNuZa022866; Wed, 31 Oct 2018 20:23:56 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9VKNuMH022865; Wed, 31 Oct 2018 20:23:56 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201810312023.w9VKNuMH022865@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Wed, 31 Oct 2018 20:23:56 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52420 - head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Commit-Revision: 52420 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2018 20:23:57 -0000 Author: gjb Date: Wed Oct 31 20:23:56 2018 New Revision: 52420 URL: https://svnweb.freebsd.org/changeset/doc/52420 Log: Document r338561, OpenSSH 7.8p1. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:23:54 2018 (r52419) +++ head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:23:56 2018 (r52420) @@ -175,6 +175,9 @@ The &man.xz.1; utility has been updated to version 5.2.4. + OpenSSH has + been updated to version 7.8p1. + OpenSSL has been updated to version 1.1.1. From owner-svn-doc-all@freebsd.org Wed Oct 31 20:24:00 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 888AE10E8DF2; Wed, 31 Oct 2018 20:24:00 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 375F569BE2; Wed, 31 Oct 2018 20:24:00 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0101C11684; Wed, 31 Oct 2018 20:23:59 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9VKNwgD022944; Wed, 31 Oct 2018 20:23:58 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9VKNwho022943; Wed, 31 Oct 2018 20:23:58 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201810312023.w9VKNwho022943@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Wed, 31 Oct 2018 20:23:58 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52422 - head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Commit-Revision: 52422 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2018 20:24:00 -0000 Author: gjb Date: Wed Oct 31 20:23:58 2018 New Revision: 52422 URL: https://svnweb.freebsd.org/changeset/doc/52422 Log: Document r337018, dtrace_udplite(4) provider added. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:23:57 2018 (r52421) +++ head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:23:58 2018 (r52422) @@ -175,6 +175,9 @@ The &man.xz.1; utility has been updated to version 5.2.4. + Support for UDP-lite + has been added via &man.dtrace.udplite.4;. + Support for send, receive, and state-change providers have been added to &man.dtrace.sctp.4;. From owner-svn-doc-all@freebsd.org Wed Oct 31 20:24:00 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB68B10E8DF5; Wed, 31 Oct 2018 20:24:00 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7066069BEF; Wed, 31 Oct 2018 20:24:00 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3B7EA11685; Wed, 31 Oct 2018 20:24:00 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9VKO0oI022987; Wed, 31 Oct 2018 20:24:00 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9VKO0OF022986; Wed, 31 Oct 2018 20:24:00 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201810312024.w9VKO0OF022986@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Wed, 31 Oct 2018 20:24:00 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52423 - head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Commit-Revision: 52423 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2018 20:24:00 -0000 Author: gjb Date: Wed Oct 31 20:23:59 2018 New Revision: 52423 URL: https://svnweb.freebsd.org/changeset/doc/52423 Log: Document r337663, bectl(8) utility added. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:23:58 2018 (r52422) +++ head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:23:59 2018 (r52423) @@ -167,6 +167,11 @@ xlint and the ability to build lint libraries or lint source code has been removed. + + The &man.bectl.8; utility has been + added, providing an administrative interface for managing + ZFS boot environments, similar to + sysutils/beadm. From owner-svn-doc-all@freebsd.org Wed Oct 31 20:24:02 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0DF1A10E8DFF; Wed, 31 Oct 2018 20:24:02 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B3FA869C0E; Wed, 31 Oct 2018 20:24:01 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 798AD11686; Wed, 31 Oct 2018 20:24:01 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9VKO1q7023029; Wed, 31 Oct 2018 20:24:01 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9VKO17F023028; Wed, 31 Oct 2018 20:24:01 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201810312024.w9VKO17F023028@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Wed, 31 Oct 2018 20:24:01 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52424 - head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Commit-Revision: 52424 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2018 20:24:02 -0000 Author: gjb Date: Wed Oct 31 20:24:01 2018 New Revision: 52424 URL: https://svnweb.freebsd.org/changeset/doc/52424 Log: Document 335799, clang, llvm, lld, lldb, compiler-rt and libc++ updated to 6.0.1. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:23:59 2018 (r52423) +++ head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:24:01 2018 (r52424) @@ -180,6 +180,14 @@ The &man.xz.1; utility has been updated to version 5.2.4. + The clang, + llvm, + lld, + lldb, + compiler-rt utilities and + libc++ have been updated to version + 6.0.1. + Support for UDP-lite has been added via &man.dtrace.udplite.4;. From owner-svn-doc-all@freebsd.org Wed Oct 31 20:24:04 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DB6310E8E28; Wed, 31 Oct 2018 20:24:04 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C4EA169C4B; Wed, 31 Oct 2018 20:24:03 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BF08211687; Wed, 31 Oct 2018 20:24:02 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9VKO2F1023068; Wed, 31 Oct 2018 20:24:02 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9VKO2vM023067; Wed, 31 Oct 2018 20:24:02 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201810312024.w9VKO2vM023067@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Wed, 31 Oct 2018 20:24:02 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52425 - head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Commit-Revision: 52425 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2018 20:24:04 -0000 Author: gjb Date: Wed Oct 31 20:24:02 2018 New Revision: 52425 URL: https://svnweb.freebsd.org/changeset/doc/52425 Log: Document r338126, ntp 4.2.8p12. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:24:01 2018 (r52424) +++ head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:24:02 2018 (r52425) @@ -195,6 +195,9 @@ state-change providers have been added to &man.dtrace.sctp.4;. + The &man.ntpd.8; utility has been + updated to version 4.2.8p12. + OpenSSH has been updated to version 7.8p1. From owner-svn-doc-all@freebsd.org Wed Oct 31 20:24:11 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A938F10E8EAF; Wed, 31 Oct 2018 20:24:11 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CB33B69CD5; Wed, 31 Oct 2018 20:24:07 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EA74E11688; Wed, 31 Oct 2018 20:24:03 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9VKO3cA023107; Wed, 31 Oct 2018 20:24:03 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9VKO368023106; Wed, 31 Oct 2018 20:24:03 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201810312024.w9VKO368023106@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Wed, 31 Oct 2018 20:24:03 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52426 - head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Commit-Revision: 52426 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2018 20:24:11 -0000 Author: gjb Date: Wed Oct 31 20:24:03 2018 New Revision: 52426 URL: https://svnweb.freebsd.org/changeset/doc/52426 Log: Document r338059, arc4random(3) updated to match OpenBSD v1.35 version. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:24:02 2018 (r52425) +++ head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:24:03 2018 (r52426) @@ -228,7 +228,8 @@ Runtime Libraries and API -   + The &man.arc4random.3; library has been + updated to match the OpenBSD version 1.35. From owner-svn-doc-all@freebsd.org Wed Oct 31 20:23:58 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3572F10E8DD2; Wed, 31 Oct 2018 20:23:58 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DAE1869BA5; Wed, 31 Oct 2018 20:23:57 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AFE0D11683; Wed, 31 Oct 2018 20:23:57 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9VKNvdC022905; Wed, 31 Oct 2018 20:23:57 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9VKNvgM022904; Wed, 31 Oct 2018 20:23:57 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201810312023.w9VKNvgM022904@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Wed, 31 Oct 2018 20:23:57 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52421 - head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Commit-Revision: 52421 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2018 20:23:58 -0000 Author: gjb Date: Wed Oct 31 20:23:57 2018 New Revision: 52421 URL: https://svnweb.freebsd.org/changeset/doc/52421 Log: Document r338213, dtrace_sctp(4) send, receive, and state-change providers added. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:23:56 2018 (r52420) +++ head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:23:57 2018 (r52421) @@ -175,6 +175,10 @@ The &man.xz.1; utility has been updated to version 5.2.4. + Support for send, receive, and + state-change providers have been added to + &man.dtrace.sctp.4;. + OpenSSH has been updated to version 7.8p1. From owner-svn-doc-all@freebsd.org Wed Oct 31 20:24:12 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96A8610E8EB9; Wed, 31 Oct 2018 20:24:12 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7842F69D48; Wed, 31 Oct 2018 20:24:10 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D55D31168C; Wed, 31 Oct 2018 20:24:08 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9VKO8ij023265; Wed, 31 Oct 2018 20:24:08 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9VKO8Ql023264; Wed, 31 Oct 2018 20:24:08 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201810312024.w9VKO8Ql023264@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Wed, 31 Oct 2018 20:24:08 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52430 - head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Commit-Revision: 52430 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2018 20:24:12 -0000 Author: gjb Date: Wed Oct 31 20:24:08 2018 New Revision: 52430 URL: https://svnweb.freebsd.org/changeset/doc/52430 Log: Document r337442, file(1) 5.34. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:24:07 2018 (r52429) +++ head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:24:08 2018 (r52430) @@ -195,6 +195,9 @@ Support for UDP-lite has been added via &man.dtrace.udplite.4;. + The &man.file.1; utility has been + updated to version 5.34. + Support for send, receive, and state-change providers have been added to &man.dtrace.sctp.4;. From owner-svn-doc-all@freebsd.org Wed Oct 31 20:24:17 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2AAF10E8F24; Wed, 31 Oct 2018 20:24:16 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9258C69DE2; Wed, 31 Oct 2018 20:24:16 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 14F5511691; Wed, 31 Oct 2018 20:24:15 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9VKOETa023463; Wed, 31 Oct 2018 20:24:14 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9VKOE96023462; Wed, 31 Oct 2018 20:24:14 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201810312024.w9VKOE96023462@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Wed, 31 Oct 2018 20:24:14 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52435 - head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Commit-Revision: 52435 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2018 20:24:17 -0000 Author: gjb Date: Wed Oct 31 20:24:14 2018 New Revision: 52435 URL: https://svnweb.freebsd.org/changeset/doc/52435 Log: Document r339278, Unbound version 1.8.1. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:24:13 2018 (r52434) +++ head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:24:14 2018 (r52435) @@ -223,6 +223,9 @@ OpenSSL has been updated to version 1.1.1. + + Unbound has + been updated to version 1.8.1. From owner-svn-doc-all@freebsd.org Wed Oct 31 20:24:12 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7043610E8EB5; Wed, 31 Oct 2018 20:24:12 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 409DE69D3A; Wed, 31 Oct 2018 20:24:10 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 83AF01168A; Wed, 31 Oct 2018 20:24:06 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9VKO6vd023185; Wed, 31 Oct 2018 20:24:06 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9VKO6u3023184; Wed, 31 Oct 2018 20:24:06 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201810312024.w9VKO6u3023184@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Wed, 31 Oct 2018 20:24:06 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52428 - head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Commit-Revision: 52428 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2018 20:24:12 -0000 Author: gjb Date: Wed Oct 31 20:24:05 2018 New Revision: 52428 URL: https://svnweb.freebsd.org/changeset/doc/52428 Log: Document r337497, PAGER now defaults to less(1). Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:24:04 2018 (r52427) +++ head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:24:05 2018 (r52428) @@ -159,7 +159,8 @@ Userland Configuration Changes -   + The default PAGER now + defaults to &man.less.1; for most commands. From owner-svn-doc-all@freebsd.org Wed Oct 31 20:24:12 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5375C10E8EB4; Wed, 31 Oct 2018 20:24:12 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B156669D23; Wed, 31 Oct 2018 20:24:09 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3033111689; Wed, 31 Oct 2018 20:24:05 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9VKO5g4023146; Wed, 31 Oct 2018 20:24:05 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9VKO5V2023145; Wed, 31 Oct 2018 20:24:05 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201810312024.w9VKO5V2023145@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Wed, 31 Oct 2018 20:24:05 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52427 - head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Commit-Revision: 52427 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2018 20:24:12 -0000 Author: gjb Date: Wed Oct 31 20:24:04 2018 New Revision: 52427 URL: https://svnweb.freebsd.org/changeset/doc/52427 Log: Document r338826, mandoc(1) version 1.14.4. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:24:03 2018 (r52426) +++ head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:24:04 2018 (r52427) @@ -201,6 +201,9 @@ OpenSSH has been updated to version 7.8p1. + The &man.mandoc.1; utility has been + updated to version 1.14.4. + OpenSSL has been updated to version 1.1.1. From owner-svn-doc-all@freebsd.org Wed Oct 31 20:24:20 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA84510E8F5E; Wed, 31 Oct 2018 20:24:20 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7B1A069E4E; Wed, 31 Oct 2018 20:24:20 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 907E911693; Wed, 31 Oct 2018 20:24:17 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9VKOHCm023542; Wed, 31 Oct 2018 20:24:17 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9VKOHSt023541; Wed, 31 Oct 2018 20:24:17 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201810312024.w9VKOHSt023541@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Wed, 31 Oct 2018 20:24:17 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52437 - head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Commit-Revision: 52437 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2018 20:24:21 -0000 Author: gjb Date: Wed Oct 31 20:24:17 2018 New Revision: 52437 URL: https://svnweb.freebsd.org/changeset/doc/52437 Log: Document r339937, tzdata 2018g. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:24:15 2018 (r52436) +++ head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:24:17 2018 (r52437) @@ -229,6 +229,9 @@ Unbound has been updated to version 1.8.1. + + The timezone database files have been + updated to version 2018g. From owner-svn-doc-all@freebsd.org Wed Oct 31 20:24:12 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86B0A10E8EB8; Wed, 31 Oct 2018 20:24:12 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7F6D769D4A; Wed, 31 Oct 2018 20:24:10 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9DC691168B; Wed, 31 Oct 2018 20:24:07 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9VKO7Ep023226; Wed, 31 Oct 2018 20:24:07 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9VKO7Kh023225; Wed, 31 Oct 2018 20:24:07 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201810312024.w9VKO7Kh023225@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Wed, 31 Oct 2018 20:24:07 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52429 - head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Commit-Revision: 52429 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2018 20:24:12 -0000 Author: gjb Date: Wed Oct 31 20:24:07 2018 New Revision: 52429 URL: https://svnweb.freebsd.org/changeset/doc/52429 Log: Document r335885, bsnmp 1.13. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:24:05 2018 (r52428) +++ head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:24:07 2018 (r52429) @@ -189,6 +189,9 @@ libc++ have been updated to version 6.0.1. + The bsnmp + utility has been updated to version 1.13. + Support for UDP-lite has been added via &man.dtrace.udplite.4;. From owner-svn-doc-all@freebsd.org Wed Oct 31 20:24:12 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6C1010E8EC4; Wed, 31 Oct 2018 20:24:12 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 69CA869D5D; Wed, 31 Oct 2018 20:24:11 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4C81D1168E; Wed, 31 Oct 2018 20:24:11 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9VKOBvu023344; Wed, 31 Oct 2018 20:24:11 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9VKOBnE023343; Wed, 31 Oct 2018 20:24:11 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201810312024.w9VKOBnE023343@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Wed, 31 Oct 2018 20:24:11 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52432 - head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Commit-Revision: 52432 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2018 20:24:12 -0000 Author: gjb Date: Wed Oct 31 20:24:10 2018 New Revision: 52432 URL: https://svnweb.freebsd.org/changeset/doc/52432 Log: Document r338600, libarchive(3) version 3.3.3. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:24:09 2018 (r52431) +++ head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:24:10 2018 (r52432) @@ -244,6 +244,9 @@ The &man.arc4random.3; library has been updated to match the OpenBSD version 1.35. + + The &man.libarchive.3; library has been + updated to version 3.3.3. From owner-svn-doc-all@freebsd.org Wed Oct 31 20:24:13 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2397310E8ED2; Wed, 31 Oct 2018 20:24:13 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C061169D74; Wed, 31 Oct 2018 20:24:12 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8BBA71168F; Wed, 31 Oct 2018 20:24:12 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9VKOCQw023383; Wed, 31 Oct 2018 20:24:12 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9VKOCB6023382; Wed, 31 Oct 2018 20:24:12 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201810312024.w9VKOCB6023382@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Wed, 31 Oct 2018 20:24:12 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52433 - head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Commit-Revision: 52433 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2018 20:24:13 -0000 Author: gjb Date: Wed Oct 31 20:24:12 2018 New Revision: 52433 URL: https://svnweb.freebsd.org/changeset/doc/52433 Log: Document r337810, lua updated to version 5.3.5. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:24:10 2018 (r52432) +++ head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:24:12 2018 (r52433) @@ -202,6 +202,9 @@ The &man.file.1; utility has been updated to version 5.34. + The lua + utility has been updated to version 5.3.5. + Support for send, receive, and state-change providers have been added to &man.dtrace.sctp.4;. From owner-svn-doc-all@freebsd.org Wed Oct 31 20:24:15 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1209010E8F03; Wed, 31 Oct 2018 20:24:15 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B58DA69DA5; Wed, 31 Oct 2018 20:24:14 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E7D8D11690; Wed, 31 Oct 2018 20:24:13 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9VKODoM023422; Wed, 31 Oct 2018 20:24:13 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9VKODS0023421; Wed, 31 Oct 2018 20:24:13 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201810312024.w9VKODS0023421@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Wed, 31 Oct 2018 20:24:13 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52434 - head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Commit-Revision: 52434 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2018 20:24:15 -0000 Author: gjb Date: Wed Oct 31 20:24:13 2018 New Revision: 52434 URL: https://svnweb.freebsd.org/changeset/doc/52434 Log: Document r336203, WPA version 2.6. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:24:12 2018 (r52433) +++ head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:24:13 2018 (r52434) @@ -196,6 +196,9 @@ The bsnmp utility has been updated to version 1.13. + The WPA utilties have + been updated to version 2.6. + Support for UDP-lite has been added via &man.dtrace.udplite.4;. From owner-svn-doc-all@freebsd.org Wed Oct 31 20:24:25 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A0A8710E8FE0; Wed, 31 Oct 2018 20:24:25 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 512E269EDE; Wed, 31 Oct 2018 20:24:25 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 202D811695; Wed, 31 Oct 2018 20:24:20 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9VKOKjn023620; Wed, 31 Oct 2018 20:24:20 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9VKOJYE023619; Wed, 31 Oct 2018 20:24:19 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201810312024.w9VKOJYE023619@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Wed, 31 Oct 2018 20:24:19 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52439 - head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Commit-Revision: 52439 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2018 20:24:25 -0000 Author: gjb Date: Wed Oct 31 20:24:19 2018 New Revision: 52439 URL: https://svnweb.freebsd.org/changeset/doc/52439 Log: Document r337332, date(1) -I option. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:24:18 2018 (r52438) +++ head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:24:19 2018 (r52439) @@ -173,6 +173,11 @@ xlint and the ability to build lint libraries or lint source code has been removed. + The &man.date.1; utility has been + updated to include a new flag, -I, which + prints its output in ISO 8601 + formatting. + The &man.bectl.8; utility has been added, providing an administrative interface for managing ZFS boot environments, similar to From owner-svn-doc-all@freebsd.org Wed Oct 31 20:24:27 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78C4110E8FF9; Wed, 31 Oct 2018 20:24:27 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2C37069F0E; Wed, 31 Oct 2018 20:24:27 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5E16011696; Wed, 31 Oct 2018 20:24:21 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9VKOLUs023663; Wed, 31 Oct 2018 20:24:21 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9VKOLg1023662; Wed, 31 Oct 2018 20:24:21 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201810312024.w9VKOLg1023662@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Wed, 31 Oct 2018 20:24:21 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52440 - head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Commit-Revision: 52440 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2018 20:24:27 -0000 Author: gjb Date: Wed Oct 31 20:24:20 2018 New Revision: 52440 URL: https://svnweb.freebsd.org/changeset/doc/52440 Log: Document r337505, dd(1) 'status=progress' addition. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:24:19 2018 (r52439) +++ head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:24:20 2018 (r52440) @@ -173,6 +173,11 @@ xlint and the ability to build lint libraries or lint source code has been removed. + The &man.dd.1; utility has been updated + to add the status=progress option, which + prints the status of its operation on a single line once per + second, similar to GNU &man.dd.1;. + The &man.date.1; utility has been updated to include a new flag, -I, which prints its output in ISO 8601 From owner-svn-doc-all@freebsd.org Wed Oct 31 20:24:12 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AD26110E8EBC; Wed, 31 Oct 2018 20:24:12 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8D19D69D4B; Wed, 31 Oct 2018 20:24:10 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 19FB81168D; Wed, 31 Oct 2018 20:24:10 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9VKO9W0023305; Wed, 31 Oct 2018 20:24:09 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9VKO9LX023304; Wed, 31 Oct 2018 20:24:09 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201810312024.w9VKO9LX023304@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Wed, 31 Oct 2018 20:24:09 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52431 - head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Commit-Revision: 52431 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2018 20:24:12 -0000 Author: gjb Date: Wed Oct 31 20:24:09 2018 New Revision: 52431 URL: https://svnweb.freebsd.org/changeset/doc/52431 Log: Document r339303, LDNS GOST is removed, and DANE-TA on by default. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:24:08 2018 (r52430) +++ head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:24:09 2018 (r52431) @@ -161,6 +161,10 @@ The default PAGER now defaults to &man.less.1; for most commands. + + LDNS now + enables DANE-TA, and + GOST has been removed. From owner-svn-doc-all@freebsd.org Wed Oct 31 20:24:19 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B172610E8F4F; Wed, 31 Oct 2018 20:24:19 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 653E869E34; Wed, 31 Oct 2018 20:24:19 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 557FC11692; Wed, 31 Oct 2018 20:24:16 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9VKOGVm023503; Wed, 31 Oct 2018 20:24:16 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9VKOG3L023502; Wed, 31 Oct 2018 20:24:16 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201810312024.w9VKOG3L023502@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Wed, 31 Oct 2018 20:24:16 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52436 - head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Commit-Revision: 52436 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2018 20:24:19 -0000 Author: gjb Date: Wed Oct 31 20:24:15 2018 New Revision: 52436 URL: https://svnweb.freebsd.org/changeset/doc/52436 Log: Document r339256, Serf version 1.3.9. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:24:14 2018 (r52435) +++ head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:24:15 2018 (r52436) @@ -221,6 +221,9 @@ The &man.mandoc.1; utility has been updated to version 1.14.4. + Serf has been + updated to version 1.3.9. + OpenSSL has been updated to version 1.1.1. From owner-svn-doc-all@freebsd.org Wed Oct 31 20:24:23 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0FD7B10E8F8D; Wed, 31 Oct 2018 20:24:23 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B71D269E91; Wed, 31 Oct 2018 20:24:22 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D82CC11694; Wed, 31 Oct 2018 20:24:18 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9VKOI4M023581; Wed, 31 Oct 2018 20:24:18 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9VKOINS023580; Wed, 31 Oct 2018 20:24:18 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201810312024.w9VKOINS023580@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Wed, 31 Oct 2018 20:24:18 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52438 - head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Commit-Revision: 52438 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2018 20:24:23 -0000 Author: gjb Date: Wed Oct 31 20:24:18 2018 New Revision: 52438 URL: https://svnweb.freebsd.org/changeset/doc/52438 Log: Document r336525, it is now possible to run ntpd(8) as a non-root user. While here, fix a typo. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:24:17 2018 (r52437) +++ head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:24:18 2018 (r52438) @@ -196,8 +196,21 @@ The bsnmp utility has been updated to version 1.13. - The WPA utilties have - been updated to version 2.6. + The WPA utilities + have been updated to version 2.6. + + The &man.ntpd.8; utility has been + updated to allow being run as a non-root user. + + + Source-based upgrades from &os; 11.x and earlier + require the ntpd UID + (123) and GID (123) to exist before the + installworld target is run. See the + "rebuild everything and install" section of + UPDATING for the documented procedure + for source-based upgrades for more details. + Support for UDP-lite has been added via &man.dtrace.udplite.4;. From owner-svn-doc-all@freebsd.org Wed Oct 31 20:24:31 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9AD1610E903E; Wed, 31 Oct 2018 20:24:31 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C67A69F85; Wed, 31 Oct 2018 20:24:31 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9B23811697; Wed, 31 Oct 2018 20:24:22 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9VKOM36023703; Wed, 31 Oct 2018 20:24:22 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9VKOMdt023702; Wed, 31 Oct 2018 20:24:22 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201810312024.w9VKOMdt023702@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Wed, 31 Oct 2018 20:24:22 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52441 - head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Commit-Revision: 52441 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2018 20:24:31 -0000 Author: gjb Date: Wed Oct 31 20:24:22 2018 New Revision: 52441 URL: https://svnweb.freebsd.org/changeset/doc/52441 Log: Document r337956, ls(1) '--color=when' addition. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:24:20 2018 (r52440) +++ head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:24:22 2018 (r52441) @@ -187,6 +187,13 @@ added, providing an administrative interface for managing ZFS boot environments, similar to sysutils/beadm. + + The &man.ls.1; utility has been updated + to include a new + --color=when + flag, where when can be one of + always, auto (default), + or never. From owner-svn-doc-all@freebsd.org Wed Oct 31 20:24:30 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60F3710E902E; Wed, 31 Oct 2018 20:24:30 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1269E69F5C; Wed, 31 Oct 2018 20:24:30 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D88E211698; Wed, 31 Oct 2018 20:24:23 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9VKONdR023742; Wed, 31 Oct 2018 20:24:23 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9VKONJw023741; Wed, 31 Oct 2018 20:24:23 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201810312024.w9VKONJw023741@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Wed, 31 Oct 2018 20:24:23 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52442 - head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Commit-Revision: 52442 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2018 20:24:30 -0000 Author: gjb Date: Wed Oct 31 20:24:23 2018 New Revision: 52442 URL: https://svnweb.freebsd.org/changeset/doc/52442 Log: Add svn revisions in comments to note the chunk of the stable/12 branch is currently being worked on for release notes. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:24:22 2018 (r52441) +++ head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Wed Oct 31 20:24:23 2018 (r52442) @@ -22,7 +22,8 @@ $FreeBSD$ - + + 2018 From owner-svn-doc-all@freebsd.org Wed Oct 31 21:33:51 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6716310EA63C; Wed, 31 Oct 2018 21:33:51 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 110466CDE2; Wed, 31 Oct 2018 21:33:51 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C9DDD12235; Wed, 31 Oct 2018 21:33:50 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9VLXoNV061586; Wed, 31 Oct 2018 21:33:50 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9VLXoYD061585; Wed, 31 Oct 2018 21:33:50 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201810312133.w9VLXoYD061585@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Wed, 31 Oct 2018 21:33:50 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52443 - head/en_US.ISO8859-1/htdocs/releases/12.0R/share/xml X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/releases/12.0R/share/xml X-SVN-Commit-Revision: 52443 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2018 21:33:51 -0000 Author: gjb Date: Wed Oct 31 21:33:50 2018 New Revision: 52443 URL: https://svnweb.freebsd.org/changeset/doc/52443 Log: Bump version numbers in the 12.0R documentation. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/share/xml/release.ent Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/share/xml/release.ent ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/12.0R/share/xml/release.ent Wed Oct 31 20:24:23 2018 (r52442) +++ head/en_US.ISO8859-1/htdocs/releases/12.0R/share/xml/release.ent Wed Oct 31 21:33:50 2018 (r52443) @@ -6,23 +6,23 @@ - + - + - + - + - + @@ -31,15 +31,15 @@ - + - - + + Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3BFE710D427C; Thu, 1 Nov 2018 00:55:01 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E42B9740A8; Thu, 1 Nov 2018 00:55:00 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C4C42142F7; Thu, 1 Nov 2018 00:55:00 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wA10t0gm066825; Thu, 1 Nov 2018 00:55:00 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wA10t09x066824; Thu, 1 Nov 2018 00:55:00 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201811010055.wA10t09x066824@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Thu, 1 Nov 2018 00:55:00 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52444 - head/en_US.ISO8859-1/htdocs/releases/12.0R X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/releases/12.0R X-SVN-Commit-Revision: 52444 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Nov 2018 00:55:01 -0000 Author: gjb Date: Thu Nov 1 00:55:00 2018 New Revision: 52444 URL: https://svnweb.freebsd.org/changeset/doc/52444 Log: Unmark BETA3 as "as-needed". Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/schedule.xml Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/schedule.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/12.0R/schedule.xml Wed Oct 31 21:33:50 2018 (r52443) +++ head/en_US.ISO8859-1/htdocs/releases/12.0R/schedule.xml Thu Nov 1 00:55:00 2018 (r52444) @@ -137,7 +137,7 @@ - + From owner-svn-doc-all@freebsd.org Thu Nov 1 16:52:16 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 109A710F8516; Thu, 1 Nov 2018 16:52:16 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B8C907F8B6; Thu, 1 Nov 2018 16:52:15 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 99E8D1E805; Thu, 1 Nov 2018 16:52:15 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wA1GqFaO059574; Thu, 1 Nov 2018 16:52:15 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wA1GqDJ9059566; Thu, 1 Nov 2018 16:52:13 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201811011652.wA1GqDJ9059566@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Thu, 1 Nov 2018 16:52:13 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52445 - in head: en_US.ISO8859-1/books/handbook en_US.ISO8859-1/htdocs en_US.ISO8859-1/htdocs/releases en_US.ISO8859-1/htdocs/releng en_US.ISO8859-1/htdocs/security share/xml X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: in head: en_US.ISO8859-1/books/handbook en_US.ISO8859-1/htdocs en_US.ISO8859-1/htdocs/releases en_US.ISO8859-1/htdocs/releng en_US.ISO8859-1/htdocs/security share/xml X-SVN-Commit-Revision: 52445 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Nov 2018 16:52:16 -0000 Author: gjb Date: Thu Nov 1 16:52:13 2018 New Revision: 52445 URL: https://svnweb.freebsd.org/changeset/doc/52445 Log: Document 10.4-RELEASE has reached end of life. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/books/handbook/book.xml head/en_US.ISO8859-1/htdocs/index.xsl head/en_US.ISO8859-1/htdocs/releases/index.xml head/en_US.ISO8859-1/htdocs/releng/index.xml head/en_US.ISO8859-1/htdocs/security/security.xml head/en_US.ISO8859-1/htdocs/security/unsupported.xml head/en_US.ISO8859-1/htdocs/where.xml head/share/xml/navibar.ent Modified: head/en_US.ISO8859-1/books/handbook/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/book.xml Thu Nov 1 00:55:00 2018 (r52444) +++ head/en_US.ISO8859-1/books/handbook/book.xml Thu Nov 1 16:52:13 2018 (r52445) @@ -105,8 +105,8 @@ Welcome to &os;! This handbook covers the installation and day to day use of - &os; &rel.current;-RELEASE, and - &os; &rel2.current;-RELEASE. This book is + &os; &rel.current;-RELEASE. This book is the result of ongoing work by many individuals. Some sections might be outdated. Those interested in helping to update and expand this document should send email to the &a.doc;. Modified: head/en_US.ISO8859-1/htdocs/index.xsl ============================================================================== --- head/en_US.ISO8859-1/htdocs/index.xsl Thu Nov 1 00:55:00 2018 (r52444) +++ head/en_US.ISO8859-1/htdocs/index.xsl Thu Nov 1 16:52:13 2018 (r52445) @@ -100,13 +100,13 @@

    Supported Releases

    • Production: &rel.current;, + href="&u.rel.announce;">&rel.current; &rel1.current;, - ?> &rel2.current;
    • + ?>
    • Upcoming: &betarel.current;
    • Modified: head/en_US.ISO8859-1/htdocs/releases/index.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/index.xml Thu Nov 1 00:55:00 2018 (r52444) +++ head/en_US.ISO8859-1/htdocs/releases/index.xml Thu Nov 1 16:52:13 2018 (r52445) @@ -63,6 +63,7 @@

      ?> + Legacy Release

      Release &rel2.current; (&rel2.current.date;) @@ -75,6 +76,7 @@ Errata : Checksums

      + ?>

      Future Releases

      @@ -132,6 +134,18 @@ Readme: Errata: Checksums + + + +
    • 10.4 (October, 2017) + + Announcement: + Release Notes: + Installation Instructions: + Hardware Notes: + Readme: + Errata: + Checksums
    • Modified: head/en_US.ISO8859-1/htdocs/releng/index.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releng/index.xml Thu Nov 1 00:55:00 2018 (r52444) +++ head/en_US.ISO8859-1/htdocs/releng/index.xml Thu Nov 1 16:52:13 2018 (r52445) @@ -135,7 +135,7 @@
    - + Modified: head/en_US.ISO8859-1/htdocs/security/security.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/security/security.xml Thu Nov 1 00:55:00 2018 (r52444) +++ head/en_US.ISO8859-1/htdocs/security/security.xml Thu Nov 1 16:52:13 2018 (r52445) @@ -152,20 +152,6 @@ - - - - - - - - - - - - - - Modified: head/en_US.ISO8859-1/htdocs/security/unsupported.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/security/unsupported.xml Thu Nov 1 00:55:00 2018 (r52444) +++ head/en_US.ISO8859-1/htdocs/security/unsupported.xml Thu Nov 1 16:52:13 2018 (r52445) @@ -256,6 +256,13 @@ + + + + + + + Modified: head/en_US.ISO8859-1/htdocs/where.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/where.xml Thu Nov 1 00:55:00 2018 (r52444) +++ head/en_US.ISO8859-1/htdocs/where.xml Thu Nov 1 16:52:13 2018 (r52445) @@ -187,6 +187,7 @@
    ?> +

    &os; &rel2.current;-RELEASE

    @@ -242,6 +243,7 @@
    BETA3 builds begin *BETA3 builds begin 2 November 2018 - Third beta test snapshot.releng/10.4 Frozen &contact.so;FreeBSD 10.4 supported errata fix branch.FreeBSD 10.4 errata fix branch (not officially supported).
    Expected EoL
    stable/10n/an/an/aOctober 31, 2018
    releng/10.410.4-RELEASENormalOctober 3, 2017October 31, 2018
    stable/11 n/a n/aApril 4, 2016 April 30, 2018
    releng/10.410.4-RELEASENormalOctober 3, 2017October 31, 2018
    releng/11.0 11.0-RELEASE

    + ?> &beta.desc; &beta.second; @@ -374,6 +376,7 @@

     

    + &os; &rel2.current;-STABLE @@ -419,6 +422,7 @@
    + ?>

    If you plan on getting &os; via HTTP or FTP, please check the listing of Production Release:
    &rel1.current; - ?>

  • Production Release:
    &rel2.current;
  • + ?>
  • Snapshot Releases From owner-svn-doc-all@freebsd.org Thu Nov 1 17:05:35 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4FF5010F8D2E; Thu, 1 Nov 2018 17:05:35 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 026008033C; Thu, 1 Nov 2018 17:05:35 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D78A31E9C8; Thu, 1 Nov 2018 17:05:34 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wA1H5YxV067144; Thu, 1 Nov 2018 17:05:34 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wA1H5YKO067143; Thu, 1 Nov 2018 17:05:34 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201811011705.wA1H5YKO067143@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Thu, 1 Nov 2018 17:05:34 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52446 - head/en_US.ISO8859-1/htdocs X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs X-SVN-Commit-Revision: 52446 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Nov 2018 17:05:35 -0000 Author: gjb Date: Thu Nov 1 17:05:34 2018 New Revision: 52446 URL: https://svnweb.freebsd.org/changeset/doc/52446 Log: Temporarily turn off evaluating BUILD_RELNOTES while debugging something. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/Makefile Modified: head/en_US.ISO8859-1/htdocs/Makefile ============================================================================== --- head/en_US.ISO8859-1/htdocs/Makefile Thu Nov 1 16:52:13 2018 (r52445) +++ head/en_US.ISO8859-1/htdocs/Makefile Thu Nov 1 17:05:34 2018 (r52446) @@ -75,9 +75,9 @@ SUBDIR+= support SUBDIR+= doc SUBDIR+= ports .endif -.if defined(BUILD_RELNOTES) +#.if defined(BUILD_RELNOTES) SUBDIR+= relnotes -.endif +#.endif # Non-XML SUBDIR+= cgi From owner-svn-doc-all@freebsd.org Thu Nov 1 18:40:21 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F90910FB665; Thu, 1 Nov 2018 18:40:21 +0000 (UTC) (envelope-from jeb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0537D85199; Thu, 1 Nov 2018 18:40:21 +0000 (UTC) (envelope-from jeb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DA80B1F90C; Thu, 1 Nov 2018 18:40:20 +0000 (UTC) (envelope-from jeb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wA1IeK7f015817; Thu, 1 Nov 2018 18:40:20 GMT (envelope-from jeb@FreeBSD.org) Received: (from jeb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wA1IeJov015811; Thu, 1 Nov 2018 18:40:19 GMT (envelope-from jeb@FreeBSD.org) Message-Id: <201811011840.wA1IeJov015811@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jeb set sender to jeb@FreeBSD.org using -f From: Jeb Cramer Date: Thu, 1 Nov 2018 18:40:19 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52447 - in head: en_US.ISO8859-1/articles/contributors share/pgpkeys share/xml X-SVN-Group: doc-head X-SVN-Commit-Author: jeb X-SVN-Commit-Paths: in head: en_US.ISO8859-1/articles/contributors share/pgpkeys share/xml X-SVN-Commit-Revision: 52447 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Nov 2018 18:40:21 -0000 Author: jeb (src committer) Date: Thu Nov 1 18:40:19 2018 New Revision: 52447 URL: https://svnweb.freebsd.org/changeset/doc/52447 Log: Add Jeb Cramer's (jeb@) information to doc/ per committer's guide. Reviewed by: erj, sbruno Approved by: erj (mentor), sbruno (mentor) Added: head/share/pgpkeys/jeb.key (contents, props changed) Modified: head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml head/share/pgpkeys/pgpkeys-developers.xml head/share/pgpkeys/pgpkeys.ent head/share/xml/authors.ent head/share/xml/news.xml Modified: head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml ============================================================================== --- head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml Thu Nov 1 17:05:34 2018 (r52446) +++ head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml Thu Nov 1 18:40:19 2018 (r52447) @@ -253,6 +253,10 @@ xmlns:xlink="http://www.w3.org/1999/xlink" version="5. + &a.jeb.email; + + + &a.culot.email; Added: head/share/pgpkeys/jeb.key ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/share/pgpkeys/jeb.key Thu Nov 1 18:40:19 2018 (r52447) @@ -0,0 +1,43 @@ + + + +sub rsa2048/8C5C3115E84A7CD4 2018-10-31 [E] [expires: 2021-10-30] + +]]> + Modified: head/share/pgpkeys/pgpkeys-developers.xml ============================================================================== --- head/share/pgpkeys/pgpkeys-developers.xml Thu Nov 1 17:05:34 2018 (r52446) +++ head/share/pgpkeys/pgpkeys-developers.xml Thu Nov 1 18:40:19 2018 (r52447) @@ -441,6 +441,11 @@ &pgpkey.olivier; + + &a.jeb.email; + &pgpkey.jeb; + + &a.culot.email; &pgpkey.culot; Modified: head/share/pgpkeys/pgpkeys.ent ============================================================================== --- head/share/pgpkeys/pgpkeys.ent Thu Nov 1 17:05:34 2018 (r52446) +++ head/share/pgpkeys/pgpkeys.ent Thu Nov 1 18:40:19 2018 (r52447) @@ -221,6 +221,7 @@ + Modified: head/share/xml/authors.ent ============================================================================== --- head/share/xml/authors.ent Thu Nov 1 17:05:34 2018 (r52446) +++ head/share/xml/authors.ent Thu Nov 1 18:40:19 2018 (r52447) @@ -1035,6 +1035,9 @@ jdp@FreeBSD.org"> + +jeb@FreeBSD.org"> + jedgar@FreeBSD.org"> Modified: head/share/xml/news.xml ============================================================================== --- head/share/xml/news.xml Thu Nov 1 17:05:34 2018 (r52446) +++ head/share/xml/news.xml Thu Nov 1 18:40:19 2018 (r52447) @@ -527,6 +527,16 @@ 1 + 25 + + +

    New committer: + Jeb Cramer + (src)

    +
    +
    + + 4 From owner-svn-doc-all@freebsd.org Thu Nov 1 18:48:47 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 171DF10FB927; Thu, 1 Nov 2018 18:48:47 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BCA5B856EA; Thu, 1 Nov 2018 18:48:46 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 911841FA9C; Thu, 1 Nov 2018 18:48:46 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wA1Imk4s020866; Thu, 1 Nov 2018 18:48:46 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wA1ImkQG020865; Thu, 1 Nov 2018 18:48:46 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201811011848.wA1ImkQG020865@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Thu, 1 Nov 2018 18:48:46 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52448 - head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes X-SVN-Commit-Revision: 52448 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Nov 2018 18:48:47 -0000 Author: gjb Date: Thu Nov 1 18:48:46 2018 New Revision: 52448 URL: https://svnweb.freebsd.org/changeset/doc/52448 Log: Document r339735, add deprecated driver section for drivers not present in 13.0. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Thu Nov 1 18:40:19 2018 (r52447) +++ head/en_US.ISO8859-1/htdocs/releases/12.0R/relnotes/relnotes.xml Thu Nov 1 18:48:46 2018 (r52448) @@ -351,6 +351,17 @@  
    + + + Deprecated Drivers + + The following drivers have been + deprecated in &os; 12.0, and not present in + &os; 13.0: &man.ae.4;, &man.de.4;, &man.ed.4;, + &man.ep.4;, &man.ex.4;, &man.fe.4;, &man.pcn.4;, &man.sf.4;, + &man.sn.4;, &man.tl.4;, &man.tx.4;, &man.txp.4;, &man.vx.4;, + &man.wb.4;, &man.xe.4; + From owner-svn-doc-all@freebsd.org Thu Nov 1 18:50:48 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00D4A10FB9AA; Thu, 1 Nov 2018 18:50:48 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AB62A857FF; Thu, 1 Nov 2018 18:50:47 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8DDBB1FAB5; Thu, 1 Nov 2018 18:50:47 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wA1IolAr021046; Thu, 1 Nov 2018 18:50:47 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wA1Iolnb021045; Thu, 1 Nov 2018 18:50:47 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201811011850.wA1Iolnb021045@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Thu, 1 Nov 2018 18:50:47 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52449 - head/en_US.ISO8859-1/htdocs X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs X-SVN-Commit-Revision: 52449 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Nov 2018 18:50:48 -0000 Author: gjb Date: Thu Nov 1 18:50:47 2018 New Revision: 52449 URL: https://svnweb.freebsd.org/changeset/doc/52449 Log: Revert r52446, which was committed for debugging. Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/Makefile Modified: head/en_US.ISO8859-1/htdocs/Makefile ============================================================================== --- head/en_US.ISO8859-1/htdocs/Makefile Thu Nov 1 18:48:46 2018 (r52448) +++ head/en_US.ISO8859-1/htdocs/Makefile Thu Nov 1 18:50:47 2018 (r52449) @@ -75,9 +75,9 @@ SUBDIR+= support SUBDIR+= doc SUBDIR+= ports .endif -#.if defined(BUILD_RELNOTES) +.if defined(BUILD_RELNOTES) SUBDIR+= relnotes -#.endif +.endif # Non-XML SUBDIR+= cgi From owner-svn-doc-all@freebsd.org Thu Nov 1 23:08:42 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C5C910DC447; Thu, 1 Nov 2018 23:08:42 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 41FEC6AA8A; Thu, 1 Nov 2018 23:08:42 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2340222551; Thu, 1 Nov 2018 23:08:42 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wA1N8gEc059242; Thu, 1 Nov 2018 23:08:42 GMT (envelope-from 0mp@FreeBSD.org) Received: (from 0mp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wA1N8g6J059241; Thu, 1 Nov 2018 23:08:42 GMT (envelope-from 0mp@FreeBSD.org) Message-Id: <201811012308.wA1N8g6J059241@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: 0mp set sender to 0mp@FreeBSD.org using -f From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Thu, 1 Nov 2018 23:08:42 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52450 - head/en_US.ISO8859-1/books/handbook/network-servers X-SVN-Group: doc-head X-SVN-Commit-Author: 0mp X-SVN-Commit-Paths: head/en_US.ISO8859-1/books/handbook/network-servers X-SVN-Commit-Revision: 52450 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Nov 2018 23:08:42 -0000 Author: 0mp (ports committer) Date: Thu Nov 1 23:08:41 2018 New Revision: 52450 URL: https://svnweb.freebsd.org/changeset/doc/52450 Log: Reference new Samba ports in the chapter about Samba services. Reviewed by: bcr Approved by: krion (mentor, implicit), mat (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D17807 Modified: head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml Thu Nov 1 18:50:47 2018 (r52449) +++ head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml Thu Nov 1 23:08:41 2018 (r52450) @@ -3808,14 +3808,14 @@ AddModule mod_php5.c On &os;, the Samba client libraries can be installed using the - net/samba-smbclient port or package. The + net/samba48 port or package. The client provides the ability for a &os; system to access SMB/CIFS shares in a µsoft.windows; network. A &os; system can also be configured to act as a - Samba server by installing the - net/samba46 port or package. This allows the + Samba server by installing the same + net/samba48 port or package. This allows the administrator to create SMB/CIFS shares on the &os; system which can be accessed by clients running From owner-svn-doc-all@freebsd.org Thu Nov 1 23:59:30 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C9C610DD94E; Thu, 1 Nov 2018 23:59:30 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D65F86C79F; Thu, 1 Nov 2018 23:59:29 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B843922D96; Thu, 1 Nov 2018 23:59:29 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wA1NxTI4085269; Thu, 1 Nov 2018 23:59:29 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wA1NxTar085268; Thu, 1 Nov 2018 23:59:29 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201811012359.wA1NxTar085268@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Thu, 1 Nov 2018 23:59:29 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52451 - head/en_US.ISO8859-1/htdocs/releases/12.0R X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/releases/12.0R X-SVN-Commit-Revision: 52451 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Nov 2018 23:59:30 -0000 Author: gjb Date: Thu Nov 1 23:59:29 2018 New Revision: 52451 URL: https://svnweb.freebsd.org/changeset/doc/52451 Log: Update the 12.0-RELEASE schedule to reflect BETA3 builds have started. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/schedule.xml Modified: head/en_US.ISO8859-1/htdocs/releases/12.0R/schedule.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/12.0R/schedule.xml Thu Nov 1 23:08:41 2018 (r52450) +++ head/en_US.ISO8859-1/htdocs/releases/12.0R/schedule.xml Thu Nov 1 23:59:29 2018 (r52451) @@ -139,7 +139,7 @@ BETA3 builds begin 2 November 2018 - - + 2 November 2018 Third beta test snapshot. From owner-svn-doc-all@freebsd.org Fri Nov 2 14:19:25 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D62C10F88C5; Fri, 2 Nov 2018 14:19:25 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5354B6D2CC; Fri, 2 Nov 2018 14:19:25 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 308D43F0D; Fri, 2 Nov 2018 14:19:25 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wA2EJPtE046754; Fri, 2 Nov 2018 14:19:25 GMT (envelope-from ryusuke@FreeBSD.org) Received: (from ryusuke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wA2EJOII046752; Fri, 2 Nov 2018 14:19:24 GMT (envelope-from ryusuke@FreeBSD.org) Message-Id: <201811021419.wA2EJOII046752@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ryusuke set sender to ryusuke@FreeBSD.org using -f From: Ryusuke SUZUKI Date: Fri, 2 Nov 2018 14:19:24 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52452 - head/ja_JP.eucJP/htdocs/security X-SVN-Group: doc-head X-SVN-Commit-Author: ryusuke X-SVN-Commit-Paths: head/ja_JP.eucJP/htdocs/security X-SVN-Commit-Revision: 52452 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Nov 2018 14:19:25 -0000 Author: ryusuke Date: Fri Nov 2 14:19:24 2018 New Revision: 52452 URL: https://svnweb.freebsd.org/changeset/doc/52452 Log: - Merge the following from the English version: r52321 -> r52445 head/ja_JP.eucJP/htdocs/security/security.xml r52328 -> r52445 head/ja_JP.eucJP/htdocs/security/unsupported.xml Modified: head/ja_JP.eucJP/htdocs/security/security.xml head/ja_JP.eucJP/htdocs/security/unsupported.xml Modified: head/ja_JP.eucJP/htdocs/security/security.xml ============================================================================== --- head/ja_JP.eucJP/htdocs/security/security.xml Thu Nov 1 23:59:29 2018 (r52451) +++ head/ja_JP.eucJP/htdocs/security/security.xml Fri Nov 2 14:19:24 2018 (r52452) @@ -5,7 +5,7 @@ ]> - + @@ -152,13 +152,6 @@ ¤Ê¤· ¤Ê¤· ¤Ê¤· - 2018 ǯ 10 ·î 31 Æü - - - releng/10.4 - 10.4-RELEASE - Normal - 2017 ǯ 10 ·î 3 Æü 2018 ǯ 10 ·î 31 Æü Modified: head/ja_JP.eucJP/htdocs/security/unsupported.xml ============================================================================== --- head/ja_JP.eucJP/htdocs/security/unsupported.xml Thu Nov 1 23:59:29 2018 (r52451) +++ head/ja_JP.eucJP/htdocs/security/unsupported.xml Fri Nov 2 14:19:24 2018 (r52452) @@ -5,7 +5,7 @@ ]> - + @@ -256,6 +256,13 @@ Extended 2016 ǯ 4 ·î 4 Æü 2018 ǯ 4 ·î 30 Æü + + + releng/10.4 + 10.4-RELEASE + Normal + 2017 ǯ 10 ·î 3 Æü + 2018 ǯ 10 ·î 31 Æü releng/11.0 From owner-svn-doc-all@freebsd.org Fri Nov 2 14:29:52 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AFC7610F8E45; Fri, 2 Nov 2018 14:29:52 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 642186DAB8; Fri, 2 Nov 2018 14:29:52 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3FD4A40DE; Fri, 2 Nov 2018 14:29:52 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wA2ETqrj052017; Fri, 2 Nov 2018 14:29:52 GMT (envelope-from ryusuke@FreeBSD.org) Received: (from ryusuke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wA2ETpfX052015; Fri, 2 Nov 2018 14:29:51 GMT (envelope-from ryusuke@FreeBSD.org) Message-Id: <201811021429.wA2ETpfX052015@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ryusuke set sender to ryusuke@FreeBSD.org using -f From: Ryusuke SUZUKI Date: Fri, 2 Nov 2018 14:29:51 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52453 - head/ja_JP.eucJP/htdocs X-SVN-Group: doc-head X-SVN-Commit-Author: ryusuke X-SVN-Commit-Paths: head/ja_JP.eucJP/htdocs X-SVN-Commit-Revision: 52453 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Nov 2018 14:29:53 -0000 Author: ryusuke Date: Fri Nov 2 14:29:51 2018 New Revision: 52453 URL: https://svnweb.freebsd.org/changeset/doc/52453 Log: - Merge the following from the English version: r52321 -> r52445 head/ja_JP.eucJP/htdocs/index.xsl r52408 -> r52445 head/ja_JP.eucJP/htdocs/where.xml Modified: head/ja_JP.eucJP/htdocs/index.xsl head/ja_JP.eucJP/htdocs/where.xml Modified: head/ja_JP.eucJP/htdocs/index.xsl ============================================================================== --- head/ja_JP.eucJP/htdocs/index.xsl Fri Nov 2 14:19:24 2018 (r52452) +++ head/ja_JP.eucJP/htdocs/index.xsl Fri Nov 2 14:29:51 2018 (r52453) @@ -5,7 +5,7 @@ ]> - + ¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤ë¥ê¥ê¡¼¥¹ + ?>  @@ -370,9 +374,9 @@

     

    + &os; &rel2.current;-STABLE -

    &os; &rel1.current;-STABLE

    - @@ -418,7 +422,7 @@
    - + ?>

    Falls Sie &os; über HTTP oder FTP herunterladen wollen, suchen Sie bitte in der Liste der Spiegelserver Modified: head/de_DE.ISO8859-1/share/xml/release.l10n.ent ============================================================================== --- head/de_DE.ISO8859-1/share/xml/release.l10n.ent Fri Nov 2 19:16:30 2018 (r52456) +++ head/de_DE.ISO8859-1/share/xml/release.l10n.ent Fri Nov 2 19:47:09 2018 (r52457) @@ -2,7 +2,7 @@ amd64

  • i386
  • armv6
  • +
  • armv7
  • aarch64
  • powerpc
  • powerpc64
  • +
  • powerpcspe
  • sparc64
  • @@ -108,34 +110,35 @@
  • README
  • amd64
  • i386
  • -
  • aarch64
  • - +
  • aarch64
  • +
  • BANANAPI
  • +
  • BEAGLEBONE
  • +
  • CUBIEBOARD
  • +
  • CUBIEBOARD2
  • +
  • CUBOX/HUMMINGBOARD
  • +
  • GENERICSD
  • +
  • PANDABOARD
  • +
  • RPI2
  • +
  • WANDBOARD
  • +
  • PINE64-LTS
  • +
  • PINE64
  • +
  • RPI3
  • + From owner-svn-doc-all@freebsd.org Fri Nov 2 20:04:59 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7D2010D9F58; Fri, 2 Nov 2018 20:04:58 +0000 (UTC) (envelope-from jkois@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 867E47C2E7; Fri, 2 Nov 2018 20:04:58 +0000 (UTC) (envelope-from jkois@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5E7E27904; Fri, 2 Nov 2018 20:04:58 +0000 (UTC) (envelope-from jkois@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wA2K4wbG029397; Fri, 2 Nov 2018 20:04:58 GMT (envelope-from jkois@FreeBSD.org) Received: (from jkois@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wA2K4wWR029396; Fri, 2 Nov 2018 20:04:58 GMT (envelope-from jkois@FreeBSD.org) Message-Id: <201811022004.wA2K4wWR029396@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkois set sender to jkois@FreeBSD.org using -f From: Johann Kois Date: Fri, 2 Nov 2018 20:04:58 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52458 - head/de_DE.ISO8859-1/htdocs/releases X-SVN-Group: doc-head X-SVN-Commit-Author: jkois X-SVN-Commit-Paths: head/de_DE.ISO8859-1/htdocs/releases X-SVN-Commit-Revision: 52458 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Nov 2018 20:04:59 -0000 Author: jkois Date: Fri Nov 2 20:04:57 2018 New Revision: 52458 URL: https://svnweb.freebsd.org/changeset/doc/52458 Log: r51605 -> r52321 MFde: Resync de/htdocs/releases/index.xml Modified: head/de_DE.ISO8859-1/htdocs/releases/index.xml Modified: head/de_DE.ISO8859-1/htdocs/releases/index.xml ============================================================================== --- head/de_DE.ISO8859-1/htdocs/releases/index.xml Fri Nov 2 19:47:09 2018 (r52457) +++ head/de_DE.ISO8859-1/htdocs/releases/index.xml Fri Nov 2 20:04:57 2018 (r52458) @@ -2,7 +2,7 @@ - + ]> @@ -45,7 +45,7 @@

    Produktion

    -

    Release &rel.current; (Juli 2017) +

    Release &rel.current; (Juni 2018) Announcement : Release Notes : @@ -56,6 +56,7 @@ Checksums

    + Produktion (alt)

    Release &rel1.current; (Oktober 2017) @@ -69,6 +70,19 @@ Checksums

    +

    Legacy Release

    +

    Release &rel2.current; (&rel2.current.date;) + + Announcement : + Release Notes : + Installation + Instructions : + Hardware Notes : + Readme : + Errata : + Checksums +

    + ?>

    Zukünftige Versionen

    @@ -106,6 +120,18 @@ href="&base;/security/security.html">FreeBSD Sicherheit.

      +
    • 11.1 (Juli 2017) + + Announcement: + Release Notes: + Installation Instructions: + Hardware Notes: + Readme: + Errata: + Checksums + +
    • +
    • 11.0 (Oktober 2016) Announcement: From owner-svn-doc-all@freebsd.org Fri Nov 2 20:24:30 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D02DF10DA50D; Fri, 2 Nov 2018 20:24:29 +0000 (UTC) (envelope-from jkois@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 744FB7CBEB; Fri, 2 Nov 2018 20:24:29 +0000 (UTC) (envelope-from jkois@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4E2E77C45; Fri, 2 Nov 2018 20:24:29 +0000 (UTC) (envelope-from jkois@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wA2KOT3N039923; Fri, 2 Nov 2018 20:24:29 GMT (envelope-from jkois@FreeBSD.org) Received: (from jkois@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wA2KOS49039920; Fri, 2 Nov 2018 20:24:28 GMT (envelope-from jkois@FreeBSD.org) Message-Id: <201811022024.wA2KOS49039920@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkois set sender to jkois@FreeBSD.org using -f From: Johann Kois Date: Fri, 2 Nov 2018 20:24:28 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52459 - head/de_DE.ISO8859-1/htdocs/security X-SVN-Group: doc-head X-SVN-Commit-Author: jkois X-SVN-Commit-Paths: head/de_DE.ISO8859-1/htdocs/security X-SVN-Commit-Revision: 52459 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Nov 2018 20:24:30 -0000 Author: jkois Date: Fri Nov 2 20:24:28 2018 New Revision: 52459 URL: https://svnweb.freebsd.org/changeset/doc/52459 Log: MFde: Resync "security pages". Modified: head/de_DE.ISO8859-1/htdocs/security/security.xml head/de_DE.ISO8859-1/htdocs/security/unsupported.xml Modified: head/de_DE.ISO8859-1/htdocs/security/security.xml ============================================================================== --- head/de_DE.ISO8859-1/htdocs/security/security.xml Fri Nov 2 20:04:57 2018 (r52458) +++ head/de_DE.ISO8859-1/htdocs/security/security.xml Fri Nov 2 20:24:28 2018 (r52459) @@ -2,7 +2,7 @@ - + ]> @@ -153,22 +153,8 @@ Typ Releasedatum Erwartetes EoL - + - stable/10 - n/a - n/a - n/a - 31. Oktober 2018 - - - releng/10.4 - 10.4-RELEASE - Normal - 3. Oktober 2017 - 31. Oktober 2018 - - stable/11 n/a n/a @@ -176,11 +162,11 @@ 30. September 2021 - releng/11.1 - 11.1-RELEASE + releng/11.2 + 11.2-RELEASE n/a - 26. Juli 2017 - 11.2-RELEASE + 3 Monate + 28. Juni 2018 + 11.3-RELEASE + 3 Monate Modified: head/de_DE.ISO8859-1/htdocs/security/unsupported.xml ============================================================================== --- head/de_DE.ISO8859-1/htdocs/security/unsupported.xml Fri Nov 2 20:04:57 2018 (r52458) +++ head/de_DE.ISO8859-1/htdocs/security/unsupported.xml Fri Nov 2 20:24:28 2018 (r52459) @@ -2,7 +2,7 @@ - + @@ -225,6 +225,13 @@ 31. Dezember 2014 + releng/9.3 + 9.3-RELEASE + Erweitert + 16. Juli 2014 + 31. Dezember 2016 + + releng/10.0 10.0-RELEASE Normal @@ -251,13 +258,27 @@ Erweitert 4. April 2016 30. April 2018 - + + releng/10.4 + 10.4-RELEASE + normal + 3. Oktober 2017 + 31. Oktober 2018 + + releng/11.0 11.0-RELEASE n/a 10. Oktober 2016 30. November 2017 + + + releng/11.1 + 11.1-RELEASE + n/a + 26. Juli 2017 + 30. September 2018 From owner-svn-doc-all@freebsd.org Fri Nov 2 21:23:15 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7574310DBD7F; Fri, 2 Nov 2018 21:23:15 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2B6FF7F611; Fri, 2 Nov 2018 21:23:15 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0D316105FA; Fri, 2 Nov 2018 21:23:15 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wA2LNE5d071515; Fri, 2 Nov 2018 21:23:14 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wA2LNEEf071514; Fri, 2 Nov 2018 21:23:14 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201811022123.wA2LNEEf071514@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Fri, 2 Nov 2018 21:23:14 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52460 - head/en_US.ISO8859-1/books/porters-handbook/versions X-SVN-Group: doc-head X-SVN-Commit-Author: brooks X-SVN-Commit-Paths: head/en_US.ISO8859-1/books/porters-handbook/versions X-SVN-Commit-Revision: 52460 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Nov 2018 21:23:15 -0000 Author: brooks (src,ports committer) Date: Fri Nov 2 21:23:14 2018 New Revision: 52460 URL: https://svnweb.freebsd.org/changeset/doc/52460 Log: Document __FreeBSD_version 1300002: restoration of sys/joystick.h Modified: head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Fri Nov 2 20:24:28 2018 (r52459) +++ head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Fri Nov 2 21:23:14 2018 (r52460) @@ -77,6 +77,14 @@ is spelled &, < is < and > is >. 13.0-CURRENT after bumping OpenSSL shared library version numbers. + + + 1300002 + 339765 + October 25, 2018 + 13.0-CURRENT after restoration of + sys/joystick.h. + From owner-svn-doc-all@freebsd.org Fri Nov 2 21:23:21 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8EEF210DBDA9; Fri, 2 Nov 2018 21:23:21 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 44CAB7F653; Fri, 2 Nov 2018 21:23:21 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 25E4A105FB; Fri, 2 Nov 2018 21:23:21 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wA2LNLCC071569; Fri, 2 Nov 2018 21:23:21 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wA2LNLnl071568; Fri, 2 Nov 2018 21:23:21 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201811022123.wA2LNLnl071568@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Fri, 2 Nov 2018 21:23:21 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52461 - head/en_US.ISO8859-1/books/porters-handbook/versions X-SVN-Group: doc-head X-SVN-Commit-Author: brooks X-SVN-Commit-Paths: head/en_US.ISO8859-1/books/porters-handbook/versions X-SVN-Commit-Revision: 52461 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Nov 2018 21:23:21 -0000 Author: brooks (src,ports committer) Date: Fri Nov 2 21:23:20 2018 New Revision: 52461 URL: https://svnweb.freebsd.org/changeset/doc/52461 Log: Document __FreeBSD_version 1300003: vop_symlink API change. Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D17805 Modified: head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Fri Nov 2 21:23:14 2018 (r52460) +++ head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Fri Nov 2 21:23:20 2018 (r52461) @@ -85,6 +85,15 @@ is spelled &, < is < and > is >. 13.0-CURRENT after restoration of sys/joystick.h. + + + 1300003 + 340055 + November 2, 2018 + 13.0-CURRENT after vop_symlink API change + (a_target is now + const.) + From owner-svn-doc-all@freebsd.org Fri Nov 2 21:23:28 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DDC9810DBDD4; Fri, 2 Nov 2018 21:23:27 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 929397F6B2; Fri, 2 Nov 2018 21:23:27 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5DA4C105FD; Fri, 2 Nov 2018 21:23:27 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wA2LNRUK071619; Fri, 2 Nov 2018 21:23:27 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wA2LNRxF071618; Fri, 2 Nov 2018 21:23:27 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201811022123.wA2LNRxF071618@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Fri, 2 Nov 2018 21:23:27 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52462 - head/en_US.ISO8859-1/books/porters-handbook/versions X-SVN-Group: doc-head X-SVN-Commit-Author: brooks X-SVN-Commit-Paths: head/en_US.ISO8859-1/books/porters-handbook/versions X-SVN-Commit-Revision: 52462 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Nov 2018 21:23:28 -0000 Author: brooks (src,ports committer) Date: Fri Nov 2 21:23:26 2018 New Revision: 52462 URL: https://svnweb.freebsd.org/changeset/doc/52462 Log: Adjust line wrapping to appease igor(1). Minor warnings remain due to igor not liking ther spelling of UDP-Lite, but at least we've got two rather than 40 lines of them. Modified: head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Fri Nov 2 21:23:20 2018 (r52461) +++ head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Fri Nov 2 21:23:26 2018 (r52462) @@ -684,9 +684,9 @@ is spelled &, < is < and > is >. 1200063 r333446 May 10, 2018 - 12.0-CURRENT after reworking CTL frontend and backend - options to use &man.nv.3;, allow creating multiple ioctl - frontend ports. + 12.0-CURRENT after reworking CTL frontend and + backend options to use &man.nv.3;, allow creating + multiple ioctl frontend ports. @@ -733,18 +733,19 @@ is spelled &, < is < and > is >. 1200069 r335237 June 15, 2018 - 12.0-CURRENT after changing struct - kerneldumpheader to version 4 (similar to version 2 in - 11-STABLE and previous). + 12.0-CURRENT after changing + struct kerneldumpheader to version 4 + (similar to version 2 in 11-STABLE and + previous). 1200070 r335873 July 2, 2018 - 12.0-CURRENT after inlining &man.atomic.9; in modules on - amd64 and i386 requiring all modules of consumers to be rebuilt - for these architectures. + 12.0-CURRENT after inlining &man.atomic.9; in + modules on amd64 and i386 requiring all modules of + consumers to be rebuilt for these architectures. @@ -770,8 +771,9 @@ is spelled &, < is < and > is >. July 15, 2018 12.0-CURRENT after changing the ABI and API of struct if_shared_ctx and - struct if_softc_ctx requiring modules of - &man.iflib.9; consumers to be rebuilt. + struct if_softc_ctx requiring + modules of &man.iflib.9; consumers to be + rebuilt. @@ -786,16 +788,18 @@ is spelled &, < is < and > is >. 1200075 r336538 July 19, 2018 - 12.0-CURRENT after zfsloader being folded into loader, - and after adding ntpd:ntpd as uid:gid 123:123, and after - removing arm big-endian support (MACHINE_ARCH=armeb). + 12.0-CURRENT after zfsloader being folded into + loader, and after adding ntpd:ntpd as uid:gid 123:123, + and after removing arm big-endian support + (MACHINE_ARCH=armeb). 1200076 r336914 July 30, 2018 - 12.0-CURRENT after KPI changes to timespecadd. + 12.0-CURRENT after KPI changes to + timespecadd. @@ -803,14 +807,15 @@ is spelled &, < is < and > is >. r337576 August 10, 2018 12.0-CURRENT after timespec_get was added - to the system. + to the system. 1200078 r337863 August 15, 2018 - 12.0-CURRENT after exec.created hook for jails. + 12.0-CURRENT after exec.created hook for + jails. @@ -828,7 +833,8 @@ is spelled &, < is < and > is >. 1200080 r338172 August 22, 2018 - 12.0-CURRENT after removing the drm drivers. + 12.0-CURRENT after removing the drm + drivers. @@ -859,8 +865,8 @@ is spelled &, < is < and > is >. 1200084 r338478 September 5, 2018 12.0-CURRENT after - updating &man.objcopy.1; to properly handle little-endian - MIPS64 object files. + updating &man.objcopy.1; to properly handle + little-endian MIPS64 object files. @@ -2230,8 +2236,9 @@ is spelled &, < is < and > is >. r332089 April 5, 2018 11-STABLE after merging - r328331, adding a new and incompatible - interpretation of ${name}_limits in rc scripts. + r328331, adding a new and + incompatible interpretation of ${name}_limits in rc + scripts. @@ -2239,8 +2246,9 @@ is spelled &, < is < and > is >. r332363 April 10, 2018 11-STABLE after reverting - r331880, removing the new and incompatible - interpretation of ${name}_limits in rc scripts. + r331880, removing the new and + incompatible interpretation of ${name}_limits in rc + scripts. @@ -2269,8 +2277,9 @@ is spelled &, < is < and > is >. 1102503 r338931 September 25, 2018 - 11-STABLE after merging a TCP checksum fix to &man.iflib.9; - and adding new media types to if_media.h + 11-STABLE after merging a TCP checksum fix to + &man.iflib.9; and adding new media types to + if_media.h From owner-svn-doc-all@freebsd.org Sat Nov 3 08:59:47 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8B63710F7832; Sat, 3 Nov 2018 08:59:47 +0000 (UTC) (envelope-from jkois@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 34D6679ED0; Sat, 3 Nov 2018 08:59:47 +0000 (UTC) (envelope-from jkois@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1237417B45; Sat, 3 Nov 2018 08:59:47 +0000 (UTC) (envelope-from jkois@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wA38xkIQ026932; Sat, 3 Nov 2018 08:59:46 GMT (envelope-from jkois@FreeBSD.org) Received: (from jkois@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wA38xkqR026931; Sat, 3 Nov 2018 08:59:46 GMT (envelope-from jkois@FreeBSD.org) Message-Id: <201811030859.wA38xkqR026931@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jkois set sender to jkois@FreeBSD.org using -f From: Johann Kois Date: Sat, 3 Nov 2018 08:59:46 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52463 - head/de_DE.ISO8859-1/share/xml X-SVN-Group: doc-head X-SVN-Commit-Author: jkois X-SVN-Commit-Paths: head/de_DE.ISO8859-1/share/xml X-SVN-Commit-Revision: 52463 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Nov 2018 08:59:47 -0000 Author: jkois Date: Sat Nov 3 08:59:46 2018 New Revision: 52463 URL: https://svnweb.freebsd.org/changeset/doc/52463 Log: r51605 -> r52445 MFde: Resync de/share/xml/navibar.l10n.ent (update supported releases) Modified: head/de_DE.ISO8859-1/share/xml/navibar.l10n.ent Modified: head/de_DE.ISO8859-1/share/xml/navibar.l10n.ent ============================================================================== --- head/de_DE.ISO8859-1/share/xml/navibar.l10n.ent Fri Nov 2 21:23:26 2018 (r52462) +++ head/de_DE.ISO8859-1/share/xml/navibar.l10n.ent Sat Nov 3 08:59:46 2018 (r52463) @@ -2,7 +2,7 @@ Mailinglisten
    • FreeBSD Foren
    • IRC
    • -
    • Newsgroups
    • +
    • Newsgroups
    • User Groups
    • Blogs
    • Events
    • @@ -104,8 +104,12 @@
    • From owner-svn-doc-all@freebsd.org Sat Nov 3 17:01:28 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C98510DE160; Sat, 3 Nov 2018 17:01:28 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 527C38A1DF; Sat, 3 Nov 2018 17:01:28 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 34E001C829; Sat, 3 Nov 2018 17:01:28 +0000 (UTC) (envelope-from ryusuke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wA3H1SvE075772; Sat, 3 Nov 2018 17:01:28 GMT (envelope-from ryusuke@FreeBSD.org) Received: (from ryusuke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wA3H1SJl075771; Sat, 3 Nov 2018 17:01:28 GMT (envelope-from ryusuke@FreeBSD.org) Message-Id: <201811031701.wA3H1SJl075771@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ryusuke set sender to ryusuke@FreeBSD.org using -f From: Ryusuke SUZUKI Date: Sat, 3 Nov 2018 17:01:28 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52464 - head/ja_JP.eucJP/share/xml X-SVN-Group: doc-head X-SVN-Commit-Author: ryusuke X-SVN-Commit-Paths: head/ja_JP.eucJP/share/xml X-SVN-Commit-Revision: 52464 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Nov 2018 17:01:28 -0000 Author: ryusuke Date: Sat Nov 3 17:01:27 2018 New Revision: 52464 URL: https://svnweb.freebsd.org/changeset/doc/52464 Log: - Merge the following from the English version: r52410 -> r52447 head/ja_JP.eucJP/share/xml/news.xml Modified: head/ja_JP.eucJP/share/xml/news.xml Modified: head/ja_JP.eucJP/share/xml/news.xml ============================================================================== --- head/ja_JP.eucJP/share/xml/news.xml Sat Nov 3 08:59:46 2018 (r52463) +++ head/ja_JP.eucJP/share/xml/news.xml Sat Nov 3 17:01:27 2018 (r52464) @@ -23,7 +23,7 @@ would like to work on. *** $FreeBSD$ - Original revision: r52410 + Original revision: r52447 --> @@ -533,6 +533,16 @@ 1 + + + 25 + + +

      ¿·¥³¥ß¥Ã¥¿½¢Ç¤: + Jeb Cramer + (src)

      +
      +
      4 From owner-svn-doc-all@freebsd.org Sat Nov 3 17:50:57 2018 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4CDCA10DF8FA; Sat, 3 Nov 2018 17:50:57 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E35DB8BBEA; Sat, 3 Nov 2018 17:50:56 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C48731D003; Sat, 3 Nov 2018 17:50:56 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wA3HouQx000762; Sat, 3 Nov 2018 17:50:56 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wA3HouJu000760; Sat, 3 Nov 2018 17:50:56 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201811031750.wA3HouJu000760@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Sat, 3 Nov 2018 17:50:56 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52465 - head/share/xml X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/share/xml X-SVN-Commit-Revision: 52465 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Nov 2018 17:50:57 -0000 Author: gjb Date: Sat Nov 3 17:50:56 2018 New Revision: 52465 URL: https://svnweb.freebsd.org/changeset/doc/52465 Log: Announce 12.0-BETA3. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified: head/share/xml/news.xml head/share/xml/release.ent Modified: head/share/xml/news.xml ============================================================================== --- head/share/xml/news.xml Sat Nov 3 17:01:27 2018 (r52464) +++ head/share/xml/news.xml Sat Nov 3 17:50:56 2018 (r52465) @@ -32,6 +32,27 @@ 2018 + 11 + + + 3 + + + &os; 12.0-BETA3 Available + +

      The third BETA build for the &os; 12.0 release + cycle is now available. ISO images for the amd64, armv6, + armv7, arm64, i386, powerpc, powerpc64, and sparc64 + architectures are available + on most of our &os; + mirror sites.

      +
      +
      +
      + + 10 Modified: head/share/xml/release.ent ============================================================================== --- head/share/xml/release.ent Sat Nov 3 17:01:27 2018 (r52464) +++ head/share/xml/release.ent Sat Nov 3 17:50:56 2018 (r52465) @@ -41,7 +41,7 @@ - +