diff options
author | Yu Ke <ke.yu@intel.com> | 2011-01-25 12:52:08 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-27 21:52:58 +0000 |
commit | 3cc784e4178ebdf061f5c478d9df1348ba85db18 (patch) | |
tree | 02260428ce252de9cc2c85f9c8b2e86f4f933604 /meta/recipes-extended/iputils/files | |
parent | deec6fa8d0748297eb40eb4fe98e4fec8fb201f4 (diff) | |
download | poky-3cc784e4178ebdf061f5c478d9df1348ba85db18.tar.gz |
iputils: upgrade to s20101006
- change the src_uri md5/sha256 checksum
- remove the CVE patch, since it is already in upstream
Signed-off-by: Yu Ke <ke.yu@intel.com>
Diffstat (limited to 'meta/recipes-extended/iputils/files')
-rw-r--r-- | meta/recipes-extended/iputils/files/debian/CVE-2010-2529.diff | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/recipes-extended/iputils/files/debian/CVE-2010-2529.diff b/meta/recipes-extended/iputils/files/debian/CVE-2010-2529.diff deleted file mode 100644 index 98aae0d457..0000000000 --- a/meta/recipes-extended/iputils/files/debian/CVE-2010-2529.diff +++ /dev/null | |||
@@ -1,22 +0,0 @@ | |||
1 | Index: trunk/ping.c | ||
2 | =================================================================== | ||
3 | --- trunk.orig/ping.c 2010-07-23 21:26:53.000000000 -0700 | ||
4 | +++ trunk/ping.c 2010-07-23 21:28:27.000000000 -0700 | ||
5 | @@ -1059,7 +1059,7 @@ | ||
6 | i = j; | ||
7 | i -= IPOPT_MINOFF; | ||
8 | if (i <= 0) | ||
9 | - continue; | ||
10 | + break; | ||
11 | if (i == old_rrlen | ||
12 | && !strncmp((char *)cp, old_rr, i) | ||
13 | && !(options & F_FLOOD)) { | ||
14 | @@ -1096,7 +1096,7 @@ | ||
15 | i = j; | ||
16 | i -= 5; | ||
17 | if (i <= 0) | ||
18 | - continue; | ||
19 | + break; | ||
20 | flags = *++cp; | ||
21 | printf("\nTS: "); | ||
22 | cp++; | ||