pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-django4



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Mar  4 15:48:16 UTC 2024

Modified Files:
        pkgsrc/www/py-django4: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-django4/Makefile \
    pkgsrc/www/py-django4/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-django4/Makefile
diff -u pkgsrc/www/py-django4/Makefile:1.1 pkgsrc/www/py-django4/Makefile:1.2
--- pkgsrc/www/py-django4/Makefile:1.1  Thu Feb  8 22:42:52 2024
+++ pkgsrc/www/py-django4/Makefile      Mon Mar  4 15:48:16 2024
@@ -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}/
Index: pkgsrc/www/py-django4/distinfo
diff -u pkgsrc/www/py-django4/distinfo:1.1 pkgsrc/www/py-django4/distinfo:1.2
--- pkgsrc/www/py-django4/distinfo:1.1  Thu Feb  8 22:42:53 2024
+++ pkgsrc/www/py-django4/distinfo      Mon Mar  4 15:48:16 2024
@@ -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



Home | Main Index | Thread Index | Old Index