mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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.
This commit is contained in:
parent
c558113fb9
commit
f9e140a243
3 changed files with 28 additions and 15 deletions
11
gnu/packages/patches/netsurf-message-timestamp.patch
Normal file
11
gnu/packages/patches/netsurf-message-timestamp.patch
Normal file
|
@ -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;
|
Loading…
Add table
Add a link
Reference in a new issue