From: Wang Mingyu <[email protected]> Changelog: ========= - Memory allocation safety checks for event storage (thanks David.A for bug report) - Fix off-by-one boundary check in seqmap code - The minimum value for the period (-p flag) is now 0.001 milliseconds, since it probably never makes sense to use a smaller value, and to avoid doing a very large memory allocation for event storage.
Signed-off-by: Wang Mingyu <[email protected]> --- .../recipes-support/fping/{fping_5.3.bb => fping_5.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/fping/{fping_5.3.bb => fping_5.4.bb} (92%) diff --git a/meta-networking/recipes-support/fping/fping_5.3.bb b/meta-networking/recipes-support/fping/fping_5.4.bb similarity index 92% rename from meta-networking/recipes-support/fping/fping_5.3.bb rename to meta-networking/recipes-support/fping/fping_5.4.bb index 5f3ec67cfc..c4b1a5ad25 100644 --- a/meta-networking/recipes-support/fping/fping_5.3.bb +++ b/meta-networking/recipes-support/fping/fping_5.4.bb @@ -15,7 +15,7 @@ NO_GENERIC_LICENSE[fping] = "COPYING" LIC_FILES_CHKSUM = "file://COPYING;md5=c6170fbadddfcd74f011515291d96901" SRC_URI = "http://www.fping.org/dist/fping-${PV}.tar.gz" -SRC_URI[sha256sum] = "d57bd0141aea082e3adfc198bfc3db5dfd12a7014c7c2655e97f61cd54901d0e" +SRC_URI[sha256sum] = "be320771f075e47dd7e5704b485e9bdc7dd11107884345c0f7c18749357f668d" S = "${UNPACKDIR}/fping-${PV}" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#119209): https://lists.openembedded.org/g/openembedded-devel/message/119209 Mute This Topic: https://lists.openembedded.org/mt/115042216/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
