Skip to content

Commit

Permalink
net/py-impacket: Update to 0.11.0
Browse files Browse the repository at this point in the history
- Take maintainership. Maintainer not show activity from 2019 and this port was
  marked like vulnerable from 2023-04-09

Approved by:	maintainer timeout
  • Loading branch information
alonsobsd committed Oct 2, 2023
1 parent d6ec7a5 commit c076d2a
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 6,584 deletions.
18 changes: 11 additions & 7 deletions net/py-impacket/Makefile
@@ -1,12 +1,10 @@
PORTNAME= impacket
PORTVERSION= 0.9.17
PORTREVISION= 1
PORTVERSION= 0.11.0
CATEGORIES= net python
MASTER_SITES= PYPI \
https://github.com/CoreSecurity/impacket/releases/download/impacket_${PORTVERSION:S,.,_,g}/
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= contato@kanazuchi.com
MAINTAINER= acm@FreeBSD.org
COMMENT= Collection of Python classes providing access to network packets
WWW= https://www.coresecurity.com/corelabs-research/open-source-tools/impacket

Expand All @@ -15,8 +13,14 @@ LICENSE_COMB= multi
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pcapy>=0:net/py-pcapy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pycryptodome>0:security/py-pycryptodome@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}pycryptodomex>0:security/py-pycryptodomex@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ldap3>0:net/py-ldap3@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}Flask>0:www/py-flask@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}charset-normalizer>0:textproc/py-charset-normalizer@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ldapdomaindump>0:net/py-ldapdomaindump@${PY_FLAVOR}

USES= dos2unix python
USE_PYTHON= autoplist distutils
Expand Down
6 changes: 3 additions & 3 deletions net/py-impacket/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1535712677
SHA256 (impacket-0.9.17.tar.gz) = 68d47b101392e68e7abeb4a99e7b22f455f5879a5ef1d7c6bd0fc02b373a6858
SIZE (impacket-0.9.17.tar.gz) = 1197897
TIMESTAMP = 1695272809
SHA256 (impacket-0.11.0.tar.gz) = ee4039b4d2aede8f5f64478bc59faac86036796be24dea8dc18f009fb0905e4a
SIZE (impacket-0.11.0.tar.gz) = 1502931

0 comments on commit c076d2a

Please sign in to comment.