aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/aimage
Commit message (Collapse)AuthorAgeFilesLines
* - Update WWWamdmi32019-06-061-1/+1
| | | | Approved by: portmgr blanket
* Update devel/readline to 8.0sunpoet2019-04-091-1/+1
| | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://tiswww.case.edu/php/chet/readline/CHANGES PR: 236156 Exp-run by: antoine
* Mark BROKEN on FreeBSD 12 and 13antoine2019-04-031-1/+8
| | | | | Reported by: pkg-fallout MFH: 2019Q2
* sysutils/aimage: Unbreak build with Clang 6tobik2018-06-063-4/+23
| | | | | | | | | | | - 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)
* Fix build on 11.x/12.xarved2018-03-102-1/+22
| | | | | PR: 226229 Submitted by: maintainer
* Remove all USE_OPENSSL occurrences.mat2017-03-151-2/+1
| | | | Sponsored by: Absolight
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* Add license, fix website URL and pass maintainership to submitter.delphij2015-05-212-4/+7
| | | | | PR: 198230 Submitted by: Chris Hutchinson
* 1: Stagify.vanilla2014-06-111-2/+1
| | | | 2: new format of LIB_DEPENDS.
* - Convert gmake,bzip2,xz to USESmiwi2014-05-291-1/+1
| | | | Approved by: portmgr
* [Errno 11] Resource Temporarily Unavailableglarkin2013-12-171-1/+1
| | | | | | | Reassigning my ports back to the pool with the hope of freeing up to do more FreeBSD work in the future. Submitted by: glarkin
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | sysutils)
* - Updated to 3.2.5glarkin2012-09-273-58/+4
| | | | Reported by: local portscout
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* - Unbreak after recent sysutils/afflib update changed some function names inglarkin2011-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 compilepav2011-01-151-0/+2
| | | | | Reported by: pointyhat Feature safe: yes
* - Update to 3.2.4sunpoet2010-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 compilepav2010-10-191-0/+2
| | | | Reported by: pointyhat
* Punt autoconf267->autoconf268ade2010-10-161-2/+2
|
* Unbreak by updating master siteserwin2010-10-071-3/+1
| | | | Submitted by: "Herbert J. Skuhra" <hskuhra@fastmail.fm>
* Mark BROKEN: does not fetcherwin2010-10-071-0/+2
|
* Reset maintainer:erwin2010-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.ade2010-09-161-2/+3
| | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
* - Update to 3.2.1.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.62ade2008-08-201-1/+4
| | | | Tested by: exp build run (erwin)
* aimage is the Advanced Disk Imager a tool to create forensic disk images.rafan2008-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>