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