From 1a55753f49342474c94c5aa7c87db89b541ab931 Mon Sep 17 00:00:00 2001 From: Jose Alonso Cardenas Marquez Date: Mon, 23 Dec 2024 21:06:09 -0800 Subject: net/py-impacket: Update to 0.12.0 --- net/py-impacket/files/patch-setup.py | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'net/py-impacket/files/patch-setup.py') diff --git a/net/py-impacket/files/patch-setup.py b/net/py-impacket/files/patch-setup.py index a51310c57088..3706e4a0bb62 100644 --- a/net/py-impacket/files/patch-setup.py +++ b/net/py-impacket/files/patch-setup.py @@ -1,6 +1,6 @@ ---- setup.py.orig 2023-09-21 00:08:28.427651000 -0500 -+++ setup.py 2023-09-21 00:09:29.055566000 -0500 -@@ -39,12 +39,6 @@ +--- setup.py.orig 2024-12-24 05:02:53 UTC ++++ setup.py +@@ -41,12 +41,6 @@ except Exception: except Exception: VER_LOCAL = "" @@ -13,11 +13,12 @@ def read(fname): return open(os.path.join(os.path.dirname(__file__), fname)).read() -@@ -66,7 +60,6 @@ +@@ -69,8 +63,6 @@ setup( 'impacket.examples.ntlmrelayx.servers.socksplugins', 'impacket.examples.ntlmrelayx.utils', 'impacket.examples.ntlmrelayx.attacks', 'impacket.examples.ntlmrelayx.attacks.httpattacks'], scripts=glob.glob(os.path.join('examples', '*.py')), - data_files=data_files, - install_requires=['pyasn1>=0.2.3', 'pycryptodomex', 'pyOpenSSL>=21.0.0', 'six', 'ldap3>=2.5,!=2.5.2,!=2.5.0,!=2.6', - 'ldapdomaindump>=0.9.0', 'flask>=1.0', 'future', 'charset_normalizer', 'dsinternals'], - extras_require={'pyreadline:sys_platform=="win32"': [], +- + install_requires=['pyasn1>=0.2.3', 'pyasn1_modules', 'pycryptodomex', 'pyOpenSSL==24.0.0', 'six', 'ldap3>=2.5,!=2.5.2,!=2.5.0,!=2.6', + 'ldapdomaindump>=0.9.0', 'flask>=1.0', 'setuptools', 'charset_normalizer'], + extras_require={':sys_platform=="win32"': ['pyreadline3'], -- cgit v1.2.3