From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS4713 221.184.0.0/13 X-Spam-Status: No, score=-3.0 required=3.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,SPF_PASS,T_DKIM_INVALID,T_RP_MATCHES_RCVD shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by dcvr.yhbt.net (Postfix) with ESMTP id 823C8209FD for ; Mon, 5 Jun 2017 08:52:38 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 8B094120781; Mon, 5 Jun 2017 17:52:37 +0900 (JST) Received: from o1678948x4.outbound-mail.sendgrid.net (o1678948x4.outbound-mail.sendgrid.net [167.89.48.4]) by neon.ruby-lang.org (Postfix) with ESMTPS id 461AF120781 for ; Mon, 5 Jun 2017 17:52:36 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=sendgrid.me; h=from:to:references:subject:mime-version:content-type:content-transfer-encoding:list-id; s=smtpapi; bh=9Bi+D9EfnaWPOVaCu2wAFWtdICk=; b=XSp2aUIXNkqAfWtvB0 fipCUD0m3oDxJCHYcy3rkF2BpMXexSYs5hg8bH6SHr2A2dVfG/JWuRQyrstBh3dn SA3KzkUKcWE7DBTagM7WMKexpvVC8nW39agmmsc8zI096CM0mIjVGd0gXevIxlBP EuToMgFjj4iEO2WH62DR9g3QQ= Received: by filter1071p1mdw1.sendgrid.net with SMTP id filter1071p1mdw1-7655-59351BD0-58 2017-06-05 08:52:32.873270202 +0000 UTC Received: from herokuapp.com (ec2-54-161-238-60.compute-1.amazonaws.com [54.161.238.60]) by ismtpd0002p1iad1.sendgrid.net (SG) with ESMTP id -WyGo_0GSa20O0MPBfPghw for ; Mon, 05 Jun 2017 08:52:32.810 +0000 (UTC) Date: Mon, 05 Jun 2017 08:52:32 +0000 From: hsbt@ruby-lang.org To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 56609 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 13627 X-Redmine-Issue-Author: bmwiedemann X-Redmine-Issue-Assignee: hsbt X-Redmine-Sender: hsbt X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: ync6xU2WACa70kv/Ymy4QrNMhiuLXJG8OTL2vJD1yS7m+Xv+G04RLHoGtrjknBGW31t2zAvDsWE5Xx 2BXosbglEkopvNmHYZbraEPV4GgTnGzVmoFvAFhbvceFxhTGSyVHRACJwewEdy9KkysD0lwVA7qZLC 5JUNZEq7I88U27eqU1AxU0b5KCUFzzN7AQd2Oc2+T3O/L+tE6F6Hc1MH0g== X-ML-Name: ruby-core X-Mail-Count: 81578 Subject: [ruby-core:81578] [Ruby trunk Bug#13627][Assigned] created.rid prevents reproducible builds X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #13627 has been updated by hsbt (Hiroshi SHIBATA). Status changed from Open to Assigned Assignee set to hsbt (Hiroshi SHIBATA) ---------------------------------------- Bug #13627: created.rid prevents reproducible builds https://bugs.ruby-lang.org/issues/13627#change-65281 * Author: bmwiedemann (Bernhard M. Wiedemann) * Status: Assigned * Priority: Normal * Assignee: hsbt (Hiroshi SHIBATA) * Target version: * ruby -v: ruby 2.2.6p396 (2016-11-15 revision 56800) [x86_64-linux-gnu] * Backport: 2.2: UNKNOWN, 2.3: UNKNOWN, 2.4: UNKNOWN ---------------------------------------- rdoc.rb inserts the current time into created.rid so the file differs across each build, making it hard for distributions like openSUSE's to create bit-identical binary packages when those are using rdoc. See https://reproducible-builds.org/ why that matters ---Files-------------------------------- 0001-created.rid-use-SOURCE_DATE_EPOCH.patch (1.01 KB) -- https://bugs.ruby-lang.org/