mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
Update to 0.9.15
This commit is contained in:
parent
94bd398a24
commit
aaaf8ce1cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418627
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= impacket
|
||||
PORTVERSION= 0.9.14
|
||||
PORTVERSION= 0.9.15
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= CHEESESHOP \
|
||||
https://github.com/CoreSecurity/impacket/releases/download/impacket_${PORTVERSION:S,.,_,g}/
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (impacket-0.9.14.tar.gz) = 78a28021014c880da7336b529ed813f42c4a79fdc86d8ad38a579744abfcb71b
|
||||
SIZE (impacket-0.9.14.tar.gz) = 1038208
|
||||
TIMESTAMP = 1468664978
|
||||
SHA256 (impacket-0.9.15.tar.gz) = 26af9c0734525448e4a8d56c9c7b05df0146497ec71101c33812f3f3503201eb
|
||||
SIZE (impacket-0.9.15.tar.gz) = 1071958
|
||||
|
@ -1,8 +1,8 @@
|
||||
--- setup.py.orig 2015-05-05 09:53:44 UTC
|
||||
--- setup.py.orig 2016-06-29 09:52:25 UTC
|
||||
+++ setup.py
|
||||
@@ -21,9 +21,5 @@ setup(name = PACKAGE_NAME,
|
||||
platforms = ["Unix","Windows"],
|
||||
packages = ['impacket', 'impacket.dcerpc', 'impacket.examples', 'impacket.dcerpc.v5', 'impacket.dcerpc.v5.dcom', 'impacket.krb5'],
|
||||
packages = ['impacket', 'impacket.dcerpc', 'impacket.examples', 'impacket.dcerpc.v5', 'impacket.dcerpc.v5.dcom', 'impacket.krb5', 'impacket.ldap', 'impacket.examples.ntlmrelayx', 'impacket.examples.ntlmrelayx.clients', 'impacket.examples.ntlmrelayx.servers', 'impacket.examples.ntlmrelayx.utils'],
|
||||
scripts = glob.glob(os.path.join('examples', '*.py')),
|
||||
- data_files = [(os.path.join('share', 'doc', PACKAGE_NAME), ['README.md', 'LICENSE']+glob.glob('doc/*')),
|
||||
- (os.path.join('share', 'doc', PACKAGE_NAME, 'testcases', 'dot11'),glob.glob('impacket/testcases/dot11/*')),
|
||||
|
Loading…
Reference in New Issue
Block a user