From owner-svn-src-all@FreeBSD.ORG Fri Oct 25 23:08:27 2013 Return-Path: Delivered-To: svn-src-all@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 ADAB7598 for ; Fri, 25 Oct 2013 23:08:27 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-qe0-x22c.google.com (mail-qe0-x22c.google.com [IPv6:2607:f8b0:400d:c02::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 693CF28ED for ; Fri, 25 Oct 2013 23:08:27 +0000 (UTC) Received: by mail-qe0-f44.google.com with SMTP id 6so2797705qeb.3 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=bs3tMO0lRkr0YUWqy2xZlYWH+m6cHWYTS4R6+maw6/OG/u9pFYH6kZSN5iLTbucQ9y vLGU6w7FvSdKO++MmlZFFXPBBIWTLUiZzTDdo1ohjMz7MkQBxc5qWQPcNQKqPdf3QFO0 i4v372pHWqRukTcamR7EhB3xr63J+GUn5nTMYikmCM+6kMVo8d+gFxOPGZ2BQwb4spNx 8FfIYlR8szzn0rSaRP8Y3Ueqmtu45zvCCM6C7Nj2Q0RqQUiufVEKe1ehGKllbMpgoVMZ nG+mzwKiDN4f5gq48yIl4IW6KyBp1gfEVorjCszC3WWipgxVVKDq3ttSAf+sbe6VbNed YYlg== X-Gm-Message-State: ALoCoQk/3BX4PU9nqSUf/vfyRMB0jTKmh1oRjCItaOUrhmRszoMclcqEMZMD/BZzeTO5ShH7hXq9 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" 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