From owner-svn-doc-all@FreeBSD.ORG Sun Dec 21 06:46:16 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7709D345; Sun, 21 Dec 2014 06:46:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 57D613521; Sun, 21 Dec 2014 06:46:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBL6kGrk033300; Sun, 21 Dec 2014 06:46:16 GMT (envelope-from ryusuke@FreeBSD.org) Received: (from ryusuke@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBL6kGK4033299; Sun, 21 Dec 2014 06:46:16 GMT (envelope-from ryusuke@FreeBSD.org) Message-Id: <201412210646.sBL6kGK4033299@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ryusuke set sender to ryusuke@FreeBSD.org using -f From: Ryusuke SUZUKI Date: Sun, 21 Dec 2014 06:46:16 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46105 - head/ja_JP.eucJP/htdocs/ports X-SVN-Group: doc-head 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.18-1 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, 21 Dec 2014 06:46:16 -0000 Author: ryusuke Date: Sun Dec 21 06:46:15 2014 New Revision: 46105 URL: https://svnweb.freebsd.org/changeset/doc/46105 Log: - Merge the following from the English version: r42153 -> r45562 head/ja_JP.eucJP/htdocs/ports/references.xml Modified: head/ja_JP.eucJP/htdocs/ports/references.xml Modified: head/ja_JP.eucJP/htdocs/ports/references.xml ============================================================================== --- head/ja_JP.eucJP/htdocs/ports/references.xml Fri Dec 19 17:28:00 2014 (r46104) +++ head/ja_JP.eucJP/htdocs/ports/references.xml Sun Dec 21 06:46:15 2014 (r46105) @@ -1,6 +1,6 @@ %ports.ent; @@ -8,7 +8,7 @@ %statistics.ent; ]> - + &title; @@ -40,7 +40,7 @@

以下にも有用な情報があります。

    -
  • +
  • FreeBSD ports メーリングリスト のアーカイブ。
  • @@ -65,29 +65,26 @@
  • ftp, - pkg_add および + pkg_add + pkg および ports のマニュアルページ。
  • - ports および packages ビルドクラスタ。 -
  • - -
  • Ports Management Team (portmgr) ページ。
  • - + ソースリポジトリのウェブインタフェース を使い、ソースリポジトリを閲覧できます。 port システム全体に影響するような変更は、 - CHANGES + CHANGES ファイルに記述されています。 ある特定の ports に影響するような変更は、 - UPDATING + UPDATING ファイルに記述されています。 しかしながら、すべての答えは - + bsd.port.mk のソースコード、 および関連ファイルを読むことで確実に得られるできるでしょう。
  • From owner-svn-doc-all@FreeBSD.ORG Mon Dec 22 16:16:59 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 90DE03F2; Mon, 22 Dec 2014 16:16:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D3AE3FBD; Mon, 22 Dec 2014 16:16:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBMGGxlV016509; Mon, 22 Dec 2014 16:16:59 GMT (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBMGGxT2016508; Mon, 22 Dec 2014 16:16:59 GMT (envelope-from wosch@FreeBSD.org) Message-Id: <201412221616.sBMGGxT2016508@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wosch set sender to wosch@FreeBSD.org using -f From: Wolfram Schneider Date: Mon, 22 Dec 2014 16:16:59 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46107 - head/en_US.ISO8859-1/htdocs/cgi X-SVN-Group: doc-head 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.18-1 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, 22 Dec 2014 16:16:59 -0000 Author: wosch Date: Mon Dec 22 16:16:58 2014 New Revision: 46107 URL: https://svnweb.freebsd.org/changeset/doc/46107 Log: add non-standard manpages to FreeBSD Ports 10.1-RELEASE Modified: head/en_US.ISO8859-1/htdocs/cgi/man.cgi Modified: head/en_US.ISO8859-1/htdocs/cgi/man.cgi ============================================================================== --- head/en_US.ISO8859-1/htdocs/cgi/man.cgi Sun Dec 21 13:55:17 2014 (r46106) +++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi Mon Dec 22 16:16:58 2014 (r46107) @@ -246,7 +246,7 @@ $manPathDefault = 'FreeBSD 10.1-RELEASE' "$manLocalDir/FreeBSD-10.1-RELEASE/man:$manLocalDir/FreeBSD-10.1-RELEASE/openssl/man", 'FreeBSD 10.1-stable', "$manLocalDir/FreeBSD-10.1-stable/man:$manLocalDir/FreeBSD-10.1-stable/openssl/man", - 'FreeBSD Ports 10.1-RELEASE', "$manLocalDir/FreeBSD-ports-10.1-RELEASE/man", + 'FreeBSD Ports 10.1-RELEASE', "$manLocalDir/FreeBSD-ports-10.1-RELEASE/man:$manLocalDir/FreeBSD-ports-10.1-RELEASE/misc", 'FreeBSD 10.0-RELEASE', "$manLocalDir/FreeBSD-10.0-RELEASE/man:$manLocalDir/FreeBSD-10.0-RELEASE/openssl/man", From owner-svn-doc-all@FreeBSD.ORG Mon Dec 22 16:17:47 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 08F0A46F; Mon, 22 Dec 2014 16:17:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E91B53FDE; Mon, 22 Dec 2014 16:17:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBMGHkNn016641; Mon, 22 Dec 2014 16:17:46 GMT (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBMGHkvx016640; Mon, 22 Dec 2014 16:17:46 GMT (envelope-from wosch@FreeBSD.org) Message-Id: <201412221617.sBMGHkvx016640@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wosch set sender to wosch@FreeBSD.org using -f From: Wolfram Schneider Date: Mon, 22 Dec 2014 16:17:46 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46108 - head/en_US.ISO8859-1/htdocs/cgi X-SVN-Group: doc-head 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.18-1 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, 22 Dec 2014 16:17:47 -0000 Author: wosch Date: Mon Dec 22 16:17:45 2014 New Revision: 46108 URL: https://svnweb.freebsd.org/changeset/doc/46108 Log: add manpages for FreeBSD Ports 10.0-RELEASE Modified: head/en_US.ISO8859-1/htdocs/cgi/man.cgi Modified: head/en_US.ISO8859-1/htdocs/cgi/man.cgi ============================================================================== --- head/en_US.ISO8859-1/htdocs/cgi/man.cgi Mon Dec 22 16:16:58 2014 (r46107) +++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi Mon Dec 22 16:17:45 2014 (r46108) @@ -247,6 +247,7 @@ $manPathDefault = 'FreeBSD 10.1-RELEASE' 'FreeBSD 10.1-stable', "$manLocalDir/FreeBSD-10.1-stable/man:$manLocalDir/FreeBSD-10.1-stable/openssl/man", 'FreeBSD Ports 10.1-RELEASE', "$manLocalDir/FreeBSD-ports-10.1-RELEASE/man:$manLocalDir/FreeBSD-ports-10.1-RELEASE/misc", + 'FreeBSD Ports 10.0-RELEASE', "$manLocalDir/FreeBSD-ports-10.0-RELEASE/man:$manLocalDir/FreeBSD-ports-10.0-RELEASE/misc", 'FreeBSD 10.0-RELEASE', "$manLocalDir/FreeBSD-10.0-RELEASE/man:$manLocalDir/FreeBSD-10.0-RELEASE/openssl/man", From owner-svn-doc-all@FreeBSD.ORG Mon Dec 22 16:22:40 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D491465D; Mon, 22 Dec 2014 16:22:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C03EE6411E; Mon, 22 Dec 2014 16:22:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBMGMeUV020692; Mon, 22 Dec 2014 16:22:40 GMT (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBMGMeC2020691; Mon, 22 Dec 2014 16:22:40 GMT (envelope-from wosch@FreeBSD.org) Message-Id: <201412221622.sBMGMeC2020691@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wosch set sender to wosch@FreeBSD.org using -f From: Wolfram Schneider Date: Mon, 22 Dec 2014 16:22:40 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46109 - head/en_US.ISO8859-1/htdocs/cgi X-SVN-Group: doc-head 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.18-1 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, 22 Dec 2014 16:22:40 -0000 Author: wosch Date: Mon Dec 22 16:22:39 2014 New Revision: 46109 URL: https://svnweb.freebsd.org/changeset/doc/46109 Log: add manpages for FreeBSD Ports 9.3-RELEASE Modified: head/en_US.ISO8859-1/htdocs/cgi/man.cgi Modified: head/en_US.ISO8859-1/htdocs/cgi/man.cgi ============================================================================== --- head/en_US.ISO8859-1/htdocs/cgi/man.cgi Mon Dec 22 16:17:45 2014 (r46108) +++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi Mon Dec 22 16:22:39 2014 (r46109) @@ -267,6 +267,8 @@ $manPathDefault = 'FreeBSD 10.1-RELEASE' "$manLocalDir/FreeBSD-9.1-RELEASE/man:$manLocalDir/FreeBSD-9.1-RELEASE/openssl/man", 'FreeBSD 9.0-RELEASE', "$manLocalDir/FreeBSD-9.0-RELEASE/man:$manLocalDir/FreeBSD-9.0-RELEASE/openssl/man", + + 'FreeBSD Ports 9.3-RELEASE', "$manLocalDir/FreeBSD-ports-9.3-RELEASE/man:$manLocalDir/FreeBSD-ports-9.3-RELEASE/misc", 'FreeBSD Ports 9.2-RELEASE', "$manLocalDir/FreeBSD-ports-9.2-RELEASE/man:$manLocalDir/FreeBSD-ports-9.2-RELEASE/misc", 'FreeBSD Ports 9.0-RELEASE', "$manLocalDir/FreeBSD-ports-9.0-RELEASE/man:$manLocalDir/FreeBSD-ports-9.0-RELEASE/lib-perl5-perl-5.12.4-man:$manLocalDir/FreeBSD-ports-9.0-RELEASE/misc", From owner-svn-doc-all@FreeBSD.ORG Mon Dec 22 16:24:11 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D582E6CA; Mon, 22 Dec 2014 16:24:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C12B76412D; Mon, 22 Dec 2014 16:24:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBMGOBRZ020930; Mon, 22 Dec 2014 16:24:11 GMT (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBMGOBO5020929; Mon, 22 Dec 2014 16:24:11 GMT (envelope-from wosch@FreeBSD.org) Message-Id: <201412221624.sBMGOBO5020929@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wosch set sender to wosch@FreeBSD.org using -f From: Wolfram Schneider Date: Mon, 22 Dec 2014 16:24:11 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46110 - head/en_US.ISO8859-1/htdocs/cgi X-SVN-Group: doc-head 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.18-1 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, 22 Dec 2014 16:24:11 -0000 Author: wosch Date: Mon Dec 22 16:24:10 2014 New Revision: 46110 URL: https://svnweb.freebsd.org/changeset/doc/46110 Log: remove stale FreeBSD 9.2-stable Modified: head/en_US.ISO8859-1/htdocs/cgi/man.cgi Modified: head/en_US.ISO8859-1/htdocs/cgi/man.cgi ============================================================================== --- head/en_US.ISO8859-1/htdocs/cgi/man.cgi Mon Dec 22 16:22:39 2014 (r46109) +++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi Mon Dec 22 16:24:10 2014 (r46110) @@ -258,9 +258,6 @@ $manPathDefault = 'FreeBSD 10.1-RELEASE' "$manLocalDir/FreeBSD-9.3-RELEASE/man:$manLocalDir/FreeBSD-9.3-RELEASE/openssl/man", 'FreeBSD 9.3-stable', "$manLocalDir/FreeBSD-9.3-stable/man:$manLocalDir/FreeBSD-9.3-stable/openssl/man", - - 'FreeBSD 9.2-stable', -"$manLocalDir/FreeBSD-9.2-stable/man:$manLocalDir/FreeBSD-9.2-stable/openssl/man", 'FreeBSD 9.2-RELEASE', "$manLocalDir/FreeBSD-9.2-RELEASE/man:$manLocalDir/FreeBSD-9.2-RELEASE/openssl/man", 'FreeBSD 9.1-RELEASE', From owner-svn-doc-all@FreeBSD.ORG Mon Dec 22 16:27:32 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1A1927B2; Mon, 22 Dec 2014 16:27:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 066B864175; Mon, 22 Dec 2014 16:27:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBMGRV3G021379; Mon, 22 Dec 2014 16:27:31 GMT (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBMGRVrc021378; Mon, 22 Dec 2014 16:27:31 GMT (envelope-from wosch@FreeBSD.org) Message-Id: <201412221627.sBMGRVrc021378@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wosch set sender to wosch@FreeBSD.org using -f From: Wolfram Schneider Date: Mon, 22 Dec 2014 16:27:31 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46111 - head/en_US.ISO8859-1/htdocs/cgi X-SVN-Group: doc-head 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.18-1 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, 22 Dec 2014 16:27:32 -0000 Author: wosch Date: Mon Dec 22 16:27:30 2014 New Revision: 46111 URL: https://svnweb.freebsd.org/changeset/doc/46111 Log: add alias FreeBSD 9.3-RELEASE and Ports Modified: head/en_US.ISO8859-1/htdocs/cgi/man.cgi Modified: head/en_US.ISO8859-1/htdocs/cgi/man.cgi ============================================================================== --- head/en_US.ISO8859-1/htdocs/cgi/man.cgi Mon Dec 22 16:24:10 2014 (r46110) +++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi Mon Dec 22 16:27:30 2014 (r46111) @@ -217,6 +217,8 @@ $manPathDefault = 'FreeBSD 10.1-RELEASE' %manPath = ( 'FreeBSD 10.1-RELEASE and Ports', "$manLocalDir/FreeBSD-10.1-RELEASE/man:$manLocalDir/FreeBSD-10.1-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-10.1-RELEASE/man", + 'FreeBSD 9.3-RELEASE and Ports', +"$manLocalDir/FreeBSD-9.3-RELEASE/man:$manLocalDir/FreeBSD-9.3-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-9.3-RELEASE/man:$manLocalDir/FreeBSD-ports-9.3-RELEASE/misc", 'FreeBSD 9.2-RELEASE and Ports', "$manLocalDir/FreeBSD-9.2-RELEASE/man:$manLocalDir/FreeBSD-9.2-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-9.2-RELEASE/man:$manLocalDir/FreeBSD-ports-9.2-RELEASE/misc", 'FreeBSD 9.0-RELEASE and Ports', @@ -238,7 +240,6 @@ $manPathDefault = 'FreeBSD 10.1-RELEASE' 'FreeBSD 6.4-RELEASE and Ports', "$manLocalDir/FreeBSD-6.4-RELEASE/man:$manLocalDir/FreeBSD-6.4-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-6.2-RELEASE", -# 'FreeBSD Ports', "$manLocalDir/FreeBSD-ports", 'FreeBSD 11-current', "$manLocalDir/FreeBSD-11-current/man:$manLocalDir/FreeBSD-11-current/openssl/man", From owner-svn-doc-all@FreeBSD.ORG Mon Dec 22 16:46:14 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CDF8B55F; Mon, 22 Dec 2014 16:46:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B7F1364443; Mon, 22 Dec 2014 16:46:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBMGkEpu031272; Mon, 22 Dec 2014 16:46:14 GMT (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBMGkEo0031271; Mon, 22 Dec 2014 16:46:14 GMT (envelope-from wosch@FreeBSD.org) Message-Id: <201412221646.sBMGkEo0031271@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wosch set sender to wosch@FreeBSD.org using -f From: Wolfram Schneider Date: Mon, 22 Dec 2014 16:46:14 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46112 - head/en_US.ISO8859-1/htdocs/cgi X-SVN-Group: doc-head 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.18-1 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, 22 Dec 2014 16:46:14 -0000 Author: wosch Date: Mon Dec 22 16:46:13 2014 New Revision: 46112 URL: https://svnweb.freebsd.org/changeset/doc/46112 Log: do not offer PostScript and latin1 output anymore These formats are rarely used, less than once a day. Modified: head/en_US.ISO8859-1/htdocs/cgi/man.cgi Modified: head/en_US.ISO8859-1/htdocs/cgi/man.cgi ============================================================================== --- head/en_US.ISO8859-1/htdocs/cgi/man.cgi Mon Dec 22 16:27:30 2014 (r46111) +++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi Mon Dec 22 16:46:13 2014 (r46112) @@ -1635,9 +1635,8 @@ ETX ETX my @format = ('html'); - push( @format, ( 'pdf', 'ps' ) ) if !$no_pdf_output{$manpath}; - push( @format, ( 'latin1', 'ascii' ) ) - ; # you need a 8 bit clean man, e.g. jp-man + push( @format, ( 'pdf' ) ) if !$no_pdf_output{$manpath}; + push( @format, ( 'ascii' ) ); foreach (@format) { print qq{\n}; From owner-svn-doc-all@FreeBSD.ORG Tue Dec 23 22:36:46 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BCD7B3E3; Tue, 23 Dec 2014 22:36:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A85121D5C; Tue, 23 Dec 2014 22:36:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBNMakdQ087597; Tue, 23 Dec 2014 22:36:46 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBNMakTT087596; Tue, 23 Dec 2014 22:36:46 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201412232236.sBNMakTT087596@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Tue, 23 Dec 2014 22:36:46 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46113 - head/share/xml X-SVN-Group: doc-head 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.18-1 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, 23 Dec 2014 22:36:46 -0000 Author: bofh (ports committer) Date: Tue Dec 23 22:36:45 2014 New Revision: 46113 URL: https://svnweb.freebsd.org/changeset/doc/46113 Log: Add new ports commiter, bofh a.k.a. me. Add all the info according to the Committer's Guide. Differential Revision: https://reviews.freebsd.org/D1358 Reviewed by: bapt Approved by: bapt Modified: head/share/xml/authors.ent Modified: head/share/xml/authors.ent ============================================================================== --- head/share/xml/authors.ent Mon Dec 22 16:46:13 2014 (r46112) +++ head/share/xml/authors.ent Tue Dec 23 22:36:45 2014 (r46113) @@ -288,6 +288,9 @@ bms@FreeBSD.org"> + +bofh@FreeBSD.org"> + bp@FreeBSD.org"> From owner-svn-doc-all@FreeBSD.ORG Tue Dec 23 22:51:17 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A06A577D; Tue, 23 Dec 2014 22:51:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8BC496478B; Tue, 23 Dec 2014 22:51:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBNMpHKO095430; Tue, 23 Dec 2014 22:51:17 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBNMpHdR095429; Tue, 23 Dec 2014 22:51:17 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201412232251.sBNMpHdR095429@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Tue, 23 Dec 2014 22:51:17 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46114 - head/en_US.ISO8859-1/articles/contributors X-SVN-Group: doc-head 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.18-1 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, 23 Dec 2014 22:51:17 -0000 Author: bofh (ports committer) Date: Tue Dec 23 22:51:16 2014 New Revision: 46114 URL: https://svnweb.freebsd.org/changeset/doc/46114 Log: Add to contributor list Differential Revision: https://reviews.freebsd.org/D1358 Reviewed by: bapt Approved by: bapt Modified: head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml Modified: head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml ============================================================================== --- head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml Tue Dec 23 22:36:45 2014 (r46113) +++ head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml Tue Dec 23 22:51:16 2014 (r46114) @@ -1095,6 +1095,10 @@ + &a.bofh.email; + + + &a.attilio.email; From owner-svn-doc-all@FreeBSD.ORG Tue Dec 23 22:56:21 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8CB4CFCF; Tue, 23 Dec 2014 22:56:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 78D7A647F7; Tue, 23 Dec 2014 22:56:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBNMuLqK097712; Tue, 23 Dec 2014 22:56:21 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBNMuLH8097711; Tue, 23 Dec 2014 22:56:21 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201412232256.sBNMuLH8097711@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Tue, 23 Dec 2014 22:56:21 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46115 - head/share/xml X-SVN-Group: doc-head 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.18-1 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, 23 Dec 2014 22:56:21 -0000 Author: bofh (ports committer) Date: Tue Dec 23 22:56:20 2014 New Revision: 46115 URL: https://svnweb.freebsd.org/changeset/doc/46115 Log: Add a News Item for new committer : bofh Differential Revision: https://reviews.freebsd.org/D1358 Reviewed by: bapt Approved by: bapt Modified: head/share/xml/news.xml Modified: head/share/xml/news.xml ============================================================================== --- head/share/xml/news.xml Tue Dec 23 22:51:16 2014 (r46114) +++ head/share/xml/news.xml Tue Dec 23 22:56:20 2014 (r46115) @@ -32,6 +32,18 @@ 2014 + 12 + + 14 + + +

    New committer: + Muhammad Moinur Rahman (ports)

    +
    +
    +
    + + 11 14 From owner-svn-doc-all@FreeBSD.ORG Tue Dec 23 23:03:08 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 66043460; Tue, 23 Dec 2014 23:03:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46D4164A3D; Tue, 23 Dec 2014 23:03:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBNN38bj002724; Tue, 23 Dec 2014 23:03:08 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBNN37E3002718; Tue, 23 Dec 2014 23:03:07 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201412232303.sBNN37E3002718@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Tue, 23 Dec 2014 23:03:07 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46116 - head/share/pgpkeys X-SVN-Group: doc-head 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.18-1 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, 23 Dec 2014 23:03:08 -0000 Author: bofh (ports committer) Date: Tue Dec 23 23:03:06 2014 New Revision: 46116 URL: https://svnweb.freebsd.org/changeset/doc/46116 Log: Add PGP keys for bofh aka me Differential Revision: https://reviews.freebsd.org/D1358 Reviewed by: bapt Approved by: bapt Added: head/share/pgpkeys/bofh.key (contents, props changed) Modified: head/share/pgpkeys/pgpkeys-developers.xml head/share/pgpkeys/pgpkeys.ent Added: head/share/pgpkeys/bofh.key ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/share/pgpkeys/bofh.key Tue Dec 23 23:03:06 2014 (r46116) @@ -0,0 +1,152 @@ + + + +uid Muhammad Moinur Rahman (Official) +uid Muhammad Moinur Rahman (FreeBSD) +sub rsa4096/3D4FC5F1173A113A 2014-12-17 [expires: 2017-12-17] + +]]> + Modified: head/share/pgpkeys/pgpkeys-developers.xml ============================================================================== --- head/share/pgpkeys/pgpkeys-developers.xml Tue Dec 23 22:56:20 2014 (r46115) +++ head/share/pgpkeys/pgpkeys-developers.xml Tue Dec 23 23:03:06 2014 (r46116) @@ -1586,6 +1586,11 @@ &pgpkey.dfr; + + &a.bofh.email; + &pgpkey.bofh; + + &a.lbr.email; &pgpkey.lbr; Modified: head/share/pgpkeys/pgpkeys.ent ============================================================================== --- head/share/pgpkeys/pgpkeys.ent Tue Dec 23 22:56:20 2014 (r46115) +++ head/share/pgpkeys/pgpkeys.ent Tue Dec 23 23:03:06 2014 (r46116) @@ -58,6 +58,8 @@ + + From owner-svn-doc-all@FreeBSD.ORG Tue Dec 23 23:28:33 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 52326BFC; Tue, 23 Dec 2014 23:28:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3BCFD64D77; Tue, 23 Dec 2014 23:28:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBNNSXbx013386; Tue, 23 Dec 2014 23:28:33 GMT (envelope-from des@FreeBSD.org) Received: (from des@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBNNSVxb013371; Tue, 23 Dec 2014 23:28:31 GMT (envelope-from des@FreeBSD.org) Message-Id: <201412232328.sBNNSVxb013371@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: des set sender to des@FreeBSD.org using -f From: Dag-Erling Sm淡rgrav Date: Tue, 23 Dec 2014 23:28:31 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46117 - in head/share: security/advisories security/patches/EN-14:13 security/patches/SA-14:31 xml X-SVN-Group: doc-head 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.18-1 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, 23 Dec 2014 23:28:33 -0000 Author: des Date: Tue Dec 23 23:28:30 2014 New Revision: 46117 URL: https://svnweb.freebsd.org/changeset/doc/46117 Log: Add EN-14:13 and SA-13:31 Added: head/share/security/advisories/FreeBSD-EN-14:13.freebsd-update.asc (contents, props changed) head/share/security/advisories/FreeBSD-SA-14:31.ntp.asc (contents, props changed) head/share/security/patches/EN-14:13/ head/share/security/patches/EN-14:13/freebsd-update.patch (contents, props changed) head/share/security/patches/EN-14:13/freebsd-update.patch.asc (contents, props changed) head/share/security/patches/SA-14:31/ head/share/security/patches/SA-14:31/ntp.patch (contents, props changed) head/share/security/patches/SA-14:31/ntp.patch.asc (contents, props changed) Modified: head/share/xml/advisories.xml head/share/xml/notices.xml Added: head/share/security/advisories/FreeBSD-EN-14:13.freebsd-update.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/share/security/advisories/FreeBSD-EN-14:13.freebsd-update.asc Tue Dec 23 23:28:30 2014 (r46117) @@ -0,0 +1,187 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA512 + +============================================================================= +FreeBSD-EN-14:13.freebsd-update Errata Notice + The FreeBSD Project + +Topic: freebsd-update attempts to remove the root directory + +Category: base +Module: freebsd-update +Announced: 2014-12-23 +Credits: Colin Percival +Affects: All supported versions of FreeBSD. +Corrected: 2014-12-23 22:56:01 UTC (releng/10.1, 10.1-RELEASE-p3) + 2014-12-23 22:55:14 UTC (releng/10.0, 10.0-RELEASE-p15) + 2014-12-22 22:11:39 UTC (stable/10, 10.0-STABLE) + 2014-12-22 22:11:50 UTC (stable/9, 9.3-STABLE) + 2014-12-23 22:54:25 UTC (releng/9.3, 9.3-RELEASE-p7) + 2014-12-23 22:53:44 UTC (releng/9.2, 9.2-RELEASE-p17) + 2014-12-23 22:53:03 UTC (releng/9.1, 9.1-RELEASE-p24) + 2014-12-22 22:11:45 UTC (stable/8, 8.4-STABLE) + 2014-12-23 22:52:22 UTC (releng/8.4, 8.4-RELEASE-p21) + +For general information regarding FreeBSD Errata Notices and Security +Advisories, including descriptions of the fields above, security +branches, and the following sections, please visit +. + +I. Background + +The freebsd-update(8) utility is used to apply binary patches to FreeBSD +systems installed from official release images, as an alternative to +rebuilding from source. A freebsd-update(8) build server generates the +signed update packages, consisting of an index of files and directories +with checksums before the update, a set of binary patches, and an +index of files and directories with checksums after the update. The +client downloades the indexes, verifies the signatures and checksums, +then downloads and applies the required patches. + +The freebsd-update(8) utility views the system as a set of components: +"world", "kernel" and "src". The "world" component is divided into +four subcomponents: "base", "doc", "lib32" and "games". These +components and subcomponents correspond to six of the seven system +components offered during installation (the seventh being ports, which +is handled by the portsnap utility). + +II. Problem Description + +1) The default configuration for freebsd-update(8) has all six + components enabled. Components which are not installed should be + disabled in the configuration file. Failing to do so is normally + harmless, as the freebsd-update(8) client will ignore instructions + to patch files that do not exist on the system. However, if an + update adds a file, it will be installed even if it belongs to + a component which was not previously installed. + + Due to human error, the world/lib32 component, containing 32-bit + compatibility libraries for 64-bit systems, was left out of the + freebsd-update(8) server's baseline for FreeBSD 10.1-RELEASE. As a + result, the freebsd-update(8) client removed these libraries when + upgrading a system from an earlier release. The 32-bit libraries + were re-added as part of the first set of updates released after + the mistake was discovered. + +2) Under certain circumstances, it is possible for the freebsd-update(8) + build server to generate an update package requiring the client to + both remove and create the same directory. The client will normally + detect this situation and ignore the conflicting instructions. + + Due to insufficient input normalization, if the directory being + both removed and created is the root directory, the freebsd-update(8) + client will fail to recognize that both instructions refer to the + same directory. It will then attempt and fail to 'rmdir /', + producing an error message. + +III. Impact + +The first issue will cause freebsd-update(8) to install 32-bit libraries +on 10.1 systems where they were intentionally left out during installation +but /etc/freebsd-update.conf was not edited to reflect this. + +The second issue, which is triggered by the addition of lib32, will +result in a harmless but disconcerting error message when installing +updates. + +IV. Workaround + +The first issue is strictly speaking a configuration error. To +address it, update /etc/freebsd-update.conf to reflect the set of +components that are installed on the system. Specifically, replace +"world" on the Components line with "world/base", and add "world/doc" +and / or "world/games" if those those components were selected during +installation. + +The second issue is harmless and can safely be ignored. A workaround +has been put in place on the freebsd-update(8) build server so the error +will not occur while installing the update that corrects it. + +Systems which are updated from source rather than using freebsd-update(8) +are not affected. + +V. Solution + +Perform one of the following: + +1) Upgrade your system to a supported FreeBSD stable or release / security +branch (releng) dated after the correction date. + +2) To update your system via a binary patch: + +Systems running a RELEASE version of FreeBSD on the i386 or amd64 +platforms can be updated via the freebsd-update(8) utility: + +# freebsd-update fetch +# freebsd-update install + +3) To update your present system via a source code patch: + +The following patches have been verified to apply to the applicable +FreeBSD release branches. + +a) Download the relevant patch from the location below, and verify the +detached PGP signature using your PGP utility. + +# fetch https://security.FreeBSD.org/patches/EN-14:13/freebsd-update.patch +# fetch https://security.FreeBSD.org/patches/EN-14:13/freebsd-update.patch.asc +# gpg --verify freebsd-update.patch.asc + +b) Apply the patch. Execute the following commands as root: + +# cd /usr/src +# patch < /path/to/freebsd-update.patch + +c) Rebuild and reinstall the freebsd-update(8) client: + +# cd /usr/src/usr.sbin/freebsd-update +# make && make install + +VI. Correction details + +The following list contains the revision numbers of each file that was +corrected in FreeBSD. + +Branch/path Revision +- ------------------------------------------------------------------------- +stable/8/ r276089 +releng/8.4/ r276154 +stable/9/ r276090 +releng/9.1/ r276155 +releng/9.2/ r276156 +releng/9.3/ r276157 +stable/10/ r276088 +releng/10.0/ r276158 +releng/10.1/ r276159 +- ------------------------------------------------------------------------- + +To see which files were modified by a particular revision, run the +following command, replacing NNNNNN with the revision number, on a +machine with Subversion installed: + +# svn diff -cNNNNNN --summarize svn://svn.freebsd.org/base + +Or visit the following URL, replacing NNNNNN with the revision number: + + + +VII. References + +The latest revision of this Errata Notice is available at + +-----BEGIN PGP SIGNATURE----- + +iQIcBAEBCgAGBQJUmfVpAAoJEO1n7NZdz2rnbgkP/1XSnED0ly1kjGuK5g+148YW +gHsB0oiJ3E3qGMHl0Z3E8HSl3XA4f+rMkEM6Ez/cADlzLbWsQFo0HXaT/bEandq4 +OmmJF5cvWzOpk4Zc9svae5zfoCWqpMCderHoUyfF+GIjxOwES5Ga7Fj8kxiGuSlg +WPWNoSJJnBcDLabNH4XiFo6S3OP21oJS1D9U0jlcIzknf5t+TDXwj4xM+fr1lqh2 +sRmkqSkRFNQga7RN323gocX9u7wP/ePsKiAPUFLAj/gYYJVTOtfz2gwgHNg9tC2O +7T1VkbpTNvnbqz3J/bUza2jExyUuFsZpS1uFrbY0eKXRQpKSyMMUYV1sPz9g6fTV +At1kYsnsOdXkSV47zMdXTVbunO/EGsM0JSwHBIFaLfXbq1edT/SNgh/QN6s4Zehz +ZD3YUIjD062wVJW+ZRjIgTpPo9tG1vA70hmG5DKbjawF3dVg0W3ypgGRJYkjJmh2 +zwSyz6V5XwtP/f5A8tw0uo6KqbO8GPDL/c2dOww79Up/9jCiqep5uNdMhnsL3w17 +DRhuIluQlGMIkU7uizZWGqETW3Ok8/CVAznphJEvgXWknbr/trbAmyACdXdFwKkD +Q+oH9U+H+qA5evbC4jGpwCWN2vYZnN+gqImv/ArYxhAOt+zWQqRedFaUZdJmbzwV +fGqk6qlqwPs2F8V/VGg0 +=CMmV +-----END PGP SIGNATURE----- Added: head/share/security/advisories/FreeBSD-SA-14:31.ntp.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/share/security/advisories/FreeBSD-SA-14:31.ntp.asc Tue Dec 23 23:28:30 2014 (r46117) @@ -0,0 +1,166 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA512 + +============================================================================= +FreeBSD-SA-14:31.ntp Security Advisory + The FreeBSD Project + +Topic: Multiple vulnerabilities in NTP suite + +Category: contrib +Module: ntp +Announced: 2014-12-23 +Affects: All supported versions of FreeBSD. +Corrected: 2014-14-22 19:07:16 UTC (stable/10, 10.1-STABLE) + 2014-12-23 22:56:01 UTC (releng/10.1, 10.1-RELEASE-p3) + 2014-12-23 22:55:14 UTC (releng/10.0, 10.0-RELEASE-p15) + 2014-14-22 19:08:09 UTC (stable/9, 9.3-STABLE) + 2014-12-23 22:54:25 UTC (releng/9.3, 9.3-RELEASE-p7) + 2014-12-23 22:53:44 UTC (releng/9.2, 9.2-RELEASE-p17) + 2014-12-23 22:53:03 UTC (releng/9.1, 9.1-RELEASE-p24) + 2014-14-22 19:08:09 UTC (stable/8, 8.4-STABLE) + 2014-12-23 22:52:22 UTC (releng/8.4, 8.4-RELEASE-p21) +CVE Name: CVE-2014-9293, CVE-2014-9294, CVE-2014-9295, CVE-2014-9296 + +For general information regarding FreeBSD Security Advisories, +including descriptions of the fields above, security branches, and the +following sections, please visit . + +I. Background + +The ntpd(8) daemon is an implementation of the Network Time Protocol (NTP) +used to synchronize the time of a computer system to a reference time +source. + +II. Problem Description + +When no authentication key is set in the configuration file, ntpd(8) +would generate a random key that uses a non-linear additive feedback random +number generator seeded with very few bits of entropy. [CVE-2014-9293] +The ntp-keygen(8) utility is also affected by a similar issue. +[CVE-2014-9294] + +When Autokey Authentication is enabled, for example if ntp.conf(5) contains +a 'crypto pw' directive, a remote attacker can send a carefully +crafted packet that can overflow a stack buffer. [CVE-2014-9295] + +In ntp_proto.c, the receive() function is missing a return statement in +the case when an error is detected. [CVE-2014-9296] + +III. Impact + +The NTP protocol uses keys to implement authentication. The weak +seeding of the pseudo-random number generator makes it easier for an +attacker to brute-force keys, and thus may broadcast incorrect time stamps +or masquerade as another time server. [CVE-2014-9293, CVE-2014-9294] + +An attacker may be able to utilize the buffer overflow to crash the ntpd(8) +daemon or potentially run arbitrary code with the privileges of the ntpd(8) +process, which is typically root. [CVE-2014-9295] + +IV. Workaround + +No workaround is available, but systems not running ntpd(8) are not +affected. Because the issue may lead to remote root compromise, the +FreeBSD Security Team recommends system administrators to firewall NTP +ports, namely tcp/123 and udp/123 when it is not clear that all systems +have been patched or have ntpd(8) stopped. + +V. Solution + +NOTE WELL: It is advisable to regenerate all keys used for NTP +authentication, if configured. + +Perform one of the following: + +1) Upgrade your vulnerable system to a supported FreeBSD stable or +release / security branch (releng) dated after the correction date. + +2) To update your vulnerable system via a binary patch: + +Systems running a RELEASE version of FreeBSD on the i386 or amd64 +platforms can be updated via the freebsd-update(8) utility: + +# freebsd-update fetch +# freebsd-update install + +3) To update your vulnerable system via a source code patch: + +The following patches have been verified to apply to the applicable +FreeBSD release branches. + +a) Download the relevant patch from the location below, and verify the +detached PGP signature using your PGP utility. + +# fetch https://security.FreeBSD.org/patches/SA-14:31/ntp.patch +# fetch https://security.FreeBSD.org/patches/SA-14:31/ntp.patch.asc +# gpg --verify ntp.patch.asc + +b) Apply the patch. Execute the following commands as root: + +# cd /usr/src +# patch < /path/to/patch + +c) Recompile the operating system using buildworld and installworld as +described in . + +Restart the ntpd(8) daemons, or reboot the system. + +VI. Correction details + +The following list contains the correction revision numbers for each +affected branch. + +Branch/path Revision +- ------------------------------------------------------------------------- +stable/8/ r276073 +releng/8.4/ r276154 +stable/9/ r276073 +releng/9.1/ r276155 +releng/9.2/ r276156 +releng/9.3/ r276157 +stable/10/ r276072 +releng/10.0/ r276158 +releng/10.1/ r276159 +- ------------------------------------------------------------------------- + +To see which files were modified by a particular revision, run the +following command, replacing NNNNNN with the revision number, on a +machine with Subversion installed: + +# svn diff -cNNNNNN --summarize svn://svn.freebsd.org/base + +Or visit the following URL, replacing NNNNNN with the revision number: + + + +VII. References + + + + + + + + + + + +The latest revision of this advisory is available at + +-----BEGIN PGP SIGNATURE----- + +iQIcBAEBCgAGBQJUmfSAAAoJEO1n7NZdz2rnV/IQAMeAuVbyKDMu3mec0ErpL5z8 +OcSxVxKWH9udDJQkpiw6OaU4ks7PGOH/PgAad0mIhWPflXtpUlWMQtUa54Ds4s/t +NjknM2vS4sBMZLk0Poqsts0TohfwdxF+CT8OCZARA2i3t70Ov0Y9BeoCatL2rnS+ +rPbhhlnQXrsAJDCKcjSrYw+37cDNEdcvk4UKhiKh76J6CXwn2cT6h1dXTMFyImWq +slTNlkJV6iFMNYn3oSA8nCVEJVMw2XQwVfg2qzkpZcuDGKE5fFpdvX3VcRP7b2cq +zwSClt29B7FF3EjrplRuEdgxDk8m9PjVbUz9tocLPIqV0RjhTA9j7MhNcWH5G3Dh +u6NQDsA0WzE8Ki2mrWpTEAFp21ZzSyXXtZ703XYiXbQKNG9lKEFv5Z8ffVHSrUT7 +uB2BsP+LrnnWNNdjkRSSSxrfy4CvFLsdQ9FI1FNz+oofEio6yPO+W47pBH//Nbj0 +wfeReW1OlbrtWF6NHZr4CfX+Lx9hu4CXXdXRWKdMDTYUywr0V6BiIsrNlN1z7XCy +90+43twFhGBsOSVD5PpcDmt9oEYfpwWKdXO6dXClCo+mxAki/fgf5Y24cTT9DTQn +CKuVZuyaMi+HZ0jf2sKITQ03S8+Nrn7cZEXkIGScfT5z1Y8pcN+7bRhB1DpaCs0q +IIw6TjJXQm8DTMuBIwf3 +=oSCq +-----END PGP SIGNATURE----- Added: head/share/security/patches/EN-14:13/freebsd-update.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/share/security/patches/EN-14:13/freebsd-update.patch Tue Dec 23 23:28:30 2014 (r46117) @@ -0,0 +1,12 @@ +Index: usr.sbin/freebsd-update/freebsd-update.sh +=================================================================== +--- usr.sbin/freebsd-update/freebsd-update.sh.orig ++++ usr.sbin/freebsd-update/freebsd-update.sh +@@ -1395,6 +1395,7 @@ + # matter, since we add a leading "/" when we use paths later. + cut -f 3- -d '|' $1 | + sed -e 's,/|d|,|d|,' | ++ sed -e 's,/|-|,|-|,' | + sort -u > $1.tmp + + # Figure out which lines to ignore and remove them. Added: head/share/security/patches/EN-14:13/freebsd-update.patch.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/share/security/patches/EN-14:13/freebsd-update.patch.asc Tue Dec 23 23:28:30 2014 (r46117) @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIcBAABCgAGBQJUmSpoAAoJEO1n7NZdz2rnJPcQAOZUttLvFk9WS/NFaWLP4WDk +OK0KCgqpHtxZjxzHSrwoJHQRKpfiHVPKjTiuqGOzGV68s5DFjd4pL++HEQmc5qP/ +fO5EqZ/8uArM1hqQtqqdbeff4rVlY7YqxBbuiG16tT+7/75y0eecPlt9OngG5NM7 +RAXYf9QU1czSnEVvKhoXvvsSSZI8LBheEIxhhQqeumJF0WWt24tiCq4fRZM6Cgxu +2ISCT8+zhc8O6/4XuDmAF9wN4WeDFf/3QrMTdcH6TwJsXsHvoL0rl1ktMabSb10I +fEdhkpQ0pBfLZFGGicj2rVZ8XHBlhZ0wUUgHv9kABQAil1zg1n95+Aw8IrWd4GVX +mwGmNKr7RuWh6Oq/X7XtrvSlqD13W/s8VDLnJJ9gQggm3eWc2E8JGHVyAZgUgIAU +4ciJTQbjww1FRHQJEFJDc4ykjFXF7/2l8FuIQSJuQF/Dp2dV0KwIaDl1my9jjbJG +BmODKA+Do7AzsDjYgubLlF7bPWc54PaPKiW0XjBGmoD6HpUZjf11Jal21JDrOL7t +LMF/YJsE0yo9ce7j9mgGVh4PZGZhNj14OwPrkzW2QP6apguhrn7GaCNTrooxGU2Z +z0I3p6s3l/tJ++LCeh1eTKCfX+NQ5KrbhimXEe9iTZzDF24S2jQwp27cr8wjWvG9 +zpqe4Qli/4lDuWVv3S8q +=p3c7 +-----END PGP SIGNATURE----- Added: head/share/security/patches/SA-14:31/ntp.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/share/security/patches/SA-14:31/ntp.patch Tue Dec 23 23:28:30 2014 (r46117) @@ -0,0 +1,145 @@ +Index: contrib/ntp/ntpd/ntp_config.c +=================================================================== +--- contrib/ntp/ntpd/ntp_config.c.orig ++++ contrib/ntp/ntpd/ntp_config.c +@@ -1887,7 +1887,7 @@ + + for (i = 0; i < 8; i++) + for (j = 1; j < 100; ++j) { +- rankey[i] = (char) (ntp_random() & 0xff); ++ rankey[i] = (char) (arc4random() & 0xff); + if (rankey[i] != 0) break; + } + rankey[8] = 0; +Index: contrib/ntp/ntpd/ntp_control.c +=================================================================== +--- contrib/ntp/ntpd/ntp_control.c.orig ++++ contrib/ntp/ntpd/ntp_control.c +@@ -24,6 +24,10 @@ + #include + #include + ++#ifndef MIN ++#define MIN(a, b) (((a) <= (b)) ? (a) : (b)) ++#endif ++ + /* + * Structure to hold request procedure information + */ +@@ -893,6 +897,7 @@ + ) + { + int overhead; ++ unsigned int currentlen; + + overhead = 0; + if (!bin) { +@@ -916,12 +921,22 @@ + /* + * Save room for trailing junk + */ +- if (dlen + overhead + datapt > dataend) { ++ while (dlen + overhead + datapt > dataend) { + /* + * Not enough room in this one, flush it out. + */ ++ currentlen = MIN(dlen, dataend - datapt); ++ ++ memcpy(datapt, dp, currentlen); ++ ++ datapt += currentlen; ++ dp += currentlen; ++ dlen -= currentlen; ++ datalinelen += currentlen; ++ + ctl_flushpkt(CTL_MORE); + } ++ + memmove((char *)datapt, dp, (unsigned)dlen); + datapt += dlen; + datalinelen += dlen; +Index: contrib/ntp/ntpd/ntp_crypto.c +=================================================================== +--- contrib/ntp/ntpd/ntp_crypto.c.orig ++++ contrib/ntp/ntpd/ntp_crypto.c +@@ -864,12 +864,24 @@ + * errors. + */ + if (vallen == (u_int) EVP_PKEY_size(host_pkey)) { +- RSA_private_decrypt(vallen, ++ u_int32 *cookiebuf = malloc( ++ RSA_size(host_pkey->pkey.rsa)); ++ if (cookiebuf == NULL) { ++ rval = XEVNT_CKY; ++ break; ++ } ++ if (RSA_private_decrypt(vallen, + (u_char *)ep->pkt, +- (u_char *)&temp32, ++ (u_char *)cookiebuf, + host_pkey->pkey.rsa, +- RSA_PKCS1_OAEP_PADDING); +- cookie = ntohl(temp32); ++ RSA_PKCS1_OAEP_PADDING) != 4) { ++ rval = XEVNT_CKY; ++ free(cookiebuf); ++ break; ++ } else { ++ cookie = ntohl(*cookiebuf); ++ free(cookiebuf); ++ } + } else { + rval = XEVNT_CKY; + break; +@@ -3914,7 +3926,7 @@ + rand_file); + exit (-1); + } +- get_systime(&seed); ++ arc4random_buf(&seed, sizeof(l_fp)); + RAND_seed(&seed, sizeof(l_fp)); + RAND_write_file(rand_file); + OpenSSL_add_all_algorithms(); +Index: contrib/ntp/ntpd/ntp_proto.c +=================================================================== +--- contrib/ntp/ntpd/ntp_proto.c.orig ++++ contrib/ntp/ntpd/ntp_proto.c +@@ -649,6 +649,7 @@ + has_mac)) { + is_authentic = AUTH_ERROR; + sys_badauth++; ++ return; + } else { + is_authentic = AUTH_OK; + } +Index: contrib/ntp/util/ntp-keygen.c +=================================================================== +--- contrib/ntp/util/ntp-keygen.c.orig ++++ contrib/ntp/util/ntp-keygen.c +@@ -642,7 +642,7 @@ + for (i = 1; i <= MD5KEYS; i++) { + for (j = 0; j < 16; j++) { + while (1) { +- temp = ntp_random() & 0xff; ++ temp = arc4random() & 0xff; + if (temp == '#') + continue; + if (temp > 0x20 && temp < 0x7f) +@@ -675,7 +675,7 @@ + FILE *str; + + fprintf(stderr, "Generating RSA keys (%d bits)...\n", modulus); +- rsa = RSA_generate_key(modulus, 3, cb, "RSA"); ++ rsa = RSA_generate_key(modulus, 65537, cb, "RSA"); + fprintf(stderr, "\n"); + if (rsa == NULL) { + fprintf(stderr, "RSA generate keys fails\n%s\n", +@@ -954,7 +954,7 @@ + */ + fprintf(stderr, + "Generating GQ parameters (%d bits)...\n", modulus); +- rsa = RSA_generate_key(modulus, 3, cb, "GQ"); ++ rsa = RSA_generate_key(modulus, 65537, cb, "GQ"); + fprintf(stderr, "\n"); + if (rsa == NULL) { + fprintf(stderr, "RSA generate keys fails\n%s\n", Added: head/share/security/patches/SA-14:31/ntp.patch.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/share/security/patches/SA-14:31/ntp.patch.asc Tue Dec 23 23:28:30 2014 (r46117) @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIcBAABCgAGBQJUmSpxAAoJEO1n7NZdz2rnhYgP/0/soeGCLPaz3+jVyn9hmy/C +Qso0rjAdPFgRZfu6j0Nuh4d2pa8FZGQPrQZrLYPFn9JN729vVV26sldu5YNEwGGB +GPczVP35KWHcbssB5ShZtVkUfVmV6bip12VJQnG4QMMWqo2hhetVgpZqXcBZnEKF +zjftsNchre562NdNSTlq/gyqV4LiXxWXfR8Gbvo26kX246b7QCCTx2Su9qDvDrz4 +0MV8NFcr0CZbXKQiLWLfZefsQ57zStR0ME1YEaQvJOyLER8GgB7hJzSoGm1flnB5 +cI1B5z1H48wK5GC5YFEqD3El1UJql5Ni5cz0giOgEbYVpxuigk587f15B+70KMR/ +Mki3Yqm90uuhZdybZ5tGzgrPD6udqU/blpTShqsClM10pA9dCGa3K3UDWzjyy84t +TZQHAZa4h9XIxVjaOD94MBJBUlcA+9PV93m/7xtanqqsbJG5SsRA0l/an46jL/Ww +3rC7fVkEnaiKyCUU7SdzDAIo4uAuTahpSTQh/XaYcBdbpy5/PwGXKeroADpDt0JV +755RyEqqUjd5uGO66ZCBcUCJ/H+lJjNxMlEoAVjq+BoVE9axf83g9WTj4LG+B1f2 +aKBV9TLeLz2vP5/h96WHhndrxEcwF5uf8zWk0pu5gFjnzUDfji0amwndzFHR3W81 +h4kO774DRRglESAmqkdN +=Pt4e +-----END PGP SIGNATURE----- Modified: head/share/xml/advisories.xml ============================================================================== --- head/share/xml/advisories.xml Tue Dec 23 23:03:06 2014 (r46116) +++ head/share/xml/advisories.xml Tue Dec 23 23:28:30 2014 (r46117) @@ -11,6 +11,14 @@ 12 + 23 + + + FreeBSD-SA-14:31.ntp + + + + 17 Modified: head/share/xml/notices.xml ============================================================================== --- head/share/xml/notices.xml Tue Dec 23 23:03:06 2014 (r46116) +++ head/share/xml/notices.xml Tue Dec 23 23:28:30 2014 (r46117) @@ -8,6 +8,18 @@ 2014 + 12 + + + 23 + + + FreeBSD-EN-14:13.freebsd-update + + + + + 11 From owner-svn-doc-all@FreeBSD.ORG Wed Dec 24 00:57:16 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3DCA3BCB; Wed, 24 Dec 2014 00:57:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1EF9C3885; Wed, 24 Dec 2014 00:57:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBO0vFxm067148; Wed, 24 Dec 2014 00:57:15 GMT (envelope-from des@FreeBSD.org) Received: (from des@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBO0vFRk067147; Wed, 24 Dec 2014 00:57:15 GMT (envelope-from des@FreeBSD.org) Message-Id: <201412240057.sBO0vFRk067147@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: des set sender to des@FreeBSD.org using -f From: Dag-Erling Sm淡rgrav Date: Wed, 24 Dec 2014 00:57:15 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46118 - head/share/security/advisories X-SVN-Group: doc-head 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.18-1 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, 24 Dec 2014 00:57:16 -0000 Author: des Date: Wed Dec 24 00:57:15 2014 New Revision: 46118 URL: https://svnweb.freebsd.org/changeset/doc/46118 Log: New version with correct dates for stable/*. Modified: head/share/security/advisories/FreeBSD-SA-14:31.ntp.asc Modified: head/share/security/advisories/FreeBSD-SA-14:31.ntp.asc ============================================================================== --- head/share/security/advisories/FreeBSD-SA-14:31.ntp.asc Tue Dec 23 23:28:30 2014 (r46117) +++ head/share/security/advisories/FreeBSD-SA-14:31.ntp.asc Wed Dec 24 00:57:15 2014 (r46118) @@ -11,14 +11,14 @@ Category: contrib Module: ntp Announced: 2014-12-23 Affects: All supported versions of FreeBSD. -Corrected: 2014-14-22 19:07:16 UTC (stable/10, 10.1-STABLE) +Corrected: 2014-12-22 19:07:16 UTC (stable/10, 10.1-STABLE) 2014-12-23 22:56:01 UTC (releng/10.1, 10.1-RELEASE-p3) 2014-12-23 22:55:14 UTC (releng/10.0, 10.0-RELEASE-p15) - 2014-14-22 19:08:09 UTC (stable/9, 9.3-STABLE) + 2014-12-22 19:08:09 UTC (stable/9, 9.3-STABLE) 2014-12-23 22:54:25 UTC (releng/9.3, 9.3-RELEASE-p7) 2014-12-23 22:53:44 UTC (releng/9.2, 9.2-RELEASE-p17) 2014-12-23 22:53:03 UTC (releng/9.1, 9.1-RELEASE-p24) - 2014-14-22 19:08:09 UTC (stable/8, 8.4-STABLE) + 2014-12-22 19:08:09 UTC (stable/8, 8.4-STABLE) 2014-12-23 22:52:22 UTC (releng/8.4, 8.4-RELEASE-p21) CVE Name: CVE-2014-9293, CVE-2014-9294, CVE-2014-9295, CVE-2014-9296 @@ -150,17 +150,17 @@ The latest revision of this advisory is -----BEGIN PGP SIGNATURE----- -iQIcBAEBCgAGBQJUmfSAAAoJEO1n7NZdz2rnV/IQAMeAuVbyKDMu3mec0ErpL5z8 -OcSxVxKWH9udDJQkpiw6OaU4ks7PGOH/PgAad0mIhWPflXtpUlWMQtUa54Ds4s/t -NjknM2vS4sBMZLk0Poqsts0TohfwdxF+CT8OCZARA2i3t70Ov0Y9BeoCatL2rnS+ -rPbhhlnQXrsAJDCKcjSrYw+37cDNEdcvk4UKhiKh76J6CXwn2cT6h1dXTMFyImWq -slTNlkJV6iFMNYn3oSA8nCVEJVMw2XQwVfg2qzkpZcuDGKE5fFpdvX3VcRP7b2cq -zwSClt29B7FF3EjrplRuEdgxDk8m9PjVbUz9tocLPIqV0RjhTA9j7MhNcWH5G3Dh -u6NQDsA0WzE8Ki2mrWpTEAFp21ZzSyXXtZ703XYiXbQKNG9lKEFv5Z8ffVHSrUT7 -uB2BsP+LrnnWNNdjkRSSSxrfy4CvFLsdQ9FI1FNz+oofEio6yPO+W47pBH//Nbj0 -wfeReW1OlbrtWF6NHZr4CfX+Lx9hu4CXXdXRWKdMDTYUywr0V6BiIsrNlN1z7XCy -90+43twFhGBsOSVD5PpcDmt9oEYfpwWKdXO6dXClCo+mxAki/fgf5Y24cTT9DTQn -CKuVZuyaMi+HZ0jf2sKITQ03S8+Nrn7cZEXkIGScfT5z1Y8pcN+7bRhB1DpaCs0q -IIw6TjJXQm8DTMuBIwf3 -=oSCq +iQIcBAEBCgAGBQJUmg71AAoJEO1n7NZdz2rn92YQAOZaX8tHuYv+twEde4xyhe8E +A+h/Isv04xmPTbWK9w9rJoIJ/2qZcVhb8P43KIhxtzFVVjxWbWJsHMod4FC3X1wG +ku8SuBijgkUumFSTZ7IoNxBvZdJrpv9r+do357s4rOpMOAOqzVDyNPLUUZqWdZaT +jXJDCdwWS7c7pExLOq+ziXGkfGUfSlp6jijxmH9qPi5iSmjqE3A2UpUpGbcnclDv +vesQK9Tfk3woNbn4q8iQ6tJJlPsizYWO0EWc4gdESI/WOiPJfpdwPYLINXx+0sKk +4qdHoCmlHucRC6ALnkqj+3JOR1MdPRuYDBZKeKA4d0UgEOllfWHgK8m4SpqJUn7E +zLNKZHSbQxIObYK82rI0zarknMVB8toFeOgqU1yKY0lXd4Z23uGyH2HMFx4oX+2x +K9MNfHeziSZcl3TQzsy4UFItAlVzFqLtDf8t0YA680zgf6RaIOhOQU4EtooDTPpi +iy3CkV0d3AeQwO9UdwpaASWM0GVJ/sRpjvFluxElIKZ9WqWCwUHnhGSbQI8gMuGy +0HfAix4YG46i/4R+Q6pk46SlPCIzMjVKZISrlkhl7j4YoOpp/xS7uI8A4om+vvAc +Q2qPO1Ow+dVZra2QpIshkxYcTi/qVEp1VV1SHBujexQhYRGhk2PkxBBl78QjxGeM +yviSFWqjS+1z3j7jtzG4 +=ZLh4 -----END PGP SIGNATURE----- From owner-svn-doc-all@FreeBSD.ORG Wed Dec 24 08:20:56 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2F1A4AE4; Wed, 24 Dec 2014 08:20:56 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0FE8364785; Wed, 24 Dec 2014 08:20:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBO8KtRl083289; Wed, 24 Dec 2014 08:20:55 GMT (envelope-from ryusuke@FreeBSD.org) Received: (from ryusuke@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBO8KtPe083288; Wed, 24 Dec 2014 08:20:55 GMT (envelope-from ryusuke@FreeBSD.org) Message-Id: <201412240820.sBO8KtPe083288@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ryusuke set sender to ryusuke@FreeBSD.org using -f From: Ryusuke SUZUKI Date: Wed, 24 Dec 2014 08:20:55 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46119 - head/ja_JP.eucJP/books/handbook/ports X-SVN-Group: doc-head 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.18-1 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, 24 Dec 2014 08:20:56 -0000 Author: ryusuke Date: Wed Dec 24 08:20:54 2014 New Revision: 46119 URL: https://svnweb.freebsd.org/changeset/doc/46119 Log: - Merge the following from the English version: r43886 -> r44016 head/ja_JP.eucJP/books/handbook/ports/chapter.xml Modified: head/ja_JP.eucJP/books/handbook/ports/chapter.xml Modified: head/ja_JP.eucJP/books/handbook/ports/chapter.xml ============================================================================== --- head/ja_JP.eucJP/books/handbook/ports/chapter.xml Wed Dec 24 00:57:15 2014 (r46118) +++ head/ja_JP.eucJP/books/handbook/ports/chapter.xml Wed Dec 24 08:20:54 2014 (r46119) @@ -1640,6 +1640,171 @@ The deinstallation will free 229 kB + + <application>Poudriere</application> を用いた + package の構築 + + Poudriere は、&os; jails を用いて、 + 独立したコンパイル環境を構築します。 + この中で、ports は、通常の &man.make.1; ターゲットおよび &man.pkg.8; + によってコンパイルされ、package 化されます。 + + + インストールと設定 + + Ports Collection + (ports-mgmt/poudriere) + から Poudriere + をインストールしてください。 + + 設定ファイルは、 + /usr/local/etc/poudriere.conf と + /usr/local/etc/poudriere.d/ です。 + 設定例は + /usr/local/etc/poudriere.conf.sample + に用意されています。 + + 必ずしも ZFS を使う必要はありませんが、 + 有用です。ZFS を使う際には、 + PoudriereZPOOL + を指定する必要があります。 + FREEBSD_HOST を最も近いミラーに設定してください。 + 他の値はデフォルトの値で十分です。 + CCACHE_DIR を定義することで、 + devel/ccache + を使ったコンパイルのキャッシュが可能となり、 + コンパイルで頻繁に使われるコードの構築時間を短縮できます。 + Poudriere データセットを + /poudriere + にマウントされた独立したツリーに置くと良いでしょう。 + これは機能的な変更ではなく、趣味の問題です。 + + 同時に走らせるコンパイル数の定義には、 + 認識されたコアプロセッサの数が用いられます。 + RAM + もしくはスワップ空間のどちらかの仮想メモリを十分用意してください。 + もし、仮想メモリを使い切ってしまったら、jail の構築は中断し、 + + 異常なメッセージが表示されることでしょう。 + + + + Jails および Port ツリーの初期化 + + 最初は、&os; ツリーと ports ツリーをインストールすれば十分です。 + および + で名前とバージョンを与えるだけで簡単にセットアップできます。 + &os;/&arch.amd64; システムでは、 + を使ってアーキテクチャに + i386 または amd64 + を設定できます。 + デフォルトは、 + uname で表示されるアーキテクチャが設定されます。 + + &prompt.root; poudriere jail -c -j 10amd64 -v 10.0-RELEASE +====>> Creating 10amd64 fs... done +====>> Fetching base.txz for FreeBSD 10.0-RELEASE amd64 +/poudriere/jails/10amd64/fromftp/base.txz 100% of 59 MB 1470 kBps 00m42s +====>> Extracting base.txz... done +====>> Fetching src.txz for FreeBSD 10.0-RELEASE amd64 +/poudriere/jails/10amd64/fromftp/src.txz 100% of 107 MB 1476 kBps 01m14s +====>> Extracting src.txz... done +====>> Fetching games.txz for FreeBSD 10.0-RELEASE amd64 +/poudriere/jails/10amd64/fromftp/games.txz 100% of 865 kB 734 kBps 00m01s +====>> Extracting games.txz... done +====>> Fetching lib32.txz for FreeBSD 10.0-RELEASE amd64 +/poudriere/jails/10amd64/fromftp/lib32.txz 100% of 14 MB 1316 kBps 00m12s +====>> Extracting lib32.txz... done +====>> Cleaning up... done +====>> Jail 10amd64 10.0-RELEASE amd64 is ready to be used + + &prompt.root; poudriere ports -c -p local +====>> Creating local fs... done +====>> Extracting portstree "local"... +Looking up portsnap.FreeBSD.org mirrors... 7 mirrors found. +Fetching public key from ec2-eu-west-1.portsnap.freebsd.org... done. +Fetching snapshot tag from ec2-eu-west-1.portsnap.freebsd.org... done. +Fetching snapshot metadata... done. +Fetching snapshot generated at Tue Feb 11 01:07:15 CET 2014: +94a3431f0ce567f6452ffde4fd3d7d3c6e1da143efec76100% of 69 MB 1246 kBps 00m57s +Extracting snapshot... done. +Verifying snapshot integrity... done. +Fetching snapshot tag from ec2-eu-west-1.portsnap.freebsd.org... done. +Fetching snapshot metadata... done. +Updating from Tue Feb 11 01:07:15 CET 2014 to Tue Feb 11 16:05:20 CET 2014. +Fetching 4 metadata patches... done. +Applying metadata patches... done. +Fetching 0 metadata files... done. +Fetching 48 patches. +(48/48) 100.00% done. +done. +Applying patches... +done. +Fetching 1 new ports or files... done. +/poudriere/ports/tester/CHANGES +/poudriere/ports/tester/COPYRIGHT + +[...] + +Building new INDEX files... done. + + 一つのコンピュータ上で、 + 複数の設定、複数の jails、異なる port ツリーから + Poudriere は port をビルドできます。 + これらのコンビネーションのカスタム設定は + セット と呼ばれます。 + 詳細は &man.poudriere.8; の CUSTOMIZATION の章をご覧下さい。 + + ここで示される基本設定では、jail, ports そしてセット固有の + make.conf/usr/local/etc/poudriere.d + に置いてください。 + この例でのファイル名 + 10amd64-local-workstation-make.conf + は、jail 名、port 名そして、セット名の組み合わせで付けられています。 + システムの make.conf + と、この新しいファイルは、ビルド時に結合され、構築した jail + で用いられる make.conf を作成します。 + + ビルドする package を + 10amd64-local-workstation-pkglist に記載してください。 + + editors/emacs +devel/git +ports-mgmt/pkg +... + + オプションや依存関係の ports を設定してください。 + + &prompt.root; poudriere options -j 10amd64 -p local -z workstation -f workstation-pkglist + + 最後に packages を構築し、 + &man.pkg.8; リポジトリを生成してください。 + + &prompt.root; poudriere bulk -j 10amd64 -p local -z workstation -f workstation-pkglist + + Ctrlt + は現在の状況を表示します。 + Poudriere は + /poudriere/logs/bulk/jailname + + にあるファイルも構築します。 + このファイルをウェブサーバと共に使うことで、 + ビルド情報を表示できます。 + + Poudriere + リポジトリから package + をインストールに利用できるようになりました。 + + Poudriere + に関するより多くの情報については + &man.poudriere.8; およびメインのウェブサイトである + を参照してください。 + + + インストール後の作業 From owner-svn-doc-all@FreeBSD.ORG Wed Dec 24 09:31:12 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1BFE98DD; Wed, 24 Dec 2014 09:31:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 06FD31BCC; Wed, 24 Dec 2014 09:31:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBO9VBbR015706; Wed, 24 Dec 2014 09:31:11 GMT (envelope-from ryusuke@FreeBSD.org) Received: (from ryusuke@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBO9VB4j015705; Wed, 24 Dec 2014 09:31:11 GMT (envelope-from ryusuke@FreeBSD.org) Message-Id: <201412240931.sBO9VB4j015705@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ryusuke set sender to ryusuke@FreeBSD.org using -f From: Ryusuke SUZUKI Date: Wed, 24 Dec 2014 09:31:11 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46120 - head/ja_JP.eucJP/share/xml X-SVN-Group: doc-head 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.18-1 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, 24 Dec 2014 09:31:12 -0000 Author: ryusuke Date: Wed Dec 24 09:31:11 2014 New Revision: 46120 URL: https://svnweb.freebsd.org/changeset/doc/46120 Log: - Merge the following from the English version: r46000 -> r46115 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 Wed Dec 24 08:20:54 2014 (r46119) +++ head/ja_JP.eucJP/share/xml/news.xml Wed Dec 24 09:31:11 2014 (r46120) @@ -23,7 +23,7 @@ would like to work on. *** $FreeBSD$ - Original revision: r46000 + Original revision: r46115 --> @@ -34,6 +34,18 @@ 2014 + 12 + + 14 + + +

    新コミッタ就任: + Muhammad Moinur Rahman (ports)

    +
    +
    +
    + + 11 14 @@ -210,6 +222,15 @@ および sparc64 アーキテクチャの ISO イメージを入手できます。

    + + + 9 + + +

    新コミッタ就任: + Dominic Fandrey (ports)

    +
    +
    From owner-svn-doc-all@FreeBSD.ORG Wed Dec 24 11:25:58 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C9E5E16F; Wed, 24 Dec 2014 11:25:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B53B664E1C; Wed, 24 Dec 2014 11:25:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBOBPwBP069630; Wed, 24 Dec 2014 11:25:58 GMT (envelope-from marck@FreeBSD.org) Received: (from marck@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBOBPw6D069629; Wed, 24 Dec 2014 11:25:58 GMT (envelope-from marck@FreeBSD.org) Message-Id: <201412241125.sBOBPw6D069629@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marck set sender to marck@FreeBSD.org using -f From: Dmitry Morozovsky Date: Wed, 24 Dec 2014 11:25:58 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46121 - head/en_US.ISO8859-1/books/porters-handbook/versions X-SVN-Group: doc-head 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.18-1 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, 24 Dec 2014 11:25:58 -0000 Author: marck Date: Wed Dec 24 11:25:57 2014 New Revision: 46121 URL: https://svnweb.freebsd.org/changeset/doc/46121 Log: Document __FreeBSD_version valuse 1100050 and 1100051. 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 Wed Dec 24 09:31:11 2014 (r46120) +++ head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Wed Dec 24 11:25:57 2014 (r46121) @@ -5626,6 +5626,20 @@ LLVM vectorizer, which could lead to buffer overruns in some cases (275633). + + + 1100050 + December 12, 2014 + 11.0-CURRENT after adding AES-ICM and AES-GCM to OpenCrypto + (275732). + + + + 1100049 + December 23, 2014 + 11.0-CURRENT after removing old NFS client and server code + from the kernel (276096). + From owner-svn-doc-all@FreeBSD.ORG Wed Dec 24 11:32:41 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9791E371; Wed, 24 Dec 2014 11:32:41 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 82F7164F36; Wed, 24 Dec 2014 11:32:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBOBWfUU073943; Wed, 24 Dec 2014 11:32:41 GMT (envelope-from marck@FreeBSD.org) Received: (from marck@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBOBWf1P073942; Wed, 24 Dec 2014 11:32:41 GMT (envelope-from marck@FreeBSD.org) Message-Id: <201412241132.sBOBWf1P073942@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marck set sender to marck@FreeBSD.org using -f From: Dmitry Morozovsky Date: Wed, 24 Dec 2014 11:32:41 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46122 - head/en_US.ISO8859-1/books/porters-handbook/versions X-SVN-Group: doc-head 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.18-1 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, 24 Dec 2014 11:32:41 -0000 Author: marck Date: Wed Dec 24 11:32:40 2014 New Revision: 46122 URL: https://svnweb.freebsd.org/changeset/doc/46122 Log: Fix actual __FreeBSD_version 1100051 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 Wed Dec 24 11:25:57 2014 (r46121) +++ head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Wed Dec 24 11:32:40 2014 (r46122) @@ -5635,7 +5635,7 @@ - 1100049 + 1100051 December 23, 2014 11.0-CURRENT after removing old NFS client and server code from the kernel (276096). From owner-svn-doc-all@FreeBSD.ORG Thu Dec 25 11:10:24 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 83F66B63; Thu, 25 Dec 2014 11:10:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6D4D7640C8; Thu, 25 Dec 2014 11:10:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBPBAOOA041760; Thu, 25 Dec 2014 11:10:24 GMT (envelope-from ryusuke@FreeBSD.org) Received: (from ryusuke@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBPBAO98041759; Thu, 25 Dec 2014 11:10:24 GMT (envelope-from ryusuke@FreeBSD.org) Message-Id: <201412251110.sBPBAO98041759@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ryusuke set sender to ryusuke@FreeBSD.org using -f From: Ryusuke SUZUKI Date: Thu, 25 Dec 2014 11:10:24 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46123 - head/ja_JP.eucJP/books/handbook/ports X-SVN-Group: doc-head 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.18-1 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, 25 Dec 2014 11:10:24 -0000 Author: ryusuke Date: Thu Dec 25 11:10:23 2014 New Revision: 46123 URL: https://svnweb.freebsd.org/changeset/doc/46123 Log: - Merge the following from the English version: r44016 -> r44420 head/ja_JP.eucJP/books/handbook/ports/chapter.xml Modified: head/ja_JP.eucJP/books/handbook/ports/chapter.xml Modified: head/ja_JP.eucJP/books/handbook/ports/chapter.xml ============================================================================== --- head/ja_JP.eucJP/books/handbook/ports/chapter.xml Wed Dec 24 11:32:40 2014 (r46122) +++ head/ja_JP.eucJP/books/handbook/ports/chapter.xml Thu Dec 25 11:10:23 2014 (r46123) @@ -3,7 +3,7 @@ The FreeBSD Documentation Project The FreeBSD Japanese Documentation Project - Original revision: r44016 + Original revision: r44420 $FreeBSD$ --> @@ -252,7 +252,7 @@ ports ツリーのローカルバージョンを調べることができます。 port がどのカテゴリに分類されているのかを知りたければ、 &man.whereis.1; コマンドで調べることができます。 - whereis ファイル + whereis ファイル と入力してください。ファイル の部分にはインストールを考えているプログラム名を入れます。 @@ -319,8 +319,10 @@ Path: /usr/ports/sysutils/lsof Info: Lists information about open files (similar to fstat(1)) もっと詳しく検索するには、 - make search key=string または - make quicksearch key=string + make search + key=string または + make quicksearch + key=string と入力してください。 string の部分には検索したいテキストを入れます。 @@ -567,7 +569,7 @@ docbook = &man.pkg.version.1; を使ってインストールされている package のバージョンを調べるか、ワイルドカードを使ってください。 - &prompt.root; pkg_delete xchat\* + &prompt.root; pkg_delete xchat\* 上の例では、名前が xchat で始まるすべての packages が削除されます。 @@ -709,7 +711,7 @@ pkg-1.1.4_1 ここで packagename は、インストールする package の名前です。 - &prompt.root; pkg install packagename + &prompt.root; pkg install packagename このコマンドは、リポジトリデータを使用して、 インストールすべきソフトウェアのバージョン、および、 @@ -827,7 +829,7 @@ Deinstalling ca_root_nss-3.15.1_1... don pkgng.db を適切なファイル名に置き換えてください。 - &prompt.root; pkg backup -d pkgng.db + &prompt.root; pkg backup -d pkgng.db さらに、pkgng は package データベースを毎日自動的にバックアップする @@ -907,8 +909,7 @@ Deinstalling ca_root_nss-3.15.1_1... don 依存 packages を再インストールするには、 以下のように実行してください。 - &prompt.root; pkg install -Rf graphics/freeglut - + &prompt.root; pkg install -Rf graphics/freeglut
    @@ -1295,7 +1296,7 @@ Deinstalling ca_root_nss-3.15.1_1... don 変更することができます。 設定する場合には、変更先を以下のようにして指定してください。 - &prompt.root; cd /usr/ports/directory + &prompt.root; cd /usr/ports/directory &prompt.root; make MASTER_SITE_OVERRIDE= \ ftp://ftp.organization.org/pub/FreeBSD/ports/distfiles/ fetch @@ -1644,62 +1645,64 @@ The deinstallation will free 229 kB <application>Poudriere</application> を用いた package の構築 - Poudriere は、&os; jails を用いて、 + poudriere は、&os; package + を作成したり、試験に用いられる BSD + ライセンスのユーティリティです。 + このユーティリティは、&os; jails を用いて、 独立したコンパイル環境を構築します。 - この中で、ports は、通常の &man.make.1; ターゲットおよび &man.pkg.8; - によってコンパイルされ、package 化されます。 - - - インストールと設定 - - Ports Collection - (ports-mgmt/poudriere) - から Poudriere - をインストールしてください。 - - 設定ファイルは、 - /usr/local/etc/poudriere.conf と - /usr/local/etc/poudriere.d/ です。 - 設定例は + インストールされている &os; のバージョンとは異なるバージョン用の + package を作成したり、ホストが &arch.amd64; のシステムでは、 + i386 用の package を構築することもできます。 + package が構築されたら、そのレイアウトは公式のミラーと同じなので、 + &man.pkg.8; や他の package 管理ツールで利用できます。 + + ports-mgmt/poudriere package + または port から poudriere + をインストールしてください。 + アプリケーションをインストールすると、サンプルの設定ファイルである /usr/local/etc/poudriere.conf.sample - に用意されています。 + もインストールされます。 + このファイルを + /usr/local/etc/poudriere.conf にコピーして、 + ローカルの環境に合わせて編集してください。 - 必ずしも ZFS を使う必要はありませんが、 + poudriere を実行するシステムで、 + 必ずしも ZFS を使う必要はありませんが、 有用です。ZFS を使う際には、 - PoudriereZPOOL - を指定する必要があります。 - FREEBSD_HOST を最も近いミラーに設定してください。 - 他の値はデフォルトの値で十分です。 + /usr/local/etc/poudriere.conf + の中で ZPOOL を指定する必要があります。 + そして、FREEBSD_HOST + を最も近いミラーに設定してください。 CCACHE_DIR を定義することで、 devel/ccache を使ったコンパイルのキャッシュが可能となり、 コンパイルで頻繁に使われるコードの構築時間を短縮できます。 - Poudriere データセットを + poudriere データセットを /poudriere にマウントされた独立したツリーに置くと良いでしょう。 - これは機能的な変更ではなく、趣味の問題です。 + 他の値はデフォルトの値で十分です。 同時に走らせるコンパイル数の定義には、 認識されたコアプロセッサの数が用いられます。 RAM もしくはスワップ空間のどちらかの仮想メモリを十分用意してください。 もし、仮想メモリを使い切ってしまったら、jail の構築は中断し、 - 異常なメッセージが表示されることでしょう。 - Jails および Port ツリーの初期化 - 最初は、&os; ツリーと ports ツリーをインストールすれば十分です。 - および - で名前とバージョンを与えるだけで簡単にセットアップできます。 + 設定が終わったら、poudriere + を初期化して、必要とする &os; ツリーおよび jail、 + そして ports ツリーをインストールしてください。 + jail の名前を 、 + &os; のバージョンを で指定してください。 &os;/&arch.amd64; システムでは、 を使ってアーキテクチャに i386 または amd64 を設定できます。 - デフォルトは、 - uname で表示されるアーキテクチャが設定されます。 + デフォルトでは、uname + で表示されるアーキテクチャを使うように設定されます。 &prompt.root; poudriere jail -c -j 10amd64 -v 10.0-RELEASE ====>> Creating 10amd64 fs... done @@ -1750,7 +1753,7 @@ Building new INDEX files... done.一つのコンピュータ上で、 複数の設定、複数の jails、異なる port ツリーから - Poudriere は port をビルドできます。 + poudriere は port をビルドできます。 これらのコンビネーションのカスタム設定は セット と呼ばれます。 詳細は &man.poudriere.8; の CUSTOMIZATION の章をご覧下さい。 @@ -1774,18 +1777,19 @@ devel/git ports-mgmt/pkg ... - オプションや依存関係の ports を設定してください。 + 特定の ports に対し、 + オプションや依存を設定してください。 &prompt.root; poudriere options -j 10amd64 -p local -z workstation -f workstation-pkglist 最後に packages を構築し、 - &man.pkg.8; リポジトリを生成してください。 + package リポジトリを生成してください。 &prompt.root; poudriere bulk -j 10amd64 -p local -z workstation -f workstation-pkglist Ctrlt - は現在の状況を表示します。 + は現在のビルド状況を表示します。 Poudriere/poudriere/logs/bulk/jailname @@ -1793,12 +1797,12 @@ ports-mgmt/pkg このファイルをウェブサーバと共に使うことで、 ビルド情報を表示できます。 - Poudriere - リポジトリから package - をインストールに利用できるようになりました。 + ビルドが終了したら、poudriere + リポジトリを package + のインストールに利用できるようになります。 - Poudriere - に関するより多くの情報については + poudriere + を利用する上でのより多くの情報については、 &man.poudriere.8; およびメインのウェブサイトである を参照してください。 @@ -1820,8 +1824,14 @@ ports-mgmt/pkg 多くのアプリケーションでは、 デフォルトの設定ファイルが、少なくとも一つは /usr/local/etc にインストールされます。 - この設定ファイルを確認し、 - 必要に応じてシステムの要求に合うように編集してください。 + 数多くの設定ファイルを持つようなアプリケーションでは、 + それらのファイルを格納するためにサブディレクトリを作成するものもあります。 + サンプルの設定ファイルは、しばしば .sample + といった拡張子がついた名前でインストールされます。 + 設定ファイルを確認し、 + 必要に応じてシステムの要求に合うように編集してください。 + 最初にサンプルファイルを .sample + を外した名前のファイルにコピーしてから、編集してください。 From owner-svn-doc-all@FreeBSD.ORG Fri Dec 26 14:26:20 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CA297712; Fri, 26 Dec 2014 14:26:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B17812433; Fri, 26 Dec 2014 14:26:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBQEQKon033409; Fri, 26 Dec 2014 14:26:20 GMT (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBQEQKUW033408; Fri, 26 Dec 2014 14:26:20 GMT (envelope-from wosch@FreeBSD.org) Message-Id: <201412261426.sBQEQKUW033408@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wosch set sender to wosch@FreeBSD.org using -f From: Wolfram Schneider Date: Fri, 26 Dec 2014 14:26:20 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46124 - head/en_US.ISO8859-1/htdocs/cgi X-SVN-Group: doc-head 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.18-1 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, 26 Dec 2014 14:26:20 -0000 Author: wosch Date: Fri Dec 26 14:26:19 2014 New Revision: 46124 URL: https://svnweb.freebsd.org/changeset/doc/46124 Log: add a bunch of older FreeBSD-ports-* manpages Modified: head/en_US.ISO8859-1/htdocs/cgi/man.cgi Modified: head/en_US.ISO8859-1/htdocs/cgi/man.cgi ============================================================================== --- head/en_US.ISO8859-1/htdocs/cgi/man.cgi Thu Dec 25 11:10:23 2014 (r46123) +++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi Fri Dec 26 14:26:19 2014 (r46124) @@ -289,6 +289,65 @@ $manPathDefault = 'FreeBSD 10.1-RELEASE' 'FreeBSD Ports 8.1-RELEASE', "$manLocalDir/FreeBSD-ports-8.1-RELEASE", 'FreeBSD Ports 8.0-RELEASE', "$manLocalDir/FreeBSD-ports-8.0-RELEASE", + 'FreeBSD Ports 2.2.8-RELEASE', "$manLocalDir/FreeBSD-ports-2.2.8-RELEASE/man:$manLocalDir/FreeBSD-ports-2.2.8-RELEASE/misc", + 'FreeBSD Ports 3.4-RELEASE', "$manLocalDir/FreeBSD-ports-3.4-RELEASE/man:$manLocalDir/FreeBSD-ports-3.4-RELEASE/misc", + 'FreeBSD Ports 3.5-RELEASE', "$manLocalDir/FreeBSD-ports-3.5-RELEASE/man:$manLocalDir/FreeBSD-ports-3.5-RELEASE/misc", + 'FreeBSD Ports 3.5.1-RELEASE', "$manLocalDir/FreeBSD-ports-3.5.1-RELEASE/man:$manLocalDir/FreeBSD-ports-3.5.1-RELEASE/misc", + 'FreeBSD Ports 4.1.1-RELEASE', "$manLocalDir/FreeBSD-ports-4.1.1-RELEASE/man:$manLocalDir/FreeBSD-ports-4.1.1-RELEASE/misc", + 'FreeBSD Ports 4.10-RELEASE', "$manLocalDir/FreeBSD-ports-4.10-RELEASE/man:$manLocalDir/FreeBSD-ports-4.10-RELEASE/misc", + 'FreeBSD Ports 4.11-RELEASE', "$manLocalDir/FreeBSD-ports-4.11-RELEASE/man:$manLocalDir/FreeBSD-ports-4.11-RELEASE/misc", + 'FreeBSD Ports 4.2-RELEASE', "$manLocalDir/FreeBSD-ports-4.2-RELEASE/man:$manLocalDir/FreeBSD-ports-4.2-RELEASE/misc", + 'FreeBSD Ports 4.3-RELEASE', "$manLocalDir/FreeBSD-ports-4.3-RELEASE/man:$manLocalDir/FreeBSD-ports-4.3-RELEASE/misc", + 'FreeBSD Ports 4.5-RELEASE', "$manLocalDir/FreeBSD-ports-4.5-RELEASE/man:$manLocalDir/FreeBSD-ports-4.5-RELEASE/misc", + 'FreeBSD Ports 4.6-RELEASE', "$manLocalDir/FreeBSD-ports-4.6-RELEASE/man:$manLocalDir/FreeBSD-ports-4.6-RELEASE/misc", + 'FreeBSD Ports 4.6.2-RELEASE', "$manLocalDir/FreeBSD-ports-4.6.2-RELEASE/man:$manLocalDir/FreeBSD-ports-4.6.2-RELEASE/misc", + 'FreeBSD Ports 4.8-RELEASE', "$manLocalDir/FreeBSD-ports-4.8-RELEASE/man:$manLocalDir/FreeBSD-ports-4.8-RELEASE/misc", + 'FreeBSD Ports 4.9-RELEASE', "$manLocalDir/FreeBSD-ports-4.9-RELEASE/man:$manLocalDir/FreeBSD-ports-4.9-RELEASE/misc", + 'FreeBSD Ports 5.2-RELEASE', "$manLocalDir/FreeBSD-ports-5.2-RELEASE/man:$manLocalDir/FreeBSD-ports-5.2-RELEASE/misc", + 'FreeBSD Ports 5.2.1-RELEASE', "$manLocalDir/FreeBSD-ports-5.2.1-RELEASE/man:$manLocalDir/FreeBSD-ports-5.2.1-RELEASE/misc", + 'FreeBSD Ports 5.3-RELEASE', "$manLocalDir/FreeBSD-ports-5.3-RELEASE/man:$manLocalDir/FreeBSD-ports-5.3-RELEASE/misc", + 'FreeBSD Ports 5.4-RELEASE', "$manLocalDir/FreeBSD-ports-5.4-RELEASE/man:$manLocalDir/FreeBSD-ports-5.4-RELEASE/misc", + 'FreeBSD Ports 5.5-RELEASE', "$manLocalDir/FreeBSD-ports-5.5-RELEASE/man:$manLocalDir/FreeBSD-ports-5.5-RELEASE/misc", + 'FreeBSD Ports 6.0-RELEASE', "$manLocalDir/FreeBSD-ports-6.0-RELEASE/man:$manLocalDir/FreeBSD-ports-6.0-RELEASE/misc", + 'FreeBSD Ports 6.3-RELEASE', "$manLocalDir/FreeBSD-ports-6.3-RELEASE/man:$manLocalDir/FreeBSD-ports-6.3-RELEASE/misc", + 'FreeBSD Ports 6.4-RELEASE', "$manLocalDir/FreeBSD-ports-6.4-RELEASE/man:$manLocalDir/FreeBSD-ports-6.4-RELEASE/misc", + 'FreeBSD Ports 7.1-RELEASE', "$manLocalDir/FreeBSD-ports-7.1-RELEASE/man:$manLocalDir/FreeBSD-ports-7.1-RELEASE/misc", + 'FreeBSD Ports 7.2-RELEASE', "$manLocalDir/FreeBSD-ports-7.2-RELEASE/man:$manLocalDir/FreeBSD-ports-7.2-RELEASE/misc", + 'FreeBSD Ports 7.4-RELEASE', "$manLocalDir/FreeBSD-ports-7.4-RELEASE/man:$manLocalDir/FreeBSD-ports-7.4-RELEASE/misc", + 'FreeBSD Ports 8.2-RELEASE', "$manLocalDir/FreeBSD-ports-8.2-RELEASE/man:$manLocalDir/FreeBSD-ports-8.2-RELEASE/misc", + 'FreeBSD Ports 8.3-RELEASE', "$manLocalDir/FreeBSD-ports-8.3-RELEASE/man:$manLocalDir/FreeBSD-ports-8.3-RELEASE/misc", + 'FreeBSD Ports 9.1-RELEASE', "$manLocalDir/FreeBSD-ports-9.1-RELEASE/man:$manLocalDir/FreeBSD-ports-9.1-RELEASE/misc", + + 'FreeBSD 2.2.8-RELEASE and Ports', "$manLocalDir/FreeBSD-2.2.8-RELEASE/man:$manLocalDir/FreeBSD-2.2.8-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-2.2.8-RELEASE/man:$manLocalDir/FreeBSD-ports-2.2.8-RELEASE/misc", + 'FreeBSD 3.4-RELEASE and Ports', "$manLocalDir/FreeBSD-3.4-RELEASE/man:$manLocalDir/FreeBSD-3.4-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-3.4-RELEASE/man:$manLocalDir/FreeBSD-ports-3.4-RELEASE/misc", + 'FreeBSD 3.5-RELEASE and Ports', "$manLocalDir/FreeBSD-3.5-RELEASE/man:$manLocalDir/FreeBSD-3.5-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-3.5-RELEASE/man:$manLocalDir/FreeBSD-ports-3.5-RELEASE/misc", + 'FreeBSD 3.5.1-RELEASE and Ports', "$manLocalDir/FreeBSD-3.5.1-RELEASE/man:$manLocalDir/FreeBSD-3.5.1-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-3.5.1-RELEASE/man:$manLocalDir/FreeBSD-ports-3.5.1-RELEASE/misc", + 'FreeBSD 4.1.1-RELEASE and Ports', "$manLocalDir/FreeBSD-4.1.1-RELEASE/man:$manLocalDir/FreeBSD-4.1.1-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-4.1.1-RELEASE/man:$manLocalDir/FreeBSD-ports-4.1.1-RELEASE/misc", + 'FreeBSD 4.10-RELEASE and Ports', "$manLocalDir/FreeBSD-4.10-RELEASE/man:$manLocalDir/FreeBSD-4.10-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-4.10-RELEASE/man:$manLocalDir/FreeBSD-ports-4.10-RELEASE/misc", + 'FreeBSD 4.11-RELEASE and Ports', "$manLocalDir/FreeBSD-4.11-RELEASE/man:$manLocalDir/FreeBSD-4.11-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-4.11-RELEASE/man:$manLocalDir/FreeBSD-ports-4.11-RELEASE/misc", + 'FreeBSD 4.2-RELEASE and Ports', "$manLocalDir/FreeBSD-4.2-RELEASE/man:$manLocalDir/FreeBSD-4.2-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-4.2-RELEASE/man:$manLocalDir/FreeBSD-ports-4.2-RELEASE/misc", + 'FreeBSD 4.3-RELEASE and Ports', "$manLocalDir/FreeBSD-4.3-RELEASE/man:$manLocalDir/FreeBSD-4.3-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-4.3-RELEASE/man:$manLocalDir/FreeBSD-ports-4.3-RELEASE/misc", + 'FreeBSD 4.5-RELEASE and Ports', "$manLocalDir/FreeBSD-4.5-RELEASE/man:$manLocalDir/FreeBSD-4.5-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-4.5-RELEASE/man:$manLocalDir/FreeBSD-ports-4.5-RELEASE/misc", + 'FreeBSD 4.6-RELEASE and Ports', "$manLocalDir/FreeBSD-4.6-RELEASE/man:$manLocalDir/FreeBSD-4.6-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-4.6-RELEASE/man:$manLocalDir/FreeBSD-ports-4.6-RELEASE/misc", + 'FreeBSD 4.6.2-RELEASE and Ports', "$manLocalDir/FreeBSD-4.6.2-RELEASE/man:$manLocalDir/FreeBSD-4.6.2-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-4.6.2-RELEASE/man:$manLocalDir/FreeBSD-ports-4.6.2-RELEASE/misc", + 'FreeBSD 4.8-RELEASE and Ports', "$manLocalDir/FreeBSD-4.8-RELEASE/man:$manLocalDir/FreeBSD-4.8-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-4.8-RELEASE/man:$manLocalDir/FreeBSD-ports-4.8-RELEASE/misc", + 'FreeBSD 4.9-RELEASE and Ports', "$manLocalDir/FreeBSD-4.9-RELEASE/man:$manLocalDir/FreeBSD-4.9-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-4.9-RELEASE/man:$manLocalDir/FreeBSD-ports-4.9-RELEASE/misc", + 'FreeBSD 5.2-RELEASE and Ports', "$manLocalDir/FreeBSD-5.2-RELEASE/man:$manLocalDir/FreeBSD-5.2-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-5.2-RELEASE/man:$manLocalDir/FreeBSD-ports-5.2-RELEASE/misc", + 'FreeBSD 5.2.1-RELEASE and Ports', "$manLocalDir/FreeBSD-5.2.1-RELEASE/man:$manLocalDir/FreeBSD-5.2.1-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-5.2.1-RELEASE/man:$manLocalDir/FreeBSD-ports-5.2.1-RELEASE/misc", + 'FreeBSD 5.3-RELEASE and Ports', "$manLocalDir/FreeBSD-5.3-RELEASE/man:$manLocalDir/FreeBSD-5.3-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-5.3-RELEASE/man:$manLocalDir/FreeBSD-ports-5.3-RELEASE/misc", + 'FreeBSD 5.4-RELEASE and Ports', "$manLocalDir/FreeBSD-5.4-RELEASE/man:$manLocalDir/FreeBSD-5.4-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-5.4-RELEASE/man:$manLocalDir/FreeBSD-ports-5.4-RELEASE/misc", + 'FreeBSD 5.5-RELEASE and Ports', "$manLocalDir/FreeBSD-5.5-RELEASE/man:$manLocalDir/FreeBSD-5.5-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-5.5-RELEASE/man:$manLocalDir/FreeBSD-ports-5.5-RELEASE/misc", + 'FreeBSD 6.0-RELEASE and Ports', "$manLocalDir/FreeBSD-6.0-RELEASE/man:$manLocalDir/FreeBSD-6.0-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-6.0-RELEASE/man:$manLocalDir/FreeBSD-ports-6.0-RELEASE/misc", + 'FreeBSD 6.3-RELEASE and Ports', "$manLocalDir/FreeBSD-6.3-RELEASE/man:$manLocalDir/FreeBSD-6.3-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-6.3-RELEASE/man:$manLocalDir/FreeBSD-ports-6.3-RELEASE/misc", + 'FreeBSD 6.4-RELEASE and Ports', "$manLocalDir/FreeBSD-6.4-RELEASE/man:$manLocalDir/FreeBSD-6.4-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-6.4-RELEASE/man:$manLocalDir/FreeBSD-ports-6.4-RELEASE/misc", + 'FreeBSD 7.1-RELEASE and Ports', "$manLocalDir/FreeBSD-7.1-RELEASE/man:$manLocalDir/FreeBSD-7.1-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-7.1-RELEASE/man:$manLocalDir/FreeBSD-ports-7.1-RELEASE/misc", + 'FreeBSD 7.2-RELEASE and Ports', "$manLocalDir/FreeBSD-7.2-RELEASE/man:$manLocalDir/FreeBSD-7.2-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-7.2-RELEASE/man:$manLocalDir/FreeBSD-ports-7.2-RELEASE/misc", + 'FreeBSD 7.4-RELEASE and Ports', "$manLocalDir/FreeBSD-7.4-RELEASE/man:$manLocalDir/FreeBSD-7.4-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-7.4-RELEASE/man:$manLocalDir/FreeBSD-ports-7.4-RELEASE/misc", + 'FreeBSD 8.2-RELEASE and Ports', "$manLocalDir/FreeBSD-8.2-RELEASE/man:$manLocalDir/FreeBSD-8.2-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-8.2-RELEASE/man:$manLocalDir/FreeBSD-ports-8.2-RELEASE/misc", + 'FreeBSD 8.3-RELEASE and Ports', "$manLocalDir/FreeBSD-8.3-RELEASE/man:$manLocalDir/FreeBSD-8.3-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-8.3-RELEASE/man:$manLocalDir/FreeBSD-ports-8.3-RELEASE/misc", + 'FreeBSD 9.1-RELEASE and Ports', "$manLocalDir/FreeBSD-9.1-RELEASE/man:$manLocalDir/FreeBSD-9.1-RELEASE/openssl/man:$manLocalDir/FreeBSD-ports-9.1-RELEASE/man:$manLocalDir/FreeBSD-ports-9.1-RELEASE/misc", + + 'FreeBSD 7.4-stable', "$manLocalDir/FreeBSD-7.4-RELEASE/man:$manLocalDir/FreeBSD-7.4-RELEASE/openssl/man", 'FreeBSD 7.4-RELEASE', From owner-svn-doc-all@FreeBSD.ORG Sat Dec 27 15:24:57 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 92F4BF58; Sat, 27 Dec 2014 15:24:57 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7EA16F90; Sat, 27 Dec 2014 15:24:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBRFOvQW041650; Sat, 27 Dec 2014 15:24:57 GMT (envelope-from ryusuke@FreeBSD.org) Received: (from ryusuke@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBRFOvq3041649; Sat, 27 Dec 2014 15:24:57 GMT (envelope-from ryusuke@FreeBSD.org) Message-Id: <201412271524.sBRFOvq3041649@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ryusuke set sender to ryusuke@FreeBSD.org using -f From: Ryusuke SUZUKI Date: Sat, 27 Dec 2014 15:24:57 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46126 - head/ja_JP.eucJP/books/handbook/ports X-SVN-Group: doc-head 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.18-1 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, 27 Dec 2014 15:24:57 -0000 Author: ryusuke Date: Sat Dec 27 15:24:56 2014 New Revision: 46126 URL: https://svnweb.freebsd.org/changeset/doc/46126 Log: - Merge the following from the English version: r44425 -> r44526 head/ja_JP.eucJP/books/handbook/ports/chapter.xml Modified: head/ja_JP.eucJP/books/handbook/ports/chapter.xml Modified: head/ja_JP.eucJP/books/handbook/ports/chapter.xml ============================================================================== --- head/ja_JP.eucJP/books/handbook/ports/chapter.xml Fri Dec 26 15:30:10 2014 (r46125) +++ head/ja_JP.eucJP/books/handbook/ports/chapter.xml Sat Dec 27 15:24:56 2014 (r46126) @@ -3,7 +3,7 @@ The FreeBSD Documentation Project The FreeBSD Japanese Documentation Project - Original revision: r44425 + Original revision: r44526 $FreeBSD$ --> @@ -1382,9 +1382,17 @@ The deinstallation will free 229 kB 最新の ports ツリーがインストールされていることを確認してください。 これには、手順の 5.1 もしくは 5.2 で書かれているアップデートのコマンドを使ってください。 - その後、以下のコマンドを実行すると、現在利用可能なバージョンよりも古い + &os; 10 以降のシステム、または、pkgng + に変換されたシステムでは、 + 以下のコマンドを実行すると、現在利用可能なバージョンよりも古い ports の一覧が表示されます。 + &prompt.root; pkg version -l "<" + + &os; 9.X より前のシステムでは、 + 現在利用可能なバージョンよりも古い + ports の一覧を表示されるには、以下のコマンドを実行してください。 + &prompt.root; pkg_version -l "<"