summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2009-05-07 04:53:18 +0000
committerDaniel Black <dragonheart@gentoo.org>2009-05-07 04:53:18 +0000
commitd90b77b4ec5d7ec0df0b8152ff9418001aa5f676 (patch)
tree514b8cde3e12176f0356ea9699baa0b329afb802 /app-admin
parentversion bump, bug 267538 (diff)
downloadgentoo-2-d90b77b4ec5d7ec0df0b8152ff9418001aa5f676.tar.gz
gentoo-2-d90b77b4ec5d7ec0df0b8152ff9418001aa5f676.tar.bz2
gentoo-2-d90b77b4ec5d7ec0df0b8152ff9418001aa5f676.zip
improved patch from upstream with additional checks
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/testdisk/ChangeLog10
-rw-r--r--app-admin/testdisk/files/testdisk-6.11-exif_bound_checking-v2.patch (renamed from app-admin/testdisk/files/testdisk-6.11-exif_bound_checking.patch)0
-rw-r--r--app-admin/testdisk/testdisk-6.11-r1.ebuild (renamed from app-admin/testdisk/testdisk-6.11.ebuild)4
3 files changed, 11 insertions, 3 deletions
diff --git a/app-admin/testdisk/ChangeLog b/app-admin/testdisk/ChangeLog
index 43825389bd71..d83cf43b8036 100644
--- a/app-admin/testdisk/ChangeLog
+++ b/app-admin/testdisk/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for app-admin/testdisk
# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/testdisk/ChangeLog,v 1.35 2009/04/23 14:12:38 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/testdisk/ChangeLog,v 1.36 2009/05/07 04:53:18 dragonheart Exp $
+
+*testdisk-6.11-r1 (07 May 2009)
+
+ 07 May 2009; Daniel Black <dragonheart@gentoo.org>
+ -files/testdisk-6.11-exif_bound_checking.patch,
+ +files/testdisk-6.11-exif_bound_checking-v2.patch, -testdisk-6.11.ebuild,
+ +testdisk-6.11-r1.ebuild:
+ improved patch from upstream with additional checks
*testdisk-6.11 (23 Apr 2009)
diff --git a/app-admin/testdisk/files/testdisk-6.11-exif_bound_checking.patch b/app-admin/testdisk/files/testdisk-6.11-exif_bound_checking-v2.patch
index b0f5020999c3..b0f5020999c3 100644
--- a/app-admin/testdisk/files/testdisk-6.11-exif_bound_checking.patch
+++ b/app-admin/testdisk/files/testdisk-6.11-exif_bound_checking-v2.patch
diff --git a/app-admin/testdisk/testdisk-6.11.ebuild b/app-admin/testdisk/testdisk-6.11-r1.ebuild
index 7f44d72f7d57..3c3252ec6c5a 100644
--- a/app-admin/testdisk/testdisk-6.11.ebuild
+++ b/app-admin/testdisk/testdisk-6.11-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/testdisk/testdisk-6.11.ebuild,v 1.1 2009/04/23 14:12:38 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/testdisk/testdisk-6.11-r1.ebuild,v 1.1 2009/05/07 04:53:18 dragonheart Exp $
EAPI=2
inherit eutils flag-o-matic
@@ -26,7 +26,7 @@ RDEPEND="!static? ( ${DEPEND} )"
#S=${WORKDIR}/${P}-WIP
src_prepare() {
- epatch "${FILESDIR}"/${P}-exif_bound_checking.patch
+ epatch "${FILESDIR}"/${P}-exif_bound_checking-v2.patch
}
src_configure() {