| Message ID | 20260310121726.1115244-2-skandigraun@gmail.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-python,whinlatter,1/2] python3-django: upgrade 5.2.11 -> 5.2.12 | expand |
On Wed, Mar 11, 2026 at 1:17 AM Gyorgy Sarvari via lists.openembedded.org <skandigraun=gmail.com@lists.openembedded.org> wrote: > > Contains fiuxes for CVE-2026-25673 and CVE-2026-25674. typo, "fiuxes"-> "fixes" > > Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> > --- > .../{python3-django_4.2.28.bb => python3-django_4.2.29.bb} | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > rename meta-python/recipes-devtools/python/{python3-django_4.2.28.bb => python3-django_4.2.29.bb} (79%) > > diff --git a/meta-python/recipes-devtools/python/python3-django_4.2.28.bb b/meta-python/recipes-devtools/python/python3-django_4.2.29.bb > similarity index 79% > rename from meta-python/recipes-devtools/python/python3-django_4.2.28.bb > rename to meta-python/recipes-devtools/python/python3-django_4.2.29.bb > index 2c6d33991c..ded9e6fc1f 100644 > --- a/meta-python/recipes-devtools/python/python3-django_4.2.28.bb > +++ b/meta-python/recipes-devtools/python/python3-django_4.2.29.bb > @@ -1,7 +1,7 @@ > require python3-django.inc > inherit python_setuptools_build_meta > > -SRC_URI[sha256sum] = "a4b9cd881991add394cafa8bb3b11ad1742d1e1470ba99c3ef53dc540316ccfe" > +SRC_URI[sha256sum] = "86d91bc8086569c8d08f9c55888b583a921ac1f95ed3bdc7d5659d4709542014" > > RDEPENDS:${PN} += "\ > python3-sqlparse \ > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#125027): https://lists.openembedded.org/g/openembedded-devel/message/125027 > Mute This Topic: https://lists.openembedded.org/mt/118239500/3619737 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [ankur.tyagi85@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- >
diff --git a/meta-python/recipes-devtools/python/python3-django_4.2.28.bb b/meta-python/recipes-devtools/python/python3-django_4.2.29.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-django_4.2.28.bb rename to meta-python/recipes-devtools/python/python3-django_4.2.29.bb index 2c6d33991c..ded9e6fc1f 100644 --- a/meta-python/recipes-devtools/python/python3-django_4.2.28.bb +++ b/meta-python/recipes-devtools/python/python3-django_4.2.29.bb @@ -1,7 +1,7 @@ require python3-django.inc inherit python_setuptools_build_meta -SRC_URI[sha256sum] = "a4b9cd881991add394cafa8bb3b11ad1742d1e1470ba99c3ef53dc540316ccfe" +SRC_URI[sha256sum] = "86d91bc8086569c8d08f9c55888b583a921ac1f95ed3bdc7d5659d4709542014" RDEPENDS:${PN} += "\ python3-sqlparse \
Contains fiuxes for CVE-2026-25673 and CVE-2026-25674. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> --- .../{python3-django_4.2.28.bb => python3-django_4.2.29.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-django_4.2.28.bb => python3-django_4.2.29.bb} (79%)