diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-09-30 12:28:26 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-09-30 12:28:26 +0000 |
commit | 67eb00ba41d54762933bef29d307879f87ec2a16 (patch) | |
tree | 8901e20b698721ae14ddefd27c9d644b9fb55366 /dns | |
parent | 361b5a152f38e9ea34091bfbf253a78032de8527 (diff) | |
download | ports-67eb00ba41d54762933bef29d307879f87ec2a16.tar.gz ports-67eb00ba41d54762933bef29d307879f87ec2a16.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/Makefile | 1 | ||||
-rw-r--r-- | dns/dnshijacker/Makefile | 37 | ||||
-rw-r--r-- | dns/dnshijacker/distinfo | 2 | ||||
-rw-r--r-- | dns/dnshijacker/files/patch-dnshijacker.c | 11 | ||||
-rw-r--r-- | dns/dnshijacker/pkg-descr | 9 |
5 files changed, 0 insertions, 60 deletions
diff --git a/dns/Makefile b/dns/Makefile index 5897daf11354..e85f521ace30 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -34,7 +34,6 @@ SUBDIR += dnscheckengine SUBDIR += dnscrypt-proxy SUBDIR += dnsflood - SUBDIR += dnshijacker SUBDIR += dnshistory SUBDIR += dnsjava SUBDIR += dnsmasq diff --git a/dns/dnshijacker/Makefile b/dns/dnshijacker/Makefile deleted file mode 100644 index fd9f1fbeb222..000000000000 --- a/dns/dnshijacker/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# Created by: lx@redundancy.redundancy.org -# $FreeBSD$ - -PORTNAME= dnshijacker -PORTVERSION= 1.3 -PORTREVISION= 4 -CATEGORIES= dns security -MASTER_SITES= http://pedram.redhive.com/downloads/ - -MAINTAINER= lx@redundancy.redundancy.org -COMMENT= Tool to hijack DNS requests - -DEPRECATED= Depends on expired net/libnet10 -EXPIRATION_DATE= 2014-09-30 - -BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10 - -LDFLAGS+= -lpcap `${LIBNET_CONFIG} --libs` - -PLIST_FILES= bin/dnshijacker - -LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config - -PORTDOCS= README - -do-build: - cd ${WRKSRC} && \ - ${CC} ${PORTNAME}.c ${CFLAGS} -I${LOCALBASE}/include \ - -L${LOCALBASE}/lib ${LDFLAGS} `${LIBNET_CONFIG} --defines` \ - `${LIBNET_CONFIG} --cflags` -o ${PORTNAME} - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/dnshijacker ${STAGEDIR}${PREFIX}/bin - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/dns/dnshijacker/distinfo b/dns/dnshijacker/distinfo deleted file mode 100644 index 4907960e5b54..000000000000 --- a/dns/dnshijacker/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (dnshijacker-1.3.tar.gz) = a630e7699e1027ceede7300a3e868583ede0a88cba85d408546015079ad5b5c3 -SIZE (dnshijacker-1.3.tar.gz) = 23561 diff --git a/dns/dnshijacker/files/patch-dnshijacker.c b/dns/dnshijacker/files/patch-dnshijacker.c deleted file mode 100644 index a88cf7369e9c..000000000000 --- a/dns/dnshijacker/files/patch-dnshijacker.c +++ /dev/null @@ -1,11 +0,0 @@ ---- dnshijacker.c.orig Thu Apr 21 00:40:59 2005 -+++ dnshijacker.c Thu Apr 21 00:41:29 2005 -@@ -733,7 +733,7 @@ - * source and destination are swapped here because we are spoofing a reply
- */
-
-- libnet_build_ip(LIBNET_UDP_H + LIBNET_DNS_H,
-+ libnet_build_ip(packet_size - LIBNET_IP_H,
- 0, /* ip tos */
- 0, /* ip id */
- 0, /* fragmentation bits */
diff --git a/dns/dnshijacker/pkg-descr b/dns/dnshijacker/pkg-descr deleted file mode 100644 index 3527159ea98c..000000000000 --- a/dns/dnshijacker/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -dnshijacker is a libnet/libpcap based packet sniffer & spoofer. a -versatile tool, dnshijacker supports tcpdump style filters that allow -you to specifically target victims. dns answers are forged based on -entries in a "fabrication table" or by simply forging one answer to all -requests. a print only mode is also supported, allowing one to simply -monitor dns traffic. dns hijacker is an excellent tool for network level -ad blocking / removal. - -WWW: http://pedram.redhive.com/projects.php |