From leres@ee.lbl.gov  Wed Oct  2 22:55:10 2013
Return-Path: <leres@ee.lbl.gov>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id 258EFF86
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  2 Oct 2013 22:55:10 +0000 (UTC)
	(envelope-from leres@ee.lbl.gov)
Received: from fun.ee.lbl.gov (fun.ee.lbl.gov [IPv6:2620:83:8000:102::ca])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 108D82071
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  2 Oct 2013 22:55:10 +0000 (UTC)
Received: from fun.ee.lbl.gov (localhost [127.0.0.1])
	by fun.ee.lbl.gov (8.14.7/8.14.7) with ESMTP id r92Mt8rJ082405
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Wed, 2 Oct 2013 15:55:08 -0700 (PDT)
Received: (from leres@localhost)
	by fun.ee.lbl.gov (8.14.7/8.14.7/Submit) id r92Mt8ix082404;
	Wed, 2 Oct 2013 15:55:08 -0700 (PDT)
Message-Id: <201310022255.r92Mt8ix082404@fun.ee.lbl.gov>
Date: Wed, 2 Oct 2013 15:55:08 -0700 (PDT)
From: Craig Leres <leres@ee.lbl.gov>
Reply-To: Craig Leres <leres@ee.lbl.gov>
To: FreeBSD-gnats-submit@freebsd.org
Cc: leres@ee.lbl.gov
Subject: [PATCH] dns/py-dnspython: Update to 1.11.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         182586
>Category:       ports
>Synopsis:       [PATCH] dns/py-dnspython: Update to 1.11.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wg
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 02 23:00:00 UTC 2013
>Closed-Date:    Sat Nov 02 22:23:02 UTC 2013
>Last-Modified:  Sat Nov  2 22:30:00 UTC 2013
>Originator:     Craig Leres
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
Lawrence Berkeley National Laboratory
>Environment:
System: FreeBSD fun.ee.lbl.gov 9.1-RELEASE FreeBSD 9.1-RELEASE #11 r26: Wed Sep 11 10:30:14 PDT 2013 leres@fun.ee.lbl.gov:/sys/amd64/compile/LBL amd64


	
>Description:
	dnspython 1.11.0 has is missing a definition of retry_servfail
	which occasionally causes code using this module to crash.

	Could we please update to 1.11.1?

>How-To-Repeat:
	Here's the github issue:

	    https://github.com/rthalley/dnspython/issues/31
	    "NameError: global name 'retry_servfail' is not defined"

>Fix:
	Please see the attached patch.

--- patch.txt begins here ---
--- Makefile.orig	2013-10-02 15:43:37.000000000 -0700
+++ Makefile	2013-10-02 15:43:54.000000000 -0700
@@ -2,7 +2,7 @@
 # $FreeBSD: head/dns/py-dnspython/Makefile 327719 2013-09-20 16:31:57Z bapt $
 
 PORTNAME=	dnspython
-PORTVERSION=	1.11.0
+PORTVERSION=	1.11.1
 CATEGORIES=	dns python
 MASTER_SITES=	http://www.dnspython.org/kits${PORTVERSIONSUFFIX}/${PORTVERSION}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
--- distinfo.orig	2013-07-19 04:25:17.000000000 -0700
+++ distinfo	2013-10-02 15:44:02.000000000 -0700
@@ -1,4 +1,2 @@
-SHA256 (dnspython-1.11.0.tar.gz) = 10adadf4711810222afd431eb3959606d5c8c3641a438a305476d387e2205e3b
-SIZE (dnspython-1.11.0.tar.gz) = 129045
-SHA256 (dnspython3-1.11.0.tar.gz) = 29c64f12b91a98d359a3449f3f83a1dbe9c3b7927f773cba27391509d712ae17
-SIZE (dnspython3-1.11.0.tar.gz) = 128451
+SHA256 (dnspython-1.11.1.tar.gz) = c0c6fcf3ff52939e7eadd931282d083271f65cf0a174555a703563a400289768
+SIZE (dnspython-1.11.1.tar.gz) = 129573
--- patch.txt ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->rm 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Oct 2 23:00:15 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182586 
Responsible-Changed-From-To: rm->wg 
Responsible-Changed-By: wg 
Responsible-Changed-When: Sat Nov 2 22:22:53 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182586 
State-Changed-From-To: open->closed 
State-Changed-By: wg 
State-Changed-When: Sat Nov 2 22:23:01 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/182586: commit references a PR
Date: Sat,  2 Nov 2013 22:23:05 +0000 (UTC)

 Author: wg
 Date: Sat Nov  2 22:22:52 2013
 New Revision: 332546
 URL: http://svnweb.freebsd.org/changeset/ports/332546
 
 Log:
   dns/py-dnspython: update to 1.11.1
   
   PR:		oorts/182586
   Submitted by:	Craig Leres <leres ee.lbl.gov>
   Approved by:	maintainer (timeout)
 
 Modified:
   head/dns/py-dnspython/Makefile
   head/dns/py-dnspython/distinfo
 
 Modified: head/dns/py-dnspython/Makefile
 ==============================================================================
 --- head/dns/py-dnspython/Makefile	Sat Nov  2 22:18:38 2013	(r332545)
 +++ head/dns/py-dnspython/Makefile	Sat Nov  2 22:22:52 2013	(r332546)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	dnspython
 -PORTVERSION=	1.11.0
 +PORTVERSION=	1.11.1
  CATEGORIES=	dns python
  MASTER_SITES=	http://www.dnspython.org/kits${PORTVERSIONSUFFIX}/${PORTVERSION}/
  PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 Modified: head/dns/py-dnspython/distinfo
 ==============================================================================
 --- head/dns/py-dnspython/distinfo	Sat Nov  2 22:18:38 2013	(r332545)
 +++ head/dns/py-dnspython/distinfo	Sat Nov  2 22:22:52 2013	(r332546)
 @@ -1,4 +1,2 @@
 -SHA256 (dnspython-1.11.0.tar.gz) = 10adadf4711810222afd431eb3959606d5c8c3641a438a305476d387e2205e3b
 -SIZE (dnspython-1.11.0.tar.gz) = 129045
 -SHA256 (dnspython3-1.11.0.tar.gz) = 29c64f12b91a98d359a3449f3f83a1dbe9c3b7927f773cba27391509d712ae17
 -SIZE (dnspython3-1.11.0.tar.gz) = 128451
 +SHA256 (dnspython-1.11.1.tar.gz) = c0c6fcf3ff52939e7eadd931282d083271f65cf0a174555a703563a400289768
 +SIZE (dnspython-1.11.1.tar.gz) = 129573
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
