From owner-svn-doc-all@freebsd.org Fri Sep 29 10:54:22 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF1A7E29F80; Fri, 29 Sep 2017 10:54:22 +0000 (UTC) (envelope-from wosch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 985F52947; Fri, 29 Sep 2017 10:54:22 +0000 (UTC) (envelope-from wosch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8TAsLMD096247; Fri, 29 Sep 2017 10:54:21 GMT (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TAsLAg096244; Fri, 29 Sep 2017 10:54:21 GMT (envelope-from wosch@FreeBSD.org) Message-Id: <201709291054.v8TAsLAg096244@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wosch set sender to wosch@FreeBSD.org using -f From: Wolfram Schneider Date: Fri, 29 Sep 2017 10:54:21 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r50969 - in head/en_US.ISO8859-1/books/porters-handbook: porting-dads security special X-SVN-Group: doc-head X-SVN-Commit-Author: wosch X-SVN-Commit-Paths: in head/en_US.ISO8859-1/books/porters-handbook: porting-dads security special X-SVN-Commit-Revision: 50969 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.23 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, 29 Sep 2017 10:54:22 -0000 Author: wosch Date: Fri Sep 29 10:54:21 2017 New Revision: 50969 URL: https://svnweb.freebsd.org/changeset/doc/50969 Log: switch to HTTPS Modified: head/en_US.ISO8859-1/books/porters-handbook/porting-dads/chapter.xml head/en_US.ISO8859-1/books/porters-handbook/security/chapter.xml head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/porting-dads/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/porting-dads/chapter.xml Fri Sep 29 10:53:59 2017 (r50968) +++ head/en_US.ISO8859-1/books/porters-handbook/porting-dads/chapter.xml Fri Sep 29 10:54:21 2017 (r50969) @@ -703,7 +703,7 @@ cc -o someprogram source1.o source2.o -L/usr/local/lib if it is missing. Check the - man + man pages to see if the function used is a POSIX interface (in the STANDARDS section of the man page). Modified: head/en_US.ISO8859-1/books/porters-handbook/security/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/security/chapter.xml Fri Sep 29 10:53:59 2017 (r50968) +++ head/en_US.ISO8859-1/books/porters-handbook/security/chapter.xml Fri Sep 29 10:54:21 2017 (r50969) @@ -122,7 +122,7 @@ exceptionally severe vulnerability should not hesitate to contact the Security Officer Team directly, as described on the &os; + xlink:href="https://www.freebsd.org/security/#how">&os; Security Information page. The VuXML database is an XML document. @@ -332,13 +332,13 @@ This is a &os; + xlink:href="https://www.freebsd.org/security/#adv">&os; security advisory. This is a &os; + xlink:href="https://www.freebsd.org/support.html">&os; problem report. Modified: head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml Fri Sep 29 10:53:59 2017 (r50968) +++ head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml Fri Sep 29 10:54:21 2017 (r50969) @@ -3354,7 +3354,7 @@ do-install: directly installing them from a binary distribution, there is no defined policy at the time of writing. However, people from the - &os; Java + &os; Java Project encourage porters to have their ports built from source whenever it is a trivial task.