Re: [Openvpn-devel] [PATCH] Add github actions

2021-06-09 Thread Arne Schwabe
Am 09.06.21 um 08:26 schrieb Gert Doering: > Hi, > > On Tue, Jun 08, 2021 at 05:24:34PM +0200, Arne Schwabe wrote: >> +steps: >> + - name: Install dependencies >> +run: sudo apt update && sudo apt install -y mingw-w64 libtool >> automake autoconf man2html unzip >> + - name:

Re: [Openvpn-devel] [PATCH] Add github actions

2021-06-09 Thread Gert Doering
Hi, On Wed, Jun 09, 2021 at 12:23:51PM +0200, Arne Schwabe wrote: > I can send a v2 without the DCO stuff It's already in :-) (I haven't pushed it yet as I was waiting for word on the msg() patch) gert -- "If was one thing all people took for granted, was conviction that if you feed honest

Re: [Openvpn-devel] [PATCH] Add github actions

2021-06-09 Thread Илья Шипицин
вт, 8 июн. 2021 г. в 20:26, Arne Schwabe : > dummy0 gives strange errors on the Ubuntu 16 runner on github actions > because > dummy already exist, so use a more unique ovpn-dummy0 name instead. > > Github actions are a good alternative to travis-ci, which futrure is > questionable > at the moment

[Openvpn-devel] Summary of the community meeting (9th June 2021)

2021-06-09 Thread Samuli Seppänen
Hi, Here's the summary of the IRC meeting. --- COMMUNITY MEETING Place: #openvpn-meeting on libera.chat Date: Wed 9th June 2021 Time: 14:00 CET (12:00 UTC) Planned meeting topics for this meeting were here: Your local meeting ti

Re: [Openvpn-devel] [PATCH v2] Silence warning about format string in check_ca_required

2021-06-09 Thread Selva Nair
Hi On Wed, Jun 9, 2021 at 2:15 AM Antonio Quartulli wrote: > From: Arne Schwabe > > clang does not like if the format argument of printf like function > is not a string literal (or constant): > > warning: format string is not a string literal (potentially insecure) > > Make the format string co