Hi,

This diff update py-cares to its latest release which among other
things fixes CVE-2016-5180.

Full ChangeLog:
Version 2.1.1
=============
 - cffi: fix setting nameserver in Channel.__init__
 - doc: update Sphinx configuration so the docs can be built
 - core: backport fix for CVE-2016-5180
 - cffi: fix structure definition
- ci: use PyPy 5.4.1 when testing on Travis

Tested with poezio, works fine.

Comments? OK?

Cheers,
Daniel
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/py-cares/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile	27 Aug 2016 07:50:03 -0000	1.4
+++ Makefile	4 Oct 2016 11:11:58 -0000
@@ -3,7 +3,7 @@
 # using bundled c-ares which is patched for TTL support
 COMMENT =		python interface for c-ares
 
-MODPY_EGG_VERSION =	2.1.0
+MODPY_EGG_VERSION =	2.1.1
 DISTNAME =		pycares-${MODPY_EGG_VERSION}
 PKGNAME =		py-cares-${MODPY_EGG_VERSION}
 CATEGORIES =		net
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/py-cares/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo	27 Aug 2016 07:50:03 -0000	1.3
+++ distinfo	4 Oct 2016 11:11:58 -0000
@@ -1,2 +1,2 @@
-SHA256 (pycares-2.1.0.tar.gz) = RJrXhey1lK4GPAyGU375dRM4URei6xcvdHrSopIh6Jg=
-SIZE (pycares-2.1.0.tar.gz) = 226838
+SHA256 (pycares-2.1.1.tar.gz) = F/BuzC9/WVCSKJHf4XmhQ4LjTWIJGcF/GJV8bNMZ70M=
+SIZE (pycares-2.1.1.tar.gz) = 226787

Reply via email to