aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/aimage
Commit message (Collapse)AuthorAgeFilesLines
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
|
* - Unbreak after recent sysutils/afflib update changed some function names inGreg Larkin2011-01-152-3/+55
| | | | | | | | | header files used by aimage - Fix warnings about passing std::string objects to printf - Take maintainership Reported by: pointyhat (via pav) Feature safe: yes
* - Mark BROKEN: does not compilePav Lucistnik2011-01-151-0/+2
| | | | | Reported by: pointyhat Feature safe: yes
* - Update to 3.2.4Sunpoet Po-Chuan Hsieh2010-10-263-22/+4
| | | | | | | | | | | | | | | | | | | Changes: 2009-11-23: - src/imager.cpp (imager::start_imaging): fixed for threaded_hash. 20091022: - configure.ac: updated to version 3.2.3 - configure.ac: fixed the optimization flag stuff. - imager.cpp & imager.h: modified to work with threaded_hash and EVP system 20090905: - configure.ac: minor changes to compile under GCC +4.4 PR: ports/151683 Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> (maintainer) Approved by: pgollucci (mentor, implicit)
* - Mark BROKEN: does not compilePav Lucistnik2010-10-191-0/+2
| | | | Reported by: pointyhat
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-2/+2
|
* Unbreak by updating master sitesErwin Lansing2010-10-071-3/+1
| | | | Submitted by: "Herbert J. Skuhra" <hskuhra@fastmail.fm>
* Mark BROKEN: does not fetchErwin Lansing2010-10-071-0/+2
|
* Reset maintainer:Erwin Lansing2010-10-071-1/+1
| | | | | <chris@securityforensics.co.uk>: Host or domain name not found. Name service error for name=securityforensics.co.uk type=MX: Host not found, try again
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-161-2/+3
| | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
* - Update to 3.2.1.Marcelo Araujo2009-09-022-4/+4
| | | | | | PR: ports/137725 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Approved by: maintainer timeout ( > 2 weeks )
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+4
| | | | Tested by: exp build run (erwin)
* aimage is the Advanced Disk Imager a tool to create forensic disk images.Rong-En Fan2008-04-064-0/+43
aimage is a component the Advanced Forensics Format project. WWW: http://www.afflib.org PR: ports/122273 Submitted by: Chris Calvey <chris at securityforensics.co.uk>