1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 10:59:13 +02:00
Commit Graph

17 Commits

Author SHA1 Message Date
Rosen Penev
87177eef75
tcpreplay: fix compilation with Arch Linux
It tries to link to host libraries for some reason. Add autoreconf to
fix. Also remove redundant prefixes.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-22 19:01:12 -08:00
Alexandru Ardelean
c7153f22a7 tcpreplay: bump to version 4.3.3
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-06-25 19:29:52 +03:00
Jan Pavlinec
ceadbcbb64
treewide: add PKG_CPE_ID for cvescanner
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-09-24 13:51:22 +02:00
Eneas U de Queiroz
2593eabd6b treewide: Capitalize submenus
Fixed a typo in tcpreplay.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2019-07-25 09:35:40 +08:00
Alexandru Ardelean
d761f083f3 tcpreplay: bump to version 4.3.2
This one contains only a few CVEs + bugfixes.

* CVE-2019-8381 memory access in do_checksum() (#538)
* CVE-2019-8376 NULL pointer dereference get_layer4_v6() (#537)
* CVE-2019-8377 NULL pointer dereference get_ipv6_l4proto() (#536)
* Rename Ethereal to Wireshark (#545)

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2019-03-19 09:19:29 +02:00
Alexandru Ardelean
5e0c99df09 tcpreplay: bump to version 4.3.1
This change bumps the version to 4.3.1.
Also, it changes the source archive to `tar.xz`

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2018-12-31 00:08:40 +02:00
Alexandru Ardelean
cc2ffbec8b tcpreplay: bump to version 4.3.0
Run-tested on target brcm2708 [brcm2709 sub-target].
Running on OpenWrt master:
  278e4eba09

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2018-11-14 10:27:40 +02:00
Rosen Penev
cf4af4f553 tcpreplay: Update to 4.2.6
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-06-09 15:46:36 -07:00
Alexandru Ardelean
d8f7818311 tcpreplay: update to version 4.2.5
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-10-16 09:58:22 +03:00
Etienne Champetier
4006865ae8 treewide: run "make check FIXUP=1"
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-08-29 21:41:14 -07:00
Alexandru Ardelean
e805651506 tcpreplay: update to 4.2.3
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-04-25 12:32:49 +03:00
Alexandru Ardelean
eb7f1cdaae tcpreplay: upgrade to version 4.2.1
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-03-27 11:58:04 +03:00
Alexandru Ardelean
612a0d5ebb tcpreplay: upgrade to 4.1.2
Contains patch that fixes compat with musl:
7c942b71d4

Signed-off-by: Alexandru Ardelean <alexandru.ardelean@riverbed.com>
2016-11-21 10:39:13 +02:00
Alexandru Ardelean
f655a0dd01 tcpreplay: add PKG_LICENSE_FILES
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-08-18 21:50:11 +03:00
Alexandru Ardelean
f2ad326730 tcpreplay: disable libnl3 and libdbus-1 check in CONFIGURE_VARS
Also, drop patch that disables libdbus-1 check in configure script.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-08-18 21:49:23 +03:00
Ted Hess
e2e222871c tcpreplay: Fix builds - musl compatibility
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-08-07 16:14:09 -04:00
Alexandru Ardelean
c97960ca82 tcpreplay: add first revision of package
Tcpreplay is a suite of free Open Source utilities for editing and
replaying previously captured network traffic. Originally designed
to replay malicious traffic patterns to Intrusion Detection/Prevention
Systems, it has seen many evolutions including
capabilities to replay to web servers.

Pretty useful for testing stuff too.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-07-28 17:55:58 +03:00