diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-04-14 06:56:52 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-04-14 06:56:52 +0000 |
commit | 0a6e609546700e408c7166377ab765b01d443eae (patch) | |
tree | cbec5077f562b887c3376074a9903d2e39d914ce /x11-misc/touchcal/touchcal-0.31-r1.ebuild | |
parent | security bump - bug #363507 (diff) | |
download | historical-0a6e609546700e408c7166377ab765b01d443eae.tar.gz historical-0a6e609546700e408c7166377ab765b01d443eae.tar.bz2 historical-0a6e609546700e408c7166377ab765b01d443eae.zip |
Fix for _FORTIFY_SOURCE indicates presence of overflow, #363543
Package-Manager: portage-2.2.0_alpha30/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/touchcal/touchcal-0.31-r1.ebuild')
-rw-r--r-- | x11-misc/touchcal/touchcal-0.31-r1.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-misc/touchcal/touchcal-0.31-r1.ebuild b/x11-misc/touchcal/touchcal-0.31-r1.ebuild new file mode 100644 index 000000000000..ed32b1f2f163 --- /dev/null +++ b/x11-misc/touchcal/touchcal-0.31-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/touchcal/touchcal-0.31-r1.ebuild,v 1.1 2011/04/14 06:56:52 jlec Exp $ + +EAPI="4" + +inherit eutils + +DESCRIPTION="Touchscreen calibration utility" +HOMEPAGE="http://touchcal.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="sys-libs/ncurses" +RDEPEND="${DEPEND}" + +src_prepare() { + epatch "${FILESDIR}"/${P}-buff-overflow.patch +} |