pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-django
Module Name: pkgsrc
Committed By: adam
Date: Tue Jun 10 14:41:50 UTC 2025
Modified Files:
pkgsrc/www/py-django: Makefile distinfo
Log Message:
py-django: updated to 5.2.3
Django 5.2.3 fixes several bugs in 5.2.2. Also, the latest string translations from Transifex are incorporated.
Bugfixes
Fixed a log injection possibility by migrating remaining response logging to django.utils.log.log_response(), which safely escapes arguments such as the request path to prevent unsafe log output (CVE
2025-48432).
Fixed a regression in Django 5.2 that caused QuerySet.bulk_update() to incorrectly convert None to JSON null instead of SQL NULL for JSONField
Fixed a regression in Django 5.2.2 where the q parameter was removed from the internal django.http.MediaType.params property
To generate a diff of this commit:
cvs rdiff -u -r1.144 -r1.145 pkgsrc/www/py-django/Makefile
cvs rdiff -u -r1.117 -r1.118 pkgsrc/www/py-django/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-django/Makefile
diff -u pkgsrc/www/py-django/Makefile:1.144 pkgsrc/www/py-django/Makefile:1.145
--- pkgsrc/www/py-django/Makefile:1.144 Mon Jun 9 10:20:19 2025
+++ pkgsrc/www/py-django/Makefile Tue Jun 10 14:41:50 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.144 2025/06/09 10:20:19 adam Exp $
+# $NetBSD: Makefile,v 1.145 2025/06/10 14:41:50 adam Exp $
-DISTNAME= django-5.2.2
+DISTNAME= django-5.2.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= https://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/
Index: pkgsrc/www/py-django/distinfo
diff -u pkgsrc/www/py-django/distinfo:1.117 pkgsrc/www/py-django/distinfo:1.118
--- pkgsrc/www/py-django/distinfo:1.117 Mon Jun 9 10:20:19 2025
+++ pkgsrc/www/py-django/distinfo Tue Jun 10 14:41:50 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.117 2025/06/09 10:20:19 adam Exp $
+$NetBSD: distinfo,v 1.118 2025/06/10 14:41:50 adam Exp $
-BLAKE2s (django-5.2.2.tar.gz) = 148f8a80179154d85149ecb2a56c954fbb84855f1914f89c01cf33e61e215724
-SHA512 (django-5.2.2.tar.gz) = b4d5be87bd0daf68df76e2f79781b72dc7cbe372148edd83aa1ab9ffbbda8785ee85e63309a06ea454d233ce23972ae51213680dcdd9824177cef8c3285ec439
-Size (django-5.2.2.tar.gz) = 10827542 bytes
+BLAKE2s (django-5.2.3.tar.gz) = bb2e2a2ba928ecd20ccb2b350ffbb62a2739814bb6c41885b5da0fd96e35b596
+SHA512 (django-5.2.3.tar.gz) = 255da3b0fde2df7294c3c76a09002d78fde795a6829138687a8308aef55d6ed8d6d52d20860022f78dd44d1f4893bd54e1d61b887b52945c90363a494d5046e3
+Size (django-5.2.3.tar.gz) = 10850303 bytes
Home |
Main Index |
Thread Index |
Old Index