Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Perale via buildroot <buildroot@buildroot.org>
To: Bernd Kuhls <bernd@kuhls.net>
Cc: Thomas Perale <thomas.perale@mind.be>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 50/75] package/python-requests: security bump version to 2.33.1
Date: Fri, 15 May 2026 15:34:22 +0200	[thread overview]
Message-ID: <20260515133422.317096-1-thomas.perale@mind.be> (raw)
In-Reply-To: <20260501123100.1918951-50-bernd@kuhls.net>

In reply of:
> https://github.com/psf/requests/releases/tag/v2.33.1
> 
> https://github.com/psf/requests/releases/tag/v2.33.0
> Fixes CVE-2026-25645.
> 
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>

Applied to 2025.02.x & 2026.02.x. Thanks

> ---
>  package/python-requests/python-requests.hash | 4 ++--
>  package/python-requests/python-requests.mk   | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/package/python-requests/python-requests.hash b/package/python-requests/python-requests.hash
> index 1bc440667b..4fda8ea71e 100644
> --- a/package/python-requests/python-requests.hash
> +++ b/package/python-requests/python-requests.hash
> @@ -1,5 +1,5 @@
>  # md5, sha256 from https://pypi.org/pypi/requests/json
> -md5  cb3d3c58f07cf23f12c345f2c96a6f12  requests-2.32.5.tar.gz
> -sha256  dbba0bac56e100853db0ea71b82b4dfd5fe2bf6d3754a8893c3af500cec7d7cf  requests-2.32.5.tar.gz
> +md5  ebc3b42b51c6245524345d170e5d4c50  requests-2.33.1.tar.gz
> +sha256  18817f8c57c6263968bc123d237e3b8b08ac046f5456bd1e307ee8f4250d3517  requests-2.33.1.tar.gz
>  # Locally computed sha256 checksums
>  sha256  09e8a9bcec8067104652c168685ab0931e7868f9c8284b66f5ae6edae5f1130b  LICENSE
> diff --git a/package/python-requests/python-requests.mk b/package/python-requests/python-requests.mk
> index e5aa7006ee..3af00a7b9b 100644
> --- a/package/python-requests/python-requests.mk
> +++ b/package/python-requests/python-requests.mk
> @@ -4,9 +4,9 @@
>  #
>  ################################################################################
>  
> -PYTHON_REQUESTS_VERSION = 2.32.5
> +PYTHON_REQUESTS_VERSION = 2.33.1
>  PYTHON_REQUESTS_SOURCE = requests-$(PYTHON_REQUESTS_VERSION).tar.gz
> -PYTHON_REQUESTS_SITE = https://files.pythonhosted.org/packages/c9/74/b3ff8e6c8446842c3f5c837e9c3dfcfe2018ea6ecef224c710c85ef728f4
> +PYTHON_REQUESTS_SITE = https://files.pythonhosted.org/packages/5f/a4/98b9c7c6428a668bf7e42ebb7c79d576a1c3c1e3ae2d47e674b468388871
>  PYTHON_REQUESTS_SETUP_TYPE = setuptools
>  PYTHON_REQUESTS_LICENSE = Apache-2.0
>  PYTHON_REQUESTS_LICENSE_FILES = LICENSE
> -- 
> 2.47.3
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2026-05-15 13:34 UTC|newest]

