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:           Sat May 10 18:21:52 UTC 2025

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

Log Message:
py-django4: updated to 4.2.21

4.2.21

Django 4.2.21 fixes a security issue with severity “moderate”, a data loss bug, and a regression in 4.2.20.

CVE-2025-32873: Denial-of-service possibility in strip_tags()

Bugfixes

Fixed a data corruption possibility in file_move_safe() when allow_overwrite=True, where leftover content from a previously larger file could remain after overwriting with a smaller one due to lack 
of truncation

Fixed a regression in Django 4.2.20, introduced when fixing CVE 2025-26699, where the wordwrap template filter did not preserve empty lines between paragraphs after wrapping text


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/py-django4/Makefile
cvs rdiff -u -r1.11 -r1.12 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.15 pkgsrc/www/py-django4/Makefile:1.16
--- pkgsrc/www/py-django4/Makefile:1.15 Mon Apr 14 14:16:21 2025
+++ pkgsrc/www/py-django4/Makefile      Sat May 10 18:21:51 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2025/04/14 14:16:21 adam Exp $
+# $NetBSD: Makefile,v 1.16 2025/05/10 18:21:51 adam Exp $
 
-DISTNAME=      Django-4.2.20
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
-PKGREVISION=   1
+DISTNAME=      django-4.2.21
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  https://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/
 MASTER_SITES+= ${MASTER_SITE_PYPI:=D/Django/}
@@ -18,7 +17,6 @@ DEPENDS+=     ${PYPKGPREFIX}-sqlparse>=0.3.1
 
 USE_LANGUAGES= # none
 
-WHEEL_NAME=            ${DISTNAME:tl}
 REPLACE_PYTHON+=       django/conf/project_template/manage.py-tpl
 
 post-install:

Index: pkgsrc/www/py-django4/distinfo
diff -u pkgsrc/www/py-django4/distinfo:1.11 pkgsrc/www/py-django4/distinfo:1.12
--- pkgsrc/www/py-django4/distinfo:1.11 Thu Mar  6 16:06:52 2025
+++ pkgsrc/www/py-django4/distinfo      Sat May 10 18:21:51 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2025/03/06 16:06:52 adam Exp $
+$NetBSD: distinfo,v 1.12 2025/05/10 18:21:51 adam Exp $
 
-BLAKE2s (Django-4.2.20.tar.gz) = 89b3a34f4b1b03a00e3f4ea0bceffb4ff83c73e4a25a18720e28f0184d5fdda0
-SHA512 (Django-4.2.20.tar.gz) = 6f960772cb95d6cb92ffc29ccec8d53d4f65c371359d350a63653c259288de4047302748008be04b9f4945627e9ef6d52dffa32455acbe26441f49872d73eeec
-Size (Django-4.2.20.tar.gz) = 10432686 bytes
+BLAKE2s (django-4.2.21.tar.gz) = e8052ea52deb286076f4498f2e3b999a7474def1c4ed99024dd37ef416e7cd23
+SHA512 (django-4.2.21.tar.gz) = 762201e56fff658b90d715545ba52420682f5382ebcb38602f25b921c82bce3877dcc54d07578c3b5bfcef62d5ce7836f19b7d638bb3230a5ca4987cc6e70f8e
+Size (django-4.2.21.tar.gz) = 10424638 bytes



Home | Main Index | Thread Index | Old Index