Blame


1 0b2bb718 2021-09-21 thomas.ad Got-portable Changelog
2 0b2bb718 2021-09-21 thomas.ad ======================
3 0b2bb718 2021-09-21 thomas.ad
4 0b2bb718 2021-09-21 thomas.ad This file details portable-specific changes to make things work on systems
5 0b2bb718 2021-09-21 thomas.ad other than OpenBSD.
6 0b2bb718 2021-09-21 thomas.ad
7 0b2bb718 2021-09-21 thomas.ad All changes are on top of the versioned changes listed in CHANGES.
8 04fff86b 2024-04-25 thomas.ad
9 a8cb983f 2024-05-05 thomas # got-portable 0.99 (2024-05-05)
10 a8cb983f 2024-05-05 thomas
11 a8cb983f 2024-05-05 thomas * Changes from got-0.99
12 a8cb983f 2024-05-05 thomas
13 a8cb983f 2024-05-05 thomas The -portable release also includes the following changes:
14 a8cb983f 2024-05-05 thomas
15 a8cb983f 2024-05-05 thomas - The `--enable-gotd` ./configure flag has been removed; gotd is now built
16 a8cb983f 2024-05-05 thomas unconitionally.
17 a8cb983f 2024-05-05 thomas - Some small portability fixes now that FreeBSD has switched over to using
18 a8cb983f 2024-05-05 thomas this.
19 a8cb983f 2024-05-05 thomas
20 04fff86b 2024-04-25 thomas.ad # got-portable 0.98.2 (2024-04-25)
21 04fff86b 2024-04-25 thomas.ad
22 04fff86b 2024-04-25 thomas.ad * Changes from 0.98.1
23 04fff86b 2024-04-25 thomas.ad
24 04fff86b 2024-04-25 thomas.ad - Include missing got helper got-fetch-http
25 903d5f74 2024-04-25 thomas.ad
26 903d5f74 2024-04-25 thomas.ad # got-portable 0.98.1 (2024-04-25)
27 903d5f74 2024-04-25 thomas.ad
28 903d5f74 2024-04-25 thomas.ad * Changes from got-portable-0.98
29 903d5f74 2024-04-25 thomas.ad
30 903d5f74 2024-04-25 thomas.ad - Fix release tarball to include missing utd8d.h when using --enable-gotd
31 0eb6f937 2024-04-25 thomas.ad
32 0eb6f937 2024-04-25 thomas.ad # got-portable 0.98 (2024-04-25)
33 0eb6f937 2024-04-25 thomas.ad
34 0eb6f937 2024-04-25 thomas.ad * Changes from got-0.98
35 0eb6f937 2024-04-25 thomas.ad
36 0eb6f937 2024-04-25 thomas.ad The -portable release also includes the following changes:
37 ab0b42ad 2024-03-11 thomas
38 0eb6f937 2024-04-25 thomas.ad - GOT_DEFAULT_EDITOR can now be passed as a #define so that the path to
39 0eb6f937 2024-04-25 thomas.ad vi(1) can be changed. Default is /usr/bin/vi
40 0eb6f937 2024-04-25 thomas.ad - regress: drop jot as a dependency and use seq(1)
41 0eb6f937 2024-04-25 thomas.ad
42 ab0b42ad 2024-03-11 thomas # got-portable 0.97 (2024-03-11)
43 ab0b42ad 2024-03-11 thomas
44 ab0b42ad 2024-03-11 thomas * Changes from got-0.97
45 0b2bb718 2021-09-21 thomas.ad
46 ab0b42ad 2024-03-11 thomas No -portable changes worth mentioning.
47 ab0b42ad 2024-03-11 thomas
48 9e81f59e 2024-02-13 thomas # got-portable 0.96 (2024-02-13)
49 9e81f59e 2024-02-13 thomas
50 9e81f59e 2024-02-13 thomas * Changes from got-0.96
51 9e81f59e 2024-02-13 thomas
52 9e81f59e 2024-02-13 thomas No -portable changes worth mentioning.
53 9e81f59e 2024-02-13 thomas
54 5d86f6ae 2023-12-09 thomas # got-portable 0.95 (2023-12-09)
55 5d86f6ae 2023-12-09 thomas
56 5d86f6ae 2023-12-09 thomas * Changes from got-0.95
57 5d86f6ae 2023-12-09 thomas
58 5d86f6ae 2023-12-09 thomas No specific -portable changes worth mentioning.
59 5d86f6ae 2023-12-09 thomas
60 7589a830 2023-11-30 thomas # got-portable 0.94 (2023-11-30)
61 7589a830 2023-11-30 thomas
62 7589a830 2023-11-30 thomas * Changes from got-0.94
63 7589a830 2023-11-30 thomas
64 7589a830 2023-11-30 thomas -portable ships with an experimental/work-in-progress cvg(1) utility, which
65 7589a830 2023-11-30 thomas is disable by default, but can be enabled via the configure flag
66 7589a830 2023-11-30 thomas --enable-cvg. It's is not recommended for use at this time though.
67 7589a830 2023-11-30 thomas
68 9f43a813 2023-09-18 thomas # got-portable 0.93 (2023-09-18)
69 9f43a813 2023-09-18 thomas
70 9f43a813 2023-09-18 thomas * Changes from got-0.93
71 9f43a813 2023-09-18 thomas
72 9f43a813 2023-09-18 thomas No specific -portable changes worth mentioning.
73 9f43a813 2023-09-18 thomas
74 375bde46 2023-08-29 thomas # got-portable 0.92 (2023-08-29)
75 375bde46 2023-08-29 thomas
76 375bde46 2023-08-29 thomas * Changes from got-0.92
77 375bde46 2023-08-29 thomas
78 375bde46 2023-08-29 thomas This release also introduces 'gotd', which is got's server implementation. By
79 375bde46 2023-08-29 thomas extension, other tools are also introduced to work with gotd, and they are:
80 375bde46 2023-08-29 thomas
81 375bde46 2023-08-29 thomas * gitwrapper
82 375bde46 2023-08-29 thomas * gotctl
83 375bde46 2023-08-29 thomas * gotsh
84 375bde46 2023-08-29 thomas
85 375bde46 2023-08-29 thomas For more information about gotd, see gotd(8), as well as the above command man
86 375bde46 2023-08-29 thomas pages where necessary. Note that gotd's portable implementation uses chroot()
87 375bde46 2023-08-29 thomas to ensure some separation; this still requires the main gotd binary to run as
88 375bde46 2023-08-29 thomas the root user.
89 375bde46 2023-08-29 thomas
90 375bde46 2023-08-29 thomas To enable gotd and the corresponding other tools which work with it, you must
91 375bde46 2023-08-29 thomas pass the '--enable-gotd' ./configure flag.
92 375bde46 2023-08-29 thomas
93 375bde46 2023-08-29 thomas Further installation instructions can be found in the README.portable file in
94 375bde46 2023-08-29 thomas the root directory of the project.
95 375bde46 2023-08-29 thomas
96 f6526082 2023-07-19 thomas # got-portable 0.91 (2023-07-19)
97 f6526082 2023-07-19 thomas
98 f6526082 2023-07-19 thomas * Changes from got-0.91
99 f6526082 2023-07-19 thomas
100 f6526082 2023-07-19 thomas No specific -portable changes worth mentioning.
101 f6526082 2023-07-19 thomas
102 4faaaabc 2023-06-26 thomas # got-portable 0.90 (2023-06-26)
103 4faaaabc 2023-06-26 thomas
104 4faaaabc 2023-06-26 thomas * Changes from got-0.90.
105 4faaaabc 2023-06-26 thomas
106 4faaaabc 2023-06-26 thomas No specific -portable changes worth mentioning.
107 4faaaabc 2023-06-26 thomas
108 b6629001 2023-06-08 thomas # got-portable 0.89 (2023-06-08)
109 b6629001 2023-06-08 thomas
110 b6629001 2023-06-08 thomas * Changes from got-0.89.
111 b6629001 2023-06-08 thomas
112 b6629001 2023-06-08 thomas No specific -portable changes worth mentioning.
113 b6629001 2023-06-08 thomas
114 be61b9e2 2023-05-02 thomas # got-portable 0.88 (2023-05-02)
115 be61b9e2 2023-05-02 thomas
116 be61b9e2 2023-05-02 thomas * Changes from got-0.88.
117 be61b9e2 2023-05-02 thomas
118 be61b9e2 2023-05-02 thomas No specific -portable changes worth mentioning.
119 be61b9e2 2023-05-02 thomas
120 7711ca81 2023-04-22 thomas # got-portable 0.87 (2023-04-22)
121 7711ca81 2023-04-22 thomas
122 7711ca81 2023-04-22 thomas * Changes from got-0.87.
123 7711ca81 2023-04-22 thomas
124 7711ca81 2023-04-22 thomas A few -portable changes to tidy up a few things. See the repository history
125 7711ca81 2023-04-22 thomas for more details.
126 7711ca81 2023-04-22 thomas
127 283db276 2023-03-13 thomas # got-portable 0.86 (2023-03-13)
128 283db276 2023-03-13 thomas
129 283db276 2023-03-13 thomas * Changes from got-0.86; no -portable specific changes worth mentioning.
130 283db276 2023-03-13 thomas
131 00d6d361 2023-03-08 thomas # got-portable 0.85 (2023-03-08)
132 00d6d361 2023-03-08 thomas
133 00d6d361 2023-03-08 thomas * Changes from got-0.85.
134 00d6d361 2023-03-08 thomas
135 00d6d361 2023-03-08 thomas There's been a tonne of -portable-specific changes in this release which aim
136 00d6d361 2023-03-08 thomas to make portability easier across the supported systems. In particular,
137 00d6d361 2023-03-08 thomas there's been a lot of header cleanups, and now that -portable is using
138 00d6d361 2023-03-08 thomas config.h, this has allowed dependencies to be split out, so that ncurses is
139 00d6d361 2023-03-08 thomas only linked where required (tog). This should allow for multipacking where
140 00d6d361 2023-03-08 thomas needed.
141 00d6d361 2023-03-08 thomas
142 00d6d361 2023-03-08 thomas There have also been some great improvements to regress (which is the test
143 00d6d361 2023-03-08 thomas suite) to remove GNU-specific wrappers for date(1), sed(1), ln(1).
144 00d6d361 2023-03-08 thomas
145 00d6d361 2023-03-08 thomas There's too many commits to list here, but for the specifics, see the
146 00d6d361 2023-03-08 thomas differences between '0.84.1..0.85'.
147 00d6d361 2023-03-08 thomas
148 00d6d361 2023-03-08 thomas Thanks in particular to Christian "naddy" Weisgerber for his help with this
149 00d6d361 2023-03-08 thomas work, and this -portable release.
150 00d6d361 2023-03-08 thomas
151 e0ff3cf2 2023-02-24 thomas # got-portable 0.84.1 (2023-02-24)
152 e0ff3cf2 2023-02-24 thomas
153 e0ff3cf2 2023-02-24 thomas This is a bug-fix -portable release to address the following:
154 e0ff3cf2 2023-02-24 thomas
155 e0ff3cf2 2023-02-24 thomas * Switch to using AC_CHECK_DECL to avoid cross-compilation issues when running
156 e0ff3cf2 2023-02-24 thomas on Void Linux.
157 e0ff3cf2 2023-02-24 thomas * Add libbsd check to template sub-project.
158 e0ff3cf2 2023-02-24 thomas
159 2ccc0ca2 2023-02-23 thomas # got-portable 0.84 (2023-02-23)
160 2ccc0ca2 2023-02-23 thomas
161 2ccc0ca2 2023-02-23 thomas * Changes from got-0.84. Portable change include:
162 2ccc0ca2 2023-02-23 thomas
163 2ccc0ca2 2023-02-23 thomas * portable: allow for yacc to be found via setting YACC env var.
164 2ccc0ca2 2023-02-23 thomas
165 521c0540 2023-01-31 thomas # got-portable 0.83 (2023-01-31)
166 521c0540 2023-01-31 thomas
167 521c0540 2023-01-31 thomas * Changes from got-0.83; no -portable specific changes worth mentioning.
168 521c0540 2023-01-31 thomas
169 0c3124f5 2023-01-23 thomas # got-portable 0.82 (2023-01-23)
170 0c3124f5 2023-01-23 thomas
171 0c3124f5 2023-01-23 thomas * Changes from got-0.82; no -portable specific changes worth mentioning.
172 0c3124f5 2023-01-23 thomas
173 9e39ef14 2023-01-19 thomas # got-portable 0.81 (2023-01-19)
174 9e39ef14 2023-01-19 thomas
175 9e39ef14 2023-01-19 thomas * Changes from got-0.80 and got-0.81. Portable changes include:
176 9e39ef14 2023-01-19 thomas
177 9e39ef14 2023-01-19 thomas * portable: Moving template/ to its own subproject (only used at compile-time)
178 9e39ef14 2023-01-19 thomas * portable: configure.ac: fix libpanelw detection
179 9e39ef14 2023-01-19 thomas * portable: __xpg_strerror_r: add forward-decl
180 9e39ef14 2023-01-19 thomas
181 ba229487 2022-11-08 thomas # got-portable 0.79 (2022-11-08)
182 ba229487 2022-11-08 thomas
183 ba229487 2022-11-08 thomas * Changes from got-0.79; ; no -portable specific changes worth mentioning.
184 ba229487 2022-11-08 thomas
185 46d73a33 2022-11-03 thomas # got-portable 0.78 (2022-11-03)
186 46d73a33 2022-11-03 thomas
187 46d73a33 2022-11-03 thomas * Changes from got-0.78; ; no -portable specific changes worth mentioning.
188 46d73a33 2022-11-03 thomas
189 e6ef48a9 2022-10-24 thomas # got-portable 0.77 (2022-10-24)
190 e6ef48a9 2022-10-24 thomas
191 e6ef48a9 2022-10-24 thomas * Changes from got-0.77; ; no -portable specific changes worth mentioning.
192 e6ef48a9 2022-10-24 thomas
193 badcbcef 2022-09-23 thomas # got-portable 0.76 (2022-09-23)
194 4d34af8d 2022-09-13 thomas
195 badcbcef 2022-09-23 thomas * Changes from got-0.76; no -portable specific changes worth mentioning.
196 badcbcef 2022-09-23 thomas
197 badcbcef 2022-09-23 thomas # got-portable 0.75.1 (2022-09-13)
198 badcbcef 2022-09-23 thomas
199 4d34af8d 2022-09-13 thomas This is a bug-fix -portable release to address the following:
200 4d34af8d 2022-09-13 thomas
201 4d34af8d 2022-09-13 thomas * portable: macos: look for GNU Bison in more places, based on whether brew or
202 4d34af8d 2022-09-13 thomas MacPorts is in use, and failing to find Bison that way, look in a few
203 4d34af8d 2022-09-13 thomas hard-coded but likely locations.
204 4d34af8d 2022-09-13 thomas * portable: remove compat sys/queue.h -- this now makes libbsd a core
205 4d34af8d 2022-09-13 thomas dependency on those systems which require it.
206 4d34af8d 2022-09-13 thomas
207 0c6d7ac7 2022-09-10 thomas # got-portable 0.75 (2022-09-10)
208 0c6d7ac7 2022-09-10 thomas
209 0c6d7ac7 2022-09-10 thomas * portable: import gotwebd
210 0c6d7ac7 2022-09-10 thomas * portable: improve <sys/queue.h> inclusion
211 0c6d7ac7 2022-09-10 thomas * portable: portably wrap socket functions between BSDs/Linux
212 0c6d7ac7 2022-09-10 thomas * portable: improve homebrew support for MacOS
213 0c6d7ac7 2022-09-10 thomas
214 ed7004e6 2022-07-14 thomas # got-portable 0.74 (2022-07-14)
215 ed7004e6 2022-07-14 thomas
216 ed7004e6 2022-07-14 thomas * portable: made the 'date' command more portable in the test suite.
217 ed7004e6 2022-07-14 thomas * portable: improved error-handling for commands on BSD-systems without
218 ed7004e6 2022-07-14 thomas coreutils being installed.
219 ed7004e6 2022-07-14 thomas * portable: reworked how 'sed' is wrapped portably, so that it now doesn't use
220 ed7004e6 2022-07-14 thomas any bashisms, and will therefore run under strict POSIX-sh (dash on Ubuntu,
221 ed7004e6 2022-07-14 thomas for instance).
222 ed7004e6 2022-07-14 thomas
223 052997ae 2022-07-04 thomas # got-portable 0.73 (2022-07-04)
224 052997ae 2022-07-04 thomas
225 e29b2b8a 2022-07-04 thomas * Changes as found in got-0.73.
226 e29b2b8a 2022-07-04 thomas * portable: the libexec helpers now support Capsicum on FreeBSD, which is
227 e29b2b8a 2022-07-04 thomas similar to OpenBSD's pledge() syscall.
228 e29b2b8a 2022-07-04 thomas * Some portable work has taken place, but these have been merged upstream and
229 e29b2b8a 2022-07-04 thomas hence will be in the got-0.73 changes file.
230 052997ae 2022-07-04 thomas
231 c22fe1e8 2022-06-23 thomas # got-portable 0.71 (2022-06-23)
232 c22fe1e8 2022-06-23 thomas
233 f6f97565 2022-06-23 op * portable: fix cross-compilation, from Leah Neukirchen
234 c22fe1e8 2022-06-23 thomas
235 983d44d7 2022-05-12 thomas # got-portable 0.70 (2022-05-13)
236 983d44d7 2022-05-12 thomas
237 983d44d7 2022-05-12 thomas * Changes from got-0.70; no -portable specific changes worth mentioning.
238 983d44d7 2022-05-12 thomas
239 4a8eb02d 2022-04-24 thomas # got-portable 0.69 (2022-04-24)
240 4a8eb02d 2022-04-24 thomas
241 4a8eb02d 2022-04-24 thomas * portable: added Apline Linux to the core set of OSes when checking CI/CD -
242 4a8eb02d 2022-04-24 thomas this therefore implies -portable can build on muscl as well as glibc.
243 4a8eb02d 2022-04-24 thomas * portable: fixed compilation of -portable on Alpine Linux with respect to
244 4a8eb02d 2022-04-24 thomas Landlock by using the correct header file.
245 4a8eb02d 2022-04-24 thomas * portable: added SipHash as a -portable implementation.
246 4a8eb02d 2022-04-24 thomas
247 0ca66e5e 2022-03-23 thomas # got-portable 0.68.1 (2022-03-22)
248 0ca66e5e 2022-03-23 thomas
249 0ca66e5e 2022-03-23 thomas * portable: fix up a bad merge whereby a code block that should have been
250 0ca66e5e 2022-03-23 thomas removed was left in-situ.
251 0ca66e5e 2022-03-23 thomas
252 8df4cb78 2022-03-22 thomas # got-portable 0.68 (2022-03-22)
253 8df4cb78 2022-03-22 thomas
254 8df4cb78 2022-03-22 thomas * Changes from got-0.68
255 8df4cb78 2022-03-22 thomas * portable: support for the following operating systems:
256 8df4cb78 2022-03-22 thomas - FreeBSD
257 8df4cb78 2022-03-22 thomas - NetBSD
258 8df4cb78 2022-03-22 thomas - DragonFlyBSD
259 8df4cb78 2022-03-22 thomas - MacOS
260 8df4cb78 2022-03-22 thomas
261 21172b67 2022-02-20 thomas # got-portable 0.67; (2022-02-20)
262 21172b67 2022-02-20 thomas
263 21172b67 2022-02-20 thomas * Changes from got-0.66
264 21172b67 2022-02-20 thomas * Landlock support: portable now has support for the landlock API which
265 21172b67 2022-02-20 thomas is similar to unveil(), allowing restrictions to which part of the
266 21172b67 2022-02-20 thomas filesystem a process can access.
267 21172b67 2022-02-20 thomas
268 89425ac3 2022-01-12 thomas # got-portable 0.66; (2022-01-12)
269 7cacbda6 2022-01-06 thomas
270 89425ac3 2022-01-12 thomas * Changes from got-0.65
271 89425ac3 2022-01-12 thomas
272 89425ac3 2022-01-12 thomas # got-portable 0.65; (2022-01-06)
273 89425ac3 2022-01-12 thomas
274 7cacbda6 2022-01-06 thomas * Added timespec*() compat-wrappers for BSD-time functions.
275 7cacbda6 2022-01-06 thomas
276 844307c6 2021-11-24 thomas # got-portable 0.64; (2021-11-24)
277 844307c6 2021-11-24 thomas
278 844307c6 2021-11-24 thomas * regress: make tests POSIX-compliant by making them run under dash (Ubuntu)
279 844307c6 2021-11-24 thomas
280 e13fe3fb 2021-10-17 thomas # got-portable 0.62; (2021-10-17)
281 e13fe3fb 2021-10-17 thomas
282 e13fe3fb 2021-10-17 thomas * Changes from got-0.62
283 e13fe3fb 2021-10-17 thomas
284 fbbbc607 2021-10-09 thomas # got-portable 0.61; (2021-10-09)
285 fbbbc607 2021-10-09 thomas
286 fbbbc607 2021-10-09 thomas * Port regress tests.
287 fbbbc607 2021-10-09 thomas * Improve FreeBSD compatibility.
288 fbbbc607 2021-10-09 thomas
289 0b2bb718 2021-09-21 thomas.ad # got-portable 0.60; (2021-09-21)
290 0b2bb718 2021-09-21 thomas.ad
291 0b2bb718 2021-09-21 thomas.ad * First portable version released for Linux.