[Openvpn-devel] [PATCH 2/2] vcpkg-ports/pkcs11-helper: rename patches to make file names shorter

2023-06-14 Thread Frank Lichtenheld
Remove the number prefixes we do not use anyway. And then rename Allow-the-build-to-succeed-if-configured-with-disabl.patch to make it short enough that it can fit in a tar archive built with --old-archive. Otherwise make dist might not include it: tar:

[Openvpn-devel] [PATCH 1/2] dist: add more missing files only used in the MSVC build

2023-06-14 Thread Frank Lichtenheld
So it is possible to build with MSVC from the release tarballs. Fixes #344. Signed-off-by: Frank Lichtenheld --- build/msvc/msvc-generate/Makefile.am | 1 + src/openvpn/Makefile.am | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git