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