FreeBSD Bugzilla – Attachment 188180 Details for
Bug 223781
[exp-run] make rubygem-* ports reproducible
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
second version of patch to make rubygem builds reproducible
ruby_reproducable_builds2.diff (text/plain), 4.84 KB, created by
Steve Wills
on 2017-11-21 19:19:05 UTC
(
hide
)
Description:
second version of patch to make rubygem builds reproducible
Filename:
MIME Type:
Creator:
Steve Wills
Created:
2017-11-21 19:19:05 UTC
Size:
4.84 KB
patch
obsolete
>Index: Mk/bsd.ruby.mk >=================================================================== >--- Mk/bsd.ruby.mk (revision 454092) >+++ Mk/bsd.ruby.mk (working copy) >@@ -155,7 +155,7 @@ > # Ruby 2.2 > # > RUBY_RELVERSION= 2.2.8 >-RUBY_PORTREVISION= 0 >+RUBY_PORTREVISION= 1 > RUBY_PORTEPOCH= 1 > RUBY_PATCHLEVEL= 0 > RUBY22= "" # PLIST_SUB helpers >@@ -165,7 +165,7 @@ > # Ruby 2.3 > # > RUBY_RELVERSION= 2.3.5 >-RUBY_PORTREVISION= 0 >+RUBY_PORTREVISION= 1 > RUBY_PORTEPOCH= 1 > RUBY_PATCHLEVEL= 0 > RUBY23= "" # PLIST_SUB helpers >@@ -175,7 +175,7 @@ > # Ruby 2.4 > # > RUBY_RELVERSION= 2.4.2 >-RUBY_PORTREVISION= 0 >+RUBY_PORTREVISION= 1 > RUBY_PORTEPOCH= 1 > RUBY_PATCHLEVEL= 0 > RUBY24= "" # PLIST_SUB helpers >Index: lang/ruby22/files/patch-lib_rdoc_generator_json_index.rb >=================================================================== >--- lang/ruby22/files/patch-lib_rdoc_generator_json_index.rb (nonexistent) >+++ lang/ruby22/files/patch-lib_rdoc_generator_json_index.rb (working copy) >@@ -0,0 +1,20 @@ >+--- ./lib/rdoc/generator/json_index.rb.orig 2017-11-12 19:41:46.332613000 -0500 >++++ ./lib/rdoc/generator/json_index.rb 2017-11-12 19:41:56.834004000 -0500 >+@@ -169,7 +169,7 @@ >+ debug_msg "Writing gzipped search index to %s" % outfile >+ >+ Zlib::GzipWriter.open(outfile) do |gz| >+- gz.mtime = File.mtime(search_index_file) >++ gz.mtime = 1 >+ gz.orig_name = search_index_file.to_s >+ gz.write search_index >+ gz.close >+@@ -187,7 +187,7 @@ >+ debug_msg "Writing gzipped file to %s" % outfile >+ >+ Zlib::GzipWriter.open(outfile) do |gz| >+- gz.mtime = File.mtime(dest) >++ gz.mtime = 1 >+ gz.orig_name = dest.to_s >+ gz.write data >+ gz.close > >Property changes on: lang/ruby22/files/patch-lib_rdoc_generator_json_index.rb >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: lang/ruby23/files/patch-lib_rdoc_generator_json_index.rb >=================================================================== >--- lang/ruby23/files/patch-lib_rdoc_generator_json_index.rb (nonexistent) >+++ lang/ruby23/files/patch-lib_rdoc_generator_json_index.rb (working copy) >@@ -0,0 +1,20 @@ >+--- ./lib/rdoc/generator/json_index.rb.orig 2017-11-12 19:38:46.598341000 -0500 >++++ ./lib/rdoc/generator/json_index.rb 2017-11-12 19:38:59.759125000 -0500 >+@@ -175,7 +175,7 @@ >+ debug_msg "Writing gzipped search index to %s" % outfile >+ >+ Zlib::GzipWriter.open(outfile) do |gz| >+- gz.mtime = File.mtime(search_index_file) >++ gz.mtime = 1 >+ gz.orig_name = search_index_file.basename.to_s >+ gz.write search_index >+ gz.close >+@@ -193,7 +193,7 @@ >+ debug_msg "Writing gzipped file to %s" % outfile >+ >+ Zlib::GzipWriter.open(outfile) do |gz| >+- gz.mtime = File.mtime(dest) >++ gz.mtime = 1 >+ gz.orig_name = dest.basename.to_s >+ gz.write data >+ gz.close > >Property changes on: lang/ruby23/files/patch-lib_rdoc_generator_json_index.rb >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: lang/ruby24/files/patch-lib_rdoc_generator_json_index.rb >=================================================================== >--- lang/ruby24/files/patch-lib_rdoc_generator_json_index.rb (nonexistent) >+++ lang/ruby24/files/patch-lib_rdoc_generator_json_index.rb (working copy) >@@ -0,0 +1,20 @@ >+--- ./lib/rdoc/generator/json_index.rb.orig 2017-11-12 19:37:25.144883000 -0500 >++++ ./lib/rdoc/generator/json_index.rb 2017-11-12 19:37:44.551836000 -0500 >+@@ -175,7 +175,7 @@ >+ debug_msg "Writing gzipped search index to %s" % outfile >+ >+ Zlib::GzipWriter.open(outfile) do |gz| >+- gz.mtime = File.mtime(search_index_file) >++ gz.mtime = 1 >+ gz.orig_name = search_index_file.basename.to_s >+ gz.write search_index >+ gz.close >+@@ -193,7 +193,7 @@ >+ debug_msg "Writing gzipped file to %s" % outfile >+ >+ Zlib::GzipWriter.open(outfile) do |gz| >+- gz.mtime = File.mtime(dest) >++ gz.mtime = 1 >+ gz.orig_name = dest.basename.to_s >+ gz.write data >+ gz.close > >Property changes on: lang/ruby24/files/patch-lib_rdoc_generator_json_index.rb >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 223781
:
188152
| 188180