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