NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: bin/57368: NetBSD gzip is not byte for byte compatible with GNU gzip
The following reply was made to PR bin/57368; it has been noted by GNATS.
From: Joerg Sonnenberger <joerg%bec.de@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost
Subject: Re: bin/57368: NetBSD gzip is not byte for byte compatible with GNU
gzip
Date: Wed, 19 Apr 2023 13:51:02 +0200
Am Wed, Apr 19, 2023 at 10:50:00AM +0000 schrieb roy%marples.name@localhost:
> >Description:
> It's impossible to sign a gzipped archive because the checksum differs
> between GNU and NetBSD implementations. I cannot find any combination
> of commandline options that match.
Different versions of GNU zip are known to create different streams as
well. For NetBSD's gzip, it primarily depends on zlib and that doesn't
have a deterministic output either. None of the compression libraries
guarantee that. After having burned by this a number of times, github
essentially froze their zlib version for things like the dynamically
generated tarballs.
In short, this is a "won't fix" bug.
Joerg
Home |
Main Index |
Thread Index |
Old Index