summaryrefslogtreecommitdiff
path: root/dns/rbldnsd
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-02-21 16:28:33 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-02-21 16:28:33 +0000
commitfa454f388340b209ae1f952a6de0d7b49faa30a1 (patch)
tree425ed4de65ca64d76ffdb5a3a263260710b570b6 /dns/rbldnsd
parentUpdate to version 3.9.7. (diff)
- Update to 0.996
- Made example zonefile prettier (easier to read comments) PR: ports/93604 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=156594
Diffstat (limited to 'dns/rbldnsd')
-rw-r--r--dns/rbldnsd/Makefile2
-rw-r--r--dns/rbldnsd/distinfo6
-rw-r--r--dns/rbldnsd/files/example34
3 files changed, 26 insertions, 16 deletions
diff --git a/dns/rbldnsd/Makefile b/dns/rbldnsd/Makefile
index 6bfd1af88ad6..e84e835ed1ae 100644
--- a/dns/rbldnsd/Makefile
+++ b/dns/rbldnsd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= rbldnsd
-PORTVERSION= 0.995
+PORTVERSION= 0.996
CATEGORIES= dns
MASTER_SITES= http://www.corpit.ru/mjt/rbldnsd/:0 \
http://www.it.ca/~paul/src/:0
diff --git a/dns/rbldnsd/distinfo b/dns/rbldnsd/distinfo
index 0731c3a22722..a6bd4282ce94 100644
--- a/dns/rbldnsd/distinfo
+++ b/dns/rbldnsd/distinfo
@@ -1,5 +1,5 @@
-MD5 (rbldnsd_0.995.tar.gz) = 888a61e9a296a1b76db0c94ca44c612a
-SHA256 (rbldnsd_0.995.tar.gz) = caae9fe9c73fe2dae5def01df8b3da1dbf50b21b59a616c007f7298929a3d782
-SIZE (rbldnsd_0.995.tar.gz) = 102700
+MD5 (rbldnsd_0.996.tar.gz) = adba618d40a724a4d07a9b176d86b645
+SHA256 (rbldnsd_0.996.tar.gz) = 383a3828ff6cad8568cadbe2b8ab0dac6936294460294ea9a90816ec1bd8422e
+SIZE (rbldnsd_0.996.tar.gz) = 110623
MD5 (rbldnsd.html) = IGNORE
SHA256 (rbldnsd.html) = IGNORE
diff --git a/dns/rbldnsd/files/example b/dns/rbldnsd/files/example
index 3e245bcc6c34..b3107a129782 100644
--- a/dns/rbldnsd/files/example
+++ b/dns/rbldnsd/files/example
@@ -1,30 +1,40 @@
-:127.0.0.2:Open relay, see http://relays.example.com/lookup?$
-# The above is a default or implicit value which is used when no value given
+# Below is a default or implicit value which is used when no value given
# for an entry. The `$' characters will be replaced by an IP address in
# question.
-127.0.0.2
+:127.0.0.2:Open relay, see http://relays.example.com/lookup?$
+#
# A simplest case: single IP address, with default value.
-10.8.60.0/24 :127.0.0.3:Address $ is from private IP range
+127.0.0.2
+#
# Netblock - 256 IP addresses with it's own A and TXT records
-224/4 Reserved multicast address
+10.8.60.0/24 :127.0.0.3:Address $ is from private IP range
+#
# Another netblock, with default A and explitit TXT values.
-192.168 Dialup pool, see http://dialups.example.com/lookup?$ for explanations
+224/4 Reserved multicast address
+#
# IP numbers may be abbreviated, the above is the same as 192.168.0.0/16
-10.10 :5:This network blocked due to massive spam issues
+192.168 Dialup pool, see http://dialups.example.com/lookup?$ for explanations
+#
# A value may be abbreviated as well - :5: is the same as :127.0.0.5:.
-10.10.5-129:5:Those hosts are nasty
+10.10 :5:This network blocked due to massive spam issues
+#
# repeat last octet: 10.10.5.0..10.10.129.255 inclusive
-!10.10.1.2
+10.10.5-129:5:Those hosts are nasty
+#
# exclusion entry
+!10.10.1.2
#
# The following examples are for name-based zones.
+#
#example.com :2:This domain has no working postmaster@ address
#*.example.com :2:All subdomains of example.com lacks working abuse@ address
# Simple and wildcarded entry, both will return 127.0.0.2 A record
#
-# some specials
-$SOA 3000 ns1.example.com admin.example.com 0 600 300 86400 300
+# Some specials...
+#
# Start of authority record (TTL 3000), with serial (0) computed as
# a timestamp of data file
+$SOA 3000 ns1.example.com admin.example.com 0 600 300 86400 300
+#
+# Two nameservers
$NS 3000 ns1.example.com ns2.example.com
-# two nameservers