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

Bug 72053

Summary: net-print/cups-1.1.22 is missing one of the xpdf patches
Product: Gentoo Security Reporter: Thierry Carrez (RETIRED) <koon>
Component: VulnerabilitiesAssignee: Gentoo Security <security>
Status: RESOLVED INVALID    
Severity: normal CC: lanius
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard: ~2 [ebuild] koon
Package list:
Runtime testing required: ---

Description Thierry Carrez (RETIRED) gentoo-dev 2004-11-22 02:19:02 UTC
Heinrich :
Looking at cups-1.1.22, it appears it misses one of the xpdf patches

--------------------------------------------------------------
src_unpack() {
        unpack ${A}
        cd ${S}
        epatch ${FILESDIR}/disable-strip.patch
        ( cd pdftops; epatch ${FILESDIR}/xpdf-goo-sizet.patch )
        ( cd pdftops; epatch ${FILESDIR}/${P}-xpdf2-underflow.patch )
        WANT_AUTOCONF=2.5 autoconf || die
}
--------------------------------------------------------------

It also needs :
        ( cd pdftops; epatch ${FILESDIR}/${P}-xpdf-CESA-2004-007.patch.bz2 )

Unless I miss something (this issue is rather confusing)...
Note that cups-1.1.20-r5 does it right.
Comment 1 Heinrich Wendel (RETIRED) gentoo-dev 2004-11-22 03:05:27 UTC
as far as i see it, this patch is already in the mainline cups distribution
Comment 2 Thierry Carrez (RETIRED) gentoo-dev 2004-11-22 04:18:51 UTC
Sorry about that... and thx for your input. Better safe than sorry :)