diff options
| author | zhengruoqin <zhengrq.fnst@fujitsu.com> | 2022-10-24 14:49:16 +0800 | 
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-10-24 09:56:33 -0700 | 
| commit | 8e64d8f7afa26c7d2c4ac7ed23f6d48d639cfd39 (patch) | |
| tree | ae6ea71a2d4d49543a6198a2459c0c015a16026f | |
| parent | 2ab46bac63c32a1f37576b4b8be61c95585ffcf2 (diff) | |
| download | meta-openembedded-8e64d8f7afa26c7d2c4ac7ed23f6d48d639cfd39.tar.gz | |
tcpslice: upgrade 1.5 -> 1.6
Changelog:
=========
- Call pcap_dump_close() on the output file.
- Implement new flags in ./configure: --enable-instrument-functions,
  --without-libnids, --without-libosipparser2 and --without-libooh323c.
- autoconf: Add the option to print functions and files names
- Update config.{guess,sub}, timestamps 2022-01-09,2022-01-03
- configure: use pcap-config --static-pcap-only if available
- Remove awk code from mkdep.
- Refine the man page.
- Refine the documentation files.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-networking/recipes-support/tcpdump/tcpslice_1.6.bb (renamed from meta-networking/recipes-support/tcpdump/tcpslice_1.5.bb) | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/meta-networking/recipes-support/tcpdump/tcpslice_1.5.bb b/meta-networking/recipes-support/tcpdump/tcpslice_1.6.bb index 4909acdee9..7128a23cd2 100644 --- a/meta-networking/recipes-support/tcpdump/tcpslice_1.5.bb +++ b/meta-networking/recipes-support/tcpdump/tcpslice_1.6.bb | |||
| @@ -8,8 +8,7 @@ LIC_FILES_CHKSUM = "file://tcpslice.c;endline=20;md5=99519e2e5234d1662a4ce16baa6 | |||
| 8 | 8 | ||
| 9 | SRC_URI = "http://www.tcpdump.org/release/${BP}.tar.gz \ | 9 | SRC_URI = "http://www.tcpdump.org/release/${BP}.tar.gz \ | 
| 10 | " | 10 | " | 
| 11 | SRC_URI[md5sum] = "8907e60376e629f6e6ce2255988aaf47" | 11 | SRC_URI[sha256sum] = "60d23f00d4c485fef2dda9b12c2018af958df3a511238c45374733bbc1231920" | 
| 12 | SRC_URI[sha256sum] = "f6935e3e7ca00ef50c515d062fddd410868467ec5b6d8f2eca12066f8d91dda2" | ||
| 13 | 12 | ||
| 14 | UPSTREAM_CHECK_REGEX = "tcpslice-(?P<pver>\d+(\.\d+)+)\.tar" | 13 | UPSTREAM_CHECK_REGEX = "tcpslice-(?P<pver>\d+(\.\d+)+)\.tar" | 
| 15 | 14 | ||
