[Openvpn-devel] [L] Change in openvpn[master]: Update copyright statements to 2025

2025-05-31 Thread cron2 (Code Review)
Attention is currently required from: flichtenheld, plaisthos. cron2 has posted comments on this change. ( http://gerrit.openvpn.net/c/openvpn/+/1035?usp=email ) Change subject: Update copyright statements to 2025 .. Patch Set

[Openvpn-devel] [PATCH applied] Re: Update copyright statements to 2025

2025-05-31 Thread Gert Doering
Verified that this, indeed, only changes lines with "Copyright" in them ("git show -I Copyright.*202[45]"). Interestingly multi_io.[ch] sort of sidestepped the 2024 update :-) and ovpn_dco_win.h got stuck in 2021... Your patch has been applied to the master branch. commit 022f0a438772f265b6416f

[Openvpn-devel] [S] Change in openvpn[master]: Add missing header in unit tests Makefile.am

2025-05-31 Thread cron2 (Code Review)
Attention is currently required from: cron2, flichtenheld, plaisthos. cron2 has uploaded a new patch set (#4) to the change originally created by plaisthos. ( http://gerrit.openvpn.net/c/openvpn/+/1033?usp=email ) The following approvals got outdated and were removed: Code-Review+2 by cron2 Ch

[Openvpn-devel] [PATCH v4] Add missing header in unit tests Makefile.am

2025-05-31 Thread Gert Doering
From: Arne Schwabe make distcheck fails since we are not listing all headers that are used by the unit tests. Change-Id: I674af04e1a6449544b7def0725337c3b353ea276 Signed-off-by: Arne Schwabe Acked-by: Gert Doering --- This change was reviewed on Gerrit and approved by at least one developer.

[Openvpn-devel] [S] Change in openvpn[master]: Add missing header in unit tests Makefile.am

2025-05-31 Thread cron2 (Code Review)
Attention is currently required from: flichtenheld, plaisthos. cron2 has posted comments on this change. ( http://gerrit.openvpn.net/c/openvpn/+/1033?usp=email ) Change subject: Add missing header in unit tests Makefile.am ..

[Openvpn-devel] [S] Change in openvpn[master]: Add missing header in unit tests Makefile.am

2025-05-31 Thread cron2 (Code Review)
cron2 has uploaded a new patch set (#5) to the change originally created by plaisthos. ( http://gerrit.openvpn.net/c/openvpn/+/1033?usp=email ) The following approvals got outdated and were removed: Code-Review+2 by cron2 Change subject: Add missing header in unit tests Makefile.am

[Openvpn-devel] [S] Change in openvpn[master]: Add missing header in unit tests Makefile.am

2025-05-31 Thread cron2 (Code Review)
cron2 has submitted this change. ( http://gerrit.openvpn.net/c/openvpn/+/1033?usp=email ) Change subject: Add missing header in unit tests Makefile.am .. Add missing header in unit tests Makefile.am make distcheck fails since w

[Openvpn-devel] [PATCH applied] Re: Add missing header in unit tests Makefile.am

2025-05-31 Thread Gert Doering
This is a more proper version of the patch I quickly hacked into the v2.7_alpha1 commit "to make it pass 'make distcheck'". I rebased so it would apply, and the resulting Makefile.am is what Arne had in his patch. (I fixed one "space + tab at the beginning of the line" whitespace error) Tested w

[Openvpn-devel] [XS] Change in openvpn[release/2.6]: git-pre-commit-uncrustify: Make sure to not run on branches with clan...

2025-05-31 Thread cron2 (Code Review)
Attention is currently required from: flichtenheld, plaisthos. cron2 has posted comments on this change. ( http://gerrit.openvpn.net/c/openvpn/+/1031?usp=email ) Change subject: git-pre-commit-uncrustify: Make sure to not run on branches with clang-format ...

[Openvpn-devel] [M] Change in openvpn[master]: Define a .clang-format file for the project

2025-05-31 Thread cron2 (Code Review)
Attention is currently required from: flichtenheld, plaisthos. cron2 has posted comments on this change. ( http://gerrit.openvpn.net/c/openvpn/+/790?usp=email ) Change subject: Define a .clang-format file for the project .. Pa