Index: head/dns/Makefile =================================================================== --- head/dns/Makefile (revision 206327) +++ head/dns/Makefile (revision 206328) @@ -1,126 +1,127 @@ # $FreeBSD$ # COMMENT = Domain Name Service tools SUBDIR += adns SUBDIR += ares SUBDIR += bind9 SUBDIR += bind9-dlz SUBDIR += bind9-sdb-ldap SUBDIR += bind94 SUBDIR += bindgraph SUBDIR += c-ares SUBDIR += checkdns SUBDIR += crossip SUBDIR += ddclient SUBDIR += dhid SUBDIR += dhisd SUBDIR += djbdns SUBDIR += djbdns-tools SUBDIR += dlint SUBDIR += dnrd SUBDIR += dns_balance SUBDIR += dnscheck SUBDIR += dnsdoctor SUBDIR += dnsflood SUBDIR += dnshijacker SUBDIR += dnsjava SUBDIR += dnsmasq SUBDIR += dnsmax-perl SUBDIR += dnsperf SUBDIR += dnsproxy SUBDIR += dnstop SUBDIR += dnstracer SUBDIR += dnsutl SUBDIR += dnswalk + SUBDIR += dnswall SUBDIR += doc SUBDIR += domtools SUBDIR += drill SUBDIR += dualserver SUBDIR += ez-ipupdate SUBDIR += fastresolve SUBDIR += firedns SUBDIR += fourcdns SUBDIR += fpdns SUBDIR += geta SUBDIR += ghtool SUBDIR += gresolver SUBDIR += h2n SUBDIR += hesiod SUBDIR += host SUBDIR += idnkit SUBDIR += inadyn SUBDIR += ipcheck SUBDIR += ldapdns SUBDIR += ldns SUBDIR += ldnsm SUBDIR += libdjbdns SUBDIR += libidn SUBDIR += maradns SUBDIR += mdnsd SUBDIR += mydns SUBDIR += noip SUBDIR += nsd SUBDIR += nsd2 SUBDIR += nslint SUBDIR += nsping SUBDIR += nss_mdns SUBDIR += nss_resinit SUBDIR += odsclient SUBDIR += opendd SUBDIR += p5-BIND-Conf_Parser SUBDIR += p5-DNS-Config SUBDIR += p5-DNS-EasyDNS SUBDIR += p5-DNS-Zone SUBDIR += p5-DNS-ZoneParse SUBDIR += p5-Data-Validate-Domain SUBDIR += p5-Net-DNS SUBDIR += p5-Net-DNS-Codes SUBDIR += p5-Net-DNS-Resolver-Programmable SUBDIR += p5-Net-DNS-SEC SUBDIR += p5-Net-DNS-ToolKit SUBDIR += p5-Net-DNS-ZoneCheck SUBDIR += p5-Net-DNS-ZoneFile SUBDIR += p5-Net-DNS-ZoneFile-Fast SUBDIR += p5-Net-DNSBL-MultiDaemon SUBDIR += p5-Net-DNSBL-Statistics SUBDIR += p5-Net-Domain-ExpireDate SUBDIR += p5-Net-Domain-TLD SUBDIR += p5-Net-LibIDN SUBDIR += p5-Net-Nslookup SUBDIR += p5-Net-RBLClient SUBDIR += p5-POE-Component-Client-DNS SUBDIR += p5-POE-Component-Server-DNS SUBDIR += p5-Stanford-DNSserver SUBDIR += p5-Tie-DNS SUBDIR += pdnsd SUBDIR += pear-File_DNS SUBDIR += pear-Net_DNS SUBDIR += posadis SUBDIR += poweradmin SUBDIR += powerdns SUBDIR += powerdns-recursor SUBDIR += py-adns SUBDIR += py-dns SUBDIR += py-dnspython SUBDIR += py-twistedNames SUBDIR += rbldnsd SUBDIR += rbllookup SUBDIR += rbllookup-ng SUBDIR += scavenge SUBDIR += sheerdns SUBDIR += skadns SUBDIR += sleuth SUBDIR += sqldjbdns SUBDIR += sshfp SUBDIR += staticcharge SUBDIR += tinystats SUBDIR += totd SUBDIR += updatedd SUBDIR += vizone SUBDIR += walker SUBDIR += zonecheck SUBDIR += zonenotify .include Property changes on: head/dns/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.87 \ No newline at end of property +1.88 \ No newline at end of property Index: head/dns/dnswall/Makefile =================================================================== --- head/dns/dnswall/Makefile (nonexistent) +++ head/dns/dnswall/Makefile (revision 206328) @@ -0,0 +1,34 @@ +# New ports collection makefile for: dnswall +# Date created: 28 Jan 2008 +# Whom: Emanuel Haupt +# +# $FreeBSD$ +# + +PORTNAME= dnswall +PORTVERSION= 0.1.4 +CATEGORIES= dns security +MASTER_SITES= http://google-dnswall.googlecode.com/files/ \ + http://critical.ch/distfiles/ \ + http://energy.critical.ch/distfiles/ + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= A daemon that filters out private IP addresses in DNS responses + +USE_AUTOTOOLS= automake:110 +USE_DOS2UNIX= yes + +WRKSRC= ${WRKDIR}/${PORTNAME} + +AUTOFILES= depcomp install-sh missing + +PORTDOCS= README +PLIST_FILES= bin/dnswall + +pre-configure: +.for f in ${AUTOFILES} + @${RM} ${WRKSRC}/${f} + @${LN} ${AUTOMAKE_DIR}/${f} ${WRKSRC}/${f} +.endfor + +.include Property changes on: head/dns/dnswall/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/dns/dnswall/distinfo =================================================================== --- head/dns/dnswall/distinfo (nonexistent) +++ head/dns/dnswall/distinfo (revision 206328) @@ -0,0 +1,3 @@ +MD5 (dnswall-0.1.4.tar.gz) = 5a16a99bf50b3451c65626cd4aaeafb6 +SHA256 (dnswall-0.1.4.tar.gz) = 8197c99e69ea389735dad0ffc9b76ee2ae0a293c13e4c4e548497c106cfce895 +SIZE (dnswall-0.1.4.tar.gz) = 67735 Property changes on: head/dns/dnswall/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/dns/dnswall/files/patch-Makefile.am =================================================================== --- head/dns/dnswall/files/patch-Makefile.am (nonexistent) +++ head/dns/dnswall/files/patch-Makefile.am (revision 206328) @@ -0,0 +1,10 @@ +--- ./Makefile.am.orig 2008-01-28 20:28:44.000000000 +0100 ++++ ./Makefile.am 2008-01-28 20:28:59.000000000 +0100 +@@ -2,5 +2,5 @@ + + SUBDIRS = src + +-docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION) +-dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README ++docdir = $(prefix)/share/doc/$(PACKAGE) ++dist_doc_DATA = README Property changes on: head/dns/dnswall/files/patch-Makefile.am ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/dns/dnswall/pkg-descr =================================================================== --- head/dns/dnswall/pkg-descr (nonexistent) +++ head/dns/dnswall/pkg-descr (revision 206328) @@ -0,0 +1,5 @@ +dnswall is a daemon that filters out private IP addresses in DNS responses. It +is designed to be used in conjunction with an existing recursive DNS resolver +in order to protect networks against DNS rebinding attacks. + +WWW: http://code.google.com/p/google-dnswall/ Property changes on: head/dns/dnswall/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property