Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 210237

Summary: app-doc/doxygen contains internal copies of libpng and zlib
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Steve Arnold <nerdboy>
Status: RESOLVED FIXED    
Severity: normal CC: dev-tools
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2008-02-15 12:45:33 UTC
inflate_fast
compress
compress2
compressBound
adler32_combine
adler32
zcalloc
zcfree
zError
zlibCompileFlags
zlibVersion
....
png_write_data
png_default_write_data
png_default_flush
png_set_write_fn
png_flush
....

libpng/ directory inside the sources.
Comment 1 Sune Kloppenborg Jeppesen (RETIRED) gentoo-dev 2008-02-15 19:02:51 UTC
@Diego, do you know which versions of libpng and zlib are bundled?
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2008-02-15 19:09:40 UTC
zlib 1.2.3 and libpng 1.2.22 is what the headers report.
Comment 3 Sune Kloppenborg Jeppesen (RETIRED) gentoo-dev 2008-02-15 19:18:36 UTC
Both versions seems safe from looking at old GLSAs.
Comment 4 Diego Elio Pettenò (RETIRED) gentoo-dev 2008-02-15 21:01:53 UTC
Cartman from Pardus helps again :)

http://svn.pardus.org.tr/pardus/devel/programming/tools/doxygen/files/system-libpng.patch
Comment 5 Steve Arnold archtester gentoo-dev 2008-02-16 20:27:40 UTC
Updated, back-ported, and in portage.  I'll let Diego close this one...
Comment 6 Diego Elio Pettenò (RETIRED) gentoo-dev 2008-02-17 18:43:34 UTC
Checked and all fine now, external libpng is used and no more internal copies of either that or zlib can be found, thanks Steve :)