notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
py-rekall Memory forensics analysis framework
1.7.2.r1.52_1 security Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.7.2.r1.52_1Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Unmaintained upstream, use security/py-volatility3 instead
Expired This port expired on: 2021-01-27
Maintainer: antoine@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2014-10-05 20:12:40
Last Update: 2021-01-28 18:56:11
SVN Revision: 563153
Also Listed In: python
License: GPLv2
WWW:
http://www.rekall-forensic.com/
Description:
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/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}rekall>0:security/py-rekall@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py37-rekall
Package flavors (<flavor>: <package>)
  • py37: py37-rekall
distinfo:
TIMESTAMP = 1551033000 SHA256 (google-rekall-1.7.2rc1-52-g0cba831_GH0.tar.gz) = 90edf50ab2fa643b59d79839b38741e7d8efaf88b015f6886e5161feb0810f6b SIZE (google-rekall-1.7.2rc1-52-g0cba831_GH0.tar.gz) = 5560819

Packages (timestamps in pop-ups are UTC):
py37-rekall
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--1.7.2.r1.52_1---1.7.2.r1.52_1-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py37-setuptools>0 : devel/py-setuptools@py37
  2. python3.7 : lang/python37
Runtime dependencies:
  1. py37-rekall_lib>=1.7.1 : security/py-rekall_lib@py37
  2. py37-rekall-core>=1.7.1 : security/py-rekall-core@py37
  3. py37-ipython5>=5.0.0 : devel/ipython5@py37
  4. py37-setuptools>0 : devel/py-setuptools@py37
  5. python3.7 : lang/python37
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
python:3.5+ shebangfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/google/rekall/tar.gz/1.7.2rc1-52-g0cba831?dummy=/
Collapse this list.
Port Moves
  • port moved to security/py-volatility3 on 2021-01-28
    REASON: Has expired: Unmaintained upstream, use security/py-volatility3 instead

Number of commits found: 25

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.7.2.r1.52_1
28 Jan 2021 18:56:11
Revision:563153Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports:

2021-01-24 www/sogo4: Unmaintained, please migrate to a newer version of sogo
2021-01-24 www/sogo4-activesync: Unmaintained, please migrate to a newer version
of sogo
2021-01-27 security/py-rekall_lib: Unmaintained upstream
2021-01-27 devel/py-rekall-efilter: Unmaintained upstream
2021-01-27 security/py-rekall: Unmaintained upstream, use
security/py-volatility3 instead
2021-01-27 security/py-rekall-core: Unmaintained upstream
2021-01-27 www/kurly: Upstream is gone
2021-01-27 security/regripper: Upstream repo disappeared
1.7.2.r1.52_1
27 Dec 2020 20:08:27
Revision:559419Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate rekall ports
1.7.2.r1.52_1
25 Jan 2020 13:03:55
Revision:524034Original commit files touched by this commit
antoine search for other commits by this committer
Update security/py-artifacts to 20200118
1.7.2.r1.52_1
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

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, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
1.7.2.r1.52
24 Feb 2019 20:16:08
Revision:493808Original commit files touched by this commit
antoine search for other commits by this committer
Update rekall to 1.7.2rc1-52
1.7.2.r1_2
12 Dec 2018 01:35:36
Revision:487272Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
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
1.7.2.r1_1
06 Aug 2018 11:23:41
Revision:476507Original commit files touched by this commit
antoine search for other commits by this committer
Attempt to unbreak ports depending on ipython
1.7.2.r1
24 May 2018 17:31:07
Revision:470797Original commit files touched by this commit
antoine search for other commits by this committer
Update to 1.7.2rc1
1.6.0_1
10 Mar 2018 17:46:06
Revision:464084Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
1.6.0
02 Dec 2017 09:22:02
Revision:455337Original commit files touched by this commit Sanity Test Failure
antoine search for other commits by this committer
Explicitely pass ipython FLAVOR in a few ports
1.6.0
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert Python ports to FLAVORS.

  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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.6.0
09 Jan 2017 18:56:08
Revision:431014Original commit files touched by this commit
antoine search for other commits by this committer
Un-ignore after ipython upgrade
1.6.0
07 Jan 2017 16:42:10
Revision:430814Original commit files touched by this commit
antoine search for other commits by this committer
- Update py-rekall-core to 1.6.0
- Ignore py-rekall_gui: doesn't work with py-rekall-core 1.6.0 yet
- Ignore py-rekall: requires ipython 5.0.0
1.5.2
02 Nov 2016 22:45:14
Revision:425174Original commit files touched by this commit
mat search for other commits by this committer
Cleanup no longer needed CHMOD usage after r424898.

PR:		213743
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
1.5.2
16 Jul 2016 10:23:05
Revision:418626Original commit files touched by this commit
antoine search for other commits by this committer
Update py-rekall/py-rekall-core to 1.5.2
1.5.1
17 Jun 2016 19:33:07
Revision:417028Original commit files touched by this commit
antoine search for other commits by this committer
Update to 1.5.1
1.5.0
16 Apr 2016 13:31:18
Revision:413440Original commit files touched by this commit
antoine search for other commits by this committer
Update rekall to 1.5.0
1.4.1_1
01 Apr 2016 14:25:18
Revision:412349Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
1.4.1_1
23 Mar 2016 09:20:35
Revision:411691Original commit files touched by this commit
vsevolod search for other commits by this committer
- Update libsodium to 1.0.8
- Bump revisions of all dependant ports

PR:		206482
Submitted by:	lev, w.schwarzenfeld@aon.at
1.4.1
10 Sep 2015 21:21:49
Revision:396604Original commit files touched by this commit
antoine search for other commits by this committer
Update rekall to 1.4.1
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
1.3.2_1
07 Jun 2015 15:02:47
Revision:388714Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix shebangs

Approved by:	portmgr blanket
MFH:		2015Q2
1.3.2
27 Apr 2015 15:45:00
Revision:384859Original commit files touched by this commit
antoine search for other commits by this committer
Update to 1.3.2
1.3.1
02 Apr 2015 17:19:43
Revision:383030Original commit files touched by this commit
antoine search for other commits by this committer
Update to 1.3.1

Announce:	http://rekall-forensic.blogspot.ch/2015/04/announcing-rekall-release-131-dammastock.html
1.2.0
21 Dec 2014 21:56:40
Revision:375198Original commit files touched by this commit
antoine search for other commits by this committer
Update to 1.2.0
1.1.0.b
05 Oct 2014 20:12:24
Revision:370110Original commit files touched by this commit
antoine search for other commits by this committer
New port: security/py-rekall

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/

Number of commits found: 25