[Openvpn-devel] (no subject)

2023-06-19 Thread بهمن آزادیان
nn ___ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

[Openvpn-devel] (no subject)

2023-06-19 Thread بهمن آزادیان
___ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

[Openvpn-devel] all runs his side froFront give the run the ru action against

2023-06-19 Thread Abir info
arafad...@gmail.com ___ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

[Openvpn-devel] [PATCH 4/4] dist: Include all documentation in distribution

2023-06-19 Thread Frank Lichtenheld
No need to deprive tar ball users of this information. Signed-off-by: Frank Lichtenheld --- Makefile.am | 5 - doc/Makefile.am | 9 - doc/doxygen/Makefile.am | 21 - 3 files changed, 32 insertions(+), 3 deletions(-) diff --git a/Makefile.am

[Openvpn-devel] [PATCH 3/4] unit_tests: Add missing cert_data.h to source list for unit tests

2023-06-19 Thread Frank Lichtenheld
Document the dependency. Also fixes cert_data.h missing from distribution. Signed-off-by: Frank Lichtenheld --- tests/unit_tests/openvpn/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/unit_tests/openvpn/Makefile.am b/tests/unit_tests/openvpn/Makefile.a

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

2023-06-19 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(-) Note: unchanged from previous submission d

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

2023-06-19 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-2.7_git/contrib/vcpkg-ports/pkcs11

[Openvpn-devel] [PATCH 0/4] Various dist-related fixes

2023-06-19 Thread Frank Lichtenheld
After this series the diff between git and the tarball is: Only in ../: dev-tools Only in openvpn-2.7_git/doc: openvpn.8 Only in openvpn-2.7_git/doc: openvpn.8.html Only in openvpn-2.7_git/doc: openvpn-examples.5 Only in openvpn-2.7_git/doc: openvpn-examples.5.html Only in ../: .git Only in ../: .

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

2023-06-19 Thread Frank Lichtenheld
On Wed, Jun 14, 2023 at 12:21:14PM +0200, Frank Lichtenheld wrote: > 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 fil