From owner-svn-doc-head@freebsd.org Sun Jan 15 06:18:40 2017 Return-Path: Delivered-To: svn-doc-head@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 38FFBCB0EB6; Sun, 15 Jan 2017 06:18:40 +0000 (UTC) (envelope-from bjk@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 E13951A7C; Sun, 15 Jan 2017 06:18:39 +0000 (UTC) (envelope-from bjk@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0F6Idxi093556; Sun, 15 Jan 2017 06:18:39 GMT (envelope-from bjk@FreeBSD.org) Received: (from bjk@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0F6IddY093555; Sun, 15 Jan 2017 06:18:39 GMT (envelope-from bjk@FreeBSD.org) Message-Id: <201701150618.v0F6IddY093555@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bjk set sender to bjk@FreeBSD.org using -f From: Benjamin Kaduk Date: Sun, 15 Jan 2017 06:18:39 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r49860 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jan 2017 06:18:40 -0000 Author: bjk Date: Sun Jan 15 06:18:38 2017 New Revision: 49860 URL: https://svnweb.freebsd.org/changeset/doc/49860 Log: Add 2016Q4 entry on reproducible builds from emaste Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2016-10-2016-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2016-10-2016-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2016-10-2016-12.xml Sun Jan 15 05:08:58 2017 (r49859) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2016-10-2016-12.xml Sun Jan 15 06:18:38 2017 (r49860) @@ -1278,4 +1278,73 @@ Extensive testing. + + + Reproducible Builds in &os; + + + + + Baptiste + Daroussin + + bapt@FreeBSD.org + + + + + Ed + Maste + + emaste@FreeBSD.org + + + + + Base System Reproducible Builds Wiki Page + Ports Reproducible Builds Wiki Page + Reproducible Builds Website + + + +

Reproducible builds are a set of software development + practices which create a verifiable path from human readable + source code to the binary code used by computers. A build is + reproducible if given the same source code, build environment + and build instructions, any party can recreate bit-by-bit + identical copies of all specified artifacts.

+ +

Baptiste Daroussin and Ed Maste attended the second + Reproducible Builds Summit last December, in Berin. We + discussed issues of common interest to operating system + providers, including other BSDs and Linux distributions.

+ +

Following the summit, changes were committed to the &os; + base system to address outstanding sources of + non-reproducibility. It is now possible to build the &os; + base system (kernel and userland) completely reproducibly, + although it currently requires a few non-default settings.

+ +

Approximately 80% of the ports tree builds reproducibly, + with a few work in progress patches. Now that the base system + can be built reproducibly, focus will move to the ports + tree.

+ + + The &os; Foundation + + The Linux Foundation + + + Integrate &os; ports builds into the + reprodcible-builds.org continuous integration + infrastructure. + + Integrate reproducible build patches into the ports + tree. + + Investigate sources of non-reproducibility in individual + ports. + +