From a65d2f7cdef55aee89e8fc9984df706eff65538a Mon Sep 17 00:00:00 2001 From: Jose Alonso Cardenas Marquez Date: Sat, 4 Sep 2021 21:06:04 -0500 Subject: security/gvm: update to 21.4.2 The following ports part of security gvm were updated security/gvmd: Update to 21.4.3 security/gvm-libs: Update to 21.4.2 security/openvas: Update to 21.4.2 security/py-ospd-openvas: Update to 21.4.2 security/py-ospd: Update to 21.4.3 security/greenbone-security-assistant: Update to 21.4.2 - Fix build on FreeBSD 11 [1] PR: 257653 Reported by: John Hein [1] --- security/py-ospd/files/patch-setup.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 security/py-ospd/files/patch-setup.py (limited to 'security/py-ospd/files/patch-setup.py') diff --git a/security/py-ospd/files/patch-setup.py b/security/py-ospd/files/patch-setup.py new file mode 100644 index 000000000000..91c26e03a037 --- /dev/null +++ b/security/py-ospd/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2021-09-04 19:49:01.514046000 -0500 ++++ setup.py 2021-09-04 20:24:10.187804000 -0500 +@@ -2,7 +2,7 @@ + from setuptools import setup + + packages = \ +-['ospd', 'ospd.command', 'tests', 'tests.command'] ++['ospd', 'ospd.command'] + + package_data = \ + {'': ['*']} -- cgit v1.2.3