Date: Monday, May 17, 2021 @ 23:29:27 Author: kpcyrd Revision: 936178
upgpkg: volatility3 1.0.1-2 - reproducible builds bytecode Modified: volatility3/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-17 23:21:49 UTC (rev 936177) +++ PKGBUILD 2021-05-17 23:29:27 UTC (rev 936178) @@ -4,7 +4,7 @@ pkgname=volatility3 pkgver=1.0.1 -pkgrel=1 +pkgrel=2 pkgdesc='Advanced memory forensics framework' url='https://github.com/volatilityfoundation/volatility3/wiki' arch=('any') @@ -21,6 +21,7 @@ build() { cd ${pkgname}-${pkgver} + export PYTHONHASHSEED=0 python setup.py build }
