pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-django-allauth
Module Name: pkgsrc
Committed By: adam
Date: Thu Sep 3 09:19:26 UTC 2026
Modified Files:
pkgsrc/www/py-django-allauth: Makefile PLIST distinfo
Log Message:
py-django-allauth: updated to 65.19.2
65.19.2 (2026-09-01)
Fixes
- Headless: Posting a well-formed JSON payload that was not an object (e.g. a
list or a string) to the headless endpoints resulted in a server error.
Security notice
- MFA: TOTP enrollment code verification was not rate limited. Impact is
limited, as to exploit this you would need to be already fully authenticated,
pass (rate-limited) reauthentication, and brute force within a 30s TOTP
window.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/py-django-allauth/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/py-django-allauth/PLIST
cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/py-django-allauth/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-allauth/Makefile
diff -u pkgsrc/www/py-django-allauth/Makefile:1.24 pkgsrc/www/py-django-allauth/Makefile:1.25
--- pkgsrc/www/py-django-allauth/Makefile:1.24 Wed Dec 10 17:49:29 2025
+++ pkgsrc/www/py-django-allauth/Makefile Thu Sep 3 09:19:26 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2025/12/10 17:49:29 adam Exp $
+# $NetBSD: Makefile,v 1.25 2026/09/03 09:19:26 adam Exp $
-DISTNAME= django_allauth-65.13.1
+DISTNAME= django_allauth-65.19.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-allauth/}
Index: pkgsrc/www/py-django-allauth/PLIST
diff -u pkgsrc/www/py-django-allauth/PLIST:1.17 pkgsrc/www/py-django-allauth/PLIST:1.18
--- pkgsrc/www/py-django-allauth/PLIST:1.17 Mon Nov 17 08:42:23 2025
+++ pkgsrc/www/py-django-allauth/PLIST Thu Sep 3 09:19:26 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2025/11/17 08:42:23 adam Exp $
+@comment $NetBSD: PLIST,v 1.18 2026/09/03 09:19:26 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -98,6 +98,9 @@ ${PYSITELIB}/allauth/account/internal/fl
${PYSITELIB}/allauth/account/internal/stagekit.py
${PYSITELIB}/allauth/account/internal/stagekit.pyc
${PYSITELIB}/allauth/account/internal/stagekit.pyo
+${PYSITELIB}/allauth/account/internal/templatekit.py
+${PYSITELIB}/allauth/account/internal/templatekit.pyc
+${PYSITELIB}/allauth/account/internal/templatekit.pyo
${PYSITELIB}/allauth/account/internal/userkit.py
${PYSITELIB}/allauth/account/internal/userkit.pyc
${PYSITELIB}/allauth/account/internal/userkit.pyo
@@ -199,6 +202,9 @@ ${PYSITELIB}/allauth/core/internal/adapt
${PYSITELIB}/allauth/core/internal/cryptokit.py
${PYSITELIB}/allauth/core/internal/cryptokit.pyc
${PYSITELIB}/allauth/core/internal/cryptokit.pyo
+${PYSITELIB}/allauth/core/internal/deferred.py
+${PYSITELIB}/allauth/core/internal/deferred.pyc
+${PYSITELIB}/allauth/core/internal/deferred.pyo
${PYSITELIB}/allauth/core/internal/httpkit.py
${PYSITELIB}/allauth/core/internal/httpkit.pyc
${PYSITELIB}/allauth/core/internal/httpkit.pyo
@@ -467,6 +473,9 @@ ${PYSITELIB}/allauth/idp/oidc/forms.pyo
${PYSITELIB}/allauth/idp/oidc/internal/__init__.py
${PYSITELIB}/allauth/idp/oidc/internal/__init__.pyc
${PYSITELIB}/allauth/idp/oidc/internal/__init__.pyo
+${PYSITELIB}/allauth/idp/oidc/internal/cimd.py
+${PYSITELIB}/allauth/idp/oidc/internal/cimd.pyc
+${PYSITELIB}/allauth/idp/oidc/internal/cimd.pyo
${PYSITELIB}/allauth/idp/oidc/internal/clientkit.py
${PYSITELIB}/allauth/idp/oidc/internal/clientkit.pyc
${PYSITELIB}/allauth/idp/oidc/internal/clientkit.pyo
@@ -491,12 +500,27 @@ ${PYSITELIB}/allauth/idp/oidc/internal/o
${PYSITELIB}/allauth/idp/oidc/internal/oauthlib/utils.py
${PYSITELIB}/allauth/idp/oidc/internal/oauthlib/utils.pyc
${PYSITELIB}/allauth/idp/oidc/internal/oauthlib/utils.pyo
+${PYSITELIB}/allauth/idp/oidc/internal/private_keys.py
+${PYSITELIB}/allauth/idp/oidc/internal/private_keys.pyc
+${PYSITELIB}/allauth/idp/oidc/internal/private_keys.pyo
+${PYSITELIB}/allauth/idp/oidc/internal/resources.py
+${PYSITELIB}/allauth/idp/oidc/internal/resources.pyc
+${PYSITELIB}/allauth/idp/oidc/internal/resources.pyo
${PYSITELIB}/allauth/idp/oidc/internal/scope.py
${PYSITELIB}/allauth/idp/oidc/internal/scope.pyc
${PYSITELIB}/allauth/idp/oidc/internal/scope.pyo
${PYSITELIB}/allauth/idp/oidc/internal/tokens.py
${PYSITELIB}/allauth/idp/oidc/internal/tokens.pyc
${PYSITELIB}/allauth/idp/oidc/internal/tokens.pyo
+${PYSITELIB}/allauth/idp/oidc/management/__init__.py
+${PYSITELIB}/allauth/idp/oidc/management/__init__.pyc
+${PYSITELIB}/allauth/idp/oidc/management/__init__.pyo
+${PYSITELIB}/allauth/idp/oidc/management/commands/__init__.py
+${PYSITELIB}/allauth/idp/oidc/management/commands/__init__.pyc
+${PYSITELIB}/allauth/idp/oidc/management/commands/__init__.pyo
+${PYSITELIB}/allauth/idp/oidc/management/commands/oidc_cleartokens.py
+${PYSITELIB}/allauth/idp/oidc/management/commands/oidc_cleartokens.pyc
+${PYSITELIB}/allauth/idp/oidc/management/commands/oidc_cleartokens.pyo
${PYSITELIB}/allauth/idp/oidc/migrations/0001_initial.py
${PYSITELIB}/allauth/idp/oidc/migrations/0001_initial.pyc
${PYSITELIB}/allauth/idp/oidc/migrations/0001_initial.pyo
@@ -706,6 +730,7 @@ ${PYSITELIB}/allauth/mfa/signals.pyo
${PYSITELIB}/allauth/mfa/stages.py
${PYSITELIB}/allauth/mfa/stages.pyc
${PYSITELIB}/allauth/mfa/stages.pyo
+${PYSITELIB}/allauth/mfa/static/mfa/js/recovery_codes.js
${PYSITELIB}/allauth/mfa/static/mfa/js/webauthn-json.js
${PYSITELIB}/allauth/mfa/static/mfa/js/webauthn.js
${PYSITELIB}/allauth/mfa/totp/__init__.py
@@ -879,18 +904,6 @@ ${PYSITELIB}/allauth/socialaccount/provi
${PYSITELIB}/allauth/socialaccount/providers/amazon_cognito/views.py
${PYSITELIB}/allauth/socialaccount/providers/amazon_cognito/views.pyc
${PYSITELIB}/allauth/socialaccount/providers/amazon_cognito/views.pyo
-${PYSITELIB}/allauth/socialaccount/providers/angellist/__init__.py
-${PYSITELIB}/allauth/socialaccount/providers/angellist/__init__.pyc
-${PYSITELIB}/allauth/socialaccount/providers/angellist/__init__.pyo
-${PYSITELIB}/allauth/socialaccount/providers/angellist/provider.py
-${PYSITELIB}/allauth/socialaccount/providers/angellist/provider.pyc
-${PYSITELIB}/allauth/socialaccount/providers/angellist/provider.pyo
-${PYSITELIB}/allauth/socialaccount/providers/angellist/urls.py
-${PYSITELIB}/allauth/socialaccount/providers/angellist/urls.pyc
-${PYSITELIB}/allauth/socialaccount/providers/angellist/urls.pyo
-${PYSITELIB}/allauth/socialaccount/providers/angellist/views.py
-${PYSITELIB}/allauth/socialaccount/providers/angellist/views.pyc
-${PYSITELIB}/allauth/socialaccount/providers/angellist/views.pyo
${PYSITELIB}/allauth/socialaccount/providers/apple/__init__.py
${PYSITELIB}/allauth/socialaccount/providers/apple/__init__.pyc
${PYSITELIB}/allauth/socialaccount/providers/apple/__init__.pyo
@@ -1615,6 +1628,18 @@ ${PYSITELIB}/allauth/socialaccount/provi
${PYSITELIB}/allauth/socialaccount/providers/kakao/views.py
${PYSITELIB}/allauth/socialaccount/providers/kakao/views.pyc
${PYSITELIB}/allauth/socialaccount/providers/kakao/views.pyo
+${PYSITELIB}/allauth/socialaccount/providers/klaviyo/__init__.py
+${PYSITELIB}/allauth/socialaccount/providers/klaviyo/__init__.pyc
+${PYSITELIB}/allauth/socialaccount/providers/klaviyo/__init__.pyo
+${PYSITELIB}/allauth/socialaccount/providers/klaviyo/provider.py
+${PYSITELIB}/allauth/socialaccount/providers/klaviyo/provider.pyc
+${PYSITELIB}/allauth/socialaccount/providers/klaviyo/provider.pyo
+${PYSITELIB}/allauth/socialaccount/providers/klaviyo/urls.py
+${PYSITELIB}/allauth/socialaccount/providers/klaviyo/urls.pyc
+${PYSITELIB}/allauth/socialaccount/providers/klaviyo/urls.pyo
+${PYSITELIB}/allauth/socialaccount/providers/klaviyo/views.py
+${PYSITELIB}/allauth/socialaccount/providers/klaviyo/views.pyc
+${PYSITELIB}/allauth/socialaccount/providers/klaviyo/views.pyo
${PYSITELIB}/allauth/socialaccount/providers/lemonldap/__init__.py
${PYSITELIB}/allauth/socialaccount/providers/lemonldap/__init__.pyc
${PYSITELIB}/allauth/socialaccount/providers/lemonldap/__init__.pyo
Index: pkgsrc/www/py-django-allauth/distinfo
diff -u pkgsrc/www/py-django-allauth/distinfo:1.21 pkgsrc/www/py-django-allauth/distinfo:1.22
--- pkgsrc/www/py-django-allauth/distinfo:1.21 Wed Dec 10 17:49:29 2025
+++ pkgsrc/www/py-django-allauth/distinfo Thu Sep 3 09:19:26 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2025/12/10 17:49:29 adam Exp $
+$NetBSD: distinfo,v 1.22 2026/09/03 09:19:26 adam Exp $
-BLAKE2s (django_allauth-65.13.1.tar.gz) = e4c13669daad81670a542c9bef10b2b6c0e5259f771ec56c63849766f89c4697
-SHA512 (django_allauth-65.13.1.tar.gz) = dc57502ff8b9a29765ae033a9d765ded7268a98ecbed8f41c4e250aaa2d482c586f6a66e40a556f928edf3f093774bbb56538f7158b383181dcaaf765eb3fc9a
-Size (django_allauth-65.13.1.tar.gz) = 1983857 bytes
+BLAKE2s (django_allauth-65.19.2.tar.gz) = 28d8866b4ec6f0342c18ace50c695ff178adccdb39fb978b76529f5a61e2bc35
+SHA512 (django_allauth-65.19.2.tar.gz) = 56bf5a6bd71db084c3b20ef43b77fb391dc91916d21415445f7cae315ad4c3ec3743b03ffac1a680f6af917037fcb885e34bfca25bcc106ae9d38b73cec13f68
+Size (django_allauth-65.19.2.tar.gz) = 2287928 bytes
Home |
Main Index |
Thread Index |
Old Index