Commits
- Commit:
8dbd2d50a7c30d7ca51585cc0abf75594248153b
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: fix sys/queue,h detection
When checking for specific sys/queue.h declarations, ensure to add the
header file (sys/queue.h) to search, otherwise nothing will be found.
- 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:
512073980d39824ebc694507be294838a4dcc904
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: MacOS: export env from configure
Compiling -portable on MacOS directly would never have worked, as the
environment was only being set when run under CI.
Move these checks into configure.ac so that they propagate out to make,
etc.
Noticed by cjones on IRC.
- Commit:
25443dd1e0f215944df18fb7445d253be205bd58
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
Revert "portable: ci: macos: add libressl"
Remove dependency on libretls as TLS isn't going to be included in
gotwebd any time soon.
This reverts commit af7f5027866eea7b4299c2319f83d0eb18a395e6.
- Commit:
683ec58e0103a83ea39d34559fa855505f68bb74
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: gotwebd: handle setres{g,u}id
This isn't defined on all systems.
- Commit:
af7f5027866eea7b4299c2319f83d0eb18a395e6
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: ci: macos: add libressl
- Commit:
c4e2e0d08cd12c6197fc87034fe559fc4d6b3ef5
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: add setproctitle
This is needed for gotwebd.
- Commit:
ff36aeea6fe48eb9071eccc41d2a31a47d109be3
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: gotwebd: first stab at compilation
This is not yet "clean", but does compile. A few things to consider:
* See comments beginning with "TA:"
- Commit:
19467d598676c21cf908e3ee8f60a6e04306cede
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: honour sys/queue.h directly
Don't assert compat/queue.h in favour of what's on the system. When
-portable was first being developed, there were frequent clashes between
libbsd, and the check for sys/queue.h got lost in that noise.
Noticed by stsp@
- Commit:
d1ea27e3ceaf325bbedb07628a3921e8e101f5f4
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: set next version
- Commit:
9930e719b3174bc3b58bf0872775cb0a19514ecf
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: set next version
- Commit:
052997aeb0b7bb4d60a9afbbd91e3e3a67f5d08c
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: release 0.73
- Commit:
f620ae20ad85d852b04f084cdb86549ee4fff1bb
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: set next version
- Commit:
7f20c2a8f882b91c6e5d03ba371595eb0211126b
- From:
- Omar Polo <op@omarpolo.com>
- Date:
fix cross-compilation; diff from Leah Neukirchen (thanks!), ok thomas
- Commit:
0edd68a505ad052985d5d1337106587d2a165c0e
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: set next version
- Commit:
1b83b24bd96fd7c4d4077de65a78995c46e46503
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: set next version
Bump the version in git now to the next version. Over time, this should
really use the SHA1 to indicate a non-released build.
- Commit:
4a8eb02d8b529496f667f19a0980813d120010df
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
Release 0.69
- Commit:
ddd12270ff092d803b3e6fd6d9e6701a49bb5c65
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: add siphash implementation
Siphash is being used in place of murmurhash for object-id set as this
is faster. However, this isn't really seen much in the non-BSD
userspace, so provide an implementation for it portably, if one isn't
found.
- Commit:
0ca66e5e15801ca802d0821c046b892a1398535f
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
Release 0.68.1
Update CHANGELOG and configure.ac for the 0.68.1 release
- Commit:
8df4cb78aacdd4c37e7bbc84eaefb6ddef5462e1
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
Release 0.68
Update CHANGELOG and configure.ac for the -portable 0.68 release.
- Commit:
973f3f6e968a6729bf43c2421b75db48ff4626b4
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: enable got-read-patch
Allow the libexec helper, `got-read-patch` to be compiled, portably.
- Commit:
b26177ada1d244a139f037595c3d8119c8fcdb14
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: add support for DragonFlyBSD
This adds support for DragonFlyBSD.
- Commit:
d9e4d43f37814a1e0752ec2b6bae2882b69fa569
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: improve panelw detection
Rather than making certain checks for panelw dependant on the underlying
operating system, actually use pkg-config's detection mechanism
properly.
This makes the checking for panelw much easier and broader for other
OSes which might have either panelw or gnupanelw.
- Commit:
a3732bb6b798b7e4979938729f9047ebf6191027
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: support NetBSD
This adds support for NetBSD, using the following external dependencies:
libuuid
ncursesw
There is no CI (yet) as enabling that on Cirrus-CI requires some work,
so for now, these builds will be run manually before releases.
The test suite will also need tweaking to be fully supported but the key
tests are supported for now.
- Commit:
d24ddaa6a9de118f70658f7fd917c37cc787b425
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: include support for MacOS
This adds support for MacOS (Monteray onward, although should work on
older MacOSes).
The BSD wrapper for poll/ppoll has been lifted from the work the folks
over at OpenSSH have done -- thanks!