ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:81550] [Ruby trunk Bug#13627] created.rid prevents reproducible builds
       [not found] <redmine.issue-13627.20170603041108@ruby-lang.org>
@ 2017-06-03  4:11 ` rubybugsbmw
  2017-06-05  8:52 ` [ruby-core:81578] [Ruby trunk Bug#13627][Assigned] " hsbt
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: rubybugsbmw @ 2017-06-03  4:11 UTC (permalink / raw)
  To: 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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ruby-core:81578] [Ruby trunk Bug#13627][Assigned] created.rid prevents reproducible builds
       [not found] <redmine.issue-13627.20170603041108@ruby-lang.org>
  2017-06-03  4:11 ` [ruby-core:81550] [Ruby trunk Bug#13627] created.rid prevents reproducible builds rubybugsbmw
@ 2017-06-05  8:52 ` hsbt
  2017-11-13 16:32 ` [ruby-core:83757] [Ruby trunk Bug#13627] " swills
  2018-01-10  9:36 ` [ruby-core:84805] " aycabta
  3 siblings, 0 replies; 4+ messages in thread
From: hsbt @ 2017-06-05  8:52 UTC (permalink / raw)
  To: 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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ruby-core:83757] [Ruby trunk Bug#13627] created.rid prevents reproducible builds
       [not found] <redmine.issue-13627.20170603041108@ruby-lang.org>
  2017-06-03  4:11 ` [ruby-core:81550] [Ruby trunk Bug#13627] created.rid prevents reproducible builds rubybugsbmw
  2017-06-05  8:52 ` [ruby-core:81578] [Ruby trunk Bug#13627][Assigned] " hsbt
@ 2017-11-13 16:32 ` swills
  2018-01-10  9:36 ` [ruby-core:84805] " aycabta
  3 siblings, 0 replies; 4+ messages in thread
From: swills @ 2017-11-13 16:32 UTC (permalink / raw)
  To: 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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ruby-core:84805] [Ruby trunk Bug#13627] created.rid prevents reproducible builds
       [not found] <redmine.issue-13627.20170603041108@ruby-lang.org>
                   ` (2 preceding siblings ...)
  2017-11-13 16:32 ` [ruby-core:83757] [Ruby trunk Bug#13627] " swills
@ 2018-01-10  9:36 ` aycabta
  3 siblings, 0 replies; 4+ messages in thread
From: aycabta @ 2018-01-10  9:36 UTC (permalink / raw)
  To: ruby-core

Issue #13627 has been updated by aycabta (aycabta .).


This is adopted at upstream:
https://github.com/ruby/rdoc/pull/570

@hsbt Please close this.

----------------------------------------
Bug #13627: created.rid prevents reproducible builds
https://bugs.ruby-lang.org/issues/13627#change-69519

* 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/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-01-10  9:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <redmine.issue-13627.20170603041108@ruby-lang.org>
2017-06-03  4:11 ` [ruby-core:81550] [Ruby trunk Bug#13627] created.rid prevents reproducible builds rubybugsbmw
2017-06-05  8:52 ` [ruby-core:81578] [Ruby trunk Bug#13627][Assigned] " hsbt
2017-11-13 16:32 ` [ruby-core:83757] [Ruby trunk Bug#13627] " swills
2018-01-10  9:36 ` [ruby-core:84805] " aycabta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).