gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 148/254: mkhelp.pl: do not add current time into cu


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 148/254: mkhelp.pl: do not add current time into curl binary
Date: Sat, 17 Jun 2017 16:53:00 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to annotated tag gnurl-7.54.1
in repository gnurl.

commit b4cfda8a4aa885b444ac2b71adbbe87906545026
Author: Bernhard M. Wiedemann <address@hidden>
AuthorDate: Wed May 17 15:54:19 2017 +0200

    mkhelp.pl: do not add current time into curl binary
    
    ... as part of hugehelpgz rodata to make build reproducible.
    
    See https://reproducible-builds.org/ for why this is good
    
    Closes #1490
---
 src/mkhelp.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mkhelp.pl b/src/mkhelp.pl
index 4b540744c..93bbde621 100644
--- a/src/mkhelp.pl
+++ b/src/mkhelp.pl
@@ -129,7 +129,7 @@ if($c)
     my $content = join("", @out);
     my $gzippedContent;
     IO::Compress::Gzip::gzip(
-        \$content, \$gzippedContent, Level => 9, TextFlag => 1) or die "gzip 
failed:";
+        \$content, \$gzippedContent, Level => 9, TextFlag => 1, Time=>0) or 
die "gzip failed:";
     $gzip = length($content);
     $gzipped = length($gzippedContent);
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]