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: Thu Mar 6 16:05:55 UTC 2025
Modified Files:
pkgsrc/www/py-django: Makefile distinfo
Log Message:
py-django: updated to 5.1.7
Django 5.1.7 fixes a security issue with severity “moderate” and several bugs in 5.1.6.
CVE-2025-26699: Potential denial-of-service vulnerability in django.utils.text.wrap()
The wrap() and wordwrap template filter were subject to a potential denial-of-service attack when used with very long strings.
Bugfixes
Fixed a bug in Django 5.1 where the {% querystring %} template tag returned an empty string rather than "?" when all parameters had been removed from the query string
Fixed a bug in Django 5.1 where FileSystemStorage, with allow_overwrite set to True, did not truncate the overwritten file content
Fixed a regression in Django 5.1 where the count and exists methods of ManyToManyField related managers would always return 0 and False when the intermediary model back references used to_field
Fixed a regression in Django 5.1 where the pre_save and post_save signals for LogEntry were not sent when deleting a single object in the admin
To generate a diff of this commit:
cvs rdiff -u -r1.140 -r1.141 pkgsrc/www/py-django/Makefile
cvs rdiff -u -r1.113 -r1.114 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.140 pkgsrc/www/py-django/Makefile:1.141
--- pkgsrc/www/py-django/Makefile:1.140 Wed Mar 5 10:40:59 2025
+++ pkgsrc/www/py-django/Makefile Thu Mar 6 16:05:55 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.140 2025/03/05 10:40:59 wiz Exp $
+# $NetBSD: Makefile,v 1.141 2025/03/06 16:05:55 adam Exp $
-DISTNAME= Django-5.1.6
+DISTNAME= Django-5.1.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
-PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES= https://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/
MASTER_SITES+= ${MASTER_SITE_PYPI:=D/Django/}
Index: pkgsrc/www/py-django/distinfo
diff -u pkgsrc/www/py-django/distinfo:1.113 pkgsrc/www/py-django/distinfo:1.114
--- pkgsrc/www/py-django/distinfo:1.113 Wed Feb 5 20:51:59 2025
+++ pkgsrc/www/py-django/distinfo Thu Mar 6 16:05:55 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.113 2025/02/05 20:51:59 adam Exp $
+$NetBSD: distinfo,v 1.114 2025/03/06 16:05:55 adam Exp $
-BLAKE2s (Django-5.1.6.tar.gz) = 1ec529a1afcfe562f147723ad4400143b358cf0e6d3837b5f3e968b80c9a8b6e
-SHA512 (Django-5.1.6.tar.gz) = a76a8e523aa90d62ed0fa003bc9117900644d93c62e78bd879b709c107bb18d3e9a5b4fbd475a213398d99f9b9052a31a54cef9c5861a923b66d639c037cc177
-Size (Django-5.1.6.tar.gz) = 10700620 bytes
+BLAKE2s (Django-5.1.7.tar.gz) = 2717b7b864c8740e0ad059a8cd60146f5657e6239ed1c10397bc15dde2cc9833
+SHA512 (Django-5.1.7.tar.gz) = 8c0d2d79eab1c60f4a50c94e5f584f0ed70835a8b3ac64f4c5c0397fc186cf8e9188926ad08545323a139976efc207c8429faa7f0b5948b21cef98482124980a
+Size (Django-5.1.7.tar.gz) = 10716510 bytes
Home |
Main Index |
Thread Index |
Old Index