~ruther/guix-local

ref: 33373e86225f60a7b20a33bb0fdf20f79e600901 guix-local/gnu/packages/patches/netsurf-message-timestamp.patch -rw-r--r-- 400 bytes
33373e86 — Leo Famulari gnu: linux-libre 4.4: Update to 4.4.300. 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
--- netsurf-3.8/utils/split-messages.pl.orig	1969-12-31 18:00:00.000000000 -0600
+++ netsurf-3.8/utils/split-messages.pl	2018-08-30 00:18:58.158367530 -0500
@@ -238,7 +238,7 @@
 
     if( $opt{gzip} )
     {
-        $ofh = new IO::Compress::Gzip( $ofh, AutoClose => 1, -Level => 9 );
+        $ofh = new IO::Compress::Gzip( $ofh, AutoClose => 1, -Level => 9, Time => 0 );
     }
 
     return $ofh;