aboutsummaryrefslogtreecommitdiff
path: root/sysutils/aimage/files
Commit message (Collapse)AuthorAgeFilesLines
* Fix build on 12 and 13Carlo Strub2020-06-101-0/+47
| | | | | | | | | PR: 246273 Submitted by: maintainer Reviewed by: tobik@ Notes: svn path=/head/; revision=538432
* sysutils/aimage: Unbreak build with Clang 6Tobias Kortkamp2018-06-062-4/+19
| | | | | | | | | | | | | | - Also fix build with LibreSSL: The configure script checks that libssl has ssl3_new() which LibreSSL doesn't have but aimage itself never uses it, so pretend it's there to pass the check. PR: 228756 Reported by: Chris Hutchinson <portmaster@bsdforge.com> Submitted by: tobik Approved by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer) Notes: svn path=/head/; revision=471840
* Fix build on 11.x/12.xTilman Keskinoz2018-03-091-0/+20
| | | | | | | | PR: 226229 Submitted by: maintainer Notes: svn path=/head/; revision=463984
* - Updated to 3.2.5Greg Larkin2012-09-261-54/+0
| | | | | | | Reported by: local portscout Notes: svn path=/head/; revision=304931
* - Unbreak after recent sysutils/afflib update changed some function names inGreg Larkin2011-01-141-0/+54
| | | | | | | | | | | | header files used by aimage - Fix warnings about passing std::string objects to printf - Take maintainership Reported by: pointyhat (via pav) Feature safe: yes Notes: svn path=/head/; revision=267804
* - Update to 3.2.4Sunpoet Po-Chuan Hsieh2010-10-261-11/+0
| | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=263600
* aimage is the Advanced Disk Imager a tool to create forensic disk images.Rong-En Fan2008-04-061-0/+11
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> Notes: svn path=/head/; revision=210657