libdaq: update to 2.0.6
Signed-off-by: Magnus Kroken <mkroken@gmail.com>
This commit is contained in:
parent
04f787781a
commit
812ce161f3
2 changed files with 4 additions and 4 deletions
|
@ -8,13 +8,13 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=libdaq
|
PKG_NAME:=libdaq
|
||||||
PKG_VERSION:=2.0.4
|
PKG_VERSION:=2.0.6
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE_URL:=https://www.snort.org/downloads/snort/ \
|
PKG_SOURCE_URL:=https://www.snort.org/downloads/snort/ \
|
||||||
@SF/snort
|
@SF/snort
|
||||||
PKG_SOURCE:=daq-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=daq-$(PKG_VERSION).tar.gz
|
||||||
PKG_HASH:=a294aa3d01cd8902bf842d320e7f2c043af9ead95d0e7198c3b71a0dbc9d253c
|
PKG_HASH:=b40e1d1273e08aaeaa86e69d4f28d535b7e53bdb3898adf539266b63137be7cb
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/daq-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/daq-$(PKG_VERSION)
|
||||||
|
|
||||||
PKG_LICENSE:=GPL-2.0
|
PKG_LICENSE:=GPL-2.0
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/configure
|
--- a/configure
|
||||||
+++ b/configure
|
+++ b/configure
|
||||||
@@ -12967,10 +12967,11 @@ if ${daq_cv_libpcap_version_1x+:} false;
|
@@ -13552,10 +13552,11 @@ if ${daq_cv_libpcap_version_1x+:} false;
|
||||||
else
|
else
|
||||||
|
|
||||||
if test "$cross_compiling" = yes; then :
|
if test "$cross_compiling" = yes; then :
|
||||||
|
|
Loading…
Reference in a new issue