14
0
forked from pool/python-rpyc

Accepting request 805821 from devel:languages:python

- 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/request/show/805821
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rpyc?expand=0&rev=8
This commit is contained in:
2020-05-15 21:52:33 +00:00
committed by Git OBS Bridge
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:30888a0e66096ec6fdf8f2de6e441c6e6f9a23d8525039229fa950ad4ba3c449
size 1251969

3
4.1.5.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4b544e57d0f41de48de8886850bd8133cb34f3f0aec01b34e2851e23c439836b
size 1252268

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri May 15 11:29:23 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- 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`_
-------------------------------------------------------------------

View File

@@ -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