Commits


fix typo in configure's libcrypto check; patch by Evan Silberman


FreeBSD: tighten UUID check If UUID libraries are already detected, don't ignore them by then checking pkg-config, etc. Noticed by Christian "naddy" Weisgerber.


portable: add FreeBSD support This adds the capability to compile got-portable on FreeBSD.


regress: port cmdline tests This commit introduces the 'make tests' target which will run the cmdline/* tests.


configure: bump version Follow the same version as got itself.


enable gotadmin Add gotadmin to configure.ac, etc., so it can be built and installed. OK thomas.adam


ncurses: only look for widechar version When checking for ncurses, only check against the widechar version of the library, otherwise the code won't work correctly, despite it compiling properly. Helped by Thomas Dickey.


portable: initial Linux compilation This commit modifies the GoT main branch to be able to compile it under linux.