summaryrefslogtreecommitdiffstats
path: root/package/netsniff-ng
Commit message (Collapse)AuthorAgeFilesLines
* package/netsniff-ng: add missing headerRomain Naour2017-10-031-0/+31
| | | | | | | | | Like for nfs-utils and strongswan, add stdint.h header for UINT16_MAX definition Reported-by: Ross <grunpferd@netscape.net> Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/n*/Config.in: fix ordering of statementsAdam Duskett2017-05-011-5/+5
| | | | | | | | | | | | | The check-package script when ran gives warnings on ordering issues on all of these Config files. This patch cleans up all warnings related to the ordering in the Config files for packages starting with the letter n in the package directory. The appropriate ordering is: type, default, depends on, select, help See http://nightly.buildroot.org/#_config_files for more information. Signed-off-by: Adam Duskett <Adamduskett@outlook.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* netsniff-ng: bump to version 0.6.3Baruch Siach2017-04-206-50/+108
| | | | | | | | | | Drop upstream patch. Add two more patches to deal with musl build issues. Cc: Joris Lijssens <joris.lijssens@gmail.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* netsniff-ng: fix static build with netfilter_conntrackBaruch Siach2017-04-201-0/+43
| | | | | | | | | | | | | Use pkg-config to determine link flags. Fixes: http://autobuild.buildroot.net/results/0ef/0efb90d69fdffafe0630e6507d40198bfb1c5818/ http://autobuild.buildroot.net/results/0ea/0eaf15dd387961641b42d977c49804fe8872074b/ http://autobuild.buildroot.net/results/43d/43d3f2d54deb9d095a4f8cbf70a7b933c09ed618/ Cc: Joris Lijssens <joris.lijssens@gmail.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* netsniff-ng: use upstream provided tarballBaruch Siach2017-04-202-4/+5
| | | | | | Cc: Joris Lijssens <joris.lijssens@gmail.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* boot, linux, package: use SPDX short identifier for GPLv2/GPLv2+Rahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | We want to use SPDX identifier for license strings as much as possible. SPDX short identifier for GPLv2/GPLv2+ is GPL-2.0/GPL-2.0+. This change is done by using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/\<GPLv2\>/GPL-2.0/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* netsniff-ng: add homepage linkBaruch Siach2017-03-101-0/+2
| | | | | | Cc: Joris Lijssens <joris.lijssens@gmail.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* netsniff-ng: fix build with kernel headers v4.10+Baruch Siach2017-03-101-0/+48
| | | | | | | | | | | | | | Add upstream patch removing use of GENL_ID_GENERATE that was dropped in kernel version 4.10. Fixes: http://autobuild.buildroot.net/results/58d/58d7809cae739f728c58291f2111684d6c0578f3/ http://autobuild.buildroot.net/results/65c/65ce9807116ca70908e0aabae59a36c7774dfa7a/ http://autobuild.buildroot.net/results/64b/64b3f8af2ebc5a14ecbef72039ef527b5d71f12c/ Cc: Joris Lijssens <joris.lijssens@gmail.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/netsniff-ng: allow to build with muslTobias Klauser2016-11-151-4/+3
| | | | | | | | | | netsniff-ng allows build with musl since version 0.5.8. With libnet now being able to build with musl, let's enable musl for netsniff-ng as well. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> [Thomas: update Config.in comment.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* netsniff-ng: bump to version 0.6.2Tobias Klauser2016-11-112-2/+2
| | | | | | | | | | We recently released netsniff-ng 0.6.2 [1], bumpd the version accordingly. [1] https://github.com/netsniff-ng/netsniff-ng/releases/tag/v0.6.2 Cc: Joris Lijssens <joris.lijssens@gmail.com> Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Replace (e)glibc by glibcThomas Petazzoni2016-06-281-1/+1
| | | | | | | | | | | | | | | | Following the removal of eglibc support, this commit replaces all occurences of "(e)glibc" by just "glibc". Most of the occurences are in package Config.in comments. In addition, when the form "an (e)glibc ..." was used, it is replaced by "a glibc ...". [Peter: add new efi* packages, s/uclibc/uClibc as suggested by Romain, systemd / liquid-dsp tweaks as suggested by Yann] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: Romain Naour <romain.naour@gmail.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* netsniff-ng: bump to version 0.6.1Joris Lijssens2016-04-132-2/+2
| | | | | Signed-off-by: Joris Lijssens <joris.lijssens@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package, toolchain: remove BR2_TOOLCHAIN_HAS_GCC_BUG_* optionsThomas Petazzoni2016-01-301-6/+0
| | | | | | | | | | | | | | | | | | | Quite some time ago, we added the options BR2_TOOLCHAIN_HAS_GCC_BUG_58595 and BR2_TOOLCHAIN_HAS_GCC_BUG_58854 to indicate if the toolchain was affected by those gcc bugs, which were causing build failure with a number of packages. With the recent change in the external toolchain logic to provide only the latest version of each toolchain "family", all the toolchains which were affected by those issues disappeared from Buildroot. Those options are no longer being selected anywhere, and being blind options, it means their value is always going to be "disabled". Conquently, this commit removes those options completely, and updates all the packages where they were used. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* netsniff-ng: check if linux-headers are v3.0 or higherJoris Lijssens2016-01-161-2/+4
| | | | | | | | | | | | | netsniff-ng uses the TP_STATUS_VLAN_VALID define, provided by the kernel headers. This definition has been added in the kernel by commit a3bcc23e890a6d49d6763d9eb073d711de2e0469 ("af-packet: Add flag to distinguish VID 0 from no-vlan"), which was merged in v3.0. Fixes: http://autobuild.buildroot.net/results/c87/c87a440e29ae387f600cb6ecce3caaa08557f4f0/ Signed-off-by: Joris Lijssens <joris.lijssens@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* netsniff-ng: bump version to v0.6.0Joris Lijssens2015-12-172-2/+2
| | | | | Signed-off-by: Joris Lijssens <joris.lijssens@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* netsniff-ng: add optional dependencies on geoip, ncurses and zlibJoris Lijssens2015-12-171-0/+12
| | | | | | | [Thomas: rework commit title.] Signed-off-by: Joris Lijssens <joris.lijssens@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* netsniff-ng:Prevent finding host installed naclJoris Lijssens2015-12-171-0/+5
| | | | | | Signed-off-by: Joris Lijssens <joris.lijssens@gmail.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/netsniff: fix missing depend on statementsSamuel Martin2015-12-131-0/+3
| | | | | | | | | | | Add missing architecture dependencies inherited from liburcu. Fixes: http://autobuild.buildroot.org/results/0a9/0a90d7c8f523b90b8a4ca6312ab4835547590fb2/ Signed-off-by: Samuel Martin <s.martin49@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* netsniff-ng: new packageJoris Lijssens2015-11-113-0/+60
[Thomas: - add comment in Config.in to explain why this package depends on glibc, and specifically why it doesn't build for uClibc and musl. - add hash file. - add 'COPYING' to the list of LICENSE_FILES - add themissing <pkg>_DEPENDENCIES variable in the .mk file, to make sure dependencies are built before netsniff-ng. - add comment in the .mk file explain why we're using the generic-package infrastructure even if the build procedure is essentially ./configure, make, make install. - fix indentation in NETSNIFF_NG_CONFIGURE_CMDS.] Signed-off-by: Joris Lijssens <joris.lijssens@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud