From 7799e1d50db3c6b81ed69a15c01bc80904087d43 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Tue, 2 Sep 2025 18:42:53 +0200 Subject: [PATCH] python-eventlet: update to 0.40.3 This update fixes GHSA-hw6f-rjfj-j7j7 / CVE-2025-58068 in the python-eventlet package. --- mingw-w64-python-eventlet/PKGBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-eventlet/PKGBUILD b/mingw-w64-python-eventlet/PKGBUILD index 0e4f975094..4c718c65a2 100644 --- a/mingw-w64-python-eventlet/PKGBUILD +++ b/mingw-w64-python-eventlet/PKGBUILD @@ -3,14 +3,17 @@ _realname=eventlet pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=0.40.2 +pkgver=0.40.3 pkgrel=1 pkgdesc="Highly concurrent networking library (mingw-w64)" arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url='https://eventlet.net/' msys2_repository_url="https://github.com/eventlet/eventlet" +msys2_changelog_url='https://github.com/eventlet/eventlet/blob/master/NEWS' msys2_references=( + 'anitya: 13191' + 'archlinux: python-eventlet' 'purl: pkg:pypi/eventlet' ) license=('spdx:MIT') @@ -33,7 +36,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-psycopg2" "${MINGW_PACKAGE_PREFIX}-python-mock" "${MINGW_PACKAGE_PREFIX}-python-pyzmq") source=(https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz) -sha256sums=('42636c277f761d026905cd0ba0a11edec7600001be401d6ae7e9546559c8d8b0') +sha256sums=('290852db0065d78cec17a821b78c8a51cafb820a792796a354592ae4d5fceeb0') prepare() { cd "${srcdir}/${_realname}-${pkgver}"