Thread overview: 84+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-01 12:29 [Buildroot] [PATCH 01/75] package/python-aiohttp: bump version to 3.13.5 Bernd Kuhls
2026-05-01 12:29 ` [Buildroot] [PATCH 02/75] package/python-anyio: bump to 4.13.0 Bernd Kuhls
2026-05-01 12:29 ` [Buildroot] [PATCH 03/75] package/python-async-lru: bump version to 2.3.0 Bernd Kuhls
2026-05-01 12:29 ` [Buildroot] [PATCH 04/75] package/python-attrs: bump version to 26.1.0 Bernd Kuhls
2026-05-01 12:29 ` [Buildroot] [PATCH 05/75] package/python-bitarray: bump version to 3.8.1 Bernd Kuhls
2026-05-01 12:29 ` [Buildroot] [PATCH 06/75] package/python-bleak: bump version to 3.0.1 Bernd Kuhls
2026-05-01 12:29 ` [Buildroot] [PATCH 07/75] package/python-boto3: bump version to 1.43.1 Bernd Kuhls
2026-05-01 12:29 ` [Buildroot] [PATCH 08/75] package/python-botocore: " Bernd Kuhls
2026-05-01 12:29 ` [Buildroot] [PATCH 09/75] package/python-cbor2: security bump version to 5.9.0 Bernd Kuhls
2026-05-15 13:33   ` Thomas Perale via buildroot
2026-05-01 12:29 ` [Buildroot] [PATCH 10/75] package/python-certifi: bump version to 2026.4.22 Bernd Kuhls
2026-05-15 13:34   ` Thomas Perale via buildroot
2026-05-01 12:29 ` [Buildroot] [PATCH 11/75] package/python-click: bump version to 8.3.3 Bernd Kuhls
2026-05-01 12:29 ` [Buildroot] [PATCH 12/75] package/python-cryptography: bump to version 47.0.0 Bernd Kuhls
2026-05-01 12:29 ` [Buildroot] [PATCH 13/75] package/python-dbus-fast: bump version to 4.0.4 Bernd Kuhls
2026-05-01 12:29 ` [Buildroot] [PATCH 14/75] package/python-dtschema: bump version to 2026.4 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 15/75] package/python-editables: bump version to 0.6 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 16/75] package/python-fastapi: bump to version 0.136.1 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 17/75] package/python-filelock: bump version to 3.29.0 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 18/75] package/python-flask-smorest: bump version to 0.47.0 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 19/75] package/python-flask-wtf: bump version to 1.3.0 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 20/75] package/python-google-api-core: bump version to 2.30.3 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 21/75] package/python-googleapis-common-protos: bump version to 1.74.0 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 22/75] package/python-greenlet: bump version to 3.5.0 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 23/75] package/python-hiredis: bump version to 3.3.1 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 24/75] package/python-installer: bump version to 1.0.0 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 25/75] package/python-librt: bump version to 0.9.0 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 26/75] package/python-lmdb: security bump version to 2.2.0 Bernd Kuhls
2026-05-15 13:33   ` Thomas Perale via buildroot
2026-05-01 12:30 ` [Buildroot] [PATCH 27/75] package/python-mako: bump version to 1.3.12 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 28/75] package/python-marshmallow-sqlalchemy: bump version to 1.5.0 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 29/75] package/python-marshmallow: bump version to 4.3.0 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 30/75] package/python-matplotlib: security bump version to 3.10.9 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 31/75] package/python-more-itertools: bump version to 11.0.2 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 32/75] package/python-mypy: bump to version 1.20.2 Bernd Kuhls
2026-05-03 14:53   ` Julien Olivain via buildroot
2026-05-01 12:30 ` [Buildroot] [PATCH 33/75] package/python-packaging: bump version to 26.2 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 34/75] package/python-patch-ng: bump version to 1.19.1 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 35/75] package/python-pathspec: bump version to 1.1.1 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 36/75] package/python-pdm-backend: bump version to 2.4.8 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 37/75] package/python-pip: bump version to 26.1 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 38/75] package/python-platformdirs: bump version to 4.9.6 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 39/75] package/python-poetry-core: bump version to 2.3.2 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 40/75] package/python-proto-plus: bump version to 1.27.2 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 41/75] package/python-pyasn1: security bump version to 0.6.3 Bernd Kuhls
2026-05-15 13:34   ` Thomas Perale via buildroot
2026-05-01 12:30 ` [Buildroot] [PATCH 42/75] package/python-pygments: bump version to 2.20.0 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 43/75] package/python-pyicu: bump version to 2.16.2 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 44/75] package/python-pymodbus: bump version to 3.13.0 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 45/75] package/python-pyopenssl: security bump version to 26.1.0 Bernd Kuhls
2026-05-15 13:33   ` Thomas Perale via buildroot
2026-05-01 12:30 ` [Buildroot] [PATCH 46/75] package/python-pyroute2: bump version to 0.9.6 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 47/75] package/python-pytest: security bump version to 9.0.3 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 48/75] package/python-redis: bump version to 7.4.0 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 49/75] package/python-regex: bump version to 2026.4.4 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 50/75] package/python-requests: security bump version to 2.33.1 Bernd Kuhls
2026-05-15 13:34   ` Thomas Perale via buildroot [this message]
2026-05-01 12:30 ` [Buildroot] [PATCH 51/75] package/python-rich: bump to version 15.0.0 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 52/75] package/python-s3transfer: bump version to 0.17.0 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 53/75] package/python-scipy: bump version to 1.17.1 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 54/75] package/python-sentry-sdk: bump version to 2.58.0 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 55/75] package/python-setuptools-rust: bump version to 1.12.1 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 56/75] package/python-simplejson: bump version to 4.1.1 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 57/75] package/python-smbprotocol: bump version to 1.16.1 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 58/75] package/python-smbus2: bump to version 0.6.1 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 59/75] package/python-sqlalchemy: bump version to 2.0.49 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 60/75] package/python-starlette: bump version to 1.0.0 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 61/75] package/python-telnetlib3: bump version to 4.0.2 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 62/75] package/python-textual: bump version to 8.2.5 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 63/75] package/python-tomli: bump version to 2.4.1 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 64/75] package/python-tortoise-orm: bump version to 1.1.7 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 65/75] package/python-trove-classifiers: bump version to 2026.4.28.13 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 66/75] package/python-unittest-xml-reporting: bump version to 4.0.0 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 67/75] package/python-urwid: " Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 68/75] package/python-uswid: bump version to 0.6.0 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 69/75] package/python-uvicorn: bump version to 0.46.0 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 70/75] package/python-werkzeug: bump version to 3.1.8 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 71/75] package/python-wheel: security bump version to 0.47.0 Bernd Kuhls
2026-05-02 12:05   ` Julien Olivain via buildroot
2026-05-01 12:30 ` [Buildroot] [PATCH 72/75] package/python-xmodem: bump version to 0.5.0 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 73/75] package/python-zope-interface: bump version to 8.4 Bernd Kuhls
2026-05-01 12:30 ` [Buildroot] [PATCH 74/75] package/python-pylru: bump version to 1.3.1 Bernd Kuhls
2026-05-01 12:31 ` [Buildroot] [PATCH 75/75] package/python-cssutils: bump version to 2.15.0 Bernd Kuhls
2026-05-03 14:51 ` [Buildroot] [PATCH 01/75] package/python-aiohttp: bump version to 3.13.5 Julien Olivain via buildroot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260515133422.317096-1-thomas.perale@mind.be \
    --to=buildroot@buildroot.org \
    --cc=bernd@kuhls.net \
    --cc=thomas.perale@mind.be \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox