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