Commits
- 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!
- Commit:
21172b6740b44855888a74c6d40b8efd53744d02
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
Release 0.67
- Commit:
97799ccd4b67a81f97039305d4fdd66588da9962
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: add support for landlock
landlock is a new set of linux APIs that is conceptually similar to
unveil(2): the idea is to restrict what a process can do on a
specified part of the filesystem. There are some differences in the
behaviour: the major one being that the landlock ruleset is inherited
across execve(2).
This just restricts the libexec helpers by completely revoking ANY
filesystem access; after all they are the biggest attack surface. got
send/fetch/clone *may* end up spawning ssh(1), so at the moment is not
possible to landlock the main process.
From Omar Polo.
- Commit:
89425ac3087993a34063c921014369e3320d36a6
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
Release 0.66
- Commit:
7cacbda68302e35afc316f115b101992f4069493
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
Release 0.65
- Commit:
844307c69e1213b5967a67673e2ed02e0d34f181
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
Release 0.64
- Commit:
e13fe3fb5a1403300ce0653dc3ff74a6f33f9b43
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
release: 0.62
Update CHANGELOG and configure.ac for the 0.62 release.
- Commit:
fbbbc6078a0f61f247a3631a2858d490cbc44cb5
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: release 0.61
Update configure.ac and CHANGELOG for 0.61
- Commit:
5a7ef102e32811458b2bdf94bf772cc692504511
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
regress: enable tests
Enable the compilation and execution of the tests under regress/
- Commit:
0ca5b679a408be58a7330776fdb1a4748ca7a9bd
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: propagate AM_CFLAGS/AM_CPPFLAGS
Allow for warnings via AM_CFLAGS in a common Makefile, and let
those values propagate to all other Makefiles. Currently the more
useful checks are disabled until upstream changes are made to reduce
warnings.
While here, also fix the version string to remove quotes.
- Commit:
839511b2e2ef1858aa18758d757677b5b8af7269
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix typo in configure's libcrypto check; patch by Evan Silberman
- Commit:
326237a6c2a5c369201269e581d6eccd38376efc
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
FreeBSD: tighten UUID check
If UUID libraries are already detected, don't ignore them by then
checking pkg-config, etc.
Noticed by Christian "naddy" Weisgerber.
- Commit:
92a9e85d28a30997176ce0d3c2915e3ea70782c7
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: add FreeBSD support
This adds the capability to compile got-portable on FreeBSD.
- 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.