svn commit: r524040 - in head/security/py-dfvfs: . files

Antoine Brodin antoine at FreeBSD.org
Sat Jan 25 15:06:18 UTC 2020


Author: antoine
Date: Sat Jan 25 15:06:17 2020
New Revision: 524040
URL: https://svnweb.freebsd.org/changeset/ports/524040

Log:
  Update to 20200121

Added:
  head/security/py-dfvfs/files/
  head/security/py-dfvfs/files/patch-dfvfs_vfs_tsk__file__entry.py   (contents, props changed)
Modified:
  head/security/py-dfvfs/Makefile
  head/security/py-dfvfs/distinfo

Modified: head/security/py-dfvfs/Makefile
==============================================================================
--- head/security/py-dfvfs/Makefile	Sat Jan 25 13:28:45 2020	(r524039)
+++ head/security/py-dfvfs/Makefile	Sat Jan 25 15:06:17 2020	(r524040)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dfvfs
-PORTVERSION=	20190902
+PORTVERSION=	20200121
 CATEGORIES=	security devel python
 MASTER_SITES=	https://github.com/log2timeline/dfvfs/releases/download/${PORTVERSION}/ \
 		LOCAL/antoine
@@ -28,9 +28,10 @@ RUN_DEPENDS=	libbde>=a:devel/libbde \
 		libvmdk>=e:devel/libvmdk \
 		libvshadow>=0:devel/libvshadow \
 		libvslvm>=e:devel/libvslvm \
+		${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dfdatetime>=0:security/py-dfdatetime@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dtfabric>=0:devel/py-dtfabric@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pycrypto>=0:security/py-pycrypto@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}idna>=0:dns/py-idna@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytsk>=0:sysutils/py-pytsk@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \
@@ -46,7 +47,6 @@ post-patch:
 	${REINPLACE_CMD} "s,share/doc/dfvfs,${DOCSDIR_REL}," ${WRKSRC}/setup.py
 
 do-test:
-	@${TOUCH} ${TEST_WRKSRC}/utils/__init__.py
 	@(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} run_tests.py)
 
 .include <bsd.port.mk>

Modified: head/security/py-dfvfs/distinfo
==============================================================================
--- head/security/py-dfvfs/distinfo	Sat Jan 25 13:28:45 2020	(r524039)
+++ head/security/py-dfvfs/distinfo	Sat Jan 25 15:06:17 2020	(r524040)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1567489245
-SHA256 (dfvfs-20190902.tar.gz) = 2cdada954726730c6563282599629d6dd9cff6fef6d905da892c0f98ac06f116
-SIZE (dfvfs-20190902.tar.gz) = 78025128
+TIMESTAMP = 1579697011
+SHA256 (dfvfs-20200121.tar.gz) = 33abd173cee972c6da784ba018b24080c03c2ed9bc96429cdd4ba231fccdc16b
+SIZE (dfvfs-20200121.tar.gz) = 78161691

Added: head/security/py-dfvfs/files/patch-dfvfs_vfs_tsk__file__entry.py
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-dfvfs/files/patch-dfvfs_vfs_tsk__file__entry.py	Sat Jan 25 15:06:17 2020	(r524040)
@@ -0,0 +1,11 @@
+--- dfvfs/vfs/tsk_file_entry.py.orig	2019-06-08 17:38:10 UTC
++++ dfvfs/vfs/tsk_file_entry.py
+@@ -105,7 +105,7 @@ class TSKTime(dfdatetime_interface.DateTimeValues):
+     microseconds = date_time_values.get('microseconds', 0)
+ 
+     self._timestamp = self._GetNumberOfSecondsFromElements(
+-        year, month, day_of_month, hours, minutes, seconds)
++        year, month, day_of_month, hours, minutes, seconds, None)
+     self.fraction_of_second = microseconds
+ 
+     if pytsk3.TSK_VERSION_NUM >= 0x040200ff:


More information about the svn-ports-all mailing list