Opened 16 years ago
Closed 15 years ago
#16353 closed update (fixed)
Update autopsy to 2.10
Reported by: | dershow | Owned by: | ecronin (Eric Cronin) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt) | |
Port: | autopsy |
Description
I just downloaded and installed autopsy 2.10 from sleuthkit.org. It built, on my Macbook Pro, OS 10.5.4, "out of the box" with no changes and no problems at all. So I would think that it is probably very easy to update this port to the current version.
Thanks,
Attachments (1)
Change History (11)
comment:1 Changed 16 years ago by dershow
Cc: | dersh@… added |
---|
comment:2 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added; ecronin@… dersh@… removed |
---|---|
Owner: | changed from macports-tickets@… to ecronin@… |
Port: | autopsy added |
autopsy 2.10 requires sleuthkit >= 2.5.0 so this ticket depends on #16352.
comment:3 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Sorry, I meant sleuthkit >= 2.50.
Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | autopsy-2.10.diff added |
---|
comment:4 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
I spent some time updating the configure patch for autopsy 2.10. Don't know if it builds yet because #16352 is unresolved at this time.
comment:5 Changed 16 years ago by ecronin (Eric Cronin)
ditto on the unknown build... My local copy just has the updated checksums and distfiles and I was waiting on sleuthkit to work on it further. When #16352 closes if your updated autopsy port go ahead and commit it. You can take over maintainership if you want, otherwise add openmaintainer.
comment:6 Changed 16 years ago by ecronin (Eric Cronin)
err that should be "if your updated autopsy port builds clean"
comment:7 Changed 16 years ago by jmroot (Joshua Root)
Type: | enhancement → update |
---|
comment:9 Changed 15 years ago by lists@…
This should now be a request to update to Autopsy 2.20 or later.
Reason is that sleuthkit 3.0.x (now in macports) breaks earlier versions of Autopsy as some binaries have been renamed ( release notes here http://sourceforge.net/mailarchive/message.php?msg_name=3610F216-9684-4807-AB0F-05365053A6ED%40sleuthkit.org )
Symptom is:
$ autopsy -d /Users/dcorking/deleteme ERROR: Sleuth Kit dcat executable missing
A workaround for this breakage is to activate a 2.x version of sleuthkit:
$ sudo port activate sleuthkit@2.09_0 ---> Deactivating sleuthkit @3.0.1_0 ---> Activating sleuthkit @2.09_0
(If you don't have an earlier version, you will have to download it from the macports repository: http://trac.macports.org/wiki/howto/InstallingOlderPort )
FYI Debian has a similar open bug http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540514
comment:10 Changed 15 years ago by ecronin (Eric Cronin)
Resolution: | → fixed |
---|---|
Status: | new → closed |
An update to 2.21 was committed in r61821
Cc Me!