From nobody@FreeBSD.org  Tue Mar 29 09:10:10 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 85F93106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 29 Mar 2011 09:10:10 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 6A9868FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 29 Mar 2011 09:10:10 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p2T9A9Gv087222
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 29 Mar 2011 09:10:09 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p2T9A9HP087221;
	Tue, 29 Mar 2011 09:10:09 GMT
	(envelope-from nobody)
Message-Id: <201103290910.p2T9A9HP087221@red.freebsd.org>
Date: Tue, 29 Mar 2011 09:10:09 GMT
From: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [UPDATE] dns/py-dns: update to 2.3.5
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         156029
>Category:       ports
>Synopsis:       [UPDATE] dns/py-dns: update to 2.3.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    linimon
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 29 09:20:10 UTC 2011
>Closed-Date:    Sat Jul 09 23:52:12 UTC 2011
>Last-Modified:  Sun Jul 10 16:00:19 UTC 2011
>Originator:     Ruslan Mahmatkhanov
>Release:        8.2-STABLE
>Organization:
>Environment:
8.2-STABLE i386
tested with bundled tests
>Description:
- update to 2.3.5
- fix patches to Type.py and Lib.py, since them now using coding: utf-8

I have also sent this patch upstream:
http://sourceforge.net/tracker/?func=detail&atid=403047&aid=3256568&group_id=31674
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruNa py-dns.orig/Makefile py-dns/Makefile
--- py-dns.orig/Makefile	2009-08-22 04:18:43.000000000 +0400
+++ py-dns/Makefile	2011-03-28 14:11:22.000000000 +0400
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	dns
-PORTVERSION=	2.3.3
+PORTVERSION=	2.3.5
 CATEGORIES=	dns python
 MASTER_SITES=	SF/py${PORTNAME}/py${PORTNAME}/py${PORTNAME}-${PORTVERSION}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff -ruNa py-dns.orig/distinfo py-dns/distinfo
--- py-dns.orig/distinfo	2011-03-20 15:49:02.000000000 +0300
+++ py-dns/distinfo	2011-03-28 14:11:27.000000000 +0400
@@ -1,2 +1,2 @@
-SHA256 (pydns-2.3.3.tar.gz) = 349b310ecddd4f9b67da8fd078e35b35b4d9151bc6008890b49d4c3a24aa6b37
-SIZE (pydns-2.3.3.tar.gz) = 23897
+SHA256 (pydns-2.3.5.tar.gz) = c2385c17625bd19b1891c1c96319e8f5c2b2e8ba5d9d7bfd6459bbf10067c940
+SIZE (pydns-2.3.5.tar.gz) = 27473
diff -ruNa py-dns.orig/files/patch-DNS-Lib.py py-dns/files/patch-DNS-Lib.py
--- py-dns.orig/files/patch-DNS-Lib.py	2006-10-12 14:52:26.000000000 +0400
+++ py-dns/files/patch-DNS-Lib.py	2011-03-29 12:45:12.000000000 +0400
@@ -1,7 +1,15 @@
---- DNS/Lib.py.orig	Wed Oct 11 05:45:08 2006
-+++ DNS/Lib.py	Wed Oct 11 05:46:19 2006
-@@ -1,3 +1,4 @@
-+# This Python file uses the following encoding: iso8859-1
- """
-  $Id: Lib.py,v 1.11 2002/03/19 13:05:02 anthonybaxter Exp $
- 
+--- DNS/Lib.py.orig	2011-03-16 23:06:39.000000000 +0300
++++ DNS/Lib.py	2011-03-29 12:42:45.000000000 +0400
+@@ -706,10 +706,10 @@
+ # added identifying header to top of each file
+ #
+ # Revision 1.7  2001/07/19 07:50:44  anthony
+-# Added SRV (RFC 2782) support. Code from Michael Strder.
++# Added SRV (RFC 2782) support. Code from Michael Ströder.
+ #
+ # Revision 1.6  2001/07/19 07:39:18  anthony
+-# 'type' -> 'rrtype' in getRRheader(). Fix from Michael Strder.
++# 'type' -> 'rrtype' in getRRheader(). Fix from Michael Ströder.
+ #
+ # Revision 1.5  2001/07/19 07:34:19  anthony
+ # oops. glitch in storeRR (fixed now).
diff -ruNa py-dns.orig/files/patch-DNS-Type.py py-dns/files/patch-DNS-Type.py
--- py-dns.orig/files/patch-DNS-Type.py	2006-10-12 14:52:26.000000000 +0400
+++ py-dns/files/patch-DNS-Type.py	2011-03-29 12:45:02.000000000 +0400
@@ -1,7 +1,11 @@
---- DNS/Type.py.orig	Wed Oct 11 05:44:59 2006
-+++ DNS/Type.py	Wed Oct 11 05:46:26 2006
-@@ -1,3 +1,4 @@
-+# This Python file uses the following encoding: iso8859-1
- """
-  $Id: Type.py,v 1.6 2002/03/19 12:41:33 anthonybaxter Exp $
- 
+--- DNS/Type.py.orig	2011-03-16 23:06:39.000000000 +0300
++++ DNS/Type.py	2011-03-29 12:44:27.000000000 +0400
+@@ -74,7 +74,7 @@
+ # added identifying header to top of each file
+ #
+ # Revision 1.3  2001/07/19 07:38:28  anthony
+-# added type code for SRV. From Michael Strder.
++# added type code for SRV. From Michael Ströder.
+ #
+ # Revision 1.2  2001/07/19 06:57:07  anthony
+ # cvs keywords added


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->linimon 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Mar 29 09:20:20 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=156029 
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Sat Jul 9 23:51:15 UTC 2011 
State-Changed-Why:  
Committed, thanks. 

To submitter: would you like to become the new maintainer? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=156029 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/156029: commit references a PR
Date: Sat,  9 Jul 2011 23:51:53 +0000 (UTC)

 linimon     2011-07-09 23:51:45 UTC
 
   FreeBSD ports repository
 
   Modified files:
     dns/py-dns           Makefile distinfo 
     dns/py-dns/files     patch-DNS-Lib.py patch-DNS-Type.py 
   Log:
   Update to 2.3.5.  Changes:
   
    - Add SPF support
    - Added rotation of name servers - SF Patch ID: 2795929.
    - Address sourceforge patch requests 2981978, 2795932 to add revlookupall
      and raise DNSError instead of IndexError on server fail.
    - Use blocking IO with timeout for TCP replies.
    - Don't try to close socket when never opened.
    - Clarify CNRI (academic-style) license.
   
   PR:             ports/156029
   Submited by:    Ruslan Mahmatkhanov <cvs-src@yandex.ru>
   
   Revision  Changes    Path
   1.10      +1 -1      ports/dns/py-dns/Makefile
   1.7       +2 -2      ports/dns/py-dns/distinfo
   1.3       +15 -7     ports/dns/py-dns/files/patch-DNS-Lib.py
   1.3       +11 -7     ports/dns/py-dns/files/patch-DNS-Type.py
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/156029: commit references a PR
Date: Sun, 10 Jul 2011 15:53:45 +0000 (UTC)

 crees       2011-07-10 15:53:36 UTC
 
   FreeBSD ports repository
 
   Modified files:
     dns/py-dns           Makefile 
   Log:
   Pass maintainership to submitter
   
   PR:             ports/156029
   Approved by:    rene (mentor, implicit), maintainer (linimon, in PR close message)
   
   Revision  Changes    Path
   1.11      +1 -1      ports/dns/py-dns/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
