Re: [Openvpn-devel] [PATCH 3/3] add a test to "openvpn --help"

2017-08-07 Thread Илья Шипицин
7 авг. 2017 г. 20:34 пользователь "David Sommerseth" < open...@sf.lists.topphemmelig.net> написал: On 07/08/17 15:23, Ilya Shipitsin wrote: > inspired by https://www.mail-archive.com/openvpn-devel@lists. sourceforge.net/msg13808.html > --- > tests/Makefile.am | 2 +- > tests/t_usage.sh | 29

[Openvpn-devel] [PATCH 1/3] travis-ci: update pkcs11-helper to 1.22

2017-08-07 Thread Ilya Shipitsin
use pkcs11-helper from https://github.com/OpenSC/pkcs11-helper/ to match build process used in windows installer build --- .travis.yml | 2 +- .travis/build-deps.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index

[Openvpn-devel] [PATCH 2/3] travis-ci: update openssl to 1.0.2l, update mbedtls to 2.5.1

2017-08-07 Thread Ilya Shipitsin
--- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fc98a4d0..0b531529 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,10 +15,10 @@ env: - TAP_WINDOWS_VERSION=9.21.2 - LZO_VERSION=2.10 -

[Openvpn-devel] [PATCH 3/3] add a test to "openvpn --help"

2017-08-07 Thread Ilya Shipitsin
inspired by https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg13808.html --- tests/Makefile.am | 2 +- tests/t_usage.sh | 29 + 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100755 tests/t_usage.sh diff --git a/tests/Makefile.am

Re: [Openvpn-devel] [PATCH 3/3] add a test to "openvpn --help"

2017-08-07 Thread David Sommerseth
On 07/08/17 15:23, Ilya Shipitsin wrote: > inspired by > https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg13808.html > --- > tests/Makefile.am | 2 +- > tests/t_usage.sh | 29 + > 2 files changed, 30 insertions(+), 1 deletion(-) > create mode