From paul@mail.it.ca  Mon Feb 20 20:28:39 2006
Return-Path: <paul@mail.it.ca>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4A42C16A420
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 20 Feb 2006 20:28:39 +0000 (GMT)
	(envelope-from paul@mail.it.ca)
Received: from mail2.dm.egate.net (mail2.dm.egate.net [216.235.1.136])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 25B7343D7C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 20 Feb 2006 20:28:31 +0000 (GMT)
	(envelope-from paul@mail.it.ca)
Received: from mail.it.ca (root@[216.235.7.67])
	by mail2.dm.egate.net (8.12.11/8.12.10) with ESMTP id k1KKSU0j011417
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 20 Feb 2006 15:28:30 -0500 (EST)
	(envelope-from paul@mail.it.ca)
Received: from mail.it.ca (paul@mail [216.235.7.67])
	by mail.it.ca (8.13.3/8.13.3) with ESMTP id k1KKSR4G025289;
	Mon, 20 Feb 2006 15:28:27 -0500 (EST)
	(envelope-from paul@mail.it.ca)
Received: (from paul@localhost)
	by mail.it.ca (8.13.3/8.13.3/Submit) id k1KKSRFj025288;
	Mon, 20 Feb 2006 15:28:27 -0500 (EST)
	(envelope-from paul)
Message-Id: <200602202028.k1KKSRFj025288@mail.it.ca>
Date: Mon, 20 Feb 2006 15:28:27 -0500 (EST)
From: Paul Chvostek <paul+ports@it.ca>
Reply-To: Paul Chvostek <paul+ports@it.ca>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Paul Chvostek <paul+ports@it.ca>
Subject: [maintainer update] dns/rbldnsd: new version, prettier examples
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 20 20:30:09 GMT 2006
>Closed-Date:    Tue Feb 21 16:28:41 GMT 2006
>Last-Modified:  Tue Feb 21 16:28:41 GMT 2006
>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:
State-Changed-From-To: open->closed 
State-Changed-By: garga 
State-Changed-When: Tue Feb 21 16:28:40 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=93604 
>Unformatted:
