Update to 20190331
Announce: http://blog.kiddaland.net/2019/04/plaso-20190331-released.html
This commit is contained in:
parent
13fc1375e9
commit
29ee01d868
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498332
2 changed files with 4 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= plaso
|
||||
PORTVERSION= 20190131
|
||||
PORTVERSION= 20190331
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= https://github.com/log2timeline/plaso/releases/download/${PORTVERSION}/ \
|
||||
LOCAL/antoine
|
||||
|
@ -29,7 +29,6 @@ RUN_DEPENDS= libesedb>=e:devel/libesedb \
|
|||
${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}dfvfs>=0:security/py-dfvfs@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}dfwinreg>=0:security/py-dfwinreg@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}efilter>=0:devel/py-efilter@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}elasticsearch>=0:textproc/py-elasticsearch@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}lz4>=0:archivers/py-lz4@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pefile>=0:devel/py-pefile@${PY_FLAVOR} \
|
||||
|
@ -60,8 +59,6 @@ TEST_DEPENDS+= ca_root_nss>=0:security/ca_root_nss
|
|||
.endif
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} "/elasticsearch5/d" ${WRKSRC}/plaso/dependencies.py
|
||||
${REINPLACE_CMD} "/^\[elasticsearch5/,/^$$/d" ${WRKSRC}/dependencies.ini
|
||||
${REINPLACE_CMD} "s|'share', 'artifacts'|'share', '${PYTHON_PKGNAMEPREFIX}artifacts'|" \
|
||||
${WRKSRC}/plaso/cli/helpers/artifact_definitions.py
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1549017919
|
||||
SHA256 (plaso-20190131.tar.gz) = 0137785df7c2a414e4218d3fe346937eb73c33a759263070bc1c94a4a55a037e
|
||||
SIZE (plaso-20190131.tar.gz) = 110178539
|
||||
TIMESTAMP = 1554126298
|
||||
SHA256 (plaso-20190331.tar.gz) = caeee3c296308489575613cc933a40a25f176f1ca2669f0c6090b59ed04a5082
|
||||
SIZE (plaso-20190331.tar.gz) = 110184239
|
||||
|
|
Loading…
Reference in a new issue