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 0b2bb718 2021-09-21 thomas.ad
9 f6526082 2023-07-19 thomas # got-portable 0.91 (2023-07-19)
10 f6526082 2023-07-19 thomas
11 f6526082 2023-07-19 thomas * Changes from got-0.91
12 f6526082 2023-07-19 thomas
13 f6526082 2023-07-19 thomas No specific -portable changes worth mentioning.
14 f6526082 2023-07-19 thomas
15 4faaaabc 2023-06-26 thomas # got-portable 0.90 (2023-06-26)
16 4faaaabc 2023-06-26 thomas
17 4faaaabc 2023-06-26 thomas * Changes from got-0.90.
18 4faaaabc 2023-06-26 thomas
19 4faaaabc 2023-06-26 thomas No specific -portable changes worth mentioning.
20 4faaaabc 2023-06-26 thomas
21 b6629001 2023-06-08 thomas # got-portable 0.89 (2023-06-08)
22 b6629001 2023-06-08 thomas
23 b6629001 2023-06-08 thomas * Changes from got-0.89.
24 b6629001 2023-06-08 thomas
25 b6629001 2023-06-08 thomas No specific -portable changes worth mentioning.
26 b6629001 2023-06-08 thomas
27 be61b9e2 2023-05-02 thomas # got-portable 0.88 (2023-05-02)
28 be61b9e2 2023-05-02 thomas
29 be61b9e2 2023-05-02 thomas * Changes from got-0.88.
30 be61b9e2 2023-05-02 thomas
31 be61b9e2 2023-05-02 thomas No specific -portable changes worth mentioning.
32 be61b9e2 2023-05-02 thomas
33 7711ca81 2023-04-22 thomas # got-portable 0.87 (2023-04-22)
34 7711ca81 2023-04-22 thomas
35 7711ca81 2023-04-22 thomas * Changes from got-0.87.
36 7711ca81 2023-04-22 thomas
37 7711ca81 2023-04-22 thomas A few -portable changes to tidy up a few things. See the repository history
38 7711ca81 2023-04-22 thomas for more details.
39 7711ca81 2023-04-22 thomas
40 283db276 2023-03-13 thomas # got-portable 0.86 (2023-03-13)
41 283db276 2023-03-13 thomas
42 283db276 2023-03-13 thomas * Changes from got-0.86; no -portable specific changes worth mentioning.
43 283db276 2023-03-13 thomas
44 00d6d361 2023-03-08 thomas # got-portable 0.85 (2023-03-08)
45 00d6d361 2023-03-08 thomas
46 00d6d361 2023-03-08 thomas * Changes from got-0.85.
47 00d6d361 2023-03-08 thomas
48 00d6d361 2023-03-08 thomas There's been a tonne of -portable-specific changes in this release which aim
49 00d6d361 2023-03-08 thomas to make portability easier across the supported systems. In particular,
50 00d6d361 2023-03-08 thomas there's been a lot of header cleanups, and now that -portable is using
51 00d6d361 2023-03-08 thomas config.h, this has allowed dependencies to be split out, so that ncurses is
52 00d6d361 2023-03-08 thomas only linked where required (tog). This should allow for multipacking where
53 00d6d361 2023-03-08 thomas needed.
54 00d6d361 2023-03-08 thomas
55 00d6d361 2023-03-08 thomas There have also been some great improvements to regress (which is the test
56 00d6d361 2023-03-08 thomas suite) to remove GNU-specific wrappers for date(1), sed(1), ln(1).
57 00d6d361 2023-03-08 thomas
58 00d6d361 2023-03-08 thomas There's too many commits to list here, but for the specifics, see the
59 00d6d361 2023-03-08 thomas differences between '0.84.1..0.85'.
60 00d6d361 2023-03-08 thomas
61 00d6d361 2023-03-08 thomas Thanks in particular to Christian "naddy" Weisgerber for his help with this
62 00d6d361 2023-03-08 thomas work, and this -portable release.
63 00d6d361 2023-03-08 thomas
64 e0ff3cf2 2023-02-24 thomas # got-portable 0.84.1 (2023-02-24)
65 e0ff3cf2 2023-02-24 thomas
66 e0ff3cf2 2023-02-24 thomas This is a bug-fix -portable release to address the following:
67 e0ff3cf2 2023-02-24 thomas
68 e0ff3cf2 2023-02-24 thomas * Switch to using AC_CHECK_DECL to avoid cross-compilation issues when running
69 e0ff3cf2 2023-02-24 thomas on Void Linux.
70 e0ff3cf2 2023-02-24 thomas * Add libbsd check to template sub-project.
71 e0ff3cf2 2023-02-24 thomas
72 2ccc0ca2 2023-02-23 thomas # got-portable 0.84 (2023-02-23)
73 2ccc0ca2 2023-02-23 thomas
74 2ccc0ca2 2023-02-23 thomas * Changes from got-0.84. Portable change include:
75 2ccc0ca2 2023-02-23 thomas
76 2ccc0ca2 2023-02-23 thomas * portable: allow for yacc to be found via setting YACC env var.
77 2ccc0ca2 2023-02-23 thomas
78 521c0540 2023-01-31 thomas # got-portable 0.83 (2023-01-31)
79 521c0540 2023-01-31 thomas
80 521c0540 2023-01-31 thomas * Changes from got-0.83; no -portable specific changes worth mentioning.
81 521c0540 2023-01-31 thomas
82 0c3124f5 2023-01-23 thomas # got-portable 0.82 (2023-01-23)
83 0c3124f5 2023-01-23 thomas
84 0c3124f5 2023-01-23 thomas * Changes from got-0.82; no -portable specific changes worth mentioning.
85 0c3124f5 2023-01-23 thomas
86 9e39ef14 2023-01-19 thomas # got-portable 0.81 (2023-01-19)
87 9e39ef14 2023-01-19 thomas
88 9e39ef14 2023-01-19 thomas * Changes from got-0.80 and got-0.81. Portable changes include:
89 9e39ef14 2023-01-19 thomas
90 9e39ef14 2023-01-19 thomas * portable: Moving template/ to its own subproject (only used at compile-time)
91 9e39ef14 2023-01-19 thomas * portable: configure.ac: fix libpanelw detection
92 9e39ef14 2023-01-19 thomas * portable: __xpg_strerror_r: add forward-decl
93 9e39ef14 2023-01-19 thomas
94 ba229487 2022-11-08 thomas # got-portable 0.79 (2022-11-08)
95 ba229487 2022-11-08 thomas
96 ba229487 2022-11-08 thomas * Changes from got-0.79; ; no -portable specific changes worth mentioning.
97 ba229487 2022-11-08 thomas
98 46d73a33 2022-11-03 thomas # got-portable 0.78 (2022-11-03)
99 46d73a33 2022-11-03 thomas
100 46d73a33 2022-11-03 thomas * Changes from got-0.78; ; no -portable specific changes worth mentioning.
101 46d73a33 2022-11-03 thomas
102 e6ef48a9 2022-10-24 thomas # got-portable 0.77 (2022-10-24)
103 e6ef48a9 2022-10-24 thomas
104 e6ef48a9 2022-10-24 thomas * Changes from got-0.77; ; no -portable specific changes worth mentioning.
105 e6ef48a9 2022-10-24 thomas
106 badcbcef 2022-09-23 thomas # got-portable 0.76 (2022-09-23)
107 4d34af8d 2022-09-13 thomas
108 badcbcef 2022-09-23 thomas * Changes from got-0.76; no -portable specific changes worth mentioning.
109 badcbcef 2022-09-23 thomas
110 badcbcef 2022-09-23 thomas # got-portable 0.75.1 (2022-09-13)
111 badcbcef 2022-09-23 thomas
112 4d34af8d 2022-09-13 thomas This is a bug-fix -portable release to address the following:
113 4d34af8d 2022-09-13 thomas
114 4d34af8d 2022-09-13 thomas * portable: macos: look for GNU Bison in more places, based on whether brew or
115 4d34af8d 2022-09-13 thomas MacPorts is in use, and failing to find Bison that way, look in a few
116 4d34af8d 2022-09-13 thomas hard-coded but likely locations.
117 4d34af8d 2022-09-13 thomas * portable: remove compat sys/queue.h -- this now makes libbsd a core
118 4d34af8d 2022-09-13 thomas dependency on those systems which require it.
119 4d34af8d 2022-09-13 thomas
120 0c6d7ac7 2022-09-10 thomas # got-portable 0.75 (2022-09-10)
121 0c6d7ac7 2022-09-10 thomas
122 0c6d7ac7 2022-09-10 thomas * portable: import gotwebd
123 0c6d7ac7 2022-09-10 thomas * portable: improve <sys/queue.h> inclusion
124 0c6d7ac7 2022-09-10 thomas * portable: portably wrap socket functions between BSDs/Linux
125 0c6d7ac7 2022-09-10 thomas * portable: improve homebrew support for MacOS
126 0c6d7ac7 2022-09-10 thomas
127 ed7004e6 2022-07-14 thomas # got-portable 0.74 (2022-07-14)
128 ed7004e6 2022-07-14 thomas
129 ed7004e6 2022-07-14 thomas * portable: made the 'date' command more portable in the test suite.
130 ed7004e6 2022-07-14 thomas * portable: improved error-handling for commands on BSD-systems without
131 ed7004e6 2022-07-14 thomas coreutils being installed.
132 ed7004e6 2022-07-14 thomas * portable: reworked how 'sed' is wrapped portably, so that it now doesn't use
133 ed7004e6 2022-07-14 thomas any bashisms, and will therefore run under strict POSIX-sh (dash on Ubuntu,
134 ed7004e6 2022-07-14 thomas for instance).
135 ed7004e6 2022-07-14 thomas
136 052997ae 2022-07-04 thomas # got-portable 0.73 (2022-07-04)
137 052997ae 2022-07-04 thomas
138 e29b2b8a 2022-07-04 thomas * Changes as found in got-0.73.
139 e29b2b8a 2022-07-04 thomas * portable: the libexec helpers now support Capsicum on FreeBSD, which is
140 e29b2b8a 2022-07-04 thomas similar to OpenBSD's pledge() syscall.
141 e29b2b8a 2022-07-04 thomas * Some portable work has taken place, but these have been merged upstream and
142 e29b2b8a 2022-07-04 thomas hence will be in the got-0.73 changes file.
143 052997ae 2022-07-04 thomas
144 c22fe1e8 2022-06-23 thomas # got-portable 0.71 (2022-06-23)
145 c22fe1e8 2022-06-23 thomas
146 f6f97565 2022-06-23 op * portable: fix cross-compilation, from Leah Neukirchen
147 c22fe1e8 2022-06-23 thomas
148 983d44d7 2022-05-12 thomas # got-portable 0.70 (2022-05-13)
149 983d44d7 2022-05-12 thomas
150 983d44d7 2022-05-12 thomas * Changes from got-0.70; no -portable specific changes worth mentioning.
151 983d44d7 2022-05-12 thomas
152 4a8eb02d 2022-04-24 thomas # got-portable 0.69 (2022-04-24)
153 4a8eb02d 2022-04-24 thomas
154 4a8eb02d 2022-04-24 thomas * portable: added Apline Linux to the core set of OSes when checking CI/CD -
155 4a8eb02d 2022-04-24 thomas this therefore implies -portable can build on muscl as well as glibc.
156 4a8eb02d 2022-04-24 thomas * portable: fixed compilation of -portable on Alpine Linux with respect to
157 4a8eb02d 2022-04-24 thomas Landlock by using the correct header file.
158 4a8eb02d 2022-04-24 thomas * portable: added SipHash as a -portable implementation.
159 4a8eb02d 2022-04-24 thomas
160 0ca66e5e 2022-03-23 thomas # got-portable 0.68.1 (2022-03-22)
161 0ca66e5e 2022-03-23 thomas
162 0ca66e5e 2022-03-23 thomas * portable: fix up a bad merge whereby a code block that should have been
163 0ca66e5e 2022-03-23 thomas removed was left in-situ.
164 0ca66e5e 2022-03-23 thomas
165 8df4cb78 2022-03-22 thomas # got-portable 0.68 (2022-03-22)
166 8df4cb78 2022-03-22 thomas
167 8df4cb78 2022-03-22 thomas * Changes from got-0.68
168 8df4cb78 2022-03-22 thomas * portable: support for the following operating systems:
169 8df4cb78 2022-03-22 thomas - FreeBSD
170 8df4cb78 2022-03-22 thomas - NetBSD
171 8df4cb78 2022-03-22 thomas - DragonFlyBSD
172 8df4cb78 2022-03-22 thomas - MacOS
173 8df4cb78 2022-03-22 thomas
174 21172b67 2022-02-20 thomas # got-portable 0.67; (2022-02-20)
175 21172b67 2022-02-20 thomas
176 21172b67 2022-02-20 thomas * Changes from got-0.66
177 21172b67 2022-02-20 thomas * Landlock support: portable now has support for the landlock API which
178 21172b67 2022-02-20 thomas is similar to unveil(), allowing restrictions to which part of the
179 21172b67 2022-02-20 thomas filesystem a process can access.
180 21172b67 2022-02-20 thomas
181 89425ac3 2022-01-12 thomas # got-portable 0.66; (2022-01-12)
182 7cacbda6 2022-01-06 thomas
183 89425ac3 2022-01-12 thomas * Changes from got-0.65
184 89425ac3 2022-01-12 thomas
185 89425ac3 2022-01-12 thomas # got-portable 0.65; (2022-01-06)
186 89425ac3 2022-01-12 thomas
187 7cacbda6 2022-01-06 thomas * Added timespec*() compat-wrappers for BSD-time functions.
188 7cacbda6 2022-01-06 thomas
189 844307c6 2021-11-24 thomas # got-portable 0.64; (2021-11-24)
190 844307c6 2021-11-24 thomas
191 844307c6 2021-11-24 thomas * regress: make tests POSIX-compliant by making them run under dash (Ubuntu)
192 844307c6 2021-11-24 thomas
193 e13fe3fb 2021-10-17 thomas # got-portable 0.62; (2021-10-17)
194 e13fe3fb 2021-10-17 thomas
195 e13fe3fb 2021-10-17 thomas * Changes from got-0.62
196 e13fe3fb 2021-10-17 thomas
197 fbbbc607 2021-10-09 thomas # got-portable 0.61; (2021-10-09)
198 fbbbc607 2021-10-09 thomas
199 fbbbc607 2021-10-09 thomas * Port regress tests.
200 fbbbc607 2021-10-09 thomas * Improve FreeBSD compatibility.
201 fbbbc607 2021-10-09 thomas
202 0b2bb718 2021-09-21 thomas.ad # got-portable 0.60; (2021-09-21)
203 0b2bb718 2021-09-21 thomas.ad
204 0b2bb718 2021-09-21 thomas.ad * First portable version released for Linux.