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 4d34af8d 2022-09-13 thomas # got-portable-0.75.1 (2022-09-13)
11 4d34af8d 2022-09-13 thomas This is a bug-fix -portable release to address the following:
13 4d34af8d 2022-09-13 thomas * portable: macos: look for GNU Bison in more places, based on whether brew or
14 4d34af8d 2022-09-13 thomas MacPorts is in use, and failing to find Bison that way, look in a few
15 4d34af8d 2022-09-13 thomas hard-coded but likely locations.
16 4d34af8d 2022-09-13 thomas * portable: remove compat sys/queue.h -- this now makes libbsd a core
17 4d34af8d 2022-09-13 thomas dependency on those systems which require it.
19 0c6d7ac7 2022-09-10 thomas # got-portable 0.75 (2022-09-10)
21 0c6d7ac7 2022-09-10 thomas * portable: import gotwebd
22 0c6d7ac7 2022-09-10 thomas * portable: improve <sys/queue.h> inclusion
23 0c6d7ac7 2022-09-10 thomas * portable: portably wrap socket functions between BSDs/Linux
24 0c6d7ac7 2022-09-10 thomas * portable: improve homebrew support for MacOS
26 ed7004e6 2022-07-14 thomas # got-portable 0.74 (2022-07-14)
28 ed7004e6 2022-07-14 thomas * portable: made the 'date' command more portable in the test suite.
29 ed7004e6 2022-07-14 thomas * portable: improved error-handling for commands on BSD-systems without
30 ed7004e6 2022-07-14 thomas coreutils being installed.
31 ed7004e6 2022-07-14 thomas * portable: reworked how 'sed' is wrapped portably, so that it now doesn't use
32 ed7004e6 2022-07-14 thomas any bashisms, and will therefore run under strict POSIX-sh (dash on Ubuntu,
33 ed7004e6 2022-07-14 thomas for instance).
35 052997ae 2022-07-04 thomas # got-portable 0.73 (2022-07-04)
37 e29b2b8a 2022-07-04 thomas * Changes as found in got-0.73.
38 e29b2b8a 2022-07-04 thomas * portable: the libexec helpers now support Capsicum on FreeBSD, which is
39 e29b2b8a 2022-07-04 thomas similar to OpenBSD's pledge() syscall.
40 e29b2b8a 2022-07-04 thomas * Some portable work has taken place, but these have been merged upstream and
41 e29b2b8a 2022-07-04 thomas hence will be in the got-0.73 changes file.
43 c22fe1e8 2022-06-23 thomas # got-portable 0.71 (2022-06-23)
45 f6f97565 2022-06-23 op * portable: fix cross-compilation, from Leah Neukirchen
47 983d44d7 2022-05-12 thomas # got-portable 0.70 (2022-05-13)
49 983d44d7 2022-05-12 thomas * Changes from got-0.70; no -portable specific changes worth mentioning.
51 4a8eb02d 2022-04-24 thomas # got-portable 0.69 (2022-04-24)
53 4a8eb02d 2022-04-24 thomas * portable: added Apline Linux to the core set of OSes when checking CI/CD -
54 4a8eb02d 2022-04-24 thomas this therefore implies -portable can build on muscl as well as glibc.
55 4a8eb02d 2022-04-24 thomas * portable: fixed compilation of -portable on Alpine Linux with respect to
56 4a8eb02d 2022-04-24 thomas Landlock by using the correct header file.
57 4a8eb02d 2022-04-24 thomas * portable: added SipHash as a -portable implementation.
59 0ca66e5e 2022-03-23 thomas # got-portable 0.68.1 (2022-03-22)
61 0ca66e5e 2022-03-23 thomas * portable: fix up a bad merge whereby a code block that should have been
62 0ca66e5e 2022-03-23 thomas removed was left in-situ.
64 8df4cb78 2022-03-22 thomas # got-portable 0.68 (2022-03-22)
66 8df4cb78 2022-03-22 thomas * Changes from got-0.68
67 8df4cb78 2022-03-22 thomas * portable: support for the following operating systems:
70 8df4cb78 2022-03-22 thomas - DragonFlyBSD
73 21172b67 2022-02-20 thomas # got-portable 0.67; (2022-02-20)
75 21172b67 2022-02-20 thomas * Changes from got-0.66
76 21172b67 2022-02-20 thomas * Landlock support: portable now has support for the landlock API which
77 21172b67 2022-02-20 thomas is similar to unveil(), allowing restrictions to which part of the
78 21172b67 2022-02-20 thomas filesystem a process can access.
80 89425ac3 2022-01-12 thomas # got-portable 0.66; (2022-01-12)
82 89425ac3 2022-01-12 thomas * Changes from got-0.65
84 89425ac3 2022-01-12 thomas # got-portable 0.65; (2022-01-06)
86 7cacbda6 2022-01-06 thomas * Added timespec*() compat-wrappers for BSD-time functions.
88 844307c6 2021-11-24 thomas # got-portable 0.64; (2021-11-24)
90 844307c6 2021-11-24 thomas * regress: make tests POSIX-compliant by making them run under dash (Ubuntu)
92 e13fe3fb 2021-10-17 thomas # got-portable 0.62; (2021-10-17)
94 e13fe3fb 2021-10-17 thomas * Changes from got-0.62
96 fbbbc607 2021-10-09 thomas # got-portable 0.61; (2021-10-09)
98 fbbbc607 2021-10-09 thomas * Port regress tests.
99 fbbbc607 2021-10-09 thomas * Improve FreeBSD compatibility.
101 0b2bb718 2021-09-21 thomas.ad # got-portable 0.60; (2021-09-21)
103 0b2bb718 2021-09-21 thomas.ad * First portable version released for Linux.