From 905287d9bc42ef2a81a4b019a2c30412edb6af75 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sat, 29 Nov 2025 12:11:19 -0800 Subject: =?UTF-8?q?security/cowrie:=20update=202.5.0=20=E2=86=92=202.9.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported by: portscout --- security/cowrie/files/patch-pyproject.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 security/cowrie/files/patch-pyproject.toml (limited to 'security/cowrie/files/patch-pyproject.toml') diff --git a/security/cowrie/files/patch-pyproject.toml b/security/cowrie/files/patch-pyproject.toml new file mode 100644 index 000000000000..eb1609e81434 --- /dev/null +++ b/security/cowrie/files/patch-pyproject.toml @@ -0,0 +1,17 @@ +--- pyproject.toml.orig 2025-11-28 09:45:07 UTC ++++ pyproject.toml +@@ -1,13 +1,11 @@ + [build-system] +-requires = ["setuptools>=80", "setuptools-scm>=8"] ++requires = ["setuptools", "setuptools-scm>=8"] + build-backend = "setuptools.build_meta" + + [project] + name = "cowrie" + dynamic = ["version"] + description="Cowrie SSH/Telnet Honeypot." +-license="BSD-3-Clause" +-license-files = [ "LICENSE.rst" ] + authors = [ {name = "Michel Oosterhof", email="michel@oosterhof.net"}, ] + maintainers = [ {name = "Michel Oosterhof", email="michel@oosterhof.net"}, ] + keywords=["ssh", "telnet", "honeypot"] -- cgit v1.2.3