dsniff: change DEPENDS to use libnet-1.0 in 2.3
- v2.3 of dsniff uses the API from libnet 1.0, no later version of
dsniff exists, therefore the API must be forced to be 1.0
LICENSE = "BSD"
PR = "r1"
-DEPENDS = "virtual/db libpcap libnet libnids openssl"
+# There is a significant API change beween 1.0.2a of libnet and
+# 1.1.x, dsniff will only work with the older and there is no
+# updated version of dnsniff.
+DEPENDS = "virtual/db libpcap libnet-1.0 libnids openssl"
SRC_URI = "http://www.monkey.org/~dugsong/dsniff/dsniff-${PV}.tar.gz \
file://configure.patch;patch=1"
LICENSE = "GPL"
PR = "r1"
+# There are major API changes beween libnet v1.0 and libnet v1.1
+PROVIDES = "libnet-1.0"
+
SRC_URI = "http://www.packetfactory.net/libnet/dist/deprecated/libnet-${PV}.tar.gz \
file://configure.patch;patch=1 \
file://configure.uclibc.patch;patch=1 \
DEPENDS = "libpcap"
PR = "r0"
+# There are major API changes beween libnet v1.0 and libnet v1.1
+PROVIDES = "libnet-1.1"
+
SRC_URI = "http://www.packetfactory.net/libnet/dist/libnet-${PV}.tar.gz \
file://support-uclibc.patch;patch=1 \
file://fix-endianess-test.patch;patch=1 \