Commit Briefs

Omar Polo

improve libevent2 handling

* add configure check * change the way the headers are required (copied from tmux)


Omar Polo

sync release


Omar Polo

define HAVE_LANDLOCK accordingly


Omar Polo

add configure check and shim for landlock

First move towards landlock support (#3). The shim is needed until libc provides the proper wrappers for the landlock APIs; I hope it doesn't take too long, but landlock was merged back in May and are still missing.


Omar Polo

tag 1.7.3 (tags/1.7.3)

bump version number


Omar Polo

sort tests


Omar Polo

tag v1.7.1 (tags/1.7.1)

This version includes two bugfixes: - use ${MAKE} to recursively call make - fix the misleading example in the man page: macros name may not be reserved words Both bugs found and fixed by Anna “CyberTailor”, thanks!


Omar Polo

tag v1.7 (tags/1.7)




Omar Polo

check freedesktop's libbsd


Omar Polo

always append -W flags to CFLAGS


Omar Polo

refactor add_{cflags,ldflags}


Omar Polo

add --enable-sandbox

patch from Anna "CyberTailor" It's handy for helpers like ebuild's use_enable. (the sandbox is still always enabled by default)


Omar Polo

check libimsg too

patch from Anna "CyberTailor"