1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00

Update to 20200211

This commit is contained in:
Antoine Brodin 2020-02-29 20:44:13 +00:00
parent f5e6d043f7
commit d13d0a64a0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=527469
3 changed files with 5 additions and 15 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= dfvfs
PORTVERSION= 20200121
PORTVERSION= 20200211
CATEGORIES= security devel python
MASTER_SITES= https://github.com/log2timeline/dfvfs/releases/download/${PORTVERSION}/ \
LOCAL/antoine
@ -20,6 +20,7 @@ RUN_DEPENDS= libbde>=a:devel/libbde \
libfsntfs>=e:devel/libfsntfs \
libfvde>=0:sysutils/libfvde \
libfwnt>=e:devel/libfwnt \
libluksde>=e:devel/libluksde \
libqcow>=a:devel/libqcow \
libsigscan>=e:devel/libsigscan \
libsmdev>=a:devel/libsmdev \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1579697011
SHA256 (dfvfs-20200121.tar.gz) = 33abd173cee972c6da784ba018b24080c03c2ed9bc96429cdd4ba231fccdc16b
SIZE (dfvfs-20200121.tar.gz) = 78161691
TIMESTAMP = 1581500139
SHA256 (dfvfs-20200211.tar.gz) = 52a673d73a79be080714f3b175d7c8a5292f328846650c1c4ba584f5a23d4a6a
SIZE (dfvfs-20200211.tar.gz) = 79510175

View File

@ -1,11 +0,0 @@
--- 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: