[Buildroot] [PATCH v1] tcpreplay: bump version to 4.0.0

Peter Korsgaard jacmet at uclibc.org
Mon Jan 13 07:40:27 UTC 2014


>>>>> "judge" == judge packham <judge.packham at gmail.com> writes:

 > From: Chris Packham <judge.packham at gmail.com>
 > Update the tcpreplay package to version 4.0.0. The upstream package has
 > a new maintainer and license. Version 4.0.0 brings a number of new
 > features see http://tcpreplay.appneta.com/ for details.

 > Signed-off-by: Chris Packham <judge.packham at gmail.com>
 > ---
 > Changes since v0:
 > . Updated my git configuration to use a smtp server that doesn't modify my
 >   messages in-flight.
 
 > -TCPREPLAY_VERSION = 3.4.3
 > +TCPREPLAY_VERSION = 4.0.0
 >  TCPREPLAY_SITE = http://downloads.sourceforge.net/project/tcpreplay/tcpreplay/$(TCPREPLAY_VERSION)
 > -TCPREPLAY_CONF_ENV = tr_cv_libpcap_version=">= 0.7.0"
 > +TCPREPLAY_LICENSE = GPLv3
 > +TCPREPLAY_LICENSE_FILES = docs/LICENSE
 > +TCPREPLAY_CONF_ENV = \
 > +	tr_cv_libpcap_version=">= 0.7.0" \
 > +	ac_cv_have_bpf=no
 >  TCPREPLAY_CONF_OPT = --with-libpcap=$(STAGING_DIR)/usr
 >  TCPREPLAY_AUTORECONF = YES

AUTORECONF can also go now that all the patches are gone.

Committed with that fixed, thanks.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list