Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 101579 Details for
Bug 154380
media-libs/libpng: sPLT chunk handling denial of service (CVE-2006-5793)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
libpng-1.2.12-r2.ebuild
libpng-1.2.12-r2.ebuild (text/plain), 1.36 KB, created by
SpanKY
on 2006-11-09 15:59:27 UTC
(
hide
)
Description:
libpng-1.2.12-r2.ebuild
Filename:
MIME Type:
Creator:
SpanKY
Created:
2006-11-09 15:59:27 UTC
Size:
1.36 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.2.12-r1.ebuild,v 1.11 2006/10/24 19:20:17 grobian Exp $ > >WANT_AUTOCONF="latest" >WANT_AUTOMAKE="latest" >inherit eutils autotools multilib > >DESCRIPTION="Portable Network Graphics library" >HOMEPAGE="http://www.libpng.org/" >SRC_URI="mirror://sourceforge/libpng/${P}.tar.bz2 > doc? ( http://www.libpng.org/pub/png/libpng-manual.txt )" > >LICENSE="as-is" >SLOT="1.2" >KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" >IUSE="doc" >RESTRICT="mirror" #146921 > >DEPEND="sys-libs/zlib" > >src_unpack() { > unpack ${P}.tar.bz2 > cd "${S}" > use doc && cp "${DISTDIR}"/libpng-manual.txt . > > epatch "${FILESDIR}"/1.2.7-gentoo.diff > epatch "${FILESDIR}"/${P}-sPLT-chunk-fix.patch #154380 > epatch "${FILESDIR}"/${P}-no-asm.patch #136452 > eautoreconf >} > >src_compile() { > econf || die > mv pngconf.h pngconf.h.in > emake pngconf.h || die > emake || die >} > >src_install() { > make DESTDIR="${D}" install || die > dodoc ANNOUNCE CHANGES KNOWNBUG README TODO Y2KINFO > use doc && dodoc libpng-manual.txt >} > >pkg_postinst() { > # the libpng authors really screwed around between 1.2.1 and 1.2.3 > if [[ -f ${ROOT}/usr/$(get_libdir)/libpng.so.3.1.2.1 ]] ; then > rm -f "${ROOT}"/usr/$(get_libdir)/libpng.so.3.1.2.1 > fi >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 154380
:
101400
| 101579