Date: Wed, 2 Oct 2013 15:55:08 -0700 (PDT) From: Craig Leres <leres@ee.lbl.gov> To: FreeBSD-gnats-submit@freebsd.org Cc: leres@ee.lbl.gov Subject: ports/182586: [PATCH] dns/py-dnspython: Update to 1.11.1 Message-ID: <201310022255.r92Mt8ix082404@fun.ee.lbl.gov> Resent-Message-ID: <201310022300.r92N0067000565@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 182586 >Category: ports >Synopsis: [PATCH] dns/py-dnspython: Update to 1.11.1 >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: Wed Oct 02 23:00:00 UTC 2013 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310022255.r92Mt8ix082404>