Package Details: openvpn3 21-3

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://github.com/OpenVPN/openvpn3-linux
Licenses: AGPL3
Submitter: bhyoo
Maintainer: bhyoo
Last Packager: bhyoo
Votes: 14
Popularity: 0.64
First Submitted: 2020-07-04 06:51 (UTC)
Last Updated: 2023-11-24 00:02 (UTC)

Pinned Comments

bhyoo commented on 2023-11-04 09:27 (UTC)

Because the origin source code does not support upstream glib2, this package delivers statically compiled glib2 2.74.6 within binary starting from 21-1. Please give any feedback if it does not work.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7

bhyoo commented on 2021-12-22 10:21 (UTC)

@pkulak Where did you find that update? I could not find Hawkey on dependency list (https://github.com/OpenVPN/openvpn3-linux#how-to-build-openvpn3-linux-locally)

akizminet commented on 2021-12-22 08:01 (UTC)

Upgrade pkgver to 17_beta if the build failed

gandriyko commented on 2021-12-13 13:45 (UTC) (edited on 2021-12-13 13:46 (UTC) by gandriyko)

trying to build package

CXX      src/netcfg/ovpn3cli_openvpn3_admin-proxy-netcfg.o
CXX      src/netcfg/ovpn3cli_openvpn3_admin-dco-keyconfig.pb.o
test -d `dirname src/shell/bash-completion/openvpn2` || /usr/bin/mkdir -p `dirname src/shell/bash-completion/openvpn2`
test . != . && cp -vr ./src/python/openvpn3 ./src/python/ || true
GEN      src/shell/bash-completion/openvpn2
CXX      src/ovpn3cli/openvpn3.o
CXX      src/ovpn3cli/arghelpers.o
make[2]: *** [Makefile:4671: src/shell/bash-completion/openvpn2] Error 8
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/andrew/.cache/paru/clone/openvpn3/src/openvpn3-linux'
make[1]: *** [Makefile:3750: all-recursive] Error 1
make[1]: Leaving directory '/home/andrew/.cache/paru/clone/openvpn3/src/openvpn3-linux'
make: *** [Makefile:2345: all] Error 2
==> ERROR: A failure occurred in build().
  Aborting...
error: failed to build 'openvpn3-16_beta-1':

pkulak commented on 2021-11-04 18:41 (UTC)

Looks like this now depends on Hawkey?

dr460nf1r3 commented on 2021-08-05 06:45 (UTC)

Misses python-dbus in makedepends :)

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.