Package Details: openvpn3 24-2

Git Clone URL: https://aur.archlinux.org/openvpn3.git (read-only, click to copy)
Package Base: openvpn3
Description: OpenVPN 3 Linux client
Upstream URL: https://codeberg.org/OpenVPN/openvpn3-linux
Keywords: openvpn vpn
Licenses: AGPL3
Submitter: bhyoo
Maintainer: bhyoo
Last Packager: bhyoo
Votes: 21
Popularity: 1.08
First Submitted: 2020-07-04 06:51 (UTC)
Last Updated: 2024-12-23 12:57 (UTC)

Pinned Comments

bhyoo commented on 2024-07-08 11:46 (UTC) (edited on 2024-07-08 11:47 (UTC) by bhyoo)

If you have trouble with building it, please run yay -Scc or yay -Sc.

FYI. I replaced gdbuspp-git with gdbuspp in the PKGBUILD dependency, and it seems that the build fails because the locally cached PKGBUILD is not updated.

Latest Comments

« First ‹ Previous 1 .. 8 9 10 11 12 13

jmpa commented on 2021-07-20 16:35 (UTC)

protobuf should be included as a dependency, not only for the makedepends.

beac0n commented on 2021-03-11 15:20 (UTC)

this does not compile with the latest openssl version. However, using mbedtls, which is available in community, it works like a charm.

see https://github.com/OpenVPN/openvpn3-linux/tree/v13_beta#building-openvpn-3-linux-client

By default, OpenVPN 3 Linux is built using the OpenSSL library. If you want to compile against mbed TLS, add the --with-crypto-library=mbedtls argument to ./configure.

bhyoo commented on 2020-10-10 13:55 (UTC)

@mickare Thanks~

mickare commented on 2020-10-01 19:38 (UTC)

This needs an update, libutil-linux was renamed to core/util-linux-libs.