--- 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; href='/'>cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-authenticate.sh
AgeCommit message (Expand)Author
2021-12-22tests: Move keys into ./tests/keys/ and add a third ed25519 key.Attila Lendvai
2020-09-15authenticate: Encode strings as ISO-8859-1.Ludovic Courtès
2020-09-14daemon: Spawn 'guix authenticate' once for all.Ludovic Courtès
2020-09-11daemon: Simplify interface with 'guix authenticate'.Ludovic Courtès