pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-rpyc py-rpyc: update to version 4.1.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4108b257f54c
branches:  trunk
changeset: 439911:4108b257f54c
user:      khorben <khorben%pkgsrc.org@localhost>
date:      Wed Sep 30 00:38:48 2020 +0000

description:
py-rpyc: update to version 4.1.2

Release RPyC 4.1.2:

 * Fixed CVE-2019-16328 which was caused by a missing protocol security check.
 * Fixed RPyC over RPyC for mutable parameters and extended unit testing for #346

Release RPyC 4.1.1:

 * Fixed netref.class_factory id_pack usage per #339 and added test cases
 * Name pack casted in _unbox to fix IronPython bug. Fixed #337
 * Increased chunk size to improve multi-client response time and throughput of large data #329
 * Added warning to _remote_tb when the major version of local and remote mismatch (#332)
 * OneShotServer termination was fixed by WilliamBruneau (#343)

Release RPyC 4.1.0:

 * Added connection back-off and attempts for congested workloads
 * Fixed minor resource leak for ForkingServer
 * Cross-connection instance check for cached netref classes

Note:

 * Requests/replies are not compatible between >=4.1.0 and earlier versions

diffstat:

 net/py-rpyc/Makefile |   4 ++--
 net/py-rpyc/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 16724f92a428 -r 4108b257f54c net/py-rpyc/Makefile
--- a/net/py-rpyc/Makefile      Tue Sep 29 23:20:23 2020 +0000
+++ b/net/py-rpyc/Makefile      Wed Sep 30 00:38:48 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2020/09/29 23:11:52 khorben Exp $
+# $NetBSD: Makefile,v 1.5 2020/09/30 00:38:48 khorben Exp $
 
-DISTNAME=      rpyc-4.0.2
+DISTNAME=      rpyc-4.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/rpyc/}
diff -r 16724f92a428 -r 4108b257f54c net/py-rpyc/distinfo
--- a/net/py-rpyc/distinfo      Tue Sep 29 23:20:23 2020 +0000
+++ b/net/py-rpyc/distinfo      Wed Sep 30 00:38:48 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2020/09/29 23:11:52 khorben Exp $
+$NetBSD: distinfo,v 1.5 2020/09/30 00:38:48 khorben Exp $
 
-SHA1 (rpyc-4.0.2.tar.gz) = 291d7070dc7f784f46fd311fef6139e0824db833
-RMD160 (rpyc-4.0.2.tar.gz) = a00cd83db0403d93fff0a66825a03ff12ff508fb
-SHA512 (rpyc-4.0.2.tar.gz) = 91fd1e5a65bdb5a5d8c424bc0c8cb0688ae76ae644278855cd7c22f9af47d7a6da3a80f7383643c2161521633425b6a2486960aefbe2e02864f93d53568bca2d
-Size (rpyc-4.0.2.tar.gz) = 53877 bytes
+SHA1 (rpyc-4.1.2.tar.gz) = 26992eb85c0fcafddcd6ff5cc0f9d7c133004471
+RMD160 (rpyc-4.1.2.tar.gz) = 3fc87a125fa39a9eb48a0b870ed1cd0604e9537e
+SHA512 (rpyc-4.1.2.tar.gz) = cd5e23204187a77b6dc08703e36ce3f1d7b194e850f402e214e0e6c90cbda4dd8afa42e4d090aa44446be6ed274de6e374684b7ea281345f114109a0c449cfa1
+Size (rpyc-4.1.2.tar.gz) = 56783 bytes



Home | Main Index | Thread Index | Old Index