1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

- Unbreak

- Relocate to github
- Add LICENSE
This commit is contained in:
Emanuel Haupt 2016-10-02 20:11:33 +00:00
parent 7b5c1038fb
commit 40250b42a6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423154
4 changed files with 15 additions and 11 deletions

View File

@ -3,19 +3,22 @@
PORTNAME= dnswall
PORTVERSION= 0.1.4
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= dns security
MASTER_SITES= GOOGLE_CODE LOCAL/ehaupt
PROJECTHOST= google-dnswall
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Daemon that filters out private IP addresses in DNS responses
BROKEN= Unfetchable (google code has gone away)
LICENSE= APACHE20
GNU_CONFIGURE= yes
USES= autoreconf dos2unix
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= autoreconf libtool dos2unix
USE_GITHUB= yes
GH_ACCOUNT= abarth
GH_PROJECT= google-dnswall
GH_TAGNAME= 164174a
PORTDOCS= README
PLIST_FILES= bin/dnswall

View File

@ -1,2 +1,3 @@
SHA256 (dnswall-0.1.4.tar.gz) = 8197c99e69ea389735dad0ffc9b76ee2ae0a293c13e4c4e548497c106cfce895
SIZE (dnswall-0.1.4.tar.gz) = 67735
TIMESTAMP = 1475438636
SHA256 (abarth-google-dnswall-v0.1.4-164174a_GH0.tar.gz) = 31f160ed8b8ed9d12c7b8e682e147dfa7b219b401a0a9060b2b41cfc74877f7c
SIZE (abarth-google-dnswall-v0.1.4-164174a_GH0.tar.gz) = 16690

View File

@ -1,8 +1,8 @@
--- ./Makefile.am.orig 2008-01-28 20:28:44.000000000 +0100
+++ ./Makefile.am 2008-01-28 20:28:59.000000000 +0100
--- Makefile.am.orig 2016-10-02 20:06:27 UTC
+++ Makefile.am
@@ -2,5 +2,5 @@
SUBDIRS = src
SUBDIRS = src test
-docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
-dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README

View File

@ -2,4 +2,4 @@ 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/
WWW: https://github.com/abarth/google-dnswall