diff options
author | Eric Bavier <bavier@cray.com> | 2018-08-29 14:12:58 -0500 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2018-08-30 00:44:40 -0500 |
commit | f9e140a243b6d6b5d28bd0813b69604562a39653 (patch) | |
tree | c5384286bd993db9addb0077656a2012c56d0727 /gnu/packages/patches/netsurf-message-timestamp.patch | |
parent | c558113fb9ac60b8ec9ffca6f8059518514c548c (diff) | |
download | guix-f9e140a243b6d6b5d28bd0813b69604562a39653.tar.gz |
netsurf: Upgrade to 3.8.
* gnu/packages/patches/netsurf-message-timestamp.patch: New patch. * gnu/packages/patches/netsurf-system-utf8proc.patch: Adjust to new source. * gnu/packages/web.scm (netsurf): Upgrade to 3.8. [source]: Add the new patch.
Diffstat (limited to 'gnu/packages/patches/netsurf-message-timestamp.patch')
-rw-r--r-- | gnu/packages/patches/netsurf-message-timestamp.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gnu/packages/patches/netsurf-message-timestamp.patch b/gnu/packages/patches/netsurf-message-timestamp.patch new file mode 100644 index 0000000000..8df9dbf8f7 --- /dev/null +++ b/gnu/packages/patches/netsurf-message-timestamp.patch @@ -0,0 +1,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; |