net/py-impacket: Update to 0.12.0

This commit is contained in:
Jose Alonso Cardenas Marquez 2024-12-23 21:06:09 -08:00
parent 105cea1e1c
commit 1a55753f49
No known key found for this signature in database
GPG key ID: 335B9246BA5E30F4
3 changed files with 12 additions and 11 deletions

View file

@ -1,5 +1,5 @@
PORTNAME= impacket PORTNAME= impacket
PORTVERSION= 0.11.0 PORTVERSION= 0.12.0
CATEGORIES= net python CATEGORIES= net python
MASTER_SITES= PYPI MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1695272809 TIMESTAMP = 1735016570
SHA256 (impacket-0.11.0.tar.gz) = ee4039b4d2aede8f5f64478bc59faac86036796be24dea8dc18f009fb0905e4a SHA256 (impacket-0.12.0.tar.gz) = 89587d1b836a5220d74848c934757962b382886dca8b1b4a0c44d693f2600643
SIZE (impacket-0.11.0.tar.gz) = 1502931 SIZE (impacket-0.12.0.tar.gz) = 1575482

View file

@ -1,6 +1,6 @@
--- setup.py.orig 2023-09-21 00:08:28.427651000 -0500 --- setup.py.orig 2024-12-24 05:02:53 UTC
+++ setup.py 2023-09-21 00:09:29.055566000 -0500 +++ setup.py
@@ -39,12 +39,6 @@ @@ -41,12 +41,6 @@ except Exception:
except Exception: except Exception:
VER_LOCAL = "" VER_LOCAL = ""
@ -13,11 +13,12 @@
def read(fname): def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read() 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.servers.socksplugins', 'impacket.examples.ntlmrelayx.utils',
'impacket.examples.ntlmrelayx.attacks', 'impacket.examples.ntlmrelayx.attacks.httpattacks'], 'impacket.examples.ntlmrelayx.attacks', 'impacket.examples.ntlmrelayx.attacks.httpattacks'],
scripts=glob.glob(os.path.join('examples', '*.py')), scripts=glob.glob(os.path.join('examples', '*.py')),
- data_files=data_files, - 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'], 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',
extras_require={'pyreadline:sys_platform=="win32"': [], 'ldapdomaindump>=0.9.0', 'flask>=1.0', 'setuptools', 'charset_normalizer'],
extras_require={':sys_platform=="win32"': ['pyreadline3'],