pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/py-redis



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Mar 30 07:11:22 UTC 2023

Modified Files:
        pkgsrc/databases/py-redis: Makefile distinfo

Log Message:
py-redis: updated to 4.5.4

4.5.4

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
Fix: do not use asyncio's timeout lib before 3.11.2
Fix UDS in v4.5.2: UnixDomainSocketConnection missing constructor argument

🧰 Maintenance

Minor fixes for 2666 and enhanced async test
Fix issue 2660: PytestUnraisableExceptionWarning from asycio client
Removing accidentally checked in files


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/databases/py-redis/Makefile
cvs rdiff -u -r1.33 -r1.34 pkgsrc/databases/py-redis/distinfo

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

Modified files:

Index: pkgsrc/databases/py-redis/Makefile
diff -u pkgsrc/databases/py-redis/Makefile:1.36 pkgsrc/databases/py-redis/Makefile:1.37
--- pkgsrc/databases/py-redis/Makefile:1.36     Wed Mar 29 13:01:52 2023
+++ pkgsrc/databases/py-redis/Makefile  Thu Mar 30 07:11:22 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2023/03/29 13:01:52 adam Exp $
+# $NetBSD: Makefile,v 1.37 2023/03/30 07:11:22 adam Exp $
 
-DISTNAME=      redis-4.5.3
+DISTNAME=      redis-4.5.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/redis/}

Index: pkgsrc/databases/py-redis/distinfo
diff -u pkgsrc/databases/py-redis/distinfo:1.33 pkgsrc/databases/py-redis/distinfo:1.34
--- pkgsrc/databases/py-redis/distinfo:1.33     Wed Mar 29 13:01:52 2023
+++ pkgsrc/databases/py-redis/distinfo  Thu Mar 30 07:11:22 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.33 2023/03/29 13:01:52 adam Exp $
+$NetBSD: distinfo,v 1.34 2023/03/30 07:11:22 adam Exp $
 
-BLAKE2s (redis-4.5.3.tar.gz) = 87447f624b29f6fc81a3c655d680fe8fc41451f342e97903c300ec3aa6c0f403
-SHA512 (redis-4.5.3.tar.gz) = c148cc8021816f4ddb9fc601bf1b21788f0f7da780384e05c8cc37a3d24713f8f4b5eab2d285b6c2bc999d8fc0b382734f79d9d22d9ca47bf7db6781568f59a9
-Size (redis-4.5.3.tar.gz) = 4553489 bytes
+BLAKE2s (redis-4.5.4.tar.gz) = 7f706ea786573f4402f85d2e8772f6fa8268b0fd188ddc552613410699684291
+SHA512 (redis-4.5.4.tar.gz) = 2d534a2bff52273271bca74eb59029a94b4b32776a4106a521cd74cc6361c9b23cb2cca0080227675cce22aaea924f34f6c0f6fc43a84480a70451f95d9a594e
+Size (redis-4.5.4.tar.gz) = 4552103 bytes



Home | Main Index | Thread Index | Old Index