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