summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-02-28 13:49:10 +0000
committeradam <adam@pkgsrc.org>2019-02-28 13:49:10 +0000
commit53f05711d8cd9a600d9efdcf7877f161c3055f12 (patch)
tree36a07a346dfacdbf8ce8d451ffd87a568091107a /net
parentb4ea407df70a037fcfe257fb894327b9002005e5 (diff)
downloadpkgsrc-53f05711d8cd9a600d9efdcf7877f161c3055f12.tar.gz
py-zmq: updated to 18.0.0
18.0.0 Update bundled libzmq to 4.3.1 (fixes CVE-2019-6250) Added proxy_steerable() and zmq.devices.ProxySteerable Added bind_{in|out|mon}_to_random_port variants for proxy device methods Performance improvements for sends with asyncio Fix sending memoryviews/bytearrays with cffi backend
Diffstat (limited to 'net')
-rw-r--r--net/py-zmq/Makefile4
-rw-r--r--net/py-zmq/PLIST9
-rw-r--r--net/py-zmq/distinfo10
3 files changed, 15 insertions, 8 deletions
diff --git a/net/py-zmq/Makefile b/net/py-zmq/Makefile
index b185862a89d..286e448bfd6 100644
--- a/net/py-zmq/Makefile
+++ b/net/py-zmq/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2018/08/13 08:00:30 adam Exp $
+# $NetBSD: Makefile,v 1.23 2019/02/28 13:49:10 adam Exp $
-DISTNAME= pyzmq-17.1.2
+DISTNAME= pyzmq-18.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyzmq/}
diff --git a/net/py-zmq/PLIST b/net/py-zmq/PLIST
index 09f180359e4..0e70771dc3a 100644
--- a/net/py-zmq/PLIST
+++ b/net/py-zmq/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2018/02/22 10:03:25 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2019/02/28 13:49:10 adam Exp $
${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/zmq/__init__.py
${PYSITELIB}/zmq/__init__.pyc
@@ -67,6 +67,7 @@ ${PYSITELIB}/zmq/backend/cython/__init__.pyc
${PYSITELIB}/zmq/backend/cython/__init__.pyo
${PYSITELIB}/zmq/backend/cython/_device.so
${PYSITELIB}/zmq/backend/cython/_poll.so
+${PYSITELIB}/zmq/backend/cython/_proxy_steerable.so
${PYSITELIB}/zmq/backend/cython/_version.so
${PYSITELIB}/zmq/backend/cython/checkrc.pxd
${PYSITELIB}/zmq/backend/cython/constant_enums.pxi
@@ -104,6 +105,9 @@ ${PYSITELIB}/zmq/devices/monitoredqueuedevice.pyo
${PYSITELIB}/zmq/devices/proxydevice.py
${PYSITELIB}/zmq/devices/proxydevice.pyc
${PYSITELIB}/zmq/devices/proxydevice.pyo
+${PYSITELIB}/zmq/devices/proxysteerabledevice.py
+${PYSITELIB}/zmq/devices/proxysteerabledevice.pyc
+${PYSITELIB}/zmq/devices/proxysteerabledevice.pyo
${PYSITELIB}/zmq/error.py
${PYSITELIB}/zmq/error.pyc
${PYSITELIB}/zmq/error.pyo
@@ -296,6 +300,9 @@ ${PYSITELIB}/zmq/tests/test_pair.pyo
${PYSITELIB}/zmq/tests/test_poll.py
${PYSITELIB}/zmq/tests/test_poll.pyc
${PYSITELIB}/zmq/tests/test_poll.pyo
+${PYSITELIB}/zmq/tests/test_proxy_steerable.py
+${PYSITELIB}/zmq/tests/test_proxy_steerable.pyc
+${PYSITELIB}/zmq/tests/test_proxy_steerable.pyo
${PYSITELIB}/zmq/tests/test_pubsub.py
${PYSITELIB}/zmq/tests/test_pubsub.pyc
${PYSITELIB}/zmq/tests/test_pubsub.pyo
diff --git a/net/py-zmq/distinfo b/net/py-zmq/distinfo
index ffccf41fd1c..1b89d963ae1 100644
--- a/net/py-zmq/distinfo
+++ b/net/py-zmq/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.15 2018/08/13 08:00:30 adam Exp $
+$NetBSD: distinfo,v 1.16 2019/02/28 13:49:10 adam Exp $
-SHA1 (pyzmq-17.1.2.tar.gz) = d0e5d7dd59f2398345fc4bacf5ee91241d857f0d
-RMD160 (pyzmq-17.1.2.tar.gz) = 002010c96edeb55918e6b1ad86892f8cfc82ceef
-SHA512 (pyzmq-17.1.2.tar.gz) = 74929c97aaac0b4f6acc71274ac84970b8e02f0e0d84a0642de7634c79d2c563bbc81ddb78fbb8331f70551a99d75ae6462cb08051668dc18f5cb0aa81ad8298
-Size (pyzmq-17.1.2.tar.gz) = 1080194 bytes
+SHA1 (pyzmq-18.0.0.tar.gz) = 7e9843726e20337e3294626daded0c5a16cdfeea
+RMD160 (pyzmq-18.0.0.tar.gz) = 7415aceb9bbf79a82f674bc9c4d7fa12535f9005
+SHA512 (pyzmq-18.0.0.tar.gz) = 6f294b0fe89734e9829a8a24a7306f093e823b201e26a5e2fdba3ed8bf7e367146c8d12115b6471366415c41c520e597b8378abaeafb095a9850444f9b57981d
+Size (pyzmq-18.0.0.tar.gz) = 1155815 bytes
SHA1 (patch-buildutils_detect.py) = 74e061f716b308a3a8965d10fdbf18aca4b814f4
SHA1 (patch-setup.py) = e03b101b23f2dd61bdd82743b7abeb57520898da