Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 210237 - app-doc/doxygen contains internal copies of libpng and zlib
Summary: app-doc/doxygen contains internal copies of libpng and zlib
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Steve Arnold
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-15 12:45 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2008-02-17 18:43 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 :)