diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-09-03 17:02:29 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-09-04 10:28:22 -0700 |
| commit | afbe561190c968c40cc74d239393220d05ed87e3 (patch) | |
| tree | 3475e11c0406f57dc7af55da67cfbc1bb033b9a7 | |
| parent | be20364d160c8353d2b0ab6466124cf73ef99066 (diff) | |
| download | meta-openembedded-afbe561190c968c40cc74d239393220d05ed87e3.tar.gz | |
fping: upgrade 5.3 -> 5.4
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-networking/recipes-support/fping/fping_5.4.bb (renamed from meta-networking/recipes-support/fping/fping_5.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/fping/fping_5.3.bb b/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" | |||
| 15 | LIC_FILES_CHKSUM = "file://COPYING;md5=c6170fbadddfcd74f011515291d96901" | 15 | LIC_FILES_CHKSUM = "file://COPYING;md5=c6170fbadddfcd74f011515291d96901" |
| 16 | 16 | ||
| 17 | SRC_URI = "http://www.fping.org/dist/fping-${PV}.tar.gz" | 17 | SRC_URI = "http://www.fping.org/dist/fping-${PV}.tar.gz" |
| 18 | SRC_URI[sha256sum] = "d57bd0141aea082e3adfc198bfc3db5dfd12a7014c7c2655e97f61cd54901d0e" | 18 | SRC_URI[sha256sum] = "be320771f075e47dd7e5704b485e9bdc7dd11107884345c0f7c18749357f668d" |
| 19 | 19 | ||
| 20 | S = "${UNPACKDIR}/fping-${PV}" | 20 | S = "${UNPACKDIR}/fping-${PV}" |
| 21 | 21 | ||
