mbox

gzip: Update to 1.8

Message ID 1463487053-10174-1-git-send-email-alexander.marx@ipfire.org
State Accepted
Commit 83da40908abe5bef97e6aef2ad2a5f0aa42b6ea1
Headers

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

Michael Tremer May 17, 2016, 10:24 p.m. UTC | #1
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
  
Alexander Marx May 17, 2016, 10:27 p.m. UTC | #2
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