Commit Briefs

5007bd0d88 Thomas Adam

portable: linux: add libmd

On some systems libmd isn't explicitly implied, so detect this via pkg-config at configure time. Problem reported by @stsp


04dafe6d48 Thomas Adam

portable: READMEs: update linux -> portable

The default branch in -portable has changed from linux -> portable, and so the documentation needs updating as well.


5713faaf58 Thomas Adam

portable: update READMEs


d9b944c72d Thomas Adam

portable: add missing header checks

Some code in compat/ has #defines which were not being checked for in configure.ac, which could have lead to compilation failures were those files to be included on systems which needed them. In doing so, we can now remove libmd and libcrypto as these are no longer needed.


20a7eac510 Thomas Adam

portable: CI/README: update for coreutils

Mention that GNU coreutils is no longer required on *BSDs to run the test suite.


529beb8707 Thomas Adam

portable: clarify release instructions


05345ace53 Thomas Adam

portable: use a release variable for tarballs

When creating a release tarball, use a GOT_RELEASE variable to determine the version of the release.


598139dd22 Thomas Adam

portable: add repo version to main string

When compiling got-portable from source, outside of an official release tarball, it's often helpful to know which commit the binary was built from, especially for diagnostic purposes. This adds an extra hook to AC_INIT to derive whether -portable is being built in-tree or via a release tarball.


ce0dfd3bb6 Thomas Adam

portable: update READMEs with release info

Document how to release a new `-portable` version.


585fb4308d Thomas Adam

portable: explain how to sync/update -portable

Add a section to the README files explaining how -portable is maintained.


61702ba622 Thomas Adam

portable: README: mention shortlog format

When writing -portable patches, mention the format of the commit's shortlog.


e8da6c4127 Thomas Adam

portable: regress: harden coreutils check

When running tests on non-Linux systems, it was just assumed that GNU coreutils had been installed. This meant that the wrapper commands for date/ln on those systems always had gdate and gln installed. Rather than assume that, check to see if the GNU coreutils versions as present, and if not echo a warning.


bd1cad3c94 Thomas Adam

portable: add libbsd to README

This adds libbsd to the README files to indicate a core dependency. Originally from Ashish SHUKLA.


1317cd3ad2 Thomas Adam

portable: README: clarify jot for regress

When running the tests under Linux, jot(1) can be found in the athena-jot package.


b26177ada1 Thomas Adam

portable: add support for DragonFlyBSD

This adds support for DragonFlyBSD.


e499844e1f Thomas Adam

portable: update README

Mention which operating systems are supported.


ebc794c1eb Thomas Adam

README: mention bison as a required component

Although configure.ac will for the presence of bison, the READMEs didn't say that was a required program. Patch from Carlos Torres


6bfde12680 Thomas Adam

portable: fix READMEs

Remove conflict markers in README, and add mailing-list link to both READMEs. Noticed by stsp


2f4dd2c255 Thomas Adam

portability: fix typos

Fix some typos. From Christian "naddy" Weisgerber


00ced238c4 Thomas Adam

README: add for Github mirroring purposes

Add a .github/README.md file so that the read-only clone of GoT on Github, which is used for CI purposes, explains the project. Also, update the README.portable vesion to patch.