summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-redis_4.5.4.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-redis: upgrade 4.5.1 -> 4.5.4Wang Mingyu2023-04-051-0/+16
Changelog: ========== Upgrade urgency: SECURITY, contains fixes to security issues. -------------------------------------------------------------- (CVE-2023-28859) - Cancelling an async future does not, properly trigger, leading to a potential data leak in specific cases. (CVE-2023-28858) - Cancelling an async future does not, properly trigger, leading to a potential data leak in specific cases. Bug Fixes ------------- Fixing cancelled async futures (#2666) Fix: do not use asyncio's timeout lib before 3.11.2 (#2659) Fix UDS in v4.5.2: UnixDomainSocketConnection missing constructor argument (#2630) Maintenance -------------- Minor fixes for #2666 and enhanced async test (#2673) Fix issue 2660: PytestUnraisableExceptionWarning from asycio client (#2669) Removing accidentally checked in files (#2642) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>