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