Bug 182586

Summary: [PATCH] dns/py-dnspython: Update to 1.11.1
Product: Ports & Packages Reporter: Craig Leres <leres>
Component: Individual Port(s)Assignee: William Grzybowski <wg>
Status: Closed FIXED    
Severity: Affects Only Me CC: leres
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch.txt none

Description Craig Leres freebsd_committer freebsd_triage 2013-10-03 00:00:00 UTC
	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?

Fix: Please see the attached patch.
How-To-Repeat: 	Here's the github issue:

	    https://github.com/rthalley/dnspython/issues/31
	    "NameError: global name 'retry_servfail' is not defined"
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-03 00:00:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2013-11-02 22:22:53 UTC
Responsible Changed
From-To: rm->wg

I'll take it.
Comment 3 William Grzybowski freebsd_committer freebsd_triage 2013-11-02 22:23:01 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-11-02 22:23:05 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"