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