Blob


1 Got-portable Changelog
2 ======================
4 This file details portable-specific changes to make things work on systems
5 other than OpenBSD.
7 All changes are on top of the versioned changes listed in CHANGES.
9 # got-portable 0.84.1 (2023-02-24)
11 This is a bug-fix -portable release to address the following:
13 * Switch to using AC_CHECK_DECL to avoid cross-compilation issues when running
14 on Void Linux.
15 * Add libbsd check to template sub-project.
17 # got-portable 0.84 (2023-02-23)
19 * Changes from got-0.84. Portable change include:
21 * portable: allow for yacc to be found via setting YACC env var.
23 # got-portable 0.83 (2023-01-31)
25 * Changes from got-0.83; no -portable specific changes worth mentioning.
27 # got-portable 0.82 (2023-01-23)
29 * Changes from got-0.82; no -portable specific changes worth mentioning.
31 # got-portable 0.81 (2023-01-19)
33 * Changes from got-0.80 and got-0.81. Portable changes include:
35 * portable: Moving template/ to its own subproject (only used at compile-time)
36 * portable: configure.ac: fix libpanelw detection
37 * portable: __xpg_strerror_r: add forward-decl
39 # got-portable 0.79 (2022-11-08)
41 * Changes from got-0.79; ; no -portable specific changes worth mentioning.
43 # got-portable 0.78 (2022-11-03)
45 * Changes from got-0.78; ; no -portable specific changes worth mentioning.
47 # got-portable 0.77 (2022-10-24)
49 * Changes from got-0.77; ; no -portable specific changes worth mentioning.
51 # got-portable 0.76 (2022-09-23)
53 * Changes from got-0.76; no -portable specific changes worth mentioning.
55 # got-portable 0.75.1 (2022-09-13)
57 This is a bug-fix -portable release to address the following:
59 * portable: macos: look for GNU Bison in more places, based on whether brew or
60 MacPorts is in use, and failing to find Bison that way, look in a few
61 hard-coded but likely locations.
62 * portable: remove compat sys/queue.h -- this now makes libbsd a core
63 dependency on those systems which require it.
65 # got-portable 0.75 (2022-09-10)
67 * portable: import gotwebd
68 * portable: improve <sys/queue.h> inclusion
69 * portable: portably wrap socket functions between BSDs/Linux
70 * portable: improve homebrew support for MacOS
72 # got-portable 0.74 (2022-07-14)
74 * portable: made the 'date' command more portable in the test suite.
75 * portable: improved error-handling for commands on BSD-systems without
76 coreutils being installed.
77 * portable: reworked how 'sed' is wrapped portably, so that it now doesn't use
78 any bashisms, and will therefore run under strict POSIX-sh (dash on Ubuntu,
79 for instance).
81 # got-portable 0.73 (2022-07-04)
83 * Changes as found in got-0.73.
84 * portable: the libexec helpers now support Capsicum on FreeBSD, which is
85 similar to OpenBSD's pledge() syscall.
86 * Some portable work has taken place, but these have been merged upstream and
87 hence will be in the got-0.73 changes file.
89 # got-portable 0.71 (2022-06-23)
91 * portable: fix cross-compilation, from Leah Neukirchen
93 # got-portable 0.70 (2022-05-13)
95 * Changes from got-0.70; no -portable specific changes worth mentioning.
97 # got-portable 0.69 (2022-04-24)
99 * portable: added Apline Linux to the core set of OSes when checking CI/CD -
100 this therefore implies -portable can build on muscl as well as glibc.
101 * portable: fixed compilation of -portable on Alpine Linux with respect to
102 Landlock by using the correct header file.
103 * portable: added SipHash as a -portable implementation.
105 # got-portable 0.68.1 (2022-03-22)
107 * portable: fix up a bad merge whereby a code block that should have been
108 removed was left in-situ.
110 # got-portable 0.68 (2022-03-22)
112 * Changes from got-0.68
113 * portable: support for the following operating systems:
114 - FreeBSD
115 - NetBSD
116 - DragonFlyBSD
117 - MacOS
119 # got-portable 0.67; (2022-02-20)
121 * Changes from got-0.66
122 * Landlock support: portable now has support for the landlock API which
123 is similar to unveil(), allowing restrictions to which part of the
124 filesystem a process can access.
126 # got-portable 0.66; (2022-01-12)
128 * Changes from got-0.65
130 # got-portable 0.65; (2022-01-06)
132 * Added timespec*() compat-wrappers for BSD-time functions.
134 # got-portable 0.64; (2021-11-24)
136 * regress: make tests POSIX-compliant by making them run under dash (Ubuntu)
138 # got-portable 0.62; (2021-10-17)
140 * Changes from got-0.62
142 # got-portable 0.61; (2021-10-09)
144 * Port regress tests.
145 * Improve FreeBSD compatibility.
147 # got-portable 0.60; (2021-09-21)
149 * First portable version released for Linux.