Blob


1 Got-portable Changelog
2 ======================
4 This file details portable-specific changes to make things work on systems
5 other than OpenBSD.
7 All changes are on top of the versioned changes listed in CHANGES.
9 # got-portable-0.75.1 (2022-09-13)
11 This is a bug-fix -portable release to address the following:
13 * portable: macos: look for GNU Bison in more places, based on whether brew or
14 MacPorts is in use, and failing to find Bison that way, look in a few
15 hard-coded but likely locations.
16 * portable: remove compat sys/queue.h -- this now makes libbsd a core
17 dependency on those systems which require it.
19 # got-portable 0.75 (2022-09-10)
21 * portable: import gotwebd
22 * portable: improve <sys/queue.h> inclusion
23 * portable: portably wrap socket functions between BSDs/Linux
24 * portable: improve homebrew support for MacOS
26 # got-portable 0.74 (2022-07-14)
28 * portable: made the 'date' command more portable in the test suite.
29 * portable: improved error-handling for commands on BSD-systems without
30 coreutils being installed.
31 * portable: reworked how 'sed' is wrapped portably, so that it now doesn't use
32 any bashisms, and will therefore run under strict POSIX-sh (dash on Ubuntu,
33 for instance).
35 # got-portable 0.73 (2022-07-04)
37 * Changes as found in got-0.73.
38 * portable: the libexec helpers now support Capsicum on FreeBSD, which is
39 similar to OpenBSD's pledge() syscall.
40 * Some portable work has taken place, but these have been merged upstream and
41 hence will be in the got-0.73 changes file.
43 # got-portable 0.71 (2022-06-23)
45 * portable: fix cross-compilation, from Leah Neukirchen
47 # got-portable 0.70 (2022-05-13)
49 * Changes from got-0.70; no -portable specific changes worth mentioning.
51 # got-portable 0.69 (2022-04-24)
53 * portable: added Apline Linux to the core set of OSes when checking CI/CD -
54 this therefore implies -portable can build on muscl as well as glibc.
55 * portable: fixed compilation of -portable on Alpine Linux with respect to
56 Landlock by using the correct header file.
57 * portable: added SipHash as a -portable implementation.
59 # got-portable 0.68.1 (2022-03-22)
61 * portable: fix up a bad merge whereby a code block that should have been
62 removed was left in-situ.
64 # got-portable 0.68 (2022-03-22)
66 * Changes from got-0.68
67 * portable: support for the following operating systems:
68 - FreeBSD
69 - NetBSD
70 - DragonFlyBSD
71 - MacOS
73 # got-portable 0.67; (2022-02-20)
75 * Changes from got-0.66
76 * Landlock support: portable now has support for the landlock API which
77 is similar to unveil(), allowing restrictions to which part of the
78 filesystem a process can access.
80 # got-portable 0.66; (2022-01-12)
82 * Changes from got-0.65
84 # got-portable 0.65; (2022-01-06)
86 * Added timespec*() compat-wrappers for BSD-time functions.
88 # got-portable 0.64; (2021-11-24)
90 * regress: make tests POSIX-compliant by making them run under dash (Ubuntu)
92 # got-portable 0.62; (2021-10-17)
94 * Changes from got-0.62
96 # got-portable 0.61; (2021-10-09)
98 * Port regress tests.
99 * Improve FreeBSD compatibility.
101 # got-portable 0.60; (2021-09-21)
103 * First portable version released for Linux.