Commits
- Commit:
62e037f1de942562a70addbbb4695c524f660160
- From:
- Thomas Adam <thomas.adam22@gmail.com>
- Date:
portable: README: mention libtls dependencies
- Commit:
e28ceabf9e2d8ad71b5cec0f4cba20ec0a3bd06d
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: README: mention jot's removal
Upstream has now moved from jot -> seq.
- Commit:
0edd41e7ce0cf33dfe6869bcd9e4ec60a0b9852a
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: README: installation of gitwrapper
Document the installation and packaging of gitwrapper for -portable
- Commit:
5007bd0d88e88e4e812dbb82ec4cf157920f62ea
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
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
- Commit:
04dafe6d485e256097b4ba708809d65f58247410
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: READMEs: update linux -> portable
The default branch in -portable has changed from linux -> portable, and
so the documentation needs updating as well.
- Commit:
5713faaf5800e9e90b79cb24ad3366c54a81db77
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: update READMEs
- Commit:
d9b944c72df6401d9aa2cdf40a196bb1b6066113
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
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.
- Commit:
20a7eac510ad75d6907371c4c121c5e870ade578
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: CI/README: update for coreutils
Mention that GNU coreutils is no longer required on *BSDs to run the
test suite.
- Commit:
529beb87076bdd7e139b49203080f45e70cfcc09
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: clarify release instructions
- Commit:
05345ace5375ae9a980633912315c289c71c9163
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: use a release variable for tarballs
When creating a release tarball, use a GOT_RELEASE variable to determine
the version of the release.
- Commit:
598139dd22c7c7517a6542803c64e88acd78b162
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
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.
- Commit:
ce0dfd3bb62113357893729a2c93fad0f82467da
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: update READMEs with release info
Document how to release a new `-portable` version.
- Commit:
585fb4308db8e9dd168f98d07dd6a3af76f6a415
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: explain how to sync/update -portable
Add a section to the README files explaining how -portable is
maintained.
- Commit:
61702ba622605efc0e731fd785b617714607e1ee
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: README: mention shortlog format
When writing -portable patches, mention the format of the commit's
shortlog.
- Commit:
e8da6c412759282e41c232887b3c9e4bdb3362e3
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
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.
- Commit:
bd1cad3c9446b4006bd159fed50020f16bd0919f
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: add libbsd to README
This adds libbsd to the README files to indicate a core dependency.
Originally from Ashish SHUKLA.
- Commit:
1317cd3ad27e14161537469bbc064a4805194e76
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: README: clarify jot for regress
When running the tests under Linux, jot(1) can be found in the
athena-jot package.
- Commit:
b26177ada1d244a139f037595c3d8119c8fcdb14
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: add support for DragonFlyBSD
This adds support for DragonFlyBSD.
- Commit:
e499844e1f1133e5e1dcf58d89f8e6444b91a3eb
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: update README
Mention which operating systems are supported.
- Commit:
ebc794c1eb8127eed3e38d5652f2834a38286589
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
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
- Commit:
6bfde1268002c4a3d3dd6c203edb3399339aaeae
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: fix READMEs
Remove conflict markers in README, and add mailing-list link to both
READMEs.
Noticed by stsp
- Commit:
2f4dd2c2551a389a9e13498a806657a921679554
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portability: fix typos
Fix some typos.
From Christian "naddy" Weisgerber
- Commit:
00ced238c405770dc7df7c18bd32ef055ee03793
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
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.