Commits
- 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:
90220ce4aca774c9006ca26d05cc35f9256fe6d5
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
Revert "portable: ci: add libtls/libressl"
Remove libtls/libressl as TLS isn't going to be supported in gotweb any
time soon.
This reverts commit 5ae325ebc8cde2d9c3810d385f9111597345d597.
- Commit:
5ae325ebc8cde2d9c3810d385f9111597345d597
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: ci: add libtls/libressl
Needed for TLS in gotwebd.
- Commit:
60595c94fcdd89f20a7f00f5ed2347fd4764c2c0
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: mention libevent dependency
This is now required to run gotwebd.
- 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:
2a00e21c0c6aadccf2d86abbeaa0252c54ae87db
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: initial Linux compilation
This commit modifies the GoT main branch to be able to compile it under
linux.
- 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.
- Commit:
d3f2ad5edfc8b98f7c83b5197519fe35d3e0f07e
- From:
- Thomas Adam <thomas.adam@smoothwall.net>
- Date:
regress: port cmdline tests
This commit introduces the 'make tests' target which will run the
cmdline/* tests.
- Commit:
7293142804d9e432cda75b24e7987b55640bcaab
- From:
- Thomas Adam <thomas@xteddy.org>
- Via:
- Thomas Adam <thomas.adam@smoothwall.net>
- Date:
autoconf: add wrapper script
This adds a 'autogen.sh' wrapper script for generating configure.
README.portable is also updated accordingly.
- Commit:
dd038bc6ec835ad3fd3c0b5303b8af9ad506c8cc
- From:
- Thomas Adam <thomas@xteddy.org>
- Via:
- Thomas Adam <thomas.adam@smoothwall.net>
- Date:
portable: initial Linux compilation
This commit modifies the GoT main branch to be able to compile it under
linux.