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