Re: [Openvpn-devel] [PATCH] Configurable installation directories

2024-09-30 Thread David Sommerseth via Openvpn-devel
On 24/09/2024 15:26, Petr Portnov wrote: Hi there! Continuing the packaging of the latest OpenVPN-linux for NixOS, I would like to propose the following addition to the build system. What it does is it allows you to customize the installation paths for DBus and systemd services and adds the o

[Openvpn-devel] [L] Change in openvpn[master]: Remove support for compression on send

2024-09-30 Thread plaisthos (Code Review)
Attention is currently required from: flichtenheld. plaisthos has posted comments on this change. ( http://gerrit.openvpn.net/c/openvpn/+/755?usp=email ) Change subject: Remove support for compression on send .. Patch Set 5: C

[Openvpn-devel] [M] Change in openvpn[master]: pass link_socket object to i/o functions

2024-09-30 Thread flichtenheld (Code Review)
Attention is currently required from: its_Giaan, plaisthos. flichtenheld has posted comments on this change. ( http://gerrit.openvpn.net/c/openvpn/+/758?usp=email ) Change subject: pass link_socket object to i/o functions .. P

[Openvpn-devel] [PATCH v5] Remove support for compression on send

2024-09-30 Thread Frank Lichtenheld
We can't disable compression support on receive because that would break too many configurations out there. But we can remove the support for compressing outgoing traffic, it was disabled by default anyway. Makes "--allow-compression yes" an alias for "--allow-compression asym" and removes all res

[Openvpn-devel] [L] Change in openvpn[master]: Implement support for larger packet counter sizes

2024-09-30 Thread plaisthos (Code Review)
plaisthos has abandoned this change. ( http://gerrit.openvpn.net/c/openvpn/+/507?usp=email ) Change subject: Implement support for larger packet counter sizes .. Abandoned New version coming. -- To view, visit http://gerrit.op

Re: [Openvpn-devel] [PATCH] Configurable installation directories

2024-09-30 Thread Petr Portnov
Glad to hear it, thanks for your response! As for the release: is there any planned date for v24? Or, as an alternative, could the previous asio-related patch (75abb7dc9366ba85fb1a144d88f02a1e8a62f538) and this one be cherry-picked on top of v23 tag and be release as something like v23.1 so that th