Fabrice Fontaine
9c45f0706c
package/daq3: fix build without C++
...
Fix the following build failure without C++ raised since bump to
version 3.0.9 in commit c05fe1d621 and
c2ae4668fb :
libtool: compile: no -DHAVE_CONFIG_H -I. -I.. -fvisibility=hidden -Wall -Wmissing-declarations -Wpointer-arith -Wcast-align -Wcast-qual -Wformat -Wformat-nonliteral -Wformat-security -Wundef -Wwrite-strings -Wextra -Wsign-compare -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -I../api -DBUILDING_SO -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -c gwlb/daq_gwlb.cc -o gwlb/.libs/daq_gwlb_la-daq_gwlb.o
../libtool: line 1763: no: command not found
Fixes:
- http://autobuild.buildroot.org/results/48b4673f46c9065e97e95872f9aa947c4f3fc21b
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2022-09-24 23:39:30 +02:00
Bernd Kuhls
c05fe1d621
package/daq3: bump version to 3.0.9
...
https://github.com/snort3/libdaq/releases/tag/v3.0.9
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2022-09-24 09:25:19 +02:00
Fabrice Fontaine
1c14af6676
package/daq3: bump to version 3.0.5
...
https://github.com/snort3/libdaq/releases/tag/v3.0.5
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2021-12-28 22:59:30 +01:00
Fabrice Fontaine
06771d2694
package/daq3: needs threads
...
daq3 depends on threads since its addition in commit
6e75a990ae
Fixes:
- http://autobuild.buildroot.org/results/b56defe97c0bd56d9a887beeb183ed9bb660b72a
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-28 21:14:57 +02:00
Fabrice Fontaine
7b103c50eb
Revert "package/daq3: fix build without threads"
...
This reverts commit 7c8641e5a9 as threads
are also used by afpacket and bpf modules if libpcap is found.
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-28 21:14:53 +02:00
Fabrice Fontaine
e9d2c67f82
package/daq3: bump to version 3.0.4
...
This bump will fix a build failure with snort3 raised since its bump to
version 3.1.6.0 in commit e66f2fd310
https://github.com/snort3/libdaq/releases/tag/v3.0.4
Fixes:
- http://autobuild.buildroot.org/results/0019eac13bfb17da853d42ff52d6b12aebd3d45b
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-26 23:11:34 +02:00
Fabrice Fontaine
7c8641e5a9
package/daq3: fix build without threads
...
pcap module and example unconditionally uses pthread.h
Fixes:
- http://autobuild.buildroot.org/results/b618bcca1a83704f7f15e76cd1e7f1117cbbd464
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-24 22:23:19 +02:00
Fabrice Fontaine
6e75a990ae
package/daq3: new package
...
Add daq3 package to be able to add the snort3 package.
daq3 is not compatatible with snort as daq_load_modules has been removed
daq3 package has been created from the daq package, here is a summary of
the changes:
- Drop patch (not needed anymore)
- Enable parallel build as there is no more tokdefs.h
- Drop libdnet dependency
- Drop host-bison and host-flex dependencies
- Drop libpcap workarounds
- ipq module dropped since version 3.0.0-alpha1 and
80c62799a9
- Add LICENSE file (same content than COPYING)
- Update hash of COPYING (project name and GPLv2 text updated with
46e8722da2 )
- Add a dependency on gcc 4.9 for {t,u}h_{d,s}port that are protected on
glibc by _FAVOR_BSD (and so !defined _GNU_SOURCE) until version 2.19:
https://sourceware.org/git/?p=glibc.git;a=commit;h=7011c2622fe3e10a29dbe74f06aaebd07710127d
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
2021-06-15 13:25:18 +02:00