py-django4: updated to 4.2.11

Django 4.2.11 fixes a security issue with severity “moderate” and a regression in 4.2.10.

CVE-2024-27351: Potential regular expression denial-of-service in django.utils.text.Truncator.words()

django.utils.text.Truncator.words() method (with html=True) and truncatewords_html template filter were subject to a potential regular expression denial-of-service attack using a suitably crafted string (follow up to CVE-2019-14232 and CVE-2023-43665).

Bugfixes

Fixed a regression in Django 4.2.10 where intcomma template filter could return a leading comma for string representation of floats.
This commit is contained in:
adam 2024-03-04 15:48:16 +00:00
parent 445cc2203e
commit 260b9fd910
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.1 2024/02/08 22:42:52 adam Exp $
# $NetBSD: Makefile,v 1.2 2024/03/04 15:48:16 adam Exp $
DISTNAME= Django-4.2.10
DISTNAME= Django-4.2.11
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= www python
MASTER_SITES= https://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1 2024/02/08 22:42:53 adam Exp $
$NetBSD: distinfo,v 1.2 2024/03/04 15:48:16 adam Exp $
BLAKE2s (Django-4.2.10.tar.gz) = 3cd605c55e8a038b422b0de9477cc1ae0440267bd2b682298d856d7983a6d470
SHA512 (Django-4.2.10.tar.gz) = af8c4d596c6ede8a5da9ae0f435ca5c2c17f38b0ff3f31f058e36df695c767813b48f7260bbb8d8a261ef36f836fe1abffc563de185af51080dae1cf3f037f69
Size (Django-4.2.10.tar.gz) = 10425081 bytes
BLAKE2s (Django-4.2.11.tar.gz) = d31b297037ec0f7c25dee81a761c71f01092e2dc4be795ef0c3e394ab2484e20
SHA512 (Django-4.2.11.tar.gz) = 5842f0c2592b695ecfd7f00d250075cb9581efc8a7f389f155dbac74d80ac7899f600ffba0d51e3391f15c4a1444554d901b8a673a1091ab7269e24862122ef0
Size (Django-4.2.11.tar.gz) = 10426858 bytes