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,RP_MATCHES_RCVD,SPF_PASS, T_DKIM_INVALID 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 E16641F42B for ; Mon, 13 Nov 2017 16:32:55 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 4DBED120A1C; Tue, 14 Nov 2017 01:32:53 +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 49876120A19 for ; Tue, 14 Nov 2017 01:32:51 +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=wgEZYWBgIvwlr+k/P5MXRZWPUOQ=; b=VcmL1pDVOUdYtH8UWk aQbQqdug4fQex9GbiBRSTNhOCN+TMpIJAhNPWJMQ6jL5x8DUOY5sWrP+QqaWPth9 TuH7J/Eh/iDW+Zzlf/H9KFTVIXt4a39BT1Mj4oZG8+dgyNFgK9l3X6IhFurB/cwI KvgXZ7EMnsLq2RwcPfKVGfmZo= Received: by filter0007p3las1.sendgrid.net with SMTP id filter0007p3las1-15514-5A09C92F-1A 2017-11-13 16:32:47.428740281 +0000 UTC Received: from herokuapp.com (ec2-54-198-40-62.compute-1.amazonaws.com [54.198.40.62]) by ismtpd0004p1iad1.sendgrid.net (SG) with ESMTP id AkWpFUQ0SiKJwPY-GBoEuQ Mon, 13 Nov 2017 16:32:47.276 +0000 (UTC) Date: Mon, 13 Nov 2017 16:32:47 +0000 (UTC) From: swills@FreeBSD.org To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 58879 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 13627 X-Redmine-Issue-Author: bmwiedemann X-Redmine-Issue-Assignee: hsbt X-Redmine-Sender: swills 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/Ymy4QrNMhiuLXJG8OTL2vJD1yS6GUfpgx7G4neCWWeRsylCVzhoBdztiQdSA5g Z8l5bxFxd1F6IfpMZAZE3i278+MF+pty0+KB8Qs8RvvVgRNQ5c0bss+d5lResqqNwWaBHzqIuGqBjp azOy8+ukjTB5nH8pOhs0LFKC53vjdo6W/zHCfi8Z0TWSVLDN2tvudJR4aA== X-ML-Name: ruby-core X-Mail-Count: 83757 Subject: [ruby-core:83757] [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 updated by swills (Steve Wills). Thanks for the patch, it fixes the issue for me (on FreeBSD). ---------------------------------------- Bug #13627: created.rid prevents reproducible builds https://bugs.ruby-lang.org/issues/13627#change-67795 * 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/