Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 72053 - net-print/cups-1.1.22 is missing one of the xpdf patches
Summary: net-print/cups-1.1.22 is missing one of the xpdf patches
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Security
Classification: Unclassified
Component: Vulnerabilities (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Security
URL:
Whiteboard: ~2 [ebuild] koon
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-22 02:19 UTC by Thierry Carrez (RETIRED)
Modified: 2004-11-22 04:18 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 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 :)