diff options
Diffstat (limited to 'meta-openembedded/meta-networking/recipes-connectivity/daq')
-rw-r--r-- | meta-openembedded/meta-networking/recipes-connectivity/daq/daq_2.0.7.bb | 4 | ||||
-rw-r--r-- | meta-openembedded/meta-networking/recipes-connectivity/daq/libdaq_3.0.16.bb (renamed from meta-openembedded/meta-networking/recipes-connectivity/daq/libdaq_3.0.14.bb) | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/meta-openembedded/meta-networking/recipes-connectivity/daq/daq_2.0.7.bb b/meta-openembedded/meta-networking/recipes-connectivity/daq/daq_2.0.7.bb index 8cb4c04fa3..a686ef5840 100644 --- a/meta-openembedded/meta-networking/recipes-connectivity/daq/daq_2.0.7.bb +++ b/meta-openembedded/meta-networking/recipes-connectivity/daq/daq_2.0.7.bb @@ -8,12 +8,12 @@ PARALLEL_MAKE = "" DEPENDS = "libpcap libpcre libdnet bison-native libnetfilter-queue" -SRC_URI = "http://fossies.org/linux/misc/daq-${PV}.tar.gz \ +SRC_URI = "https://www.snort.org/downloads/snort/${BPN}-${PV}.tar.gz;downloadfilename=${BPN}-${PV}_snort_org.tar.gz \ file://disable-run-test-program-while-cross-compiling.patch \ file://0001-correct-the-location-of-unistd.h.patch \ file://daq-fix-incompatible-pointer-type-error.patch \ " -SRC_URI[sha256sum] = "bdc4e5a24d1ea492c39ee213a63c55466a2e8114b6a9abed609927ae13a7705e" +SRC_URI[sha256sum] = "d1f6709bc5dbddee3fdf170cdc1e49fb926e2031d4869ecf367a8c47efc87279" # these 2 create undeclared dependency on libdnet and libnetfilter-queue from meta-networking # this error from test-dependencies script: # daq/daq/latest lost dependency on libdnet libmnl libnetfilter-queue libnfnetlink diff --git a/meta-openembedded/meta-networking/recipes-connectivity/daq/libdaq_3.0.14.bb b/meta-openembedded/meta-networking/recipes-connectivity/daq/libdaq_3.0.16.bb index 74964e0741..7834d75552 100644 --- a/meta-openembedded/meta-networking/recipes-connectivity/daq/libdaq_3.0.14.bb +++ b/meta-openembedded/meta-networking/recipes-connectivity/daq/libdaq_3.0.16.bb @@ -11,7 +11,8 @@ inherit autotools pkgconfig SRC_URI = "git://github.com/snort3/libdaq.git;protocol=https;branch=master \ file://0001-example-Use-lm-for-the-fst-module.patch" -SRCREV = "4e68d7ba6940df9a1503599d7b177029112d6b6a" + +SRCREV = "2ffe084d4d4ccf4ebc5c23ef119aa1ae223ce2ae" S = "${WORKDIR}/git" |