perl-Compress-Zlib contains an internal version of the zlib source. A number of buffer overflow issues have been recently fixed in zlib. See bug 163037 and bug 162391 for more information. Ideally, we should build perl-Compress-Zlib to use the system zlib to avoid having to rebuild it in the future.
It is built against the system zlib unless Something Is Wrong... ... * Wed Apr 21 2004 Joe Orton <jorton> 1.33-5 - use system zlib [root@pepsi ~]# ldd /usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi/auto/Compress/Zlib/Zlib.so libz.so.1 => /usr/lib/libz.so.1 (0x007c1000) libc.so.6 => /lib/tls/libc.so.6 (0x003e6000) /lib/ld-linux.so.2 (0x009f6000)
Yes, you are right. I hadn't checked this myself. mjc ran a tool over FC4 and this one popped up.