Commit Briefs

Thomas Adam

portable: add repo version to main string (ta/version)

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.


Thomas Adam

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.


Thomas Adam

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.


Thomas Adam

portable: gotwebd: handle setres{g,u}id

This isn't defined on all systems.


Thomas Adam

portable: ci: macos: add libressl


Thomas Adam

portable: add setproctitle

This is needed for gotwebd.


Thomas Adam

portable: gotwebd: first stab at compilation

This is not yet "clean", but does compile. A few things to consider: * See comments beginning with "TA:"


Thomas Adam

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@


Thomas Adam

portable: set next version


Thomas Adam

portable: set next version


Thomas Adam

portable: release 0.73 (tags/0.73)


Thomas Adam

portable: set next version



Thomas Adam

portable: set next version


Thomas Adam

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.


Thomas Adam

Release 0.69 (tags/0.69)


Thomas Adam

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.


Thomas Adam

Release 0.68.1 (tags/0.68.1)

Update CHANGELOG and configure.ac for the 0.68.1 release


Thomas Adam

Release 0.68 (tags/0.68)

Update CHANGELOG and configure.ac for the -portable 0.68 release.


Thomas Adam

portable: enable got-read-patch

Allow the libexec helper, `got-read-patch` to be compiled, portably.


Thomas Adam

portable: add support for DragonFlyBSD

This adds support for DragonFlyBSD.


Thomas Adam

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.


Thomas Adam

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.


Thomas Adam

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!


Thomas Adam

Release 0.67 (tags/0.67)