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