]> git.ipfire.org Git - thirdparty/openvpn.git/commit
contrib/vcpkg-ports: add pkcs11-helper port
authorLev Stipakov <lev@openvpn.net>
Mon, 7 Jun 2021 10:42:13 +0000 (13:42 +0300)
committerGert Doering <gert@greenie.muc.de>
Tue, 15 Jun 2021 09:20:17 +0000 (11:20 +0200)
commit73fbeed493c6320e0e93fc7569c5c22e3fe9413e
treebc43ed467398c7c31e3c42ba401eb4052436312f
parent206d9665a80de997b0b74707ec880879617cba9a
contrib/vcpkg-ports: add pkcs11-helper port

pkcs11-helper is a dependency library used by OpenVPN.
So far it has been built only by mingw.

Since we're making MSVC build system a first class citizen,
we need to build depencencies with MSVC, which we do with vcpkg.
All dependencies are in vcpkg official repo, expect pkcs11-helper.

This provides vcpkg port for building pkcs11-helper.

Example usage:

 vcpkg --overlay-ports=<openvpn>\contrib\vcpkg-ports install pkcs11-helper

Signed-off-by: Lev Stipakov <lev@openvpn.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20210607104213.216-1-lstipakov@gmail.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg22503.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
(cherry picked from commit 36b9aa0c1e40f3e4bd021b2fbd2a479ef148bc90)
contrib/vcpkg-ports/pkcs11-helper/0001-nmake-openssl-1.1.1-support.patch [new file with mode: 0644]
contrib/vcpkg-ports/pkcs11-helper/CONTROL [new file with mode: 0644]
contrib/vcpkg-ports/pkcs11-helper/pkcs11-helper-001-RFC7512.patch [new file with mode: 0644]
contrib/vcpkg-ports/pkcs11-helper/portfile.cmake [new file with mode: 0644]