forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
hashdeep, aka md5deep, is a very solid tool used to audit systems.
https://en.wikipedia.org/wiki/Md5deep
It would be quite useful to have it, also for SmartOS GZ.
Unfortunately at the moment it is not available on pkgsrc:
,---. | ,---. ,---.
`---. ,-.-. ,---. ,---. |--- | | `---. base-64-lts
| | | | ,---| | | | | | 24.4.1
`---' ` ' ' `---' ` `---' `---' `---'
[root@base ~]# pkgin search hashdeep
No results found for hashdeep
# pkgin search md5deep
No results found for md5deep
I tried to compile it, and I got several warnings and 2 error:
main.cpp: In function 'void hash_init_sha1(void*)':
main.cpp:319:5: error: '__assert' was not declared in this scope; did you mean 'assert'?
319 | assert(sizeof(sha1_context) < MAX_ALGORITHM_CONTEXT_SIZE);
| ^~~~~~
main.cpp: In function 'int main(int, char**)':
main.cpp:1250:3: error: '__assert' was not declared in this scope; did you mean 'assert'?
1250 | assert(sizeof(off_t)==8);
| ^~~~~~
gmake[2]: *** [Makefile:482: main.o] Error 1
gmake[2]: Leaving directory '/hashdeep/src'
gmake[1]: *** [Makefile:390: all-recursive] Error 1
gmake[1]: Leaving directory '/hashdeep'
gmake: *** [Makefile:330: all] Error 2
Would you please consider adding hashdeep to pkgsrc, and also to the tools set for SmartOS GZ?
Metadata
Metadata
Assignees
Labels
No labels