aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/iputils/iputils_20071127.bb
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2011-01-18 12:15:15 -0500
committerChris Larson <chris_larson@mentor.com>2011-01-21 13:39:28 -0500
commitf2f23a5c2a4ddae7aa93c759a94232456d57e327 (patch)
tree50b1e6792ae53a842d7a21f5e4afa6254d06122a /recipes/iputils/iputils_20071127.bb
parentca83d2d3992943a48ae2e86a61b287e46c2b1fb7 (diff)
downloadopenembedded-f2f23a5c2a4ddae7aa93c759a94232456d57e327.tar.gz
iputils: apply patch for CVE-2010-2529
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'recipes/iputils/iputils_20071127.bb')
-rw-r--r--recipes/iputils/iputils_20071127.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/iputils/iputils_20071127.bb b/recipes/iputils/iputils_20071127.bb
index bcb35c48f7..a7423201b3 100644
--- a/recipes/iputils/iputils_20071127.bb
+++ b/recipes/iputils/iputils_20071127.bb
@@ -5,7 +5,7 @@ SECTION = "console/network"
LICENSE ="BSD"
DEPENDS = "docbook-utils-native sgmlspl-native"
-PR = "r3"
+PR = "r4"
DEFAULT_PREFERENCE_angstrom = "2"
@@ -18,6 +18,7 @@ SRC_URI = "http://ftp.de.debian.org/debian/pool/main/i/iputils/iputils_${PV}.ori
file://debian/targets.diff \
file://debian/fix-tracepath-docs.diff \
file://debian/fix-arping-timeouts.diff \
+ file://CVE-2010-2529.patch \
"
S = "${WORKDIR}/iputils_20071127.orig"