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.86 (2023-03-13)
11 * Changes from got-0.86; no -portable specific changes worth mentioning.
13 # got-portable 0.85 (2023-03-08)
15 * Changes from got-0.85.
17 There's been a tonne of -portable-specific changes in this release which aim
18 to make portability easier across the supported systems. In particular,
19 there's been a lot of header cleanups, and now that -portable is using
20 config.h, this has allowed dependencies to be split out, so that ncurses is
21 only linked where required (tog). This should allow for multipacking where
22 needed.
24 There have also been some great improvements to regress (which is the test
25 suite) to remove GNU-specific wrappers for date(1), sed(1), ln(1).
27 There's too many commits to list here, but for the specifics, see the
28 differences between '0.84.1..0.85'.
30 Thanks in particular to Christian "naddy" Weisgerber for his help with this
31 work, and this -portable release.
33 # got-portable 0.84.1 (2023-02-24)
35 This is a bug-fix -portable release to address the following:
37 * Switch to using AC_CHECK_DECL to avoid cross-compilation issues when running
38 on Void Linux.
39 * Add libbsd check to template sub-project.
41 # got-portable 0.84 (2023-02-23)
43 * Changes from got-0.84. Portable change include:
45 * portable: allow for yacc to be found via setting YACC env var.
47 # got-portable 0.83 (2023-01-31)
49 * Changes from got-0.83; no -portable specific changes worth mentioning.
51 # got-portable 0.82 (2023-01-23)
53 * Changes from got-0.82; no -portable specific changes worth mentioning.
55 # got-portable 0.81 (2023-01-19)
57 * Changes from got-0.80 and got-0.81. Portable changes include:
59 * portable: Moving template/ to its own subproject (only used at compile-time)
60 * portable: configure.ac: fix libpanelw detection
61 * portable: __xpg_strerror_r: add forward-decl
63 # got-portable 0.79 (2022-11-08)
65 * Changes from got-0.79; ; no -portable specific changes worth mentioning.
67 # got-portable 0.78 (2022-11-03)
69 * Changes from got-0.78; ; no -portable specific changes worth mentioning.
71 # got-portable 0.77 (2022-10-24)
73 * Changes from got-0.77; ; no -portable specific changes worth mentioning.
75 # got-portable 0.76 (2022-09-23)
77 * Changes from got-0.76; no -portable specific changes worth mentioning.
79 # got-portable 0.75.1 (2022-09-13)
81 This is a bug-fix -portable release to address the following:
83 * portable: macos: look for GNU Bison in more places, based on whether brew or
84 MacPorts is in use, and failing to find Bison that way, look in a few
85 hard-coded but likely locations.
86 * portable: remove compat sys/queue.h -- this now makes libbsd a core
87 dependency on those systems which require it.
89 # got-portable 0.75 (2022-09-10)
91 * portable: import gotwebd
92 * portable: improve <sys/queue.h> inclusion
93 * portable: portably wrap socket functions between BSDs/Linux
94 * portable: improve homebrew support for MacOS
96 # got-portable 0.74 (2022-07-14)
98 * portable: made the 'date' command more portable in the test suite.
99 * portable: improved error-handling for commands on BSD-systems without
100 coreutils being installed.
101 * portable: reworked how 'sed' is wrapped portably, so that it now doesn't use
102 any bashisms, and will therefore run under strict POSIX-sh (dash on Ubuntu,
103 for instance).
105 # got-portable 0.73 (2022-07-04)
107 * Changes as found in got-0.73.
108 * portable: the libexec helpers now support Capsicum on FreeBSD, which is
109 similar to OpenBSD's pledge() syscall.
110 * Some portable work has taken place, but these have been merged upstream and
111 hence will be in the got-0.73 changes file.
113 # got-portable 0.71 (2022-06-23)
115 * portable: fix cross-compilation, from Leah Neukirchen
117 # got-portable 0.70 (2022-05-13)
119 * Changes from got-0.70; no -portable specific changes worth mentioning.
121 # got-portable 0.69 (2022-04-24)
123 * portable: added Apline Linux to the core set of OSes when checking CI/CD -
124 this therefore implies -portable can build on muscl as well as glibc.
125 * portable: fixed compilation of -portable on Alpine Linux with respect to
126 Landlock by using the correct header file.
127 * portable: added SipHash as a -portable implementation.
129 # got-portable 0.68.1 (2022-03-22)
131 * portable: fix up a bad merge whereby a code block that should have been
132 removed was left in-situ.
134 # got-portable 0.68 (2022-03-22)
136 * Changes from got-0.68
137 * portable: support for the following operating systems:
138 - FreeBSD
139 - NetBSD
140 - DragonFlyBSD
141 - MacOS
143 # got-portable 0.67; (2022-02-20)
145 * Changes from got-0.66
146 * Landlock support: portable now has support for the landlock API which
147 is similar to unveil(), allowing restrictions to which part of the
148 filesystem a process can access.
150 # got-portable 0.66; (2022-01-12)
152 * Changes from got-0.65
154 # got-portable 0.65; (2022-01-06)
156 * Added timespec*() compat-wrappers for BSD-time functions.
158 # got-portable 0.64; (2021-11-24)
160 * regress: make tests POSIX-compliant by making them run under dash (Ubuntu)
162 # got-portable 0.62; (2021-10-17)
164 * Changes from got-0.62
166 # got-portable 0.61; (2021-10-09)
168 * Port regress tests.
169 * Improve FreeBSD compatibility.
171 # got-portable 0.60; (2021-09-21)
173 * First portable version released for Linux.