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.97 (2024-03-11)
11 * Changes from got-0.97
13 No -portable changes worth mentioning.
15 # got-portable 0.96 (2024-02-13)
17 * Changes from got-0.96
19 No -portable changes worth mentioning.
21 # got-portable 0.95 (2023-12-09)
23 * Changes from got-0.95
25 No specific -portable changes worth mentioning.
27 # got-portable 0.94 (2023-11-30)
29 * Changes from got-0.94
31 -portable ships with an experimental/work-in-progress cvg(1) utility, which
32 is disable by default, but can be enabled via the configure flag
33 --enable-cvg. It's is not recommended for use at this time though.
35 # got-portable 0.93 (2023-09-18)
37 * Changes from got-0.93
39 No specific -portable changes worth mentioning.
41 # got-portable 0.92 (2023-08-29)
43 * Changes from got-0.92
45 This release also introduces 'gotd', which is got's server implementation. By
46 extension, other tools are also introduced to work with gotd, and they are:
48 * gitwrapper
49 * gotctl
50 * gotsh
52 For more information about gotd, see gotd(8), as well as the above command man
53 pages where necessary. Note that gotd's portable implementation uses chroot()
54 to ensure some separation; this still requires the main gotd binary to run as
55 the root user.
57 To enable gotd and the corresponding other tools which work with it, you must
58 pass the '--enable-gotd' ./configure flag.
60 Further installation instructions can be found in the README.portable file in
61 the root directory of the project.
63 # got-portable 0.91 (2023-07-19)
65 * Changes from got-0.91
67 No specific -portable changes worth mentioning.
69 # got-portable 0.90 (2023-06-26)
71 * Changes from got-0.90.
73 No specific -portable changes worth mentioning.
75 # got-portable 0.89 (2023-06-08)
77 * Changes from got-0.89.
79 No specific -portable changes worth mentioning.
81 # got-portable 0.88 (2023-05-02)
83 * Changes from got-0.88.
85 No specific -portable changes worth mentioning.
87 # got-portable 0.87 (2023-04-22)
89 * Changes from got-0.87.
91 A few -portable changes to tidy up a few things. See the repository history
92 for more details.
94 # got-portable 0.86 (2023-03-13)
96 * Changes from got-0.86; no -portable specific changes worth mentioning.
98 # got-portable 0.85 (2023-03-08)
100 * Changes from got-0.85.
102 There's been a tonne of -portable-specific changes in this release which aim
103 to make portability easier across the supported systems. In particular,
104 there's been a lot of header cleanups, and now that -portable is using
105 config.h, this has allowed dependencies to be split out, so that ncurses is
106 only linked where required (tog). This should allow for multipacking where
107 needed.
109 There have also been some great improvements to regress (which is the test
110 suite) to remove GNU-specific wrappers for date(1), sed(1), ln(1).
112 There's too many commits to list here, but for the specifics, see the
113 differences between '0.84.1..0.85'.
115 Thanks in particular to Christian "naddy" Weisgerber for his help with this
116 work, and this -portable release.
118 # got-portable 0.84.1 (2023-02-24)
120 This is a bug-fix -portable release to address the following:
122 * Switch to using AC_CHECK_DECL to avoid cross-compilation issues when running
123 on Void Linux.
124 * Add libbsd check to template sub-project.
126 # got-portable 0.84 (2023-02-23)
128 * Changes from got-0.84. Portable change include:
130 * portable: allow for yacc to be found via setting YACC env var.
132 # got-portable 0.83 (2023-01-31)
134 * Changes from got-0.83; no -portable specific changes worth mentioning.
136 # got-portable 0.82 (2023-01-23)
138 * Changes from got-0.82; no -portable specific changes worth mentioning.
140 # got-portable 0.81 (2023-01-19)
142 * Changes from got-0.80 and got-0.81. Portable changes include:
144 * portable: Moving template/ to its own subproject (only used at compile-time)
145 * portable: configure.ac: fix libpanelw detection
146 * portable: __xpg_strerror_r: add forward-decl
148 # got-portable 0.79 (2022-11-08)
150 * Changes from got-0.79; ; no -portable specific changes worth mentioning.
152 # got-portable 0.78 (2022-11-03)
154 * Changes from got-0.78; ; no -portable specific changes worth mentioning.
156 # got-portable 0.77 (2022-10-24)
158 * Changes from got-0.77; ; no -portable specific changes worth mentioning.
160 # got-portable 0.76 (2022-09-23)
162 * Changes from got-0.76; no -portable specific changes worth mentioning.
164 # got-portable 0.75.1 (2022-09-13)
166 This is a bug-fix -portable release to address the following:
168 * portable: macos: look for GNU Bison in more places, based on whether brew or
169 MacPorts is in use, and failing to find Bison that way, look in a few
170 hard-coded but likely locations.
171 * portable: remove compat sys/queue.h -- this now makes libbsd a core
172 dependency on those systems which require it.
174 # got-portable 0.75 (2022-09-10)
176 * portable: import gotwebd
177 * portable: improve <sys/queue.h> inclusion
178 * portable: portably wrap socket functions between BSDs/Linux
179 * portable: improve homebrew support for MacOS
181 # got-portable 0.74 (2022-07-14)
183 * portable: made the 'date' command more portable in the test suite.
184 * portable: improved error-handling for commands on BSD-systems without
185 coreutils being installed.
186 * portable: reworked how 'sed' is wrapped portably, so that it now doesn't use
187 any bashisms, and will therefore run under strict POSIX-sh (dash on Ubuntu,
188 for instance).
190 # got-portable 0.73 (2022-07-04)
192 * Changes as found in got-0.73.
193 * portable: the libexec helpers now support Capsicum on FreeBSD, which is
194 similar to OpenBSD's pledge() syscall.
195 * Some portable work has taken place, but these have been merged upstream and
196 hence will be in the got-0.73 changes file.
198 # got-portable 0.71 (2022-06-23)
200 * portable: fix cross-compilation, from Leah Neukirchen
202 # got-portable 0.70 (2022-05-13)
204 * Changes from got-0.70; no -portable specific changes worth mentioning.
206 # got-portable 0.69 (2022-04-24)
208 * portable: added Apline Linux to the core set of OSes when checking CI/CD -
209 this therefore implies -portable can build on muscl as well as glibc.
210 * portable: fixed compilation of -portable on Alpine Linux with respect to
211 Landlock by using the correct header file.
212 * portable: added SipHash as a -portable implementation.
214 # got-portable 0.68.1 (2022-03-22)
216 * portable: fix up a bad merge whereby a code block that should have been
217 removed was left in-situ.
219 # got-portable 0.68 (2022-03-22)
221 * Changes from got-0.68
222 * portable: support for the following operating systems:
223 - FreeBSD
224 - NetBSD
225 - DragonFlyBSD
226 - MacOS
228 # got-portable 0.67; (2022-02-20)
230 * Changes from got-0.66
231 * Landlock support: portable now has support for the landlock API which
232 is similar to unveil(), allowing restrictions to which part of the
233 filesystem a process can access.
235 # got-portable 0.66; (2022-01-12)
237 * Changes from got-0.65
239 # got-portable 0.65; (2022-01-06)
241 * Added timespec*() compat-wrappers for BSD-time functions.
243 # got-portable 0.64; (2021-11-24)
245 * regress: make tests POSIX-compliant by making them run under dash (Ubuntu)
247 # got-portable 0.62; (2021-10-17)
249 * Changes from got-0.62
251 # got-portable 0.61; (2021-10-09)
253 * Port regress tests.
254 * Improve FreeBSD compatibility.
256 # got-portable 0.60; (2021-09-21)
258 * First portable version released for Linux.