Tested both the the master and a possible 2.7 version in my GH instance. The master version worked fine, but the changes (I guess it's "Ubuntu 26") made the MinGW compile fail on ntlm.c
https://github.com/cron2/openvpn/actions/runs/35753766355/job/106834254994 Error: /home/runner/work/openvpn/openvpn/src/openvpn/proxy.c:770:58: error: unknown conversion type character `z' in format [-Werror=format=] 477 770 | snprintf(get, sizeof(get), "%%*s NTLM %%%zus", sizeof(buf2) - 1); 478 | ^ .. thus, only master for now. Your patch has been applied to the master branch. commit 0cc99b10b4464bdeaa8c254f8388aeb241e8e8b6 (master) Author: Frank Lichtenheld Date: Tue Sep 22 14:04:27 2026 +0200 GHA: Maintenance update September 2026 Signed-off-by: Frank Lichtenheld <[email protected]> Acked-by: Razvan Cojocaru <[email protected]> Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1922 Message-Id: <[email protected]> URL: https://www.mail-archive.com/[email protected]/msg39391.html Signed-off-by: Gert Doering <[email protected]> -- kind regards, Gert Doering _______________________________________________ Openvpn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-devel
