From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Marx To: development@lists.ipfire.org Subject: [PATCH] gzip: Update to 1.8 Date: Tue, 17 May 2016 14:10:53 +0200 Message-ID: <1463487053-10174-1-git-send-email-alexander.marx@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4135344427165420744==" List-Id: --===============4135344427165420744== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is an update-release gzip -l no longer falsely reports a write error when writing to a pipe. [bug introduced in gzip-1.7] Port to Oracle Solaris Studio 12 on x86-64. [bug present since at least gzip-1.2.4] When configuring gzip, ./configure DEFS=3D'...-DNO_ASM...' now suppresses assembler again. [bug introduced in gzip-1.3.5] Signed-off-by: Alexander Marx --- gzip/gzip.nm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gzip/gzip.nm b/gzip/gzip.nm index 1ba2326..a75fe44 100644 --- a/gzip/gzip.nm +++ b/gzip/gzip.nm @@ -4,7 +4,7 @@ ############################################################################= ### =20 name =3D gzip -version =3D 1.7 +version =3D 1.8 release =3D 1 =20 groups =3D Applications/Compression --=20 2.6.3 --===============4135344427165420744==--