gzip: Update to 1.8
Message ID | 1463487053-10174-1-git-send-email-alexander.marx@ipfire.org |
---|---|
State | Accepted |
Commit | 83da40908abe5bef97e6aef2ad2a5f0aa42b6ea1 |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (hedwig.ipfire.org [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id 4A7BB6292D for <patchwork@ipfire.org>; Tue, 17 May 2016 14:11:13 +0200 (CEST) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 6428CC2; Tue, 17 May 2016 14:11:07 +0200 (CEST) Received: from localhost.localdomain (ip1f117349.dynamic.kabel-deutschland.de [31.17.115.73]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id E9E892E; Tue, 17 May 2016 14:11:02 +0200 (CEST) From: Alexander Marx <alexander.marx@ipfire.org> 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> X-Mailer: git-send-email 2.6.3 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <http://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <http://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> |
Message
Alexander Marx
May 17, 2016, 10:10 p.m. UTC
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='...-DNO_ASM...' now
suppresses assembler again. [bug introduced in gzip-1.3.5]
Signed-off-by: Alexander Marx <alexander.marx@ipfire.org>
---
gzip/gzip.nm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Comments
Hi, just back from holiday and already fixing bugs. I like that. Unfortunately you forgot to include the bug number in the commit message. Please do that so the build system can automatically update and close the bug eventually. I will add it this time so you don't have to re-send this patch. Best, -Michael On Tue, 2016-05-17 at 14:10 +0200, Alexander Marx wrote: > 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='...-DNO_ASM...' now > suppresses assembler again. [bug introduced in gzip-1.3.5] > > Signed-off-by: Alexander Marx <alexander.marx@ipfire.org> > --- > 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 @@ > ############################################################################# > ## > > name = gzip > -version = 1.7 > +version = 1.8 > release = 1 > > groups = Applications/Compression
Sorry, need to reboot after holidays .... running at 80% Am 17.05.2016 um 14:24 schrieb Michael Tremer: > Hi, > > just back from holiday and already fixing bugs. I like that. > > Unfortunately you forgot to include the bug number in the commit message. Please > do that so the build system can automatically update and close the bug > eventually. > > I will add it this time so you don't have to re-send this patch. > > Best, > -Michael > > On Tue, 2016-05-17 at 14:10 +0200, Alexander Marx wrote: >> 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='...-DNO_ASM...' now >> suppresses assembler again. [bug introduced in gzip-1.3.5] >> >> Signed-off-by: Alexander Marx <alexander.marx@ipfire.org> >> --- >> 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 @@ >> ############################################################################# >> ## >> >> name = gzip >> -version = 1.7 >> +version = 1.8 >> release = 1 >> >> groups = Applications/Compression