sync libs for libnids consumers

This commit is contained in:
sthen 2017-08-22 11:11:56 +00:00
parent 31db5b4e4f
commit cc7ad5ba7b
2 changed files with 10 additions and 10 deletions

View File

@ -1,23 +1,23 @@
# $OpenBSD: Makefile,v 1.61 2013/10/31 21:12:12 sthen Exp $
# $OpenBSD: Makefile,v 1.62 2017/08/22 11:11:56 sthen Exp $
COMMENT= sniffing tools for penetration testing
DISTNAME= dsniff-2.3
REVISION= 15
REVISION= 16
CATEGORIES= security
MASTER_SITES= http://monkey.org/~dugsong/dsniff/
HOMEPAGE= http://www.monkey.org/~dugsong/dsniff/
BUILD_DEPENDS= net/libnids
LIB_DEPENDS= databases/db/v3 \
net/libnet/1.0
net/libnet/1.0 \
net/libnids
# BSD
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c crypto pcap ssl rpcsvc lib/db/db=3 lib/libnet-1.0/net=0
WANTLIB= c crypto pcap nids ssl rpcsvc lib/db/db=3 lib/libnet-1.0/net=0
AUTOCONF_VERSION= 2.13
CONFIGURE_STYLE= autoconf

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.33 2014/08/26 15:51:14 kirby Exp $
# $OpenBSD: Makefile,v 1.34 2017/08/22 11:11:56 sthen Exp $
COMMENT= TCP port scan detection tool
DISTNAME= scanlogd-2.2.7
REVISION= 0
REVISION= 1
CATEGORIES= security
HOMEPAGE= http://www.openwall.com/scanlogd/
@ -11,13 +11,13 @@ HOMEPAGE= http://www.openwall.com/scanlogd/
# BSD
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c pcap lib/libnet-1.0/net=0
WANTLIB += c pcap lib/libnet-1.0/net=0 nids
MASTER_SITES= ${HOMEPAGE} \
ftp://ftp.openwall.com/pub/projects/scanlogd/
BUILD_DEPENDS= net/libnids
LIB_DEPENDS= net/libnet/1.0
LIB_DEPENDS= net/libnet/1.0 \
net/libnids
MAKE_FLAGS= CC="${CC}" CFLAGS="${CFLAGS}"