pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-rpyc



Module Name:    pkgsrc
Committed By:   khorben
Date:           Wed Sep 30 00:38:48 UTC 2020

Modified Files:
        pkgsrc/net/py-rpyc: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/py-rpyc/Makefile \
    pkgsrc/net/py-rpyc/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/py-rpyc/Makefile
diff -u pkgsrc/net/py-rpyc/Makefile:1.4 pkgsrc/net/py-rpyc/Makefile:1.5
--- pkgsrc/net/py-rpyc/Makefile:1.4     Tue Sep 29 23:11:52 2020
+++ pkgsrc/net/py-rpyc/Makefile Wed Sep 30 00:38:48 2020
@@ -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/}
Index: pkgsrc/net/py-rpyc/distinfo
diff -u pkgsrc/net/py-rpyc/distinfo:1.4 pkgsrc/net/py-rpyc/distinfo:1.5
--- pkgsrc/net/py-rpyc/distinfo:1.4     Tue Sep 29 23:11:52 2020
+++ pkgsrc/net/py-rpyc/distinfo Wed Sep 30 00:38:48 2020
@@ -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