mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
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>
This commit is contained in:
@@ -1,22 +0,0 @@
|
|||||||
Index: trunk/ping.c
|
|
||||||
===================================================================
|
|
||||||
--- trunk.orig/ping.c 2010-07-23 21:26:53.000000000 -0700
|
|
||||||
+++ trunk/ping.c 2010-07-23 21:28:27.000000000 -0700
|
|
||||||
@@ -1059,7 +1059,7 @@
|
|
||||||
i = j;
|
|
||||||
i -= IPOPT_MINOFF;
|
|
||||||
if (i <= 0)
|
|
||||||
- continue;
|
|
||||||
+ break;
|
|
||||||
if (i == old_rrlen
|
|
||||||
&& !strncmp((char *)cp, old_rr, i)
|
|
||||||
&& !(options & F_FLOOD)) {
|
|
||||||
@@ -1096,7 +1096,7 @@
|
|
||||||
i = j;
|
|
||||||
i -= 5;
|
|
||||||
if (i <= 0)
|
|
||||||
- continue;
|
|
||||||
+ break;
|
|
||||||
flags = *++cp;
|
|
||||||
printf("\nTS: ");
|
|
||||||
cp++;
|
|
||||||
+2
-3
@@ -21,11 +21,10 @@ SRC_URI = "http://www.skbuff.net/iputils/${PN}-${PV}.tar.bz2 \
|
|||||||
file://debian/use_gethostbyname2.diff \
|
file://debian/use_gethostbyname2.diff \
|
||||||
file://debian/targets.diff \
|
file://debian/targets.diff \
|
||||||
file://debian/fix-arping-timeouts.diff \
|
file://debian/fix-arping-timeouts.diff \
|
||||||
file://debian/CVE-2010-2529.diff \
|
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "df6b0062118cdc5c62e3c810f831e976"
|
SRC_URI[md5sum] = "a36c25e9ec17e48be514dc0485e7376c"
|
||||||
SRC_URI[sha256sum] = "d0e8cbe6ce6a484ffb81697425b3b933746882f6f1521ac71c5c88971cee7684"
|
SRC_URI[sha256sum] = "fd3af46c80ebb99607c2ca1f2a3608b6fe828e25bbec6e54f2afd25f6ddb6ee7"
|
||||||
|
|
||||||
# man is not compiled here, since it requires docbook-utils-native
|
# man is not compiled here, since it requires docbook-utils-native
|
||||||
# which is not available in poky
|
# which is not available in poky
|
||||||
Reference in New Issue
Block a user