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, HEADER_FROM_DIFFERENT_DOMAINS,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 81AD41F7D2 for ; Sat, 3 Jun 2017 04:11:19 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id D7CE812075C; Sat, 3 Jun 2017 13:11:16 +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 DC914120755 for ; Sat, 3 Jun 2017 13:11:14 +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=yHE8rq95PJjWwYdoO1BLNGk4dXM=; b=RqOeXquDeIAlHrZOCF 5gwaKgjv0Y1K5gYn0dBlDwh3JRftXPtXI4NhJa4X7Et77RGxUdFcFHBCaovyiIWi 7lWPc4Wx74SUxHP7lgJNoXje0Dprr2Z8e6GYMKximzhs5JyFLtKpi/8PjchvlMEz Y0CWRDO1JWKW269noRCkGsrw0= Received: by filter0505p1mdw1.sendgrid.net with SMTP id filter0505p1mdw1-30531-593236DC-34 2017-06-03 04:11:08.456479332 +0000 UTC Received: from herokuapp.com (ec2-54-163-17-188.compute-1.amazonaws.com [54.163.17.188]) by ismtpd0005p1iad1.sendgrid.net (SG) with ESMTP id sJdtWQzKSeOklUtAml6QFg for ; Sat, 03 Jun 2017 04:11:08.474 +0000 (UTC) Date: Sat, 03 Jun 2017 04:11:08 +0000 From: rubybugsbmw@lsmod.de To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 56580 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 13627 X-Redmine-Issue-Author: bmwiedemann X-Redmine-Sender: bmwiedemann 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/Ymy4QrNMhiuLXJG8OTL2vJD1yS6WZ0mrg3qmDfuOjxLtX5AgqHeZPPft94TJhh I3QKo2bCwHoQRB/JQ4tiouOQBo8lRopHMDmOaEc+xlruOZfvJj3QcRYdiQNghceAHLKK0kOpuMWqKb c3sB7WW6y71bb+kRSlfHxGwBknbISt6kmu07jZEZ5Q6BxdVb9RVpS8SjrQ== X-ML-Name: ruby-core X-Mail-Count: 81550 Subject: [ruby-core:81550] [Ruby trunk Bug#13627] 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 reported by bmwiedemann (Bernhard M. Wiedemann). ---------------------------------------- Bug #13627: created.rid prevents reproducible builds https://bugs.ruby-lang.org/issues/13627 * Author: bmwiedemann (Bernhard M. Wiedemann) * Status: Open * Priority: Normal * Assignee: * 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/