Commits


portable: update Makefiles sha1.c -> hash.c


portable: support infrastructure for gotd/gotsh Provide the ability for -portable to continue to compile, until such time that gotd and gotsh have been enabled in -portable.


move pack indexing code into new file lib/pack_index.c Prepares for sharing code between got-index-pack and future gotd(8).


portable: update Makefile.am Update got-{fetch,index,send}'s Makefile.am to include ratelimit.c for progress output.


portable: propagate AM_CFLAGS/AM_CPPFLAGS Allow for warnings via AM_CFLAGS in a common Makefile, and let those values propagate to all other Makefiles. Currently the more useful checks are disabled until upstream changes are made to reduce warnings. While here, also fix the version string to remove quotes.


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


libexec: honour libeexec path for helpers libexec is a common path which is understood by autotools, and should be honoured. Patch from Christian "naddy" Weisgerber


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


automake: Fix path to libexec directory The got_lib_privsep.h header expects the path to the libexec directory to be called GOT_LIBEXECDIR. At the moment it always falls back to using /usr/libexec. Fix what looks to be a typo.


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