svn commit: r349467 - in head/net/py-impacket: . files
Antoine Brodin
antoine at FreeBSD.org
Fri Mar 28 21:58:18 UTC 2014
Author: antoine
Date: Fri Mar 28 21:58:17 2014
New Revision: 349467
URL: http://svnweb.freebsd.org/changeset/ports/349467
QAT: https://qat.redports.org/buildarchive/r349467/
Log:
- Update to 0.9.11
- Apache license 1.1 is now in the framework
PR: ports/187973
Submitted by: KATO Tsuguru
Modified:
head/net/py-impacket/Makefile
head/net/py-impacket/distinfo
head/net/py-impacket/files/patch-setup.py
head/net/py-impacket/pkg-descr
Modified: head/net/py-impacket/Makefile
==============================================================================
--- head/net/py-impacket/Makefile Fri Mar 28 21:44:48 2014 (r349466)
+++ head/net/py-impacket/Makefile Fri Mar 28 21:58:17 2014 (r349467)
@@ -2,18 +2,16 @@
# $FreeBSD$
PORTNAME= impacket
-PORTVERSION= 0.9.10
+PORTVERSION= 0.9.11
CATEGORIES= net python
-MASTER_SITES= GOOGLE_CODE
+MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports at FreeBSD.org
COMMENT= Collection of Python classes providing access to network packets
-LICENSE= AL11
-LICENSE_NAME= Apache License version 1.1
+LICENSE= APACHE11
LICENSE_FILE= ${WRKSRC}/LICENSE
-LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pcapy>=0:${PORTSDIR}/net/py-pcapy \
${PYTHON_PKGNAMEPREFIX}pycrypto>=0:${PORTSDIR}/security/py-pycrypto
@@ -23,16 +21,13 @@ USE_PYTHON= yes
USE_PYDISTUTILS=yes
PYDISTUTILS_AUTOPLIST=yes
-PORTDOCS= README
+PORTDOCS= *
OPTIONS_DEFINE= DOCS
-.include <bsd.port.options.mk>
-
post-install:
-.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
-.endif
+ ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
+ cd ${WRKSRC}/impacket && ${COPYTREE_SHARE} testcases ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
Modified: head/net/py-impacket/distinfo
==============================================================================
--- head/net/py-impacket/distinfo Fri Mar 28 21:44:48 2014 (r349466)
+++ head/net/py-impacket/distinfo Fri Mar 28 21:58:17 2014 (r349467)
@@ -1,2 +1,2 @@
-SHA256 (impacket-0.9.10.tar.gz) = 6d9e2b91f825c3bdfb9b5f42419900fcc7739257cbb5eac48ee8d8f68166092b
-SIZE (impacket-0.9.10.tar.gz) = 435448
+SHA256 (impacket-0.9.11.tar.gz) = e0b4e5174b869efa35c3068ee55ac3c2364706b59ffc43cd9e3c2f75f5accf2d
+SIZE (impacket-0.9.11.tar.gz) = 779016
Modified: head/net/py-impacket/files/patch-setup.py
==============================================================================
--- head/net/py-impacket/files/patch-setup.py Fri Mar 28 21:44:48 2014 (r349466)
+++ head/net/py-impacket/files/patch-setup.py Fri Mar 28 21:58:17 2014 (r349467)
@@ -1,10 +1,11 @@
---- ./setup.py.orig 2013-05-08 13:57:03.000000000 +0000
-+++ ./setup.py 2013-05-08 13:57:03.000000000 +0000
-@@ -21,7 +21,5 @@
+--- ./setup.py.orig 2014-01-30 16:07:52.000000000 +0000
++++ ./setup.py 2014-03-26 22:12:00.000000000 +0000
+@@ -21,8 +21,4 @@
platforms = ["Unix","Windows"],
- packages = ['impacket', 'impacket.dcerpc', 'impacket.examples'],
+ packages = ['impacket', 'impacket.dcerpc', 'impacket.examples', 'impacket.dcerpc.v5'],
scripts = glob.glob(os.path.join('examples', '*.py')),
-- data_files = [(os.path.join('share', 'doc', PACKAGE_NAME),
-- ['README', 'LICENSE']+glob.glob('doc/*'))],
-
+- data_files = [(os.path.join('share', 'doc', PACKAGE_NAME), ['README', 'LICENSE']+glob.glob('doc/*')),
+- (os.path.join('share', 'doc', PACKAGE_NAME, 'testcases', 'dot11'),glob.glob('impacket/testcases/dot11/*')),
+- (os.path.join('share', 'doc', PACKAGE_NAME, 'testcases', 'ImpactPacket'),glob.glob('impacket/testcases/ImpactPacket/*')),
+- (os.path.join('share', 'doc', PACKAGE_NAME, 'testcases', 'SMB-RPC'),glob.glob('impacket/testcases/SMB-RPC/*'))],
)
Modified: head/net/py-impacket/pkg-descr
==============================================================================
--- head/net/py-impacket/pkg-descr Fri Mar 28 21:44:48 2014 (r349466)
+++ head/net/py-impacket/pkg-descr Fri Mar 28 21:58:17 2014 (r349467)
@@ -1,14 +1,11 @@
-Impacket is a collection of Python classes focused
-on providing access to network packets.
-Impacket allows Python developers to craft and decode
-network packets in simple and consistent manner.
-It includes support for low-level protocols such as
-IP, UDP and TCP, as well as higher-level protocols
-such as NMB and SMB. Impacket is highly effective
-when used in conjunction with a packet capture utility
-or package such as Pcapy. Packets can be constructed
-from scratch, as well as parsed from raw data. Furthermore,
-the object oriented API makes it simple to work with deep
-protocol hierarchies.
+Impacket is a collection of Python classes focused on providing access
+to network packets. Impacket allows Python developers to craft and
+decode network packets in simple and consistent manner. It includes
+support for low-level protocols such as IP, UDP and TCP, as well as
+higher-level protocols such as NMB and SMB. Impacket is highly effective
+when used in conjunction with a packet capture utility or package such
+as Pcapy. Packets can be constructed from scratch, as well as parsed
+from raw data. Furthermore, the object oriented API makes it simple to
+work with deep protocol hierarchies.
-WWW: http://oss.coresecurity.com/projects/impacket.html
+WWW: http://corelabs.coresecurity.com/index.php?module=Wiki&action=view&type=tool&name=Impacket
More information about the svn-ports-all
mailing list