From owner-svn-src-head@FreeBSD.ORG Fri Oct 25 23:08:27 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B159E599 for ; Fri, 25 Oct 2013 23:08:27 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-qe0-x230.google.com (mail-qe0-x230.google.com [IPv6:2607:f8b0:400d:c02::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6C4C328EE for ; Fri, 25 Oct 2013 23:08:27 +0000 (UTC) Received: by mail-qe0-f48.google.com with SMTP id d4so2731460qej.7 for ; Fri, 25 Oct 2013 16:08:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=bP7R7I3YxSDtFKVN600t1s3/mZF+t+4+LVxiXAXjNRM=; b=NWhT1hPTFDhcj8OyhNT2sYa6ApNugRcY7ze02TmWnuVg55tx6+T7DrL3eyuziTw/5z gZgcsQQBizh8VE0AKsxP3yWFzW7tQqYekdZPQOCoOQBEd17EDOU4LJogV6Kye+fcxWBl A/Md6DzbgkpLKjYu6mYPzBoMS1EMYXOQFEiFA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=bP7R7I3YxSDtFKVN600t1s3/mZF+t+4+LVxiXAXjNRM=; b=QM2+4SBTH7bgOjZGwVps5P22Q2d4YM3QT7PAIpB6UBRufqqti0I7kDeIK/IVqh8+5G LalXToWBSY7qqf1Yiz4kDQNyVQjAEpW/sJzqtX5USQTE3tG+tuXaIFgXSDqBpx7PPNWY C2hvaMBBEDAsSWRbTUG8Ai6/UnHO9l9kxqwzPmDEFvUHa6ZCQrGjPxS2j5y4WjrAhsKt hZM3cq2FM7xemfeFOeWHGBx5mDdS7hOORZrILAklnARmltoCXmBwjqhEEJ0xfb/zByDC 4kqwescQGZ12Iwt8gFnyU90klqIgP7e31fsC5smvbozZ7sAlqol5jc76nGQiyqMRFDj7 Si9A== X-Gm-Message-State: ALoCoQmd9K80ILUyF+81DX+gs0biuxcrRfLCwa9pjjJ8hHIDPtkRj49oUUCOfVMgzbJl5oVysPMD X-Received: by 10.224.24.201 with SMTP id w9mr14522622qab.103.1382742506581; Fri, 25 Oct 2013 16:08:26 -0700 (PDT) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.96.63.101 with HTTP; Fri, 25 Oct 2013 16:07:56 -0700 (PDT) In-Reply-To: <201310251843.r9PIhsGh083931@svn.freebsd.org> References: <201310251843.r9PIhsGh083931@svn.freebsd.org> From: Eitan Adler Date: Fri, 25 Oct 2013 19:07:56 -0400 X-Google-Sender-Auth: _QfUrKNVU5MJt4OAK0OHUsOLkQc Message-ID: Subject: Re: svn commit: r257129 - head/contrib/subversion/subversion/libsvn_subr To: Colin Percival Content-Type: text/plain; charset=UTF-8 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Oct 2013 23:08:27 -0000 On Fri, Oct 25, 2013 at 2:43 PM, Colin Percival wrote: > Author: cperciva > Date: Fri Oct 25 18:43:53 2013 > New Revision: 257129 > URL: http://svnweb.freebsd.org/changeset/base/257129 > > Log: > Remove time and date stamps from svn* binaries, in order to make the > builds reproducible. Thanks! I wonder if we could work on a wiki paging listing all the other non-reproducible portions of the FreeBSD build process. -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams