[Openvpn-devel] [PATCH applied] Re: Avoid unused function warning/error on FreeBSD (and potientially others)

2023-07-02 Thread Gert Doering
Acked-by: Gert Doering Checked route.c: is_on_link() shows up 4 times, Linux, WIN32 and 2x DARWIN, so this should be fine. Tested by pushing to buildbot and GHA. Your patch has been applied to the master and release/2.6 branch. commit 99035769233fb1186b72cd8e1e9966a0d077e53d (master) commit 6c

[Openvpn-devel] [PATCH applied] Re: Do not blindly assume python3 is also the interpreter that runs rst2html

2023-07-02 Thread Gert Doering
Your patch has been applied to the master branch (cmake things are not in 2.6 yet). commit 5dbec1c019d14880ae7bf364b062d3589c7fd9e7 Author: Arne Schwabe Date: Thu Jun 29 23:56:07 2023 +0200 Do not blindly assume python3 is also the interpreter that runs rst2html Signed-off-by: Arne S

[Openvpn-devel] [PATCH applied] Re: Only add -Wno-stringop-truncation on supported compilers

2023-07-02 Thread Gert Doering
Your patch has been applied to the master branch. commit eb3cd5ea36f9bf235da7b8a51fd6ce29780f0e39 Author: Arne Schwabe Date: Thu Jun 29 23:56:08 2023 +0200 Only add -Wno-stringop-truncation on supported compilers Signed-off-by: Arne Schwabe Acked-by: Frank Lichtenheld Mes