pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/volatility



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Mar 12 11:36:07 UTC 2021

Modified Files:
        pkgsrc/security/volatility: Makefile

Log Message:
volatility: py-ujson does not support python 2.7

(hopefully) fix bulk builds


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/volatility/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/volatility/Makefile
diff -u pkgsrc/security/volatility/Makefile:1.13 pkgsrc/security/volatility/Makefile:1.14
--- pkgsrc/security/volatility/Makefile:1.13    Wed Mar 10 18:51:52 2021
+++ pkgsrc/security/volatility/Makefile Fri Mar 12 11:36:07 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2021/03/10 18:51:52 adam Exp $
+# $NetBSD: Makefile,v 1.14 2021/03/12 11:36:07 nia Exp $
 
 DISTNAME=      volatility-2.6.1
 CATEGORIES=    security
@@ -16,7 +16,8 @@ DEPENDS+=     ${PYPKGPREFIX}-cryptodome-[0-9
 DEPENDS+=      ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree
 DEPENDS+=      ${PYPKGPREFIX}-distorm3-[0-9]*:../../devel/py-distorm3
 DEPENDS+=      ${PYPKGPREFIX}-openpyxl-[0-9]*:../../textproc/py-openpyxl
-DEPENDS+=      ${PYPKGPREFIX}-ujson-[0-9]*:../../textproc/py-ujson
+# does not support python 2.7
+#DEPENDS+=     ${PYPKGPREFIX}-ujson-[0-9]*:../../textproc/py-ujson
 DEPENDS+=      ${PYPKGPREFIX}-yara-[0-9]*:../../security/py-yara
 
 REPLACE_PYTHON= tools/vtype_diff.py



Home | Main Index | Thread Index | Old Index