Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Mar 2011 09:10:09 GMT
From:      Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/156029: [UPDATE] dns/py-dns: update to 2.3.5
Message-ID:  <201103290910.p2T9A9HP087221@red.freebsd.org>
Resent-Message-ID: <201103290920.p2T9KAWv070340@freefall.freebsd.org>

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

>Number:         156029
>Category:       ports
>Synopsis:       [UPDATE] dns/py-dns: update to 2.3.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 29 09:20:10 UTC 2011
>Closed-Date:
>Last-Modified:
>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 Ströder.
++# 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 Ströder.
++# '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 Ströder.
++# 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:
>Unformatted:



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