From e2b181ca8d043305465ee450b51de4b17c9bd093f42426a4b04b7aa8659f4d40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 15 May 2020 11:32:49 +0000 Subject: [PATCH] - Update to 4.1.5: * Fixed mutable object used as kwarg for Server ctor * Corrections to teleport example * Lowered GIL-lock acquires for <64kb within channel sends to address slowness - Fixed bsc#1152987 `CVE-2019-16328`_ which was caused by a missing protocol security check OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rpyc?expand=0&rev=17 --- 4.1.4.tar.gz | 3 --- 4.1.5.tar.gz | 3 +++ python-rpyc.changes | 10 +++++++++- python-rpyc.spec | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 4.1.4.tar.gz create mode 100644 4.1.5.tar.gz diff --git a/4.1.4.tar.gz b/4.1.4.tar.gz deleted file mode 100644 index 5aaa2ee..0000000 --- a/4.1.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30888a0e66096ec6fdf8f2de6e441c6e6f9a23d8525039229fa950ad4ba3c449 -size 1251969 diff --git a/4.1.5.tar.gz b/4.1.5.tar.gz new file mode 100644 index 0000000..ab23538 --- /dev/null +++ b/4.1.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b544e57d0f41de48de8886850bd8133cb34f3f0aec01b34e2851e23c439836b +size 1252268 diff --git a/python-rpyc.changes b/python-rpyc.changes index 87edf4b..b5b57f1 100644 --- a/python-rpyc.changes +++ b/python-rpyc.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri May 15 11:29:23 UTC 2020 - Tomáš Chvátal + +- Update to 4.1.5: + * Fixed mutable object used as kwarg for Server ctor + * Corrections to teleport example + * Lowered GIL-lock acquires for <64kb within channel sends to address slowness + ------------------------------------------------------------------- Thu Mar 19 07:57:20 UTC 2020 - pgajdos@suse.com @@ -9,7 +17,7 @@ Thu Mar 19 07:57:20 UTC 2020 - pgajdos@suse.com - Merged fix for propagate_KeyboardInterrupt_locally `#364`_ - Fixed handling of exceptions for request callbacks `#365`_ - Partially fixed return value for netref.__class__ `#355`_ - - Fixed `CVE-2019-16328`_ which was caused by a missing protocol security check + - Fixed bsc#1152987 `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`_ ------------------------------------------------------------------- diff --git a/python-rpyc.spec b/python-rpyc.spec index 4490c20..32e08c7 100644 --- a/python-rpyc.spec +++ b/python-rpyc.spec @@ -26,7 +26,7 @@ %bcond_with test %endif Name: python-rpyc%{psuffix} -Version: 4.1.4 +Version: 4.1.5 Release: 0 Summary: Remote Python Call (RPyC), a RPC library License: MIT