pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-django3



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Aug  4 05:22:05 UTC 2023

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

Log Message:
py-django3: updated to 3.2.20

Django 3.2.20 fixes a security issue with severity “moderate” in 3.2.19.

CVE-2023-36053: Potential regular expression denial of service vulnerability in EmailValidator/URLValidator¶

EmailValidator and URLValidator were subject to potential regular expression denial of service attack via a very large number of domain name labels of emails and URLs.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/www/py-django3/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/www/py-django3/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-django3/Makefile
diff -u pkgsrc/www/py-django3/Makefile:1.32 pkgsrc/www/py-django3/Makefile:1.33
--- pkgsrc/www/py-django3/Makefile:1.32 Wed May 10 09:01:46 2023
+++ pkgsrc/www/py-django3/Makefile      Fri Aug  4 05:22:05 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2023/05/10 09:01:46 adam Exp $
+# $NetBSD: Makefile,v 1.33 2023/08/04 05:22:05 adam Exp $
 
-DISTNAME=      Django-3.2.19
+DISTNAME=      Django-3.2.20
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    www python
 MASTER_SITES=  https://www.djangoproject.com/m/releases/${PKGVERSION_NOREV:R}/

Index: pkgsrc/www/py-django3/distinfo
diff -u pkgsrc/www/py-django3/distinfo:1.31 pkgsrc/www/py-django3/distinfo:1.32
--- pkgsrc/www/py-django3/distinfo:1.31 Wed May 10 09:01:46 2023
+++ pkgsrc/www/py-django3/distinfo      Fri Aug  4 05:22:05 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.31 2023/05/10 09:01:46 adam Exp $
+$NetBSD: distinfo,v 1.32 2023/08/04 05:22:05 adam Exp $
 
-BLAKE2s (Django-3.2.19.tar.gz) = cbbbb7539703954e9f3e5009240c50806c6ac601e4d669c683e93e3cb8d2d4cb
-SHA512 (Django-3.2.19.tar.gz) = 25a611b4479718b866b9f7b9247d6ada1f20c9118d17735f07fe3ae2e7092bee3655c1733c5c244b2e7f5ab04f6d5cc7fab94ca33d2426e281581554a64582dc
-Size (Django-3.2.19.tar.gz) = 9832772 bytes
+BLAKE2s (Django-3.2.20.tar.gz) = a19b03c9d8b4a7ff7cb2af8618f6efb5cd6a1df0634dbd14bbd16d3757190de4
+SHA512 (Django-3.2.20.tar.gz) = 32555552e3929718c998ecb7ca2f39b94bbce378cd3c2b633d497fdf58e435fc7a0a89e22bdfdfcb8e5e6884d909103c0f4b545ee0c01fe58a0ba9dd6eed992b
+Size (Django-3.2.20.tar.gz) = 9831078 bytes



Home | Main Index | Thread Index | Old Index