diff options
| author | wangmy <wangmy@fujitsu.com> | 2022-02-08 08:26:25 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-02-08 08:59:08 -0800 |
| commit | 07c274c2225f010e5aec6863ad317eb6a52cc649 (patch) | |
| tree | 2fd000919201b92eb882fb2dcf3cbaa7033de4b3 | |
| parent | 1320b9c9d2b1b030037a522c0c1c341b9e940216 (diff) | |
| download | meta-openembedded-07c274c2225f010e5aec6863ad317eb6a52cc649.tar.gz | |
tcpreplay: upgrade 4.3.4 -> 4.4.0
Changelog:
=========
Update strlcpy.c and strlcat.c
PR #636
Apply #616 fix to flows.c, fix #665
Bug #670: update Travis CI to focal
Bug #669: LINUX installed netmap auto detection
Feature #626 - Support for Q-in-Q VLAN tags
Bug #677 skipbroadcast
Bug #689: add security policy document
Directories of pcaps as arguments
PR #682
Bug #679 fix PPS calc for long-running sessions
Bug #668 Improve SDK selection
Bug #696 fix directory include feature
Bug #695 mac os tests fail
Bug #674 - Revert "send_packet: Avoid clock drift by using time since first packet"
Feature #563 mac update on multicast
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-networking/recipes-support/tcpreplay/tcpreplay_4.4.0.bb (renamed from meta-networking/recipes-support/tcpreplay/tcpreplay_4.3.4.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/tcpreplay/tcpreplay_4.3.4.bb b/meta-networking/recipes-support/tcpreplay/tcpreplay_4.4.0.bb index eda51bb7f5..48cb045767 100644 --- a/meta-networking/recipes-support/tcpreplay/tcpreplay_4.3.4.bb +++ b/meta-networking/recipes-support/tcpreplay/tcpreplay_4.4.0.bb | |||
| @@ -8,8 +8,7 @@ LIC_FILES_CHKSUM = "file://docs/LICENSE;md5=10f0474a2f0e5dccfca20f69d6598ad8" | |||
| 8 | 8 | ||
| 9 | SRC_URI = "https://github.com/appneta/tcpreplay/releases/download/v${PV}/tcpreplay-${PV}.tar.gz" | 9 | SRC_URI = "https://github.com/appneta/tcpreplay/releases/download/v${PV}/tcpreplay-${PV}.tar.gz" |
| 10 | 10 | ||
| 11 | SRC_URI[md5sum] = "305a84d84265705bd28f148698142188" | 11 | SRC_URI[sha256sum] = "a3b125c0319bd096d68f821c4a08051b2d3d9278bac6fe18cfe3c9201703a567" |
| 12 | SRC_URI[sha256sum] = "ee065310806c22e2fd36f014e1ebb331b98a7ec4db958e91c3d9cbda0640d92c" | ||
| 13 | 12 | ||
| 14 | UPSTREAM_CHECK_URI = "https://github.com/appneta/tcpreplay/releases" | 13 | UPSTREAM_CHECK_URI = "https://github.com/appneta/tcpreplay/releases" |
| 15 | 14 | ||
