Date: Tue, 23 Jun 2026 07:23:10 +0000 From: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a5ce6de4a080 - main - net/py-impacket: Update to 0.13.1 Message-ID: <6a3a345e.3c545.33154d44@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by acm: URL: https://cgit.FreeBSD.org/ports/commit/?id=a5ce6de4a080c8c9f86f3f7b6adc2e86c900753b commit a5ce6de4a080c8c9f86f3f7b6adc2e86c900753b Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2026-06-23 07:21:47 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2026-06-23 07:21:47 +0000 net/py-impacket: Update to 0.13.1 --- net/py-impacket/Makefile | 3 +-- net/py-impacket/distinfo | 6 +++--- net/py-impacket/files/patch-setup.py | 11 +++++------ 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/net/py-impacket/Makefile b/net/py-impacket/Makefile index 75a3c2dd7a8e..0b2d41fcb5ff 100644 --- a/net/py-impacket/Makefile +++ b/net/py-impacket/Makefile @@ -1,6 +1,5 @@ PORTNAME= impacket -PORTVERSION= 0.12.0 -PORTREVISION= 3 +PORTVERSION= 0.13.1 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net/py-impacket/distinfo b/net/py-impacket/distinfo index 7873be94663e..336bb80cc49b 100644 --- a/net/py-impacket/distinfo +++ b/net/py-impacket/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1735016570 -SHA256 (impacket-0.12.0.tar.gz) = 89587d1b836a5220d74848c934757962b382886dca8b1b4a0c44d693f2600643 -SIZE (impacket-0.12.0.tar.gz) = 1575482 +TIMESTAMP = 1782199023 +SHA256 (impacket-0.13.1.tar.gz) = ed91c802b6beff6546afd2262942bc1a188b4671fb91ec751d46a1d66d28c2cf +SIZE (impacket-0.13.1.tar.gz) = 1737704 diff --git a/net/py-impacket/files/patch-setup.py b/net/py-impacket/files/patch-setup.py index 3706e4a0bb62..8079db822935 100644 --- a/net/py-impacket/files/patch-setup.py +++ b/net/py-impacket/files/patch-setup.py @@ -1,4 +1,4 @@ ---- setup.py.orig 2024-12-24 05:02:53 UTC +--- setup.py.orig 2026-06-23 07:20:45 UTC +++ setup.py @@ -41,12 +41,6 @@ except Exception: except Exception: @@ -13,12 +13,11 @@ def read(fname): return open(os.path.join(os.path.dirname(__file__), fname)).read() -@@ -69,8 +63,6 @@ setup( +@@ -69,7 +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', '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'], + + install_requires=['pyasn1>=0.2.3', 'pyasn1_modules', 'pycryptodomex', 'pyOpenSSL', 'six', 'ldap3>=2.5,!=2.5.2,!=2.5.0,!=2.6', + 'ldapdomaindump>=0.9.0', 'flask>=1.0', 'charset_normalizer'],home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a3a345e.3c545.33154d44>
