4 This file details portable-specific changes to make things work on systems
7 All changes are on top of the versioned changes listed in CHANGES.
9 # got-portable 0.107 (2024-01-05)
11 * Changes from got-0.107
13 The -portable release also includes the following changes:
15 - Add additional test suite information to README.portable.
16 - Fix seq(1) calls in tests.
18 # got-portable 0.106 (2024-11-28)
20 * Changes from got-0.106
23 - libutil sync changes from OpenBSD so that imsg works on Linux.
25 # got-portable 0.105 (2024-11-14)
27 * Changes from got-0.105
29 No -portable changes worth mentioning.
31 # got-portable 0.104 (2024-10-22)
33 * Changes from got-0.104
35 No -portable changes worth mentioning.
37 # got-portable 0.103 (2024-09-10)
39 * Changes from got-0.103
41 No -portable changes worth mentioning.
43 # got-portable 0.102 (2024-08-15)
45 * Changes from got-1.02
47 No -portable changesw worth mentioning.
49 # got-portable 0.101 (2024-07-12)
51 * Changes from got-0.101
53 No -portable changes worth mentioning.
55 # got-portable 0.100 (2024-06-03)
57 * Changes fro, got-0.100
59 No -portable changes worthj mentioning.
61 # got-portable 0.99 (2024-05-05)
63 * Changes from got-0.99
65 The -portable release also includes the following changes:
67 - The `--enable-gotd` ./configure flag has been removed; gotd is now built
69 - Some small portability fixes now that FreeBSD has switched over to using
72 # got-portable 0.98.2 (2024-04-25)
76 - Include missing got helper got-fetch-http
78 # got-portable 0.98.1 (2024-04-25)
80 * Changes from got-portable-0.98
82 - Fix release tarball to include missing utd8d.h when using --enable-gotd
84 # got-portable 0.98 (2024-04-25)
86 * Changes from got-0.98
88 The -portable release also includes the following changes:
90 - GOT_DEFAULT_EDITOR can now be passed as a #define so that the path to
91 vi(1) can be changed. Default is /usr/bin/vi
92 - regress: drop jot as a dependency and use seq(1)
94 # got-portable 0.97 (2024-03-11)
96 * Changes from got-0.97
98 No -portable changes worth mentioning.
100 # got-portable 0.96 (2024-02-13)
102 * Changes from got-0.96
104 No -portable changes worth mentioning.
106 # got-portable 0.95 (2023-12-09)
108 * Changes from got-0.95
110 No specific -portable changes worth mentioning.
112 # got-portable 0.94 (2023-11-30)
114 * Changes from got-0.94
116 -portable ships with an experimental/work-in-progress cvg(1) utility, which
117 is disable by default, but can be enabled via the configure flag
118 --enable-cvg. It's is not recommended for use at this time though.
120 # got-portable 0.93 (2023-09-18)
122 * Changes from got-0.93
124 No specific -portable changes worth mentioning.
126 # got-portable 0.92 (2023-08-29)
128 * Changes from got-0.92
130 This release also introduces 'gotd', which is got's server implementation. By
131 extension, other tools are also introduced to work with gotd, and they are:
137 For more information about gotd, see gotd(8), as well as the above command man
138 pages where necessary. Note that gotd's portable implementation uses chroot()
139 to ensure some separation; this still requires the main gotd binary to run as
142 To enable gotd and the corresponding other tools which work with it, you must
143 pass the '--enable-gotd' ./configure flag.
145 Further installation instructions can be found in the README.portable file in
146 the root directory of the project.
148 # got-portable 0.91 (2023-07-19)
150 * Changes from got-0.91
152 No specific -portable changes worth mentioning.
154 # got-portable 0.90 (2023-06-26)
156 * Changes from got-0.90.
158 No specific -portable changes worth mentioning.
160 # got-portable 0.89 (2023-06-08)
162 * Changes from got-0.89.
164 No specific -portable changes worth mentioning.
166 # got-portable 0.88 (2023-05-02)
168 * Changes from got-0.88.
170 No specific -portable changes worth mentioning.
172 # got-portable 0.87 (2023-04-22)
174 * Changes from got-0.87.
176 A few -portable changes to tidy up a few things. See the repository history
179 # got-portable 0.86 (2023-03-13)
181 * Changes from got-0.86; no -portable specific changes worth mentioning.
183 # got-portable 0.85 (2023-03-08)
185 * Changes from got-0.85.
187 There's been a tonne of -portable-specific changes in this release which aim
188 to make portability easier across the supported systems. In particular,
189 there's been a lot of header cleanups, and now that -portable is using
190 config.h, this has allowed dependencies to be split out, so that ncurses is
191 only linked where required (tog). This should allow for multipacking where
194 There have also been some great improvements to regress (which is the test
195 suite) to remove GNU-specific wrappers for date(1), sed(1), ln(1).
197 There's too many commits to list here, but for the specifics, see the
198 differences between '0.84.1..0.85'.
200 Thanks in particular to Christian "naddy" Weisgerber for his help with this
201 work, and this -portable release.
203 # got-portable 0.84.1 (2023-02-24)
205 This is a bug-fix -portable release to address the following:
207 * Switch to using AC_CHECK_DECL to avoid cross-compilation issues when running
209 * Add libbsd check to template sub-project.
211 # got-portable 0.84 (2023-02-23)
213 * Changes from got-0.84. Portable change include:
215 * portable: allow for yacc to be found via setting YACC env var.
217 # got-portable 0.83 (2023-01-31)
219 * Changes from got-0.83; no -portable specific changes worth mentioning.
221 # got-portable 0.82 (2023-01-23)
223 * Changes from got-0.82; no -portable specific changes worth mentioning.
225 # got-portable 0.81 (2023-01-19)
227 * Changes from got-0.80 and got-0.81. Portable changes include:
229 * portable: Moving template/ to its own subproject (only used at compile-time)
230 * portable: configure.ac: fix libpanelw detection
231 * portable: __xpg_strerror_r: add forward-decl
233 # got-portable 0.79 (2022-11-08)
235 * Changes from got-0.79; ; no -portable specific changes worth mentioning.
237 # got-portable 0.78 (2022-11-03)
239 * Changes from got-0.78; ; no -portable specific changes worth mentioning.
241 # got-portable 0.77 (2022-10-24)
243 * Changes from got-0.77; ; no -portable specific changes worth mentioning.
245 # got-portable 0.76 (2022-09-23)
247 * Changes from got-0.76; no -portable specific changes worth mentioning.
249 # got-portable 0.75.1 (2022-09-13)
251 This is a bug-fix -portable release to address the following:
253 * portable: macos: look for GNU Bison in more places, based on whether brew or
254 MacPorts is in use, and failing to find Bison that way, look in a few
255 hard-coded but likely locations.
256 * portable: remove compat sys/queue.h -- this now makes libbsd a core
257 dependency on those systems which require it.
259 # got-portable 0.75 (2022-09-10)
261 * portable: import gotwebd
262 * portable: improve <sys/queue.h> inclusion
263 * portable: portably wrap socket functions between BSDs/Linux
264 * portable: improve homebrew support for MacOS
266 # got-portable 0.74 (2022-07-14)
268 * portable: made the 'date' command more portable in the test suite.
269 * portable: improved error-handling for commands on BSD-systems without
270 coreutils being installed.
271 * portable: reworked how 'sed' is wrapped portably, so that it now doesn't use
272 any bashisms, and will therefore run under strict POSIX-sh (dash on Ubuntu,
275 # got-portable 0.73 (2022-07-04)
277 * Changes as found in got-0.73.
278 * portable: the libexec helpers now support Capsicum on FreeBSD, which is
279 similar to OpenBSD's pledge() syscall.
280 * Some portable work has taken place, but these have been merged upstream and
281 hence will be in the got-0.73 changes file.
283 # got-portable 0.71 (2022-06-23)
285 * portable: fix cross-compilation, from Leah Neukirchen
287 # got-portable 0.70 (2022-05-13)
289 * Changes from got-0.70; no -portable specific changes worth mentioning.
291 # got-portable 0.69 (2022-04-24)
293 * portable: added Apline Linux to the core set of OSes when checking CI/CD -
294 this therefore implies -portable can build on muscl as well as glibc.
295 * portable: fixed compilation of -portable on Alpine Linux with respect to
296 Landlock by using the correct header file.
297 * portable: added SipHash as a -portable implementation.
299 # got-portable 0.68.1 (2022-03-22)
301 * portable: fix up a bad merge whereby a code block that should have been
302 removed was left in-situ.
304 # got-portable 0.68 (2022-03-22)
306 * Changes from got-0.68
307 * portable: support for the following operating systems:
313 # got-portable 0.67; (2022-02-20)
315 * Changes from got-0.66
316 * Landlock support: portable now has support for the landlock API which
317 is similar to unveil(), allowing restrictions to which part of the
318 filesystem a process can access.
320 # got-portable 0.66; (2022-01-12)
322 * Changes from got-0.65
324 # got-portable 0.65; (2022-01-06)
326 * Added timespec*() compat-wrappers for BSD-time functions.
328 # got-portable 0.64; (2021-11-24)
330 * regress: make tests POSIX-compliant by making them run under dash (Ubuntu)
332 # got-portable 0.62; (2021-10-17)
334 * Changes from got-0.62
336 # got-portable 0.61; (2021-10-09)
338 * Port regress tests.
339 * Improve FreeBSD compatibility.
341 # got-portable 0.60; (2021-09-21)
343 * First portable version released for Linux.