[Openvpn-devel] [PATCH applied] Re: Visual Studio: make it easier to build with VS

2019-10-16 Thread Gert Doering
Your patch has been applied to the master branch.

(I have not tested it and not stared very much at it, except for 
"it does not touch source code")

commit d77611c48c3ec0903f115b87f41d6aa55dbd3c16
Author: Lev Stipakov
Date:   Fri Oct 11 12:03:45 2019 +0300

 Visual Studio: make it easier to build with VS

 Signed-off-by: Lev Stipakov 
 Acked-by: Simon Rozman 
 Message-Id: <1570784625-8837-1-git-send-email-lstipa...@gmail.com>
 URL: 
https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg18930.html
 Signed-off-by: Gert Doering 


--
kind regards,

Gert Doering



___
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel


[Openvpn-devel] Summary of the community meeting (16th October 2019)

2019-10-16 Thread Samuli Seppänen
Hi,

Here's the summary of the IRC meeting.

---

COMMUNITY MEETING

Place: #openvpn-meeting on irc.freenode.net
Date: Wednesday 16th October 2019
Time: 11:30 CEST (9:30 UTC)

Planned meeting topics for this meeting were here:



Your local meeting time is easy to check from services such as



SUMMARY

eworm, lev, mattock and rozmansi participated in this meeting.

---

This was a very minimal meeting as many people were unable to attend.

Noted that mattock is setting up the new tapbuilder/signer instance
right now.

Rozmansi reviewed and approved Lev's Visual Studio project patch:



--

Full chatlog attached.

(12:28:35) mattock: almost meeting time
(12:30:17) mattock: cron2, ordex and dazo won't make it today
(12:30:24) mattock: anyone here besides me?
(12:32:08) lev__: hello
(12:34:20) mattock: hi lev!
(12:34:41) mattock: now that you're here we could discuss the new tapbuilder 
instance
(12:34:47) mattock: I'm going to configure that today
(12:34:58) mattock: anything particular you need on that node?
(12:36:14) lev__: I guess VS 2019 community edition and WDK ?
(12:37:03) mattock: that's what I'm thinking
(12:38:03) lev__: speaking of VS, I am very close to send patches to add VS 
build to Travis
(12:39:00) lev__: it downloads openvpn-build for building dependencies and 
builds openvpn with msbuild
(12:40:54) mattock: great!
(12:42:04) mattock: I'll check if I could automate the VS 2019 + WDK setup as 
well - if chocolatey packages are available for those it should be doable
(12:42:26) mattock: if there's nothing else I think we can conclude this 
mini-meeting :)
(12:42:38) lev__: yep
(12:45:44) rozmansi: hi
(12:46:44) rozmansi: just missed a mini-meeting. :)
(12:46:51) lev__: :(
(12:47:00) rozmansi: back to work I guess. :)
(12:48:47) rozmansi: lev__: btw, a few days ago I took time to wipe the dust 
off from my openvpn involvement. Noticed that openvpn-build is still using 
Visual Studio 2017 project files and it is good to hear you're working on a 
VS2019 upgrade.
(12:49:07) ***eworm too... :-p
(12:49:27) eworm: Just joined to see if there is anything new about version 2.5
(12:50:29) lev__: rozmansi: yeah in wintun patch series the first one is to 
support VS2019
(12:51:04) lev__: rozmansi: have you see this 
https://community.openvpn.net/openvpn/wiki/BuildingUsingMsvcBuildsystem
(12:51:06) vpnHelper: Title: BuildingUsingMsvcBuildsystem – OpenVPN Community 
(at community.openvpn.net)
(12:51:48) mattock: oh hi!
(12:51:49) rozmansi: lev__: yes, I was using it when developing tapctl.exe and 
openvpnmsica.dll
(12:52:07) lev__: but it order it to work, someone needs to ack this super 
complicated patch https://patchwork.openvpn.net/patch/863/
(12:52:08) vpnHelper: Title: [Openvpn-devel] Visual Studio: make it easier to 
build with VS - Patchwork (at patchwork.openvpn.net)
(12:52:11) rozmansi: lev__: those were developed and tested in Visual Studio 
first. Then ported to MinGW.
(12:53:38) rozmansi: lev__: ACK... let me find it on the mailing list.
(13:04:26) mattock: thanks for the ACK rozmansi!


signature.asc
Description: OpenPGP digital signature
___
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel


Re: [Openvpn-devel] [PATCH] Visual Studio: make it easier to build with VS

2019-10-16 Thread Simon Rozman
Hi,

> -Original Message-
> From: Lev Stipakov 
> Sent: Friday, October 11, 2019 11:04 AM
> To: openvpn-devel@lists.sourceforge.net
> Subject: [Openvpn-devel] [PATCH] Visual Studio: make it easier to build
> with VS
> 
> This changes default path to openvpn dependencies, so that openvpn-build
> and openvpn projects can be cloned from the same
> folder:
> 
>   c:\Users\Administrator\Projects>git clone
> g...@github.com:OpenVPN/openvpn-build.git
>   c:\Users\Administrator\Projects>git clone
> g...@github.com:OpenVPN/openvpn.git
> 
> This also removes the necessity of copying openvpn-build\msvc\image to
> %USERPROFILE%.
> 
> To use Visual Studio, clone both projects, install dependencies
> (VS2017 Community with SDK 10.0.17143, Strawberry Perl) and run:
> 
>   c:\Users\Administrator\Projects\openvpn-build\msvc\build.bat
> 
> Then just open solution file:
> 
>   c:\Users\Administrator\Projects\openvpn\openvpn.sln
> 
> Signed-off-by: Lev Stipakov 
> ---
>  src/compat/PropertySheet.props | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/compat/PropertySheet.props
> b/src/compat/PropertySheet.props index 4cad994..fdded31 100644
> --- a/src/compat/PropertySheet.props
> +++ b/src/compat/PropertySheet.props
> @@ -3,7 +3,7 @@
>
>
>  $(SolutionDir)
> -$(SOURCEBASE)\..\..\image
> +
> + $(SOURCEBASE)\..\openvpn-build\msvc\image + PROOT>
>  $(OPENVPN_DEPROOT)
>  $(OPENVPN_DEPROOT)
>  $(OPENVPN_DEPROOT)
> --
> 2.7.4
> 
> 
> 
> ___
> Openvpn-devel mailing list
> Openvpn-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Acked-by: Simon Rozman 

Best regards
Simon



smime.p7s
Description: S/MIME cryptographic signature
___
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel