14
0
forked from pool/python-rpyc

- 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
This commit is contained in:
Tomáš Chvátal
2020-05-15 11:32:49 +00:00
committed by Git OBS Bridge
parent a95f824af0
commit e2b181ca8d
4 changed files with 13 additions and 5 deletions

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`_
-------------------------------------------------------------------