UmVirt LFS Package info

DB commit: c78e95157185199cceff370fa5b5f1dd2a1be2fa
APP commit: cac3f2066a9a05955b29d720b9b9b14f534d21c2

openvpn

An easy-to-use, robust and highly configurable VPN (Virtual Private Network)

Package info

Codename: openvpn
Source file: openvpn-2.4.8.tar.gz
Source directory: openvpn-2.4.8
Package URL: https://umvirt.com/linux/downloads/0.1/packages/o/openvpn-2.4.8.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.1/packages/o/openvpn-2.4.8.tar.gz.md5sum
Dependances: iproute2, pkcs11-helper.
Dependance of: NetworkManager-openvpn.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
# for reproducibility we force bash for build system:
# https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg19302.html
# https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Defining-Variables.html

  CONFIG_SHELL=/bin/bash ./configure \
    CONFIG_SHELL=/bin/bash \
    --prefix=/usr \
    --sbindir=/usr/bin \
    --sysconfdir=/etc  --localstatedir=/var \
    --enable-iproute2 \
    --enable-pkcs11 \
    --enable-plugins \
    --enable-systemd \
    --enable-x509-alt-username

Build script:
make

Install script:
make install