aboutsummaryrefslogtreecommitdiff
path: root/security/py-rekall
Commit message (Collapse)AuthorAgeFilesLines
* Update rekall to 1.7.2rc1-52Antoine Brodin2019-02-242-8/+10
| | | | Notes: svn path=/head/; revision=493808
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Attempt to unbreak ports depending on ipythonAntoine Brodin2018-08-061-1/+2
| | | | Notes: svn path=/head/; revision=476507
* Update to 1.7.2rc1Antoine Brodin2018-05-243-10/+27
| | | | Notes: svn path=/head/; revision=470797
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-0/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* Explicitely pass ipython FLAVOR in a few portsAntoine Brodin2017-12-021-1/+1
| | | | Notes: svn path=/head/; revision=455337
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* Un-ignore after ipython upgradeAntoine Brodin2017-01-091-3/+1
| | | | Notes: svn path=/head/; revision=431014
* - Update py-rekall-core to 1.6.0Antoine Brodin2017-01-073-8/+22
| | | | | | | | - Ignore py-rekall_gui: doesn't work with py-rekall-core 1.6.0 yet - Ignore py-rekall: requires ipython 5.0.0 Notes: svn path=/head/; revision=430814
* Cleanup no longer needed CHMOD usage after r424898.Mathieu Arnold2016-11-021-3/+0
| | | | | | | | | | PR: 213743 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=425174
* Update py-rekall/py-rekall-core to 1.5.2Antoine Brodin2016-07-162-4/+4
| | | | Notes: svn path=/head/; revision=418626
* Update to 1.5.1Antoine Brodin2016-06-172-4/+5
| | | | Notes: svn path=/head/; revision=417028
* Update rekall to 1.5.0Antoine Brodin2016-04-162-7/+14
| | | | Notes: svn path=/head/; revision=413440
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Update libsodium to 1.0.8Vsevolod Stakhov2016-03-231-0/+1
| | | | | | | | | | - Bump revisions of all dependant ports PR: 206482 Submitted by: lev, w.schwarzenfeld@aon.at Notes: svn path=/head/; revision=411691
* Update rekall to 1.4.1Antoine Brodin2015-09-102-36/+6
| | | | | | | | | | It was split in 3 modules - security/py-rekall-core : CORE component with command line interface - security/py-rekall_gui : GUI with ipython and web interface - security/py-rekall : "meta" module Notes: svn path=/head/; revision=396604
* - Fix shebangsDmitry Marakasov2015-06-071-1/+3
| | | | | | | | Approved by: portmgr blanket MFH: 2015Q2 Notes: svn path=/head/; revision=388714
* Update to 1.3.2Antoine Brodin2015-04-272-4/+5
| | | | Notes: svn path=/head/; revision=384859
* Update to 1.3.1Antoine Brodin2015-04-022-6/+5
| | | | | | | Announce: http://rekall-forensic.blogspot.ch/2015/04/announcing-rekall-release-131-dammastock.html Notes: svn path=/head/; revision=383030
* Update to 1.2.0Antoine Brodin2014-12-212-4/+7
| | | | Notes: svn path=/head/; revision=375198
* New port: security/py-rekallAntoine Brodin2014-10-053-0/+58
The Rekall Framework is a completely open collection of tools, implemented in Python under the GNU General Public License, for the extraction of digital artifacts from volatile memory (RAM) samples. The extraction techniques are performed completely independent of the system being investigated but offer visibility into the runtime state of the system. The framework is intended to introduce people to the techniques and complexities associated with extracting digital artifacts from volatile memory samples and provide a platform for further work into this exciting area of research. WWW: http://www.rekall-forensic.com/ Notes: svn path=/head/; revision=370110