forked from pool/python-Django
Accepting request 945252 from home:aplanas:branches:devel:languages:python:django
- Update to 4.0.1 (CVE-2021-45115, CVE-2021-45452, bsc#1194117) + CVE-2021-45115: Denial-of-service possibility in UserAttributeSimilarityValidator + CVE-2021-45452: Potential directory-traversal via Storage.save() + Fixed a regression in Django 4.0 that caused a crash of assertFormsetError() on a formset named form + Fixed a bug in Django 4.0 that caused a crash on booleans with the RedisCache backend + Relaxed the check added in Django 4.0 to reallow use of a duck-typed HttpRequest in django.views.decorators.cache.cache_control() and never_cache() decorators + Fixed a regression in Django 4.0 that caused creating bogus migrations for models that reference swappable models such as auth.User + Fixed a long standing bug in Geometry Collections and Polygon that caused a crash on some platforms (reported on macOS based on the ARM64 architecture) OBS-URL: https://build.opensuse.org/request/show/945252 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-Django?expand=0&rev=99
This commit is contained in:
67
Django-4.0.1.tar.gz.asc
Normal file
67
Django-4.0.1.tar.gz.asc
Normal file
@@ -0,0 +1,67 @@
|
||||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA256
|
||||
|
||||
This file contains MD5, SHA1, and SHA256 checksums for the source-code
|
||||
tarball and wheel files of Django 4.0.1, released January 4, 2022.
|
||||
|
||||
To use this file, you will need a working install of PGP or other
|
||||
compatible public-key encryption software. You will also need to have
|
||||
the Django release manager's public key in your keyring. This key has
|
||||
the ID ``E17DF5C82B4F9D00`` and can be imported from the MIT
|
||||
keyserver, for example, if using the open-source GNU Privacy Guard
|
||||
implementation of PGP:
|
||||
|
||||
gpg --keyserver pgp.mit.edu --recv-key E17DF5C82B4F9D00
|
||||
|
||||
or via the GitHub API:
|
||||
|
||||
curl https://github.com/carltongibson.gpg | gpg --import -
|
||||
|
||||
Once the key is imported, verify this file:
|
||||
|
||||
gpg --verify <<THIS FILENAME>>
|
||||
|
||||
Once you have verified this file, you can use normal MD5, SHA1, or SHA256
|
||||
checksumming applications to generate the checksums of the Django
|
||||
package and compare them to the checksums listed below.
|
||||
|
||||
Release packages:
|
||||
=================
|
||||
|
||||
https://www.djangoproject.com/m/releases/4.0/Django-4.0.1-py3-none-any.whl
|
||||
https://www.djangoproject.com/m/releases/4.0/Django-4.0.1.tar.gz
|
||||
|
||||
MD5 checksums
|
||||
=============
|
||||
|
||||
ef2e75d202a13038256312523d825443 Django-4.0.1-py3-none-any.whl
|
||||
6d0fba754d678f69b573dd9fbf5e6fa6 Django-4.0.1.tar.gz
|
||||
|
||||
SHA1 checksums
|
||||
==============
|
||||
|
||||
d9d3fa7dceb120f3a162ab4f0f23a004d591b6a6 Django-4.0.1-py3-none-any.whl
|
||||
ab735671359bdcbf65caaf3bdb961496567ce28f Django-4.0.1.tar.gz
|
||||
|
||||
SHA256 checksums
|
||||
================
|
||||
|
||||
7cd8e8a3ed2bc0dfda05ce1e53a9c81b30eefd7aa350e538a18884475e4d4ce2 Django-4.0.1-py3-none-any.whl
|
||||
2485eea3cc4c3bae13080dee866ebf90ba9f98d1afe8fda89bfb0eb2e218ef86 Django-4.0.1.tar.gz
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQJPBAEBCAA5FiEE/l+2OHah1xioxnVW4X31yCtPnQAFAmHUFowbHGNhcmx0b24u
|
||||
Z2lic29uQG5vdW1lbmFsLmVzAAoJEOF99cgrT50AhOEP/jLI83oc95ZA9JO1qVsC
|
||||
+73c5UdAiyFyomucBgCxXj70GDppZJmw/DqCfFTmg/cjhDZHXVTASAT7eQ96U8Zq
|
||||
NkZCfYSorXJRfjyGbUxGaEAY0nIH+drGFuR/aT7tWgWLPZifx3ag4hLoob7U1tiP
|
||||
l1pIV9FCM8MW/iDHDDcVXbzs+wJa9j0qAU7R7+EMRJJuN8GuRXH6QbWLBuF0myKZ
|
||||
MeKxjU5ktYE/2GUquKchqPqp5bG2vt9rfvs5urdztqWHKnlEm1ztaVlAAimlznBx
|
||||
ifeE/EfEXLfoX4mGPl0j7EDkdG4rf2AnAnVXfzcE/2FDyhCooKQcheme84v4gSX1
|
||||
2ILIjbOgt7bkdBn6sM6ZFZjqZGXoRBJPvjZJFr8Qi6IsA469lqdi/RahzdFsz31Z
|
||||
c+9rUg2xP7lppZHzMSLCq9B4+NtxWgD2x/i5pMLqm8BiH0llp4NoSHY6HlP8aro5
|
||||
PW51v2F1hvK3Q17NBHpXpeOODq4cXgBDMLgDQqAL71S/d8qqtp1YN07k7HNSdJCj
|
||||
RMfSgeYFXXJ/YiW4b7SCpT0K2ypotWs2E9WAks7+CoSm+X9+DIGmfrbfmXv+kHqC
|
||||
KQL8fQPsJznwAsdmFA9kpPhNJ54wg4vyWu53J0zAWcEZQMrHM4CSlDE0+VjYnOC0
|
||||
j92CriS50cxQkUiN6sExzgtz
|
||||
=ykR/
|
||||
-----END PGP SIGNATURE-----
|
Reference in New Issue
Block a user