Blame


1 9035fe5e 2022-07-01 stsp Got-portable Changelog
2 9035fe5e 2022-07-01 stsp ======================
3 9035fe5e 2022-07-01 stsp
4 9035fe5e 2022-07-01 stsp This file details portable-specific changes to make things work on systems
5 9035fe5e 2022-07-01 stsp other than OpenBSD.
6 9035fe5e 2022-07-01 stsp
7 9035fe5e 2022-07-01 stsp All changes are on top of the versioned changes listed in CHANGES.
8 9035fe5e 2022-07-01 stsp
9 5c47b614 2022-10-24 thomas # got-portable 0.77 (2022-10-24)
10 5c47b614 2022-10-24 thomas
11 5c47b614 2022-10-24 thomas * Changes from got-0.77; ; no -portable specific changes worth mentioning.
12 5c47b614 2022-10-24 thomas
13 a4672bdc 2022-09-23 thomas # got-portable 0.76 (2022-09-23)
14 f6425eea 2022-09-13 thomas
15 a4672bdc 2022-09-23 thomas * Changes from got-0.76; no -portable specific changes worth mentioning.
16 a4672bdc 2022-09-23 thomas
17 a4672bdc 2022-09-23 thomas # got-portable 0.75.1 (2022-09-13)
18 a4672bdc 2022-09-23 thomas
19 f6425eea 2022-09-13 thomas This is a bug-fix -portable release to address the following:
20 f6425eea 2022-09-13 thomas
21 f6425eea 2022-09-13 thomas * portable: macos: look for GNU Bison in more places, based on whether brew or
22 f6425eea 2022-09-13 thomas MacPorts is in use, and failing to find Bison that way, look in a few
23 f6425eea 2022-09-13 thomas hard-coded but likely locations.
24 f6425eea 2022-09-13 thomas * portable: remove compat sys/queue.h -- this now makes libbsd a core
25 f6425eea 2022-09-13 thomas dependency on those systems which require it.
26 f6425eea 2022-09-13 thomas
27 99553567 2022-09-10 thomas # got-portable 0.75 (2022-09-10)
28 99553567 2022-09-10 thomas
29 99553567 2022-09-10 thomas * portable: import gotwebd
30 99553567 2022-09-10 thomas * portable: improve <sys/queue.h> inclusion
31 99553567 2022-09-10 thomas * portable: portably wrap socket functions between BSDs/Linux
32 99553567 2022-09-10 thomas * portable: improve homebrew support for MacOS
33 99553567 2022-09-10 thomas
34 10bae328 2022-07-14 thomas # got-portable 0.74 (2022-07-14)
35 10bae328 2022-07-14 thomas
36 10bae328 2022-07-14 thomas * portable: made the 'date' command more portable in the test suite.
37 10bae328 2022-07-14 thomas * portable: improved error-handling for commands on BSD-systems without
38 10bae328 2022-07-14 thomas coreutils being installed.
39 10bae328 2022-07-14 thomas * portable: reworked how 'sed' is wrapped portably, so that it now doesn't use
40 10bae328 2022-07-14 thomas any bashisms, and will therefore run under strict POSIX-sh (dash on Ubuntu,
41 10bae328 2022-07-14 thomas for instance).
42 10bae328 2022-07-14 thomas
43 10bae328 2022-07-14 thomas # got-portable 0.73 (2022-07-04)
44 10bae328 2022-07-14 thomas
45 10bae328 2022-07-14 thomas * Changes as found in got-0.73.
46 10bae328 2022-07-14 thomas * portable: the libexec helpers now support Capsicum on FreeBSD, which is
47 10bae328 2022-07-14 thomas similar to OpenBSD's pledge() syscall.
48 10bae328 2022-07-14 thomas * Some portable work has taken place, but these have been merged upstream and
49 10bae328 2022-07-14 thomas hence will be in the got-0.73 changes file.
50 10bae328 2022-07-14 thomas
51 9035fe5e 2022-07-01 stsp # got-portable 0.71 (2022-06-23)
52 9035fe5e 2022-07-01 stsp
53 9035fe5e 2022-07-01 stsp * portable: fix cross-compilation, from Leah Neukirchen
54 9035fe5e 2022-07-01 stsp
55 9035fe5e 2022-07-01 stsp # got-portable 0.70 (2022-05-13)
56 9035fe5e 2022-07-01 stsp
57 9035fe5e 2022-07-01 stsp * Changes from got-0.70; no -portable specific changes worth mentioning.
58 9035fe5e 2022-07-01 stsp
59 9035fe5e 2022-07-01 stsp # got-portable 0.69 (2022-04-24)
60 9035fe5e 2022-07-01 stsp
61 9035fe5e 2022-07-01 stsp * portable: added Apline Linux to the core set of OSes when checking CI/CD -
62 9035fe5e 2022-07-01 stsp this therefore implies -portable can build on muscl as well as glibc.
63 9035fe5e 2022-07-01 stsp * portable: fixed compilation of -portable on Alpine Linux with respect to
64 9035fe5e 2022-07-01 stsp Landlock by using the correct header file.
65 9035fe5e 2022-07-01 stsp * portable: added SipHash as a -portable implementation.
66 9035fe5e 2022-07-01 stsp
67 9035fe5e 2022-07-01 stsp # got-portable 0.68.1 (2022-03-22)
68 9035fe5e 2022-07-01 stsp
69 9035fe5e 2022-07-01 stsp * portable: fix up a bad merge whereby a code block that should have been
70 9035fe5e 2022-07-01 stsp removed was left in-situ.
71 9035fe5e 2022-07-01 stsp
72 9035fe5e 2022-07-01 stsp # got-portable 0.68 (2022-03-22)
73 9035fe5e 2022-07-01 stsp
74 9035fe5e 2022-07-01 stsp * Changes from got-0.68
75 9035fe5e 2022-07-01 stsp * portable: support for the following operating systems:
76 9035fe5e 2022-07-01 stsp - FreeBSD
77 9035fe5e 2022-07-01 stsp - NetBSD
78 9035fe5e 2022-07-01 stsp - DragonFlyBSD
79 9035fe5e 2022-07-01 stsp - MacOS
80 9035fe5e 2022-07-01 stsp
81 9035fe5e 2022-07-01 stsp # got-portable 0.67; (2022-02-20)
82 9035fe5e 2022-07-01 stsp
83 9035fe5e 2022-07-01 stsp * Changes from got-0.66
84 9035fe5e 2022-07-01 stsp * Landlock support: portable now has support for the landlock API which
85 9035fe5e 2022-07-01 stsp is similar to unveil(), allowing restrictions to which part of the
86 9035fe5e 2022-07-01 stsp filesystem a process can access.
87 9035fe5e 2022-07-01 stsp
88 9035fe5e 2022-07-01 stsp # got-portable 0.66; (2022-01-12)
89 9035fe5e 2022-07-01 stsp
90 9035fe5e 2022-07-01 stsp * Changes from got-0.65
91 9035fe5e 2022-07-01 stsp
92 9035fe5e 2022-07-01 stsp # got-portable 0.65; (2022-01-06)
93 9035fe5e 2022-07-01 stsp
94 9035fe5e 2022-07-01 stsp * Added timespec*() compat-wrappers for BSD-time functions.
95 9035fe5e 2022-07-01 stsp
96 9035fe5e 2022-07-01 stsp # got-portable 0.64; (2021-11-24)
97 9035fe5e 2022-07-01 stsp
98 9035fe5e 2022-07-01 stsp * regress: make tests POSIX-compliant by making them run under dash (Ubuntu)
99 9035fe5e 2022-07-01 stsp
100 9035fe5e 2022-07-01 stsp # got-portable 0.62; (2021-10-17)
101 9035fe5e 2022-07-01 stsp
102 9035fe5e 2022-07-01 stsp * Changes from got-0.62
103 9035fe5e 2022-07-01 stsp
104 9035fe5e 2022-07-01 stsp # got-portable 0.61; (2021-10-09)
105 9035fe5e 2022-07-01 stsp
106 9035fe5e 2022-07-01 stsp * Port regress tests.
107 9035fe5e 2022-07-01 stsp * Improve FreeBSD compatibility.
108 9035fe5e 2022-07-01 stsp
109 9035fe5e 2022-07-01 stsp # got-portable 0.60; (2021-09-21)
110 9035fe5e 2022-07-01 stsp
111 9035fe5e 2022-07-01 stsp * First portable version released for Linux.