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 (2022-09-10)
11 * portable: import gotwebd
12 * portable: improve <sys/queue.h> inclusion
13 * portable: portably wrap socket functions between BSDs/Linux
14 * portable: improve homebrew support for MacOS
16 # got-portable 0.74 (2022-07-14)
18 * portable: made the 'date' command more portable in the test suite.
19 * portable: improved error-handling for commands on BSD-systems without
20 coreutils being installed.
21 * portable: reworked how 'sed' is wrapped portably, so that it now doesn't use
22 any bashisms, and will therefore run under strict POSIX-sh (dash on Ubuntu,
23 for instance).
25 # got-portable 0.73 (2022-07-04)
27 * Changes as found in got-0.73.
28 * portable: the libexec helpers now support Capsicum on FreeBSD, which is
29 similar to OpenBSD's pledge() syscall.
30 * Some portable work has taken place, but these have been merged upstream and
31 hence will be in the got-0.73 changes file.
33 # got-portable 0.71 (2022-06-23)
35 * portable: fix cross-compilation, from Leah Neukirchen
37 # got-portable 0.70 (2022-05-13)
39 * Changes from got-0.70; no -portable specific changes worth mentioning.
41 # got-portable 0.69 (2022-04-24)
43 * portable: added Apline Linux to the core set of OSes when checking CI/CD -
44 this therefore implies -portable can build on muscl as well as glibc.
45 * portable: fixed compilation of -portable on Alpine Linux with respect to
46 Landlock by using the correct header file.
47 * portable: added SipHash as a -portable implementation.
49 # got-portable 0.68.1 (2022-03-22)
51 * portable: fix up a bad merge whereby a code block that should have been
52 removed was left in-situ.
54 # got-portable 0.68 (2022-03-22)
56 * Changes from got-0.68
57 * portable: support for the following operating systems:
58 - FreeBSD
59 - NetBSD
60 - DragonFlyBSD
61 - MacOS
63 # got-portable 0.67; (2022-02-20)
65 * Changes from got-0.66
66 * Landlock support: portable now has support for the landlock API which
67 is similar to unveil(), allowing restrictions to which part of the
68 filesystem a process can access.
70 # got-portable 0.66; (2022-01-12)
72 * Changes from got-0.65
74 # got-portable 0.65; (2022-01-06)
76 * Added timespec*() compat-wrappers for BSD-time functions.
78 # got-portable 0.64; (2021-11-24)
80 * regress: make tests POSIX-compliant by making them run under dash (Ubuntu)
82 # got-portable 0.62; (2021-10-17)
84 * Changes from got-0.62
86 # got-portable 0.61; (2021-10-09)
88 * Port regress tests.
89 * Improve FreeBSD compatibility.
91 # got-portable 0.60; (2021-09-21)
93 * First portable version released for Linux.