* [gentoo-commits] gentoo-x86 commit in media-libs/tiff: ChangeLog tiff-3.9.2-r1.ebuild
@ 2010-02-26 20:31 99% Samuli Suominen (ssuominen)
0 siblings, 0 replies; 1+ results
From: Samuli Suominen (ssuominen) @ 2010-02-26 20:31 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/02/26 20:31:33
Modified: ChangeLog
Added: tiff-3.9.2-r1.ebuild
Log:
Fix CVE-2009-2347 again wrt security #307001.
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Revision Changes Path
1.145 media-libs/tiff/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/tiff/ChangeLog?rev=1.145&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/tiff/ChangeLog?rev=1.145&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/tiff/ChangeLog?r1=1.144&r2=1.145
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- ChangeLog 22 Jan 2010 17:19:11 -0000 1.144
+++ ChangeLog 26 Feb 2010 20:31:32 -0000 1.145
@@ -1,6 +1,12 @@
# ChangeLog for media-libs/tiff
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.144 2010/01/22 17:19:11 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.145 2010/02/26 20:31:32 ssuominen Exp $
+
+*tiff-3.9.2-r1 (26 Feb 2010)
+
+ 26 Feb 2010; Samuli Suominen <ssuominen@gentoo.org> +tiff-3.9.2-r1.ebuild,
+ +files/tiff-3.9.2-CVE-2009-2347.patch:
+ Fix CVE-2009-2347 again wrt security #307001.
22 Jan 2010; Samuli Suominen <ssuominen@gentoo.org> tiff-3.9.2.ebuild:
Require SLOT="0" of media-libs/jpeg for headers.
1.1 media-libs/tiff/tiff-3.9.2-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/tiff/tiff-3.9.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/tiff/tiff-3.9.2-r1.ebuild?rev=1.1&content-type=text/plain
Index: tiff-3.9.2-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-3.9.2-r1.ebuild,v 1.1 2010/02/26 20:31:32 ssuominen Exp $
EAPI=2
inherit eutils libtool
DESCRIPTION="Library for manipulation of TIFF (Tag Image File Format) images"
HOMEPAGE="http://www.remotesensing.org/libtiff/"
SRC_URI="ftp://ftp.remotesensing.org/pub/libtiff/${P}.tar.gz"
LICENSE="as-is"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="jpeg jbig +cxx zlib"
DEPEND="jpeg? ( >=media-libs/jpeg-6b:0 )
jbig? ( media-libs/jbigkit )
zlib? ( sys-libs/zlib )"
src_prepare() {
epatch "${FILESDIR}"/${PN}-3.8.2-CVE-2009-2285.patch \
"${FILESDIR}"/${P}-CVE-2009-2347.patch
elibtoolize
}
src_configure() {
use prefix || EPREFIX=
econf \
--disable-dependency-tracking \
$(use_enable cxx) \
$(use_enable zlib) \
$(use_enable jpeg) \
$(use_enable jbig) \
--without-x \
--with-docdir="${EPREFIX}"/usr/share/doc/${PF}
}
src_install() {
emake DESTDIR="${D}" install || die
dodoc ChangeLog README TODO
}
pkg_postinst() {
if use jbig; then
echo
elog "JBIG support is intended for Hylafax fax compression, so we"
elog "really need more feedback in other areas (most testing has"
elog "been done with fax). Be sure to recompile anything linked"
elog "against tiff if you rebuild it with jbig support."
echo
fi
}
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2010-02-26 20:31 99% [gentoo-commits] gentoo-x86 commit in media-libs/tiff: ChangeLog tiff-3.9.2-r1.ebuild Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox