Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Feb 2006 15:28:27 -0500 (EST)
From:      Paul Chvostek <paul+ports@it.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Paul Chvostek <paul+ports@it.ca>
Subject:   ports/93604: [maintainer update] dns/rbldnsd: new version, prettier examples
Message-ID:  <200602202028.k1KKSRFj025288@mail.it.ca>
Resent-Message-ID: <200602202030.k1KKUA53021116@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         93604
>Category:       ports
>Synopsis:       [maintainer update] dns/rbldnsd: new version, prettier examples
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 20 20:30:09 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Paul Chvostek
>Release:        FreeBSD 5.4-RELEASE-p6 i386
>Organization:
>Environment:
System: FreeBSD mail.it.ca 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #0: Sun Aug 21 18:50:49 EDT 2005 paul@kanar.int.it.ca:/usr/obj/usr/src/sys/kanar i386


	
>Description:
	Two main changes...
	- new updated to new version (releasted 2006-02-19)
	- made example zonefile prettier (easier to read comments)

	This change is high priority because the previous distfile has
	been pulled from distribution by the original author.

>How-To-Repeat:
	n/a
>Fix:

	

--- rbldnsd-0.996.diff begins here ---
diff -ruN /usr/ports/dns/rbldnsd/Makefile rbldnsd/Makefile
--- /usr/ports/dns/rbldnsd/Makefile	Sat Feb 11 22:11:48 2006
+++ rbldnsd/Makefile	Mon Feb 20 15:12:13 2006
@@ -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 -ruN /usr/ports/dns/rbldnsd/distinfo rbldnsd/distinfo
--- /usr/ports/dns/rbldnsd/distinfo	Sat Feb 11 22:11:48 2006
+++ rbldnsd/distinfo	Mon Feb 20 15:13:14 2006
@@ -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 -ruN /usr/ports/dns/rbldnsd/files/example rbldnsd/files/example
--- /usr/ports/dns/rbldnsd/files/example	Mon Apr 12 20:54:39 2004
+++ rbldnsd/files/example	Mon Feb 20 15:24:08 2006
@@ -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
--- rbldnsd-0.996.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602202028.k1KKSRFj025288>