Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 294752 - app-arch/pigz: fixes & gzip/gunzip compatibility patches
Summary: app-arch/pigz: fixes & gzip/gunzip compatibility patches
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-26 20:14 UTC by Holger Hoffstätte
Modified: 2022-12-28 19:02 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
fix for decoding symlinks to stdout, which is required by portage (pigz-2.1.5-decode-symlinks-to-stdout.patch,512 bytes, text/plain)
2009-11-26 20:16 UTC, Holger Hoffstätte
Details
fix to recognize "gunzip" as executable name and act accordingly (pigz-2.1.5-gunzip-compat.patch,630 bytes, text/plain)
2009-11-26 20:16 UTC, Holger Hoffstätte
Details
patch for ebuild in portage to include fixes (pigz-2.1.5.ebuild.patch,818 bytes, patch)
2009-11-26 20:19 UTC, Holger Hoffstätte
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Holger Hoffstätte 2009-11-26 20:14:32 UTC
app-arch/pigz (http://zlib.net/pigz) is a multithreaded gzip implementation. I have fixed two bugs that prevented it from acting as a full replacement for gzip (also see bug#264258). Both of these fixes have been accepted by upstream.


Reproducible: Always

Steps to Reproduce:
Comment 1 Holger Hoffstätte 2009-11-26 20:16:06 UTC
Created attachment 211276 [details]
fix for decoding symlinks to stdout, which is required by portage
Comment 2 Holger Hoffstätte 2009-11-26 20:16:58 UTC
Created attachment 211278 [details]
fix to recognize "gunzip" as executable name and act accordingly
Comment 3 Holger Hoffstätte 2009-11-26 20:19:06 UTC
Created attachment 211279 [details, diff]
patch for ebuild in portage to include fixes
Comment 4 Víctor Ostorga (RETIRED) gentoo-dev 2009-11-26 20:52:25 UTC
Do you have a link about upstream inclusion of your patches?
Comment 5 Holger Hoffstätte 2009-11-26 21:02:04 UTC
(In reply to comment #4)
> Do you have a link about upstream inclusion of your patches?

No, only brief email replies from Mark Adler saying "Thanks, I'll apply". There does not appear to be a public repository either.
Comment 6 Dror Levin (RETIRED) gentoo-dev 2009-12-31 16:23:13 UTC
Revbumped with the attached patches and took maintainer-ship of pigz. Thanks a lot!